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