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