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