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