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