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