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

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