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

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