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