# LeafyGreenIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `/icons/<name>.md` — for example https://lucide-animated.com/icons/activity.md. An MCP server is available at `/mcp`.

> Animated leafy green icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/leafy-green

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/leafy-green.json"
```

## Usage

```tsx
import { LeafyGreenIcon } from "@/components/icons/leafy-green";

export function Demo() {
  return <LeafyGreenIcon className="size-6" />;
}
```

The component animates on hover by default. All standard SVG props are forwarded.

## Keywords

- leaf
- tree
- plant
- nature
- green

## Similar icons

- [LeafIcon](https://lucide-animated.com/icons/leaf.md)
- [TreeDeciduousIcon](https://lucide-animated.com/icons/tree-deciduous.md)
- [TreePineIcon](https://lucide-animated.com/icons/tree-pine.md)
- [FolderTreeIcon](https://lucide-animated.com/icons/folder-tree.md)
