@lucide/angular 1.0.0-beta.0

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/LICENSE ADDED
@@ -0,0 +1,39 @@
1
+ ISC License
2
+
3
+ Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2026 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2026.
4
+
5
+ Permission to use, copy, modify, and/or distribute this software for any
6
+ purpose with or without fee is hereby granted, provided that the above
7
+ copyright notice and this permission notice appear in all copies.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16
+
17
+ ---
18
+
19
+ The MIT License (MIT) (for portions derived from Feather)
20
+
21
+ Copyright (c) 2013-2026 Cole Bemis
22
+
23
+ Permission is hereby granted, free of charge, to any person obtaining a copy
24
+ of this software and associated documentation files (the "Software"), to deal
25
+ in the Software without restriction, including without limitation the rights
26
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27
+ copies of the Software, and to permit persons to whom the Software is
28
+ furnished to do so, subject to the following conditions:
29
+
30
+ The above copyright notice and this permission notice shall be included in all
31
+ copies or substantial portions of the Software.
32
+
33
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,77 @@
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
+ [![npm](https://img.shields.io/npm/v/@lucide/angular?color=blue)](https://www.npmjs.com/package/@lucide/angular)
14
+ ![NPM Downloads](https://img.shields.io/npm/dw/@lucide/angular)
15
+ [![GitHub](https://img.shields.io/github/license/lucide-icons/lucide)](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
+ <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
+ ### Awesome backers 🍺
75
+
76
+ <a href="https://www.scipress.io?utm_source=lucide"><img src="https://lucide.dev/sponsors/scipress.svg" width="180" alt="Scipress sponsor badge" /></a>
77
+ <a href="https://github.com/pdfme/pdfme"><img src="https://lucide.dev/sponsors/pdfme.svg" width="180" alt="pdfme sponsor badge" /></a>