lucide-static 0.83.0 → 0.88.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 +1 -1
- package/font/lucide-preview.html +1669 -1519
- package/font/lucide.css +779 -759
- package/font/lucide.eot +0 -0
- package/font/lucide.svg +879 -762
- package/font/lucide.ttf +0 -0
- package/font/lucide.woff +0 -0
- package/font/lucide.woff2 +0 -0
- package/icon-nodes.json +270 -0
- package/icons/arrow-up-down.svg +16 -0
- package/icons/citrus.svg +17 -0
- package/icons/concierge-bell.svg +16 -0
- package/icons/fan.svg +14 -0
- package/icons/microwave.svg +17 -0
- package/icons/rectangle-horizontal.svg +13 -0
- package/icons/rectangle-vertical.svg +13 -0
- package/icons/refrigerator.svg +15 -0
- package/icons/sailboat.svg +15 -0
- package/icons/shower-head.svg +22 -0
- package/icons/verified.svg +0 -0
- package/lib/icons/arrow-up-down.js +17 -0
- package/lib/icons/citrus.js +18 -0
- package/lib/icons/concierge-bell.js +17 -0
- package/lib/icons/fan.js +15 -0
- package/lib/icons/microwave.js +18 -0
- package/lib/icons/rectangle-horizontal.js +14 -0
- package/lib/icons/rectangle-vertical.js +14 -0
- package/lib/icons/refrigerator.js +16 -0
- package/lib/icons/sailboat.js +16 -0
- package/lib/icons/shower-head.js +23 -0
- package/lib/index.js +10 -0
- package/package.json +11 -9
- package/sprite.svg +58 -0
- package/tags.json +77 -3
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
ISC License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2022 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2022.
|
|
4
4
|
|
|
5
5
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
6
|
purpose with or without fee is hereby granted, provided that the above
|