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