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