import React from "react"; import type { Props } from "./types"; export const CommandIcon: React.FC = ({ width = "81", height = "80", color = "rgb(var(--color-text-200))", className, }) => ( );