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