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