@iconify/json 2.2.219 → 2.2.220
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 +6 -6
- package/collections.md +6 -6
- package/composer.json +1 -1
- package/json/fluent.json +1129 -5
- package/json/gravity-ui.json +258 -258
- package/json/lucide.json +6 -6
- package/json/simple-icons.json +50 -5
- package/json/tabler.json +55 -4
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -129,8 +129,8 @@
|
|
|
129
129
|
},
|
|
130
130
|
"tabler": {
|
|
131
131
|
"name": "Tabler Icons",
|
|
132
|
-
"total":
|
|
133
|
-
"version": "3.
|
|
132
|
+
"total": 5307,
|
|
133
|
+
"version": "3.6.0",
|
|
134
134
|
"author": {
|
|
135
135
|
"name": "Paweł Kuna",
|
|
136
136
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -1323,8 +1323,8 @@
|
|
|
1323
1323
|
},
|
|
1324
1324
|
"fluent": {
|
|
1325
1325
|
"name": "Fluent UI System Icons",
|
|
1326
|
-
"total":
|
|
1327
|
-
"version": "1.1.
|
|
1326
|
+
"total": 16297,
|
|
1327
|
+
"version": "1.1.244",
|
|
1328
1328
|
"author": {
|
|
1329
1329
|
"name": "Microsoft Corporation",
|
|
1330
1330
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -2197,8 +2197,8 @@
|
|
|
2197
2197
|
},
|
|
2198
2198
|
"simple-icons": {
|
|
2199
2199
|
"name": "Simple Icons",
|
|
2200
|
-
"total":
|
|
2201
|
-
"version": "12.
|
|
2200
|
+
"total": 3195,
|
|
2201
|
+
"version": "12.3.0",
|
|
2202
2202
|
"author": {
|
|
2203
2203
|
"name": "Simple Icons Collaborators",
|
|
2204
2204
|
"url": "https://github.com/simple-icons/simple-icons"
|
package/collections.md
CHANGED
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
* File: [json/solar.json](json/solar.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
65
65
|
|
|
66
66
|
## Tabler Icons
|
|
67
|
-
* Number of icons:
|
|
67
|
+
* Number of icons: 5307
|
|
68
68
|
* Author: Paweł Kuna
|
|
69
69
|
* URL: https://github.com/tabler/tabler-icons
|
|
70
70
|
* License: MIT
|
|
71
71
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
72
|
-
* Version: 3.
|
|
72
|
+
* Version: 3.6.0
|
|
73
73
|
* Palette: Colorless
|
|
74
74
|
* Icon set prefix: `tabler`
|
|
75
75
|
* File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -646,12 +646,12 @@
|
|
|
646
646
|
* File: [json/marketeq.json](json/marketeq.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
647
647
|
|
|
648
648
|
## Fluent UI System Icons
|
|
649
|
-
* Number of icons:
|
|
649
|
+
* Number of icons: 16297
|
|
650
650
|
* Author: Microsoft Corporation
|
|
651
651
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
652
652
|
* License: MIT
|
|
653
653
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE
|
|
654
|
-
* Version: 1.1.
|
|
654
|
+
* Version: 1.1.244
|
|
655
655
|
* Palette: Colorless
|
|
656
656
|
* Icon set prefix: `fluent`
|
|
657
657
|
* File: [json/fluent.json](json/fluent.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1072,12 +1072,12 @@
|
|
|
1072
1072
|
* File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1073
1073
|
|
|
1074
1074
|
## Simple Icons
|
|
1075
|
-
* Number of icons:
|
|
1075
|
+
* Number of icons: 3195
|
|
1076
1076
|
* Author: Simple Icons Collaborators
|
|
1077
1077
|
* URL: https://github.com/simple-icons/simple-icons
|
|
1078
1078
|
* License: CC0 1.0
|
|
1079
1079
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
1080
|
-
* Version: 12.
|
|
1080
|
+
* Version: 12.3.0
|
|
1081
1081
|
* Palette: Colorless
|
|
1082
1082
|
* Icon set prefix: `simple-icons`
|
|
1083
1083
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED