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