@iconify/json 2.2.94 → 2.2.95
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/flag.json +49 -33
- package/json/fluent.json +348 -107
- package/json/tabler.json +80 -26
- 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": 4572,
|
|
112
|
+
"version": "2.29.0",
|
|
113
113
|
"author": {
|
|
114
114
|
"name": "Paweł Kuna",
|
|
115
115
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -1092,8 +1092,8 @@
|
|
|
1092
1092
|
},
|
|
1093
1093
|
"fluent": {
|
|
1094
1094
|
"name": "Fluent UI System Icons",
|
|
1095
|
-
"total":
|
|
1096
|
-
"version": "1.1.
|
|
1095
|
+
"total": 14167,
|
|
1096
|
+
"version": "1.1.208",
|
|
1097
1097
|
"author": {
|
|
1098
1098
|
"name": "Microsoft Corporation",
|
|
1099
1099
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -2210,8 +2210,8 @@
|
|
|
2210
2210
|
},
|
|
2211
2211
|
"flag": {
|
|
2212
2212
|
"name": "Flag Icons",
|
|
2213
|
-
"total":
|
|
2214
|
-
"version": "6.
|
|
2213
|
+
"total": 534,
|
|
2214
|
+
"version": "6.9.1",
|
|
2215
2215
|
"author": {
|
|
2216
2216
|
"name": "Panayiotis Lipiridis",
|
|
2217
2217
|
"url": "https://github.com/lipis/flag-icons"
|
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: 4572
|
|
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.29.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))
|
|
@@ -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: 14167
|
|
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.208
|
|
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))
|
|
@@ -1076,12 +1076,12 @@
|
|
|
1076
1076
|
* File: [json/cryptocurrency-color.json](json/cryptocurrency-color.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1077
1077
|
|
|
1078
1078
|
## Flag Icons
|
|
1079
|
-
* Number of icons:
|
|
1079
|
+
* Number of icons: 534
|
|
1080
1080
|
* Author: Panayiotis Lipiridis
|
|
1081
1081
|
* URL: https://github.com/lipis/flag-icons
|
|
1082
1082
|
* License: MIT
|
|
1083
1083
|
* License URL: https://github.com/lipis/flag-icons/blob/main/LICENSE
|
|
1084
|
-
* Version: 6.
|
|
1084
|
+
* Version: 6.9.1
|
|
1085
1085
|
* Palette: Colorful
|
|
1086
1086
|
* Icon set prefix: `flag`
|
|
1087
1087
|
* File: [json/flag.json](json/flag.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED