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