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