import React from "react"; import type { Props } from "./types"; export const CommandIcon: React.FC = ({ width = "81", height = "80", color = "#858E96", className, }) => ( );