import { FC } from "react"; import type { Props } from "./types"; export const CommandIcon: FC = ({ width = "81", height = "80", // eslint-disable-next-line @typescript-eslint/no-unused-vars color = "rgb(var(--color-text-200))", className, }) => ( );