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