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