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

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