import { SVGProps } from 'react'; export function CommandIcon(props: JSX.IntrinsicAttributes & SVGProps) { return ( ); }