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

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