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