All Icons
BookImage
book-image
npm install @mynaui/icons-react
                  
import { BookImage } from "@mynaui/icons-react";

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