lucide-astro
TypeScript icon, indicating that this package has built-in type declarations

0.378.0 • Public • Published

lucide-astro

Discord Link Github stars Build passing

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

Package Sidebar

Install

npm i lucide-astro

Weekly Downloads

1,763

Version

0.378.0

License

MIT

Unpacked Size

671 kB

Total Files

1638

Last publish

Collaborators

  • aviortheking