@iconify/json 2.2.89 → 2.2.91
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 +10 -10
- package/collections.md +10 -10
- package/composer.json +1 -1
- package/json/fluent.json +259 -13
- package/json/iconoir.json +21 -3
- package/json/lucide.json +11 -2
- package/json/material-symbols.json +940 -772
- package/json/pajamas.json +13 -3
- package/json/tabler.json +96 -6
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"material-symbols": {
|
|
3
3
|
"name": "Material Symbols",
|
|
4
|
-
"total":
|
|
4
|
+
"total": 11224,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Google",
|
|
7
7
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
},
|
|
109
109
|
"tabler": {
|
|
110
110
|
"name": "Tabler Icons",
|
|
111
|
-
"total":
|
|
112
|
-
"version": "2.
|
|
111
|
+
"total": 4315,
|
|
112
|
+
"version": "2.25.0",
|
|
113
113
|
"author": {
|
|
114
114
|
"name": "Paweł Kuna",
|
|
115
115
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -327,8 +327,8 @@
|
|
|
327
327
|
},
|
|
328
328
|
"iconoir": {
|
|
329
329
|
"name": "Iconoir",
|
|
330
|
-
"total":
|
|
331
|
-
"version": "6.
|
|
330
|
+
"total": 1359,
|
|
331
|
+
"version": "6.10.0",
|
|
332
332
|
"author": {
|
|
333
333
|
"name": "Luca Burgio",
|
|
334
334
|
"url": "https://github.com/iconoir-icons/iconoir"
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
},
|
|
527
527
|
"lucide": {
|
|
528
528
|
"name": "Lucide",
|
|
529
|
-
"total":
|
|
529
|
+
"total": 1199,
|
|
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": 14073,
|
|
1096
|
+
"version": "1.1.207",
|
|
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": 371,
|
|
1297
|
+
"version": "3.55.0",
|
|
1298
1298
|
"author": {
|
|
1299
1299
|
"name": "GitLab B.V.",
|
|
1300
1300
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
package/collections.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Material Symbols
|
|
5
|
-
* Number of icons:
|
|
5
|
+
* Number of icons: 11224
|
|
6
6
|
* Author: Google
|
|
7
7
|
* URL: https://github.com/google/material-design-icons
|
|
8
8
|
* License: Apache 2.0
|
|
@@ -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: 4315
|
|
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.25.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))
|
|
@@ -160,12 +160,12 @@
|
|
|
160
160
|
* File: [json/clarity.json](json/clarity.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
161
161
|
|
|
162
162
|
## Iconoir
|
|
163
|
-
* Number of icons:
|
|
163
|
+
* Number of icons: 1359
|
|
164
164
|
* Author: Luca Burgio
|
|
165
165
|
* URL: https://github.com/iconoir-icons/iconoir
|
|
166
166
|
* License: MIT
|
|
167
167
|
* License URL: https://github.com/iconoir-icons/iconoir/blob/main/LICENSE
|
|
168
|
-
* Version: 6.
|
|
168
|
+
* Version: 6.10.0
|
|
169
169
|
* Palette: Colorless
|
|
170
170
|
* Icon set prefix: `iconoir`
|
|
171
171
|
* File: [json/iconoir.json](json/iconoir.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: 1199
|
|
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: 14073
|
|
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.207
|
|
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: 371
|
|
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.55.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))
|
package/composer.json
CHANGED