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

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