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

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