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