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