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