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