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

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