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