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