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

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