All Icons
FlowerSolid
flower-solid
npm install @mynaui/icons-react
                  
import { FlowerSolid } from "@mynaui/icons-react";

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