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