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