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