🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

lucide-astro

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lucide-astro

Get your Lucide icons right into your Astro project

0.525.0
latest
Source
npm
Version published
Weekly downloads
3K
-21.26%
Maintainers
1
Weekly downloads
 
Created
Source

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
pnpm add lucide-astro

Usage

You can import each icons individually like below

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

<Layout>
	<WifiOff />
</Layout>

Compile

  • 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

Attributions

Use the awesome icons from Lucide

based on astro-feather

Keywords

astro

FAQs

Package last updated on 27 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts