@iconify/json 2.2.168 → 2.2.170
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 +11 -11
- package/collections.md +11 -11
- package/composer.json +1 -1
- package/json/arcticons.json +9 -3
- package/json/fluent.json +578 -306
- package/json/lucide.json +89 -62
- package/json/ri.json +135 -7
- package/json/simple-icons.json +76 -16
- package/json/tabler.json +61 -7
- package/json/vscode-icons.json +50 -5
- 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": "2.
|
|
132
|
+
"total": 4944,
|
|
133
|
+
"version": "2.46.0",
|
|
134
134
|
"author": {
|
|
135
135
|
"name": "Paweł Kuna",
|
|
136
136
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -172,8 +172,8 @@
|
|
|
172
172
|
},
|
|
173
173
|
"ri": {
|
|
174
174
|
"name": "Remix Icon",
|
|
175
|
-
"total":
|
|
176
|
-
"version": "4.
|
|
175
|
+
"total": 2736,
|
|
176
|
+
"version": "4.1.0",
|
|
177
177
|
"author": {
|
|
178
178
|
"name": "Remix Design",
|
|
179
179
|
"url": "https://github.com/Remix-Design/RemixIcon"
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
},
|
|
305
305
|
"lucide": {
|
|
306
306
|
"name": "Lucide",
|
|
307
|
-
"total":
|
|
307
|
+
"total": 1393,
|
|
308
308
|
"author": {
|
|
309
309
|
"name": "Lucide Contributors",
|
|
310
310
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -1242,8 +1242,8 @@
|
|
|
1242
1242
|
},
|
|
1243
1243
|
"fluent": {
|
|
1244
1244
|
"name": "Fluent UI System Icons",
|
|
1245
|
-
"total":
|
|
1246
|
-
"version": "1.1.
|
|
1245
|
+
"total": 15433,
|
|
1246
|
+
"version": "1.1.225",
|
|
1247
1247
|
"author": {
|
|
1248
1248
|
"name": "Microsoft Corporation",
|
|
1249
1249
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -1352,8 +1352,8 @@
|
|
|
1352
1352
|
},
|
|
1353
1353
|
"vscode-icons": {
|
|
1354
1354
|
"name": "VSCode Icons",
|
|
1355
|
-
"total":
|
|
1356
|
-
"version": "12.
|
|
1355
|
+
"total": 1255,
|
|
1356
|
+
"version": "12.7.0",
|
|
1357
1357
|
"author": {
|
|
1358
1358
|
"name": "Roberto Huertas",
|
|
1359
1359
|
"url": "https://github.com/vscode-icons/vscode-icons"
|
|
@@ -2099,8 +2099,8 @@
|
|
|
2099
2099
|
},
|
|
2100
2100
|
"simple-icons": {
|
|
2101
2101
|
"name": "Simple Icons",
|
|
2102
|
-
"total":
|
|
2103
|
-
"version": "11.
|
|
2102
|
+
"total": 2950,
|
|
2103
|
+
"version": "11.1.0",
|
|
2104
2104
|
"author": {
|
|
2105
2105
|
"name": "Simple Icons Collaborators",
|
|
2106
2106
|
"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: 4944
|
|
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: 2.
|
|
72
|
+
* Version: 2.46.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))
|
|
@@ -85,12 +85,12 @@
|
|
|
85
85
|
* File: [json/mingcute.json](json/mingcute.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
86
86
|
|
|
87
87
|
## Remix Icon
|
|
88
|
-
* Number of icons:
|
|
88
|
+
* Number of icons: 2736
|
|
89
89
|
* Author: Remix Design
|
|
90
90
|
* URL: https://github.com/Remix-Design/RemixIcon
|
|
91
91
|
* License: Apache 2.0
|
|
92
92
|
* License URL: https://github.com/Remix-Design/RemixIcon/blob/master/License
|
|
93
|
-
* Version: 4.
|
|
93
|
+
* Version: 4.1.0
|
|
94
94
|
* Palette: Colorless
|
|
95
95
|
* Icon set prefix: `ri`
|
|
96
96
|
* File: [json/ri.json](json/ri.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -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: 1393
|
|
153
153
|
* Author: Lucide Contributors
|
|
154
154
|
* URL: https://github.com/lucide-icons/lucide
|
|
155
155
|
* License: ISC
|
|
@@ -609,12 +609,12 @@
|
|
|
609
609
|
* File: [json/f7.json](json/f7.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
610
610
|
|
|
611
611
|
## Fluent UI System Icons
|
|
612
|
-
* Number of icons:
|
|
612
|
+
* Number of icons: 15433
|
|
613
613
|
* Author: Microsoft Corporation
|
|
614
614
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
615
615
|
* License: MIT
|
|
616
616
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE
|
|
617
|
-
* Version: 1.1.
|
|
617
|
+
* Version: 1.1.225
|
|
618
618
|
* Palette: Colorless
|
|
619
619
|
* Icon set prefix: `fluent`
|
|
620
620
|
* File: [json/fluent.json](json/fluent.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -664,12 +664,12 @@
|
|
|
664
664
|
* File: [json/icon-park.json](json/icon-park.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
665
665
|
|
|
666
666
|
## VSCode Icons
|
|
667
|
-
* Number of icons:
|
|
667
|
+
* Number of icons: 1255
|
|
668
668
|
* Author: Roberto Huertas
|
|
669
669
|
* URL: https://github.com/vscode-icons/vscode-icons
|
|
670
670
|
* License: MIT
|
|
671
671
|
* License URL: https://github.com/vscode-icons/vscode-icons/blob/master/LICENSE
|
|
672
|
-
* Version: 12.
|
|
672
|
+
* Version: 12.7.0
|
|
673
673
|
* Palette: Colorful
|
|
674
674
|
* Icon set prefix: `vscode-icons`
|
|
675
675
|
* File: [json/vscode-icons.json](json/vscode-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1024,12 +1024,12 @@
|
|
|
1024
1024
|
* File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1025
1025
|
|
|
1026
1026
|
## Simple Icons
|
|
1027
|
-
* Number of icons:
|
|
1027
|
+
* Number of icons: 2950
|
|
1028
1028
|
* Author: Simple Icons Collaborators
|
|
1029
1029
|
* URL: https://github.com/simple-icons/simple-icons
|
|
1030
1030
|
* License: CC0 1.0
|
|
1031
1031
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
1032
|
-
* Version: 11.
|
|
1032
|
+
* Version: 11.1.0
|
|
1033
1033
|
* Palette: Colorless
|
|
1034
1034
|
* Icon set prefix: `simple-icons`
|
|
1035
1035
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED
package/json/arcticons.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"category": "Brands / Social",
|
|
23
23
|
"palette": false
|
|
24
24
|
},
|
|
25
|
-
"lastModified":
|
|
25
|
+
"lastModified": 1705303577,
|
|
26
26
|
"icons": {
|
|
27
27
|
"99": {
|
|
28
28
|
"body": "<circle cx=\"24\" cy=\"24\" r=\"21.5\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"17.52\" cy=\"21.62\" r=\"4.76\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.28 29.38a4.35 4.35 0 0 0 3.88 1.76h.36a4.75 4.75 0 0 0 4.76-4.76v-4.76\"/><circle cx=\"30.48\" cy=\"21.62\" r=\"4.76\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M26.25 29.38a4.35 4.35 0 0 0 3.88 1.76h.35a4.74 4.74 0 0 0 4.76-4.76v-4.76\"/>"
|
|
@@ -8532,7 +8532,7 @@
|
|
|
8532
8532
|
"foobar2000-controller-pro": {
|
|
8533
8533
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M40.346 36.556a5.501 5.501 0 0 1-5.502 5.502h0a5.501 5.501 0 0 1-5.501-5.502h0a5.502 5.502 0 0 1 5.501-5.501h0a5.501 5.501 0 0 1 5.501 5.501m-2.037-.704a5.432 5.432 0 0 0-6.93 0m5.807 1.36a3.674 3.674 0 0 0-4.676 0m3.536 1.296a1.869 1.869 0 0 0-2.387-.007v.007m.79-7.437a13.972 13.972 0 0 0 2.265-11.217c-1.57-7.082-4.25-11.003-6.711-15.354L25 11.442h-5.26L14.719 4.5c-2.461 4.371-5.142 8.272-6.712 15.354a13.683 13.683 0 0 0 0 6.172c.92 5.44 8.692 12.773 14.354 17.474h0c2.184-1.814 4.684-4.016 6.982-6.35M11.658 18.874c1.7 0 3.95 1.45 5.701 3.63c2.421 3.001 3.151 6.402 1.641 7.623s-4.701-.21-7.112-3.201s-3.15-6.402-1.64-7.622a2.12 2.12 0 0 1 1.41-.43m21.535 0a2.12 2.12 0 0 1 1.41.43c1.51 1.22.78 4.63-1.64 7.622s-5.591 4.42-7.112 3.2s-.78-4.63 1.64-7.622c1.761-2.18 4.002-3.61 5.702-3.63M17.94 36.878l3.841-4.32a.72.72 0 0 1 .49-.26h.09a.8.8 0 0 1 .59.27l3.841 4.32\"/>"
|
|
8534
8534
|
},
|
|
8535
|
-
"foodora
|
|
8535
|
+
"foodora": {
|
|
8536
8536
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 27.83h39m-2.2 0c0-9.554-7.745-17.3-17.3-17.3S6.7 18.276 6.7 27.83\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.795 14.732a13.17 13.17 0 0 0-5.97 10.698M24 10.53V8.27m.94 26.28c5.198-.063 5.864-.28 15.475-2.72c.605-.153 1.054.157 1.186.509c.135.36.08.998-.741 1.211c-1.62.42-11.72 5.08-14.02 5.08s-9-.5-11.52-.5s-5.46 1.6-5.46 1.6c-2.02-1.88-3.3-5-3.64-8.38h24.96c1.03 0 1.36 1.44.48 1.84c-1.305.593-3.52 1.36-6.72 1.36\"/>"
|
|
8537
8537
|
},
|
|
8538
8538
|
"foodpanda": {
|
|
@@ -9184,7 +9184,7 @@
|
|
|
9184
9184
|
"ghost-icon-pack": {
|
|
9185
9185
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M39.6 37.506a5.994 5.994 0 0 1-5.994 5.994c-1.975 0-3.711-.967-4.803-2.44C27.71 42.534 25.974 43.5 24 43.5s-3.71-.967-4.803-2.44c-1.092 1.473-2.828 2.44-4.802 2.44A5.994 5.994 0 0 1 8.4 37.506V20.1c0-8.616 6.985-15.6 15.6-15.6s15.6 6.984 15.6 15.6z\"/><rect width=\"4.952\" height=\"7.131\" x=\"15.044\" y=\"15.581\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" rx=\"2.476\" ry=\"2.476\"/><rect width=\"4.952\" height=\"7.131\" x=\"28.003\" y=\"15.581\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" rx=\"2.476\" ry=\"2.476\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M24 27.883a8.198 8.198 0 0 1-5.245-1.887c-1.173-.97-2.995-.163-2.996 1.36c0 .52.048 1.052.15 1.592c.611 3.251 3.22 5.881 6.471 6.5c5.263 1.002 9.861-3.006 9.861-8.087v-.042c-.007-1.506-1.833-2.286-2.993-1.325A8.198 8.198 0 0 1 24 27.884Z\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17.243 32.096c2.604-1.415 8.19.186 9.514 3.033m1.105-8.208v2.171\"/>"
|
|
9186
9186
|
},
|
|
9187
|
-
"ghostcommander": {
|
|
9187
|
+
"ghostcommander-alt": {
|
|
9188
9188
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.66 16.83a2.78 2.78 0 0 1 2.79 2.78v9.86a2.79 2.79 0 0 1-5.57 0v-9.86a2.77 2.77 0 0 1 2.78-2.78m26.68 0a2.77 2.77 0 0 1 2.78 2.78v9.86a2.79 2.79 0 0 1-5.57 0v-9.86a2.78 2.78 0 0 1 2.79-2.78\"/><path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M24 6.82a10.55 10.55 0 0 0-10.55 10.55v16.12a2 2 0 0 0 2 2h17.1a2 2 0 0 0 2-2V17.37A10.55 10.55 0 0 0 24 6.82M22.84 35.5v5.22a2.79 2.79 0 0 1-2.78 2.78h0a2.8 2.8 0 0 1-2.79-2.78V35.5m13.46 0v5.22a2.8 2.8 0 0 1-2.79 2.78h0a2.79 2.79 0 0 1-2.78-2.78V35.5m-7.89 0h13.46m-13.64-31l1.92 3.57m11.9-3.57l-2.02 3.52\"/>"
|
|
9189
9189
|
},
|
|
9190
9190
|
"giant-eagle": {
|
|
@@ -25371,12 +25371,18 @@
|
|
|
25371
25371
|
"fondos-interactivos": {
|
|
25372
25372
|
"parent": "interactive-wallpapers"
|
|
25373
25373
|
},
|
|
25374
|
+
"foodora-dk": {
|
|
25375
|
+
"parent": "foodora"
|
|
25376
|
+
},
|
|
25374
25377
|
"frost": {
|
|
25375
25378
|
"parent": "frost-icon-pack"
|
|
25376
25379
|
},
|
|
25377
25380
|
"geometrydash": {
|
|
25378
25381
|
"parent": "geometry-dash"
|
|
25379
25382
|
},
|
|
25383
|
+
"ghostcommander": {
|
|
25384
|
+
"parent": "ghostcommander-alt"
|
|
25385
|
+
},
|
|
25380
25386
|
"giflivewallpaper": {
|
|
25381
25387
|
"parent": "gif-live-wallpaper"
|
|
25382
25388
|
},
|