@odx/icons 1.10.0 → 2.0.1
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/CHANGELOG.md +3 -3
- package/core/core-demo-poster.html +38 -3
- package/core/core-iconmap.scss +7 -1
- package/core/core-icons.css +21 -1
- package/core/core-icons.eot +0 -0
- package/core/core-icons.scss +20 -0
- package/core/core-icons.ttf +0 -0
- package/core/core-icons.woff +0 -0
- package/core/core-icons.woff2 +0 -0
- package/core/core-metadata.json +20 -0
- package/core/svg/direction.svg +1 -0
- package/core/svg/favicon.svg +1 -0
- package/core/svg/hand.svg +1 -1
- package/core/svg/sort-down.svg +1 -0
- package/core/svg/sort-up.svg +1 -0
- package/core/svg/sortable.svg +1 -0
- package/medical/medical-demo-poster.html +2 -2
- package/medical/medical-icons.eot +0 -0
- package/package.json +1 -1
- package/safety/safety-demo-poster.html +45 -24
- package/safety/safety-iconmap.scss +12 -9
- package/safety/safety-icons.css +42 -33
- package/safety/safety-icons.eot +0 -0
- package/safety/safety-icons.scss +42 -33
- package/safety/safety-icons.ttf +0 -0
- package/safety/safety-icons.woff +0 -0
- package/safety/safety-icons.woff2 +0 -0
- package/safety/safety-metadata.json +24 -12
- package/safety/svg/device-connection.svg +1 -0
- package/safety/svg/{basestation-battery-low.svg → fg-hub-battery-low.svg} +1 -1
- package/safety/svg/{basestation-no-connection.svg → fg-hub-no-connection.svg} +1 -1
- package/safety/svg/fg-hub.svg +1 -0
- package/safety/svg/{repeater-battery-low.svg → fg-repeater-battery-low.svg} +1 -1
- package/safety/svg/fg-repeater.svg +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
## [2.0.1](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.0.0...v2.0.1) (2023-07-17)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* commit autoupdated changelog file ([5e663fc](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/5e663fc159f5d3ffe3993a43ba31dc7fe0a3abc6))
|
|
7
7
|
|
|
8
8
|
# 1.0.0 (2023-04-13)
|
|
9
9
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons
|
|
5
|
+
<title>@odx/icons 2.0.1</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
|
|
129
|
+
@odx/icons 2.0.1
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
133
|
-
Iconset: <strong>core</strong> (
|
|
133
|
+
Iconset: <strong>core</strong> (353 icons)
|
|
134
134
|
</div>
|
|
135
135
|
</header>
|
|
136
136
|
<main class="icons" id="icons">
|
|
@@ -876,6 +876,13 @@
|
|
|
876
876
|
<span class="icon-name">device-online</span>
|
|
877
877
|
<span class="icon-alias">
|
|
878
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>
|
|
879
886
|
<div class="icons__item">
|
|
880
887
|
<i class="odx-icon" data-icon-set="core" data-icon-name="document">
|
|
881
888
|
<span></span>
|
|
@@ -967,6 +974,13 @@
|
|
|
967
974
|
<span class="icon-name">export</span>
|
|
968
975
|
<span class="icon-alias">
|
|
969
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>
|
|
970
984
|
<div class="icons__item">
|
|
971
985
|
<i class="odx-icon" data-icon-set="core" data-icon-name="favorite">
|
|
972
986
|
<span></span>
|
|
@@ -1856,6 +1870,27 @@
|
|
|
1856
1870
|
<span class="icon-name">shot-mid</span>
|
|
1857
1871
|
<span class="icon-alias">
|
|
1858
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>
|
|
1859
1894
|
<div class="icons__item">
|
|
1860
1895
|
<i class="odx-icon" data-icon-set="core" data-icon-name="standby">
|
|
1861
1896
|
<span></span>
|
package/core/core-iconmap.scss
CHANGED
|
@@ -134,6 +134,7 @@ $glyphs: (
|
|
|
134
134
|
device-lan-off: "\f231",
|
|
135
135
|
device-offline: "\f120",
|
|
136
136
|
device-online: "\f124",
|
|
137
|
+
direction: "\f23a",
|
|
137
138
|
document: "\f178",
|
|
138
139
|
document-check: "\f174",
|
|
139
140
|
document-flag: "\f255",
|
|
@@ -149,6 +150,8 @@ $glyphs: (
|
|
|
149
150
|
error-colored: "\f258",
|
|
150
151
|
error-colored-part1: "\f1cb",
|
|
151
152
|
export: "\f181",
|
|
153
|
+
favicon: "\f236",
|
|
154
|
+
favicon-part1: "\f239",
|
|
152
155
|
favorite: "\f183",
|
|
153
156
|
favorite-solid: "\f182",
|
|
154
157
|
fax: "\f22a",
|
|
@@ -175,7 +178,7 @@ $glyphs: (
|
|
|
175
178
|
gender-male: "\f194",
|
|
176
179
|
globe: "\f22b",
|
|
177
180
|
group: "\f175",
|
|
178
|
-
hand: "\
|
|
181
|
+
hand: "\f23d",
|
|
179
182
|
help: "\f195",
|
|
180
183
|
import: "\f196",
|
|
181
184
|
info: "\f197",
|
|
@@ -291,6 +294,9 @@ $glyphs: (
|
|
|
291
294
|
shot-close: "\f277",
|
|
292
295
|
shot-long: "\f278",
|
|
293
296
|
shot-mid: "\f279",
|
|
297
|
+
sort-down: "\f23f",
|
|
298
|
+
sort-up: "\f240",
|
|
299
|
+
sortable: "\f242",
|
|
294
300
|
standby: "\f1f2",
|
|
295
301
|
sync: "\f1fa",
|
|
296
302
|
sync-off: "\f1f6",
|
package/core/core-icons.css
CHANGED
|
@@ -482,6 +482,9 @@
|
|
|
482
482
|
[data-icon-set=core][data-icon-name=device-online]::before {
|
|
483
483
|
content: "\f124";
|
|
484
484
|
}
|
|
485
|
+
[data-icon-set=core][data-icon-name=direction]::before {
|
|
486
|
+
content: "\f23a";
|
|
487
|
+
}
|
|
485
488
|
[data-icon-set=core][data-icon-name=document]::before {
|
|
486
489
|
content: "\f178";
|
|
487
490
|
}
|
|
@@ -530,6 +533,14 @@
|
|
|
530
533
|
[data-icon-set=core][data-icon-name=export]::before {
|
|
531
534
|
content: "\f181";
|
|
532
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
|
+
}
|
|
533
544
|
[data-icon-set=core][data-icon-name=favorite]::before {
|
|
534
545
|
content: "\f183";
|
|
535
546
|
}
|
|
@@ -611,7 +622,7 @@
|
|
|
611
622
|
content: "\f175";
|
|
612
623
|
}
|
|
613
624
|
[data-icon-set=core][data-icon-name=hand]::before {
|
|
614
|
-
content: "\
|
|
625
|
+
content: "\f23d";
|
|
615
626
|
}
|
|
616
627
|
[data-icon-set=core][data-icon-name=help]::before {
|
|
617
628
|
content: "\f195";
|
|
@@ -972,6 +983,15 @@
|
|
|
972
983
|
[data-icon-set=core][data-icon-name=shot-mid]::before {
|
|
973
984
|
content: "\f279";
|
|
974
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
|
+
}
|
|
975
995
|
[data-icon-set=core][data-icon-name=standby]::before {
|
|
976
996
|
content: "\f1f2";
|
|
977
997
|
}
|
package/core/core-icons.eot
CHANGED
|
Binary file
|
package/core/core-icons.scss
CHANGED
|
@@ -489,6 +489,9 @@
|
|
|
489
489
|
&[data-icon-name="device-online"]::before {
|
|
490
490
|
content: utils.get-icon-glyph("device-online");
|
|
491
491
|
}
|
|
492
|
+
&[data-icon-name="direction"]::before {
|
|
493
|
+
content: utils.get-icon-glyph("direction");
|
|
494
|
+
}
|
|
492
495
|
&[data-icon-name="document"]::before {
|
|
493
496
|
content: utils.get-icon-glyph("document");
|
|
494
497
|
}
|
|
@@ -537,6 +540,14 @@
|
|
|
537
540
|
&[data-icon-name="export"]::before {
|
|
538
541
|
content: utils.get-icon-glyph("export");
|
|
539
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
|
+
}
|
|
540
551
|
&[data-icon-name="favorite"]::before {
|
|
541
552
|
content: utils.get-icon-glyph("favorite");
|
|
542
553
|
}
|
|
@@ -979,6 +990,15 @@
|
|
|
979
990
|
&[data-icon-name="shot-mid"]::before {
|
|
980
991
|
content: utils.get-icon-glyph("shot-mid");
|
|
981
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
|
+
}
|
|
982
1002
|
&[data-icon-name="standby"]::before {
|
|
983
1003
|
content: utils.get-icon-glyph("standby");
|
|
984
1004
|
}
|
package/core/core-icons.ttf
CHANGED
|
Binary file
|
package/core/core-icons.woff
CHANGED
|
Binary file
|
package/core/core-icons.woff2
CHANGED
|
Binary file
|
package/core/core-metadata.json
CHANGED
|
@@ -423,6 +423,10 @@
|
|
|
423
423
|
"name": "device-online",
|
|
424
424
|
"set": "core"
|
|
425
425
|
},
|
|
426
|
+
{
|
|
427
|
+
"name": "direction",
|
|
428
|
+
"set": "core"
|
|
429
|
+
},
|
|
426
430
|
{
|
|
427
431
|
"name": "document",
|
|
428
432
|
"set": "core"
|
|
@@ -475,6 +479,10 @@
|
|
|
475
479
|
"name": "export",
|
|
476
480
|
"set": "core"
|
|
477
481
|
},
|
|
482
|
+
{
|
|
483
|
+
"name": "favicon",
|
|
484
|
+
"set": "core"
|
|
485
|
+
},
|
|
478
486
|
{
|
|
479
487
|
"name": "favorite",
|
|
480
488
|
"set": "core"
|
|
@@ -983,6 +991,18 @@
|
|
|
983
991
|
"name": "shot-mid",
|
|
984
992
|
"set": "core"
|
|
985
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
|
+
},
|
|
986
1006
|
{
|
|
987
1007
|
"name": "standby",
|
|
988
1008
|
"set": "core"
|
|
@@ -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>
|
package/core/svg/hand.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
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-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>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons
|
|
5
|
+
<title>@odx/icons 2.0.1</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="medical-icons.css" media="screen" />
|
|
7
7
|
<style>
|
|
8
8
|
* {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
/>
|
|
127
127
|
</svg>
|
|
128
128
|
<h1 class="page-title">
|
|
129
|
-
@odx/icons
|
|
129
|
+
@odx/icons 2.0.1
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons
|
|
5
|
+
<title>@odx/icons 2.0.1</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
|
|
129
|
+
@odx/icons 2.0.1
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
133
|
-
Iconset: <strong>safety</strong> (
|
|
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",
|
package/safety/safety-icons.css
CHANGED
|
@@ -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
|
}
|
package/safety/safety-icons.eot
CHANGED
|
Binary file
|
package/safety/safety-icons.scss
CHANGED
|
@@ -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
|
}
|
package/safety/safety-icons.ttf
CHANGED
|
Binary file
|
package/safety/safety-icons.woff
CHANGED
|
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-
|
|
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-
|
|
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-
|
|
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>
|