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