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