import * as React from 'react'; export interface 3xSwipeLeft32Props extends React.SVGProps { ariaLabel?: string } export default function 3xSwipeLeft32({ ariaLabel, ...props }: 3xSwipeLeft32Props) { return ( ); }