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