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

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