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