@iconify/json 2.2.87 → 2.2.89
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 +12 -12
- package/collections.md +12 -12
- package/composer.json +1 -1
- package/json/arcticons.json +523 -10
- package/json/carbon.json +1 -1
- package/json/fluent.json +257 -3
- package/json/lucide.json +25 -13
- package/json/mdi.json +4 -1
- package/json/ooui.json +1 -1
- package/json/pajamas.json +6 -3
- package/json/simple-icons.json +26 -5
- package/json/tabler.json +57 -3
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
},
|
|
109
109
|
"tabler": {
|
|
110
110
|
"name": "Tabler Icons",
|
|
111
|
-
"total":
|
|
112
|
-
"version": "2.
|
|
111
|
+
"total": 4285,
|
|
112
|
+
"version": "2.24.0",
|
|
113
113
|
"author": {
|
|
114
114
|
"name": "Paweł Kuna",
|
|
115
115
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"carbon": {
|
|
176
176
|
"name": "Carbon",
|
|
177
177
|
"total": 1957,
|
|
178
|
-
"version": "11.
|
|
178
|
+
"version": "11.22.1",
|
|
179
179
|
"author": {
|
|
180
180
|
"name": "IBM",
|
|
181
181
|
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
},
|
|
527
527
|
"lucide": {
|
|
528
528
|
"name": "Lucide",
|
|
529
|
-
"total":
|
|
529
|
+
"total": 1196,
|
|
530
530
|
"author": {
|
|
531
531
|
"name": "Lucide Contributors",
|
|
532
532
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -1092,8 +1092,8 @@
|
|
|
1092
1092
|
},
|
|
1093
1093
|
"fluent": {
|
|
1094
1094
|
"name": "Fluent UI System Icons",
|
|
1095
|
-
"total":
|
|
1096
|
-
"version": "1.1.
|
|
1095
|
+
"total": 14023,
|
|
1096
|
+
"version": "1.1.206",
|
|
1097
1097
|
"author": {
|
|
1098
1098
|
"name": "Microsoft Corporation",
|
|
1099
1099
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -1293,8 +1293,8 @@
|
|
|
1293
1293
|
},
|
|
1294
1294
|
"pajamas": {
|
|
1295
1295
|
"name": "Gitlab SVGs",
|
|
1296
|
-
"total":
|
|
1297
|
-
"version": "3.
|
|
1296
|
+
"total": 369,
|
|
1297
|
+
"version": "3.54.0",
|
|
1298
1298
|
"author": {
|
|
1299
1299
|
"name": "GitLab B.V.",
|
|
1300
1300
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
|
@@ -1512,7 +1512,7 @@
|
|
|
1512
1512
|
"ooui": {
|
|
1513
1513
|
"name": "OOUI",
|
|
1514
1514
|
"total": 354,
|
|
1515
|
-
"version": "0.47.
|
|
1515
|
+
"version": "0.47.4",
|
|
1516
1516
|
"author": {
|
|
1517
1517
|
"name": "OOUI Team",
|
|
1518
1518
|
"url": "https://github.com/wikimedia/oojs-ui"
|
|
@@ -1925,8 +1925,8 @@
|
|
|
1925
1925
|
},
|
|
1926
1926
|
"simple-icons": {
|
|
1927
1927
|
"name": "Simple Icons",
|
|
1928
|
-
"total":
|
|
1929
|
-
"version": "9.
|
|
1928
|
+
"total": 2516,
|
|
1929
|
+
"version": "9.5.0",
|
|
1930
1930
|
"author": {
|
|
1931
1931
|
"name": "Simple Icons Collaborators",
|
|
1932
1932
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -2015,7 +2015,7 @@
|
|
|
2015
2015
|
},
|
|
2016
2016
|
"arcticons": {
|
|
2017
2017
|
"name": "Arcticons",
|
|
2018
|
-
"total":
|
|
2018
|
+
"total": 6609,
|
|
2019
2019
|
"author": {
|
|
2020
2020
|
"name": "Donnnno",
|
|
2021
2021
|
"url": "https://github.com/Donnnno/Arcticons"
|
package/collections.md
CHANGED
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
* File: [json/solar.json](json/solar.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
55
55
|
|
|
56
56
|
## Tabler Icons
|
|
57
|
-
* Number of icons:
|
|
57
|
+
* Number of icons: 4285
|
|
58
58
|
* Author: Paweł Kuna
|
|
59
59
|
* URL: https://github.com/tabler/tabler-icons
|
|
60
60
|
* License: MIT
|
|
61
61
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
62
|
-
* Version: 2.
|
|
62
|
+
* Version: 2.24.0
|
|
63
63
|
* Palette: Colorless
|
|
64
64
|
* Icon set prefix: `tabler`
|
|
65
65
|
* File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
* Author: IBM
|
|
92
92
|
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
|
|
93
93
|
* License: Apache 2.0
|
|
94
|
-
* Version: 11.
|
|
94
|
+
* Version: 11.22.1
|
|
95
95
|
* Palette: Colorless
|
|
96
96
|
* Icon set prefix: `carbon`
|
|
97
97
|
* File: [json/carbon.json](json/carbon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
* File: [json/cil.json](json/cil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
260
260
|
|
|
261
261
|
## Lucide
|
|
262
|
-
* Number of icons:
|
|
262
|
+
* Number of icons: 1196
|
|
263
263
|
* Author: Lucide Contributors
|
|
264
264
|
* URL: https://github.com/lucide-icons/lucide
|
|
265
265
|
* License: ISC
|
|
@@ -536,12 +536,12 @@
|
|
|
536
536
|
* File: [json/gala.json](json/gala.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
537
537
|
|
|
538
538
|
## Fluent UI System Icons
|
|
539
|
-
* Number of icons:
|
|
539
|
+
* Number of icons: 14023
|
|
540
540
|
* Author: Microsoft Corporation
|
|
541
541
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
542
542
|
* License: MIT
|
|
543
543
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE
|
|
544
|
-
* Version: 1.1.
|
|
544
|
+
* Version: 1.1.206
|
|
545
545
|
* Palette: Colorless
|
|
546
546
|
* Icon set prefix: `fluent`
|
|
547
547
|
* File: [json/fluent.json](json/fluent.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -634,12 +634,12 @@
|
|
|
634
634
|
* File: [json/codicon.json](json/codicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
635
635
|
|
|
636
636
|
## Gitlab SVGs
|
|
637
|
-
* Number of icons:
|
|
637
|
+
* Number of icons: 369
|
|
638
638
|
* Author: GitLab B.V.
|
|
639
639
|
* URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main
|
|
640
640
|
* License: MIT
|
|
641
641
|
* License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE
|
|
642
|
-
* Version: 3.
|
|
642
|
+
* Version: 3.54.0
|
|
643
643
|
* Palette: Colorless
|
|
644
644
|
* Icon set prefix: `pajamas`
|
|
645
645
|
* File: [json/pajamas.json](json/pajamas.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -747,7 +747,7 @@
|
|
|
747
747
|
* URL: https://github.com/wikimedia/oojs-ui
|
|
748
748
|
* License: MIT
|
|
749
749
|
* License URL: https://github.com/wikimedia/oojs-ui/blob/master/LICENSE-MIT
|
|
750
|
-
* Version: 0.47.
|
|
750
|
+
* Version: 0.47.4
|
|
751
751
|
* Palette: Colorless
|
|
752
752
|
* Icon set prefix: `ooui`
|
|
753
753
|
* File: [json/ooui.json](json/ooui.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -940,12 +940,12 @@
|
|
|
940
940
|
* File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
941
941
|
|
|
942
942
|
## Simple Icons
|
|
943
|
-
* Number of icons:
|
|
943
|
+
* Number of icons: 2516
|
|
944
944
|
* Author: Simple Icons Collaborators
|
|
945
945
|
* URL: https://github.com/simple-icons/simple-icons
|
|
946
946
|
* License: CC0 1.0
|
|
947
947
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
948
|
-
* Version: 9.
|
|
948
|
+
* Version: 9.5.0
|
|
949
949
|
* Palette: Colorless
|
|
950
950
|
* Icon set prefix: `simple-icons`
|
|
951
951
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -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: 6609
|
|
988
988
|
* Author: Donnnno
|
|
989
989
|
* URL: https://github.com/Donnnno/Arcticons
|
|
990
990
|
* License: CC BY-SA 4.0
|
package/composer.json
CHANGED