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

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