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
npm i lucide-astro
yarn add lucide-astro
pnpm add lucide-astro
You can import each icons individually like below
---
import { WifiOff } from 'lucide-astro'
---
<Layout>
<WifiOff />
</Layout>
- run
npm i
to install the dependencies - run
npm run build
to launch the build - done! you can publish it or use it as you like
Use the awesome icons from Lucide
based on astro-feather