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