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

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