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