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

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