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