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

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