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

0.2.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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i lucides-astro

    Weekly Downloads

    1

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    544 kB

    Total Files

    1330

    Last publish

    Collaborators

    • stepstones