@robinmordasiewicz/icons-lucide
v0.2.0
Published
Lucide icons with Astro component wrapper
Maintainers
Readme
@f5xc-salesdemos/icons-lucide
Lucide icons with an Astro component wrapper. Wraps @iconify-json/lucide.
Usage
---
import LucideIcon from '@f5xc-salesdemos/icons-lucide/Icon.astro';
---
<LucideIcon name="rocket" />
<LucideIcon name="heart" size="2rem" />
<LucideIcon name="star" label="Favorite" />Props
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| name | string | — | Required. Lucide icon name |
| size | string | '1.5em' | Width and height |
| label | string | — | Accessible label |
| class | string | — | CSS class(es) |
Browse all icons at lucide.dev/icons.
