@odx/icons 3.27.0 → 3.29.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 +16 -6
- package/core/core-icons.css +1 -1
- package/core/core-icons.eot +0 -0
- package/core/core-icons.scss +44 -14
- 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/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-image.svg +4 -0
- package/core/svg/file-others.svg +1 -1
- package/core/svg/file-video.svg +4 -0
- 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.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 -35
- package/safety/safety-iconmap.scss +15 -18
- package/safety/safety-icons.css +1 -1
- package/safety/safety-icons.eot +0 -0
- package/safety/safety-icons.scss +16 -24
- 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 -18
- 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 → 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.29.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.28.0...v3.29.0) (2024-09-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **icons:** move icons to different set ([9a32f37](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/9a32f372ff6a8dd97d2376078f67f480018eb88e))
|
|
7
|
+
* **icons:** norm adaptions ([3d7d8d3](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/3d7d8d3d7f3d02a86d9a8611a11a316a1359a24c))
|
|
8
|
+
|
|
9
|
+
# [3.28.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.27.0...v3.28.0) (2024-09-13)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **icons:** filetype icons ([1beb18d](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/1beb18decc7820ff285654f5aec6e641397d0b9a))
|
|
15
|
+
|
|
1
16
|
# [3.27.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.26.0...v3.27.0) (2024-09-06)
|
|
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.29.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.29.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> (377 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>
|
|
@@ -554,6 +610,13 @@
|
|
|
554
610
|
<span class="icon-name">check-colored</span>
|
|
555
611
|
<span class="icon-alias">
|
|
556
612
|
</div>
|
|
613
|
+
<div class="icons__item">
|
|
614
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="check-filled">
|
|
615
|
+
<span></span>
|
|
616
|
+
</i>
|
|
617
|
+
<span class="icon-name">check-filled</span>
|
|
618
|
+
<span class="icon-alias">
|
|
619
|
+
</div>
|
|
557
620
|
<div class="icons__item">
|
|
558
621
|
<i class="odx-icon" data-icon-set="core" data-icon-name="chevron-down">
|
|
559
622
|
<span></span>
|
|
@@ -806,34 +869,6 @@
|
|
|
806
869
|
<span class="icon-name">descending</span>
|
|
807
870
|
<span class="icon-alias">
|
|
808
871
|
</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
872
|
<div class="icons__item">
|
|
838
873
|
<i class="odx-icon" data-icon-set="core" data-icon-name="direction">
|
|
839
874
|
<span></span>
|
|
@@ -946,6 +981,13 @@
|
|
|
946
981
|
<span class="icon-name">error-colored</span>
|
|
947
982
|
<span class="icon-alias">
|
|
948
983
|
</div>
|
|
984
|
+
<div class="icons__item">
|
|
985
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="error-filled">
|
|
986
|
+
<span></span>
|
|
987
|
+
</i>
|
|
988
|
+
<span class="icon-name">error-filled</span>
|
|
989
|
+
<span class="icon-alias">
|
|
990
|
+
</div>
|
|
949
991
|
<div class="icons__item">
|
|
950
992
|
<i class="odx-icon" data-icon-set="core" data-icon-name="export">
|
|
951
993
|
<span></span>
|
|
@@ -995,6 +1037,13 @@
|
|
|
995
1037
|
<span class="icon-name">feedback-warning-colored</span>
|
|
996
1038
|
<span class="icon-alias">
|
|
997
1039
|
</div>
|
|
1040
|
+
<div class="icons__item">
|
|
1041
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="feedback-warning-filled">
|
|
1042
|
+
<span></span>
|
|
1043
|
+
</i>
|
|
1044
|
+
<span class="icon-name">feedback-warning-filled</span>
|
|
1045
|
+
<span class="icon-alias">
|
|
1046
|
+
</div>
|
|
998
1047
|
<div class="icons__item">
|
|
999
1048
|
<i class="odx-icon" data-icon-set="core" data-icon-name="file">
|
|
1000
1049
|
<span></span>
|
|
@@ -1016,6 +1065,13 @@
|
|
|
1016
1065
|
<span class="icon-name">file-excel</span>
|
|
1017
1066
|
<span class="icon-alias">
|
|
1018
1067
|
</div>
|
|
1068
|
+
<div class="icons__item">
|
|
1069
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="file-image">
|
|
1070
|
+
<span></span>
|
|
1071
|
+
</i>
|
|
1072
|
+
<span class="icon-name">file-image</span>
|
|
1073
|
+
<span class="icon-alias">
|
|
1074
|
+
</div>
|
|
1019
1075
|
<div class="icons__item">
|
|
1020
1076
|
<i class="odx-icon" data-icon-set="core" data-icon-name="file-jpg">
|
|
1021
1077
|
<span></span>
|
|
@@ -1058,6 +1114,13 @@
|
|
|
1058
1114
|
<span class="icon-name">file-svg</span>
|
|
1059
1115
|
<span class="icon-alias">
|
|
1060
1116
|
</div>
|
|
1117
|
+
<div class="icons__item">
|
|
1118
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="file-video">
|
|
1119
|
+
<span></span>
|
|
1120
|
+
</i>
|
|
1121
|
+
<span class="icon-name">file-video</span>
|
|
1122
|
+
<span class="icon-alias">
|
|
1123
|
+
</div>
|
|
1061
1124
|
<div class="icons__item">
|
|
1062
1125
|
<i class="odx-icon" data-icon-set="core" data-icon-name="file-wmv">
|
|
1063
1126
|
<span></span>
|
|
@@ -1905,6 +1968,13 @@
|
|
|
1905
1968
|
<span class="icon-name">shot-mid</span>
|
|
1906
1969
|
<span class="icon-alias">
|
|
1907
1970
|
</div>
|
|
1971
|
+
<div class="icons__item">
|
|
1972
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="sleep">
|
|
1973
|
+
<span></span>
|
|
1974
|
+
</i>
|
|
1975
|
+
<span class="icon-name">sleep</span>
|
|
1976
|
+
<span class="icon-alias">
|
|
1977
|
+
</div>
|
|
1908
1978
|
<div class="icons__item">
|
|
1909
1979
|
<i class="odx-icon" data-icon-set="core" data-icon-name="social-facebook">
|
|
1910
1980
|
<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",
|
|
@@ -80,6 +88,7 @@ $glyphs: (
|
|
|
80
88
|
check: "\f155",
|
|
81
89
|
check-colored: "\f243",
|
|
82
90
|
check-colored-part1: "\f154",
|
|
91
|
+
check-filled: "\f269",
|
|
83
92
|
chevron-down: "\f156",
|
|
84
93
|
chevron-left: "\f157",
|
|
85
94
|
chevron-left-end: "\f244",
|
|
@@ -124,10 +133,6 @@ $glyphs: (
|
|
|
124
133
|
delete-success-part1: "\f17f",
|
|
125
134
|
delete-success-part2: "\f1b7",
|
|
126
135
|
descending: "\f173",
|
|
127
|
-
device-lan: "\f235",
|
|
128
|
-
device-lan-off: "\f231",
|
|
129
|
-
device-offline: "\f120",
|
|
130
|
-
device-online: "\f124",
|
|
131
136
|
direction: "\f103",
|
|
132
137
|
document: "\f178",
|
|
133
138
|
document-check: "\f174",
|
|
@@ -146,6 +151,7 @@ $glyphs: (
|
|
|
146
151
|
error: "\f180",
|
|
147
152
|
error-colored: "\f258",
|
|
148
153
|
error-colored-part1: "\f1cb",
|
|
154
|
+
error-filled: "\f26a",
|
|
149
155
|
export: "\f181",
|
|
150
156
|
favicon: "\f239",
|
|
151
157
|
favicon-part1: "\f24b",
|
|
@@ -155,15 +161,18 @@ $glyphs: (
|
|
|
155
161
|
feedback-warning: "\f186",
|
|
156
162
|
feedback-warning-colored: "\f259",
|
|
157
163
|
feedback-warning-colored-part1: "\f1cc",
|
|
164
|
+
feedback-warning-filled: "\f26b",
|
|
158
165
|
file: "\f18c",
|
|
159
166
|
file-csv: "\f1a2",
|
|
160
167
|
file-excel: "\f187",
|
|
168
|
+
file-image: "\f260",
|
|
161
169
|
file-jpg: "\f256",
|
|
162
170
|
file-others: "\f25a",
|
|
163
171
|
file-pdf: "\f188",
|
|
164
172
|
file-png: "\f24d",
|
|
165
173
|
file-ppt: "\f189",
|
|
166
174
|
file-svg: "\f24e",
|
|
175
|
+
file-video: "\f265",
|
|
167
176
|
file-wmv: "\f25b",
|
|
168
177
|
file-word: "\f18a",
|
|
169
178
|
file-zip: "\f18b",
|
|
@@ -299,6 +308,7 @@ $glyphs: (
|
|
|
299
308
|
shot-close: "\f277",
|
|
300
309
|
shot-long: "\f278",
|
|
301
310
|
shot-mid: "\f279",
|
|
311
|
+
sleep: "\f26d",
|
|
302
312
|
social-facebook: "\f10d",
|
|
303
313
|
social-instagram: "\f23a",
|
|
304
314
|
social-linkedin: "\f23d",
|
|
@@ -360,8 +370,8 @@ $glyphs: (
|
|
|
360
370
|
view-off: "\f1b4",
|
|
361
371
|
visual-inspection: "\f21f",
|
|
362
372
|
warning: "\f222",
|
|
363
|
-
warning-colored: "\
|
|
364
|
-
warning-colored-part1: "\
|
|
373
|
+
warning-colored: "\f26e",
|
|
374
|
+
warning-colored-part1: "\f270",
|
|
365
375
|
zoom-in: "\f224",
|
|
366
376
|
zoom-original: "\f225",
|
|
367
377
|
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-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-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-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=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
|
}
|
|
@@ -348,6 +372,9 @@
|
|
|
348
372
|
content: utils.get-icon-glyph("check-colored-part1");
|
|
349
373
|
color: #002766;
|
|
350
374
|
}
|
|
375
|
+
&[data-icon-name="check-filled"]::before {
|
|
376
|
+
content: utils.get-icon-glyph("check-filled");
|
|
377
|
+
}
|
|
351
378
|
&[data-icon-name="chevron-down"]::before {
|
|
352
379
|
content: utils.get-icon-glyph("chevron-down");
|
|
353
380
|
}
|
|
@@ -488,18 +515,6 @@
|
|
|
488
515
|
&[data-icon-name="descending"]::before {
|
|
489
516
|
content: utils.get-icon-glyph("descending");
|
|
490
517
|
}
|
|
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
518
|
&[data-icon-name="direction"]::before {
|
|
504
519
|
content: utils.get-icon-glyph("direction");
|
|
505
520
|
}
|
|
@@ -557,6 +572,9 @@
|
|
|
557
572
|
content: utils.get-icon-glyph("error-colored-part1");
|
|
558
573
|
color: #FFF;
|
|
559
574
|
}
|
|
575
|
+
&[data-icon-name="error-filled"]::before {
|
|
576
|
+
content: utils.get-icon-glyph("error-filled");
|
|
577
|
+
}
|
|
560
578
|
&[data-icon-name="export"]::before {
|
|
561
579
|
content: utils.get-icon-glyph("export");
|
|
562
580
|
}
|
|
@@ -588,6 +606,9 @@
|
|
|
588
606
|
content: utils.get-icon-glyph("feedback-warning-colored-part1");
|
|
589
607
|
color: #002766;
|
|
590
608
|
}
|
|
609
|
+
&[data-icon-name="feedback-warning-filled"]::before {
|
|
610
|
+
content: utils.get-icon-glyph("feedback-warning-filled");
|
|
611
|
+
}
|
|
591
612
|
&[data-icon-name="file"]::before {
|
|
592
613
|
content: utils.get-icon-glyph("file");
|
|
593
614
|
}
|
|
@@ -597,6 +618,9 @@
|
|
|
597
618
|
&[data-icon-name="file-excel"]::before {
|
|
598
619
|
content: utils.get-icon-glyph("file-excel");
|
|
599
620
|
}
|
|
621
|
+
&[data-icon-name="file-image"]::before {
|
|
622
|
+
content: utils.get-icon-glyph("file-image");
|
|
623
|
+
}
|
|
600
624
|
&[data-icon-name="file-jpg"]::before {
|
|
601
625
|
content: utils.get-icon-glyph("file-jpg");
|
|
602
626
|
}
|
|
@@ -615,6 +639,9 @@
|
|
|
615
639
|
&[data-icon-name="file-svg"]::before {
|
|
616
640
|
content: utils.get-icon-glyph("file-svg");
|
|
617
641
|
}
|
|
642
|
+
&[data-icon-name="file-video"]::before {
|
|
643
|
+
content: utils.get-icon-glyph("file-video");
|
|
644
|
+
}
|
|
618
645
|
&[data-icon-name="file-wmv"]::before {
|
|
619
646
|
content: utils.get-icon-glyph("file-wmv");
|
|
620
647
|
}
|
|
@@ -1034,6 +1061,9 @@
|
|
|
1034
1061
|
&[data-icon-name="shot-mid"]::before {
|
|
1035
1062
|
content: utils.get-icon-glyph("shot-mid");
|
|
1036
1063
|
}
|
|
1064
|
+
&[data-icon-name="sleep"]::before {
|
|
1065
|
+
content: utils.get-icon-glyph("sleep");
|
|
1066
|
+
}
|
|
1037
1067
|
&[data-icon-name="social-facebook"]::before {
|
|
1038
1068
|
content: utils.get-icon-glyph("social-facebook");
|
|
1039
1069
|
}
|
|
@@ -1229,11 +1259,11 @@
|
|
|
1229
1259
|
}
|
|
1230
1260
|
&[data-icon-name="warning-colored"]::before {
|
|
1231
1261
|
content: utils.get-icon-glyph("warning-colored");
|
|
1232
|
-
color: #
|
|
1262
|
+
color: #002766;
|
|
1233
1263
|
}
|
|
1234
1264
|
&[data-icon-name="warning-colored"]::after {
|
|
1235
1265
|
content: utils.get-icon-glyph("warning-colored-part1");
|
|
1236
|
-
color: #
|
|
1266
|
+
color: #FFE300;
|
|
1237
1267
|
}
|
|
1238
1268
|
&[data-icon-name="zoom-in"]::before {
|
|
1239
1269
|
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
|