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

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