@iconify/json 2.2.194 → 2.2.196
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 +19 -19
- package/collections.md +19 -19
- package/composer.json +1 -1
- package/json/akar-icons.json +6 -3
- package/json/codicon.json +11 -2
- package/json/fluent.json +271 -15
- package/json/gis.json +22 -2
- package/json/heroicons.json +1 -1
- package/json/ion.json +62 -11
- package/json/line-md.json +20 -4
- package/json/lucide.json +9 -9
- package/json/material-symbols-light.json +401 -76
- package/json/material-symbols.json +397 -98
- package/json/mingcute.json +470 -6
- package/json/mynaui.json +171 -162
- package/json/ooui.json +5 -2
- package/json/prime.json +164 -3
- package/json/simple-icons.json +55 -4
- 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": 12588,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Google",
|
|
7
7
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"material-symbols-light": {
|
|
24
24
|
"name": "Material Symbols Light",
|
|
25
|
-
"total":
|
|
25
|
+
"total": 12650,
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Google",
|
|
28
28
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
},
|
|
152
152
|
"mingcute": {
|
|
153
153
|
"name": "MingCute Icon",
|
|
154
|
-
"total":
|
|
154
|
+
"total": 2922,
|
|
155
155
|
"author": {
|
|
156
156
|
"name": "MingCute Design",
|
|
157
157
|
"url": "https://github.com/Richard9394/MingCute"
|
|
@@ -281,8 +281,8 @@
|
|
|
281
281
|
},
|
|
282
282
|
"ion": {
|
|
283
283
|
"name": "IonIcons",
|
|
284
|
-
"total":
|
|
285
|
-
"version": "7.
|
|
284
|
+
"total": 1355,
|
|
285
|
+
"version": "7.3.0",
|
|
286
286
|
"author": {
|
|
287
287
|
"name": "Ben Sperry",
|
|
288
288
|
"url": "https://github.com/ionic-team/ionicons"
|
|
@@ -631,7 +631,7 @@
|
|
|
631
631
|
},
|
|
632
632
|
"mynaui": {
|
|
633
633
|
"name": "Myna UI Icons",
|
|
634
|
-
"total":
|
|
634
|
+
"total": 1092,
|
|
635
635
|
"author": {
|
|
636
636
|
"name": "Praveen Juge",
|
|
637
637
|
"url": "https://github.com/praveenjuge/mynaui-icons"
|
|
@@ -695,8 +695,8 @@
|
|
|
695
695
|
},
|
|
696
696
|
"akar-icons": {
|
|
697
697
|
"name": "Akar Icons",
|
|
698
|
-
"total":
|
|
699
|
-
"version": "1.9.
|
|
698
|
+
"total": 454,
|
|
699
|
+
"version": "1.9.31",
|
|
700
700
|
"author": {
|
|
701
701
|
"name": "Arturo Wibawa",
|
|
702
702
|
"url": "https://github.com/artcoholic/akar-icons"
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
},
|
|
980
980
|
"prime": {
|
|
981
981
|
"name": "Prime Icons",
|
|
982
|
-
"total":
|
|
982
|
+
"total": 313,
|
|
983
983
|
"author": {
|
|
984
984
|
"name": "PrimeTek",
|
|
985
985
|
"url": "https://github.com/primefaces/primeicons"
|
|
@@ -1284,8 +1284,8 @@
|
|
|
1284
1284
|
},
|
|
1285
1285
|
"fluent": {
|
|
1286
1286
|
"name": "Fluent UI System Icons",
|
|
1287
|
-
"total":
|
|
1288
|
-
"version": "1.1.
|
|
1287
|
+
"total": 15797,
|
|
1288
|
+
"version": "1.1.233",
|
|
1289
1289
|
"author": {
|
|
1290
1290
|
"name": "Microsoft Corporation",
|
|
1291
1291
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -1439,7 +1439,7 @@
|
|
|
1439
1439
|
"heroicons": {
|
|
1440
1440
|
"name": "HeroIcons",
|
|
1441
1441
|
"total": 1176,
|
|
1442
|
-
"version": "2.1.
|
|
1442
|
+
"version": "2.1.3",
|
|
1443
1443
|
"author": {
|
|
1444
1444
|
"name": "Refactoring UI Inc",
|
|
1445
1445
|
"url": "https://github.com/tailwindlabs/heroicons"
|
|
@@ -1459,7 +1459,7 @@
|
|
|
1459
1459
|
},
|
|
1460
1460
|
"codicon": {
|
|
1461
1461
|
"name": "Codicons",
|
|
1462
|
-
"total":
|
|
1462
|
+
"total": 458,
|
|
1463
1463
|
"version": "0.0.35",
|
|
1464
1464
|
"author": {
|
|
1465
1465
|
"name": "Microsoft Corporation",
|
|
@@ -1699,7 +1699,7 @@
|
|
|
1699
1699
|
},
|
|
1700
1700
|
"ooui": {
|
|
1701
1701
|
"name": "OOUI",
|
|
1702
|
-
"total":
|
|
1702
|
+
"total": 357,
|
|
1703
1703
|
"version": "0.49.0",
|
|
1704
1704
|
"author": {
|
|
1705
1705
|
"name": "OOUI Team",
|
|
@@ -1785,8 +1785,8 @@
|
|
|
1785
1785
|
},
|
|
1786
1786
|
"line-md": {
|
|
1787
1787
|
"name": "Material Line Icons",
|
|
1788
|
-
"total":
|
|
1789
|
-
"version": "1.0.
|
|
1788
|
+
"total": 605,
|
|
1789
|
+
"version": "1.0.5",
|
|
1790
1790
|
"author": {
|
|
1791
1791
|
"name": "Vjacheslav Trushkin",
|
|
1792
1792
|
"url": "https://github.com/cyberalien/line-md"
|
|
@@ -2158,8 +2158,8 @@
|
|
|
2158
2158
|
},
|
|
2159
2159
|
"simple-icons": {
|
|
2160
2160
|
"name": "Simple Icons",
|
|
2161
|
-
"total":
|
|
2162
|
-
"version": "11.
|
|
2161
|
+
"total": 3093,
|
|
2162
|
+
"version": "11.10.0",
|
|
2163
2163
|
"author": {
|
|
2164
2164
|
"name": "Simple Icons Collaborators",
|
|
2165
2165
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -2572,7 +2572,7 @@
|
|
|
2572
2572
|
},
|
|
2573
2573
|
"gis": {
|
|
2574
2574
|
"name": "Font-GIS",
|
|
2575
|
-
"total":
|
|
2575
|
+
"total": 363,
|
|
2576
2576
|
"version": "1.0.6",
|
|
2577
2577
|
"author": {
|
|
2578
2578
|
"name": "Jean-Marc Viglino",
|
package/collections.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Material Symbols
|
|
5
|
-
* Number of icons:
|
|
5
|
+
* Number of icons: 12588
|
|
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: 12650
|
|
16
16
|
* Author: Google
|
|
17
17
|
* URL: https://github.com/google/material-design-icons
|
|
18
18
|
* License: Apache 2.0
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
* File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
76
76
|
|
|
77
77
|
## MingCute Icon
|
|
78
|
-
* Number of icons:
|
|
78
|
+
* Number of icons: 2922
|
|
79
79
|
* Author: MingCute Design
|
|
80
80
|
* URL: https://github.com/Richard9394/MingCute
|
|
81
81
|
* License: Apache 2.0
|
|
@@ -138,12 +138,12 @@
|
|
|
138
138
|
* File: [json/iconoir.json](json/iconoir.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
139
139
|
|
|
140
140
|
## IonIcons
|
|
141
|
-
* Number of icons:
|
|
141
|
+
* Number of icons: 1355
|
|
142
142
|
* Author: Ben Sperry
|
|
143
143
|
* URL: https://github.com/ionic-team/ionicons
|
|
144
144
|
* License: MIT
|
|
145
145
|
* License URL: https://github.com/ionic-team/ionicons/blob/main/LICENSE
|
|
146
|
-
* Version: 7.
|
|
146
|
+
* Version: 7.3.0
|
|
147
147
|
* Palette: Colorless
|
|
148
148
|
* Icon set prefix: `ion`
|
|
149
149
|
* File: [json/ion.json](json/ion.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
* File: [json/flowbite.json](json/flowbite.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
310
310
|
|
|
311
311
|
## Myna UI Icons
|
|
312
|
-
* Number of icons:
|
|
312
|
+
* Number of icons: 1092
|
|
313
313
|
* Author: Praveen Juge
|
|
314
314
|
* URL: https://github.com/praveenjuge/mynaui-icons
|
|
315
315
|
* License: MIT
|
|
@@ -340,12 +340,12 @@
|
|
|
340
340
|
* File: [json/pixelarticons.json](json/pixelarticons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
341
341
|
|
|
342
342
|
## Akar Icons
|
|
343
|
-
* Number of icons:
|
|
343
|
+
* Number of icons: 454
|
|
344
344
|
* Author: Arturo Wibawa
|
|
345
345
|
* URL: https://github.com/artcoholic/akar-icons
|
|
346
346
|
* License: MIT
|
|
347
347
|
* License URL: https://github.com/artcoholic/akar-icons/blob/master/LICENSE
|
|
348
|
-
* Version: 1.9.
|
|
348
|
+
* Version: 1.9.31
|
|
349
349
|
* Palette: Colorless
|
|
350
350
|
* Icon set prefix: `akar-icons`
|
|
351
351
|
* File: [json/akar-icons.json](json/akar-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
* File: [json/charm.json](json/charm.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
481
481
|
|
|
482
482
|
## Prime Icons
|
|
483
|
-
* Number of icons:
|
|
483
|
+
* Number of icons: 313
|
|
484
484
|
* Author: PrimeTek
|
|
485
485
|
* URL: https://github.com/primefaces/primeicons
|
|
486
486
|
* License: MIT
|
|
@@ -629,12 +629,12 @@
|
|
|
629
629
|
* File: [json/mage.json](json/mage.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
630
630
|
|
|
631
631
|
## Fluent UI System Icons
|
|
632
|
-
* Number of icons:
|
|
632
|
+
* Number of icons: 15797
|
|
633
633
|
* Author: Microsoft Corporation
|
|
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.233
|
|
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))
|
|
@@ -710,13 +710,13 @@
|
|
|
710
710
|
* URL: https://github.com/tailwindlabs/heroicons
|
|
711
711
|
* License: MIT
|
|
712
712
|
* License URL: https://github.com/tailwindlabs/heroicons/blob/master/LICENSE
|
|
713
|
-
* Version: 2.1.
|
|
713
|
+
* Version: 2.1.3
|
|
714
714
|
* Palette: Colorless
|
|
715
715
|
* Icon set prefix: `heroicons`
|
|
716
716
|
* File: [json/heroicons.json](json/heroicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
717
717
|
|
|
718
718
|
## Codicons
|
|
719
|
-
* Number of icons:
|
|
719
|
+
* Number of icons: 458
|
|
720
720
|
* Author: Microsoft Corporation
|
|
721
721
|
* URL: https://github.com/microsoft/vscode-codicons
|
|
722
722
|
* License: CC BY 4.0
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
* File: [json/fa6-regular.json](json/fa6-regular.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
836
836
|
|
|
837
837
|
## OOUI
|
|
838
|
-
* Number of icons:
|
|
838
|
+
* Number of icons: 357
|
|
839
839
|
* Author: OOUI Team
|
|
840
840
|
* URL: https://github.com/wikimedia/oojs-ui
|
|
841
841
|
* License: MIT
|
|
@@ -878,12 +878,12 @@
|
|
|
878
878
|
* File: [json/formkit.json](json/formkit.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
879
879
|
|
|
880
880
|
## Material Line Icons
|
|
881
|
-
* Number of icons:
|
|
881
|
+
* Number of icons: 605
|
|
882
882
|
* Author: Vjacheslav Trushkin
|
|
883
883
|
* URL: https://github.com/cyberalien/line-md
|
|
884
884
|
* License: MIT
|
|
885
885
|
* License URL: https://github.com/cyberalien/line-md/blob/master/license.txt
|
|
886
|
-
* Version: 1.0.
|
|
886
|
+
* Version: 1.0.5
|
|
887
887
|
* Palette: Colorless
|
|
888
888
|
* Icon set prefix: `line-md`
|
|
889
889
|
* File: [json/line-md.json](json/line-md.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1055,12 +1055,12 @@
|
|
|
1055
1055
|
* File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1056
1056
|
|
|
1057
1057
|
## Simple Icons
|
|
1058
|
-
* Number of icons:
|
|
1058
|
+
* Number of icons: 3093
|
|
1059
1059
|
* Author: Simple Icons Collaborators
|
|
1060
1060
|
* URL: https://github.com/simple-icons/simple-icons
|
|
1061
1061
|
* License: CC0 1.0
|
|
1062
1062
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
1063
|
-
* Version: 11.
|
|
1063
|
+
* Version: 11.10.0
|
|
1064
1064
|
* Palette: Colorless
|
|
1065
1065
|
* Icon set prefix: `simple-icons`
|
|
1066
1066
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1254,7 +1254,7 @@
|
|
|
1254
1254
|
* File: [json/cif.json](json/cif.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1255
1255
|
|
|
1256
1256
|
## Font-GIS
|
|
1257
|
-
* Number of icons:
|
|
1257
|
+
* Number of icons: 363
|
|
1258
1258
|
* Author: Jean-Marc Viglino
|
|
1259
1259
|
* URL: https://github.com/viglino/font-gis
|
|
1260
1260
|
* License: CC BY 4.0
|
package/composer.json
CHANGED
package/json/akar-icons.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "akar-icons",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Akar Icons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "1.9.
|
|
5
|
+
"total": 454,
|
|
6
|
+
"version": "1.9.31",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Arturo Wibawa",
|
|
9
9
|
"url": "https://github.com/artcoholic/akar-icons"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"category": "General",
|
|
23
23
|
"palette": false
|
|
24
24
|
},
|
|
25
|
-
"lastModified":
|
|
25
|
+
"lastModified": 1711103968,
|
|
26
26
|
"icons": {
|
|
27
27
|
"air": {
|
|
28
28
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 8h7a3 3 0 1 0-3-3M4 16h11a3 3 0 1 1-3 3M2 12h17a3 3 0 1 0-3-3\"/>"
|
|
@@ -643,6 +643,9 @@
|
|
|
643
643
|
"github-outline-fill": {
|
|
644
644
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 1.545c-6.055 0-10.957 4.877-10.957 10.883c0 4.41 2.643 8.205 6.447 9.912c.398.179.787.108 1.091-.12a1.38 1.38 0 0 0 .532-1.107v-.57l-1.357-.184a.489.489 0 0 1-.03-.005c-.748-.146-1.253-.409-1.623-.788c-.311-.319-.501-.701-.662-1.025l-.056-.113a11.645 11.645 0 0 0-.487-.91c-.135-.214-.24-.324-.344-.393c-.264-.175-.518-.472-.518-.843a.72.72 0 0 1 .26-.56a.844.844 0 0 1 .546-.182c.222 0 .431.068.605.146c.178.08.355.186.52.296c.402.268.798.585 1.133.976c.349.406.596.664.968.717c.306.044.618.045.861.034a2.558 2.558 0 0 1 .166-.56a8.347 8.347 0 0 1-.877-.256c-.654-.232-1.383-.593-1.873-1.14c-.538-.602-.871-1.139-1.057-1.767c-.181-.612-.211-1.275-.211-2.091c0-1.25.541-2.303.947-2.862a8.655 8.655 0 0 1-.335-1.501a3.515 3.515 0 0 1 .001-.968c.05-.293.175-.653.504-.87c.317-.211.689-.202.979-.148c.301.057.614.182.902.325c.469.232.935.542 1.284.805c.602-.177 1.667-.405 2.63-.426h.022c.964.021 1.981.249 2.568.425c.35-.262.815-.573 1.283-.804c.288-.143.6-.268.902-.325c.29-.054.662-.063.98.147c.328.218.454.578.503.871c.051.305.039.646 0 .968a8.661 8.661 0 0 1-.334 1.501c.406.56.947 1.613.947 2.862c0 .816-.03 1.479-.21 2.09c-.187.63-.52 1.166-1.058 1.768c-.49.547-1.219.908-1.873 1.14a8.45 8.45 0 0 1-1.062.297c.123.372.167.673.167.846v3.09c0 .47.219.871.53 1.105c.302.229.69.3 1.088.126c3.84-1.692 6.514-5.497 6.514-9.93c0-6.005-4.9-10.882-10.956-10.882M9.476 18.71c-.26.037-.001 0-.001 0h-.003l-.008.002l-.029.004a6.523 6.523 0 0 1-.447.037a5.782 5.782 0 0 1-1.066-.043c-.791-.112-1.272-.672-1.583-1.036l-.03-.034a3.6 3.6 0 0 0-.327-.333c.103.19.21.402.325.63l.01.02l.051.104c.175.348.29.58.481.774c.186.19.476.374 1.062.49l1.794.243a.522.522 0 0 1 .452.518v1.027c0 .8-.375 1.513-.95 1.945a2.087 2.087 0 0 1-2.143.236C2.902 21.427 0 17.27 0 12.428C0 5.836 5.377.5 12 .5s12 5.336 12 11.928c0 4.867-2.939 9.035-7.137 10.886a2.09 2.09 0 0 1-2.137-.247a2.426 2.426 0 0 1-.946-1.942v-3.09c0-.07-.049-.474-.322-1.017a.524.524 0 0 1 .408-.755a7.187 7.187 0 0 0 1.504-.356c.594-.21 1.127-.498 1.444-.852c.471-.526.706-.93.835-1.367c.134-.453.168-.98.168-1.793c0-1.141-.6-2.1-.876-2.409a.523.523 0 0 1-.104-.523a7.82 7.82 0 0 0 .375-1.554c.032-.275.034-.505.006-.671a.457.457 0 0 0-.054-.173a.486.486 0 0 0-.207.009c-.17.032-.387.112-.633.234c-.49.242-1 .6-1.316.856a.52.52 0 0 1-.505.085A9.306 9.306 0 0 0 12 7.296c-1.007.024-2.169.31-2.566.453a.52.52 0 0 1-.505-.085a7.775 7.775 0 0 0-1.316-.856a2.607 2.607 0 0 0-.634-.234a.486.486 0 0 0-.206-.009a.456.456 0 0 0-.054.173c-.028.166-.026.396.006.671A7.89 7.89 0 0 0 7.1 8.963c.063.18.024.38-.104.523c-.276.309-.876 1.268-.876 2.409c0 .812.034 1.34.168 1.793c.13.437.364.84.834 1.367c.318.354.85.642 1.445.852a7.194 7.194 0 0 0 1.503.356a.522.522 0 0 1 .246.945c-.165.118-.274.33-.335.575a1.944 1.944 0 0 0-.056.385v.019a.523.523 0 0 1-.449.523\" clip-rule=\"evenodd\"/>"
|
|
645
645
|
},
|
|
646
|
+
"gitlab-fill": {
|
|
647
|
+
"body": "<path fill=\"currentColor\" d=\"m22.749 9.769l-.031-.08l-3.027-7.9a.788.788 0 0 0-.782-.495a.81.81 0 0 0-.456.17a.81.81 0 0 0-.268.408L16.14 8.125H7.865L5.822 1.872a.794.794 0 0 0-.269-.409a.81.81 0 0 0-.926-.05c-.14.09-.25.22-.312.376L1.283 9.684l-.03.08a5.62 5.62 0 0 0 1.864 6.496l.01.008l.028.02l4.61 3.453l2.282 1.726l1.39 1.049a.935.935 0 0 0 1.13 0l1.389-1.05l2.281-1.726l4.639-3.473l.011-.01A5.623 5.623 0 0 0 22.75 9.77\"/>"
|
|
648
|
+
},
|
|
646
649
|
"glasses": {
|
|
647
650
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"14\" r=\"4\"/><circle cx=\"18\" cy=\"14\" r=\"4\"/><path d=\"m10 14l.211-.106a4 4 0 0 1 3.578 0L14 14m5-8l2.838 6.623a2 2 0 0 1 .162.788V14M5 6l-2.838 6.623A2 2 0 0 0 2 13.41V14\"/></g>"
|
|
648
651
|
},
|
package/json/codicon.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "codicon",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Codicons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 458,
|
|
6
6
|
"version": "0.0.35",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Microsoft Corporation",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"category": "General",
|
|
23
23
|
"palette": false
|
|
24
24
|
},
|
|
25
|
-
"lastModified":
|
|
25
|
+
"lastModified": 1711104011,
|
|
26
26
|
"icons": {
|
|
27
27
|
"account": {
|
|
28
28
|
"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.175A7.98 7.98 0 0 0 8.016 16a7.98 7.98 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.17 4.17 0 0 1 .416-.991c.176-.304.384-.576.64-.816c.24-.24.528-.463.816-.639c.304-.176.624-.304.976-.4A4.15 4.15 0 0 1 8 10.342a4.185 4.185 0 0 1 2.928 1.166c.368.368.656.8.864 1.295c.112.288.192.592.24.911A7.03 7.03 0 0 1 8 14.993m-2.448-7.4a2.49 2.49 0 0 1-.208-1.024c0-.351.064-.703.208-1.023c.144-.32.336-.607.576-.847c.24-.24.528-.431.848-.575c.32-.144.672-.208 1.024-.208c.368 0 .704.064 1.024.208c.32.144.608.336.848.575c.24.24.432.528.576.847c.144.32.208.672.208 1.023c0 .368-.064.704-.208 1.023a2.84 2.84 0 0 1-.576.848a2.84 2.84 0 0 1-.848.575a2.715 2.715 0 0 1-2.064 0a2.84 2.84 0 0 1-.848-.575a2.526 2.526 0 0 1-.56-.848zm7.424 5.306c0-.032-.016-.048-.016-.08a5.22 5.22 0 0 0-.688-1.406a4.883 4.883 0 0 0-1.088-1.135a5.207 5.207 0 0 0-1.04-.608a2.82 2.82 0 0 0 .464-.383a4.2 4.2 0 0 0 .624-.784a3.624 3.624 0 0 0 .528-1.934a3.71 3.71 0 0 0-.288-1.47a3.799 3.799 0 0 0-.816-1.199a3.845 3.845 0 0 0-1.2-.8a3.72 3.72 0 0 0-1.472-.287a3.72 3.72 0 0 0-1.472.288a3.631 3.631 0 0 0-1.2.815a3.84 3.84 0 0 0-.8 1.199a3.71 3.71 0 0 0-.288 1.47c0 .352.048.688.144 1.007c.096.336.224.64.4.927c.16.288.384.544.624.784c.144.144.304.271.48.383a5.12 5.12 0 0 0-1.04.624c-.416.32-.784.703-1.088 1.119a4.999 4.999 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\"/>"
|
|
@@ -610,6 +610,9 @@
|
|
|
610
610
|
"go-to-file": {
|
|
611
611
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m6 5.914l2.06-2.06v-.708L5.915 1l-.707.707l.043.043l.25.25l1 1h-3a2.5 2.5 0 0 0 0 5H4V7h-.5a1.5 1.5 0 1 1 0-3h3L5.207 5.293L5.914 6zM11 2H8.328l-1-1H12l.71.29l3 3L16 5v9l-1 1H6l-1-1V6.5l1 .847V14h9V6h-4zm1 0v3h3z\" clip-rule=\"evenodd\"/>"
|
|
612
612
|
},
|
|
613
|
+
"go-to-search": {
|
|
614
|
+
"body": "<g fill=\"currentColor\"><path d=\"M4.8 10.15L1 13.84l.75.66l3.78-3.67z\"/><path d=\"M4 9a5.5 5.5 0 1 0 3.644-7.856l.872.872A4.5 4.5 0 1 1 5.158 9z\"/><path d=\"M8.06 3.854L5.915 6l-.707-.707L6.5 4h-3a1.5 1.5 0 0 0 0 3H4v1h-.5a2.5 2.5 0 1 1 0-5h3L5.207 1.707L5.914 1l2.147 2.146z\"/></g>"
|
|
615
|
+
},
|
|
613
616
|
"grabber": {
|
|
614
617
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M15 6H1v1h14zm0 3H1v1h14z\" clip-rule=\"evenodd\"/>"
|
|
615
618
|
},
|
|
@@ -817,6 +820,12 @@
|
|
|
817
820
|
"map-filled": {
|
|
818
821
|
"body": "<path fill=\"currentColor\" d=\"M2 5.5V13l3.5-2.187v-7.5zm7.5 7.188v-7.5l-3-1.875v7.5zm1 0v-7.5L14 3v7.5z\"/>"
|
|
819
822
|
},
|
|
823
|
+
"map-vertical": {
|
|
824
|
+
"body": "<path fill=\"currentColor\" d=\"M5.777 2.5h6.32l-1.874 3h-6.32zm-1.875 4h6.32l1.876 3h-6.32zM11.09 6l2.334-3.735L13 1.5H5.5l-.424.235l-2.5 4v.53L4.91 10l-2.334 3.735L3 14.5h7.5l.424-.235l2.5-4v-.53zm-5.313 4.5h6.32l-1.874 3h-6.32z\"/>"
|
|
825
|
+
},
|
|
826
|
+
"map-vertical-filled": {
|
|
827
|
+
"body": "<path fill=\"currentColor\" d=\"M5.5 2H13l-2.187 3.5h-7.5zm7.188 7.5h-7.5l-1.875-3h7.5zm0 1h-7.5L3 14h7.5z\"/>"
|
|
828
|
+
},
|
|
820
829
|
"markdown": {
|
|
821
830
|
"body": "<path fill=\"currentColor\" d=\"M6.345 5h2.1v6.533H6.993l.055-5.31l-1.774 5.31H4.072l-1.805-5.31c.04.644.06 5.31.06 5.31H1V5h2.156s1.528 4.493 1.577 4.807zm6.71 3.617v-3.5H11.11v3.5H9.166l2.917 2.916L15 8.617z\"/>"
|
|
822
831
|
},
|