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

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