@iconify/json 2.2.281 → 2.2.282
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 +4 -4
- package/collections.md +4 -4
- package/composer.json +1 -1
- package/json/arcticons.json +656 -10
- package/json/circle-flags.json +2 -2
- package/json/codicon.json +2 -2
- package/json/fluent-color.json +1 -1
- package/json/fluent.json +1 -1
- package/json/proicons.json +37 -13
- package/json/tabler.json +17 -8
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -684,7 +684,7 @@
|
|
|
684
684
|
},
|
|
685
685
|
"proicons": {
|
|
686
686
|
"name": "ProIcons",
|
|
687
|
-
"total":
|
|
687
|
+
"total": 474,
|
|
688
688
|
"version": "4.11.2",
|
|
689
689
|
"author": {
|
|
690
690
|
"name": "ProCode",
|
|
@@ -1698,7 +1698,7 @@
|
|
|
1698
1698
|
"fluent": {
|
|
1699
1699
|
"name": "Fluent UI System Icons",
|
|
1700
1700
|
"total": 17061,
|
|
1701
|
-
"version": "1.1.
|
|
1701
|
+
"version": "1.1.267",
|
|
1702
1702
|
"author": {
|
|
1703
1703
|
"name": "Microsoft Corporation",
|
|
1704
1704
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -2333,7 +2333,7 @@
|
|
|
2333
2333
|
"fluent-color": {
|
|
2334
2334
|
"name": "Fluent UI System Color Icons",
|
|
2335
2335
|
"total": 311,
|
|
2336
|
-
"version": "1.1.
|
|
2336
|
+
"version": "1.1.267",
|
|
2337
2337
|
"author": {
|
|
2338
2338
|
"name": "Microsoft Corporation",
|
|
2339
2339
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -2749,7 +2749,7 @@
|
|
|
2749
2749
|
},
|
|
2750
2750
|
"arcticons": {
|
|
2751
2751
|
"name": "Arcticons",
|
|
2752
|
-
"total":
|
|
2752
|
+
"total": 11680,
|
|
2753
2753
|
"author": {
|
|
2754
2754
|
"name": "Donnnno",
|
|
2755
2755
|
"url": "https://github.com/Arcticons-Team/Arcticons"
|
package/collections.md
CHANGED
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
* File: [json/ci.json](json/ci.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
294
294
|
|
|
295
295
|
## ProIcons
|
|
296
|
-
* Number of icons:
|
|
296
|
+
* Number of icons: 474
|
|
297
297
|
* Author: ProCode
|
|
298
298
|
* URL: https://github.com/ProCode-Software/proicons
|
|
299
299
|
* License: MIT
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
734
734
|
* License: MIT
|
|
735
735
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE
|
|
736
|
-
* Version: 1.1.
|
|
736
|
+
* Version: 1.1.267
|
|
737
737
|
* Palette: Colorless
|
|
738
738
|
* Icon set prefix: `fluent`
|
|
739
739
|
* File: [json/fluent.json](json/fluent.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
1013
1013
|
* License: MIT
|
|
1014
1014
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE
|
|
1015
|
-
* Version: 1.1.
|
|
1015
|
+
* Version: 1.1.267
|
|
1016
1016
|
* Palette: Colorful
|
|
1017
1017
|
* Icon set prefix: `fluent-color`
|
|
1018
1018
|
* File: [json/fluent-color.json](json/fluent-color.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1183,7 +1183,7 @@
|
|
|
1183
1183
|
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1184
1184
|
|
|
1185
1185
|
## Arcticons
|
|
1186
|
-
* Number of icons:
|
|
1186
|
+
* Number of icons: 11680
|
|
1187
1187
|
* Author: Donnnno
|
|
1188
1188
|
* URL: https://github.com/Arcticons-Team/Arcticons
|
|
1189
1189
|
* License: CC BY-SA 4.0
|
package/composer.json
CHANGED