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