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