mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-21 01:39:21 +01:00
24 lines
293 B
Markdown
24 lines
293 B
Markdown
|
|
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
|
||
|
|
::: code-group
|
||
|
|
|
||
|
|
```sh [pnpm]
|
||
|
|
pnpm add @lucide/svelte
|
||
|
|
```
|
||
|
|
|
||
|
|
```sh [yarn]
|
||
|
|
yarn add @lucide/svelte
|
||
|
|
```
|
||
|
|
|
||
|
|
```sh [npm]
|
||
|
|
npm install @lucide/svelte
|
||
|
|
```
|
||
|
|
|
||
|
|
```sh [bun]
|
||
|
|
bun add @lucide/svelte
|
||
|
|
```
|
||
|
|
:::
|
||
|
|
> `@lucide/svelte` is only for Svelte 5, for Svelte 4 use the `lucide-svelte` package.
|