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