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

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