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