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