@iconify/json 2.2.290 → 2.2.291
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/arcticons.json +510 -3
- package/json/simple-icons.json +4 -4
- package/json/vscode-icons.json +13 -2
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -2816,7 +2816,7 @@
|
|
|
2816
2816
|
},
|
|
2817
2817
|
"vscode-icons": {
|
|
2818
2818
|
"name": "VSCode Icons",
|
|
2819
|
-
"total":
|
|
2819
|
+
"total": 1325,
|
|
2820
2820
|
"version": "12.10.0",
|
|
2821
2821
|
"author": {
|
|
2822
2822
|
"name": "Roberto Huertas",
|
|
@@ -3022,7 +3022,7 @@
|
|
|
3022
3022
|
"simple-icons": {
|
|
3023
3023
|
"name": "Simple Icons",
|
|
3024
3024
|
"total": 3247,
|
|
3025
|
-
"version": "14.0.
|
|
3025
|
+
"version": "14.0.1",
|
|
3026
3026
|
"author": {
|
|
3027
3027
|
"name": "Simple Icons Collaborators",
|
|
3028
3028
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -3177,7 +3177,7 @@
|
|
|
3177
3177
|
},
|
|
3178
3178
|
"arcticons": {
|
|
3179
3179
|
"name": "Arcticons",
|
|
3180
|
-
"total":
|
|
3180
|
+
"total": 12053,
|
|
3181
3181
|
"author": {
|
|
3182
3182
|
"name": "Donnnno",
|
|
3183
3183
|
"url": "https://github.com/Arcticons-Team/Arcticons"
|
package/collections.md
CHANGED
|
@@ -1067,7 +1067,7 @@
|
|
|
1067
1067
|
* File: [json/marketeq.json](json/marketeq.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1068
1068
|
|
|
1069
1069
|
## VSCode Icons
|
|
1070
|
-
* Number of icons:
|
|
1070
|
+
* Number of icons: 1325
|
|
1071
1071
|
* Author: Roberto Huertas
|
|
1072
1072
|
* URL: https://github.com/vscode-icons/vscode-icons
|
|
1073
1073
|
* License: MIT
|
|
@@ -1153,7 +1153,7 @@
|
|
|
1153
1153
|
* URL: https://github.com/simple-icons/simple-icons
|
|
1154
1154
|
* License: CC0 1.0
|
|
1155
1155
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
1156
|
-
* Version: 14.0.
|
|
1156
|
+
* Version: 14.0.1
|
|
1157
1157
|
* Palette: Colorless
|
|
1158
1158
|
* Icon set prefix: `simple-icons`
|
|
1159
1159
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1214
1214
|
|
|
1215
1215
|
## Arcticons
|
|
1216
|
-
* Number of icons:
|
|
1216
|
+
* Number of icons: 12053
|
|
1217
1217
|
* Author: Donnnno
|
|
1218
1218
|
* URL: https://github.com/Arcticons-Team/Arcticons
|
|
1219
1219
|
* License: CC BY-SA 4.0
|
package/composer.json
CHANGED