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