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

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