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

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