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