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

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