New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

lucide-astro

Package Overview
Dependencies
Maintainers
1
Versions
205
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

latest
Source
npmnpm
Version
0.556.0
Version published
Weekly downloads
15K
-2.36%
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 05 Dec 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