@iconify/json 2.2.341 → 2.2.342
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 +88 -7
- package/collections.md +37 -7
- package/composer.json +1 -1
- package/json/lucide.json +19 -13
- package/json/material-symbols-light.json +683 -768
- package/json/material-symbols.json +683 -771
- package/json/mynaui.json +175 -19
- package/json/simple-icons.json +44 -8
- package/json/streamline-block.json +1247 -0
- package/json/streamline-cyber.json +2071 -0
- package/json/streamline-flex.json +6074 -0
- package/json/streamline.json +4005 -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": 14175,
|
|
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": 14243,
|
|
32
32
|
"author": {
|
|
33
33
|
"name": "Google",
|
|
34
34
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
},
|
|
313
313
|
"mynaui": {
|
|
314
314
|
"name": "Myna UI Icons",
|
|
315
|
-
"total":
|
|
315
|
+
"total": 2434,
|
|
316
316
|
"author": {
|
|
317
317
|
"name": "Praveen Juge",
|
|
318
318
|
"url": "https://github.com/praveenjuge/mynaui-icons"
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
},
|
|
398
398
|
"lucide": {
|
|
399
399
|
"name": "Lucide",
|
|
400
|
-
"total":
|
|
400
|
+
"total": 1597,
|
|
401
401
|
"author": {
|
|
402
402
|
"name": "Lucide Contributors",
|
|
403
403
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -1555,6 +1555,33 @@
|
|
|
1555
1555
|
],
|
|
1556
1556
|
"palette": false
|
|
1557
1557
|
},
|
|
1558
|
+
"streamline-cyber": {
|
|
1559
|
+
"name": "Cyber free icons",
|
|
1560
|
+
"total": 500,
|
|
1561
|
+
"author": {
|
|
1562
|
+
"name": "Streamline",
|
|
1563
|
+
"url": "https://github.com/webalys-hq/streamline-vectors"
|
|
1564
|
+
},
|
|
1565
|
+
"license": {
|
|
1566
|
+
"title": "CC BY 4.0",
|
|
1567
|
+
"spdx": "CC-BY-4.0",
|
|
1568
|
+
"url": "https://creativecommons.org/licenses/by/4.0/"
|
|
1569
|
+
},
|
|
1570
|
+
"samples": [
|
|
1571
|
+
"music-note-1",
|
|
1572
|
+
"navigation-up-arrow",
|
|
1573
|
+
"map-direction",
|
|
1574
|
+
"glass-1",
|
|
1575
|
+
"phone-5",
|
|
1576
|
+
"fork-knife"
|
|
1577
|
+
],
|
|
1578
|
+
"height": 24,
|
|
1579
|
+
"category": "UI 24px",
|
|
1580
|
+
"tags": [
|
|
1581
|
+
"Precise Shapes"
|
|
1582
|
+
],
|
|
1583
|
+
"palette": false
|
|
1584
|
+
},
|
|
1558
1585
|
"guidance": {
|
|
1559
1586
|
"name": "Guidance",
|
|
1560
1587
|
"total": 360,
|
|
@@ -1930,6 +1957,33 @@
|
|
|
1930
1957
|
],
|
|
1931
1958
|
"palette": false
|
|
1932
1959
|
},
|
|
1960
|
+
"streamline-block": {
|
|
1961
|
+
"name": "Streamline Block",
|
|
1962
|
+
"total": 300,
|
|
1963
|
+
"author": {
|
|
1964
|
+
"name": "Streamline",
|
|
1965
|
+
"url": "https://github.com/webalys-hq/streamline-vectors"
|
|
1966
|
+
},
|
|
1967
|
+
"license": {
|
|
1968
|
+
"title": "CC BY 4.0",
|
|
1969
|
+
"spdx": "CC-BY-4.0",
|
|
1970
|
+
"url": "https://creativecommons.org/licenses/by/4.0/"
|
|
1971
|
+
},
|
|
1972
|
+
"samples": [
|
|
1973
|
+
"other-ui-chat",
|
|
1974
|
+
"content-write",
|
|
1975
|
+
"content-bookmark",
|
|
1976
|
+
"nature-lightning",
|
|
1977
|
+
"control-buttons-play",
|
|
1978
|
+
"basic-ui-remove"
|
|
1979
|
+
],
|
|
1980
|
+
"height": 16,
|
|
1981
|
+
"category": "UI 16px / 32px",
|
|
1982
|
+
"tags": [
|
|
1983
|
+
"Precise Shapes"
|
|
1984
|
+
],
|
|
1985
|
+
"palette": false
|
|
1986
|
+
},
|
|
1933
1987
|
"rivet-icons": {
|
|
1934
1988
|
"name": "Rivet Icons",
|
|
1935
1989
|
"total": 210,
|
|
@@ -2574,7 +2628,7 @@
|
|
|
2574
2628
|
},
|
|
2575
2629
|
"streamline": {
|
|
2576
2630
|
"name": "Streamline",
|
|
2577
|
-
"total":
|
|
2631
|
+
"total": 3000,
|
|
2578
2632
|
"author": {
|
|
2579
2633
|
"name": "Streamline",
|
|
2580
2634
|
"url": "https://github.com/webalys-hq/streamline-vectors"
|
|
@@ -2599,6 +2653,33 @@
|
|
|
2599
2653
|
],
|
|
2600
2654
|
"palette": false
|
|
2601
2655
|
},
|
|
2656
|
+
"streamline-flex": {
|
|
2657
|
+
"name": "Flex free icons",
|
|
2658
|
+
"total": 1500,
|
|
2659
|
+
"author": {
|
|
2660
|
+
"name": "Streamline",
|
|
2661
|
+
"url": "https://github.com/webalys-hq/streamline-vectors"
|
|
2662
|
+
},
|
|
2663
|
+
"license": {
|
|
2664
|
+
"title": "CC BY 4.0",
|
|
2665
|
+
"spdx": "CC-BY-4.0",
|
|
2666
|
+
"url": "https://creativecommons.org/licenses/by/4.0/"
|
|
2667
|
+
},
|
|
2668
|
+
"samples": [
|
|
2669
|
+
"shield-2",
|
|
2670
|
+
"number-sign",
|
|
2671
|
+
"heart",
|
|
2672
|
+
"merge-vertical",
|
|
2673
|
+
"thermometer-solid",
|
|
2674
|
+
"music-equalizer"
|
|
2675
|
+
],
|
|
2676
|
+
"height": 28,
|
|
2677
|
+
"category": "UI Other / Mixed Grid",
|
|
2678
|
+
"tags": [
|
|
2679
|
+
"Precise Shapes"
|
|
2680
|
+
],
|
|
2681
|
+
"palette": false
|
|
2682
|
+
},
|
|
2602
2683
|
"fa6-solid": {
|
|
2603
2684
|
"name": "Font Awesome Solid",
|
|
2604
2685
|
"total": 1402,
|
|
@@ -3097,8 +3178,8 @@
|
|
|
3097
3178
|
},
|
|
3098
3179
|
"simple-icons": {
|
|
3099
3180
|
"name": "Simple Icons",
|
|
3100
|
-
"total":
|
|
3101
|
-
"version": "14.
|
|
3181
|
+
"total": 3307,
|
|
3182
|
+
"version": "14.15.0",
|
|
3102
3183
|
"author": {
|
|
3103
3184
|
"name": "Simple Icons Collaborators",
|
|
3104
3185
|
"url": "https://github.com/simple-icons/simple-icons"
|
package/collections.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Material Symbols
|
|
5
|
-
* Number of icons:
|
|
5
|
+
* Number of icons: 14175
|
|
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: 14243
|
|
16
16
|
* Author: Google
|
|
17
17
|
* URL: https://github.com/google/material-design-icons
|
|
18
18
|
* License: Apache 2.0
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
* File: [json/ri.json](json/ri.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
116
116
|
|
|
117
117
|
## Myna UI Icons
|
|
118
|
-
* Number of icons:
|
|
118
|
+
* Number of icons: 2434
|
|
119
119
|
* Author: Praveen Juge
|
|
120
120
|
* URL: https://github.com/praveenjuge/mynaui-icons
|
|
121
121
|
* License: MIT
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
* File: [json/iconoir.json](json/iconoir.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
147
147
|
|
|
148
148
|
## Lucide
|
|
149
|
-
* Number of icons:
|
|
149
|
+
* Number of icons: 1597
|
|
150
150
|
* Author: Lucide Contributors
|
|
151
151
|
* URL: https://github.com/lucide-icons/lucide
|
|
152
152
|
* License: ISC
|
|
@@ -578,6 +578,16 @@
|
|
|
578
578
|
* Icon set prefix: `jam`
|
|
579
579
|
* File: [json/jam.json](json/jam.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
580
580
|
|
|
581
|
+
## Cyber free icons
|
|
582
|
+
* Number of icons: 500
|
|
583
|
+
* Author: Streamline
|
|
584
|
+
* URL: https://github.com/webalys-hq/streamline-vectors
|
|
585
|
+
* License: CC BY 4.0
|
|
586
|
+
* License URL: https://creativecommons.org/licenses/by/4.0/
|
|
587
|
+
* Palette: Colorless
|
|
588
|
+
* Icon set prefix: `streamline-cyber`
|
|
589
|
+
* File: [json/streamline-cyber.json](json/streamline-cyber.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
590
|
+
|
|
581
591
|
## Guidance
|
|
582
592
|
* Number of icons: 360
|
|
583
593
|
* Author: Streamline
|
|
@@ -716,6 +726,16 @@
|
|
|
716
726
|
* Icon set prefix: `bi`
|
|
717
727
|
* File: [json/bi.json](json/bi.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
718
728
|
|
|
729
|
+
## Streamline Block
|
|
730
|
+
* Number of icons: 300
|
|
731
|
+
* Author: Streamline
|
|
732
|
+
* URL: https://github.com/webalys-hq/streamline-vectors
|
|
733
|
+
* License: CC BY 4.0
|
|
734
|
+
* License URL: https://creativecommons.org/licenses/by/4.0/
|
|
735
|
+
* Palette: Colorless
|
|
736
|
+
* Icon set prefix: `streamline-block`
|
|
737
|
+
* File: [json/streamline-block.json](json/streamline-block.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
738
|
+
|
|
719
739
|
## Rivet Icons
|
|
720
740
|
* Number of icons: 210
|
|
721
741
|
* Author: Indiana University
|
|
@@ -973,7 +993,7 @@
|
|
|
973
993
|
* File: [json/garden.json](json/garden.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
974
994
|
|
|
975
995
|
## Streamline
|
|
976
|
-
* Number of icons:
|
|
996
|
+
* Number of icons: 3000
|
|
977
997
|
* Author: Streamline
|
|
978
998
|
* URL: https://github.com/webalys-hq/streamline-vectors
|
|
979
999
|
* License: CC BY 4.0
|
|
@@ -982,6 +1002,16 @@
|
|
|
982
1002
|
* Icon set prefix: `streamline`
|
|
983
1003
|
* File: [json/streamline.json](json/streamline.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
984
1004
|
|
|
1005
|
+
## Flex free icons
|
|
1006
|
+
* Number of icons: 1500
|
|
1007
|
+
* Author: Streamline
|
|
1008
|
+
* URL: https://github.com/webalys-hq/streamline-vectors
|
|
1009
|
+
* License: CC BY 4.0
|
|
1010
|
+
* License URL: https://creativecommons.org/licenses/by/4.0/
|
|
1011
|
+
* Palette: Colorless
|
|
1012
|
+
* Icon set prefix: `streamline-flex`
|
|
1013
|
+
* File: [json/streamline-flex.json](json/streamline-flex.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1014
|
+
|
|
985
1015
|
## Font Awesome Solid
|
|
986
1016
|
* Number of icons: 1402
|
|
987
1017
|
* Author: Dave Gandy
|
|
@@ -1178,12 +1208,12 @@
|
|
|
1178
1208
|
* File: [json/unjs.json](json/unjs.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1179
1209
|
|
|
1180
1210
|
## Simple Icons
|
|
1181
|
-
* Number of icons:
|
|
1211
|
+
* Number of icons: 3307
|
|
1182
1212
|
* Author: Simple Icons Collaborators
|
|
1183
1213
|
* URL: https://github.com/simple-icons/simple-icons
|
|
1184
1214
|
* License: CC0 1.0
|
|
1185
1215
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
1186
|
-
* Version: 14.
|
|
1216
|
+
* Version: 14.15.0
|
|
1187
1217
|
* Palette: Colorless
|
|
1188
1218
|
* Icon set prefix: `simple-icons`
|
|
1189
1219
|
* 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/lucide.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1597,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Lucide Contributors",
|
|
8
8
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"palette": false
|
|
31
31
|
},
|
|
32
|
-
"lastModified":
|
|
32
|
+
"lastModified": 1748327223,
|
|
33
33
|
"icons": {
|
|
34
34
|
"a-arrow-down": {
|
|
35
35
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.5 13h6M2 16l4.5-9l4.5 9m7-9v9m-4-4l4 4l4-4\"/>"
|
|
@@ -470,25 +470,25 @@
|
|
|
470
470
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 4L8 6m9 13v2M2 12h20M7 19v2M9 5L7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5\"/>"
|
|
471
471
|
},
|
|
472
472
|
"battery": {
|
|
473
|
-
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"
|
|
473
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 14v-4\"/><rect width=\"16\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>"
|
|
474
474
|
},
|
|
475
475
|
"battery-charging": {
|
|
476
|
-
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"
|
|
476
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11 7l-3 5h4l-3 5m5.856-11H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.935M22 14v-4M5.14 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.936\"/>"
|
|
477
477
|
},
|
|
478
478
|
"battery-full": {
|
|
479
|
-
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"
|
|
479
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 10v4m4-4v4m8 0v-4M6 10v4\"/><rect width=\"16\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>"
|
|
480
480
|
},
|
|
481
481
|
"battery-low": {
|
|
482
|
-
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"
|
|
482
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 14v-4M6 14v-4\"/><rect width=\"16\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>"
|
|
483
483
|
},
|
|
484
484
|
"battery-medium": {
|
|
485
|
-
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"
|
|
485
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 14v-4m12 4v-4M6 14v-4\"/><rect width=\"16\" height=\"12\" x=\"2\" y=\"6\" rx=\"2\"/></g>"
|
|
486
486
|
},
|
|
487
487
|
"battery-plus": {
|
|
488
|
-
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10
|
|
488
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 9v6m2.543-9H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.605M22 14v-4M7 12h6m-5.394 6H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.606\"/>"
|
|
489
489
|
},
|
|
490
490
|
"battery-warning": {
|
|
491
|
-
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 17h.01M10 7v6m4-
|
|
491
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 17h.01M10 7v6m4-7h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2m8-4v-4M6 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2\"/>"
|
|
492
492
|
},
|
|
493
493
|
"beaker": {
|
|
494
494
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4.5 3h15M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3M6 14h12\"/>"
|
|
@@ -1298,6 +1298,9 @@
|
|
|
1298
1298
|
"cloud-alert": {
|
|
1299
1299
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 12v4m0 4h.01M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708\"/>"
|
|
1300
1300
|
},
|
|
1301
|
+
"cloud-check": {
|
|
1302
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m17 15l-5.5 5.5L9 18\"/><path d=\"M5 17.743A7 7 0 1 1 15.71 10h1.79a4.5 4.5 0 0 1 1.5 8.742\"/></g>"
|
|
1303
|
+
},
|
|
1301
1304
|
"cloud-cog": {
|
|
1302
1305
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10.852 19.772l-.383.924m2.679-6.468l.383-.923m-.383 6.467a3 3 0 1 0-2.296-5.544l-.383-.923\"/><path d=\"m13.53 20.696l-.382-.924a3 3 0 1 1-2.296-5.544m3.92 1.624l.923-.383m-.923 2.679l.923.383\"/><path d=\"M4.2 15.1a7 7 0 1 1 9.93-9.858A7 7 0 0 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2m-10.772-.348l-.923-.383m.923 2.679l-.923.383\"/></g>"
|
|
1303
1306
|
},
|
|
@@ -1692,7 +1695,7 @@
|
|
|
1692
1695
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 9h14M5 15h14m0-10L5 19\"/>"
|
|
1693
1696
|
},
|
|
1694
1697
|
"eraser": {
|
|
1695
|
-
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"
|
|
1698
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21m-7.752-9.91l8.828 8.828\"/>"
|
|
1696
1699
|
},
|
|
1697
1700
|
"ethernet-port": {
|
|
1698
1701
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 20l3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3zM6 8v1m4-1v1m4-1v1m4-1v1\"/>"
|
|
@@ -2429,6 +2432,9 @@
|
|
|
2429
2432
|
"id-card": {
|
|
2430
2433
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 10h2m-2 4h2M6.17 15a3 3 0 0 1 5.66 0\"/><circle cx=\"9\" cy=\"11\" r=\"2\"/><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"/></g>"
|
|
2431
2434
|
},
|
|
2435
|
+
"id-card-lanyard": {
|
|
2436
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13.5 8h-3M15 2l-1 2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3\"/><path d=\"M16.899 22A5 5 0 0 0 7.1 22M9 2l3 6\"/><circle cx=\"12\" cy=\"15\" r=\"3\"/></g>"
|
|
2437
|
+
},
|
|
2432
2438
|
"image": {
|
|
2433
2439
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/><path d=\"m21 15l-3.086-3.086a2 2 0 0 0-2.828 0L6 21\"/></g>"
|
|
2434
2440
|
},
|
|
@@ -2648,7 +2654,7 @@
|
|
|
2648
2654
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 17l2 2l4-4M3 7l2 2l4-4m4 1h8m-8 6h8m-8 6h8\"/>"
|
|
2649
2655
|
},
|
|
2650
2656
|
"list-collapse": {
|
|
2651
|
-
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"
|
|
2657
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 12h11m-11 6h11M10 6h11M3 10l3-3l-3-3m0 16l3-3l-3-3\"/>"
|
|
2652
2658
|
},
|
|
2653
2659
|
"list-end": {
|
|
2654
2660
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 12H3m13-6H3m7 12H3M21 6v10a2 2 0 0 1-2 2h-5\"/><path d=\"m16 16l-2 2l2 2\"/></g>"
|
|
@@ -3269,7 +3275,7 @@
|
|
|
3269
3275
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"M3 9h18M9 21V9\"/></g>"
|
|
3270
3276
|
},
|
|
3271
3277
|
"paperclip": {
|
|
3272
|
-
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"
|
|
3278
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16 6l-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551\"/>"
|
|
3273
3279
|
},
|
|
3274
3280
|
"parentheses": {
|
|
3275
3281
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 21s-4-3-4-9s4-9 4-9m8 0s4 3 4 9s-4 9-4 9\"/>"
|
|
@@ -4081,7 +4087,7 @@
|
|
|
4081
4087
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m9 12l2 2l4-4\"/></g>"
|
|
4082
4088
|
},
|
|
4083
4089
|
"square-check-big": {
|
|
4084
|
-
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 10.
|
|
4090
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344\"/><path d=\"m9 11l3 3L22 4\"/></g>"
|
|
4085
4091
|
},
|
|
4086
4092
|
"square-chevron-down": {
|
|
4087
4093
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\"/><path d=\"m16 10l-4 4l-4-4\"/></g>"
|