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