@iconify/json 2.2.159 → 2.2.160
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 +5 -4
- package/collections.md +3 -3
- package/composer.json +1 -1
- package/json/healthicons.json +294 -200
- package/json/heroicons.json +1483 -34
- package/json/openmoji.json +2 -2
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1352,8 +1352,8 @@
|
|
|
1352
1352
|
},
|
|
1353
1353
|
"heroicons": {
|
|
1354
1354
|
"name": "HeroIcons",
|
|
1355
|
-
"total":
|
|
1356
|
-
"version": "2.
|
|
1355
|
+
"total": 1176,
|
|
1356
|
+
"version": "2.1.1",
|
|
1357
1357
|
"author": {
|
|
1358
1358
|
"name": "Refactoring UI Inc",
|
|
1359
1359
|
"url": "https://github.com/tailwindlabs/heroicons"
|
|
@@ -1370,7 +1370,8 @@
|
|
|
1370
1370
|
],
|
|
1371
1371
|
"height": [
|
|
1372
1372
|
24,
|
|
1373
|
-
20
|
|
1373
|
+
20,
|
|
1374
|
+
16
|
|
1374
1375
|
],
|
|
1375
1376
|
"category": "General",
|
|
1376
1377
|
"palette": false
|
|
@@ -2576,7 +2577,7 @@
|
|
|
2576
2577
|
},
|
|
2577
2578
|
"healthicons": {
|
|
2578
2579
|
"name": "Health Icons",
|
|
2579
|
-
"total":
|
|
2580
|
+
"total": 1788,
|
|
2580
2581
|
"version": "0.1.0",
|
|
2581
2582
|
"author": {
|
|
2582
2583
|
"name": "Resolve to Save Lives",
|
package/collections.md
CHANGED
|
@@ -663,12 +663,12 @@
|
|
|
663
663
|
* File: [json/jam.json](json/jam.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
664
664
|
|
|
665
665
|
## HeroIcons
|
|
666
|
-
* Number of icons:
|
|
666
|
+
* Number of icons: 1176
|
|
667
667
|
* Author: Refactoring UI Inc
|
|
668
668
|
* URL: https://github.com/tailwindlabs/heroicons
|
|
669
669
|
* License: MIT
|
|
670
670
|
* License URL: https://github.com/tailwindlabs/heroicons/blob/master/LICENSE
|
|
671
|
-
* Version: 2.
|
|
671
|
+
* Version: 2.1.1
|
|
672
672
|
* Palette: Colorless
|
|
673
673
|
* Icon set prefix: `heroicons`
|
|
674
674
|
* File: [json/heroicons.json](json/heroicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -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: 1788
|
|
1261
1261
|
* Author: Resolve to Save Lives
|
|
1262
1262
|
* URL: https://github.com/resolvetosavelives/healthicons
|
|
1263
1263
|
* License: MIT
|
package/composer.json
CHANGED