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