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