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