@iconify/json 2.2.127 → 2.2.128
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 +7 -7
- package/collections.md +7 -7
- package/composer.json +1 -1
- package/json/ion.json +1 -1
- package/json/line-md.json +28 -4
- package/json/lucide.json +20 -2
- package/json/memory.json +640 -33
- package/json/tabler.json +85 -4
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
},
|
|
109
109
|
"tabler": {
|
|
110
110
|
"name": "Tabler Icons",
|
|
111
|
-
"total":
|
|
112
|
-
"version": "2.
|
|
111
|
+
"total": 4818,
|
|
112
|
+
"version": "2.39.0",
|
|
113
113
|
"author": {
|
|
114
114
|
"name": "Paweł Kuna",
|
|
115
115
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"ion": {
|
|
219
219
|
"name": "IonIcons",
|
|
220
220
|
"total": 1338,
|
|
221
|
-
"version": "7.1
|
|
221
|
+
"version": "7.2.1",
|
|
222
222
|
"author": {
|
|
223
223
|
"name": "Ben Sperry",
|
|
224
224
|
"url": "https://github.com/ionic-team/ionicons"
|
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
},
|
|
548
548
|
"lucide": {
|
|
549
549
|
"name": "Lucide",
|
|
550
|
-
"total":
|
|
550
|
+
"total": 1293,
|
|
551
551
|
"author": {
|
|
552
552
|
"name": "Lucide Contributors",
|
|
553
553
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
},
|
|
676
676
|
"memory": {
|
|
677
677
|
"name": "Memory Icons",
|
|
678
|
-
"total":
|
|
678
|
+
"total": 551,
|
|
679
679
|
"author": {
|
|
680
680
|
"name": "Pictogrammers",
|
|
681
681
|
"url": "https://github.com/Pictogrammers/Memory"
|
|
@@ -1596,8 +1596,8 @@
|
|
|
1596
1596
|
},
|
|
1597
1597
|
"line-md": {
|
|
1598
1598
|
"name": "Material Line Icons",
|
|
1599
|
-
"total":
|
|
1600
|
-
"version": "0.2.
|
|
1599
|
+
"total": 518,
|
|
1600
|
+
"version": "0.2.18",
|
|
1601
1601
|
"author": {
|
|
1602
1602
|
"name": "Vjacheslav Trushkin",
|
|
1603
1603
|
"url": "https://github.com/cyberalien/line-md"
|
package/collections.md
CHANGED
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
* File: [json/solar.json](json/solar.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
55
55
|
|
|
56
56
|
## Tabler Icons
|
|
57
|
-
* Number of icons:
|
|
57
|
+
* Number of icons: 4818
|
|
58
58
|
* Author: Paweł Kuna
|
|
59
59
|
* URL: https://github.com/tabler/tabler-icons
|
|
60
60
|
* License: MIT
|
|
61
61
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
62
|
-
* Version: 2.
|
|
62
|
+
* Version: 2.39.0
|
|
63
63
|
* Palette: Colorless
|
|
64
64
|
* Icon set prefix: `tabler`
|
|
65
65
|
* File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
* URL: https://github.com/ionic-team/ionicons
|
|
113
113
|
* License: MIT
|
|
114
114
|
* License URL: https://github.com/ionic-team/ionicons/blob/main/LICENSE
|
|
115
|
-
* Version: 7.1
|
|
115
|
+
* Version: 7.2.1
|
|
116
116
|
* Palette: Colorless
|
|
117
117
|
* Icon set prefix: `ion`
|
|
118
118
|
* File: [json/ion.json](json/ion.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
* File: [json/cil.json](json/cil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
270
270
|
|
|
271
271
|
## Lucide
|
|
272
|
-
* Number of icons:
|
|
272
|
+
* Number of icons: 1293
|
|
273
273
|
* Author: Lucide Contributors
|
|
274
274
|
* URL: https://github.com/lucide-icons/lucide
|
|
275
275
|
* License: ISC
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
* File: [json/akar-icons.json](json/akar-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
332
332
|
|
|
333
333
|
## Memory Icons
|
|
334
|
-
* Number of icons:
|
|
334
|
+
* Number of icons: 551
|
|
335
335
|
* Author: Pictogrammers
|
|
336
336
|
* URL: https://github.com/Pictogrammers/Memory
|
|
337
337
|
* License: Apache 2.0
|
|
@@ -784,12 +784,12 @@
|
|
|
784
784
|
* File: [json/formkit.json](json/formkit.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
785
785
|
|
|
786
786
|
## Material Line Icons
|
|
787
|
-
* Number of icons:
|
|
787
|
+
* Number of icons: 518
|
|
788
788
|
* Author: Vjacheslav Trushkin
|
|
789
789
|
* URL: https://github.com/cyberalien/line-md
|
|
790
790
|
* License: MIT
|
|
791
791
|
* License URL: https://github.com/cyberalien/line-md/blob/master/license.txt
|
|
792
|
-
* Version: 0.2.
|
|
792
|
+
* Version: 0.2.18
|
|
793
793
|
* Palette: Colorless
|
|
794
794
|
* Icon set prefix: `line-md`
|
|
795
795
|
* File: [json/line-md.json](json/line-md.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED
package/json/ion.json
CHANGED
package/json/line-md.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "line-md",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Material Line Icons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "0.2.
|
|
5
|
+
"total": 518,
|
|
6
|
+
"version": "0.2.18",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Vjacheslav Trushkin",
|
|
9
9
|
"url": "https://github.com/cyberalien/line-md"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"category": "Animated Icons",
|
|
23
23
|
"palette": false
|
|
24
24
|
},
|
|
25
|
-
"lastModified":
|
|
25
|
+
"lastModified": 1697090985,
|
|
26
26
|
"icons": {
|
|
27
27
|
"account": {
|
|
28
28
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-dasharray=\"28\" stroke-dashoffset=\"28\" stroke-linecap=\"round\" stroke-width=\"2\"><path d=\"M4 21V20C4 16.6863 6.68629 14 10 14H14C17.3137 14 20 16.6863 20 20V21\"><animate fill=\"freeze\" attributeName=\"stroke-dashoffset\" dur=\"0.4s\" values=\"28;0\"/></path><path d=\"M12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7C16 9.20914 14.2091 11 12 11Z\"><animate fill=\"freeze\" attributeName=\"stroke-dashoffset\" begin=\"0.5s\" dur=\"0.4s\" values=\"28;0\"/></path></g>"
|
|
@@ -1003,6 +1003,15 @@
|
|
|
1003
1003
|
"person-twotone": {
|
|
1004
1004
|
"body": "<g fill=\"currentColor\" fill-opacity=\"0\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path stroke-dasharray=\"20\" stroke-dashoffset=\"20\" d=\"M12 5C13.66 5 15 6.34 15 8C15 9.65685 13.6569 11 12 11C10.3431 11 9 9.65685 9 8C9 6.34315 10.3431 5 12 5z\"><animate fill=\"freeze\" attributeName=\"stroke-dashoffset\" dur=\"0.4s\" values=\"20;0\"/></path><path stroke-dasharray=\"36\" stroke-dashoffset=\"36\" d=\"M12 14C16 14 19 16 19 17V19H5V17C5 16 8 14 12 14z\" opacity=\"0\"><set attributeName=\"opacity\" begin=\"0.5s\" to=\"1\"/><animate fill=\"freeze\" attributeName=\"stroke-dashoffset\" begin=\"0.5s\" dur=\"0.4s\" values=\"36;0\"/></path><animate fill=\"freeze\" attributeName=\"fill-opacity\" begin=\"0.9s\" dur=\"0.15s\" values=\"0;0.3\"/></g>"
|
|
1005
1005
|
},
|
|
1006
|
+
"pixelfed": {
|
|
1007
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-dasharray=\"60\" stroke-dashoffset=\"60\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3Z\"><animate fill=\"freeze\" attributeName=\"stroke-dashoffset\" dur=\"0.5s\" values=\"60;0\"/></path><path fill=\"currentColor\" fill-opacity=\"0\" d=\"M11.2061 14.1832H13.0406C14.7687 14.1832 16.1697 12.8194 16.1697 11.1371C16.1697 9.45472 14.7687 8.09091 13.0406 8.09091H10.3929C9.39592 8.09091 8.58769 8.87772 8.58769 9.8483V16.6883L11.2061 14.1832Z\"><animate fill=\"freeze\" attributeName=\"fill-opacity\" begin=\"0.6s\" dur=\"0.5s\" values=\"0;1\"/></path>"
|
|
1008
|
+
},
|
|
1009
|
+
"pixelfed-filled": {
|
|
1010
|
+
"body": "<mask id=\"lineMdPixelfedFilled0\"><path fill=\"#fff\" fill-opacity=\"0\" stroke=\"#fff\" stroke-dasharray=\"60\" stroke-dashoffset=\"60\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3Z\"><animate fill=\"freeze\" attributeName=\"stroke-dashoffset\" dur=\"0.5s\" values=\"60;0\"/><animate fill=\"freeze\" attributeName=\"fill-opacity\" begin=\"0.6s\" dur=\"0.5s\" values=\"0;1\"/></path><path d=\"M11.2061 14.1832H13.0406C14.7687 14.1832 16.1697 12.8194 16.1697 11.1371C16.1697 9.45472 14.7687 8.09091 13.0406 8.09091H10.3929C9.39592 8.09091 8.58769 8.87772 8.58769 9.8483V16.6883L11.2061 14.1832Z\"/></mask><rect width=\"24\" height=\"24\" fill=\"currentColor\" mask=\"url(#lineMdPixelfedFilled0)\"/>"
|
|
1011
|
+
},
|
|
1012
|
+
"pixelfed-twotone": {
|
|
1013
|
+
"body": "<path fill=\"currentColor\" fill-opacity=\"0\" stroke=\"currentColor\" stroke-dasharray=\"60\" stroke-dashoffset=\"60\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3Z\"><animate fill=\"freeze\" attributeName=\"stroke-dashoffset\" dur=\"0.5s\" values=\"60;0\"/><animate fill=\"freeze\" attributeName=\"fill-opacity\" begin=\"0.5s\" dur=\"0.15s\" values=\"0;0.3\"/></path><path fill=\"currentColor\" fill-opacity=\"0\" d=\"M11.2061 14.1832H13.0406C14.7687 14.1832 16.1697 12.8194 16.1697 11.1371C16.1697 9.45472 14.7687 8.09091 13.0406 8.09091H10.3929C9.39592 8.09091 8.58769 8.87772 8.58769 9.8483V16.6883L11.2061 14.1832Z\"><animate fill=\"freeze\" attributeName=\"fill-opacity\" begin=\"0.7s\" dur=\"0.5s\" values=\"0;1\"/></path>"
|
|
1014
|
+
},
|
|
1006
1015
|
"play": {
|
|
1007
1016
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-dasharray=\"36\" stroke-dashoffset=\"36\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 6L18 12L8 18z\"><animate fill=\"freeze\" attributeName=\"stroke-dashoffset\" dur=\"0.4s\" values=\"36;0\"/></path>"
|
|
1008
1017
|
},
|
|
@@ -1350,6 +1359,15 @@
|
|
|
1350
1359
|
},
|
|
1351
1360
|
"weather-cloudy-loop": {
|
|
1352
1361
|
"body": "<mask id=\"lineMdWeatherCloudyLoop0\"><g fill=\"#fff\"><circle cx=\"12\" cy=\"11\" r=\"6\"><animate attributeName=\"cx\" dur=\"30s\" repeatCount=\"indefinite\" values=\"12;11;12;13;12\"/></circle><rect width=\"10\" height=\"7\" x=\"8\" y=\"12\"/><rect width=\"16\" height=\"10\" x=\"1\" y=\"9\" rx=\"5\"><animate attributeName=\"x\" dur=\"19s\" repeatCount=\"indefinite\" values=\"1;0;1;2;1\"/></rect><rect width=\"17\" height=\"8\" x=\"6\" y=\"11\" rx=\"4\"><animate attributeName=\"x\" dur=\"23s\" repeatCount=\"indefinite\" values=\"6;5;6;7;6\"/></rect></g><circle cx=\"12\" cy=\"11\" r=\"4\"><animate attributeName=\"cx\" dur=\"30s\" repeatCount=\"indefinite\" values=\"12;11;12;13;12\"/></circle><rect width=\"8\" height=\"6\" x=\"8\" y=\"11\"><animate attributeName=\"x\" dur=\"30s\" repeatCount=\"indefinite\" values=\"8;7;8;9;8\"/></rect><rect width=\"12\" height=\"6\" x=\"3\" y=\"11\" rx=\"3\"><animate attributeName=\"x\" dur=\"19s\" repeatCount=\"indefinite\" values=\"3;2;3;4;3\"/></rect><rect width=\"13\" height=\"4\" x=\"8\" y=\"13\" rx=\"2\"><animate attributeName=\"x\" dur=\"23s\" repeatCount=\"indefinite\" values=\"8;7;8;9;8\"/></rect></mask><rect width=\"24\" height=\"24\" fill=\"currentColor\" mask=\"url(#lineMdWeatherCloudyLoop0)\"/>"
|
|
1362
|
+
},
|
|
1363
|
+
"youtube": {
|
|
1364
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-dasharray=\"60\" stroke-dashoffset=\"60\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M12 5C21 5 21 5 21 12C21 19 21 19 12 19C3 19 3 19 3 12C3 5 3 5 12 5z\"><animate fill=\"freeze\" attributeName=\"stroke-dashoffset\" dur=\"0.6s\" values=\"60;0\"/></path><path fill=\"currentColor\" fill-opacity=\"0\" d=\"M10 8.5L16 12L10 15.5z\"><set attributeName=\"fill-opacity\" begin=\"0.7s\" to=\"1\"/><animate fill=\"freeze\" attributeName=\"d\" begin=\"0.7s\" dur=\"0.2s\" values=\"M12 11L12 12L12 13z;M10 8.5L16 12L10 15.5z\"/></path>"
|
|
1365
|
+
},
|
|
1366
|
+
"youtube-filled": {
|
|
1367
|
+
"body": "<mask id=\"lineMdYoutubeFilled0\"><path fill=\"#fff\" fill-opacity=\"0\" stroke=\"#fff\" stroke-dasharray=\"60\" stroke-dashoffset=\"60\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M12 5C21 5 21 5 21 12C21 19 21 19 12 19C3 19 3 19 3 12C3 5 3 5 12 5z\"><animate fill=\"freeze\" attributeName=\"stroke-dashoffset\" dur=\"0.6s\" values=\"60;0\"/><animate fill=\"freeze\" attributeName=\"fill-opacity\" begin=\"0.6s\" dur=\"0.5s\" values=\"0;1\"/></path><path d=\"M10 8.5L16 12L10 15.5z\"/></mask><rect width=\"24\" height=\"24\" fill=\"currentColor\" mask=\"url(#lineMdYoutubeFilled0)\"/>"
|
|
1368
|
+
},
|
|
1369
|
+
"youtube-twotone": {
|
|
1370
|
+
"body": "<path fill=\"currentColor\" fill-opacity=\"0\" stroke=\"currentColor\" stroke-dasharray=\"60\" stroke-dashoffset=\"60\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M12 5C21 5 21 5 21 12C21 19 21 19 12 19C3 19 3 19 3 12C3 5 3 5 12 5z\"><animate fill=\"freeze\" attributeName=\"stroke-dashoffset\" dur=\"0.6s\" values=\"60;0\"/><animate fill=\"freeze\" attributeName=\"fill-opacity\" begin=\"0.6s\" dur=\"0.15s\" values=\"0;0.3\"/></path><path fill=\"currentColor\" fill-opacity=\"0\" d=\"M10 8.5L16 12L10 15.5z\"><set attributeName=\"fill-opacity\" begin=\"0.8s\" to=\"1\"/><animate fill=\"freeze\" attributeName=\"d\" begin=\"0.8s\" dur=\"0.2s\" values=\"M12 11L12 12L12 13z;M10 8.5L16 12L10 15.5z\"/></path>"
|
|
1353
1371
|
}
|
|
1354
1372
|
},
|
|
1355
1373
|
"aliases": {
|
|
@@ -2067,6 +2085,9 @@
|
|
|
2067
2085
|
"mastodon",
|
|
2068
2086
|
"mastodon-filled",
|
|
2069
2087
|
"mastodon-twotone",
|
|
2088
|
+
"pixelfed",
|
|
2089
|
+
"pixelfed-filled",
|
|
2090
|
+
"pixelfed-twotone",
|
|
2070
2091
|
"reddit",
|
|
2071
2092
|
"reddit-circle",
|
|
2072
2093
|
"reddit-circle-loop",
|
|
@@ -2093,7 +2114,10 @@
|
|
|
2093
2114
|
"twitter",
|
|
2094
2115
|
"twitter-twotone",
|
|
2095
2116
|
"twitter-x",
|
|
2096
|
-
"twitter-x-alt"
|
|
2117
|
+
"twitter-x-alt",
|
|
2118
|
+
"youtube",
|
|
2119
|
+
"youtube-filled",
|
|
2120
|
+
"youtube-twotone"
|
|
2097
2121
|
],
|
|
2098
2122
|
"Technology": [
|
|
2099
2123
|
"cloud",
|
package/json/lucide.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1293,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Lucide Contributors",
|
|
8
8
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"category": "General",
|
|
22
22
|
"palette": false
|
|
23
23
|
},
|
|
24
|
-
"lastModified":
|
|
24
|
+
"lastModified": 1697091019,
|
|
25
25
|
"icons": {
|
|
26
26
|
"accessibility": {
|
|
27
27
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"16\" cy=\"4\" r=\"1\"/><path d=\"m18 19l1-7l-6 1M5 8l3-3l5.5 3l-2.36 3.5m-6.9 3a5 5 0 0 0 6.88 6\"/><path d=\"M13.76 17.5a5 5 0 0 0-6.88-6\"/></g>"
|
|
@@ -2306,6 +2306,9 @@
|
|
|
2306
2306
|
"map-pin-off": {
|
|
2307
2307
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5.43 5.43A8.06 8.06 0 0 0 4 10c0 6 8 12 8 12a29.94 29.94 0 0 0 5-5m2.18-3.48A8.66 8.66 0 0 0 20 10a8 8 0 0 0-8-8a7.88 7.88 0 0 0-3.52.82\"/><path d=\"M9.13 9.13A2.78 2.78 0 0 0 9 10a3 3 0 0 0 3 3a2.78 2.78 0 0 0 .87-.13m2.03-3.62a3 3 0 0 0-2.15-2.16M2 2l20 20\"/></g>"
|
|
2308
2308
|
},
|
|
2309
|
+
"map-pinned": {
|
|
2310
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 8c0 4.5-6 9-6 9s-6-4.5-6-9a6 6 0 0 1 12 0\"/><circle cx=\"12\" cy=\"8\" r=\"2\"/><path d=\"M8.835 14H5a1 1 0 0 0-.9.7l-2 6c-.1.1-.1.2-.1.3c0 .6.4 1 1 1h18c.6 0 1-.4 1-1c0-.1 0-.2-.1-.3l-2-6a1 1 0 0 0-.9-.7h-3.835\"/></g>"
|
|
2311
|
+
},
|
|
2309
2312
|
"martini": {
|
|
2310
2313
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 22h8m-4-11v11m7-19l-7 8l-7-8Z\"/>"
|
|
2311
2314
|
},
|
|
@@ -2987,6 +2990,12 @@
|
|
|
2987
2990
|
"rotate-cw": {
|
|
2988
2991
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8\"/><path d=\"M21 3v5h-5\"/></g>"
|
|
2989
2992
|
},
|
|
2993
|
+
"route": {
|
|
2994
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"19\" r=\"3\"/><path d=\"M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15\"/><circle cx=\"18\" cy=\"5\" r=\"3\"/></g>"
|
|
2995
|
+
},
|
|
2996
|
+
"route-off": {
|
|
2997
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"19\" r=\"3\"/><path d=\"M9 19h8.5c.4 0 .9-.1 1.3-.2M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12M2 2l20 20m-1-6.7a3.5 3.5 0 0 0-3.3-3.3M15 5h-4.3\"/><circle cx=\"18\" cy=\"5\" r=\"3\"/></g>"
|
|
2998
|
+
},
|
|
2990
2999
|
"router": {
|
|
2991
3000
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"8\" x=\"2\" y=\"14\" rx=\"2\"/><path d=\"M6.01 18H6m4.01 0H10m5-8v4m2.84-6.83a4 4 0 0 0-5.66 0m8.48-2.83a8 8 0 0 0-11.31 0\"/></g>"
|
|
2992
3001
|
},
|
|
@@ -3246,6 +3255,12 @@
|
|
|
3246
3255
|
"signal-zero": {
|
|
3247
3256
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 20h.01\"/>"
|
|
3248
3257
|
},
|
|
3258
|
+
"signpost": {
|
|
3259
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3v3m6.5 7h-13L2 9.5L5.5 6h13L22 9.5ZM12 13v8\"/>"
|
|
3260
|
+
},
|
|
3261
|
+
"signpost-big": {
|
|
3262
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 9H4L2 7l2-2h6m4 0h6l2 2l-2 2h-6m-4 13V4a2 2 0 1 1 4 0v18m-6 0h8\"/>"
|
|
3263
|
+
},
|
|
3249
3264
|
"siren": {
|
|
3250
3265
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 12a5 5 0 0 1 5-5v0a5 5 0 0 1 5 5v6H7v-6Zm-2 8a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2H5v-2Zm16-8h1m-3.5-7.5L18 5M2 12h1m9-10v1M4.929 4.929l.707.707M12 12v6\"/>"
|
|
3251
3266
|
},
|
|
@@ -3861,6 +3876,9 @@
|
|
|
3861
3876
|
"waves": {
|
|
3862
3877
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M2 12c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1M2 18c.6.5 1.2 1 2.5 1c2.5 0 2.5-2 5-2c2.6 0 2.4 2 5 2c2.5 0 2.5-2 5-2c1.3 0 1.9.5 2.5 1\"/>"
|
|
3863
3878
|
},
|
|
3879
|
+
"waypoints": {
|
|
3880
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"4.5\" r=\"2.5\"/><path d=\"m10.2 6.3l-3.9 3.9\"/><circle cx=\"4.5\" cy=\"12\" r=\"2.5\"/><path d=\"M7 12h10\"/><circle cx=\"19.5\" cy=\"12\" r=\"2.5\"/><path d=\"m13.8 17.7l3.9-3.9\"/><circle cx=\"12\" cy=\"19.5\" r=\"2.5\"/></g>"
|
|
3881
|
+
},
|
|
3864
3882
|
"webcam": {
|
|
3865
3883
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"10\" r=\"8\"/><circle cx=\"12\" cy=\"10\" r=\"3\"/><path d=\"M7 22h10m-5 0v-4\"/></g>"
|
|
3866
3884
|
},
|