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