@iconify/json 2.2.389 → 2.2.391
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 +8 -8
- package/collections.md +8 -8
- package/composer.json +1 -1
- package/json/codicon.json +5 -2
- package/json/fa7-brands.json +1 -1
- package/json/fa7-regular.json +1 -1
- package/json/fa7-solid.json +8 -8
- package/json/ix.json +373 -4
- package/json/material-symbols-light.json +26 -2
- package/json/material-symbols.json +26 -2
- package/json/openmoji.json +7 -7
- package/json/si.json +263 -2
- 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": 14832,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Google",
|
|
7
7
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"material-symbols-light": {
|
|
30
30
|
"name": "Material Symbols Light",
|
|
31
|
-
"total":
|
|
31
|
+
"total": 14902,
|
|
32
32
|
"author": {
|
|
33
33
|
"name": "Google",
|
|
34
34
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
},
|
|
482
482
|
"si": {
|
|
483
483
|
"name": "Sargam Icons",
|
|
484
|
-
"total":
|
|
484
|
+
"total": 1107,
|
|
485
485
|
"author": {
|
|
486
486
|
"name": "Abhimanyu Rana",
|
|
487
487
|
"url": "https://github.com/planetabhi/sargam-icons"
|
|
@@ -2303,7 +2303,7 @@
|
|
|
2303
2303
|
},
|
|
2304
2304
|
"ix": {
|
|
2305
2305
|
"name": "Siemens Industrial Experience Icons",
|
|
2306
|
-
"total":
|
|
2306
|
+
"total": 1407,
|
|
2307
2307
|
"author": {
|
|
2308
2308
|
"name": "Siemens AG",
|
|
2309
2309
|
"url": "https://github.com/siemens/ix-icons"
|
|
@@ -2830,7 +2830,7 @@
|
|
|
2830
2830
|
"fa7-solid": {
|
|
2831
2831
|
"name": "Font Awesome Solid",
|
|
2832
2832
|
"total": 1983,
|
|
2833
|
-
"version": "7.0
|
|
2833
|
+
"version": "7.1.0",
|
|
2834
2834
|
"author": {
|
|
2835
2835
|
"name": "Dave Gandy",
|
|
2836
2836
|
"url": "https://github.com/FortAwesome/Font-Awesome"
|
|
@@ -2859,7 +2859,7 @@
|
|
|
2859
2859
|
"fa7-regular": {
|
|
2860
2860
|
"name": "Font Awesome Regular",
|
|
2861
2861
|
"total": 272,
|
|
2862
|
-
"version": "7.0
|
|
2862
|
+
"version": "7.1.0",
|
|
2863
2863
|
"author": {
|
|
2864
2864
|
"name": "Dave Gandy",
|
|
2865
2865
|
"url": "https://github.com/FortAwesome/Font-Awesome"
|
|
@@ -3374,7 +3374,7 @@
|
|
|
3374
3374
|
},
|
|
3375
3375
|
"codicon": {
|
|
3376
3376
|
"name": "Codicons",
|
|
3377
|
-
"total":
|
|
3377
|
+
"total": 497,
|
|
3378
3378
|
"version": "0.0.40",
|
|
3379
3379
|
"author": {
|
|
3380
3380
|
"name": "Microsoft Corporation",
|
|
@@ -3670,7 +3670,7 @@
|
|
|
3670
3670
|
"fa7-brands": {
|
|
3671
3671
|
"name": "Font Awesome Brands",
|
|
3672
3672
|
"total": 548,
|
|
3673
|
-
"version": "7.0
|
|
3673
|
+
"version": "7.1.0",
|
|
3674
3674
|
"author": {
|
|
3675
3675
|
"name": "Dave Gandy",
|
|
3676
3676
|
"url": "https://github.com/FortAwesome/Font-Awesome"
|
package/collections.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Material Symbols
|
|
5
|
-
* Number of icons:
|
|
5
|
+
* Number of icons: 14832
|
|
6
6
|
* Author: Google
|
|
7
7
|
* URL: https://github.com/google/material-design-icons
|
|
8
8
|
* License: Apache 2.0
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* File: [json/material-symbols.json](json/material-symbols.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
13
13
|
|
|
14
14
|
## Material Symbols Light
|
|
15
|
-
* Number of icons:
|
|
15
|
+
* Number of icons: 14902
|
|
16
16
|
* Author: Google
|
|
17
17
|
* URL: https://github.com/google/material-design-icons
|
|
18
18
|
* License: Apache 2.0
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
* File: [json/tdesign.json](json/tdesign.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
179
179
|
|
|
180
180
|
## Sargam Icons
|
|
181
|
-
* Number of icons:
|
|
181
|
+
* Number of icons: 1107
|
|
182
182
|
* Author: Abhimanyu Rana
|
|
183
183
|
* URL: https://github.com/planetabhi/sargam-icons
|
|
184
184
|
* License: MIT
|
|
@@ -861,7 +861,7 @@
|
|
|
861
861
|
* File: [json/streamline-freehand.json](json/streamline-freehand.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
862
862
|
|
|
863
863
|
## Siemens Industrial Experience Icons
|
|
864
|
-
* Number of icons:
|
|
864
|
+
* Number of icons: 1407
|
|
865
865
|
* Author: Siemens AG
|
|
866
866
|
* URL: https://github.com/siemens/ix-icons
|
|
867
867
|
* License: MIT
|
|
@@ -1079,7 +1079,7 @@
|
|
|
1079
1079
|
* URL: https://github.com/FortAwesome/Font-Awesome
|
|
1080
1080
|
* License: CC BY 4.0
|
|
1081
1081
|
* License URL: https://creativecommons.org/licenses/by/4.0/
|
|
1082
|
-
* Version: 7.0
|
|
1082
|
+
* Version: 7.1.0
|
|
1083
1083
|
* Palette: Colorless
|
|
1084
1084
|
* Icon set prefix: `fa7-solid`
|
|
1085
1085
|
* File: [json/fa7-solid.json](json/fa7-solid.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1090,7 +1090,7 @@
|
|
|
1090
1090
|
* URL: https://github.com/FortAwesome/Font-Awesome
|
|
1091
1091
|
* License: CC BY 4.0
|
|
1092
1092
|
* License URL: https://creativecommons.org/licenses/by/4.0/
|
|
1093
|
-
* Version: 7.0
|
|
1093
|
+
* Version: 7.1.0
|
|
1094
1094
|
* Palette: Colorless
|
|
1095
1095
|
* Icon set prefix: `fa7-regular`
|
|
1096
1096
|
* File: [json/fa7-regular.json](json/fa7-regular.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1289,7 +1289,7 @@
|
|
|
1289
1289
|
* File: [json/vscode-icons.json](json/vscode-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1290
1290
|
|
|
1291
1291
|
## Codicons
|
|
1292
|
-
* Number of icons:
|
|
1292
|
+
* Number of icons: 497
|
|
1293
1293
|
* Author: Microsoft Corporation
|
|
1294
1294
|
* URL: https://github.com/microsoft/vscode-codicons
|
|
1295
1295
|
* License: CC BY 4.0
|
|
@@ -1416,7 +1416,7 @@
|
|
|
1416
1416
|
* URL: https://github.com/FortAwesome/Font-Awesome
|
|
1417
1417
|
* License: CC BY 4.0
|
|
1418
1418
|
* License URL: https://creativecommons.org/licenses/by/4.0/
|
|
1419
|
-
* Version: 7.0
|
|
1419
|
+
* Version: 7.1.0
|
|
1420
1420
|
* Palette: Colorless
|
|
1421
1421
|
* Icon set prefix: `fa7-brands`
|
|
1422
1422
|
* File: [json/fa7-brands.json](json/fa7-brands.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED
package/json/codicon.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "codicon",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Codicons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 497,
|
|
6
6
|
"version": "0.0.40",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Microsoft Corporation",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"palette": false
|
|
30
30
|
},
|
|
31
|
-
"lastModified":
|
|
31
|
+
"lastModified": 1759206764,
|
|
32
32
|
"icons": {
|
|
33
33
|
"account": {
|
|
34
34
|
"body": "<path fill=\"currentColor\" d=\"M16 7.992C16 3.58 12.416 0 8 0S0 3.58 0 7.992c0 2.43 1.104 4.62 2.832 6.09c.016.016.032.016.032.032c.144.112.288.224.448.336c.08.048.144.111.224.175A8 8 0 0 0 8.016 16a8 8 0 0 0 4.48-1.375c.08-.048.144-.111.224-.16c.144-.111.304-.223.448-.335c.016-.016.032-.016.032-.032c1.696-1.487 2.8-3.676 2.8-6.106m-8 7.001c-1.504 0-2.88-.48-4.016-1.279c.016-.128.048-.255.08-.383a4.2 4.2 0 0 1 .416-.991c.176-.304.384-.576.64-.816c.24-.24.528-.463.816-.639c.304-.176.624-.304.976-.4A4.2 4.2 0 0 1 8 10.342a4.18 4.18 0 0 1 2.928 1.166q.552.552.864 1.295q.168.432.24.911A7.03 7.03 0 0 1 8 14.993m-2.448-7.4a2.5 2.5 0 0 1-.208-1.024c0-.351.064-.703.208-1.023s.336-.607.576-.847s.528-.431.848-.575s.672-.208 1.024-.208c.368 0 .704.064 1.024.208s.608.336.848.575c.24.24.432.528.576.847c.144.32.208.672.208 1.023c0 .368-.064.704-.208 1.023a2.8 2.8 0 0 1-.576.848a2.8 2.8 0 0 1-.848.575a2.72 2.72 0 0 1-2.064 0a2.8 2.8 0 0 1-.848-.575a2.5 2.5 0 0 1-.56-.848zm7.424 5.306c0-.032-.016-.048-.016-.08a5.2 5.2 0 0 0-.688-1.406a4.9 4.9 0 0 0-1.088-1.135a5.2 5.2 0 0 0-1.04-.608a3 3 0 0 0 .464-.383a4.2 4.2 0 0 0 .624-.784a3.6 3.6 0 0 0 .528-1.934a3.7 3.7 0 0 0-.288-1.47a3.8 3.8 0 0 0-.816-1.199a3.9 3.9 0 0 0-1.2-.8a3.7 3.7 0 0 0-1.472-.287a3.7 3.7 0 0 0-1.472.288a3.6 3.6 0 0 0-1.2.815a3.8 3.8 0 0 0-.8 1.199a3.7 3.7 0 0 0-.288 1.47q0 .528.144 1.007c.096.336.224.64.4.927c.16.288.384.544.624.784q.216.216.48.383a5 5 0 0 0-1.04.624c-.416.32-.784.703-1.088 1.119a5 5 0 0 0-.688 1.406c-.016.032-.016.064-.016.08C1.776 11.636.992 9.91.992 7.992C.992 4.14 4.144.991 8 .991s7.008 3.149 7.008 7.001a6.96 6.96 0 0 1-2.032 4.907\"/>"
|
|
@@ -1436,6 +1436,9 @@
|
|
|
1436
1436
|
"text-size": {
|
|
1437
1437
|
"body": "<path fill=\"currentColor\" d=\"M3.36 7L1 13h1.34l.51-1.47h2.26L5.64 13H7L4.65 7zm-.15 3.53l.78-2.14l.78 2.14zM11.82 4h-1.6L7 13h1.56l.75-2.29h3.36l.77 2.29H15zM9.67 9.5l1.18-3.59q.09-.278.12-.57q.04.288.11.57l1.25 3.59z\"/>"
|
|
1438
1438
|
},
|
|
1439
|
+
"thinking": {
|
|
1440
|
+
"body": "<path fill=\"currentColor\" d=\"M13.569 7.444c.567-.458.931-1.16.931-1.944C14.5 4.122 13.379 3 12 3h-.014A2.253 2.253 0 0 0 9.75 1c-.706 0-1.337.327-1.75.838A2.25 2.25 0 0 0 6.25 1a2.253 2.253 0 0 0-2.236 2H4a2.503 2.503 0 0 0-2.5 2.5c0 .784.363 1.486.931 1.944A3 3 0 0 0 1 10a3.004 3.004 0 0 0 2.543 2.965A2.499 2.499 0 0 0 8 13.999A2.5 2.5 0 0 0 10 15c1.22 0 2.238-.878 2.457-2.035A3.004 3.004 0 0 0 15 10a3 3 0 0 0-1.431-2.556M6 14c-.827 0-1.5-.673-1.5-1.5V12H4c-1.103 0-2-.897-2-2s.897-2 2-2h1V7H4c-.827 0-1.5-.673-1.5-1.5S3.173 4 4 4h1v-.75C5 2.561 5.561 2 6.25 2s1.25.561 1.25 1.25v9.25c0 .827-.673 1.5-1.5 1.5m6-2h-.5v.5c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5V3.25C8.5 2.561 9.061 2 9.75 2S11 2.561 11 3.25V4h1c.827 0 1.5.673 1.5 1.5S12.827 7 12 7h-1v1h1c1.103 0 2 .897 2 2s-.897 2-2 2\"/>"
|
|
1441
|
+
},
|
|
1439
1442
|
"three-bars": {
|
|
1440
1443
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14 5H2V3h12zm0 4H2V7h12zM2 13h12v-2H2z\" clip-rule=\"evenodd\"/>"
|
|
1441
1444
|
},
|
package/json/fa7-brands.json
CHANGED
package/json/fa7-regular.json
CHANGED
package/json/fa7-solid.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Font Awesome Solid",
|
|
5
5
|
"total": 1983,
|
|
6
|
-
"version": "7.0
|
|
6
|
+
"version": "7.1.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Dave Gandy",
|
|
9
9
|
"url": "https://github.com/FortAwesome/Font-Awesome"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"palette": false
|
|
31
31
|
},
|
|
32
|
-
"lastModified":
|
|
32
|
+
"lastModified": 1759381039,
|
|
33
33
|
"icons": {
|
|
34
34
|
"0": {
|
|
35
35
|
"body": "<path fill=\"currentColor\" d=\"M0 192C0 103.6 71.6 32 160 32s160 71.6 160 160v128c0 88.4-71.6 160-160 160S0 408.4 0 320zm160-96c-53 0-96 43-96 96v128c0 53 43 96 96 96s96-43 96-96V192c0-53-43-96-96-96\"/>",
|
|
@@ -1187,15 +1187,15 @@
|
|
|
1187
1187
|
"width": 640
|
|
1188
1188
|
},
|
|
1189
1189
|
"caret-down": {
|
|
1190
|
-
"body": "<path fill=\"currentColor\" d=\"
|
|
1191
|
-
"width":
|
|
1190
|
+
"body": "<path fill=\"currentColor\" d=\"M140.3 376.8c12.6 10.2 31.1 9.5 42.8-2.2l128-128c9.2-9.2 11.9-22.9 6.9-34.9S301.4 192 288.5 192h-256c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 7 34.8l128 128z\"/>",
|
|
1191
|
+
"width": 320
|
|
1192
1192
|
},
|
|
1193
1193
|
"caret-left": {
|
|
1194
|
-
"body": "<path fill=\"currentColor\" d=\"
|
|
1194
|
+
"body": "<path fill=\"currentColor\" d=\"M7.7 235.8c-10.3 12.6-9.5 31.1 2.2 42.8l128 128c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6v-256c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-128 128l-2.2 2.4z\"/>",
|
|
1195
1195
|
"width": 256
|
|
1196
1196
|
},
|
|
1197
1197
|
"caret-right": {
|
|
1198
|
-
"body": "<path fill=\"currentColor\" d=\"
|
|
1198
|
+
"body": "<path fill=\"currentColor\" d=\"M249.3 235.8c10.2 12.6 9.5 31.1-2.2 42.8l-128 128c-9.2 9.2-22.9 11.9-34.9 6.9S64.5 396.9 64.5 384V128c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l128 128l2.2 2.4z\"/>",
|
|
1199
1199
|
"width": 256
|
|
1200
1200
|
},
|
|
1201
1201
|
"caret-square-down": {
|
|
@@ -1215,8 +1215,8 @@
|
|
|
1215
1215
|
"width": 448
|
|
1216
1216
|
},
|
|
1217
1217
|
"caret-up": {
|
|
1218
|
-
"body": "<path fill=\"currentColor\" d=\"
|
|
1219
|
-
"width":
|
|
1218
|
+
"body": "<path fill=\"currentColor\" d=\"M140.3 135.2c12.6-10.3 31.1-9.5 42.8 2.2l128 128c9.2 9.2 11.9 22.9 6.9 34.9S301.4 320 288.5 320h-256c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 7-34.8l128-128z\"/>",
|
|
1219
|
+
"width": 320
|
|
1220
1220
|
},
|
|
1221
1221
|
"carriage-baby": {
|
|
1222
1222
|
"body": "<path fill=\"currentColor\" d=\"M64 208v80c0 53 43 96 96 96h192c53 0 96-43 96-96V176h40c13.3 0 24-10.7 24-24s-10.7-24-24-24h-64c-13.3 0-24 10.7-24 24v56zm.2-48H288V32c0-17.7-14.3-32-32-32h-24C141.9 0 68.4 70.9 64.2 160M160 464a48 48 0 1 0-96 0a48 48 0 1 0 96 0m288 0a48 48 0 1 0-96 0a48 48 0 1 0 96 0\"/>"
|