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