@odx/icons 1.9.1 → 2.0.0

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.
Files changed (48) hide show
  1. package/CHANGELOG.md +16 -3
  2. package/core/core-demo-poster.html +73 -3
  3. package/core/core-iconmap.scss +11 -0
  4. package/core/core-icons.css +35 -0
  5. package/core/core-icons.eot +0 -0
  6. package/core/core-icons.scss +35 -0
  7. package/core/core-icons.ttf +0 -0
  8. package/core/core-icons.woff +0 -0
  9. package/core/core-icons.woff2 +0 -0
  10. package/core/core-metadata.json +40 -0
  11. package/core/svg/announcement.svg +1 -0
  12. package/core/svg/direction.svg +1 -0
  13. package/core/svg/favicon.svg +1 -0
  14. package/core/svg/hand.svg +1 -0
  15. package/core/svg/introduction.svg +1 -0
  16. package/core/svg/precondition.svg +1 -0
  17. package/core/svg/sort-down.svg +1 -0
  18. package/core/svg/sort-up.svg +1 -0
  19. package/core/svg/sortable.svg +1 -0
  20. package/core/svg/toolbox.svg +1 -0
  21. package/medical/medical-demo-poster.html +24 -3
  22. package/medical/medical-iconmap.scss +4 -1
  23. package/medical/medical-icons.css +9 -0
  24. package/medical/medical-icons.eot +0 -0
  25. package/medical/medical-icons.scss +9 -0
  26. package/medical/medical-icons.ttf +0 -0
  27. package/medical/medical-icons.woff +0 -0
  28. package/medical/medical-icons.woff2 +0 -0
  29. package/medical/medical-metadata.json +12 -0
  30. package/medical/svg/stethoscope.svg +1 -0
  31. package/medical/svg/test-setup.svg +1 -0
  32. package/medical/svg/vapor.svg +1 -0
  33. package/package.json +1 -1
  34. package/safety/safety-demo-poster.html +45 -24
  35. package/safety/safety-iconmap.scss +12 -9
  36. package/safety/safety-icons.css +42 -33
  37. package/safety/safety-icons.eot +0 -0
  38. package/safety/safety-icons.scss +42 -33
  39. package/safety/safety-icons.ttf +0 -0
  40. package/safety/safety-icons.woff +0 -0
  41. package/safety/safety-icons.woff2 +0 -0
  42. package/safety/safety-metadata.json +24 -12
  43. package/safety/svg/device-connection.svg +1 -0
  44. package/safety/svg/{basestation-battery-low.svg → fg-hub-battery-low.svg} +1 -1
  45. package/safety/svg/{basestation-no-connection.svg → fg-hub-no-connection.svg} +1 -1
  46. package/safety/svg/fg-hub.svg +1 -0
  47. package/safety/svg/{repeater-battery-low.svg → fg-repeater-battery-low.svg} +1 -1
  48. package/safety/svg/fg-repeater.svg +1 -0
