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