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