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 = "var(--color-neutral-110)", className, }) => ( );