@f5xc-salesdemos/icons-phosphor
v0.2.0
Published
Phosphor icons with Astro component wrapper
Downloads
124
Maintainers
Readme
@f5xc-salesdemos/icons-phosphor
Phosphor icons with an Astro component wrapper. Wraps @iconify-json/ph.
Usage
---
import PhosphorIcon from '@f5xc-salesdemos/icons-phosphor/Icon.astro';
---
<PhosphorIcon name="globe" />
<PhosphorIcon name="lightning" size="2rem" />
<PhosphorIcon name="shield-check" label="Verified" />Props
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| name | string | — | Required. Phosphor icon name |
| size | string | '1.5em' | Width and height |
| label | string | — | Accessible label |
| class | string | — | CSS class(es) |
Browse all icons at phosphoricons.com.
