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