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