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