0.2.0 • Published 2 years ago

lucides-astro v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

lucide-astro

Astro library to get the Lucide.dev icons to the Astro Framework

We follow the Lucide versions for our release, with the exception of the patches

Installation

npm i lucide-astro
yarn add lucide-astro

Usage

You can import each icons individually like below

---
import { WifiOff } from 'lucide-astro'
---

<Layout>
	<WifiOff />
</Layout>

Compile

  1. run npm i to install the dependencies
  2. run npm run build to launch the build
  3. done! you can publish it or use it as you like

Attributions

Use the awesome icons from Lucide

based on astro-feather

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.0

2 years ago