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