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

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