@nrbx/lucide 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/lucide/README.md +0 -108
- package/lucide/docs/README.md +0 -35
- package/lucide/packages/angular/README.md +0 -91
- package/lucide/packages/astro/README.md +0 -88
- package/lucide/packages/icons/README.md +0 -96
- package/lucide/packages/lucide/README.md +0 -97
- package/lucide/packages/lucide-preact/README.md +0 -87
- package/lucide/packages/lucide-react/README.md +0 -87
- package/lucide/packages/lucide-react-native/README.md +0 -87
- package/lucide/packages/lucide-solid/README.md +0 -87
- package/lucide/packages/lucide-static/README.md +0 -101
- package/lucide/packages/shared/README.md +0 -3
- package/lucide/packages/svelte/README.md +0 -89
- package/lucide/packages/vue/README.md +0 -87
- package/lucide/tools/build-font/README.md +0 -3
- package/lucide/tools/build-icons/README.md +0 -3
- package/lucide/tools/rollup-plugins/README.md +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrbx/lucide",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"main": "out/init.luau",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"generate-pngs": "tsx scripts/generate-pngs.ts lucide/icons img",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"types": "out/index.d.ts",
|
|
19
19
|
"files": [
|
|
20
20
|
"out",
|
|
21
|
-
"README.md",
|
|
22
|
-
"LICENSE.txt",
|
|
21
|
+
"./README.md",
|
|
22
|
+
"./LICENSE.txt",
|
|
23
23
|
"!**/*.tsbuildinfo"
|
|
24
24
|
],
|
|
25
25
|
"repository": {
|
package/lucide/README.md
DELETED
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://github.com/lucide-icons/lucide#gh-light-mode-only">
|
|
3
|
-
<img src="https://lucide.dev/lucide-logo-repo.svg#gh-light-mode-only" alt="Lucide - Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons." width="480">
|
|
4
|
-
</a>
|
|
5
|
-
<a href="https://github.com/lucide-icons/lucide#gh-dark-mode-only">
|
|
6
|
-
<img src="https://lucide.dev/lucide-logo-repo-dark.svg#gh-dark-mode-only" alt="Lucide - Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons." width="480">
|
|
7
|
-
</a>
|
|
8
|
-
</p>
|
|
9
|
-
<p align="center">
|
|
10
|
-
<a href="https://github.com/lucide-icons/lucide/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-ISC-green" alt="license"></a>
|
|
11
|
-
<a href="https://www.figma.com/community/plugin/939567362549682242/Lucide-Icons"><img src="https://img.shields.io/badge/Figma-F24E1E?logo=figma&logoColor=white" alt="figma installs"></a>
|
|
12
|
-
<a href="https://github.com/lucide-icons/lucide/actions/workflows/ci.yml"><img src="https://github.com/lucide-icons/lucide/actions/workflows/ci.yml/badge.svg" alt="build status"></a>
|
|
13
|
-
<a href="https://discord.gg/EH6nSts"><img src="https://img.shields.io/discord/723074157486800936?label=chat&logo=discord&logoColor=%23ffffff&colorB=%237289DA" alt="discord chat"></a>
|
|
14
|
-
</p>
|
|
15
|
-
<p align="center">
|
|
16
|
-
<a href="https://lucide.dev/icons/">Icons</a>
|
|
17
|
-
·
|
|
18
|
-
<a href="https://lucide.dev/guide/">Guide</a>
|
|
19
|
-
·
|
|
20
|
-
<a href="https://lucide.dev/packages">Packages</a>
|
|
21
|
-
·
|
|
22
|
-
<a href="https://lucide.dev/license">License</a>
|
|
23
|
-
·
|
|
24
|
-
<a href="https://lucide.dev/showcase">Showcase</a>
|
|
25
|
-
</p>
|
|
26
|
-
|
|
27
|
-
# Lucide
|
|
28
|
-
|
|
29
|
-
Lucide is an open-source icon library that provides 1600+ vector (svg) files for displaying icons and symbols in digital and non-digital projects. The library aims to make it easier for designers and developers to incorporate icons into their projects by providing several official [packages](https://lucide.dev/packages) to make it easier to use these icons in your project.
|
|
30
|
-
|
|
31
|
-
## Packages
|
|
32
|
-
|
|
33
|
-
| Logo | Package | Version | Downloads | Links |
|
|
34
|
-
| ---- | ------- | ------- | --------- | ----- |
|
|
35
|
-
| <img src="https://lucide.dev/framework-logos/js.svg" alt="JS logo" width="48"> | **`lucide`** | [](https://www.npmjs.com/package/lucide) |  | [Docs](https://lucide.dev/guide/lucide) · [Source](./packages/lucide) |
|
|
36
|
-
| <img src="https://lucide.dev/framework-logos/react.svg" alt="React logo" width="48"> | **`lucide-react`** | [](https://www.npmjs.com/package/lucide-react) |  | [Docs](https://lucide.dev/guide/react) · [Source](./packages/lucide-react) |
|
|
37
|
-
| <img src="https://lucide.dev/framework-logos/vue.svg" alt="Vue logo" width="48"> | **`@lucide/vue`** | [](https://www.npmjs.com/package/@lucide/vue) |  | [Docs](https://lucide.dev/guide/vue) · [Source](./packages/vue) |
|
|
38
|
-
| <img src="https://lucide.dev/framework-logos/svelte.svg" alt="Svelte logo" width="48"> | **`@lucide/svelte`** | [](https://www.npmjs.com/package/@lucide/svelte) |  | [Docs](https://lucide.dev/guide/svelte) · [Source](./packages/svelte) |
|
|
39
|
-
| <img src="https://lucide.dev/framework-logos/solid.svg" alt="Solid logo" width="48"> | **`lucide-solid`** | [](https://www.npmjs.com/package/lucide-solid) |  | [Docs](https://lucide.dev/guide/solid) · [Source](./packages/lucide-solid) |
|
|
40
|
-
| <img src="https://lucide.dev/framework-logos/preact.svg" alt="Preact logo" width="48"> | **`lucide-preact`** | [](https://www.npmjs.com/package/lucide-preact) |  | [Docs](https://lucide.dev/guide/preact) · [Source](./packages/lucide-preact) |
|
|
41
|
-
| <img src="https://lucide.dev/framework-logos/react-native.svg" alt="React Native logo" width="48"> | **`lucide-react-native`** | [](https://www.npmjs.com/package/lucide-react-native) |  | [Docs](https://lucide.dev/guide/react-native) · [Source](./packages/lucide-react-native) |
|
|
42
|
-
| <img src="https://lucide.dev/framework-logos/angular.svg" alt="Angular logo" width="48"> | **`@lucide/angular`** | [](https://www.npmjs.com/package/@lucide/angular) |  | [Docs](https://lucide.dev/guide/angular) · [Source](./packages/angular) |
|
|
43
|
-
| <img src="https://lucide.dev/framework-logos/astro.svg" alt="Astro logo" width="48"> | **`@lucide/astro`** | [](https://www.npmjs.com/package/@lucide/astro) |  | [Docs](https://lucide.dev/guide/astro) · [Source](./packages/astro) |
|
|
44
|
-
| <img src="https://lucide.dev/framework-logos/svg.svg" alt="SVG logo" width="48"> | **`lucide-static`** | [](https://www.npmjs.com/package/lucide-static) |  | [Docs](https://lucide.dev/guide/static) · [Source](./packages/lucide-static) |
|
|
45
|
-
|
|
46
|
-
### Figma
|
|
47
|
-
|
|
48
|
-
The Lucide Figma plugin.
|
|
49
|
-
|
|
50
|
-
Visit [Figma community page](https://www.figma.com/community/plugin/939567362549682242/Lucide-Icons) to install the plugin.
|
|
51
|
-
|
|
52
|
-
<img width="420" src="https://www.figma.com/community/plugin/939567362549682242/thumbnail" alt="Figma Lucide Cover">
|
|
53
|
-
|
|
54
|
-
## Contributing
|
|
55
|
-
|
|
56
|
-
For more info on how to contribute please see the [contribution guidelines](https://github.com/lucide-icons/lucide/blob/main/CONTRIBUTING.md).
|
|
57
|
-
|
|
58
|
-
Caught a mistake or want to contribute to the documentation? [Edit this page on Github](https://github.com/lucide-icons/lucide/blob/main/README.md)
|
|
59
|
-
|
|
60
|
-
## About brand logos
|
|
61
|
-
|
|
62
|
-
Lucide **does not accept** brand logos, and we do not plan to add them in the future. This is due to a combination of **legal restrictions**, **design consistency concerns**, and **practical maintenance reasons**.
|
|
63
|
-
|
|
64
|
-
[Click here to read our official statement about brand logos in Lucide.](./BRAND_LOGOS_STATEMENT.md)
|
|
65
|
-
|
|
66
|
-
## Community
|
|
67
|
-
|
|
68
|
-
Join the community on our [Discord](https://discord.gg/EH6nSts) server!
|
|
69
|
-
|
|
70
|
-
## License
|
|
71
|
-
|
|
72
|
-
Lucide is totally free for commercial use and personal use, this software is licensed under the [ISC License](https://github.com/lucide-icons/lucide/blob/main/LICENSE).
|
|
73
|
-
|
|
74
|
-
## Credits
|
|
75
|
-
|
|
76
|
-
Thank you to all the people who contributed to Lucide!
|
|
77
|
-
|
|
78
|
-
<a href="https://github.com/lucide-icons/lucide/graphs/contributors">
|
|
79
|
-
|
|
80
|
-
<img src="https://opencollective.com/lucide-icons/contributors.svg?width=800" />
|
|
81
|
-
</a>
|
|
82
|
-
|
|
83
|
-
[//]: <> (Sponsors)
|
|
84
|
-
|
|
85
|
-
## Sponsors
|
|
86
|
-
|
|
87
|
-
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
|
|
88
|
-
<img src="docs/public/vercel.svg" alt="Powered by Vercel" width="200" />
|
|
89
|
-
</a>
|
|
90
|
-
|
|
91
|
-
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="docs/public/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
|
|
92
|
-
|
|
93
|
-
### Hero backers 🦸
|
|
94
|
-
|
|
95
|
-
<a href="https://zephyr-cloud.io/"><img src="docs/public/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud – From idea to prod: fast micro-frontend delivery!" /></a>
|
|
96
|
-
|
|
97
|
-
### Awesome backers 🍺
|
|
98
|
-
|
|
99
|
-
<a href="https://github.com/pdfme/pdfme"><img src="docs/public/sponsors/pdfme.svg" width="180" alt="pdfme – Open-source PDF generation library built with TypeScript and React." /></a>
|
|
100
|
-
<a href="https://www.paxhistoria.co/"><img src="docs/public/sponsors/paxhistoria.svg?" width="180" alt="Pax Historia – An alternate history sandbox game" /></a>
|
|
101
|
-
|
|
102
|
-
### Backers ☕
|
|
103
|
-
|
|
104
|
-
<a href="https://www.fina.money/"><img src="docs/public/sponsors/fina-money.png" width="180" alt="Fina Money – Modular Finance Tracker" /></a>
|
|
105
|
-
|
|
106
|
-
### Other contributors 💸
|
|
107
|
-
|
|
108
|
-
You can find all our past and non-recurring financial contributors at [our Open Collective page](https://opencollective.com/lucide-icons).
|
package/lucide/docs/README.md
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
# Lucide Docs website
|
|
2
|
-
|
|
3
|
-
The Lucide docs website is built with Vitepress: https://vitepress.dev/
|
|
4
|
-
This is Markdown-based documentation powered by Vue.
|
|
5
|
-
|
|
6
|
-
## Development
|
|
7
|
-
|
|
8
|
-
```sh
|
|
9
|
-
# Install dependencies
|
|
10
|
-
pnpm install
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
```sh
|
|
14
|
-
# Start docs dev server
|
|
15
|
-
pnpm docs:dev
|
|
16
|
-
|
|
17
|
-
# Start api dev server
|
|
18
|
-
pnpm dev
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
## Build
|
|
22
|
-
|
|
23
|
-
```sh
|
|
24
|
-
# Build docs
|
|
25
|
-
pnpm docs:build
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
```sh
|
|
29
|
-
# Build api
|
|
30
|
-
pnpm build:api
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
## Components
|
|
34
|
-
|
|
35
|
-
See .vitepress directory.
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://github.com/lucide-icons/lucide">
|
|
3
|
-
<img src="https://lucide.dev/package-logos/lucide-angular.svg" alt="Lucide icon library for Angular applications." width="540">
|
|
4
|
-
</a>
|
|
5
|
-
</p>
|
|
6
|
-
|
|
7
|
-
<p align="center">
|
|
8
|
-
Lucide icon library for Angular applications.
|
|
9
|
-
</p>
|
|
10
|
-
|
|
11
|
-
<div align="center">
|
|
12
|
-
|
|
13
|
-
[](https://www.npmjs.com/package/@lucide/angular)
|
|
14
|
-

|
|
15
|
-
[](https://lucide.dev/license)
|
|
16
|
-
</div>
|
|
17
|
-
|
|
18
|
-
<p align="center">
|
|
19
|
-
<a href="https://lucide.dev/guide/">About</a>
|
|
20
|
-
·
|
|
21
|
-
<a href="https://lucide.dev/icons/">Icons</a>
|
|
22
|
-
·
|
|
23
|
-
<a href="https://lucide.dev/guide/packages/angular">Documentation</a>
|
|
24
|
-
·
|
|
25
|
-
<a href="https://lucide.dev/license">License</a>
|
|
26
|
-
</p>
|
|
27
|
-
|
|
28
|
-
# Lucide Angular
|
|
29
|
-
|
|
30
|
-
A standalone, signal based, zoneless implementation of the Lucide icon library for Angular applications.
|
|
31
|
-
|
|
32
|
-
## Installation
|
|
33
|
-
|
|
34
|
-
```sh
|
|
35
|
-
pnpm add @lucide/angular
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
```sh
|
|
39
|
-
npm install @lucide/angular
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
```sh
|
|
43
|
-
yarn add @lucide/angular
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
```sh
|
|
47
|
-
bun add @lucide/angular
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
## Documentation
|
|
51
|
-
|
|
52
|
-
For full documentation, visit [lucide.dev](https://lucide.dev/guide/packages/angular)
|
|
53
|
-
|
|
54
|
-
## Migration guide
|
|
55
|
-
|
|
56
|
-
Migrating from `lucide-angular`? Read our [comprehensive migration guide](./MIGRATION.md).
|
|
57
|
-
|
|
58
|
-
## Community
|
|
59
|
-
|
|
60
|
-
Join the [Discord server](https://discord.gg/EH6nSts) to chat with the maintainers and other users.
|
|
61
|
-
|
|
62
|
-
## License
|
|
63
|
-
|
|
64
|
-
Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/license).
|
|
65
|
-
|
|
66
|
-
[//]: <> (Sponsors)
|
|
67
|
-
|
|
68
|
-
## Sponsors
|
|
69
|
-
|
|
70
|
-
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
|
|
71
|
-
<img src="https://lucide.dev/vercel.svg" alt="Powered by Vercel" width="200" />
|
|
72
|
-
</a>
|
|
73
|
-
|
|
74
|
-
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://lucide.dev/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
|
|
75
|
-
|
|
76
|
-
### Hero backers 🦸
|
|
77
|
-
|
|
78
|
-
<a href="https://zephyr-cloud.io/"><img src="https://lucide.dev/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud – From idea to prod: fast micro-frontend delivery!" /></a>
|
|
79
|
-
|
|
80
|
-
### Awesome backers 🍺
|
|
81
|
-
|
|
82
|
-
<a href="https://github.com/pdfme/pdfme"><img src="https://lucide.dev/sponsors/pdfme.svg" width="180" alt="pdfme – Open-source PDF generation library built with TypeScript and React." /></a>
|
|
83
|
-
<a href="https://www.paxhistoria.co/"><img src="https://lucide.dev/sponsors/paxhistoria.svg?" width="180" alt="Pax Historia – An alternate history sandbox game" /></a>
|
|
84
|
-
|
|
85
|
-
### Backers ☕
|
|
86
|
-
|
|
87
|
-
<a href="https://www.fina.money/"><img src="https://lucide.dev/sponsors/fina-money.png" width="180" alt="Fina Money – Modular Finance Tracker" /></a>
|
|
88
|
-
|
|
89
|
-
### Other contributors 💸
|
|
90
|
-
|
|
91
|
-
You can find all our past and non-recurring financial contributors at [our Open Collective page](https://opencollective.com/lucide-icons).
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://github.com/lucide-icons/lucide">
|
|
3
|
-
<img src="https://lucide.dev/package-logos/lucide-astro.svg" alt="Lucide icon library for Astro applications." width="540">
|
|
4
|
-
</a>
|
|
5
|
-
</p>
|
|
6
|
-
|
|
7
|
-
<p align="center">
|
|
8
|
-
Lucide icon library for Astro sites and applications.
|
|
9
|
-
</p>
|
|
10
|
-
|
|
11
|
-
<div align="center">
|
|
12
|
-
|
|
13
|
-
[](https://www.npmjs.com/package/@lucide/astro)
|
|
14
|
-

|
|
15
|
-
[](https://lucide.dev/license)
|
|
16
|
-
|
|
17
|
-
</div>
|
|
18
|
-
|
|
19
|
-
<p align="center">
|
|
20
|
-
<a href="https://lucide.dev/guide/">About</a>
|
|
21
|
-
·
|
|
22
|
-
<a href="https://lucide.dev/icons/">Icons</a>
|
|
23
|
-
·
|
|
24
|
-
<a href="https://lucide.dev/guide/astro">Documentation</a>
|
|
25
|
-
·
|
|
26
|
-
<a href="https://lucide.dev/license">License</a>
|
|
27
|
-
</p>
|
|
28
|
-
|
|
29
|
-
# Lucide Astro
|
|
30
|
-
|
|
31
|
-
Implementation of the Lucide icon library for Astro applications.
|
|
32
|
-
|
|
33
|
-
## Installation
|
|
34
|
-
|
|
35
|
-
```sh
|
|
36
|
-
pnpm add @lucide/astro
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
```sh
|
|
40
|
-
npm install @lucide/astro
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
```sh
|
|
44
|
-
yarn add @lucide/astro
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
```sh
|
|
48
|
-
bun add @lucide/astro
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
## Documentation
|
|
52
|
-
|
|
53
|
-
For full documentation, visit [lucide.dev](https://lucide.dev/guide/packages/lucide-astro)
|
|
54
|
-
|
|
55
|
-
## Community
|
|
56
|
-
|
|
57
|
-
Join the [Discord server](https://discord.gg/EH6nSts) to chat with the maintainers and other users.
|
|
58
|
-
|
|
59
|
-
## License
|
|
60
|
-
|
|
61
|
-
Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/license).
|
|
62
|
-
|
|
63
|
-
[//]: <> (Sponsors)
|
|
64
|
-
|
|
65
|
-
## Sponsors
|
|
66
|
-
|
|
67
|
-
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
|
|
68
|
-
<img src="https://lucide.dev/vercel.svg" alt="Powered by Vercel" width="200" />
|
|
69
|
-
</a>
|
|
70
|
-
|
|
71
|
-
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://lucide.dev/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
|
|
72
|
-
|
|
73
|
-
### Hero backers 🦸
|
|
74
|
-
|
|
75
|
-
<a href="https://zephyr-cloud.io/"><img src="https://lucide.dev/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud – From idea to prod: fast micro-frontend delivery!" /></a>
|
|
76
|
-
|
|
77
|
-
### Awesome backers 🍺
|
|
78
|
-
|
|
79
|
-
<a href="https://github.com/pdfme/pdfme"><img src="https://lucide.dev/sponsors/pdfme.svg" width="180" alt="pdfme – Open-source PDF generation library built with TypeScript and React." /></a>
|
|
80
|
-
<a href="https://www.paxhistoria.co/"><img src="https://lucide.dev/sponsors/paxhistoria.svg?" width="180" alt="Pax Historia – An alternate history sandbox game" /></a>
|
|
81
|
-
|
|
82
|
-
### Backers ☕
|
|
83
|
-
|
|
84
|
-
<a href="https://www.fina.money/"><img src="https://lucide.dev/sponsors/fina-money.png" width="180" alt="Fina Money – Modular Finance Tracker" /></a>
|
|
85
|
-
|
|
86
|
-
### Other contributors 💸
|
|
87
|
-
|
|
88
|
-
You can find all our past and non-recurring financial contributors at [our Open Collective page](https://opencollective.com/lucide-icons).
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://github.com/lucide-icons/lucide">
|
|
3
|
-
<img src="https://lucide.dev/package-logos/icons.svg" alt="" width="540">
|
|
4
|
-
</a>
|
|
5
|
-
</p>
|
|
6
|
-
|
|
7
|
-
<p align="center">
|
|
8
|
-
Lucide helper library that exports icon data.
|
|
9
|
-
</p>
|
|
10
|
-
|
|
11
|
-
<div align="center">
|
|
12
|
-
[](https://www.npmjs.com/package/@lucide/icons)
|
|
13
|
-

|
|
14
|
-
[](https://lucide.dev/license)
|
|
15
|
-
</div>
|
|
16
|
-
|
|
17
|
-
<p align="center">
|
|
18
|
-
<a href="https://lucide.dev/guide/">About</a>
|
|
19
|
-
·
|
|
20
|
-
<a href="https://lucide.dev/icons/">Icons</a>
|
|
21
|
-
·
|
|
22
|
-
<a href="https://lucide.dev/guide/packages/lucide">Documentation</a>
|
|
23
|
-
·
|
|
24
|
-
<a href="https://lucide.dev/license">License</a>
|
|
25
|
-
</p>
|
|
26
|
-
|
|
27
|
-
# @lucide/icons
|
|
28
|
-
|
|
29
|
-
A helper library that exports Lucide icon data in a tree-shakable format, also providing utilities for dynamic importing icons.
|
|
30
|
-
|
|
31
|
-
## Installation
|
|
32
|
-
|
|
33
|
-
```sh
|
|
34
|
-
pnpm add @lucide/icons
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
```sh
|
|
38
|
-
npm install @lucide/icons
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
```sh
|
|
42
|
-
yarn add @lucide/icons
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
```sh
|
|
46
|
-
bun add @lucide/icons
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
### CDN
|
|
50
|
-
|
|
51
|
-
```html
|
|
52
|
-
<!-- Development version -->
|
|
53
|
-
<script src="https://unpkg.com/@lucide/icons@latest/dist/umd/lucide.js"></script>
|
|
54
|
-
|
|
55
|
-
<!-- Production version -->
|
|
56
|
-
<script src="https://unpkg.com/@lucide/icons@latest"></script>
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
## Documentation
|
|
60
|
-
|
|
61
|
-
For full documentation, visit [lucide.dev](https://lucide.dev/guide/packages/icons)
|
|
62
|
-
|
|
63
|
-
## Community
|
|
64
|
-
|
|
65
|
-
Join the [Discord server](https://discord.gg/EH6nSts) to chat with the maintainers and other users.
|
|
66
|
-
|
|
67
|
-
## License
|
|
68
|
-
|
|
69
|
-
Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/license).
|
|
70
|
-
|
|
71
|
-
[//]: <> (Sponsors)
|
|
72
|
-
|
|
73
|
-
## Sponsors
|
|
74
|
-
|
|
75
|
-
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
|
|
76
|
-
<img src="https://lucide.dev/vercel.svg" alt="Powered by Vercel" width="200" />
|
|
77
|
-
</a>
|
|
78
|
-
|
|
79
|
-
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://lucide.dev/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
|
|
80
|
-
|
|
81
|
-
### Hero backers 🦸
|
|
82
|
-
|
|
83
|
-
<a href="https://zephyr-cloud.io/"><img src="https://lucide.dev/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud – From idea to prod: fast micro-frontend delivery!" /></a>
|
|
84
|
-
|
|
85
|
-
### Awesome backers 🍺
|
|
86
|
-
|
|
87
|
-
<a href="https://github.com/pdfme/pdfme"><img src="https://lucide.dev/sponsors/pdfme.svg" width="180" alt="pdfme – Open-source PDF generation library built with TypeScript and React." /></a>
|
|
88
|
-
<a href="https://www.paxhistoria.co/"><img src="https://lucide.dev/sponsors/paxhistoria.svg?" width="180" alt="Pax Historia – An alternate history sandbox game" /></a>
|
|
89
|
-
|
|
90
|
-
### Backers ☕
|
|
91
|
-
|
|
92
|
-
<a href="https://www.fina.money/"><img src="https://lucide.dev/sponsors/fina-money.png" width="180" alt="Fina Money – Modular Finance Tracker" /></a>
|
|
93
|
-
|
|
94
|
-
### Other contributors 💸
|
|
95
|
-
|
|
96
|
-
You can find all our past and non-recurring financial contributors at [our Open Collective page](https://opencollective.com/lucide-icons).
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://github.com/lucide-icons/lucide">
|
|
3
|
-
<img src="https://lucide.dev/package-logos/lucide.svg" alt="Lucide icon library for web applications." width="540">
|
|
4
|
-
</a>
|
|
5
|
-
</p>
|
|
6
|
-
|
|
7
|
-
<p align="center">
|
|
8
|
-
Lucide icon library for web applications.
|
|
9
|
-
</p>
|
|
10
|
-
|
|
11
|
-
<div align="center">
|
|
12
|
-
|
|
13
|
-
[](https://www.npmjs.com/package/lucide)
|
|
14
|
-

|
|
15
|
-
[](https://lucide.dev/license)
|
|
16
|
-
</div>
|
|
17
|
-
|
|
18
|
-
<p align="center">
|
|
19
|
-
<a href="https://lucide.dev/guide/">About</a>
|
|
20
|
-
·
|
|
21
|
-
<a href="https://lucide.dev/icons/">Icons</a>
|
|
22
|
-
·
|
|
23
|
-
<a href="https://lucide.dev/guide/lucide">Documentation</a>
|
|
24
|
-
·
|
|
25
|
-
<a href="https://lucide.dev/license">License</a>
|
|
26
|
-
</p>
|
|
27
|
-
|
|
28
|
-
# Lucide
|
|
29
|
-
|
|
30
|
-
Implementation of the Lucide icon library for web applications.
|
|
31
|
-
|
|
32
|
-
## Installation
|
|
33
|
-
|
|
34
|
-
```sh
|
|
35
|
-
pnpm add lucide
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
```sh
|
|
39
|
-
npm install lucide
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
```sh
|
|
43
|
-
yarn add lucide
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
```sh
|
|
47
|
-
bun add lucide
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
### CDN
|
|
51
|
-
|
|
52
|
-
```html
|
|
53
|
-
<!-- Development version -->
|
|
54
|
-
<script src="https://unpkg.com/lucide@latest/dist/umd/lucide.js"></script>
|
|
55
|
-
|
|
56
|
-
<!-- Production version -->
|
|
57
|
-
<script src="https://unpkg.com/lucide@latest"></script>
|
|
58
|
-
```
|
|
59
|
-
|
|
60
|
-
## Documentation
|
|
61
|
-
|
|
62
|
-
For full documentation, visit [lucide.dev](https://lucide.dev/guide/packages/lucide)
|
|
63
|
-
|
|
64
|
-
## Community
|
|
65
|
-
|
|
66
|
-
Join the [Discord server](https://discord.gg/EH6nSts) to chat with the maintainers and other users.
|
|
67
|
-
|
|
68
|
-
## License
|
|
69
|
-
|
|
70
|
-
Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/license).
|
|
71
|
-
|
|
72
|
-
[//]: <> (Sponsors)
|
|
73
|
-
|
|
74
|
-
## Sponsors
|
|
75
|
-
|
|
76
|
-
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
|
|
77
|
-
<img src="https://lucide.dev/vercel.svg" alt="Powered by Vercel" width="200" />
|
|
78
|
-
</a>
|
|
79
|
-
|
|
80
|
-
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://lucide.dev/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
|
|
81
|
-
|
|
82
|
-
### Hero backers 🦸
|
|
83
|
-
|
|
84
|
-
<a href="https://zephyr-cloud.io/"><img src="https://lucide.dev/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud – From idea to prod: fast micro-frontend delivery!" /></a>
|
|
85
|
-
|
|
86
|
-
### Awesome backers 🍺
|
|
87
|
-
|
|
88
|
-
<a href="https://github.com/pdfme/pdfme"><img src="https://lucide.dev/sponsors/pdfme.svg" width="180" alt="pdfme – Open-source PDF generation library built with TypeScript and React." /></a>
|
|
89
|
-
<a href="https://www.paxhistoria.co/"><img src="https://lucide.dev/sponsors/paxhistoria.svg?" width="180" alt="Pax Historia – An alternate history sandbox game" /></a>
|
|
90
|
-
|
|
91
|
-
### Backers ☕
|
|
92
|
-
|
|
93
|
-
<a href="https://www.fina.money/"><img src="https://lucide.dev/sponsors/fina-money.png" width="180" alt="Fina Money – Modular Finance Tracker" /></a>
|
|
94
|
-
|
|
95
|
-
### Other contributors 💸
|
|
96
|
-
|
|
97
|
-
You can find all our past and non-recurring financial contributors at [our Open Collective page](https://opencollective.com/lucide-icons).
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://github.com/lucide-icons/lucide">
|
|
3
|
-
<img src="https://lucide.dev/package-logos/lucide-preact.svg" alt="Lucide icon library for Preact applications." width="540">
|
|
4
|
-
</a>
|
|
5
|
-
</p>
|
|
6
|
-
|
|
7
|
-
<p align="center">
|
|
8
|
-
Lucide icon library for Preact applications.
|
|
9
|
-
</p>
|
|
10
|
-
|
|
11
|
-
<div align="center">
|
|
12
|
-
|
|
13
|
-
[](https://www.npmjs.com/package/lucide-preact)
|
|
14
|
-

|
|
15
|
-
[](https://lucide.dev/license)
|
|
16
|
-
</div>
|
|
17
|
-
|
|
18
|
-
<p align="center">
|
|
19
|
-
<a href="https://lucide.dev/guide/">About</a>
|
|
20
|
-
·
|
|
21
|
-
<a href="https://lucide.dev/icons/">Icons</a>
|
|
22
|
-
·
|
|
23
|
-
<a href="https://lucide.dev/guide/preact">Documentation</a>
|
|
24
|
-
·
|
|
25
|
-
<a href="https://lucide.dev/license">License</a>
|
|
26
|
-
</p>
|
|
27
|
-
|
|
28
|
-
# Lucide Preact
|
|
29
|
-
|
|
30
|
-
Implementation of the Lucide icon library for Preact applications.
|
|
31
|
-
|
|
32
|
-
## Installation
|
|
33
|
-
|
|
34
|
-
```sh
|
|
35
|
-
pnpm add lucide-preact
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
```sh
|
|
39
|
-
npm install lucide-preact
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
```sh
|
|
43
|
-
yarn add lucide-preact
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
```sh
|
|
47
|
-
bun add lucide-preact
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
## Documentation
|
|
51
|
-
|
|
52
|
-
For full documentation, visit [lucide.dev](https://lucide.dev/guide/packages/lucide-preact)
|
|
53
|
-
|
|
54
|
-
## Community
|
|
55
|
-
|
|
56
|
-
Join the [Discord server](https://discord.gg/EH6nSts) to chat with the maintainers and other users.
|
|
57
|
-
|
|
58
|
-
## License
|
|
59
|
-
|
|
60
|
-
Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/license).
|
|
61
|
-
|
|
62
|
-
[//]: <> (Sponsors)
|
|
63
|
-
|
|
64
|
-
## Sponsors
|
|
65
|
-
|
|
66
|
-
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
|
|
67
|
-
<img src="https://lucide.dev/vercel.svg" alt="Powered by Vercel" width="200" />
|
|
68
|
-
</a>
|
|
69
|
-
|
|
70
|
-
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://lucide.dev/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
|
|
71
|
-
|
|
72
|
-
### Hero backers 🦸
|
|
73
|
-
|
|
74
|
-
<a href="https://zephyr-cloud.io/"><img src="https://lucide.dev/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud – From idea to prod: fast micro-frontend delivery!" /></a>
|
|
75
|
-
|
|
76
|
-
### Awesome backers 🍺
|
|
77
|
-
|
|
78
|
-
<a href="https://github.com/pdfme/pdfme"><img src="https://lucide.dev/sponsors/pdfme.svg" width="180" alt="pdfme – Open-source PDF generation library built with TypeScript and React." /></a>
|
|
79
|
-
<a href="https://www.paxhistoria.co/"><img src="https://lucide.dev/sponsors/paxhistoria.svg?" width="180" alt="Pax Historia – An alternate history sandbox game" /></a>
|
|
80
|
-
|
|
81
|
-
### Backers ☕
|
|
82
|
-
|
|
83
|
-
<a href="https://www.fina.money/"><img src="https://lucide.dev/sponsors/fina-money.png" width="180" alt="Fina Money – Modular Finance Tracker" /></a>
|
|
84
|
-
|
|
85
|
-
### Other contributors 💸
|
|
86
|
-
|
|
87
|
-
You can find all our past and non-recurring financial contributors at [our Open Collective page](https://opencollective.com/lucide-icons).
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://github.com/lucide-icons/lucide">
|
|
3
|
-
<img src="https://lucide.dev/package-logos/lucide-react.svg" alt="Lucide icon library for React applications." width="540">
|
|
4
|
-
</a>
|
|
5
|
-
</p>
|
|
6
|
-
|
|
7
|
-
<p align="center">
|
|
8
|
-
Lucide icon library for React applications.
|
|
9
|
-
</p>
|
|
10
|
-
|
|
11
|
-
<div align="center">
|
|
12
|
-
|
|
13
|
-
[](https://www.npmjs.com/package/lucide-react)
|
|
14
|
-

|
|
15
|
-
[](https://lucide.dev/license)
|
|
16
|
-
</div>
|
|
17
|
-
|
|
18
|
-
<p align="center">
|
|
19
|
-
<a href="https://lucide.dev/guide/">About</a>
|
|
20
|
-
·
|
|
21
|
-
<a href="https://lucide.dev/icons/">Icons</a>
|
|
22
|
-
·
|
|
23
|
-
<a href="https://lucide.dev/guide/react">Documentation</a>
|
|
24
|
-
·
|
|
25
|
-
<a href="https://lucide.dev/license">License</a>
|
|
26
|
-
</p>
|
|
27
|
-
|
|
28
|
-
# Lucide React
|
|
29
|
-
|
|
30
|
-
Implementation of the Lucide icon library for React applications.
|
|
31
|
-
|
|
32
|
-
## Installation
|
|
33
|
-
|
|
34
|
-
```sh
|
|
35
|
-
pnpm add lucide-react
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
```sh
|
|
39
|
-
npm install lucide-react
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
```sh
|
|
43
|
-
yarn add lucide-react
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
```sh
|
|
47
|
-
bun add lucide-react
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
## Documentation
|
|
51
|
-
|
|
52
|
-
For full documentation, visit [lucide.dev](https://lucide.dev/guide/packages/lucide-react)
|
|
53
|
-
|
|
54
|
-
## Community
|
|
55
|
-
|
|
56
|
-
Join the [Discord server](https://discord.gg/EH6nSts) to chat with the maintainers and other users.
|
|
57
|
-
|
|
58
|
-
## License
|
|
59
|
-
|
|
60
|
-
Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/license).
|
|
61
|
-
|
|
62
|
-
[//]: <> (Sponsors)
|
|
63
|
-
|
|
64
|
-
## Sponsors
|
|
65
|
-
|
|
66
|
-
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
|
|
67
|
-
<img src="https://lucide.dev/vercel.svg" alt="Powered by Vercel" width="200" />
|
|
68
|
-
</a>
|
|
69
|
-
|
|
70
|
-
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://lucide.dev/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
|
|
71
|
-
|
|
72
|
-
### Hero backers 🦸
|
|
73
|
-
|
|
74
|
-
<a href="https://zephyr-cloud.io/"><img src="https://lucide.dev/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud – From idea to prod: fast micro-frontend delivery!" /></a>
|
|
75
|
-
|
|
76
|
-
### Awesome backers 🍺
|
|
77
|
-
|
|
78
|
-
<a href="https://github.com/pdfme/pdfme"><img src="https://lucide.dev/sponsors/pdfme.svg" width="180" alt="pdfme – Open-source PDF generation library built with TypeScript and React." /></a>
|
|
79
|
-
<a href="https://www.paxhistoria.co/"><img src="https://lucide.dev/sponsors/paxhistoria.svg?" width="180" alt="Pax Historia – An alternate history sandbox game" /></a>
|
|
80
|
-
|
|
81
|
-
### Backers ☕
|
|
82
|
-
|
|
83
|
-
<a href="https://www.fina.money/"><img src="https://lucide.dev/sponsors/fina-money.png" width="180" alt="Fina Money – Modular Finance Tracker" /></a>
|
|
84
|
-
|
|
85
|
-
### Other contributors 💸
|
|
86
|
-
|
|
87
|
-
You can find all our past and non-recurring financial contributors at [our Open Collective page](https://opencollective.com/lucide-icons).
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://github.com/lucide-icons/lucide">
|
|
3
|
-
<img src="https://lucide.dev/package-logos/lucide-react-native.svg" alt="Lucide icon library for React Native applications." width="540">
|
|
4
|
-
</a>
|
|
5
|
-
</p>
|
|
6
|
-
|
|
7
|
-
<p align="center">
|
|
8
|
-
Lucide icon library for React Native applications.
|
|
9
|
-
</p>
|
|
10
|
-
|
|
11
|
-
<div align="center">
|
|
12
|
-
|
|
13
|
-
[](https://www.npmjs.com/package/lucide-react-native)
|
|
14
|
-

|
|
15
|
-
[](https://lucide.dev/license)
|
|
16
|
-
</div>
|
|
17
|
-
|
|
18
|
-
<p align="center">
|
|
19
|
-
<a href="https://lucide.dev/guide/">About</a>
|
|
20
|
-
·
|
|
21
|
-
<a href="https://lucide.dev/icons/">Icons</a>
|
|
22
|
-
·
|
|
23
|
-
<a href="https://lucide.dev/guide/react-native">Documentation</a>
|
|
24
|
-
·
|
|
25
|
-
<a href="https://lucide.dev/license">License</a>
|
|
26
|
-
</p>
|
|
27
|
-
|
|
28
|
-
# Lucide React Native
|
|
29
|
-
|
|
30
|
-
Implementation of the Lucide icon library for React Native applications.
|
|
31
|
-
|
|
32
|
-
## Installation
|
|
33
|
-
|
|
34
|
-
```sh
|
|
35
|
-
pnpm add lucide-react-native
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
```sh
|
|
39
|
-
npm install lucide-react-native
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
```sh
|
|
43
|
-
yarn add lucide-react-native
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
```sh
|
|
47
|
-
bun add lucide-react-native
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
## Documentation
|
|
51
|
-
|
|
52
|
-
For full documentation, visit [lucide.dev](https://lucide.dev/guide/packages/lucide-react-native)
|
|
53
|
-
|
|
54
|
-
## Community
|
|
55
|
-
|
|
56
|
-
Join the [Discord server](https://discord.gg/EH6nSts) to chat with the maintainers and other users.
|
|
57
|
-
|
|
58
|
-
## License
|
|
59
|
-
|
|
60
|
-
Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/license).
|
|
61
|
-
|
|
62
|
-
[//]: <> (Sponsors)
|
|
63
|
-
|
|
64
|
-
## Sponsors
|
|
65
|
-
|
|
66
|
-
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
|
|
67
|
-
<img src="https://lucide.dev/vercel.svg" alt="Powered by Vercel" width="200" />
|
|
68
|
-
</a>
|
|
69
|
-
|
|
70
|
-
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://lucide.dev/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
|
|
71
|
-
|
|
72
|
-
### Hero backers 🦸
|
|
73
|
-
|
|
74
|
-
<a href="https://zephyr-cloud.io/"><img src="https://lucide.dev/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud – From idea to prod: fast micro-frontend delivery!" /></a>
|
|
75
|
-
|
|
76
|
-
### Awesome backers 🍺
|
|
77
|
-
|
|
78
|
-
<a href="https://github.com/pdfme/pdfme"><img src="https://lucide.dev/sponsors/pdfme.svg" width="180" alt="pdfme – Open-source PDF generation library built with TypeScript and React." /></a>
|
|
79
|
-
<a href="https://www.paxhistoria.co/"><img src="https://lucide.dev/sponsors/paxhistoria.svg?" width="180" alt="Pax Historia – An alternate history sandbox game" /></a>
|
|
80
|
-
|
|
81
|
-
### Backers ☕
|
|
82
|
-
|
|
83
|
-
<a href="https://www.fina.money/"><img src="https://lucide.dev/sponsors/fina-money.png" width="180" alt="Fina Money – Modular Finance Tracker" /></a>
|
|
84
|
-
|
|
85
|
-
### Other contributors 💸
|
|
86
|
-
|
|
87
|
-
You can find all our past and non-recurring financial contributors at [our Open Collective page](https://opencollective.com/lucide-icons).
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://github.com/lucide-icons/lucide">
|
|
3
|
-
<img src="https://lucide.dev/package-logos/lucide-solid.svg" alt="Lucide icon library for Solid applications." width="540">
|
|
4
|
-
</a>
|
|
5
|
-
</p>
|
|
6
|
-
|
|
7
|
-
<p align="center">
|
|
8
|
-
Lucide icon library for Solid applications.
|
|
9
|
-
</p>
|
|
10
|
-
|
|
11
|
-
<div align="center">
|
|
12
|
-
|
|
13
|
-
[](https://www.npmjs.com/package/lucide-solid)
|
|
14
|
-

|
|
15
|
-
[](https://lucide.dev/license)
|
|
16
|
-
</div>
|
|
17
|
-
|
|
18
|
-
<p align="center">
|
|
19
|
-
<a href="https://lucide.dev/guide/">About</a>
|
|
20
|
-
·
|
|
21
|
-
<a href="https://lucide.dev/icons/">Icons</a>
|
|
22
|
-
·
|
|
23
|
-
<a href="https://lucide.dev/guide/solid">Documentation</a>
|
|
24
|
-
·
|
|
25
|
-
<a href="https://lucide.dev/license">License</a>
|
|
26
|
-
</p>
|
|
27
|
-
|
|
28
|
-
# Lucide Solid
|
|
29
|
-
|
|
30
|
-
Implementation of the Lucide icon library for solid applications.
|
|
31
|
-
|
|
32
|
-
## Installation
|
|
33
|
-
|
|
34
|
-
```sh
|
|
35
|
-
pnpm add lucide-solid
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
```sh
|
|
39
|
-
npm install lucide-solid
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
```sh
|
|
43
|
-
yarn add lucide-solid
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
```sh
|
|
47
|
-
bun add lucide-solid
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
## Documentation
|
|
51
|
-
|
|
52
|
-
For full documentation, visit [lucide.dev](https://lucide.dev/guide/packages/lucide-solid)
|
|
53
|
-
|
|
54
|
-
## Community
|
|
55
|
-
|
|
56
|
-
Join the [Discord server](https://discord.gg/EH6nSts) to chat with the maintainers and other users.
|
|
57
|
-
|
|
58
|
-
## License
|
|
59
|
-
|
|
60
|
-
Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/license).
|
|
61
|
-
|
|
62
|
-
[//]: <> (Sponsors)
|
|
63
|
-
|
|
64
|
-
## Sponsors
|
|
65
|
-
|
|
66
|
-
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
|
|
67
|
-
<img src="https://lucide.dev/vercel.svg" alt="Powered by Vercel" width="200" />
|
|
68
|
-
</a>
|
|
69
|
-
|
|
70
|
-
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://lucide.dev/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
|
|
71
|
-
|
|
72
|
-
### Hero backers 🦸
|
|
73
|
-
|
|
74
|
-
<a href="https://zephyr-cloud.io/"><img src="https://lucide.dev/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud – From idea to prod: fast micro-frontend delivery!" /></a>
|
|
75
|
-
|
|
76
|
-
### Awesome backers 🍺
|
|
77
|
-
|
|
78
|
-
<a href="https://github.com/pdfme/pdfme"><img src="https://lucide.dev/sponsors/pdfme.svg" width="180" alt="pdfme – Open-source PDF generation library built with TypeScript and React." /></a>
|
|
79
|
-
<a href="https://www.paxhistoria.co/"><img src="https://lucide.dev/sponsors/paxhistoria.svg?" width="180" alt="Pax Historia – An alternate history sandbox game" /></a>
|
|
80
|
-
|
|
81
|
-
### Backers ☕
|
|
82
|
-
|
|
83
|
-
<a href="https://www.fina.money/"><img src="https://lucide.dev/sponsors/fina-money.png" width="180" alt="Fina Money – Modular Finance Tracker" /></a>
|
|
84
|
-
|
|
85
|
-
### Other contributors 💸
|
|
86
|
-
|
|
87
|
-
You can find all our past and non-recurring financial contributors at [our Open Collective page](https://opencollective.com/lucide-icons).
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://github.com/lucide-icons/lucide">
|
|
3
|
-
<img src="https://lucide.dev/package-logos/lucide-static.svg" alt="Lucide icon library with static assets for web applications" width="540">
|
|
4
|
-
</a>
|
|
5
|
-
</p>
|
|
6
|
-
|
|
7
|
-
<p align="center">
|
|
8
|
-
Lucide icon library with static assets for web applications.
|
|
9
|
-
</p>
|
|
10
|
-
|
|
11
|
-
<div align="center">
|
|
12
|
-
|
|
13
|
-
[](https://www.npmjs.com/package/lucide-static)
|
|
14
|
-

|
|
15
|
-
[](https://lucide.dev/license)
|
|
16
|
-
</div>
|
|
17
|
-
|
|
18
|
-
<p align="center">
|
|
19
|
-
<a href="https://lucide.dev/guide/">About</a>
|
|
20
|
-
·
|
|
21
|
-
<a href="https://lucide.dev/icons/">Icons</a>
|
|
22
|
-
·
|
|
23
|
-
<a href="https://lucide.dev/guide/static">Documentation</a>
|
|
24
|
-
·
|
|
25
|
-
<a href="https://lucide.dev/license">License</a>
|
|
26
|
-
</p>
|
|
27
|
-
|
|
28
|
-
# Lucide Static
|
|
29
|
-
|
|
30
|
-
This package include the following Lucide implementations:
|
|
31
|
-
|
|
32
|
-
- All svg files
|
|
33
|
-
- Javascript library containing strings of svgs.
|
|
34
|
-
- Icon fonts
|
|
35
|
-
- Svg sprite
|
|
36
|
-
|
|
37
|
-
> What is lucide? Read it [here](https://github.com/lucide-icons/lucide#what-is-lucide).
|
|
38
|
-
|
|
39
|
-
## Why lucide-static?
|
|
40
|
-
|
|
41
|
-
This package is suitable for very specific use cases for example if you want to use icon fonts, svg sprites, normal svgs or Common.js Svg strings in your javascript project.
|
|
42
|
-
|
|
43
|
-
> [!WARNING]
|
|
44
|
-
> It is not recommended to use this package for svg sprites or icon fonts for web pages/applications, for prototyping it is ok. We recommend to bundlers for web applications to make sure you only bundle the used icons from this icon library (Threeshaking). Otherwise it will load all the icons, making you webpage loading slower. Threeshaking is only available in the packages: [lucide](https://github.com/lucide-icons/lucide/tree/main/packages/lucide), [lucide-react](https://github.com/lucide-icons/lucide/tree/main/packages/lucide-react), [lucide-vue](https://github.com/lucide-icons/lucide/tree/main/packages/lucide-vue), [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/main/packages/lucide-vue-next), [lucide-angular](https://github.com/lucide-icons/lucide/tree/main/packages/lucide-angular), [lucide-preact](https://github.com/lucide-icons/lucide/tree/main/packages/lucide-preact)
|
|
45
|
-
|
|
46
|
-
## Installation
|
|
47
|
-
|
|
48
|
-
```sh
|
|
49
|
-
pnpm add lucide-static
|
|
50
|
-
```
|
|
51
|
-
|
|
52
|
-
```sh
|
|
53
|
-
npm install lucide-static
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
```sh
|
|
57
|
-
yarn add lucide-static
|
|
58
|
-
```
|
|
59
|
-
|
|
60
|
-
```sh
|
|
61
|
-
bun add lucide-static
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
## Documentation
|
|
65
|
-
|
|
66
|
-
For full documentation, visit [lucide.dev](https://lucide.dev/guide/packages/lucide-static)
|
|
67
|
-
|
|
68
|
-
## Community
|
|
69
|
-
|
|
70
|
-
Join the [Discord server](https://discord.gg/EH6nSts) to chat with the maintainers and other users.
|
|
71
|
-
|
|
72
|
-
## License
|
|
73
|
-
|
|
74
|
-
Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/license).
|
|
75
|
-
|
|
76
|
-
[//]: <> (Sponsors)
|
|
77
|
-
|
|
78
|
-
## Sponsors
|
|
79
|
-
|
|
80
|
-
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
|
|
81
|
-
<img src="https://lucide.dev/vercel.svg" alt="Powered by Vercel" width="200" />
|
|
82
|
-
</a>
|
|
83
|
-
|
|
84
|
-
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://lucide.dev/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
|
|
85
|
-
|
|
86
|
-
### Hero backers 🦸
|
|
87
|
-
|
|
88
|
-
<a href="https://zephyr-cloud.io/"><img src="https://lucide.dev/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud – From idea to prod: fast micro-frontend delivery!" /></a>
|
|
89
|
-
|
|
90
|
-
### Awesome backers 🍺
|
|
91
|
-
|
|
92
|
-
<a href="https://github.com/pdfme/pdfme"><img src="https://lucide.dev/sponsors/pdfme.svg" width="180" alt="pdfme – Open-source PDF generation library built with TypeScript and React." /></a>
|
|
93
|
-
<a href="https://www.paxhistoria.co/"><img src="https://lucide.dev/sponsors/paxhistoria.svg?" width="180" alt="Pax Historia – An alternate history sandbox game" /></a>
|
|
94
|
-
|
|
95
|
-
### Backers ☕
|
|
96
|
-
|
|
97
|
-
<a href="https://www.fina.money/"><img src="https://lucide.dev/sponsors/fina-money.png" width="180" alt="Fina Money – Modular Finance Tracker" /></a>
|
|
98
|
-
|
|
99
|
-
### Other contributors 💸
|
|
100
|
-
|
|
101
|
-
You can find all our past and non-recurring financial contributors at [our Open Collective page](https://opencollective.com/lucide-icons).
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://github.com/lucide-icons/lucide">
|
|
3
|
-
<img src="https://lucide.dev/package-logos/lucide-svelte.svg" alt="Lucide icon library for Svelte 5 applications." width="540">
|
|
4
|
-
</a>
|
|
5
|
-
</p>
|
|
6
|
-
|
|
7
|
-
<p align="center">
|
|
8
|
-
Lucide icon library for Svelte 5 applications.
|
|
9
|
-
</p>
|
|
10
|
-
|
|
11
|
-
<div align="center">
|
|
12
|
-
|
|
13
|
-
[](https://www.npmjs.com/package/@lucide/svelte)
|
|
14
|
-

|
|
15
|
-
[](https://lucide.dev/license)
|
|
16
|
-
</div>
|
|
17
|
-
|
|
18
|
-
<p align="center">
|
|
19
|
-
<a href="https://lucide.dev/guide/">About</a>
|
|
20
|
-
·
|
|
21
|
-
<a href="https://lucide.dev/icons/">Icons</a>
|
|
22
|
-
·
|
|
23
|
-
<a href="https://lucide.dev/guide/svelte">Documentation</a>
|
|
24
|
-
·
|
|
25
|
-
<a href="https://lucide.dev/license">License</a>
|
|
26
|
-
</p>
|
|
27
|
-
|
|
28
|
-
# Lucide Svelte
|
|
29
|
-
|
|
30
|
-
Implementation of the Lucide icon library for svelte applications.
|
|
31
|
-
|
|
32
|
-
## Installation
|
|
33
|
-
|
|
34
|
-
```sh
|
|
35
|
-
pnpm add @lucide/svelte
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
```sh
|
|
39
|
-
npm install @lucide/svelte
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
```sh
|
|
43
|
-
yarn add @lucide/svelte
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
```sh
|
|
47
|
-
bun add @lucide/svelte
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
> `@lucide/svelte` is only for Svelte 5, for Svelte 4 use the [`lucide-svelte`](https://www.npmjs.com/package/lucide-svelte) package.
|
|
51
|
-
|
|
52
|
-
## Documentation
|
|
53
|
-
|
|
54
|
-
For full documentation, visit [lucide.dev](https://lucide.dev/guide/packages/lucide-svelte)
|
|
55
|
-
|
|
56
|
-
## Community
|
|
57
|
-
|
|
58
|
-
Join the [Discord server](https://discord.gg/EH6nSts) to chat with the maintainers and other users.
|
|
59
|
-
|
|
60
|
-
## License
|
|
61
|
-
|
|
62
|
-
Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/license).
|
|
63
|
-
|
|
64
|
-
[//]: <> (Sponsors)
|
|
65
|
-
|
|
66
|
-
## Sponsors
|
|
67
|
-
|
|
68
|
-
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
|
|
69
|
-
<img src="https://lucide.dev/vercel.svg" alt="Powered by Vercel" width="200" />
|
|
70
|
-
</a>
|
|
71
|
-
|
|
72
|
-
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://lucide.dev/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
|
|
73
|
-
|
|
74
|
-
### Hero backers 🦸
|
|
75
|
-
|
|
76
|
-
<a href="https://zephyr-cloud.io/"><img src="https://lucide.dev/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud – From idea to prod: fast micro-frontend delivery!" /></a>
|
|
77
|
-
|
|
78
|
-
### Awesome backers 🍺
|
|
79
|
-
|
|
80
|
-
<a href="https://github.com/pdfme/pdfme"><img src="https://lucide.dev/sponsors/pdfme.svg" width="180" alt="pdfme – Open-source PDF generation library built with TypeScript and React." /></a>
|
|
81
|
-
<a href="https://www.paxhistoria.co/"><img src="https://lucide.dev/sponsors/paxhistoria.svg?" width="180" alt="Pax Historia – An alternate history sandbox game" /></a>
|
|
82
|
-
|
|
83
|
-
### Backers ☕
|
|
84
|
-
|
|
85
|
-
<a href="https://www.fina.money/"><img src="https://lucide.dev/sponsors/fina-money.png" width="180" alt="Fina Money – Modular Finance Tracker" /></a>
|
|
86
|
-
|
|
87
|
-
### Other contributors 💸
|
|
88
|
-
|
|
89
|
-
You can find all our past and non-recurring financial contributors at [our Open Collective page](https://opencollective.com/lucide-icons).
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<a href="https://github.com/lucide-icons/lucide">
|
|
3
|
-
<img src="https://lucide.dev/package-logos/lucide-vue.svg" alt="Lucide icon library for Vue applications." width="540">
|
|
4
|
-
</a>
|
|
5
|
-
</p>
|
|
6
|
-
|
|
7
|
-
<p align="center">
|
|
8
|
-
Lucide icon library for Vue applications.
|
|
9
|
-
</p>
|
|
10
|
-
|
|
11
|
-
<div align="center">
|
|
12
|
-
|
|
13
|
-
[](https://www.npmjs.com/package/@lucide/vue)
|
|
14
|
-

|
|
15
|
-
[](https://lucide.dev/license)
|
|
16
|
-
</div>
|
|
17
|
-
|
|
18
|
-
<p align="center">
|
|
19
|
-
<a href="https://lucide.dev/guide/">About</a>
|
|
20
|
-
·
|
|
21
|
-
<a href="https://lucide.dev/icons/">Icons</a>
|
|
22
|
-
·
|
|
23
|
-
<a href="https://lucide.dev/guide/vue">Documentation</a>
|
|
24
|
-
·
|
|
25
|
-
<a href="https://lucide.dev/license">License</a>
|
|
26
|
-
</p>
|
|
27
|
-
|
|
28
|
-
# Lucide Vue
|
|
29
|
-
|
|
30
|
-
Implementation of the lucide icon library for Vue applications.
|
|
31
|
-
|
|
32
|
-
## Installation
|
|
33
|
-
|
|
34
|
-
```sh
|
|
35
|
-
pnpm add @lucide/vue
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
```sh
|
|
39
|
-
npm install @lucide/vue
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
```sh
|
|
43
|
-
yarn add @lucide/vue
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
```sh
|
|
47
|
-
bun add @lucide/vue
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
## Documentation
|
|
51
|
-
|
|
52
|
-
For full documentation, visit [lucide.dev](https://lucide.dev/guide/packages/lucide-vue)
|
|
53
|
-
|
|
54
|
-
## Community
|
|
55
|
-
|
|
56
|
-
Join the [Discord server](https://discord.gg/EH6nSts) to chat with the maintainers and other users.
|
|
57
|
-
|
|
58
|
-
## License
|
|
59
|
-
|
|
60
|
-
Lucide is licensed under the ISC license. See [LICENSE](https://lucide.dev/license).
|
|
61
|
-
|
|
62
|
-
[//]: <> (Sponsors)
|
|
63
|
-
|
|
64
|
-
## Sponsors
|
|
65
|
-
|
|
66
|
-
<a href="https://vercel.com?utm_source=lucide&utm_campaign=oss">
|
|
67
|
-
<img src="https://lucide.dev/vercel.svg" alt="Powered by Vercel" width="200" />
|
|
68
|
-
</a>
|
|
69
|
-
|
|
70
|
-
<a href="https://www.digitalocean.com/?refcode=b0877a2caebd&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://lucide.dev/digitalocean.svg" width="200" alt="DigitalOcean Referral Badge" /></a>
|
|
71
|
-
|
|
72
|
-
### Hero backers 🦸
|
|
73
|
-
|
|
74
|
-
<a href="https://zephyr-cloud.io/"><img src="https://lucide.dev/sponsors/zephyr-cloud.svg" width="180" alt="Zephyr Cloud – From idea to prod: fast micro-frontend delivery!" /></a>
|
|
75
|
-
|
|
76
|
-
### Awesome backers 🍺
|
|
77
|
-
|
|
78
|
-
<a href="https://github.com/pdfme/pdfme"><img src="https://lucide.dev/sponsors/pdfme.svg" width="180" alt="pdfme – Open-source PDF generation library built with TypeScript and React." /></a>
|
|
79
|
-
<a href="https://www.paxhistoria.co/"><img src="https://lucide.dev/sponsors/paxhistoria.svg?" width="180" alt="Pax Historia – An alternate history sandbox game" /></a>
|
|
80
|
-
|
|
81
|
-
### Backers ☕
|
|
82
|
-
|
|
83
|
-
<a href="https://www.fina.money/"><img src="https://lucide.dev/sponsors/fina-money.png" width="180" alt="Fina Money – Modular Finance Tracker" /></a>
|
|
84
|
-
|
|
85
|
-
### Other contributors 💸
|
|
86
|
-
|
|
87
|
-
You can find all our past and non-recurring financial contributors at [our Open Collective page](https://opencollective.com/lucide-icons).
|