@f5xc-salesdemos/icons-tabler
v0.2.0
Published
Tabler icons with Astro component wrapper
Maintainers
Readme
@f5xc-salesdemos/icons-tabler
Tabler icons with an Astro component wrapper. Wraps @iconify-json/tabler.
Usage
---
import TablerIcon from '@f5xc-salesdemos/icons-tabler/Icon.astro';
---
<TablerIcon name="shield" />
<TablerIcon name="database" size="2rem" />
<TablerIcon name="lock" label="Locked" />Props
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| name | string | — | Required. Tabler icon name |
| size | string | '1.5em' | Width and height |
| label | string | — | Accessible label |
| class | string | — | CSS class(es) |
Browse all icons at tabler.io/icons.
