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

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