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