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