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