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

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