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