@iconify/json 2.2.69 → 2.2.70
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/arcticons.json +260 -8
- package/json/healthicons.json +962 -835
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -2014,7 +2014,7 @@
|
|
|
2014
2014
|
},
|
|
2015
2015
|
"arcticons": {
|
|
2016
2016
|
"name": "Arcticons",
|
|
2017
|
-
"total":
|
|
2017
|
+
"total": 6254,
|
|
2018
2018
|
"author": {
|
|
2019
2019
|
"name": "Donnnno",
|
|
2020
2020
|
"url": "https://github.com/Donnnno/Arcticons"
|
|
@@ -2450,7 +2450,7 @@
|
|
|
2450
2450
|
},
|
|
2451
2451
|
"healthicons": {
|
|
2452
2452
|
"name": "Health Icons",
|
|
2453
|
-
"total":
|
|
2453
|
+
"total": 1776,
|
|
2454
2454
|
"version": "0.1.0",
|
|
2455
2455
|
"author": {
|
|
2456
2456
|
"name": "Resolve to Save Lives",
|
package/collections.md
CHANGED
|
@@ -984,7 +984,7 @@
|
|
|
984
984
|
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
985
985
|
|
|
986
986
|
## Arcticons
|
|
987
|
-
* Number of icons:
|
|
987
|
+
* Number of icons: 6254
|
|
988
988
|
* Author: Donnnno
|
|
989
989
|
* URL: https://github.com/Donnnno/Arcticons
|
|
990
990
|
* License: CC BY-SA 4.0
|
|
@@ -1195,7 +1195,7 @@
|
|
|
1195
1195
|
* File: [json/wi.json](json/wi.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1196
1196
|
|
|
1197
1197
|
## Health Icons
|
|
1198
|
-
* Number of icons:
|
|
1198
|
+
* Number of icons: 1776
|
|
1199
1199
|
* Author: Resolve to Save Lives
|
|
1200
1200
|
* URL: https://github.com/resolvetosavelives/healthicons
|
|
1201
1201
|
* License: MIT
|
package/composer.json
CHANGED