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