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