Skip to main contentMynaUI
All Icons
CommandSolid
command-solid
npm install @mynaui/icons-react
                  
import { CommandSolid } from "@mynaui/icons-react";

const App = () => {
  return <CommandSolid />;
};