@odx/icons 3.28.0 → 3.30.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.
- package/CHANGELOG.md +15 -0
- package/core/core-demo-poster.html +101 -31
- package/core/core-iconmap.scss +17 -8
- package/core/core-icons.css +1 -1
- package/core/core-icons.eot +0 -0
- package/core/core-icons.scss +44 -18
- 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 +56 -16
- package/core/svg/alarm-a1.svg +4 -0
- package/core/svg/alarm-a2.svg +4 -0
- package/core/svg/alarm.svg +4 -0
- package/core/svg/alarms-info.svg +4 -0
- package/core/svg/alarms-per-type.svg +4 -0
- package/core/svg/alarmtype-das.svg +4 -0
- package/core/svg/alarmtype-off.svg +4 -0
- package/core/svg/alarmtype-pause.svg +4 -0
- package/core/svg/bluetooth-logo.svg +6 -0
- package/core/svg/check-colored.svg +5 -1
- package/core/svg/check-filled.svg +4 -0
- package/core/svg/check.svg +4 -1
- package/core/svg/error-colored.svg +5 -1
- package/core/svg/error-filled.svg +4 -0
- package/core/svg/error.svg +4 -1
- package/core/svg/feedback-warning-colored.svg +5 -1
- package/core/svg/feedback-warning-filled.svg +4 -0
- package/core/svg/feedback-warning.svg +4 -1
- package/core/svg/file-others.svg +2 -12
- package/core/svg/on-off.svg +4 -1
- package/core/svg/sleep.svg +4 -0
- package/core/svg/standby.svg +4 -1
- package/core/svg/warning-colored.svg +5 -1
- package/core/svg/warning-filled.svg +4 -0
- package/core/svg/warning.svg +4 -1
- package/medical/medical-demo-poster.html +30 -30
- package/medical/medical-iconmap.scss +8 -8
- package/medical/medical-icons.css +1 -1
- package/medical/medical-icons.eot +0 -0
- package/medical/medical-icons.scss +23 -23
- package/medical/medical-icons.ttf +0 -0
- package/medical/medical-icons.woff +0 -0
- package/medical/medical-icons.woff2 +0 -0
- package/medical/medical-metadata.json +14 -14
- package/medical/svg/alarm-off.svg +4 -1
- package/medical/svg/alarm-pause.svg +4 -1
- package/medical/svg/alarm.svg +4 -1
- package/package.json +1 -1
- package/safety/safety-demo-poster.html +7 -42
- package/safety/safety-iconmap.scss +15 -20
- package/safety/safety-icons.css +1 -1
- package/safety/safety-icons.eot +0 -0
- package/safety/safety-icons.scss +16 -32
- 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 +2 -22
- package/safety/svg/alarm-stel.svg +1 -1
- package/safety/svg/alarm-twa.svg +1 -1
- package/safety/svg/alarm3-a1.svg +5 -1
- package/safety/svg/alarm3-a2.svg +5 -1
- package/safety/svg/error-extra-information.svg +6 -1
- package/safety/svg/error-yellow-outline.svg +6 -1
- package/safety/svg/error.svg +5 -1
- package/safety/svg/feedback-positive-extra-information.svg +11 -1
- package/safety/svg/feedback-positive-tamper-yellow.svg +14 -1
- package/safety/svg/feedback-positive-tamper.svg +11 -1
- package/safety/svg/feedback-warning-extra-information.svg +9 -1
- package/safety/svg/feedback-warning-tamper-red.svg +12 -1
- package/safety/svg/feedback-warning-tamper-yellow.svg +12 -1
- package/safety/svg/feedback-warning-tamper.svg +9 -1
- package/safety/svg/gasbottle-warning.svg +12 -1
- package/safety/svg/ifu-error.svg +12 -1
- package/safety/svg/ifu-success.svg +12 -1
- package/safety/svg/ifu.svg +4 -1
- package/uib-legacy/uib-legacy-demo-poster.html +2 -2
- package/medical/svg/alarm-norm.svg +0 -1
- package/medical/svg/alarm-off-norm.svg +0 -1
- package/medical/svg/alarm-pause-norm.svg +0 -1
- package/medical/svg/alarmtype-off-norm.svg +0 -1
- package/medical/svg/alarmtype-off.svg +0 -1
- package/medical/svg/alarmtype-pause-norm.svg +0 -1
- package/medical/svg/alarmtype-pause.svg +0 -1
- package/medical/svg/ifu-norm.svg +0 -1
- package/safety/svg/warning.svg +0 -1
- /package/{safety → medical}/svg/device-ang.svg +0 -0
- /package/{safety → medical}/svg/device-ct.svg +0 -0
- /package/{core → medical}/svg/device-lan-off.svg +0 -0
- /package/{core → medical}/svg/device-lan.svg +0 -0
- /package/{safety → medical}/svg/device-mrt.svg +0 -0
- /package/{core → medical}/svg/device-offline.svg +0 -0
- /package/{core → medical}/svg/device-online.svg +0 -0
- /package/{safety → medical}/svg/device-sono.svg +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# [3.30.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.29.0...v3.30.0) (2024-09-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **icons:** warning filled ([8b18d46](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/8b18d461c3918e1869e6b8ce1ee1548de4513dd6))
|
|
7
|
+
|
|
8
|
+
# [3.29.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.28.0...v3.29.0) (2024-09-24)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **icons:** move icons to different set ([9a32f37](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/9a32f372ff6a8dd97d2376078f67f480018eb88e))
|
|
14
|
+
* **icons:** norm adaptions ([3d7d8d3](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/3d7d8d3d7f3d02a86d9a8611a11a316a1359a24c))
|
|
15
|
+
|
|
1
16
|
# [3.28.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.27.0...v3.28.0) (2024-09-13)
|
|
2
17
|
|
|
3
18
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 3.
|
|
5
|
+
<title>@odx/icons 3.30.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 3.
|
|
129
|
+
@odx/icons 3.30.0
|
|
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> (379 icons)
|
|
134
134
|
</div>
|
|
135
135
|
</header>
|
|
136
136
|
<main class="icons" id="icons">
|
|
@@ -141,6 +141,62 @@
|
|
|
141
141
|
<span class="icon-name">aggregation</span>
|
|
142
142
|
<span class="icon-alias">
|
|
143
143
|
</div>
|
|
144
|
+
<div class="icons__item">
|
|
145
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="alarm">
|
|
146
|
+
<span></span>
|
|
147
|
+
</i>
|
|
148
|
+
<span class="icon-name">alarm</span>
|
|
149
|
+
<span class="icon-alias">
|
|
150
|
+
</div>
|
|
151
|
+
<div class="icons__item">
|
|
152
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="alarm-a1">
|
|
153
|
+
<span></span>
|
|
154
|
+
</i>
|
|
155
|
+
<span class="icon-name">alarm-a1</span>
|
|
156
|
+
<span class="icon-alias">
|
|
157
|
+
</div>
|
|
158
|
+
<div class="icons__item">
|
|
159
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="alarm-a2">
|
|
160
|
+
<span></span>
|
|
161
|
+
</i>
|
|
162
|
+
<span class="icon-name">alarm-a2</span>
|
|
163
|
+
<span class="icon-alias">
|
|
164
|
+
</div>
|
|
165
|
+
<div class="icons__item">
|
|
166
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="alarms-info">
|
|
167
|
+
<span></span>
|
|
168
|
+
</i>
|
|
169
|
+
<span class="icon-name">alarms-info</span>
|
|
170
|
+
<span class="icon-alias">
|
|
171
|
+
</div>
|
|
172
|
+
<div class="icons__item">
|
|
173
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="alarms-per-type">
|
|
174
|
+
<span></span>
|
|
175
|
+
</i>
|
|
176
|
+
<span class="icon-name">alarms-per-type</span>
|
|
177
|
+
<span class="icon-alias">
|
|
178
|
+
</div>
|
|
179
|
+
<div class="icons__item">
|
|
180
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="alarmtype-das">
|
|
181
|
+
<span></span>
|
|
182
|
+
</i>
|
|
183
|
+
<span class="icon-name">alarmtype-das</span>
|
|
184
|
+
<span class="icon-alias">
|
|
185
|
+
</div>
|
|
186
|
+
<div class="icons__item">
|
|
187
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="alarmtype-off">
|
|
188
|
+
<span></span>
|
|
189
|
+
</i>
|
|
190
|
+
<span class="icon-name">alarmtype-off</span>
|
|
191
|
+
<span class="icon-alias">
|
|
192
|
+
</div>
|
|
193
|
+
<div class="icons__item">
|
|
194
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="alarmtype-pause">
|
|
195
|
+
<span></span>
|
|
196
|
+
</i>
|
|
197
|
+
<span class="icon-name">alarmtype-pause</span>
|
|
198
|
+
<span class="icon-alias">
|
|
199
|
+
</div>
|
|
144
200
|
<div class="icons__item">
|
|
145
201
|
<i class="odx-icon" data-icon-set="core" data-icon-name="align-horizontal-middle">
|
|
146
202
|
<span></span>
|
|
@@ -323,6 +379,13 @@
|
|
|
323
379
|
<span class="icon-name">bluetooth</span>
|
|
324
380
|
<span class="icon-alias">
|
|
325
381
|
</div>
|
|
382
|
+
<div class="icons__item">
|
|
383
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="bluetooth-logo">
|
|
384
|
+
<span></span>
|
|
385
|
+
</i>
|
|
386
|
+
<span class="icon-name">bluetooth-logo</span>
|
|
387
|
+
<span class="icon-alias">
|
|
388
|
+
</div>
|
|
326
389
|
<div class="icons__item">
|
|
327
390
|
<i class="odx-icon" data-icon-set="core" data-icon-name="bluetooth-off">
|
|
328
391
|
<span></span>
|
|
@@ -554,6 +617,13 @@
|
|
|
554
617
|
<span class="icon-name">check-colored</span>
|
|
555
618
|
<span class="icon-alias">
|
|
556
619
|
</div>
|
|
620
|
+
<div class="icons__item">
|
|
621
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="check-filled">
|
|
622
|
+
<span></span>
|
|
623
|
+
</i>
|
|
624
|
+
<span class="icon-name">check-filled</span>
|
|
625
|
+
<span class="icon-alias">
|
|
626
|
+
</div>
|
|
557
627
|
<div class="icons__item">
|
|
558
628
|
<i class="odx-icon" data-icon-set="core" data-icon-name="chevron-down">
|
|
559
629
|
<span></span>
|
|
@@ -806,34 +876,6 @@
|
|
|
806
876
|
<span class="icon-name">descending</span>
|
|
807
877
|
<span class="icon-alias">
|
|
808
878
|
</div>
|
|
809
|
-
<div class="icons__item">
|
|
810
|
-
<i class="odx-icon" data-icon-set="core" data-icon-name="device-lan">
|
|
811
|
-
<span></span>
|
|
812
|
-
</i>
|
|
813
|
-
<span class="icon-name">device-lan</span>
|
|
814
|
-
<span class="icon-alias">
|
|
815
|
-
</div>
|
|
816
|
-
<div class="icons__item">
|
|
817
|
-
<i class="odx-icon" data-icon-set="core" data-icon-name="device-lan-off">
|
|
818
|
-
<span></span>
|
|
819
|
-
</i>
|
|
820
|
-
<span class="icon-name">device-lan-off</span>
|
|
821
|
-
<span class="icon-alias">
|
|
822
|
-
</div>
|
|
823
|
-
<div class="icons__item">
|
|
824
|
-
<i class="odx-icon" data-icon-set="core" data-icon-name="device-offline">
|
|
825
|
-
<span></span>
|
|
826
|
-
</i>
|
|
827
|
-
<span class="icon-name">device-offline</span>
|
|
828
|
-
<span class="icon-alias">
|
|
829
|
-
</div>
|
|
830
|
-
<div class="icons__item">
|
|
831
|
-
<i class="odx-icon" data-icon-set="core" data-icon-name="device-online">
|
|
832
|
-
<span></span>
|
|
833
|
-
</i>
|
|
834
|
-
<span class="icon-name">device-online</span>
|
|
835
|
-
<span class="icon-alias">
|
|
836
|
-
</div>
|
|
837
879
|
<div class="icons__item">
|
|
838
880
|
<i class="odx-icon" data-icon-set="core" data-icon-name="direction">
|
|
839
881
|
<span></span>
|
|
@@ -946,6 +988,13 @@
|
|
|
946
988
|
<span class="icon-name">error-colored</span>
|
|
947
989
|
<span class="icon-alias">
|
|
948
990
|
</div>
|
|
991
|
+
<div class="icons__item">
|
|
992
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="error-filled">
|
|
993
|
+
<span></span>
|
|
994
|
+
</i>
|
|
995
|
+
<span class="icon-name">error-filled</span>
|
|
996
|
+
<span class="icon-alias">
|
|
997
|
+
</div>
|
|
949
998
|
<div class="icons__item">
|
|
950
999
|
<i class="odx-icon" data-icon-set="core" data-icon-name="export">
|
|
951
1000
|
<span></span>
|
|
@@ -995,6 +1044,13 @@
|
|
|
995
1044
|
<span class="icon-name">feedback-warning-colored</span>
|
|
996
1045
|
<span class="icon-alias">
|
|
997
1046
|
</div>
|
|
1047
|
+
<div class="icons__item">
|
|
1048
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="feedback-warning-filled">
|
|
1049
|
+
<span></span>
|
|
1050
|
+
</i>
|
|
1051
|
+
<span class="icon-name">feedback-warning-filled</span>
|
|
1052
|
+
<span class="icon-alias">
|
|
1053
|
+
</div>
|
|
998
1054
|
<div class="icons__item">
|
|
999
1055
|
<i class="odx-icon" data-icon-set="core" data-icon-name="file">
|
|
1000
1056
|
<span></span>
|
|
@@ -1919,6 +1975,13 @@
|
|
|
1919
1975
|
<span class="icon-name">shot-mid</span>
|
|
1920
1976
|
<span class="icon-alias">
|
|
1921
1977
|
</div>
|
|
1978
|
+
<div class="icons__item">
|
|
1979
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="sleep">
|
|
1980
|
+
<span></span>
|
|
1981
|
+
</i>
|
|
1982
|
+
<span class="icon-name">sleep</span>
|
|
1983
|
+
<span class="icon-alias">
|
|
1984
|
+
</div>
|
|
1922
1985
|
<div class="icons__item">
|
|
1923
1986
|
<i class="odx-icon" data-icon-set="core" data-icon-name="social-facebook">
|
|
1924
1987
|
<span></span>
|
|
@@ -2283,6 +2346,13 @@
|
|
|
2283
2346
|
<span class="icon-name">warning-colored</span>
|
|
2284
2347
|
<span class="icon-alias">
|
|
2285
2348
|
</div>
|
|
2349
|
+
<div class="icons__item">
|
|
2350
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="warning-filled">
|
|
2351
|
+
<span></span>
|
|
2352
|
+
</i>
|
|
2353
|
+
<span class="icon-name">warning-filled</span>
|
|
2354
|
+
<span class="icon-alias">
|
|
2355
|
+
</div>
|
|
2286
2356
|
<div class="icons__item">
|
|
2287
2357
|
<i class="odx-icon" data-icon-set="core" data-icon-name="zoom-in">
|
|
2288
2358
|
<span></span>
|
package/core/core-iconmap.scss
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
$glyphs: (
|
|
2
2
|
aggregation: "\f11d",
|
|
3
|
+
alarm: "\f231",
|
|
4
|
+
alarm-a1: "\f120",
|
|
5
|
+
alarm-a2: "\f124",
|
|
6
|
+
alarms-info: "\f235",
|
|
7
|
+
alarms-per-type: "\f261",
|
|
8
|
+
alarmtype-das: "\f262",
|
|
9
|
+
alarmtype-off: "\f266",
|
|
10
|
+
alarmtype-pause: "\f268",
|
|
3
11
|
align-horizontal-middle: "\f10e",
|
|
4
12
|
align-vertical-middle: "\f10f",
|
|
5
13
|
announcement: "\f236",
|
|
@@ -33,6 +41,7 @@ $glyphs: (
|
|
|
33
41
|
blocked-colored: "\f232",
|
|
34
42
|
blocked-colored-part1: "\f137",
|
|
35
43
|
bluetooth: "\f12c",
|
|
44
|
+
bluetooth-logo: "\f228",
|
|
36
45
|
bluetooth-off: "\f12a",
|
|
37
46
|
bluetooth-paired: "\f12b",
|
|
38
47
|
blur: "\f233",
|
|
@@ -80,6 +89,7 @@ $glyphs: (
|
|
|
80
89
|
check: "\f155",
|
|
81
90
|
check-colored: "\f243",
|
|
82
91
|
check-colored-part1: "\f154",
|
|
92
|
+
check-filled: "\f269",
|
|
83
93
|
chevron-down: "\f156",
|
|
84
94
|
chevron-left: "\f157",
|
|
85
95
|
chevron-left-end: "\f244",
|
|
@@ -124,10 +134,6 @@ $glyphs: (
|
|
|
124
134
|
delete-success-part1: "\f17f",
|
|
125
135
|
delete-success-part2: "\f1b7",
|
|
126
136
|
descending: "\f173",
|
|
127
|
-
device-lan: "\f235",
|
|
128
|
-
device-lan-off: "\f231",
|
|
129
|
-
device-offline: "\f120",
|
|
130
|
-
device-online: "\f124",
|
|
131
137
|
direction: "\f103",
|
|
132
138
|
document: "\f178",
|
|
133
139
|
document-check: "\f174",
|
|
@@ -146,6 +152,7 @@ $glyphs: (
|
|
|
146
152
|
error: "\f180",
|
|
147
153
|
error-colored: "\f258",
|
|
148
154
|
error-colored-part1: "\f1cb",
|
|
155
|
+
error-filled: "\f26a",
|
|
149
156
|
export: "\f181",
|
|
150
157
|
favicon: "\f239",
|
|
151
158
|
favicon-part1: "\f24b",
|
|
@@ -155,13 +162,13 @@ $glyphs: (
|
|
|
155
162
|
feedback-warning: "\f186",
|
|
156
163
|
feedback-warning-colored: "\f259",
|
|
157
164
|
feedback-warning-colored-part1: "\f1cc",
|
|
165
|
+
feedback-warning-filled: "\f26b",
|
|
158
166
|
file: "\f18c",
|
|
159
167
|
file-csv: "\f1a2",
|
|
160
168
|
file-excel: "\f187",
|
|
161
169
|
file-image: "\f260",
|
|
162
170
|
file-jpg: "\f256",
|
|
163
|
-
file-others: "\
|
|
164
|
-
file-others-part1: "\f262",
|
|
171
|
+
file-others: "\f25a",
|
|
165
172
|
file-pdf: "\f188",
|
|
166
173
|
file-png: "\f24d",
|
|
167
174
|
file-ppt: "\f189",
|
|
@@ -302,6 +309,7 @@ $glyphs: (
|
|
|
302
309
|
shot-close: "\f277",
|
|
303
310
|
shot-long: "\f278",
|
|
304
311
|
shot-mid: "\f279",
|
|
312
|
+
sleep: "\f26d",
|
|
305
313
|
social-facebook: "\f10d",
|
|
306
314
|
social-instagram: "\f23a",
|
|
307
315
|
social-linkedin: "\f23d",
|
|
@@ -363,8 +371,9 @@ $glyphs: (
|
|
|
363
371
|
view-off: "\f1b4",
|
|
364
372
|
visual-inspection: "\f21f",
|
|
365
373
|
warning: "\f222",
|
|
366
|
-
warning-colored: "\
|
|
367
|
-
warning-colored-part1: "\
|
|
374
|
+
warning-colored: "\f26e",
|
|
375
|
+
warning-colored-part1: "\f270",
|
|
376
|
+
warning-filled: "\f271",
|
|
368
377
|
zoom-in: "\f224",
|
|
369
378
|
zoom-original: "\f225",
|
|
370
379
|
zoom-out: "\f226",
|
package/core/core-icons.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@font-face{font-family:core-icons;src:url("core-icons.eot");src:url("core-icons.eot?#iefix") format("embedded-opentype"),url("core-icons.woff") format("woff"),url("core-icons.ttf") format("truetype");font-style:normal;font-weight:400}.odx-icon{display:inline-block;position:relative;height:1em;width:1em;transform:translate(0,0);text-rendering:auto;vertical-align:middle;font-size:inherit;font-weight:400;line-height:1;font-style:normal;font-variant:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.odx-icon[data-icon-set=core]{font-family:core-icons}.odx-icon span::before{z-index:1}.odx-icon span::after{z-index:2}.odx-icon span::after,.odx-icon span::before,.odx-icon::after,.odx-icon::before{display:block;position:absolute;white-space:normal;text-indent:0;speak:none;top:0;left:0}.odx-icon[data-icon-rotate]{transform:rotate(var(--odx-icon-rotation))}.odx-icon[data-icon-rotate="90deg"]{--odx-icon-rotation:90deg}.odx-icon[data-icon-rotate="180deg"]{--odx-icon-rotation:180deg}.odx-icon[data-icon-rotate="270deg"]{--odx-icon-rotation:270deg}.odx-icon[data-icon-flip=horizontal]{transform:scaleX(-1)}.odx-icon[data-icon-flip=vertical]{transform:scaleY(-1)}.odx-icon[data-icon-flip=both]{transform:scale(-1)}[data-icon-set=core][data-icon-name=aggregation]::before{content:"\f11d"}[data-icon-set=core][data-icon-name=align-horizontal-middle]::before{content:"\f10e"}[data-icon-set=core][data-icon-name=align-vertical-middle]::before{content:"\f10f"}[data-icon-set=core][data-icon-name=announcement]::before{content:"\f236"}[data-icon-set=core][data-icon-name=arrow-down]::before{content:"\f110"}[data-icon-set=core][data-icon-name=arrow-down-right]::before{content:"\f251"}[data-icon-set=core][data-icon-name=arrow-left]::before{content:"\f111"}[data-icon-set=core][data-icon-name=arrow-right]::before{content:"\f112"}[data-icon-set=core][data-icon-name=arrow-up]::before{content:"\f113"}[data-icon-set=core][data-icon-name=arrow-up-right]::before{content:"\f252"}[data-icon-set=core][data-icon-name=ascending]::before{content:"\f114"}[data-icon-set=core][data-icon-name=attachment]::before{content:"\f116"}[data-icon-set=core][data-icon-name=attachment-off]::before{content:"\f115"}[data-icon-set=core][data-icon-name=bar-chart]::before{content:"\f13d"}[data-icon-set=core][data-icon-name=battery-0]::before{content:"\f117"}[data-icon-set=core][data-icon-name=battery-100]::before{content:"\f118"}[data-icon-set=core][data-icon-name=battery-25]::before{content:"\f119"}[data-icon-set=core][data-icon-name=battery-50]::before{content:"\f11a"}[data-icon-set=core][data-icon-name=battery-75]::before{content:"\f11b"}[data-icon-set=core][data-icon-name=battery-alarm]::before{content:"\f229";color:#f30303}[data-icon-set=core][data-icon-name=battery-alarm]::after{content:"\f22d";color:#fff}[data-icon-set=core][data-icon-name=battery-alarm] span::before{content:"\f22e"}[data-icon-set=core][data-icon-name=battery-charge]::before{content:"\f11f"}[data-icon-set=core][data-icon-name=battery-error]::before{content:"\f22c";color:#f30303}[data-icon-set=core][data-icon-name=battery-error]::after{content:"\f127";color:#fff}[data-icon-set=core][data-icon-name=battery-error] span::before{content:"\f128"}[data-icon-set=core][data-icon-name=battery-uncalibrated]::before{content:"\f123"}[data-icon-set=core][data-icon-name=battery-warning]::before{content:"\f22f";color:#ffe300}[data-icon-set=core][data-icon-name=battery-warning]::after{content:"\f134";color:#002766}[data-icon-set=core][data-icon-name=battery-warning] span::before{content:"\f135"}[data-icon-set=core][data-icon-name=blocked]::before{content:"\f129"}[data-icon-set=core][data-icon-name=blocked-colored]::before{content:"\f232";color:#f30303}[data-icon-set=core][data-icon-name=blocked-colored]::after{content:"\f137";color:#fff}[data-icon-set=core][data-icon-name=bluetooth]::before{content:"\f12c"}[data-icon-set=core][data-icon-name=bluetooth-off]::before{content:"\f12a"}[data-icon-set=core][data-icon-name=bluetooth-paired]::before{content:"\f12b"}[data-icon-set=core][data-icon-name=blur]::before{content:"\f233"}[data-icon-set=core][data-icon-name=bookmark]::before{content:"\f12d"}[data-icon-set=core][data-icon-name=bookmark-solid]::before{content:"\f107"}[data-icon-set=core][data-icon-name=brightness]::before{content:"\f176"}[data-icon-set=core][data-icon-name=brightness-1]::before{content:"\f12e"}[data-icon-set=core][data-icon-name=brightness-2]::before{content:"\f12f"}[data-icon-set=core][data-icon-name=brightness-3]::before{content:"\f130"}[data-icon-set=core][data-icon-name=brightness-4]::before{content:"\f131"}[data-icon-set=core][data-icon-name=brightness-5]::before{content:"\f11c"}[data-icon-set=core][data-icon-name=brightness-auto]::before{content:"\f132"}[data-icon-set=core][data-icon-name=calendar]::before{content:"\f151"}[data-icon-set=core][data-icon-name=calendar-bumptest]::before{content:"\f13a"}[data-icon-set=core][data-icon-name=calendar-bumptest-error]::before{content:"\f234";color:#f30303}[data-icon-set=core][data-icon-name=calendar-bumptest-error]::after{content:"\f138";color:#fff}[data-icon-set=core][data-icon-name=calendar-bumptest-error] span::before{content:"\f139"}[data-icon-set=core][data-icon-name=calendar-bumptest-warning]::before{content:"\f237"}[data-icon-set=core][data-icon-name=calendar-bumptest-warning]::after{content:"\f13b";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-bumptest-warning] span::before{content:"\f13e";color:#002766}[data-icon-set=core][data-icon-name=calendar-calibration]::before{content:"\f141"}[data-icon-set=core][data-icon-name=calendar-calibration-error]::before{content:"\f238";color:#f30303}[data-icon-set=core][data-icon-name=calendar-calibration-error]::after{content:"\f13f";color:#fff}[data-icon-set=core][data-icon-name=calendar-calibration-error] span::before{content:"\f140"}[data-icon-set=core][data-icon-name=calendar-calibration-warning]::before{content:"\f23b"}[data-icon-set=core][data-icon-name=calendar-calibration-warning]::after{content:"\f144";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-calibration-warning] span::before{content:"\f149";color:#002766}[data-icon-set=core][data-icon-name=calendar-day-view]::before{content:"\f142"}[data-icon-set=core][data-icon-name=calendar-event]::before{content:"\f143"}[data-icon-set=core][data-icon-name=calendar-flag]::before{content:"\f23c";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-flag]::after{content:"\f14a"}[data-icon-set=core][data-icon-name=calendar-interval]::before{content:"\f146"}[data-icon-set=core][data-icon-name=calendar-list]::before{content:"\f147"}[data-icon-set=core][data-icon-name=calendar-time]::before{content:"\f148"}[data-icon-set=core][data-icon-name=calendar-user]::before{content:"\f14f"}[data-icon-set=core][data-icon-name=calendar-user-error]::before{content:"\f23e";color:#f30303}[data-icon-set=core][data-icon-name=calendar-user-error]::after{content:"\f14c";color:#fff}[data-icon-set=core][data-icon-name=calendar-user-error] span::before{content:"\f14d"}[data-icon-set=core][data-icon-name=calendar-user-warning]::before{content:"\f241"}[data-icon-set=core][data-icon-name=calendar-user-warning]::after{content:"\f14e";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-user-warning] span::before{content:"\f153";color:#002766}[data-icon-set=core][data-icon-name=calendar-week-view]::before{content:"\f150"}[data-icon-set=core][data-icon-name=camera]::before{content:"\f152"}[data-icon-set=core][data-icon-name=cancel]::before{content:"\f17e"}[data-icon-set=core][data-icon-name=check]::before{content:"\f155"}[data-icon-set=core][data-icon-name=check-colored]::before{content:"\f243";color:#00dd31}[data-icon-set=core][data-icon-name=check-colored]::after{content:"\f154";color:#002766}[data-icon-set=core][data-icon-name=chevron-down]::before{content:"\f156"}[data-icon-set=core][data-icon-name=chevron-left]::before{content:"\f157"}[data-icon-set=core][data-icon-name=chevron-left-end]::before{content:"\f244"}[data-icon-set=core][data-icon-name=chevron-right]::before{content:"\f158"}[data-icon-set=core][data-icon-name=chevron-right-end]::before{content:"\f245"}[data-icon-set=core][data-icon-name=chevron-up]::before{content:"\f159"}[data-icon-set=core][data-icon-name=chevrons]::before{content:"\f184"}[data-icon-set=core][data-icon-name=chevrons-updown]::before{content:"\f11e"}[data-icon-set=core][data-icon-name=close]::before{content:"\f15a"}[data-icon-set=core][data-icon-name=cloud]::before{content:"\f165"}[data-icon-set=core][data-icon-name=cloud-disabled]::before{content:"\f10c"}[data-icon-set=core][data-icon-name=cloud-error]::before{content:"\f246";color:#f30303}[data-icon-set=core][data-icon-name=cloud-error]::after{content:"\f15b";color:#fff}[data-icon-set=core][data-icon-name=cloud-error] span::before{content:"\f15d"}[data-icon-set=core][data-icon-name=cloud-ok]::before{content:"\f249";color:#00dd31}[data-icon-set=core][data-icon-name=cloud-ok]::after{content:"\f15f";color:#002766}[data-icon-set=core][data-icon-name=cloud-ok] span::before{content:"\f160"}[data-icon-set=core][data-icon-name=cloud-upload]::before{content:"\f161"}[data-icon-set=core][data-icon-name=cloud-warning]::before{content:"\f24c"}[data-icon-set=core][data-icon-name=cloud-warning]::after{content:"\f163";color:#ffe300}[data-icon-set=core][data-icon-name=cloud-warning] span::before{content:"\f164";color:#002766}[data-icon-set=core][data-icon-name=colorpicker]::before{content:"\f185"}[data-icon-set=core][data-icon-name=column]::before{content:"\f1a1"}[data-icon-set=core][data-icon-name=comment]::before{content:"\f166"}[data-icon-set=core][data-icon-name=comment-add]::before{content:"\f121"}[data-icon-set=core][data-icon-name=comment-off]::before{content:"\f122"}[data-icon-set=core][data-icon-name=compare]::before{content:"\f167"}[data-icon-set=core][data-icon-name=config]::before{content:"\f16d"}[data-icon-set=core][data-icon-name=config-edit]::before{content:"\f168"}[data-icon-set=core][data-icon-name=config-enter]::before{content:"\f169"}[data-icon-set=core][data-icon-name=config-leave]::before{content:"\f16a"}[data-icon-set=core][data-icon-name=config-update]::before{content:"\f16b"}[data-icon-set=core][data-icon-name=config-view]::before{content:"\f16c"}[data-icon-set=core][data-icon-name=copy-content]::before{content:"\f16e"}[data-icon-set=core][data-icon-name=copy-file]::before{content:"\f16f"}[data-icon-set=core][data-icon-name=copy-folder]::before{content:"\f170"}[data-icon-set=core][data-icon-name=cut]::before{content:"\f171"}[data-icon-set=core][data-icon-name=d]::before{content:"\f125"}[data-icon-set=core][data-icon-name=dashboard]::before{content:"\f247"}[data-icon-set=core][data-icon-name=delete]::before{content:"\f172"}[data-icon-set=core][data-icon-name=delete-success]::before{content:"\f136";color:#00dd31}[data-icon-set=core][data-icon-name=delete-success]::after{content:"\f17f";color:#002766}[data-icon-set=core][data-icon-name=delete-success] span::before{content:"\f1b7"}[data-icon-set=core][data-icon-name=descending]::before{content:"\f173"}[data-icon-set=core][data-icon-name=device-lan]::before{content:"\f235"}[data-icon-set=core][data-icon-name=device-lan-off]::before{content:"\f231"}[data-icon-set=core][data-icon-name=device-offline]::before{content:"\f120"}[data-icon-set=core][data-icon-name=device-online]::before{content:"\f124"}[data-icon-set=core][data-icon-name=direction]::before{content:"\f103"}[data-icon-set=core][data-icon-name=document]::before{content:"\f178"}[data-icon-set=core][data-icon-name=document-check]::before{content:"\f174"}[data-icon-set=core][data-icon-name=document-flag]::before{content:"\f255";color:#f30303}[data-icon-set=core][data-icon-name=document-flag]::after{content:"\f1ca"}[data-icon-set=core][data-icon-name=document-ok]::before{content:"\f101"}[data-icon-set=core][data-icon-name=document-qa]::before{content:"\f102"}[data-icon-set=core][data-icon-name=document-settings]::before{content:"\f177"}[data-icon-set=core][data-icon-name=document-stats]::before{content:"\f10b"}[data-icon-set=core][data-icon-name=download]::before{content:"\f179"}[data-icon-set=core][data-icon-name=drop]::before{content:"\f257"}[data-icon-set=core][data-icon-name=edit]::before{content:"\f17a"}[data-icon-set=core][data-icon-name=emoji-happy]::before{content:"\f17b"}[data-icon-set=core][data-icon-name=emoji-neutral]::before{content:"\f17c"}[data-icon-set=core][data-icon-name=emoji-sad]::before{content:"\f17d"}[data-icon-set=core][data-icon-name=error]::before{content:"\f180"}[data-icon-set=core][data-icon-name=error-colored]::before{content:"\f258";color:#f30303}[data-icon-set=core][data-icon-name=error-colored]::after{content:"\f1cb";color:#fff}[data-icon-set=core][data-icon-name=export]::before{content:"\f181"}[data-icon-set=core][data-icon-name=favicon]::before{content:"\f239";color:#002766}[data-icon-set=core][data-icon-name=favicon]::after{content:"\f24b";color:#fff}[data-icon-set=core][data-icon-name=favorite]::before{content:"\f183"}[data-icon-set=core][data-icon-name=favorite-solid]::before{content:"\f182"}[data-icon-set=core][data-icon-name=fax]::before{content:"\f22a"}[data-icon-set=core][data-icon-name=feedback-warning]::before{content:"\f186"}[data-icon-set=core][data-icon-name=feedback-warning-colored]::before{content:"\f259";color:#ffe300}[data-icon-set=core][data-icon-name=feedback-warning-colored]::after{content:"\f1cc";color:#002766}[data-icon-set=core][data-icon-name=file]::before{content:"\f18c"}[data-icon-set=core][data-icon-name=file-csv]::before{content:"\f1a2"}[data-icon-set=core][data-icon-name=file-excel]::before{content:"\f187"}[data-icon-set=core][data-icon-name=file-image]::before{content:"\f260"}[data-icon-set=core][data-icon-name=file-jpg]::before{content:"\f256"}[data-icon-set=core][data-icon-name=file-others]::before{content:"\f261";color:#b5b5b5}[data-icon-set=core][data-icon-name=file-others]::after{content:"\f262"}[data-icon-set=core][data-icon-name=file-pdf]::before{content:"\f188"}[data-icon-set=core][data-icon-name=file-png]::before{content:"\f24d"}[data-icon-set=core][data-icon-name=file-ppt]::before{content:"\f189"}[data-icon-set=core][data-icon-name=file-svg]::before{content:"\f24e"}[data-icon-set=core][data-icon-name=file-video]::before{content:"\f265"}[data-icon-set=core][data-icon-name=file-wmv]::before{content:"\f25b"}[data-icon-set=core][data-icon-name=file-word]::before{content:"\f18a"}[data-icon-set=core][data-icon-name=file-zip]::before{content:"\f18b"}[data-icon-set=core][data-icon-name=filter]::before{content:"\f18f"}[data-icon-set=core][data-icon-name=filter-close]::before{content:"\f18d"}[data-icon-set=core][data-icon-name=filter-settings]::before{content:"\f18e"}[data-icon-set=core][data-icon-name=flag]::before{content:"\f190"}[data-icon-set=core][data-icon-name=folder]::before{content:"\f192"}[data-icon-set=core][data-icon-name=folder-in]::before{content:"\f25c"}[data-icon-set=core][data-icon-name=folder-open]::before{content:"\f191"}[data-icon-set=core][data-icon-name=folder-out]::before{content:"\f25d"}[data-icon-set=core][data-icon-name=folder-team]::before{content:"\f25e"}[data-icon-set=core][data-icon-name=gender-female]::before{content:"\f193"}[data-icon-set=core][data-icon-name=gender-male]::before{content:"\f194"}[data-icon-set=core][data-icon-name=globe]::before{content:"\f22b"}[data-icon-set=core][data-icon-name=group]::before{content:"\f175"}[data-icon-set=core][data-icon-name=hand]::before{content:"\f104"}[data-icon-set=core][data-icon-name=help]::before{content:"\f195"}[data-icon-set=core][data-icon-name=history]::before{content:"\f253"}[data-icon-set=core][data-icon-name=home]::before{content:"\f108"}[data-icon-set=core][data-icon-name=import]::before{content:"\f196"}[data-icon-set=core][data-icon-name=info]::before{content:"\f197"}[data-icon-set=core][data-icon-name=introduction]::before{content:"\f105"}[data-icon-set=core][data-icon-name=language]::before{content:"\f198"}[data-icon-set=core][data-icon-name=link]::before{content:"\f13c"}[data-icon-set=core][data-icon-name=link-external]::before{content:"\f199"}[data-icon-set=core][data-icon-name=link-internal]::before{content:"\f19a"}[data-icon-set=core][data-icon-name=link-off]::before{content:"\f126"}[data-icon-set=core][data-icon-name=loading]::before{content:"\f1a3"}[data-icon-set=core][data-icon-name=location]::before{content:"\f19e"}[data-icon-set=core][data-icon-name=location-measure]::before{content:"\f19b"}[data-icon-set=core][data-icon-name=location-off]::before{content:"\f19c"}[data-icon-set=core][data-icon-name=location-scan]::before{content:"\f19d"}[data-icon-set=core][data-icon-name=location-scan-error]::before{content:"\f230";color:#f30303}[data-icon-set=core][data-icon-name=location-scan-error]::after{content:"\f1cf";color:#fff}[data-icon-set=core][data-icon-name=location-scan-error] span::before{content:"\f1d0"}[data-icon-set=core][data-icon-name=location-scan-success]::before{content:"\f15e";color:#00dd31}[data-icon-set=core][data-icon-name=location-scan-success]::after{content:"\f1d1";color:#002766}[data-icon-set=core][data-icon-name=location-scan-success] span::before{content:"\f1d2"}[data-icon-set=core][data-icon-name=lock]::before{content:"\f19f"}[data-icon-set=core][data-icon-name=logo-engage]::before{content:"\f263"}[data-icon-set=core][data-icon-name=logout]::before{content:"\f1a0"}[data-icon-set=core][data-icon-name=mail]::before{content:"\f1ab"}[data-icon-set=core][data-icon-name=mail-error]::before{content:"\f264";color:#f30303}[data-icon-set=core][data-icon-name=mail-error]::after{content:"\f1d3";color:#fff}[data-icon-set=core][data-icon-name=mail-error] span::before{content:"\f1d4"}[data-icon-set=core][data-icon-name=mail-newsletter]::before{content:"\f1a4"}[data-icon-set=core][data-icon-name=mail-resend]::before{content:"\f1a5"}[data-icon-set=core][data-icon-name=mail-send]::before{content:"\f1a6"}[data-icon-set=core][data-icon-name=mail-sending]::before{content:"\f1a7"}[data-icon-set=core][data-icon-name=mail-success]::before{content:"\f267";color:#00dd31}[data-icon-set=core][data-icon-name=mail-success]::after{content:"\f1f3";color:#002766}[data-icon-set=core][data-icon-name=mail-success] span::before{content:"\f1f4"}[data-icon-set=core][data-icon-name=map]::before{content:"\f1ac"}[data-icon-set=core][data-icon-name=maximize]::before{content:"\f1ad"}[data-icon-set=core][data-icon-name=media-back]::before{content:"\f1ae"}[data-icon-set=core][data-icon-name=media-fastforward]::before{content:"\f1af"}[data-icon-set=core][data-icon-name=media-pause]::before{content:"\f1b0"}[data-icon-set=core][data-icon-name=media-play]::before{content:"\f1b1"}[data-icon-set=core][data-icon-name=media-rewind]::before{content:"\f1b2"}[data-icon-set=core][data-icon-name=media-skip]::before{content:"\f1b3"}[data-icon-set=core][data-icon-name=media-stop]::before{content:"\f133"}[data-icon-set=core][data-icon-name=menu]::before{content:"\f1b5"}[data-icon-set=core][data-icon-name=menu-favorites]::before{content:"\f145"}[data-icon-set=core][data-icon-name=menu-functions]::before{content:"\f14b"}[data-icon-set=core][data-icon-name=minimize]::before{content:"\f1b6"}[data-icon-set=core][data-icon-name=minus]::before{content:"\f15c"}[data-icon-set=core][data-icon-name=mode-switch]::before{content:"\f1b8"}[data-icon-set=core][data-icon-name=more]::before{content:"\f1b9"}[data-icon-set=core][data-icon-name=next]::before{content:"\f1ba"}[data-icon-set=core][data-icon-name=night-mode]::before{content:"\f1bb"}[data-icon-set=core][data-icon-name=notification]::before{content:"\f1bd"}[data-icon-set=core][data-icon-name=notification-off]::before{content:"\f1bc"}[data-icon-set=core][data-icon-name=object]::before{content:"\f26c"}[data-icon-set=core][data-icon-name=on-off]::before{content:"\f1be"}[data-icon-set=core][data-icon-name=package]::before{content:"\f1bf"}[data-icon-set=core][data-icon-name=password]::before{content:"\f1c0"}[data-icon-set=core][data-icon-name=password-change]::before{content:"\f1a8"}[data-icon-set=core][data-icon-name=paste]::before{content:"\f1a9"}[data-icon-set=core][data-icon-name=phone]::before{content:"\f1c1"}[data-icon-set=core][data-icon-name=picture]::before{content:"\f1c2"}[data-icon-set=core][data-icon-name=pin]::before{content:"\f1c3"}[data-icon-set=core][data-icon-name=pin-solid]::before{content:"\f109"}[data-icon-set=core][data-icon-name=placeholder]::before{content:"\f1c4"}[data-icon-set=core][data-icon-name=plus]::before{content:"\f1c5"}[data-icon-set=core][data-icon-name=position]::before{content:"\f1c7"}[data-icon-set=core][data-icon-name=position-off]::before{content:"\f1c6"}[data-icon-set=core][data-icon-name=precondition]::before{content:"\f106"}[data-icon-set=core][data-icon-name=previous]::before{content:"\f1c8"}[data-icon-set=core][data-icon-name=print]::before{content:"\f1d5"}[data-icon-set=core][data-icon-name=print-config]::before{content:"\f1c9"}[data-icon-set=core][data-icon-name=print-error]::before{content:"\f26f";color:#f30303}[data-icon-set=core][data-icon-name=print-error]::after{content:"\f1f5";color:#fff}[data-icon-set=core][data-icon-name=print-error] span::before{content:"\f1f7"}[data-icon-set=core][data-icon-name=print-preview]::before{content:"\f1cd"}[data-icon-set=core][data-icon-name=print-selection]::before{content:"\f1ce"}[data-icon-set=core][data-icon-name=print-success]::before{content:"\f272";color:#00dd31}[data-icon-set=core][data-icon-name=print-success]::after{content:"\f1f8";color:#002766}[data-icon-set=core][data-icon-name=print-success] span::before{content:"\f1f9"}[data-icon-set=core][data-icon-name=print-warning]::before{content:"\f275"}[data-icon-set=core][data-icon-name=print-warning]::after{content:"\f206";color:#ffe300}[data-icon-set=core][data-icon-name=print-warning] span::before{content:"\f207";color:#002766}[data-icon-set=core][data-icon-name=rearrange]::before{content:"\f1aa"}[data-icon-set=core][data-icon-name=redo]::before{content:"\f1d6"}[data-icon-set=core][data-icon-name=reload]::before{content:"\f1d9"}[data-icon-set=core][data-icon-name=reload-off]::before{content:"\f1d7"}[data-icon-set=core][data-icon-name=reload-required]::before{content:"\f1d8"}[data-icon-set=core][data-icon-name=relocate]::before{content:"\f162"}[data-icon-set=core][data-icon-name=reset]::before{content:"\f1da"}[data-icon-set=core][data-icon-name=save]::before{content:"\f1dc"}[data-icon-set=core][data-icon-name=save-as]::before{content:"\f1db"}[data-icon-set=core][data-icon-name=search]::before{content:"\f1e3"}[data-icon-set=core][data-icon-name=search-activate]::before{content:"\f1dd"}[data-icon-set=core][data-icon-name=search-close]::before{content:"\f1de"}[data-icon-set=core][data-icon-name=search-config]::before{content:"\f1df"}[data-icon-set=core][data-icon-name=search-next]::before{content:"\f1e0"}[data-icon-set=core][data-icon-name=search-previous]::before{content:"\f1e1"}[data-icon-set=core][data-icon-name=search-save]::before{content:"\f1e2"}[data-icon-set=core][data-icon-name=searching]::before{content:"\f1e7"}[data-icon-set=core][data-icon-name=searching-1]::before{content:"\f1e4"}[data-icon-set=core][data-icon-name=searching-2]::before{content:"\f1e5"}[data-icon-set=core][data-icon-name=searching-3]::before{content:"\f1e6"}[data-icon-set=core][data-icon-name=service]::before{content:"\f1e8"}[data-icon-set=core][data-icon-name=settings]::before{content:"\f1ef"}[data-icon-set=core][data-icon-name=settings-add]::before{content:"\f1e9"}[data-icon-set=core][data-icon-name=settings-edit]::before{content:"\f1ea"}[data-icon-set=core][data-icon-name=settings-enter]::before{content:"\f1eb"}[data-icon-set=core][data-icon-name=settings-leave]::before{content:"\f1ec"}[data-icon-set=core][data-icon-name=settings-remove]::before{content:"\f1ed"}[data-icon-set=core][data-icon-name=settings-reset]::before{content:"\f1ee"}[data-icon-set=core][data-icon-name=share]::before{content:"\f1f0"}[data-icon-set=core][data-icon-name=shoppingcart]::before{content:"\f1f1"}[data-icon-set=core][data-icon-name=shot-close]::before{content:"\f277"}[data-icon-set=core][data-icon-name=shot-long]::before{content:"\f278"}[data-icon-set=core][data-icon-name=shot-mid]::before{content:"\f279"}[data-icon-set=core][data-icon-name=social-facebook]::before{content:"\f10d"}[data-icon-set=core][data-icon-name=social-instagram]::before{content:"\f23a"}[data-icon-set=core][data-icon-name=social-linkedin]::before{content:"\f23d"}[data-icon-set=core][data-icon-name=social-x]::before{content:"\f24f"}[data-icon-set=core][data-icon-name=social-youtube]::before{content:"\f250"}[data-icon-set=core][data-icon-name=sort-down]::before{content:"\f23f"}[data-icon-set=core][data-icon-name=sort-up]::before{content:"\f240"}[data-icon-set=core][data-icon-name=sortable]::before{content:"\f242"}[data-icon-set=core][data-icon-name=standby]::before{content:"\f1f2"}[data-icon-set=core][data-icon-name=sync]::before{content:"\f1fa"}[data-icon-set=core][data-icon-name=sync-off]::before{content:"\f1f6"}[data-icon-set=core][data-icon-name=sync-off-success]::before{content:"\f27a";color:#00dd31}[data-icon-set=core][data-icon-name=sync-off-success]::after{content:"\f208";color:#002766}[data-icon-set=core][data-icon-name=sync-off-success] span::before{content:"\f209"}[data-icon-set=core][data-icon-name=sync-success]::before{content:"\f27d";color:#00dd31}[data-icon-set=core][data-icon-name=sync-success]::after{content:"\f20a";color:#002766}[data-icon-set=core][data-icon-name=sync-success] span::before{content:"\f20b"}[data-icon-set=core][data-icon-name=tile-menu]::before{content:"\f1fb"}[data-icon-set=core][data-icon-name=time]::before{content:"\f254"}[data-icon-set=core][data-icon-name=toolbox]::before{content:"\f24a"}[data-icon-set=core][data-icon-name=training]::before{content:"\f1fc"}[data-icon-set=core][data-icon-name=undo]::before{content:"\f1fd"}[data-icon-set=core][data-icon-name=unlock]::before{content:"\f1fe"}[data-icon-set=core][data-icon-name=upload]::before{content:"\f1ff"}[data-icon-set=core][data-icon-name=user]::before{content:"\f21c"}[data-icon-set=core][data-icon-name=user-add]::before{content:"\f248"}[data-icon-set=core][data-icon-name=user-administration]::before{content:"\f200"}[data-icon-set=core][data-icon-name=user-administrator]::before{content:"\f201"}[data-icon-set=core][data-icon-name=user-edit]::before{content:"\f202"}[data-icon-set=core][data-icon-name=user-engineer]::before{content:"\f203"}[data-icon-set=core][data-icon-name=user-group]::before{content:"\f205"}[data-icon-set=core][data-icon-name=user-group-administration]::before{content:"\f204"}[data-icon-set=core][data-icon-name=user-id]::before{content:"\f211"}[data-icon-set=core][data-icon-name=user-id-edit]::before{content:"\f25f"}[data-icon-set=core][data-icon-name=user-id-error]::before{content:"\f280";color:#f30303}[data-icon-set=core][data-icon-name=user-id-error]::after{content:"\f20e";color:#fff}[data-icon-set=core][data-icon-name=user-id-error] span::before{content:"\f20f"}[data-icon-set=core][data-icon-name=user-id-invalid]::before{content:"\f283";color:#f30303}[data-icon-set=core][data-icon-name=user-id-invalid]::after{content:"\f210";color:#fff}[data-icon-set=core][data-icon-name=user-id-invalid] span::before{content:"\f220"}[data-icon-set=core][data-icon-name=user-id-query]::before{content:"\f20c"}[data-icon-set=core][data-icon-name=user-id-reading]::before{content:"\f20d"}[data-icon-set=core][data-icon-name=user-id-success]::before{content:"\f285";color:#00dd31}[data-icon-set=core][data-icon-name=user-id-success]::after{content:"\f221";color:#002766}[data-icon-set=core][data-icon-name=user-id-success] span::before{content:"\f227"}[data-icon-set=core][data-icon-name=user-level-1]::before{content:"\f212"}[data-icon-set=core][data-icon-name=user-level-2]::before{content:"\f213"}[data-icon-set=core][data-icon-name=user-level-3]::before{content:"\f214"}[data-icon-set=core][data-icon-name=user-level-4]::before{content:"\f215"}[data-icon-set=core][data-icon-name=user-level-5]::before{content:"\f216"}[data-icon-set=core][data-icon-name=user-logout]::before{content:"\f217"}[data-icon-set=core][data-icon-name=user-maintainer]::before{content:"\f218"}[data-icon-set=core][data-icon-name=user-operator]::before{content:"\f219"}[data-icon-set=core][data-icon-name=user-trainer]::before{content:"\f21a"}[data-icon-set=core][data-icon-name=user-worker]::before{content:"\f21b"}[data-icon-set=core][data-icon-name=variants]::before{content:"\f10a"}[data-icon-set=core][data-icon-name=video]::before{content:"\f21d"}[data-icon-set=core][data-icon-name=view]::before{content:"\f21e"}[data-icon-set=core][data-icon-name=view-off]::before{content:"\f1b4"}[data-icon-set=core][data-icon-name=visual-inspection]::before{content:"\f21f"}[data-icon-set=core][data-icon-name=warning]::before{content:"\f222"}[data-icon-set=core][data-icon-name=warning-colored]::before{content:"\f289";color:#ffe300}[data-icon-set=core][data-icon-name=warning-colored]::after{content:"\f228";color:#002766}[data-icon-set=core][data-icon-name=zoom-in]::before{content:"\f224"}[data-icon-set=core][data-icon-name=zoom-original]::before{content:"\f225"}[data-icon-set=core][data-icon-name=zoom-out]::before{content:"\f226"}[data-icon-set=core][data-icon-name=zoom-window]::before{content:"\f223"}
|
|
1
|
+
@font-face{font-family:core-icons;src:url("core-icons.eot");src:url("core-icons.eot?#iefix") format("embedded-opentype"),url("core-icons.woff") format("woff"),url("core-icons.ttf") format("truetype");font-style:normal;font-weight:400}.odx-icon{display:inline-block;position:relative;height:1em;width:1em;transform:translate(0,0);text-rendering:auto;vertical-align:middle;font-size:inherit;font-weight:400;line-height:1;font-style:normal;font-variant:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.odx-icon[data-icon-set=core]{font-family:core-icons}.odx-icon span::before{z-index:1}.odx-icon span::after{z-index:2}.odx-icon span::after,.odx-icon span::before,.odx-icon::after,.odx-icon::before{display:block;position:absolute;white-space:normal;text-indent:0;speak:none;top:0;left:0}.odx-icon[data-icon-rotate]{transform:rotate(var(--odx-icon-rotation))}.odx-icon[data-icon-rotate="90deg"]{--odx-icon-rotation:90deg}.odx-icon[data-icon-rotate="180deg"]{--odx-icon-rotation:180deg}.odx-icon[data-icon-rotate="270deg"]{--odx-icon-rotation:270deg}.odx-icon[data-icon-flip=horizontal]{transform:scaleX(-1)}.odx-icon[data-icon-flip=vertical]{transform:scaleY(-1)}.odx-icon[data-icon-flip=both]{transform:scale(-1)}[data-icon-set=core][data-icon-name=aggregation]::before{content:"\f11d"}[data-icon-set=core][data-icon-name=alarm]::before{content:"\f231"}[data-icon-set=core][data-icon-name=alarm-a1]::before{content:"\f120"}[data-icon-set=core][data-icon-name=alarm-a2]::before{content:"\f124"}[data-icon-set=core][data-icon-name=alarms-info]::before{content:"\f235"}[data-icon-set=core][data-icon-name=alarms-per-type]::before{content:"\f261"}[data-icon-set=core][data-icon-name=alarmtype-das]::before{content:"\f262"}[data-icon-set=core][data-icon-name=alarmtype-off]::before{content:"\f266"}[data-icon-set=core][data-icon-name=alarmtype-pause]::before{content:"\f268"}[data-icon-set=core][data-icon-name=align-horizontal-middle]::before{content:"\f10e"}[data-icon-set=core][data-icon-name=align-vertical-middle]::before{content:"\f10f"}[data-icon-set=core][data-icon-name=announcement]::before{content:"\f236"}[data-icon-set=core][data-icon-name=arrow-down]::before{content:"\f110"}[data-icon-set=core][data-icon-name=arrow-down-right]::before{content:"\f251"}[data-icon-set=core][data-icon-name=arrow-left]::before{content:"\f111"}[data-icon-set=core][data-icon-name=arrow-right]::before{content:"\f112"}[data-icon-set=core][data-icon-name=arrow-up]::before{content:"\f113"}[data-icon-set=core][data-icon-name=arrow-up-right]::before{content:"\f252"}[data-icon-set=core][data-icon-name=ascending]::before{content:"\f114"}[data-icon-set=core][data-icon-name=attachment]::before{content:"\f116"}[data-icon-set=core][data-icon-name=attachment-off]::before{content:"\f115"}[data-icon-set=core][data-icon-name=bar-chart]::before{content:"\f13d"}[data-icon-set=core][data-icon-name=battery-0]::before{content:"\f117"}[data-icon-set=core][data-icon-name=battery-100]::before{content:"\f118"}[data-icon-set=core][data-icon-name=battery-25]::before{content:"\f119"}[data-icon-set=core][data-icon-name=battery-50]::before{content:"\f11a"}[data-icon-set=core][data-icon-name=battery-75]::before{content:"\f11b"}[data-icon-set=core][data-icon-name=battery-alarm]::before{content:"\f229";color:#f30303}[data-icon-set=core][data-icon-name=battery-alarm]::after{content:"\f22d";color:#fff}[data-icon-set=core][data-icon-name=battery-alarm] span::before{content:"\f22e"}[data-icon-set=core][data-icon-name=battery-charge]::before{content:"\f11f"}[data-icon-set=core][data-icon-name=battery-error]::before{content:"\f22c";color:#f30303}[data-icon-set=core][data-icon-name=battery-error]::after{content:"\f127";color:#fff}[data-icon-set=core][data-icon-name=battery-error] span::before{content:"\f128"}[data-icon-set=core][data-icon-name=battery-uncalibrated]::before{content:"\f123"}[data-icon-set=core][data-icon-name=battery-warning]::before{content:"\f22f";color:#ffe300}[data-icon-set=core][data-icon-name=battery-warning]::after{content:"\f134";color:#002766}[data-icon-set=core][data-icon-name=battery-warning] span::before{content:"\f135"}[data-icon-set=core][data-icon-name=blocked]::before{content:"\f129"}[data-icon-set=core][data-icon-name=blocked-colored]::before{content:"\f232";color:#f30303}[data-icon-set=core][data-icon-name=blocked-colored]::after{content:"\f137";color:#fff}[data-icon-set=core][data-icon-name=bluetooth]::before{content:"\f12c"}[data-icon-set=core][data-icon-name=bluetooth-logo]::before{content:"\f228"}[data-icon-set=core][data-icon-name=bluetooth-off]::before{content:"\f12a"}[data-icon-set=core][data-icon-name=bluetooth-paired]::before{content:"\f12b"}[data-icon-set=core][data-icon-name=blur]::before{content:"\f233"}[data-icon-set=core][data-icon-name=bookmark]::before{content:"\f12d"}[data-icon-set=core][data-icon-name=bookmark-solid]::before{content:"\f107"}[data-icon-set=core][data-icon-name=brightness]::before{content:"\f176"}[data-icon-set=core][data-icon-name=brightness-1]::before{content:"\f12e"}[data-icon-set=core][data-icon-name=brightness-2]::before{content:"\f12f"}[data-icon-set=core][data-icon-name=brightness-3]::before{content:"\f130"}[data-icon-set=core][data-icon-name=brightness-4]::before{content:"\f131"}[data-icon-set=core][data-icon-name=brightness-5]::before{content:"\f11c"}[data-icon-set=core][data-icon-name=brightness-auto]::before{content:"\f132"}[data-icon-set=core][data-icon-name=calendar]::before{content:"\f151"}[data-icon-set=core][data-icon-name=calendar-bumptest]::before{content:"\f13a"}[data-icon-set=core][data-icon-name=calendar-bumptest-error]::before{content:"\f234";color:#f30303}[data-icon-set=core][data-icon-name=calendar-bumptest-error]::after{content:"\f138";color:#fff}[data-icon-set=core][data-icon-name=calendar-bumptest-error] span::before{content:"\f139"}[data-icon-set=core][data-icon-name=calendar-bumptest-warning]::before{content:"\f237"}[data-icon-set=core][data-icon-name=calendar-bumptest-warning]::after{content:"\f13b";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-bumptest-warning] span::before{content:"\f13e";color:#002766}[data-icon-set=core][data-icon-name=calendar-calibration]::before{content:"\f141"}[data-icon-set=core][data-icon-name=calendar-calibration-error]::before{content:"\f238";color:#f30303}[data-icon-set=core][data-icon-name=calendar-calibration-error]::after{content:"\f13f";color:#fff}[data-icon-set=core][data-icon-name=calendar-calibration-error] span::before{content:"\f140"}[data-icon-set=core][data-icon-name=calendar-calibration-warning]::before{content:"\f23b"}[data-icon-set=core][data-icon-name=calendar-calibration-warning]::after{content:"\f144";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-calibration-warning] span::before{content:"\f149";color:#002766}[data-icon-set=core][data-icon-name=calendar-day-view]::before{content:"\f142"}[data-icon-set=core][data-icon-name=calendar-event]::before{content:"\f143"}[data-icon-set=core][data-icon-name=calendar-flag]::before{content:"\f23c";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-flag]::after{content:"\f14a"}[data-icon-set=core][data-icon-name=calendar-interval]::before{content:"\f146"}[data-icon-set=core][data-icon-name=calendar-list]::before{content:"\f147"}[data-icon-set=core][data-icon-name=calendar-time]::before{content:"\f148"}[data-icon-set=core][data-icon-name=calendar-user]::before{content:"\f14f"}[data-icon-set=core][data-icon-name=calendar-user-error]::before{content:"\f23e";color:#f30303}[data-icon-set=core][data-icon-name=calendar-user-error]::after{content:"\f14c";color:#fff}[data-icon-set=core][data-icon-name=calendar-user-error] span::before{content:"\f14d"}[data-icon-set=core][data-icon-name=calendar-user-warning]::before{content:"\f241"}[data-icon-set=core][data-icon-name=calendar-user-warning]::after{content:"\f14e";color:#ffe300}[data-icon-set=core][data-icon-name=calendar-user-warning] span::before{content:"\f153";color:#002766}[data-icon-set=core][data-icon-name=calendar-week-view]::before{content:"\f150"}[data-icon-set=core][data-icon-name=camera]::before{content:"\f152"}[data-icon-set=core][data-icon-name=cancel]::before{content:"\f17e"}[data-icon-set=core][data-icon-name=check]::before{content:"\f155"}[data-icon-set=core][data-icon-name=check-colored]::before{content:"\f243";color:#00dd31}[data-icon-set=core][data-icon-name=check-colored]::after{content:"\f154";color:#002766}[data-icon-set=core][data-icon-name=check-filled]::before{content:"\f269"}[data-icon-set=core][data-icon-name=chevron-down]::before{content:"\f156"}[data-icon-set=core][data-icon-name=chevron-left]::before{content:"\f157"}[data-icon-set=core][data-icon-name=chevron-left-end]::before{content:"\f244"}[data-icon-set=core][data-icon-name=chevron-right]::before{content:"\f158"}[data-icon-set=core][data-icon-name=chevron-right-end]::before{content:"\f245"}[data-icon-set=core][data-icon-name=chevron-up]::before{content:"\f159"}[data-icon-set=core][data-icon-name=chevrons]::before{content:"\f184"}[data-icon-set=core][data-icon-name=chevrons-updown]::before{content:"\f11e"}[data-icon-set=core][data-icon-name=close]::before{content:"\f15a"}[data-icon-set=core][data-icon-name=cloud]::before{content:"\f165"}[data-icon-set=core][data-icon-name=cloud-disabled]::before{content:"\f10c"}[data-icon-set=core][data-icon-name=cloud-error]::before{content:"\f246";color:#f30303}[data-icon-set=core][data-icon-name=cloud-error]::after{content:"\f15b";color:#fff}[data-icon-set=core][data-icon-name=cloud-error] span::before{content:"\f15d"}[data-icon-set=core][data-icon-name=cloud-ok]::before{content:"\f249";color:#00dd31}[data-icon-set=core][data-icon-name=cloud-ok]::after{content:"\f15f";color:#002766}[data-icon-set=core][data-icon-name=cloud-ok] span::before{content:"\f160"}[data-icon-set=core][data-icon-name=cloud-upload]::before{content:"\f161"}[data-icon-set=core][data-icon-name=cloud-warning]::before{content:"\f24c"}[data-icon-set=core][data-icon-name=cloud-warning]::after{content:"\f163";color:#ffe300}[data-icon-set=core][data-icon-name=cloud-warning] span::before{content:"\f164";color:#002766}[data-icon-set=core][data-icon-name=colorpicker]::before{content:"\f185"}[data-icon-set=core][data-icon-name=column]::before{content:"\f1a1"}[data-icon-set=core][data-icon-name=comment]::before{content:"\f166"}[data-icon-set=core][data-icon-name=comment-add]::before{content:"\f121"}[data-icon-set=core][data-icon-name=comment-off]::before{content:"\f122"}[data-icon-set=core][data-icon-name=compare]::before{content:"\f167"}[data-icon-set=core][data-icon-name=config]::before{content:"\f16d"}[data-icon-set=core][data-icon-name=config-edit]::before{content:"\f168"}[data-icon-set=core][data-icon-name=config-enter]::before{content:"\f169"}[data-icon-set=core][data-icon-name=config-leave]::before{content:"\f16a"}[data-icon-set=core][data-icon-name=config-update]::before{content:"\f16b"}[data-icon-set=core][data-icon-name=config-view]::before{content:"\f16c"}[data-icon-set=core][data-icon-name=copy-content]::before{content:"\f16e"}[data-icon-set=core][data-icon-name=copy-file]::before{content:"\f16f"}[data-icon-set=core][data-icon-name=copy-folder]::before{content:"\f170"}[data-icon-set=core][data-icon-name=cut]::before{content:"\f171"}[data-icon-set=core][data-icon-name=d]::before{content:"\f125"}[data-icon-set=core][data-icon-name=dashboard]::before{content:"\f247"}[data-icon-set=core][data-icon-name=delete]::before{content:"\f172"}[data-icon-set=core][data-icon-name=delete-success]::before{content:"\f136";color:#00dd31}[data-icon-set=core][data-icon-name=delete-success]::after{content:"\f17f";color:#002766}[data-icon-set=core][data-icon-name=delete-success] span::before{content:"\f1b7"}[data-icon-set=core][data-icon-name=descending]::before{content:"\f173"}[data-icon-set=core][data-icon-name=direction]::before{content:"\f103"}[data-icon-set=core][data-icon-name=document]::before{content:"\f178"}[data-icon-set=core][data-icon-name=document-check]::before{content:"\f174"}[data-icon-set=core][data-icon-name=document-flag]::before{content:"\f255";color:#f30303}[data-icon-set=core][data-icon-name=document-flag]::after{content:"\f1ca"}[data-icon-set=core][data-icon-name=document-ok]::before{content:"\f101"}[data-icon-set=core][data-icon-name=document-qa]::before{content:"\f102"}[data-icon-set=core][data-icon-name=document-settings]::before{content:"\f177"}[data-icon-set=core][data-icon-name=document-stats]::before{content:"\f10b"}[data-icon-set=core][data-icon-name=download]::before{content:"\f179"}[data-icon-set=core][data-icon-name=drop]::before{content:"\f257"}[data-icon-set=core][data-icon-name=edit]::before{content:"\f17a"}[data-icon-set=core][data-icon-name=emoji-happy]::before{content:"\f17b"}[data-icon-set=core][data-icon-name=emoji-neutral]::before{content:"\f17c"}[data-icon-set=core][data-icon-name=emoji-sad]::before{content:"\f17d"}[data-icon-set=core][data-icon-name=error]::before{content:"\f180"}[data-icon-set=core][data-icon-name=error-colored]::before{content:"\f258";color:#f30303}[data-icon-set=core][data-icon-name=error-colored]::after{content:"\f1cb";color:#fff}[data-icon-set=core][data-icon-name=error-filled]::before{content:"\f26a"}[data-icon-set=core][data-icon-name=export]::before{content:"\f181"}[data-icon-set=core][data-icon-name=favicon]::before{content:"\f239";color:#002766}[data-icon-set=core][data-icon-name=favicon]::after{content:"\f24b";color:#fff}[data-icon-set=core][data-icon-name=favorite]::before{content:"\f183"}[data-icon-set=core][data-icon-name=favorite-solid]::before{content:"\f182"}[data-icon-set=core][data-icon-name=fax]::before{content:"\f22a"}[data-icon-set=core][data-icon-name=feedback-warning]::before{content:"\f186"}[data-icon-set=core][data-icon-name=feedback-warning-colored]::before{content:"\f259";color:#ffe300}[data-icon-set=core][data-icon-name=feedback-warning-colored]::after{content:"\f1cc";color:#002766}[data-icon-set=core][data-icon-name=feedback-warning-filled]::before{content:"\f26b"}[data-icon-set=core][data-icon-name=file]::before{content:"\f18c"}[data-icon-set=core][data-icon-name=file-csv]::before{content:"\f1a2"}[data-icon-set=core][data-icon-name=file-excel]::before{content:"\f187"}[data-icon-set=core][data-icon-name=file-image]::before{content:"\f260"}[data-icon-set=core][data-icon-name=file-jpg]::before{content:"\f256"}[data-icon-set=core][data-icon-name=file-others]::before{content:"\f25a"}[data-icon-set=core][data-icon-name=file-pdf]::before{content:"\f188"}[data-icon-set=core][data-icon-name=file-png]::before{content:"\f24d"}[data-icon-set=core][data-icon-name=file-ppt]::before{content:"\f189"}[data-icon-set=core][data-icon-name=file-svg]::before{content:"\f24e"}[data-icon-set=core][data-icon-name=file-video]::before{content:"\f265"}[data-icon-set=core][data-icon-name=file-wmv]::before{content:"\f25b"}[data-icon-set=core][data-icon-name=file-word]::before{content:"\f18a"}[data-icon-set=core][data-icon-name=file-zip]::before{content:"\f18b"}[data-icon-set=core][data-icon-name=filter]::before{content:"\f18f"}[data-icon-set=core][data-icon-name=filter-close]::before{content:"\f18d"}[data-icon-set=core][data-icon-name=filter-settings]::before{content:"\f18e"}[data-icon-set=core][data-icon-name=flag]::before{content:"\f190"}[data-icon-set=core][data-icon-name=folder]::before{content:"\f192"}[data-icon-set=core][data-icon-name=folder-in]::before{content:"\f25c"}[data-icon-set=core][data-icon-name=folder-open]::before{content:"\f191"}[data-icon-set=core][data-icon-name=folder-out]::before{content:"\f25d"}[data-icon-set=core][data-icon-name=folder-team]::before{content:"\f25e"}[data-icon-set=core][data-icon-name=gender-female]::before{content:"\f193"}[data-icon-set=core][data-icon-name=gender-male]::before{content:"\f194"}[data-icon-set=core][data-icon-name=globe]::before{content:"\f22b"}[data-icon-set=core][data-icon-name=group]::before{content:"\f175"}[data-icon-set=core][data-icon-name=hand]::before{content:"\f104"}[data-icon-set=core][data-icon-name=help]::before{content:"\f195"}[data-icon-set=core][data-icon-name=history]::before{content:"\f253"}[data-icon-set=core][data-icon-name=home]::before{content:"\f108"}[data-icon-set=core][data-icon-name=import]::before{content:"\f196"}[data-icon-set=core][data-icon-name=info]::before{content:"\f197"}[data-icon-set=core][data-icon-name=introduction]::before{content:"\f105"}[data-icon-set=core][data-icon-name=language]::before{content:"\f198"}[data-icon-set=core][data-icon-name=link]::before{content:"\f13c"}[data-icon-set=core][data-icon-name=link-external]::before{content:"\f199"}[data-icon-set=core][data-icon-name=link-internal]::before{content:"\f19a"}[data-icon-set=core][data-icon-name=link-off]::before{content:"\f126"}[data-icon-set=core][data-icon-name=loading]::before{content:"\f1a3"}[data-icon-set=core][data-icon-name=location]::before{content:"\f19e"}[data-icon-set=core][data-icon-name=location-measure]::before{content:"\f19b"}[data-icon-set=core][data-icon-name=location-off]::before{content:"\f19c"}[data-icon-set=core][data-icon-name=location-scan]::before{content:"\f19d"}[data-icon-set=core][data-icon-name=location-scan-error]::before{content:"\f230";color:#f30303}[data-icon-set=core][data-icon-name=location-scan-error]::after{content:"\f1cf";color:#fff}[data-icon-set=core][data-icon-name=location-scan-error] span::before{content:"\f1d0"}[data-icon-set=core][data-icon-name=location-scan-success]::before{content:"\f15e";color:#00dd31}[data-icon-set=core][data-icon-name=location-scan-success]::after{content:"\f1d1";color:#002766}[data-icon-set=core][data-icon-name=location-scan-success] span::before{content:"\f1d2"}[data-icon-set=core][data-icon-name=lock]::before{content:"\f19f"}[data-icon-set=core][data-icon-name=logo-engage]::before{content:"\f263"}[data-icon-set=core][data-icon-name=logout]::before{content:"\f1a0"}[data-icon-set=core][data-icon-name=mail]::before{content:"\f1ab"}[data-icon-set=core][data-icon-name=mail-error]::before{content:"\f264";color:#f30303}[data-icon-set=core][data-icon-name=mail-error]::after{content:"\f1d3";color:#fff}[data-icon-set=core][data-icon-name=mail-error] span::before{content:"\f1d4"}[data-icon-set=core][data-icon-name=mail-newsletter]::before{content:"\f1a4"}[data-icon-set=core][data-icon-name=mail-resend]::before{content:"\f1a5"}[data-icon-set=core][data-icon-name=mail-send]::before{content:"\f1a6"}[data-icon-set=core][data-icon-name=mail-sending]::before{content:"\f1a7"}[data-icon-set=core][data-icon-name=mail-success]::before{content:"\f267";color:#00dd31}[data-icon-set=core][data-icon-name=mail-success]::after{content:"\f1f3";color:#002766}[data-icon-set=core][data-icon-name=mail-success] span::before{content:"\f1f4"}[data-icon-set=core][data-icon-name=map]::before{content:"\f1ac"}[data-icon-set=core][data-icon-name=maximize]::before{content:"\f1ad"}[data-icon-set=core][data-icon-name=media-back]::before{content:"\f1ae"}[data-icon-set=core][data-icon-name=media-fastforward]::before{content:"\f1af"}[data-icon-set=core][data-icon-name=media-pause]::before{content:"\f1b0"}[data-icon-set=core][data-icon-name=media-play]::before{content:"\f1b1"}[data-icon-set=core][data-icon-name=media-rewind]::before{content:"\f1b2"}[data-icon-set=core][data-icon-name=media-skip]::before{content:"\f1b3"}[data-icon-set=core][data-icon-name=media-stop]::before{content:"\f133"}[data-icon-set=core][data-icon-name=menu]::before{content:"\f1b5"}[data-icon-set=core][data-icon-name=menu-favorites]::before{content:"\f145"}[data-icon-set=core][data-icon-name=menu-functions]::before{content:"\f14b"}[data-icon-set=core][data-icon-name=minimize]::before{content:"\f1b6"}[data-icon-set=core][data-icon-name=minus]::before{content:"\f15c"}[data-icon-set=core][data-icon-name=mode-switch]::before{content:"\f1b8"}[data-icon-set=core][data-icon-name=more]::before{content:"\f1b9"}[data-icon-set=core][data-icon-name=next]::before{content:"\f1ba"}[data-icon-set=core][data-icon-name=night-mode]::before{content:"\f1bb"}[data-icon-set=core][data-icon-name=notification]::before{content:"\f1bd"}[data-icon-set=core][data-icon-name=notification-off]::before{content:"\f1bc"}[data-icon-set=core][data-icon-name=object]::before{content:"\f26c"}[data-icon-set=core][data-icon-name=on-off]::before{content:"\f1be"}[data-icon-set=core][data-icon-name=package]::before{content:"\f1bf"}[data-icon-set=core][data-icon-name=password]::before{content:"\f1c0"}[data-icon-set=core][data-icon-name=password-change]::before{content:"\f1a8"}[data-icon-set=core][data-icon-name=paste]::before{content:"\f1a9"}[data-icon-set=core][data-icon-name=phone]::before{content:"\f1c1"}[data-icon-set=core][data-icon-name=picture]::before{content:"\f1c2"}[data-icon-set=core][data-icon-name=pin]::before{content:"\f1c3"}[data-icon-set=core][data-icon-name=pin-solid]::before{content:"\f109"}[data-icon-set=core][data-icon-name=placeholder]::before{content:"\f1c4"}[data-icon-set=core][data-icon-name=plus]::before{content:"\f1c5"}[data-icon-set=core][data-icon-name=position]::before{content:"\f1c7"}[data-icon-set=core][data-icon-name=position-off]::before{content:"\f1c6"}[data-icon-set=core][data-icon-name=precondition]::before{content:"\f106"}[data-icon-set=core][data-icon-name=previous]::before{content:"\f1c8"}[data-icon-set=core][data-icon-name=print]::before{content:"\f1d5"}[data-icon-set=core][data-icon-name=print-config]::before{content:"\f1c9"}[data-icon-set=core][data-icon-name=print-error]::before{content:"\f26f";color:#f30303}[data-icon-set=core][data-icon-name=print-error]::after{content:"\f1f5";color:#fff}[data-icon-set=core][data-icon-name=print-error] span::before{content:"\f1f7"}[data-icon-set=core][data-icon-name=print-preview]::before{content:"\f1cd"}[data-icon-set=core][data-icon-name=print-selection]::before{content:"\f1ce"}[data-icon-set=core][data-icon-name=print-success]::before{content:"\f272";color:#00dd31}[data-icon-set=core][data-icon-name=print-success]::after{content:"\f1f8";color:#002766}[data-icon-set=core][data-icon-name=print-success] span::before{content:"\f1f9"}[data-icon-set=core][data-icon-name=print-warning]::before{content:"\f275"}[data-icon-set=core][data-icon-name=print-warning]::after{content:"\f206";color:#ffe300}[data-icon-set=core][data-icon-name=print-warning] span::before{content:"\f207";color:#002766}[data-icon-set=core][data-icon-name=rearrange]::before{content:"\f1aa"}[data-icon-set=core][data-icon-name=redo]::before{content:"\f1d6"}[data-icon-set=core][data-icon-name=reload]::before{content:"\f1d9"}[data-icon-set=core][data-icon-name=reload-off]::before{content:"\f1d7"}[data-icon-set=core][data-icon-name=reload-required]::before{content:"\f1d8"}[data-icon-set=core][data-icon-name=relocate]::before{content:"\f162"}[data-icon-set=core][data-icon-name=reset]::before{content:"\f1da"}[data-icon-set=core][data-icon-name=save]::before{content:"\f1dc"}[data-icon-set=core][data-icon-name=save-as]::before{content:"\f1db"}[data-icon-set=core][data-icon-name=search]::before{content:"\f1e3"}[data-icon-set=core][data-icon-name=search-activate]::before{content:"\f1dd"}[data-icon-set=core][data-icon-name=search-close]::before{content:"\f1de"}[data-icon-set=core][data-icon-name=search-config]::before{content:"\f1df"}[data-icon-set=core][data-icon-name=search-next]::before{content:"\f1e0"}[data-icon-set=core][data-icon-name=search-previous]::before{content:"\f1e1"}[data-icon-set=core][data-icon-name=search-save]::before{content:"\f1e2"}[data-icon-set=core][data-icon-name=searching]::before{content:"\f1e7"}[data-icon-set=core][data-icon-name=searching-1]::before{content:"\f1e4"}[data-icon-set=core][data-icon-name=searching-2]::before{content:"\f1e5"}[data-icon-set=core][data-icon-name=searching-3]::before{content:"\f1e6"}[data-icon-set=core][data-icon-name=service]::before{content:"\f1e8"}[data-icon-set=core][data-icon-name=settings]::before{content:"\f1ef"}[data-icon-set=core][data-icon-name=settings-add]::before{content:"\f1e9"}[data-icon-set=core][data-icon-name=settings-edit]::before{content:"\f1ea"}[data-icon-set=core][data-icon-name=settings-enter]::before{content:"\f1eb"}[data-icon-set=core][data-icon-name=settings-leave]::before{content:"\f1ec"}[data-icon-set=core][data-icon-name=settings-remove]::before{content:"\f1ed"}[data-icon-set=core][data-icon-name=settings-reset]::before{content:"\f1ee"}[data-icon-set=core][data-icon-name=share]::before{content:"\f1f0"}[data-icon-set=core][data-icon-name=shoppingcart]::before{content:"\f1f1"}[data-icon-set=core][data-icon-name=shot-close]::before{content:"\f277"}[data-icon-set=core][data-icon-name=shot-long]::before{content:"\f278"}[data-icon-set=core][data-icon-name=shot-mid]::before{content:"\f279"}[data-icon-set=core][data-icon-name=sleep]::before{content:"\f26d"}[data-icon-set=core][data-icon-name=social-facebook]::before{content:"\f10d"}[data-icon-set=core][data-icon-name=social-instagram]::before{content:"\f23a"}[data-icon-set=core][data-icon-name=social-linkedin]::before{content:"\f23d"}[data-icon-set=core][data-icon-name=social-x]::before{content:"\f24f"}[data-icon-set=core][data-icon-name=social-youtube]::before{content:"\f250"}[data-icon-set=core][data-icon-name=sort-down]::before{content:"\f23f"}[data-icon-set=core][data-icon-name=sort-up]::before{content:"\f240"}[data-icon-set=core][data-icon-name=sortable]::before{content:"\f242"}[data-icon-set=core][data-icon-name=standby]::before{content:"\f1f2"}[data-icon-set=core][data-icon-name=sync]::before{content:"\f1fa"}[data-icon-set=core][data-icon-name=sync-off]::before{content:"\f1f6"}[data-icon-set=core][data-icon-name=sync-off-success]::before{content:"\f27a";color:#00dd31}[data-icon-set=core][data-icon-name=sync-off-success]::after{content:"\f208";color:#002766}[data-icon-set=core][data-icon-name=sync-off-success] span::before{content:"\f209"}[data-icon-set=core][data-icon-name=sync-success]::before{content:"\f27d";color:#00dd31}[data-icon-set=core][data-icon-name=sync-success]::after{content:"\f20a";color:#002766}[data-icon-set=core][data-icon-name=sync-success] span::before{content:"\f20b"}[data-icon-set=core][data-icon-name=tile-menu]::before{content:"\f1fb"}[data-icon-set=core][data-icon-name=time]::before{content:"\f254"}[data-icon-set=core][data-icon-name=toolbox]::before{content:"\f24a"}[data-icon-set=core][data-icon-name=training]::before{content:"\f1fc"}[data-icon-set=core][data-icon-name=undo]::before{content:"\f1fd"}[data-icon-set=core][data-icon-name=unlock]::before{content:"\f1fe"}[data-icon-set=core][data-icon-name=upload]::before{content:"\f1ff"}[data-icon-set=core][data-icon-name=user]::before{content:"\f21c"}[data-icon-set=core][data-icon-name=user-add]::before{content:"\f248"}[data-icon-set=core][data-icon-name=user-administration]::before{content:"\f200"}[data-icon-set=core][data-icon-name=user-administrator]::before{content:"\f201"}[data-icon-set=core][data-icon-name=user-edit]::before{content:"\f202"}[data-icon-set=core][data-icon-name=user-engineer]::before{content:"\f203"}[data-icon-set=core][data-icon-name=user-group]::before{content:"\f205"}[data-icon-set=core][data-icon-name=user-group-administration]::before{content:"\f204"}[data-icon-set=core][data-icon-name=user-id]::before{content:"\f211"}[data-icon-set=core][data-icon-name=user-id-edit]::before{content:"\f25f"}[data-icon-set=core][data-icon-name=user-id-error]::before{content:"\f280";color:#f30303}[data-icon-set=core][data-icon-name=user-id-error]::after{content:"\f20e";color:#fff}[data-icon-set=core][data-icon-name=user-id-error] span::before{content:"\f20f"}[data-icon-set=core][data-icon-name=user-id-invalid]::before{content:"\f283";color:#f30303}[data-icon-set=core][data-icon-name=user-id-invalid]::after{content:"\f210";color:#fff}[data-icon-set=core][data-icon-name=user-id-invalid] span::before{content:"\f220"}[data-icon-set=core][data-icon-name=user-id-query]::before{content:"\f20c"}[data-icon-set=core][data-icon-name=user-id-reading]::before{content:"\f20d"}[data-icon-set=core][data-icon-name=user-id-success]::before{content:"\f285";color:#00dd31}[data-icon-set=core][data-icon-name=user-id-success]::after{content:"\f221";color:#002766}[data-icon-set=core][data-icon-name=user-id-success] span::before{content:"\f227"}[data-icon-set=core][data-icon-name=user-level-1]::before{content:"\f212"}[data-icon-set=core][data-icon-name=user-level-2]::before{content:"\f213"}[data-icon-set=core][data-icon-name=user-level-3]::before{content:"\f214"}[data-icon-set=core][data-icon-name=user-level-4]::before{content:"\f215"}[data-icon-set=core][data-icon-name=user-level-5]::before{content:"\f216"}[data-icon-set=core][data-icon-name=user-logout]::before{content:"\f217"}[data-icon-set=core][data-icon-name=user-maintainer]::before{content:"\f218"}[data-icon-set=core][data-icon-name=user-operator]::before{content:"\f219"}[data-icon-set=core][data-icon-name=user-trainer]::before{content:"\f21a"}[data-icon-set=core][data-icon-name=user-worker]::before{content:"\f21b"}[data-icon-set=core][data-icon-name=variants]::before{content:"\f10a"}[data-icon-set=core][data-icon-name=video]::before{content:"\f21d"}[data-icon-set=core][data-icon-name=view]::before{content:"\f21e"}[data-icon-set=core][data-icon-name=view-off]::before{content:"\f1b4"}[data-icon-set=core][data-icon-name=visual-inspection]::before{content:"\f21f"}[data-icon-set=core][data-icon-name=warning]::before{content:"\f222"}[data-icon-set=core][data-icon-name=warning-colored]::before{content:"\f26e";color:#002766}[data-icon-set=core][data-icon-name=warning-colored]::after{content:"\f270";color:#ffe300}[data-icon-set=core][data-icon-name=warning-filled]::before{content:"\f271"}[data-icon-set=core][data-icon-name=zoom-in]::before{content:"\f224"}[data-icon-set=core][data-icon-name=zoom-original]::before{content:"\f225"}[data-icon-set=core][data-icon-name=zoom-out]::before{content:"\f226"}[data-icon-set=core][data-icon-name=zoom-window]::before{content:"\f223"}
|
package/core/core-icons.eot
CHANGED
|
Binary file
|
package/core/core-icons.scss
CHANGED
|
@@ -85,6 +85,30 @@
|
|
|
85
85
|
&[data-icon-name="aggregation"]::before {
|
|
86
86
|
content: utils.get-icon-glyph("aggregation");
|
|
87
87
|
}
|
|
88
|
+
&[data-icon-name="alarm"]::before {
|
|
89
|
+
content: utils.get-icon-glyph("alarm");
|
|
90
|
+
}
|
|
91
|
+
&[data-icon-name="alarm-a1"]::before {
|
|
92
|
+
content: utils.get-icon-glyph("alarm-a1");
|
|
93
|
+
}
|
|
94
|
+
&[data-icon-name="alarm-a2"]::before {
|
|
95
|
+
content: utils.get-icon-glyph("alarm-a2");
|
|
96
|
+
}
|
|
97
|
+
&[data-icon-name="alarms-info"]::before {
|
|
98
|
+
content: utils.get-icon-glyph("alarms-info");
|
|
99
|
+
}
|
|
100
|
+
&[data-icon-name="alarms-per-type"]::before {
|
|
101
|
+
content: utils.get-icon-glyph("alarms-per-type");
|
|
102
|
+
}
|
|
103
|
+
&[data-icon-name="alarmtype-das"]::before {
|
|
104
|
+
content: utils.get-icon-glyph("alarmtype-das");
|
|
105
|
+
}
|
|
106
|
+
&[data-icon-name="alarmtype-off"]::before {
|
|
107
|
+
content: utils.get-icon-glyph("alarmtype-off");
|
|
108
|
+
}
|
|
109
|
+
&[data-icon-name="alarmtype-pause"]::before {
|
|
110
|
+
content: utils.get-icon-glyph("alarmtype-pause");
|
|
111
|
+
}
|
|
88
112
|
&[data-icon-name="align-horizontal-middle"]::before {
|
|
89
113
|
content: utils.get-icon-glyph("align-horizontal-middle");
|
|
90
114
|
}
|
|
@@ -192,6 +216,9 @@
|
|
|
192
216
|
&[data-icon-name="bluetooth"]::before {
|
|
193
217
|
content: utils.get-icon-glyph("bluetooth");
|
|
194
218
|
}
|
|
219
|
+
&[data-icon-name="bluetooth-logo"]::before {
|
|
220
|
+
content: utils.get-icon-glyph("bluetooth-logo");
|
|
221
|
+
}
|
|
195
222
|
&[data-icon-name="bluetooth-off"]::before {
|
|
196
223
|
content: utils.get-icon-glyph("bluetooth-off");
|
|
197
224
|
}
|
|
@@ -348,6 +375,9 @@
|
|
|
348
375
|
content: utils.get-icon-glyph("check-colored-part1");
|
|
349
376
|
color: #002766;
|
|
350
377
|
}
|
|
378
|
+
&[data-icon-name="check-filled"]::before {
|
|
379
|
+
content: utils.get-icon-glyph("check-filled");
|
|
380
|
+
}
|
|
351
381
|
&[data-icon-name="chevron-down"]::before {
|
|
352
382
|
content: utils.get-icon-glyph("chevron-down");
|
|
353
383
|
}
|
|
@@ -488,18 +518,6 @@
|
|
|
488
518
|
&[data-icon-name="descending"]::before {
|
|
489
519
|
content: utils.get-icon-glyph("descending");
|
|
490
520
|
}
|
|
491
|
-
&[data-icon-name="device-lan"]::before {
|
|
492
|
-
content: utils.get-icon-glyph("device-lan");
|
|
493
|
-
}
|
|
494
|
-
&[data-icon-name="device-lan-off"]::before {
|
|
495
|
-
content: utils.get-icon-glyph("device-lan-off");
|
|
496
|
-
}
|
|
497
|
-
&[data-icon-name="device-offline"]::before {
|
|
498
|
-
content: utils.get-icon-glyph("device-offline");
|
|
499
|
-
}
|
|
500
|
-
&[data-icon-name="device-online"]::before {
|
|
501
|
-
content: utils.get-icon-glyph("device-online");
|
|
502
|
-
}
|
|
503
521
|
&[data-icon-name="direction"]::before {
|
|
504
522
|
content: utils.get-icon-glyph("direction");
|
|
505
523
|
}
|
|
@@ -557,6 +575,9 @@
|
|
|
557
575
|
content: utils.get-icon-glyph("error-colored-part1");
|
|
558
576
|
color: #FFF;
|
|
559
577
|
}
|
|
578
|
+
&[data-icon-name="error-filled"]::before {
|
|
579
|
+
content: utils.get-icon-glyph("error-filled");
|
|
580
|
+
}
|
|
560
581
|
&[data-icon-name="export"]::before {
|
|
561
582
|
content: utils.get-icon-glyph("export");
|
|
562
583
|
}
|
|
@@ -588,6 +609,9 @@
|
|
|
588
609
|
content: utils.get-icon-glyph("feedback-warning-colored-part1");
|
|
589
610
|
color: #002766;
|
|
590
611
|
}
|
|
612
|
+
&[data-icon-name="feedback-warning-filled"]::before {
|
|
613
|
+
content: utils.get-icon-glyph("feedback-warning-filled");
|
|
614
|
+
}
|
|
591
615
|
&[data-icon-name="file"]::before {
|
|
592
616
|
content: utils.get-icon-glyph("file");
|
|
593
617
|
}
|
|
@@ -605,10 +629,6 @@
|
|
|
605
629
|
}
|
|
606
630
|
&[data-icon-name="file-others"]::before {
|
|
607
631
|
content: utils.get-icon-glyph("file-others");
|
|
608
|
-
color: #B5B5B5;
|
|
609
|
-
}
|
|
610
|
-
&[data-icon-name="file-others"]::after {
|
|
611
|
-
content: utils.get-icon-glyph("file-others-part1");
|
|
612
632
|
}
|
|
613
633
|
&[data-icon-name="file-pdf"]::before {
|
|
614
634
|
content: utils.get-icon-glyph("file-pdf");
|
|
@@ -1044,6 +1064,9 @@
|
|
|
1044
1064
|
&[data-icon-name="shot-mid"]::before {
|
|
1045
1065
|
content: utils.get-icon-glyph("shot-mid");
|
|
1046
1066
|
}
|
|
1067
|
+
&[data-icon-name="sleep"]::before {
|
|
1068
|
+
content: utils.get-icon-glyph("sleep");
|
|
1069
|
+
}
|
|
1047
1070
|
&[data-icon-name="social-facebook"]::before {
|
|
1048
1071
|
content: utils.get-icon-glyph("social-facebook");
|
|
1049
1072
|
}
|
|
@@ -1239,11 +1262,14 @@
|
|
|
1239
1262
|
}
|
|
1240
1263
|
&[data-icon-name="warning-colored"]::before {
|
|
1241
1264
|
content: utils.get-icon-glyph("warning-colored");
|
|
1242
|
-
color: #
|
|
1265
|
+
color: #002766;
|
|
1243
1266
|
}
|
|
1244
1267
|
&[data-icon-name="warning-colored"]::after {
|
|
1245
1268
|
content: utils.get-icon-glyph("warning-colored-part1");
|
|
1246
|
-
color: #
|
|
1269
|
+
color: #FFE300;
|
|
1270
|
+
}
|
|
1271
|
+
&[data-icon-name="warning-filled"]::before {
|
|
1272
|
+
content: utils.get-icon-glyph("warning-filled");
|
|
1247
1273
|
}
|
|
1248
1274
|
&[data-icon-name="zoom-in"]::before {
|
|
1249
1275
|
content: utils.get-icon-glyph("zoom-in");
|
package/core/core-icons.ttf
CHANGED
|
Binary file
|
package/core/core-icons.woff
CHANGED
|
Binary file
|
package/core/core-icons.woff2
CHANGED
|
Binary file
|