@iconify/json 2.2.189 → 2.2.190
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 +5 -5
- package/collections.md +5 -5
- package/composer.json +1 -1
- package/json/flag.json +30 -30
- package/json/fluent.json +1 -1
- package/json/lucide.json +28 -10
- package/json/pajamas.json +6 -3
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
},
|
|
305
305
|
"lucide": {
|
|
306
306
|
"name": "Lucide",
|
|
307
|
-
"total":
|
|
307
|
+
"total": 1441,
|
|
308
308
|
"author": {
|
|
309
309
|
"name": "Lucide Contributors",
|
|
310
310
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -1285,7 +1285,7 @@
|
|
|
1285
1285
|
"fluent": {
|
|
1286
1286
|
"name": "Fluent UI System Icons",
|
|
1287
1287
|
"total": 15647,
|
|
1288
|
-
"version": "1.1.
|
|
1288
|
+
"version": "1.1.231",
|
|
1289
1289
|
"author": {
|
|
1290
1290
|
"name": "Microsoft Corporation",
|
|
1291
1291
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -1481,8 +1481,8 @@
|
|
|
1481
1481
|
},
|
|
1482
1482
|
"pajamas": {
|
|
1483
1483
|
"name": "Gitlab SVGs",
|
|
1484
|
-
"total":
|
|
1485
|
-
"version": "3.
|
|
1484
|
+
"total": 376,
|
|
1485
|
+
"version": "3.90.0",
|
|
1486
1486
|
"author": {
|
|
1487
1487
|
"name": "GitLab B.V.",
|
|
1488
1488
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
|
@@ -2465,7 +2465,7 @@
|
|
|
2465
2465
|
"flag": {
|
|
2466
2466
|
"name": "Flag Icons",
|
|
2467
2467
|
"total": 538,
|
|
2468
|
-
"version": "7.
|
|
2468
|
+
"version": "7.2.0",
|
|
2469
2469
|
"author": {
|
|
2470
2470
|
"name": "Panayiotis Lipiridis",
|
|
2471
2471
|
"url": "https://github.com/lipis/flag-icons"
|
package/collections.md
CHANGED
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
* File: [json/ion.json](json/ion.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
150
150
|
|
|
151
151
|
## Lucide
|
|
152
|
-
* Number of icons:
|
|
152
|
+
* Number of icons: 1441
|
|
153
153
|
* Author: Lucide Contributors
|
|
154
154
|
* URL: https://github.com/lucide-icons/lucide
|
|
155
155
|
* License: ISC
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
635
635
|
* License: MIT
|
|
636
636
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE
|
|
637
|
-
* Version: 1.1.
|
|
637
|
+
* Version: 1.1.231
|
|
638
638
|
* Palette: Colorless
|
|
639
639
|
* Icon set prefix: `fluent`
|
|
640
640
|
* File: [json/fluent.json](json/fluent.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -727,12 +727,12 @@
|
|
|
727
727
|
* File: [json/codicon.json](json/codicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
728
728
|
|
|
729
729
|
## Gitlab SVGs
|
|
730
|
-
* Number of icons:
|
|
730
|
+
* Number of icons: 376
|
|
731
731
|
* Author: GitLab B.V.
|
|
732
732
|
* URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main
|
|
733
733
|
* License: MIT
|
|
734
734
|
* License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE
|
|
735
|
-
* Version: 3.
|
|
735
|
+
* Version: 3.90.0
|
|
736
736
|
* Palette: Colorless
|
|
737
737
|
* Icon set prefix: `pajamas`
|
|
738
738
|
* File: [json/pajamas.json](json/pajamas.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1206,7 +1206,7 @@
|
|
|
1206
1206
|
* URL: https://github.com/lipis/flag-icons
|
|
1207
1207
|
* License: MIT
|
|
1208
1208
|
* License URL: https://github.com/lipis/flag-icons/blob/main/LICENSE
|
|
1209
|
-
* Version: 7.
|
|
1209
|
+
* Version: 7.2.0
|
|
1210
1210
|
* Palette: Colorful
|
|
1211
1211
|
* Icon set prefix: `flag`
|
|
1212
1212
|
* File: [json/flag.json](json/flag.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED