@iconify/json 2.2.162 → 2.2.163
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/collections.json +2 -2
- package/collections.md +2 -2
- package/composer.json +1 -1
- package/json/healthicons.json +1250 -1154
- package/json/lucide.json +36 -10
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
},
|
|
305
305
|
"lucide": {
|
|
306
306
|
"name": "Lucide",
|
|
307
|
-
"total":
|
|
307
|
+
"total": 1368,
|
|
308
308
|
"author": {
|
|
309
309
|
"name": "Lucide Contributors",
|
|
310
310
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -2577,7 +2577,7 @@
|
|
|
2577
2577
|
},
|
|
2578
2578
|
"healthicons": {
|
|
2579
2579
|
"name": "Health Icons",
|
|
2580
|
-
"total":
|
|
2580
|
+
"total": 1851,
|
|
2581
2581
|
"version": "0.1.0",
|
|
2582
2582
|
"author": {
|
|
2583
2583
|
"name": "Resolve to Save Lives",
|
package/collections.md
CHANGED
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
* File: [json/ion.json](json/ion.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
150
150
|
|
|
151
151
|
## Lucide
|
|
152
|
-
* Number of icons:
|
|
152
|
+
* Number of icons: 1368
|
|
153
153
|
* Author: Lucide Contributors
|
|
154
154
|
* URL: https://github.com/lucide-icons/lucide
|
|
155
155
|
* License: ISC
|
|
@@ -1257,7 +1257,7 @@
|
|
|
1257
1257
|
* File: [json/wi.json](json/wi.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1258
1258
|
|
|
1259
1259
|
## Health Icons
|
|
1260
|
-
* Number of icons:
|
|
1260
|
+
* Number of icons: 1851
|
|
1261
1261
|
* Author: Resolve to Save Lives
|
|
1262
1262
|
* URL: https://github.com/resolvetosavelives/healthicons
|
|
1263
1263
|
* License: MIT
|
package/composer.json
CHANGED