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