@iconify/json 2.2.389 → 2.2.390
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/codicon.json +5 -2
- package/json/ix.json +373 -4
- package/json/material-symbols-light.json +26 -2
- package/json/material-symbols.json +26 -2
- package/json/si.json +182 -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": 1080,
|
|
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"
|
|
@@ -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",
|
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: 1080
|
|
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
|
|
@@ -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
|
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
|
},
|