package/CHANGELOG.md CHANGED
@@ -1,9 +1,22 @@
1
- ## [1.9.1](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v1.9.0...v1.9.1) (2023-07-11)
1
+ # [2.0.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v1.10.0...v2.0.0) (2023-07-17)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Code Refactoring
5
+
6
+ * rename icons to match UIB naming ([bc1d3d1](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/bc1d3d1c569e213baecf9d701e8366e1e668def7))
7
+
8
+
9
+ * Merged PR 60060: refactor: rename icons to match UIB naming ([b1efaff](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/b1efaffc63c514c672a4992403e55b5f698cba3e)), closes [#329182](https://dev.azure.com/draeger/ODXP/_git/odx-icons/issues/329182)
10
+
11
+
12
+ ### BREAKING CHANGES
5
13
 
6
- * icon svg file name ([cf2afd5](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/cf2afd5c00d72d1e1409d8ac1a0275449889c1ff))
14
+ * Renamed icon "basestation-battery-low" to "fg-hub-battery-low"
15
+ * Renamed icon "basestation-no-connection" to "fg-hub-no-connection"
16
+ * Renamed icon "repeater-battery-low" to "fg-repeater-battery-low"
17
+ * Renamed icon "basestation-battery-low" to "fg-hub-battery-low"
18
+ * Renamed icon "basestation-no-connection" to "fg-hub-no-connection"
19
+ * Renamed icon "repeater-battery-low" to "fg-repeater-battery-low"
7
20
 
8
21
  # 1.0.0 (2023-04-13)
9
22
 
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 1.9.1</title>
5
+ <title>@odx/icons 2.0.0</title>
6
6
  <link rel="stylesheet" type="text/css" href="core-icons.css" media="screen" />
7
7
  <style>
8
8
  * {
@@ -126,11 +126,11 @@
126
126
  />
127
127
  </svg>
128
128
  <h1 class="page-title">
129
- @odx/icons 1.9.1
129
+ @odx/icons 2.0.0
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
133
- Iconset: <strong>core</strong> (342 icons)
133
+ Iconset: <strong>core</strong> (353 icons)
134
134
  </div>
135
135
  </header>
136
136
  <main class="icons" id="icons">
@@ -246,6 +246,13 @@
246
246
  <span class="icon-name">align-vertical-middle</span>
247
247
  <span class="icon-alias">
248
248
  </div>
249
+ <div class="icons__item">
250
+ <i class="odx-icon" data-icon-set="core" data-icon-name="announcement">
251
+ <span></span>
252
+ </i>
253
+ <span class="icon-name">announcement</span>
254
+ <span class="icon-alias">
255
+ </div>
249
256
  <div class="icons__item">
250
257
  <i class="odx-icon" data-icon-set="core" data-icon-name="arrow-down">
251
258
  <span></span>
@@ -869,6 +876,13 @@
869
876
  <span class="icon-name">device-online</span>
870
877
  <span class="icon-alias">
871
878
  </div>
879
+ <div class="icons__item">
880
+ <i class="odx-icon" data-icon-set="core" data-icon-name="direction">
881
+ <span></span>
882
+ </i>
883
+ <span class="icon-name">direction</span>
884
+ <span class="icon-alias">
885
+ </div>
872
886
  <div class="icons__item">
873
887
  <i class="odx-icon" data-icon-set="core" data-icon-name="document">
874
888
  <span></span>
@@ -960,6 +974,13 @@
960
974
  <span class="icon-name">export</span>
961
975
  <span class="icon-alias">
962
976
  </div>
977
+ <div class="icons__item">
978
+ <i class="odx-icon" data-icon-set="core" data-icon-name="favicon">
979
+ <span></span>
980
+ </i>
981
+ <span class="icon-name">favicon</span>
982
+ <span class="icon-alias">
983
+ </div>
963
984
  <div class="icons__item">
964
985
  <i class="odx-icon" data-icon-set="core" data-icon-name="favorite">
965
986
  <span></span>
@@ -1135,6 +1156,13 @@
1135
1156
  <span class="icon-name">group</span>
1136
1157
  <span class="icon-alias">
1137
1158
  </div>
1159
+ <div class="icons__item">
1160
+ <i class="odx-icon" data-icon-set="core" data-icon-name="hand">
1161
+ <span></span>
1162
+ </i>
1163
+ <span class="icon-name">hand</span>
1164
+ <span class="icon-alias">
1165
+ </div>
1138
1166
  <div class="icons__item">
1139
1167
  <i class="odx-icon" data-icon-set="core" data-icon-name="help">
1140
1168
  <span></span>
@@ -1156,6 +1184,13 @@
1156
1184
  <span class="icon-name">info</span>
1157
1185
  <span class="icon-alias">
1158
1186
  </div>
1187
+ <div class="icons__item">
1188
+ <i class="odx-icon" data-icon-set="core" data-icon-name="introduction">
1189
+ <span></span>
1190
+ </i>
1191
+ <span class="icon-name">introduction</span>
1192
+ <span class="icon-alias">
1193
+ </div>
1159
1194
  <div class="icons__item">
1160
1195
  <i class="odx-icon" data-icon-set="core" data-icon-name="language">
1161
1196
  <span></span>
@@ -1541,6 +1576,13 @@
1541
1576
  <span class="icon-name">position-off</span>
1542
1577
  <span class="icon-alias">
1543
1578
  </div>
1579
+ <div class="icons__item">
1580
+ <i class="odx-icon" data-icon-set="core" data-icon-name="precondition">
1581
+ <span></span>
1582
+ </i>
1583
+ <span class="icon-name">precondition</span>
1584
+ <span class="icon-alias">
1585
+ </div>
1544
1586
  <div class="icons__item">
1545
1587
  <i class="odx-icon" data-icon-set="core" data-icon-name="previous">
1546
1588
  <span></span>
@@ -1828,6 +1870,27 @@
1828
1870
  <span class="icon-name">shot-mid</span>
1829
1871
  <span class="icon-alias">
1830
1872
  </div>
1873
+ <div class="icons__item">
1874
+ <i class="odx-icon" data-icon-set="core" data-icon-name="sort-down">
1875
+ <span></span>
1876
+ </i>
1877
+ <span class="icon-name">sort-down</span>
1878
+ <span class="icon-alias">
1879
+ </div>
1880
+ <div class="icons__item">
1881
+ <i class="odx-icon" data-icon-set="core" data-icon-name="sort-up">
1882
+ <span></span>
1883
+ </i>
1884
+ <span class="icon-name">sort-up</span>
1885
+ <span class="icon-alias">
1886
+ </div>
1887
+ <div class="icons__item">
1888
+ <i class="odx-icon" data-icon-set="core" data-icon-name="sortable">
1889
+ <span></span>
1890
+ </i>
1891
+ <span class="icon-name">sortable</span>
1892
+ <span class="icon-alias">
1893
+ </div>
1831
1894
  <div class="icons__item">
1832
1895
  <i class="odx-icon" data-icon-set="core" data-icon-name="standby">
1833
1896
  <span></span>
@@ -1870,6 +1933,13 @@
1870
1933
  <span class="icon-name">tile-menu</span>
1871
1934
  <span class="icon-alias">
1872
1935
  </div>
1936
+ <div class="icons__item">
1937
+ <i class="odx-icon" data-icon-set="core" data-icon-name="toolbox">
1938
+ <span></span>
1939
+ </i>
1940
+ <span class="icon-name">toolbox</span>
1941
+ <span class="icon-alias">
1942
+ </div>
1873
1943
  <div class="icons__item">
1874
1944
  <i class="odx-icon" data-icon-set="core" data-icon-name="training">
1875
1945
  <span></span>
@@ -15,6 +15,7 @@ $glyphs: (
15
15
  alarms-per-type: "\f10d",
16
16
  align-horizontal-middle: "\f10e",
17
17
  align-vertical-middle: "\f10f",
18
+ announcement: "\f236",
18
19
  arrow-down: "\f110",
19
20
  arrow-left: "\f111",
20
21
  arrow-right: "\f112",
@@ -133,6 +134,7 @@ $glyphs: (
133
134
  device-lan-off: "\f231",
134
135
  device-offline: "\f120",
135
136
  device-online: "\f124",
137
+ direction: "\f23a",
136
138
  document: "\f178",
137
139
  document-check: "\f174",
138
140
  document-flag: "\f255",
@@ -148,6 +150,8 @@ $glyphs: (
148
150
  error-colored: "\f258",
149
151
  error-colored-part1: "\f1cb",
150
152
  export: "\f181",
153
+ favicon: "\f236",
154
+ favicon-part1: "\f239",
151
155
  favorite: "\f183",
152
156
  favorite-solid: "\f182",
153
157
  fax: "\f22a",
@@ -174,9 +178,11 @@ $glyphs: (
174
178
  gender-male: "\f194",
175
179
  globe: "\f22b",
176
180
  group: "\f175",
181
+ hand: "\f23d",
177
182
  help: "\f195",
178
183
  import: "\f196",
179
184
  info: "\f197",
185
+ introduction: "\f23a",
180
186
  language: "\f198",
181
187
  link: "\f13c",
182
188
  link-external: "\f199",
@@ -240,6 +246,7 @@ $glyphs: (
240
246
  plus: "\f1c5",
241
247
  position: "\f1c7",
242
248
  position-off: "\f1c6",
249
+ precondition: "\f23d",
243
250
  previous: "\f1c8",
244
251
  print: "\f1d5",
245
252
  print-config: "\f1c9",
@@ -287,6 +294,9 @@ $glyphs: (
287
294
  shot-close: "\f277",
288
295
  shot-long: "\f278",
289
296
  shot-mid: "\f279",
297
+ sort-down: "\f23f",
298
+ sort-up: "\f240",
299
+ sortable: "\f242",
290
300
  standby: "\f1f2",
291
301
  sync: "\f1fa",
292
302
  sync-off: "\f1f6",
@@ -297,6 +307,7 @@ $glyphs: (
297
307
  sync-success-part1: "\f20a",
298
308
  sync-success-part2: "\f20b",
299
309
  tile-menu: "\f1fb",
310
+ toolbox: "\f23f",
300
311
  training: "\f1fc",
301
312
  undo: "\f1fd",
302
313
  unlock: "\f1fe",
@@ -94,6 +94,9 @@
94
94
  [data-icon-set=core][data-icon-name=align-vertical-middle]::before {
95
95
  content: "\f10f";
96
96
  }
97
+ [data-icon-set=core][data-icon-name=announcement]::before {
98
+ content: "\f236";
99
+ }
97
100
  [data-icon-set=core][data-icon-name=arrow-down]::before {
98
101
  content: "\f110";
99
102
  }
@@ -479,6 +482,9 @@
479
482
  [data-icon-set=core][data-icon-name=device-online]::before {
480
483
  content: "\f124";
481
484
  }
485
+ [data-icon-set=core][data-icon-name=direction]::before {
486
+ content: "\f23a";
487
+ }
482
488
  [data-icon-set=core][data-icon-name=document]::before {
483
489
  content: "\f178";
484
490
  }
@@ -527,6 +533,14 @@
527
533
  [data-icon-set=core][data-icon-name=export]::before {
528
534
  content: "\f181";
529
535
  }
536
+ [data-icon-set=core][data-icon-name=favicon]::before {
537
+ content: "\f236";
538
+ color: #002766;
539
+ }
540
+ [data-icon-set=core][data-icon-name=favicon]::after {
541
+ content: "\f239";
542
+ color: #FFF;
543
+ }
530
544
  [data-icon-set=core][data-icon-name=favorite]::before {
531
545
  content: "\f183";
532
546
  }
@@ -607,6 +621,9 @@
607
621
  [data-icon-set=core][data-icon-name=group]::before {
608
622
  content: "\f175";
609
623
  }
624
+ [data-icon-set=core][data-icon-name=hand]::before {
625
+ content: "\f23d";
626
+ }
610
627
  [data-icon-set=core][data-icon-name=help]::before {
611
628
  content: "\f195";
612
629
  }
@@ -616,6 +633,9 @@
616
633
  [data-icon-set=core][data-icon-name=info]::before {
617
634
  content: "\f197";
618
635
  }
636
+ [data-icon-set=core][data-icon-name=introduction]::before {
637
+ content: "\f23a";
638
+ }
619
639
  [data-icon-set=core][data-icon-name=language]::before {
620
640
  content: "\f198";
621
641
  }
@@ -813,6 +833,9 @@
813
833
  [data-icon-set=core][data-icon-name=position-off]::before {
814
834
  content: "\f1c6";
815
835
  }
836
+ [data-icon-set=core][data-icon-name=precondition]::before {
837
+ content: "\f23d";
838
+ }
816
839
  [data-icon-set=core][data-icon-name=previous]::before {
817
840
  content: "\f1c8";
818
841
  }
@@ -960,6 +983,15 @@
960
983
  [data-icon-set=core][data-icon-name=shot-mid]::before {
961
984
  content: "\f279";
962
985
  }
986
+ [data-icon-set=core][data-icon-name=sort-down]::before {
987
+ content: "\f23f";
988
+ }
989
+ [data-icon-set=core][data-icon-name=sort-up]::before {
990
+ content: "\f240";
991
+ }
992
+ [data-icon-set=core][data-icon-name=sortable]::before {
993
+ content: "\f242";
994
+ }
963
995
  [data-icon-set=core][data-icon-name=standby]::before {
964
996
  content: "\f1f2";
965
997
  }
@@ -994,6 +1026,9 @@
994
1026
  [data-icon-set=core][data-icon-name=tile-menu]::before {
995
1027
  content: "\f1fb";
996
1028
  }
1029
+ [data-icon-set=core][data-icon-name=toolbox]::before {
1030
+ content: "\f23f";
1031
+ }
997
1032
  [data-icon-set=core][data-icon-name=training]::before {
998
1033
  content: "\f1fc";
999
1034
  }
Binary file
@@ -101,6 +101,9 @@
101
101
  &[data-icon-name="align-vertical-middle"]::before {
102
102
  content: utils.get-icon-glyph("align-vertical-middle");
103
103
  }
104
+ &[data-icon-name="announcement"]::before {
105
+ content: utils.get-icon-glyph("announcement");
106
+ }
104
107
  &[data-icon-name="arrow-down"]::before {
105
108
  content: utils.get-icon-glyph("arrow-down");
106
109
  }
@@ -486,6 +489,9 @@
486
489
  &[data-icon-name="device-online"]::before {
487
490
  content: utils.get-icon-glyph("device-online");
488
491
  }
492
+ &[data-icon-name="direction"]::before {
493
+ content: utils.get-icon-glyph("direction");
494
+ }
489
495
  &[data-icon-name="document"]::before {
490
496
  content: utils.get-icon-glyph("document");
491
497
  }
@@ -534,6 +540,14 @@
534
540
  &[data-icon-name="export"]::before {
535
541
  content: utils.get-icon-glyph("export");
536
542
  }
543
+ &[data-icon-name="favicon"]::before {
544
+ content: utils.get-icon-glyph("favicon");
545
+ color: #002766;
546
+ }
547
+ &[data-icon-name="favicon"]::after {
548
+ content: utils.get-icon-glyph("favicon-part1");
549
+ color: #FFF;
550
+ }
537
551
  &[data-icon-name="favorite"]::before {
538
552
  content: utils.get-icon-glyph("favorite");
539
553
  }
@@ -614,6 +628,9 @@
614
628
  &[data-icon-name="group"]::before {
615
629
  content: utils.get-icon-glyph("group");
616
630
  }
631
+ &[data-icon-name="hand"]::before {
632
+ content: utils.get-icon-glyph("hand");
633
+ }
617
634
  &[data-icon-name="help"]::before {
618
635
  content: utils.get-icon-glyph("help");
619
636
  }
@@ -623,6 +640,9 @@
623
640
  &[data-icon-name="info"]::before {
624
641
  content: utils.get-icon-glyph("info");
625
642
  }
643
+ &[data-icon-name="introduction"]::before {
644
+ content: utils.get-icon-glyph("introduction");
645
+ }
626
646
  &[data-icon-name="language"]::before {
627
647
  content: utils.get-icon-glyph("language");
628
648
  }
@@ -820,6 +840,9 @@
820
840
  &[data-icon-name="position-off"]::before {
821
841
  content: utils.get-icon-glyph("position-off");
822
842
  }
843
+ &[data-icon-name="precondition"]::before {
844
+ content: utils.get-icon-glyph("precondition");
845
+ }
823
846
  &[data-icon-name="previous"]::before {
824
847
  content: utils.get-icon-glyph("previous");
825
848
  }
@@ -967,6 +990,15 @@
967
990
  &[data-icon-name="shot-mid"]::before {
968
991
  content: utils.get-icon-glyph("shot-mid");
969
992
  }
993
+ &[data-icon-name="sort-down"]::before {
994
+ content: utils.get-icon-glyph("sort-down");
995
+ }
996
+ &[data-icon-name="sort-up"]::before {
997
+ content: utils.get-icon-glyph("sort-up");
998
+ }
999
+ &[data-icon-name="sortable"]::before {
1000
+ content: utils.get-icon-glyph("sortable");
1001
+ }
970
1002
  &[data-icon-name="standby"]::before {
971
1003
  content: utils.get-icon-glyph("standby");
972
1004
  }
@@ -1001,6 +1033,9 @@
1001
1033
  &[data-icon-name="tile-menu"]::before {
1002
1034
  content: utils.get-icon-glyph("tile-menu");
1003
1035
  }
1036
+ &[data-icon-name="toolbox"]::before {
1037
+ content: utils.get-icon-glyph("toolbox");
1038
+ }
1004
1039
  &[data-icon-name="training"]::before {
1005
1040
  content: utils.get-icon-glyph("training");
1006
1041
  }
Binary file
Binary file
Binary file
@@ -63,6 +63,10 @@
63
63
  "name": "align-vertical-middle",
64
64
  "set": "core"
65
65
  },
66
+ {
67
+ "name": "announcement",
68
+ "set": "core"
69
+ },
66
70
  {
67
71
  "name": "arrow-down",
68
72
  "set": "core"
@@ -419,6 +423,10 @@
419
423
  "name": "device-online",
420
424
  "set": "core"
421
425
  },
426
+ {
427
+ "name": "direction",
428
+ "set": "core"
429
+ },
422
430
  {
423
431
  "name": "document",
424
432
  "set": "core"
@@ -471,6 +479,10 @@
471
479
  "name": "export",
472
480
  "set": "core"
473
481
  },
482
+ {
483
+ "name": "favicon",
484
+ "set": "core"
485
+ },
474
486
  {
475
487
  "name": "favorite",
476
488
  "set": "core"
@@ -571,6 +583,10 @@
571
583
  "name": "group",
572
584
  "set": "core"
573
585
  },
586
+ {
587
+ "name": "hand",
588
+ "set": "core"
589
+ },
574
590
  {
575
591
  "name": "help",
576
592
  "set": "core"
@@ -583,6 +599,10 @@
583
599
  "name": "info",
584
600
  "set": "core"
585
601
  },
602
+ {
603
+ "name": "introduction",
604
+ "set": "core"
605
+ },
586
606
  {
587
607
  "name": "language",
588
608
  "set": "core"
@@ -803,6 +823,10 @@
803
823
  "name": "position-off",
804
824
  "set": "core"
805
825
  },
826
+ {
827
+ "name": "precondition",
828
+ "set": "core"
829
+ },
806
830
  {
807
831
  "name": "previous",
808
832
  "set": "core"
@@ -967,6 +991,18 @@
967
991
  "name": "shot-mid",
968
992
  "set": "core"
969
993
  },
994
+ {
995
+ "name": "sort-down",
996
+ "set": "core"
997
+ },
998
+ {
999
+ "name": "sort-up",
1000
+ "set": "core"
1001
+ },
1002
+ {
1003
+ "name": "sortable",
1004
+ "set": "core"
1005
+ },
970
1006
  {
971
1007
  "name": "standby",
972
1008
  "set": "core"
@@ -991,6 +1027,10 @@
991
1027
  "name": "tile-menu",
992
1028
  "set": "core"
993
1029
  },
1030
+ {
1031
+ "name": "toolbox",
1032
+ "set": "core"
1033
+ },
994
1034
  {
995
1035
  "name": "training",
996
1036
  "set": "core"
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-ad5b8bc8-e2e5-4808-896c-75f33f935102" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21,9h-1V2h-2.12l-6.44,5h-7.44c-1.1,0-2,.9-2,2v4c0,1.1.9,2,2,2h2.39c0,.1.01.21.05.32l1.33,5c.14.41.52.68.95.68h.89c.68,0,1.16-.67.95-1.32l-1.25-4.68h2.13l6.44,5h2.12v-7h1c.55,0,1-.45,1-1v-2c0-.55-.45-1-1-1Zm-10,4h-7v-4h7v4Zm7,4.56l-6-4.56v-4l6-4.56v13.13Zm3-5.56h-1v-2h1v2Z" style="fill:#f0f;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-9a4ce407-926e-4356-83fe-fbad8f4321fc" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m15.94,14.98L22,2l-12.98,6.06c-.43.2-.77.54-.97.97L2,22l12.98-6.06c.43-.2.77-.54.97-.97Zm-9.8,2.88l3.73-7.99h0s4.26,4.26,4.26,4.26h0s-7.99,3.73-7.99,3.73Z" style="fill:#f0f;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-cba0a07f-0769-4ac5-98be-7aead2580b98" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12" style="fill:#002766;"/><path d="m6.56,3.1v1.87h5.74c.67,0,1,.13,1.33.47.27.33.27.47.27,1.67v9.6c0,1.8-.34,2.13-1.93,2.13h-1.6V6.84h-3.8v14.07h7.07c1.67,0,2.14-.13,2.93-.93.73-.73.87-1.27.87-3.33V6.57c0-1.27-.13-1.73-.67-2.4-.67-.73-1.54-1.07-2.74-1.07h-7.47Z" style="fill:#fff;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-a9a02efd-78eb-4282-b613-c05b16fd121f" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.95,5.05c-.21-1.16-1.23-2.05-2.45-2.05,0,0,0,0-.01,0-.46-.6-1.17-1-1.99-1s-1.53.4-1.99,1h-.01c-1.38-.14-2.5.87-2.5,2.25v7.37l-1.74-.65c-.12-.04-.23-.07-.35-.1-.04,0-.08,0-.11-.01-.08-.01-.15-.02-.23-.02-.01,0-.02,0-.03,0-.02,0-.03,0-.05,0-.16,0-.31.02-.46.06,0,0-.01,0-.02,0-.15.04-.29.11-.42.18-.02.01-.04.02-.07.04-.13.08-.24.17-.35.27-.02.02-.04.04-.06.06-.1.11-.2.22-.28.35,0,.01-.01.02-.02.04-.07.13-.13.26-.18.4,0,.02-.01.03-.02.05-.04.14-.06.29-.07.44,0,.03,0,.06,0,.09,0,.15.01.31.05.46,0,.03.02.05.02.08.05.16.11.33.2.48l2.43,4.17c1.08,1.84,3.05,2.98,5.18,2.98h1.55c3.31,0,6-2.69,6-6V7.5c0-1.22-.88-2.24-2.05-2.45Zm.05,6.95v4c0,2.21-1.79,4-4,4h-1.53c-1.42,0-2.74-.76-3.46-1.98l-2.43-4.16,1.71.64c1.31.49,2.7-.48,2.7-1.87v-7.12c0-.28.22-.5.5-.5s.5.22.5.5v6.5h1v-7.5c0-.28.22-.5.5-.5s.5.22.5.5v7.5h1v-6.5c0-.28.22-.5.5-.5s.5.22.5.5v6.5h1v-4.5c0-.28.22-.5.5-.5s.5.22.5.5v4.5Z" style="fill:#f0f;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-5a162bd0-3aff-413a-9f16-38843dde4532" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13,3h-2v1H3c-.55,0-1,.45-1,1v1h1v10c0,1.1.9,2,2,2h6v3h-3v1h8v-1h-3v-3h6c1.1,0,2-.9,2-2V6h1v-1c0-.55-.45-1-1-1h-8v-1h0Zm-8,13V6h14v10H5Zm13-9H6v1h12v-1h0Zm0,2h-6v1h6v-1h0Zm-7,0h-5v5h5v-5h0Zm-4,4v-3h3v3h-3Zm11-2h-6v1h6v-1h0Zm0,2h-6v1h6v-1h0Z" style="fill:#f0f;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-c2547d9b-783a-47b3-b8d8-899003b9d084" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m10,6v2h-2v-2h2m0-1h-2c-.55,0-1,.45-1,1v2c0,.55.45,1,1,1h2c.55,0,1-.45,1-1v-2c0-.55-.45-1-1-1h0Zm0,6v2h-2v-2h2m0-1h-2c-.55,0-1,.45-1,1v2c0,.55.45,1,1,1h2c.55,0,1-.45,1-1v-2c0-.55-.45-1-1-1h0Zm0,6v2h-2v-2h2m0-1h-2c-.55,0-1,.45-1,1v2c0,.55.45,1,1,1h2c.55,0,1-.45,1-1v-2c0-.55-.45-1-1-1h0Zm8-11v16H6V4h12m0-2H6c-1.1,0-2,.9-2,2v16c0,1.1.9,2,2,2h12c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h0Z" style="fill:#f0f;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-5d9bae98-a89b-467e-9a43-da93aadd2b11" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="8 16 12 20 16 16 13 16 13 4 11 4 11 16 8 16" style="fill:#f0f;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-67f6ec73-bd47-4779-913c-9fe95eadaeeb" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polygon points="16 8 12 4 8 8 11 8 11 20 13 20 13 8 16 8" style="fill:#f0f;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-3160713b-1f46-435e-bdfa-1d5b0f7f3017" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21,8H3v-2h18v2Zm-6,3H3v2h12v-2Zm-6,5H3v2h6v-2Z" style="fill:#f0f;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-6e1f67e1-70de-4978-9e56-8e2bff8e19b8" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m20,5h-5v-.5c0-.83-.67-1.5-1.5-1.5h-3c-.83,0-1.5.67-1.5,1.5v.5h-5c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2h16c1.1,0,2-.9,2-2V7c0-1.1-.9-2-2-2Zm-10-.5c0-.28.22-.5.5-.5h3c.28,0,.5.22.5.5v.5h-4v-.5Zm-6,2.5h16v4s-6,0-6,0v1.5c0,.28-.22.5-.5.5h-3c-.28,0-.5-.22-.5-.5v-1.5h-6v-4Zm0,11v-6h5v.5c0,.83.67,1.5,1.5,1.5h3c.83,0,1.5-.67,1.5-1.5v-.5h5v6s-16,0-16,0Zm9-6h-2v-1h2v1Z" style="fill:#f0f;"/></svg>
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 1.9.1</title>
5
+ <title>@odx/icons 2.0.0</title>
6
6
  <link rel="stylesheet" type="text/css" href="medical-icons.css" media="screen" />
7
7
  <style>
8
8
  * {
@@ -126,11 +126,11 @@
126
126
  />
127
127
  </svg>
128
128
  <h1 class="page-title">
129
- @odx/icons 1.9.1
129
+ @odx/icons 2.0.0
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
133
- Iconset: <strong>medical</strong> (1 icons)
133
+ Iconset: <strong>medical</strong> (4 icons)
134
134
  </div>
135
135
  </header>
136
136
  <main class="icons" id="icons">
@@ -141,6 +141,27 @@
141
141
  <span class="icon-name">placeholder</span>
142
142
  <span class="icon-alias">
143
143
  </div>
144
+ <div class="icons__item">
145
+ <i class="odx-icon" data-icon-set="medical" data-icon-name="stethoscope">
146
+ <span></span>
147
+ </i>
148
+ <span class="icon-name">stethoscope</span>
149
+ <span class="icon-alias">
150
+ </div>
151
+ <div class="icons__item">
152
+ <i class="odx-icon" data-icon-set="medical" data-icon-name="test-setup">
153
+ <span></span>
154
+ </i>
155
+ <span class="icon-name">test-setup</span>
156
+ <span class="icon-alias">
157
+ </div>
158
+ <div class="icons__item">
159
+ <i class="odx-icon" data-icon-set="medical" data-icon-name="vapor">
160
+ <span></span>
161
+ </i>
162
+ <span class="icon-name">vapor</span>
163
+ <span class="icon-alias">
164
+ </div>
144
165
  </main>
145
166
  <script>
146
167
  let currentMessage, timeout;
@@ -1,3 +1,6 @@
1
1
  $glyphs: (
2
- placeholder: "\f101"
2
+ placeholder: "\f101",
3
+ stethoscope: "\f102",
4
+ test-setup: "\f103",
5
+ vapor: "\f104"
3
6
  );
@@ -48,4 +48,13 @@
48
48
 
49
49
  [data-icon-set=medical][data-icon-name=placeholder]::before {
50
50
  content: "\f101";
51
+ }
52
+ [data-icon-set=medical][data-icon-name=stethoscope]::before {
53
+ content: "\f102";
54
+ }
55
+ [data-icon-set=medical][data-icon-name=test-setup]::before {
56
+ content: "\f103";
57
+ }
58
+ [data-icon-set=medical][data-icon-name=vapor]::before {
59
+ content: "\f104";
51
60
  }
Binary file
@@ -56,4 +56,13 @@
56
56
  &[data-icon-name="placeholder"]::before {
57
57
  content: utils.get-icon-glyph("placeholder");
58
58
  }
59
+ &[data-icon-name="stethoscope"]::before {
60
+ content: utils.get-icon-glyph("stethoscope");
61
+ }
62
+ &[data-icon-name="test-setup"]::before {
63
+ content: utils.get-icon-glyph("test-setup");
64
+ }
65
+ &[data-icon-name="vapor"]::before {
66
+ content: utils.get-icon-glyph("vapor");
67
+ }
59
68
  }
Binary file
Binary file
Binary file
@@ -2,5 +2,17 @@
2
2
  {
3
3
  "name": "placeholder",
4
4
  "set": "medical"
5
+ },
6
+ {
7
+ "name": "stethoscope",
8
+ "set": "medical"
9
+ },
10
+ {
11
+ "name": "test-setup",
12
+ "set": "medical"
13
+ },
14
+ {
15
+ "name": "vapor",
16
+ "set": "medical"
5
17
  }
6
18
  ]
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-5e353ec1-ceb7-4548-8c6b-d9134fcd4a5d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19,11c-1.32,0-2.42.86-2.83,2.04-1.95.19-3.49,1.88-3.49,3.96v1c0,1.1-.83,2-1.84,2s-1.84-.9-1.84-2v-3.11c2.83-.6,5-3.68,5-7.39V3.07c0-.54-.43-.98-.97-1l-2.22-.07h-.03c-.54,0-.98.43-1,.97-.02.55.42,1.01.97,1.03l1.25.04v3.46c0,3.03-1.79,5.5-4,5.5s-4-2.47-4-5.5v-3.5h1.22c.55,0,1-.45,1-1s-.45-1-1-1h-2.22c-.55,0-1,.45-1,1v4.5c0,3.71,2.17,6.79,5,7.39v3.11c0,2.21,1.72,4,3.84,4s3.84-1.79,3.84-4v-1c0-.98.65-1.79,1.51-1.96.42,1.14,1.52,1.96,2.8,1.96,1.65,0,3-1.35,3-3s-1.35-3-3-3Zm0,4c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1Z" style="fill:#f0f;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-71435cc5-4a8b-476d-99dd-aa528c231d1a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21,3c-1.66,0-3,1.34-3,3v1h-2v-1c0-1.66-1.34-3-3-3h-2c-1.66,0-3,1.34-3,3v1h-1V2h-1v5h-2v2h1v2.61c-1.78.91-3,2.76-3,4.89,0,3.04,2.46,5.5,5.5,5.5s5.5-2.46,5.5-5.5c0-2.14-1.22-3.98-3-4.89v-2.61h1v-2h-2v-1c0-1.1.9-2,2-2h2c1.1,0,2,.9,2,2v1h-2v2h1v10c0,1.66,1.34,3,3,3s3-1.34,3-3v-10h1v-2h-2v-1c0-1.1.9-2,2-2h1v-1h-1Zm-11.91,10.39c1.18.6,1.91,1.8,1.91,3.11,0,1.93-1.57,3.5-3.5,3.5s-3.5-1.57-3.5-3.5c0-1.32.73-2.51,1.91-3.11l1.09-.56v-3.83h1v3.83l1.09.56Zm8.91,5.61c0,.55-.45,1-1,1s-1-.45-1-1v-10h2v10Z" style="fill:#f0f;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-a648013b-7c0e-448e-bbca-d6e82e4ab269" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.86,7.45l-1.68-4.19c-.3-.76-1.03-1.26-1.86-1.26h-6.65c-.82,0-1.55.49-1.86,1.26l-1.68,4.19c-.09.24-.14.49-.14.74v11.81c0,1.1.9,2,2,2h10c1.1,0,2-.9,2-2v-11.81c0-.25-.05-.5-.14-.74Zm-1.93.55H7.08l.8-2h8.25l.8,2Zm-1.6-4l.4,1h-7.45l.4-1h6.65ZM7,14h1v3h-1v-3Zm0,6v-2h2v-5h-2v-4h10v-.81,11.81s-10,0-10,0Zm5-13l-1,1-1-1h2Zm0,3h-2l1-1,1,1Z" style="fill:#f0f;"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odx/icons",
3
- "version": "1.9.1",
3
+ "version": "2.0.0",
4
4
  "author": "Drägerwerk AG & Co. KGaA",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "publishConfig": {
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 1.9.1</title>
5
+ <title>@odx/icons 2.0.0</title>
6
6
  <link rel="stylesheet" type="text/css" href="safety-icons.css" media="screen" />
7
7
  <style>
8
8
  * {
@@ -126,11 +126,11 @@
126
126
  />
127
127
  </svg>
128
128
  <h1 class="page-title">
129
- @odx/icons 1.9.1
129
+ @odx/icons 2.0.0
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
133
- Iconset: <strong>safety</strong> (821 icons)
133
+ Iconset: <strong>safety</strong> (824 icons)
134
134
  </div>
135
135
  </header>
136
136
  <main class="icons" id="icons">
@@ -449,20 +449,6 @@
449
449
  <span class="icon-name">barcode-scan</span>
450
450
  <span class="icon-alias">
451
451
  </div>
452
- <div class="icons__item">
453
- <i class="odx-icon" data-icon-set="safety" data-icon-name="basestation-battery-low">
454
- <span></span>
455
- </i>
456
- <span class="icon-name">basestation-battery-low</span>
457
- <span class="icon-alias">
458
- </div>
459
- <div class="icons__item">
460
- <i class="odx-icon" data-icon-set="safety" data-icon-name="basestation-no-connection">
461
- <span></span>
462
- </i>
463
- <span class="icon-name">basestation-no-connection</span>
464
- <span class="icon-alias">
465
- </div>
466
452
  <div class="icons__item">
467
453
  <i class="odx-icon" data-icon-set="safety" data-icon-name="battery-1">
468
454
  <span></span>
@@ -1149,6 +1135,13 @@
1149
1135
  <span class="icon-name">device-ang</span>
1150
1136
  <span class="icon-alias">
1151
1137
  </div>
1138
+ <div class="icons__item">
1139
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="device-connection">
1140
+ <span></span>
1141
+ </i>
1142
+ <span class="icon-name">device-connection</span>
1143
+ <span class="icon-alias">
1144
+ </div>
1152
1145
  <div class="icons__item">
1153
1146
  <i class="odx-icon" data-icon-set="safety" data-icon-name="device-ct">
1154
1147
  <span></span>
@@ -1534,6 +1527,41 @@
1534
1527
  <span class="icon-name">feedback-warning</span>
1535
1528
  <span class="icon-alias">
1536
1529
  </div>
1530
+ <div class="icons__item">
1531
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="fg-hub">
1532
+ <span></span>
1533
+ </i>
1534
+ <span class="icon-name">fg-hub</span>
1535
+ <span class="icon-alias">
1536
+ </div>
1537
+ <div class="icons__item">
1538
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="fg-hub-battery-low">
1539
+ <span></span>
1540
+ </i>
1541
+ <span class="icon-name">fg-hub-battery-low</span>
1542
+ <span class="icon-alias">
1543
+ </div>
1544
+ <div class="icons__item">
1545
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="fg-hub-no-connection">
1546
+ <span></span>
1547
+ </i>
1548
+ <span class="icon-name">fg-hub-no-connection</span>
1549
+ <span class="icon-alias">
1550
+ </div>
1551
+ <div class="icons__item">
1552
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="fg-repeater">
1553
+ <span></span>
1554
+ </i>
1555
+ <span class="icon-name">fg-repeater</span>
1556
+ <span class="icon-alias">
1557
+ </div>
1558
+ <div class="icons__item">
1559
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="fg-repeater-battery-low">
1560
+ <span></span>
1561
+ </i>
1562
+ <span class="icon-name">fg-repeater-battery-low</span>
1563
+ <span class="icon-alias">
1564
+ </div>
1537
1565
  <div class="icons__item">
1538
1566
  <i class="odx-icon" data-icon-set="safety" data-icon-name="fire">
1539
1567
  <span></span>
@@ -3312,13 +3340,6 @@
3312
3340
  <span class="icon-name">reorganisation</span>
3313
3341
  <span class="icon-alias">
3314
3342
  </div>
3315
- <div class="icons__item">
3316
- <i class="odx-icon" data-icon-set="safety" data-icon-name="repeater-battery-low">
3317
- <span></span>
3318
- </i>
3319
- <span class="icon-name">repeater-battery-low</span>
3320
- <span class="icon-alias">
3321
- </div>
3322
3343
  <div class="icons__item">
3323
3344
  <i class="odx-icon" data-icon-set="safety" data-icon-name="resources">
3324
3345
  <span></span>
@@ -59,12 +59,6 @@ $glyphs: (
59
59
  articles-return: "\ea4c",
60
60
  assemble: "\f105",
61
61
  barcode-scan: "\ea4f",
62
- basestation-battery-low: "\f16e",
63
- basestation-battery-low-part1: "\f16c",
64
- basestation-battery-low-part2: "\f16d",
65
- basestation-no-connection: "\f16f",
66
- basestation-no-connection-part1: "\f170",
67
- basestation-no-connection-part2: "\f114",
68
62
  battery-1: "\ea56",
69
63
  battery-2: "\ea58",
70
64
  battery-3: "\ea5a",
@@ -194,6 +188,7 @@ $glyphs: (
194
188
  deletion-successful-part2: "\f126",
195
189
  device: "\eafd",
196
190
  device-ang: "\eafe",
191
+ device-connection: "\f15f",
197
192
  device-ct: "\eaff",
198
193
  device-inspection: "\eb00",
199
194
  device-module: "\eb01",
@@ -293,6 +288,17 @@ $glyphs: (
293
288
  feedback-warning-tamper-part2: "\f118",
294
289
  feedback-warning: "\f1cd",
295
290
  feedback-warning-part1: "\f1ce",
291
+ fg-hub: "\f175",
292
+ fg-hub-battery-low: "\f171",
293
+ fg-hub-battery-low-part1: "\f160",
294
+ fg-hub-battery-low-part2: "\f16b",
295
+ fg-hub-no-connection: "\f172",
296
+ fg-hub-no-connection-part1: "\f173",
297
+ fg-hub-no-connection-part2: "\f174",
298
+ fg-repeater: "\f179",
299
+ fg-repeater-battery-low: "\f178",
300
+ fg-repeater-battery-low-part1: "\f176",
301
+ fg-repeater-battery-low-part2: "\f177",
296
302
  fire: "\eb64",
297
303
  firefighter-arrived: "\f1df",
298
304
  firefighter-arrived-part1: "\f1e0",
@@ -609,9 +615,6 @@ $glyphs: (
609
615
  remote-transmission: "\f134",
610
616
  remove: "\f11c",
611
617
  reorganisation: "\ecc2",
612
- repeater-battery-low: "\f243",
613
- repeater-battery-low-part1: "\f241",
614
- repeater-battery-low-part2: "\f242",
615
618
  resources: "\ecc8",
616
619
  rfid: "\ecc9",
617
620
  rise-time-error: "\ecca",
@@ -246,28 +246,6 @@
246
246
  [data-icon-set=safety][data-icon-name=barcode-scan]::before {
247
247
  content: "\ea4f";
248
248
  }
249
- [data-icon-set=safety][data-icon-name=basestation-battery-low]::before {
250
- content: "\f16e";
251
- }
252
- [data-icon-set=safety][data-icon-name=basestation-battery-low]::after {
253
- content: "\f16c";
254
- color: #F30303;
255
- }
256
- [data-icon-set=safety][data-icon-name=basestation-battery-low] span::before {
257
- content: "\f16d";
258
- color: #FFF;
259
- }
260
- [data-icon-set=safety][data-icon-name=basestation-no-connection]::before {
261
- content: "\f16f";
262
- color: #FFE300;
263
- }
264
- [data-icon-set=safety][data-icon-name=basestation-no-connection]::after {
265
- content: "\f170";
266
- color: #002766;
267
- }
268
- [data-icon-set=safety][data-icon-name=basestation-no-connection] span::before {
269
- content: "\f114";
270
- }
271
249
  [data-icon-set=safety][data-icon-name=battery-1]::before {
272
250
  content: "\ea56";
273
251
  }
@@ -687,6 +665,9 @@
687
665
  [data-icon-set=safety][data-icon-name=device-ang]::before {
688
666
  content: "\eafe";
689
667
  }
668
+ [data-icon-set=safety][data-icon-name=device-connection]::before {
669
+ content: "\f15f";
670
+ }
690
671
  [data-icon-set=safety][data-icon-name=device-ct]::before {
691
672
  content: "\eaff";
692
673
  }
@@ -1037,6 +1018,45 @@
1037
1018
  content: "\f1ce";
1038
1019
  color: #002766;
1039
1020
  }
1021
+ [data-icon-set=safety][data-icon-name=fg-hub]::before {
1022
+ content: "\f175";
1023
+ }
1024
+ [data-icon-set=safety][data-icon-name=fg-hub-battery-low]::before {
1025
+ content: "\f171";
1026
+ }
1027
+ [data-icon-set=safety][data-icon-name=fg-hub-battery-low]::after {
1028
+ content: "\f160";
1029
+ color: #F30303;
1030
+ }
1031
+ [data-icon-set=safety][data-icon-name=fg-hub-battery-low] span::before {
1032
+ content: "\f16b";
1033
+ color: #FFF;
1034
+ }
1035
+ [data-icon-set=safety][data-icon-name=fg-hub-no-connection]::before {
1036
+ content: "\f172";
1037
+ color: #FFE300;
1038
+ }
1039
+ [data-icon-set=safety][data-icon-name=fg-hub-no-connection]::after {
1040
+ content: "\f173";
1041
+ color: #002766;
1042
+ }
1043
+ [data-icon-set=safety][data-icon-name=fg-hub-no-connection] span::before {
1044
+ content: "\f174";
1045
+ }
1046
+ [data-icon-set=safety][data-icon-name=fg-repeater]::before {
1047
+ content: "\f179";
1048
+ }
1049
+ [data-icon-set=safety][data-icon-name=fg-repeater-battery-low]::before {
1050
+ content: "\f178";
1051
+ }
1052
+ [data-icon-set=safety][data-icon-name=fg-repeater-battery-low]::after {
1053
+ content: "\f176";
1054
+ color: #F30303;
1055
+ }
1056
+ [data-icon-set=safety][data-icon-name=fg-repeater-battery-low] span::before {
1057
+ content: "\f177";
1058
+ color: #FFF;
1059
+ }
1040
1060
  [data-icon-set=safety][data-icon-name=fire]::before {
1041
1061
  content: "\eb64";
1042
1062
  }
@@ -2049,17 +2069,6 @@
2049
2069
  [data-icon-set=safety][data-icon-name=reorganisation]::before {
2050
2070
  content: "\ecc2";
2051
2071
  }
2052
- [data-icon-set=safety][data-icon-name=repeater-battery-low]::before {
2053
- content: "\f243";
2054
- }
2055
- [data-icon-set=safety][data-icon-name=repeater-battery-low]::after {
2056
- content: "\f241";
2057
- color: #F30303;
2058
- }
2059
- [data-icon-set=safety][data-icon-name=repeater-battery-low] span::before {
2060
- content: "\f242";
2061
- color: #FFF;
2062
- }
2063
2072
  [data-icon-set=safety][data-icon-name=resources]::before {
2064
2073
  content: "\ecc8";
2065
2074
  }
Binary file
@@ -253,28 +253,6 @@
253
253
  &[data-icon-name="barcode-scan"]::before {
254
254
  content: utils.get-icon-glyph("barcode-scan");
255
255
  }
256
- &[data-icon-name="basestation-battery-low"]::before {
257
- content: utils.get-icon-glyph("basestation-battery-low");
258
- }
259
- &[data-icon-name="basestation-battery-low"]::after {
260
- content: utils.get-icon-glyph("basestation-battery-low-part1");
261
- color: #F30303;
262
- }
263
- &[data-icon-name="basestation-battery-low"] span::before {
264
- content: utils.get-icon-glyph("basestation-battery-low-part2");
265
- color: #FFF;
266
- }
267
- &[data-icon-name="basestation-no-connection"]::before {
268
- content: utils.get-icon-glyph("basestation-no-connection");
269
- color: #FFE300;
270
- }
271
- &[data-icon-name="basestation-no-connection"]::after {
272
- content: utils.get-icon-glyph("basestation-no-connection-part1");
273
- color: #002766;
274
- }
275
- &[data-icon-name="basestation-no-connection"] span::before {
276
- content: utils.get-icon-glyph("basestation-no-connection-part2");
277
- }
278
256
  &[data-icon-name="battery-1"]::before {
279
257
  content: utils.get-icon-glyph("battery-1");
280
258
  }
@@ -694,6 +672,9 @@
694
672
  &[data-icon-name="device-ang"]::before {
695
673
  content: utils.get-icon-glyph("device-ang");
696
674
  }
675
+ &[data-icon-name="device-connection"]::before {
676
+ content: utils.get-icon-glyph("device-connection");
677
+ }
697
678
  &[data-icon-name="device-ct"]::before {
698
679
  content: utils.get-icon-glyph("device-ct");
699
680
  }
@@ -1044,6 +1025,45 @@
1044
1025
  content: utils.get-icon-glyph("feedback-warning-part1");
1045
1026
  color: #002766;
1046
1027
  }
1028
+ &[data-icon-name="fg-hub"]::before {
1029
+ content: utils.get-icon-glyph("fg-hub");
1030
+ }
1031
+ &[data-icon-name="fg-hub-battery-low"]::before {
1032
+ content: utils.get-icon-glyph("fg-hub-battery-low");
1033
+ }
1034
+ &[data-icon-name="fg-hub-battery-low"]::after {
1035
+ content: utils.get-icon-glyph("fg-hub-battery-low-part1");
1036
+ color: #F30303;
1037
+ }
1038
+ &[data-icon-name="fg-hub-battery-low"] span::before {
1039
+ content: utils.get-icon-glyph("fg-hub-battery-low-part2");
1040
+ color: #FFF;
1041
+ }
1042
+ &[data-icon-name="fg-hub-no-connection"]::before {
1043
+ content: utils.get-icon-glyph("fg-hub-no-connection");
1044
+ color: #FFE300;
1045
+ }
1046
+ &[data-icon-name="fg-hub-no-connection"]::after {
1047
+ content: utils.get-icon-glyph("fg-hub-no-connection-part1");
1048
+ color: #002766;
1049
+ }
1050
+ &[data-icon-name="fg-hub-no-connection"] span::before {
1051
+ content: utils.get-icon-glyph("fg-hub-no-connection-part2");
1052
+ }
1053
+ &[data-icon-name="fg-repeater"]::before {
1054
+ content: utils.get-icon-glyph("fg-repeater");
1055
+ }
1056
+ &[data-icon-name="fg-repeater-battery-low"]::before {
1057
+ content: utils.get-icon-glyph("fg-repeater-battery-low");
1058
+ }
1059
+ &[data-icon-name="fg-repeater-battery-low"]::after {
1060
+ content: utils.get-icon-glyph("fg-repeater-battery-low-part1");
1061
+ color: #F30303;
1062
+ }
1063
+ &[data-icon-name="fg-repeater-battery-low"] span::before {
1064
+ content: utils.get-icon-glyph("fg-repeater-battery-low-part2");
1065
+ color: #FFF;
1066
+ }
1047
1067
  &[data-icon-name="fire"]::before {
1048
1068
  content: utils.get-icon-glyph("fire");
1049
1069
  }
@@ -2056,17 +2076,6 @@
2056
2076
  &[data-icon-name="reorganisation"]::before {
2057
2077
  content: utils.get-icon-glyph("reorganisation");
2058
2078
  }
2059
- &[data-icon-name="repeater-battery-low"]::before {
2060
- content: utils.get-icon-glyph("repeater-battery-low");
2061
- }
2062
- &[data-icon-name="repeater-battery-low"]::after {
2063
- content: utils.get-icon-glyph("repeater-battery-low-part1");
2064
- color: #F30303;
2065
- }
2066
- &[data-icon-name="repeater-battery-low"] span::before {
2067
- content: utils.get-icon-glyph("repeater-battery-low-part2");
2068
- color: #FFF;
2069
- }
2070
2079
  &[data-icon-name="resources"]::before {
2071
2080
  content: utils.get-icon-glyph("resources");
2072
2081
  }
Binary file
Binary file
Binary file
@@ -179,14 +179,6 @@
179
179
  "name": "barcode-scan",
180
180
  "set": "safety"
181
181
  },
182
- {
183
- "name": "basestation-battery-low",
184
- "set": "safety"
185
- },
186
- {
187
- "name": "basestation-no-connection",
188
- "set": "safety"
189
- },
190
182
  {
191
183
  "name": "battery-1",
192
184
  "set": "safety"
@@ -579,6 +571,10 @@
579
571
  "name": "device-ang",
580
572
  "set": "safety"
581
573
  },
574
+ {
575
+ "name": "device-connection",
576
+ "set": "safety"
577
+ },
582
578
  {
583
579
  "name": "device-ct",
584
580
  "set": "safety"
@@ -799,6 +795,26 @@
799
795
  "name": "feedback-warning",
800
796
  "set": "safety"
801
797
  },
798
+ {
799
+ "name": "fg-hub",
800
+ "set": "safety"
801
+ },
802
+ {
803
+ "name": "fg-hub-battery-low",
804
+ "set": "safety"
805
+ },
806
+ {
807
+ "name": "fg-hub-no-connection",
808
+ "set": "safety"
809
+ },
810
+ {
811
+ "name": "fg-repeater",
812
+ "set": "safety"
813
+ },
814
+ {
815
+ "name": "fg-repeater-battery-low",
816
+ "set": "safety"
817
+ },
802
818
  {
803
819
  "name": "fire",
804
820
  "set": "safety"
@@ -1815,10 +1831,6 @@
1815
1831
  "name": "reorganisation",
1816
1832
  "set": "safety"
1817
1833
  },
1818
- {
1819
- "name": "repeater-battery-low",
1820
- "set": "safety"
1821
- },
1822
1834
  {
1823
1835
  "name": "resources",
1824
1836
  "set": "safety"
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-1e3a6b76-fccc-488a-86d2-21173f916908" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m9,28h-2c0-1.65-1.35-3-3-3v-2c2.76,0,5,2.24,5,5Zm-5-8v2c3.31,0,6,2.69,6,6h2c0-4.41-3.59-8-8-8Zm0-3v2c4.96,0,9,4.04,9,9h2c0-6.07-4.93-11-11-11Zm24,2.22v7.78h-12v-7.78c0-1.02.76-1.88,1.78-1.99.98-.11,1.99-.16,3.02-.2l.14-1.35c-.56-.35-.93-.98-.93-1.69,0-.42-.5-2.25-.5-3,0-1.38,1.12-2.5,2.5-2.5s2.5,1.12,2.5,2.5c0,.75-.5,2.58-.5,3,0,.71-.37,1.33-.93,1.69l.14,1.35c1.03.03,2.04.09,3.02.2,1.01.11,1.78.97,1.78,1.99h0Zm-7-5.22c0,.55.45,1,1,1s1-.45,1-1-.45-1-1-1-1,.45-1,1Zm4,6.08c0-.52-.39-.96-.91-1-.68-.05-1.38-.08-2.09-.08s-1.41.03-2.09.08c-.52.04-.91.48-.91,1v4.92h6v-4.92Zm-5-12.99v-3.09h-1.12l-.72,2.61,1.23.25c.22.04.42.13.61.23h0Zm-4.24,9.91h-7.53c-.15,0-.31-.04-.45-.11l-3.24-1.62c-.34-.17-.55-.52-.55-.89v-5.56c0-.48.34-.89.8-.98l4.2-.84,1,1h4l1-1,4.2.84c.27.05.49.22.63.44-.8.64-1.33,1.62-1.33,2.72,0,.49.13,1.17.32,2.08.07.34.17.81.18.93,0,.47.12.91.33,1.32l-1.89.95c-.52.1-.98.32-1.37.65-.1.03-.2.07-.31.07h0Zm-.9-2.31l1.61-2.55c.12-.19.34-.31.57-.31h.96v-2.18c0-.29-.21-.54-.5-.61l-1.5-.37-1.19,3.97c-.08.27-.34.46-.64.46h-4.33c-.3,0-.56-.19-.64-.46l-1.2-3.97-1.5.37c-.29.07-.5.32-.5.61v2.18h.96c.23,0,.45.12.57.31l1.61,2.55c.12.19.34.31.57.31h4.58c.23,0,.45-.12.57-.31h0ZM5.84,6.61l-.72-2.61h-1.12v3.09c.19-.11.39-.19.61-.23,0,0,1.23-.25,1.23-.25Zm16.16,14.39c-.55,0-1,.45-1,1s.45,1,1,1,1-.45,1-1-.45-1-1-1Zm-1,2c-.55,0-1,.45-1,1s.45,1,1,1,1-.45,1-1-.45-1-1-1Z" style="fill:#f0f;"/></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-52d4189e-e2fc-4d08-b3a6-585aaa141212" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m5,5h-1v5.52c.43-.39.97-.67,1.58-.76l.21-.03-.79-4.73Zm22,0l-.68,4.75h.1c.61.1,1.15.38,1.58.77v-5.52h-1Zm-.72,5.75l-5.28-.75-1,1h-8l-1-1-5.28.75c-.99.15-1.72.99-1.72,1.98v7.2c0,.67.33,1.29.89,1.66l4.1,2.74c.66.44,1.43.67,2.22.67h4.43c-.09-.48-.14-.99-.14-1.5s.05-1.02.14-1.5h-3.07c-.36,0-.68-.18-.86-.49l-2.44-4.06c-.17-.28-.47-.46-.8-.48l-1.47-.08v-3.34c0-.45.31-.85.75-.97l2.25-.58,1.79,6.27c.13.43.52.73.96.73h4.14c.95-1.41,2.35-2.49,3.98-3.05l1.13-3.95,2.2.44c.46.1.8.51.8.98v2.22c1.1.21,2.12.64,3,1.25v-4.16c0-.99-.73-1.83-1.72-1.98Zm-8.68,6.25h-.76v-1.68h-1.68v1.68h-.76v-4h.76v1.68h1.68v-1.68h.76v4Z" style="fill:#f0f;"/><g><circle cx="23.5" cy="23.5" r="6.5" style="fill:#f30303;"/><path d="m27,22v-1h-8v3c0,1.1.9,2,2,2h6v-1h1v-3h-1Zm-1,3h-5c-.55,0-1-.45-1-1v-2h6v3Z" style="fill:#fff;"/></g></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-b0c85a5d-4b52-43ea-bed0-bdbca79efe2f" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m5,5h-1v5.52c.43-.39.97-.67,1.58-.76l.21-.03-.79-4.73Zm22,0l-.68,4.75h.1c.61.1,1.15.38,1.58.77v-5.52h-1Zm-.72,5.75l-5.28-.75-1,1h-8l-1-1-5.28.75c-.99.15-1.72.99-1.72,1.98v7.2c0,.67.33,1.29.89,1.66l4.1,2.74c.66.44,1.43.67,2.22.67h4.43c-.09-.48-.14-.99-.14-1.5s.05-1.02.14-1.5h-3.07c-.36,0-.68-.18-.86-.49l-2.44-4.06c-.17-.28-.47-.46-.8-.48l-1.47-.08v-3.34c0-.45.31-.85.75-.97l2.25-.58,1.79,6.27c.13.43.52.73.96.73h4.14c.95-1.41,2.35-2.49,3.98-3.05l1.13-3.95,2.2.44c.46.1.8.51.8.98v2.22c1.1.21,2.12.64,3,1.25v-4.16c0-.99-.73-1.83-1.72-1.98Zm-8.68,6.25h-.76v-1.68h-1.68v1.68h-.76v-4h.76v1.68h1.68v-1.68h.76v4Z" style="fill:#f0f;"/><g><circle cx="23.5" cy="23.5" r="6.5" style="fill:#f30303;"/><path d="m27,22v-1h-8v3c0,1.1.9,2,2,2h6v-1h1v-3h-1Zm-1,3h-5c-.55,0-1-.45-1-1v-2h6v3Z" style="fill:#fff;"/></g></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-1f43a55c-86f1-4ae0-aaaa-099d1099c5de" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle cx="23.5" cy="23.5" r="6.5" style="fill:#ffe300;"/><path d="m25.93,22.57l-.77.77c.58.22,1.09.55,1.52.98l-1.06,1.06c-.44-.44-1.02-.75-1.66-.84l-1.05,1.05c.18-.06.38-.09.59-.09.55,0,1.05.22,1.41.59l-.7.7c-.39.39-1.03.39-1.42,0l-.54-.54-.75.75h-1.5l7-7v1.46c.53.29,1.02.66,1.45,1.09l-1.06,1.06c-.43-.42-.92-.77-1.46-1.04Zm-3.62.62c-.76.2-1.45.59-1.99,1.13l.43.43,1.56-1.56Zm1.19-1.19l1.35-1.35c-.44-.09-.89-.15-1.35-.15-1.93,0-3.68.79-4.95,2.05l1.06,1.06c1-1,2.37-1.61,3.89-1.61Z" style="fill:#002766;"/><path d="m5,5h-1v5.52c.43-.39.97-.67,1.58-.76l.21-.03-.79-4.73Zm22,0l-.68,4.75h.1c.61.1,1.15.38,1.58.77v-5.52h-1Zm-.72,5.75l-5.28-.75-1,1h-8l-1-1-5.28.75c-.99.15-1.72.99-1.72,1.98v7.2c0,.67.33,1.29.89,1.66l4.1,2.74c.66.44,1.43.67,2.22.67h4.43c-.09-.48-.14-.99-.14-1.5s.05-1.02.14-1.5h-3.07c-.36,0-.68-.18-.86-.49l-2.44-4.06c-.17-.28-.47-.46-.8-.48l-1.47-.08v-3.34c0-.45.31-.85.75-.97l2.25-.58,1.79,6.27c.13.43.52.73.96.73h4.14c.95-1.41,2.35-2.49,3.98-3.05l1.13-3.95,2.2.44c.46.1.8.51.8.98v2.22c1.1.21,2.12.64,3,1.25v-4.16c0-.99-.73-1.83-1.72-1.98Zm-8.68,6.25h-.76v-1.68h-1.68v1.68h-.76v-4h.76v1.68h1.68v-1.68h.76v4Z" style="fill:#f0f;"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-30d1cd9b-c1d5-44c2-a89a-132ab170de67" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><circle cx="23.5" cy="23.5" r="6.5" style="fill:#ffe300;"/><path d="m25.93,22.57l-.77.77c.58.22,1.09.55,1.52.98l-1.06,1.06c-.44-.44-1.02-.75-1.66-.84l-1.05,1.05c.18-.06.38-.09.59-.09.55,0,1.05.22,1.41.59l-.7.7c-.39.39-1.03.39-1.42,0l-.54-.54-.75.75h-1.5l7-7v1.46c.53.29,1.02.66,1.45,1.09l-1.06,1.06c-.43-.42-.92-.77-1.46-1.04Zm-3.62.62c-.76.2-1.45.59-1.99,1.13l.43.43,1.56-1.56Zm1.19-1.19l1.35-1.35c-.44-.09-.89-.15-1.35-.15-1.93,0-3.68.79-4.95,2.05l1.06,1.06c1-1,2.37-1.61,3.89-1.61Z" style="fill:#002766;"/><path d="m5,5h-1v5.52c.43-.39.97-.67,1.58-.76l.21-.03-.79-4.73Zm22,0l-.68,4.75h.1c.61.1,1.15.38,1.58.77v-5.52h-1Zm-.72,5.75l-5.28-.75-1,1h-8l-1-1-5.28.75c-.99.15-1.72.99-1.72,1.98v7.2c0,.67.33,1.29.89,1.66l4.1,2.74c.66.44,1.43.67,2.22.67h4.43c-.09-.48-.14-.99-.14-1.5s.05-1.02.14-1.5h-3.07c-.36,0-.68-.18-.86-.49l-2.44-4.06c-.17-.28-.47-.46-.8-.48l-1.47-.08v-3.34c0-.45.31-.85.75-.97l2.25-.58,1.79,6.27c.13.43.52.73.96.73h4.14c.95-1.41,2.35-2.49,3.98-3.05l1.13-3.95,2.2.44c.46.1.8.51.8.98v2.22c1.1.21,2.12.64,3,1.25v-4.16c0-.99-.73-1.83-1.72-1.98Zm-8.68,6.25h-.76v-1.68h-1.68v1.68h-.76v-4h.76v1.68h1.68v-1.68h.76v4Z" style="fill:#f0f;"/></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-264175b1-fce8-4786-a434-01b6019a6051" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m5.79,9.73l-.79-4.73h-1v5.52c.44-.4.99-.66,1.58-.75l.21-.03Z" style="fill:#f0f;"/><path d="m27,5l-.79,4.73.21.03c.59.09,1.14.35,1.58.75v-5.52h-1Z" style="fill:#f0f;"/><path d="m26.28,10.75l-5.28-.75-1,1h-8l-1-1-5.28.76c-.98.14-1.72.98-1.72,1.98v7.19c0,.67.33,1.29.89,1.66l4.1,2.73c.66.44,1.43.67,2.22.67h9.58c.79,0,1.56-.23,2.22-.67l4.1-2.73c.56-.37.89-1,.89-1.66v-7.19c0-1-.73-1.84-1.72-1.98Zm-11.88,2.25h.76v1.68h1.68v-1.68h.76v4h-.76v-1.68h-1.68v1.68h-.76v-4Zm10.6,4h-1.44c-.35,0-.68.18-.86.49l-2.41,4.03c-.18.3-.51.49-.86.49h-6.87c-.35,0-.68-.18-.86-.49l-2.41-4.03c-.18-.3-.51-.49-.86-.49h-1.44v-3.44c0-.46.31-.85.75-.97l2.25-.59,1.79,6.27c.12.43.52.73.96.73h6.49c.45,0,.84-.3.96-.73l1.79-6.27,2.25.59c.44.11.75.51.75.97v3.44Z" style="fill:#f0f;"/></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-791abdee-cb4c-4b71-9f9a-020711db361d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m26.32,9.75l.68-4.75h1v5.52c-.43-.39-.97-.67-1.58-.75h-.1Zm-20.53-.03l-.21.03c-.61.09-1.15.37-1.58.76v-5.52h1l.79,4.73Zm10.91,4.53c0,.09-.01.18-.04.25-.03.08-.07.14-.13.19-.05.05-.12.09-.21.12-.09.03-.19.04-.31.04h-.67v-1.22h.68c.13,0,.23.02.32.05.09.03.16.07.21.13.05.06.09.12.12.2.02.07.03.15.03.24Zm0,0c0,.09-.01.18-.04.25-.03.08-.07.14-.13.19-.05.05-.12.09-.21.12-.09.03-.19.04-.31.04h-.67v-1.22h.68c.13,0,.23.02.32.05.09.03.16.07.21.13.05.06.09.12.12.2.02.07.03.15.03.24Zm-.69.6h-.67v-1.22h.68c.13,0,.23.02.32.05.09.03.16.07.21.13.05.06.09.12.12.2.02.07.03.15.03.24s-.01.18-.04.25c-.03.08-.07.14-.13.19-.05.05-.12.09-.21.12-.09.03-.19.04-.31.04Zm11.99-2.13v4.16c-.89-.61-1.9-1.04-3-1.25v-2.22c0-.47-.34-.88-.8-.98l-2.2-.44-1.13,3.95c-1.63.56-3.03,1.64-3.98,3.05h-4.14c-.44,0-.83-.3-.96-.73l-1.79-6.27-3,.78v3.7c0,.26.1.51.29.7l4.42,4.52c.18.19.44.3.71.3h3.22c-.09.48-.14.99-.14,1.5s.05,1.02.14,1.5h-4.43c-.79,0-1.56-.23-2.22-.67l-4.1-2.74c-.56-.37-.89-.99-.89-1.66v-7.2c0-.99.73-1.83,1.72-1.98l5.28-.75,1,1h8l1-1,5.28.75c.99.15,1.72.99,1.72,1.98Zm-10.39,4.27l-.93-1.6c.12-.05.23-.11.32-.18.1-.07.18-.16.24-.25.07-.1.12-.21.16-.33.03-.12.05-.25.05-.4,0-.18-.03-.35-.09-.5-.05-.15-.14-.28-.26-.39s-.27-.2-.45-.26-.38-.09-.63-.09h-1.44v4h.76v-1.5h.58l.84,1.5h.85Z" style="fill:#f0f;"/><g><circle cx="23.5" cy="23.5" r="6.5" style="fill:#f30303;"/><path d="m27,22v-1h-8v3c0,1.1.9,2,2,2h6v-1h1v-3h-1Zm-1,3h-5c-.55,0-1-.45-1-1v-2h6v3Z" style="fill:#fff;"/></g></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-6611c380-23d7-429c-9965-7ae4a6c7aab1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m26.32,9.75l.68-4.75h1v5.52c-.43-.39-.97-.67-1.58-.75h-.1Zm-20.53-.03l-.21.03c-.61.09-1.15.37-1.58.76v-5.52h1l.79,4.73Zm10.91,4.53c0,.09-.01.18-.04.25-.03.08-.07.14-.13.19-.05.05-.12.09-.21.12-.09.03-.19.04-.31.04h-.67v-1.22h.68c.13,0,.23.02.32.05.09.03.16.07.21.13.05.06.09.12.12.2.02.07.03.15.03.24Zm0,0c0,.09-.01.18-.04.25-.03.08-.07.14-.13.19-.05.05-.12.09-.21.12-.09.03-.19.04-.31.04h-.67v-1.22h.68c.13,0,.23.02.32.05.09.03.16.07.21.13.05.06.09.12.12.2.02.07.03.15.03.24Zm-.69.6h-.67v-1.22h.68c.13,0,.23.02.32.05.09.03.16.07.21.13.05.06.09.12.12.2.02.07.03.15.03.24s-.01.18-.04.25c-.03.08-.07.14-.13.19-.05.05-.12.09-.21.12-.09.03-.19.04-.31.04Zm11.99-2.13v4.16c-.89-.61-1.9-1.04-3-1.25v-2.22c0-.47-.34-.88-.8-.98l-2.2-.44-1.13,3.95c-1.63.56-3.03,1.64-3.98,3.05h-4.14c-.44,0-.83-.3-.96-.73l-1.79-6.27-3,.78v3.7c0,.26.1.51.29.7l4.42,4.52c.18.19.44.3.71.3h3.22c-.09.48-.14.99-.14,1.5s.05,1.02.14,1.5h-4.43c-.79,0-1.56-.23-2.22-.67l-4.1-2.74c-.56-.37-.89-.99-.89-1.66v-7.2c0-.99.73-1.83,1.72-1.98l5.28-.75,1,1h8l1-1,5.28.75c.99.15,1.72.99,1.72,1.98Zm-10.39,4.27l-.93-1.6c.12-.05.23-.11.32-.18.1-.07.18-.16.24-.25.07-.1.12-.21.16-.33.03-.12.05-.25.05-.4,0-.18-.03-.35-.09-.5-.05-.15-.14-.28-.26-.39s-.27-.2-.45-.26-.38-.09-.63-.09h-1.44v4h.76v-1.5h.58l.84,1.5h.85Z" style="fill:#f0f;"/><g><circle cx="23.5" cy="23.5" r="6.5" style="fill:#f30303;"/><path d="m27,22v-1h-8v3c0,1.1.9,2,2,2h6v-1h1v-3h-1Zm-1,3h-5c-.55,0-1-.45-1-1v-2h6v3Z" style="fill:#fff;"/></g></svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-f229a2a1-58ae-4edf-9a7e-2f74d1a718a2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m5.79,9.73l-.79-4.73h-1v5.52c.44-.4.99-.66,1.58-.75l.21-.03Z" style="fill:#f0f;"/><path d="m27,5l-.79,4.73.21.03c.59.09,1.14.35,1.58.75v-5.52h-1Z" style="fill:#f0f;"/><path d="m16.32,14.82c.08-.02.15-.06.21-.12.06-.05.1-.11.13-.19.03-.08.04-.16.04-.25,0-.08,0-.16-.03-.24-.03-.07-.07-.14-.12-.2-.06-.06-.13-.11-.21-.13-.1-.03-.21-.05-.32-.05h-.68v1.22h.67c.1,0,.21-.01.31-.04Z" style="fill:#f0f;"/><path d="m26.28,10.75l-5.28-.75-1,1h-8l-1-1-5.28.76c-.98.14-1.72.98-1.72,1.98v7.19c0,.67.33,1.29.89,1.66l4.1,2.73c.66.44,1.43.67,2.22.67h9.58c.79,0,1.56-.23,2.22-.67l4.1-2.73c.56-.37.89-1,.89-1.66v-7.19c0-1-.73-1.84-1.72-1.98Zm-11.7,2.25h1.44c.21,0,.43.03.63.09.17.05.32.14.45.26.12.11.21.24.26.39.06.16.09.33.09.5,0,.13-.02.27-.05.4-.04.12-.09.23-.16.33-.06.1-.15.18-.24.25-.1.07-.21.13-.32.18l.93,1.6h-.85l-.84-1.5h-.58v1.5h-.76v-4Zm10.42,3.59c0,.27-.11.52-.29.71l-4.41,4.41c-.19.19-.44.29-.71.29h-7.17c-.27,0-.52-.11-.71-.29l-1.71-1.71-2.71-2.71c-.19-.19-.29-.44-.29-.71v-2.86c0-.43.28-.81.68-.95l2.32-.77,1.79,6.27c.12.43.52.73.96.73h6.49c.45,0,.84-.3.96-.73l1.79-6.27,2.32.77c.41.14.68.52.68.95v2.86Z" style="fill:#f0f;"/></svg>