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