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