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