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

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