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