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