@iconify/json 2.2.368 → 2.2.369
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 +1 -2
- package/collections.md +1 -1
- package/composer.json +1 -1
- package/json/academicons.json +0 -1
- package/json/logos.json +382 -382
- package/json/openmoji.json +337 -337
- package/json/vscode-icons.json +311 -305
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -3346,7 +3346,7 @@
|
|
|
3346
3346
|
},
|
|
3347
3347
|
"vscode-icons": {
|
|
3348
3348
|
"name": "VSCode Icons",
|
|
3349
|
-
"total":
|
|
3349
|
+
"total": 1395,
|
|
3350
3350
|
"version": "12.14.0",
|
|
3351
3351
|
"author": {
|
|
3352
3352
|
"name": "Roberto Huertas",
|
|
@@ -4558,7 +4558,6 @@
|
|
|
4558
4558
|
"height": 32,
|
|
4559
4559
|
"displayHeight": 16,
|
|
4560
4560
|
"category": "Thematic",
|
|
4561
|
-
"tags": [],
|
|
4562
4561
|
"palette": false
|
|
4563
4562
|
},
|
|
4564
4563
|
"wi": {
|
package/collections.md
CHANGED
|
@@ -1278,7 +1278,7 @@
|
|
|
1278
1278
|
* File: [json/marketeq.json](json/marketeq.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1279
1279
|
|
|
1280
1280
|
## VSCode Icons
|
|
1281
|
-
* Number of icons:
|
|
1281
|
+
* Number of icons: 1395
|
|
1282
1282
|
* Author: Roberto Huertas
|
|
1283
1283
|
* URL: https://github.com/vscode-icons/vscode-icons
|
|
1284
1284
|
* License: MIT
|
package/composer.json
CHANGED