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

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