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

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