Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dzeiocom/lucide-astro

Astro library to get the Lucide.dev icons to the Astro Framework https://lucide-astro.dzeio.com
https://github.com/dzeiocom/lucide-astro

astro icons lucide lucide-astro lucide-icons node

Last synced: 6 days ago
JSON representation

Astro library to get the Lucide.dev icons to the Astro Framework https://lucide-astro.dzeio.com

Awesome Lists containing this project

README

        

# 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

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

```

## 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](https://lucide.dev/)

based on [astro-feather](https://github.com/gabrlyg/astro-feather)