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