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