@iconify/json 2.2.374 → 2.2.375
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 +3 -3
- package/collections.md +3 -3
- package/composer.json +1 -1
- package/json/hugeicons.json +3765 -3629
- package/json/simple-icons.json +16 -4
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
},
|
|
1305
1305
|
"hugeicons": {
|
|
1306
1306
|
"name": "Huge Icons",
|
|
1307
|
-
"total":
|
|
1307
|
+
"total": 4438,
|
|
1308
1308
|
"author": {
|
|
1309
1309
|
"name": "Hugeicons",
|
|
1310
1310
|
"url": "https://icon-sets.iconify.design/icon-sets/hugeicons/"
|
|
@@ -3568,8 +3568,8 @@
|
|
|
3568
3568
|
},
|
|
3569
3569
|
"simple-icons": {
|
|
3570
3570
|
"name": "Simple Icons",
|
|
3571
|
-
"total":
|
|
3572
|
-
"version": "15.
|
|
3571
|
+
"total": 3347,
|
|
3572
|
+
"version": "15.11.0",
|
|
3573
3573
|
"author": {
|
|
3574
3574
|
"name": "Simple Icons Collaborators",
|
|
3575
3575
|
"url": "https://github.com/simple-icons/simple-icons"
|
package/collections.md
CHANGED
|
@@ -487,7 +487,7 @@
|
|
|
487
487
|
* File: [json/svg-spinners.json](json/svg-spinners.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
488
488
|
|
|
489
489
|
## Huge Icons
|
|
490
|
-
* Number of icons:
|
|
490
|
+
* Number of icons: 4438
|
|
491
491
|
* Author: Hugeicons
|
|
492
492
|
* URL: https://icon-sets.iconify.design/icon-sets/hugeicons/
|
|
493
493
|
* License: MIT
|
|
@@ -1369,12 +1369,12 @@
|
|
|
1369
1369
|
* File: [json/unjs.json](json/unjs.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1370
1370
|
|
|
1371
1371
|
## Simple Icons
|
|
1372
|
-
* Number of icons:
|
|
1372
|
+
* Number of icons: 3347
|
|
1373
1373
|
* Author: Simple Icons Collaborators
|
|
1374
1374
|
* URL: https://github.com/simple-icons/simple-icons
|
|
1375
1375
|
* License: CC0 1.0
|
|
1376
1376
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
1377
|
-
* Version: 15.
|
|
1377
|
+
* Version: 15.11.0
|
|
1378
1378
|
* Palette: Colorless
|
|
1379
1379
|
* Icon set prefix: `simple-icons`
|
|
1380
1380
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED