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