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