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