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

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