@cdransf/astro-tabler-icons
v1.0.5
Published
Reusable Astro components for tabler icons
Downloads
373
Readme
Astro: tabler icons plugin
NOTE: this only packages up and supports the tabler icons outline variant.
Get started
Install the package:
npm i -D @cdransf/astro-tabler-icons
Usage
---
import icons from "@cdransf/astro-tabler-icons";
const { IconMenu2, IconX } = icons
---
<div set:html={IconMenu2({size: 24})}>