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