@odx/icons 3.66.0 → 3.68.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 +21 -0
- package/core/core-demo-poster.html +45 -3
- package/core/core-iconmap.scss +6 -0
- package/core/core-icons.css +1 -1
- package/core/core-icons.eot +0 -0
- package/core/core-icons.scss +18 -0
- package/core/core-icons.ttf +0 -0
- package/core/core-icons.woff +0 -0
- package/core/core-icons.woff2 +0 -0
- package/core/core-metadata.json +24 -0
- package/core/svg/ai-assistant.svg +4 -0
- package/core/svg/code-of-conduct.svg +4 -0
- package/core/svg/finance-service.svg +4 -0
- package/core/svg/gaia.svg +4 -0
- package/core/svg/rutube.svg +1 -0
- package/core/svg/sustainable-supply-chain.svg +1 -0
- package/medical/medical-demo-poster.html +2 -2
- package/package.json +1 -1
- package/safety/safety-demo-poster.html +52 -3
- package/safety/safety-iconmap.scss +9 -0
- package/safety/safety-icons.css +1 -1
- package/safety/safety-icons.eot +0 -0
- package/safety/safety-icons.scss +29 -0
- 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 +28 -0
- package/safety/svg/cool-down-time.svg +1 -0
- package/safety/svg/emergency-stop-not-triggered.svg +1 -0
- package/safety/svg/emergency-stop-triggered-mono.svg +1 -0
- package/safety/svg/emergency-stop-triggered.svg +1 -0
- package/safety/svg/fresh-air-supply-in.svg +4 -0
- package/safety/svg/fresh-air-supply-out.svg +4 -0
- package/safety/svg/pilot-burner.svg +1 -0
- package/uib-legacy/uib-legacy-demo-poster.html +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# [3.68.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.67.0...v3.68.0) (2025-09-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **icons:** add code-of-conduct to core set ([7986b56](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/7986b56271dd2bd7cf4dc89015d5156fb19d4809))
|
|
7
|
+
* **icons:** add cool-down-time to safety set ([52c2c63](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/52c2c63425080e9d1105abbd534fe297a6b72fae))
|
|
8
|
+
* **icons:** add emergency-stop-* to safety set ([4646c7b](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/4646c7b00f0c83e8d10d8accf1b80b55456a3d0b))
|
|
9
|
+
* **icons:** add finance-service to core set ([f3659f4](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/f3659f43d56929e03c0343d3d309ef51779a36fe))
|
|
10
|
+
* **icons:** add fresh-air-supply-* to safety set ([e6dd898](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/e6dd8982b8da29142f58490b7f94fd75ab0207af))
|
|
11
|
+
* **icons:** add gaja and rutube to core set ([1d3ac6e](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/1d3ac6ed3e4ee3b77919afce5d3569e7bfa059ac))
|
|
12
|
+
* **icons:** add pilot-burner to safety set ([0475368](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/0475368b458d4ece5b9af1ab23e427a16796939a))
|
|
13
|
+
* **icons:** add sustainable-supply-chain to core set ([e1bc4e9](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/e1bc4e9abd4bcef2d5ceb4769dcacc611b560780))
|
|
14
|
+
|
|
15
|
+
# [3.67.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.66.0...v3.67.0) (2025-08-01)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **icons:** add ai-assistant icon to core set ([4b5439d](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/4b5439da9398c764ed5efbb9c0faab9920db3e38))
|
|
21
|
+
|
|
1
22
|
# [3.66.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.65.0...v3.66.0) (2025-07-30)
|
|
2
23
|
|
|
3
24
|
|
|
@@ -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.68.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.68.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> (463 icons)
|
|
134
134
|
</div>
|
|
135
135
|
</header>
|
|
136
136
|
<main class="icons" id="icons">
|
|
@@ -141,6 +141,13 @@
|
|
|
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="ai-assistant">
|
|
146
|
+
<span></span>
|
|
147
|
+
</i>
|
|
148
|
+
<span class="icon-name">ai-assistant</span>
|
|
149
|
+
<span class="icon-alias">
|
|
150
|
+
</div>
|
|
144
151
|
<div class="icons__item">
|
|
145
152
|
<i class="odx-icon" data-icon-set="core" data-icon-name="alarm">
|
|
146
153
|
<span></span>
|
|
@@ -876,6 +883,13 @@
|
|
|
876
883
|
<span class="icon-name">cloud-warning-mono</span>
|
|
877
884
|
<span class="icon-alias">
|
|
878
885
|
</div>
|
|
886
|
+
<div class="icons__item">
|
|
887
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="code-of-conduct">
|
|
888
|
+
<span></span>
|
|
889
|
+
</i>
|
|
890
|
+
<span class="icon-name">code-of-conduct</span>
|
|
891
|
+
<span class="icon-alias">
|
|
892
|
+
</div>
|
|
879
893
|
<div class="icons__item">
|
|
880
894
|
<i class="odx-icon" data-icon-set="core" data-icon-name="colorpicker">
|
|
881
895
|
<span></span>
|
|
@@ -1366,6 +1380,13 @@
|
|
|
1366
1380
|
<span class="icon-name">filter-settings</span>
|
|
1367
1381
|
<span class="icon-alias">
|
|
1368
1382
|
</div>
|
|
1383
|
+
<div class="icons__item">
|
|
1384
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="finance-service">
|
|
1385
|
+
<span></span>
|
|
1386
|
+
</i>
|
|
1387
|
+
<span class="icon-name">finance-service</span>
|
|
1388
|
+
<span class="icon-alias">
|
|
1389
|
+
</div>
|
|
1369
1390
|
<div class="icons__item">
|
|
1370
1391
|
<i class="odx-icon" data-icon-set="core" data-icon-name="financeservice">
|
|
1371
1392
|
<span></span>
|
|
@@ -1422,6 +1443,13 @@
|
|
|
1422
1443
|
<span class="icon-name">folder-team</span>
|
|
1423
1444
|
<span class="icon-alias">
|
|
1424
1445
|
</div>
|
|
1446
|
+
<div class="icons__item">
|
|
1447
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="gaia">
|
|
1448
|
+
<span></span>
|
|
1449
|
+
</i>
|
|
1450
|
+
<span class="icon-name">gaia</span>
|
|
1451
|
+
<span class="icon-alias">
|
|
1452
|
+
</div>
|
|
1425
1453
|
<div class="icons__item">
|
|
1426
1454
|
<i class="odx-icon" data-icon-set="core" data-icon-name="gender-female">
|
|
1427
1455
|
<span></span>
|
|
@@ -2192,6 +2220,13 @@
|
|
|
2192
2220
|
<span class="icon-name">reset</span>
|
|
2193
2221
|
<span class="icon-alias">
|
|
2194
2222
|
</div>
|
|
2223
|
+
<div class="icons__item">
|
|
2224
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="rutube">
|
|
2225
|
+
<span></span>
|
|
2226
|
+
</i>
|
|
2227
|
+
<span class="icon-name">rutube</span>
|
|
2228
|
+
<span class="icon-alias">
|
|
2229
|
+
</div>
|
|
2195
2230
|
<div class="icons__item">
|
|
2196
2231
|
<i class="odx-icon" data-icon-set="core" data-icon-name="sabbatical">
|
|
2197
2232
|
<span></span>
|
|
@@ -2500,6 +2535,13 @@
|
|
|
2500
2535
|
<span class="icon-name">standby</span>
|
|
2501
2536
|
<span class="icon-alias">
|
|
2502
2537
|
</div>
|
|
2538
|
+
<div class="icons__item">
|
|
2539
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="sustainable-supply-chain">
|
|
2540
|
+
<span></span>
|
|
2541
|
+
</i>
|
|
2542
|
+
<span class="icon-name">sustainable-supply-chain</span>
|
|
2543
|
+
<span class="icon-alias">
|
|
2544
|
+
</div>
|
|
2503
2545
|
<div class="icons__item">
|
|
2504
2546
|
<i class="odx-icon" data-icon-set="core" data-icon-name="sync">
|
|
2505
2547
|
<span></span>
|
package/core/core-iconmap.scss
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
$glyphs: (
|
|
2
2
|
aggregation: "\f11d",
|
|
3
|
+
ai-assistant: "\f2cb",
|
|
3
4
|
alarm: "\f231",
|
|
4
5
|
alarm-a1: "\f120",
|
|
5
6
|
alarm-a2: "\f124",
|
|
@@ -132,6 +133,7 @@ $glyphs: (
|
|
|
132
133
|
cloud-warning-mono: "\f29e",
|
|
133
134
|
cloud-warning-part1: "\f163",
|
|
134
135
|
cloud-warning-part2: "\f164",
|
|
136
|
+
code-of-conduct: "\f2cf",
|
|
135
137
|
colorpicker: "\f185",
|
|
136
138
|
column: "\f1a1",
|
|
137
139
|
comment: "\f166",
|
|
@@ -209,6 +211,7 @@ $glyphs: (
|
|
|
209
211
|
filter: "\f18f",
|
|
210
212
|
filter-close: "\f18d",
|
|
211
213
|
filter-settings: "\f18e",
|
|
214
|
+
finance-service: "\f2ce",
|
|
212
215
|
financeservice: "\f2bc",
|
|
213
216
|
fitness-discount: "\f269",
|
|
214
217
|
flag: "\f190",
|
|
@@ -217,6 +220,7 @@ $glyphs: (
|
|
|
217
220
|
folder-open: "\f191",
|
|
218
221
|
folder-out: "\f25d",
|
|
219
222
|
folder-team: "\f25e",
|
|
223
|
+
gaia: "\f2cd",
|
|
220
224
|
gender-female: "\f193",
|
|
221
225
|
gender-male: "\f194",
|
|
222
226
|
globe: "\f22b",
|
|
@@ -345,6 +349,7 @@ $glyphs: (
|
|
|
345
349
|
remote-service: "\f2c7",
|
|
346
350
|
request-list: "\f287",
|
|
347
351
|
reset: "\f1da",
|
|
352
|
+
rutube: "\f2cc",
|
|
348
353
|
sabbatical: "\f271",
|
|
349
354
|
save: "\f1dc",
|
|
350
355
|
save-as: "\f1db",
|
|
@@ -389,6 +394,7 @@ $glyphs: (
|
|
|
389
394
|
sortable: "\f242",
|
|
390
395
|
sports: "\f259",
|
|
391
396
|
standby: "\f1f2",
|
|
397
|
+
sustainable-supply-chain: "\f2ca",
|
|
392
398
|
sync: "\f1fa",
|
|
393
399
|
sync-off: "\f1f6",
|
|
394
400
|
sync-off-success-mono: "\f2b2",
|
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=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-left]::before{content:"\f2c0"}[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-tab]::before{content:"\f288"}[data-icon-set=core][data-icon-name=arrow-up]::before{content:"\f113"}[data-icon-set=core][data-icon-name=arrow-up-left]::before{content:"\f2c1"}[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-mono]::before{content:"\f28b"}[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-mono]::before{content:"\f28d"}[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-mono]::before{content:"\f28e"}[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-mono]::before{content:"\f291"}[data-icon-set=core][data-icon-name=blocked]::before{content:"\f28f";color:#f30303}[data-icon-set=core][data-icon-name=blocked]::after{content:"\f290";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-mono]::before{content:"\f292"}[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-mono]::before{content:"\f293"}[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-mono]::before{content:"\f294"}[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-mono]::before{content:"\f295"}[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-mono]::before{content:"\f296"}[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-setting]::before{content:"\f289"}[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-mono]::before{content:"\f297"}[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-mono]::before{content:"\f298"}[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=career]::before{content:"\f2c2"}[data-icon-set=core][data-icon-name=check]::before{content:"\f155"}[data-icon-set=core][data-icon-name=check-filled-mono]::before{content:"\f29b"}[data-icon-set=core][data-icon-name=check-filled]::before{content:"\f299";color:#00dd31}[data-icon-set=core][data-icon-name=check-filled]::after{content:"\f29a";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=childcare]::before{content:"\f1cc"}[data-icon-set=core][data-icon-name=close]::before{content:"\f15a"}[data-icon-set=core][data-icon-name=closed-caption]::before{content:"\f137"}[data-icon-set=core][data-icon-name=closed-caption-off]::before{content:"\f129"}[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-mono]::before{content:"\f29c"}[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-mono]::before{content:"\f29d"}[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-mono]::before{content:"\f29e"}[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=dataprivacy]::before{content:"\f22a"}[data-icon-set=core][data-icon-name=delete]::before{content:"\f172"}[data-icon-set=core][data-icon-name=delete-success-mono]::before{content:"\f29f"}[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=discount]::before{content:"\f232"}[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-mono]::before{content:"\f2a0"}[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-ok-mono]::before{content:"\f2a1"}[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=education]::before{content:"\f243"}[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-filled-mono]::before{content:"\f2a4"}[data-icon-set=core][data-icon-name=error-filled]::before{content:"\f2a2";color:#f30303}[data-icon-set=core][data-icon-name=error-filled]::after{content:"\f2a3";color:#fff}[data-icon-set=core][data-icon-name=export]::before{content:"\f181"}[data-icon-set=core][data-icon-name=family]::before{content:"\f258"}[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:"\f273";color:#fff}[data-icon-set=core][data-icon-name=fax]::after{content:"\f274"}[data-icon-set=core][data-icon-name=feedback-warning]::before{content:"\f186"}[data-icon-set=core][data-icon-name=feedback-warning-filled-mono]::before{content:"\f2a7"}[data-icon-set=core][data-icon-name=feedback-warning-filled]::before{content:"\f2a5";color:#ffe300}[data-icon-set=core][data-icon-name=feedback-warning-filled]::after{content:"\f2a6";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:"\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=financeservice]::before{content:"\f2bc"}[data-icon-set=core][data-icon-name=fitness-discount]::before{content:"\f269"}[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=help-ticket]::before{content:"\f2c9"}[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=hybridwork]::before{content:"\f26a"}[data-icon-set=core][data-icon-name=ifu]::before{content:"\f282"}[data-icon-set=core][data-icon-name=ifu-error-mono]::before{content:"\f2a8"}[data-icon-set=core][data-icon-name=ifu-error]::before{content:"\f276";color:#f30303}[data-icon-set=core][data-icon-name=ifu-error]::after{content:"\f27b";color:#fff}[data-icon-set=core][data-icon-name=ifu-error] span::before{content:"\f27c"}[data-icon-set=core][data-icon-name=ifu-success-mono]::before{content:"\f2a9"}[data-icon-set=core][data-icon-name=ifu-success]::before{content:"\f27e";color:#00dd31}[data-icon-set=core][data-icon-name=ifu-success]::after{content:"\f27f";color:#002766}[data-icon-set=core][data-icon-name=ifu-success] span::before{content:"\f281"}[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=information-security]::before{content:"\f1cb"}[data-icon-set=core][data-icon-name=introduction]::before{content:"\f105"}[data-icon-set=core][data-icon-name=kantine]::before{content:"\f26b"}[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-add]::before{content:"\f28a"}[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-qrcode]::before{content:"\f28c"}[data-icon-set=core][data-icon-name=location-scan]::before{content:"\f19d"}[data-icon-set=core][data-icon-name=location-scan-error-mono]::before{content:"\f2aa"}[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-mono]::before{content:"\f2ab"}[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-mono]::before{content:"\f2ac"}[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-mono]::before{content:"\f2ad"}[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=marketplace]::before{content:"\f284"}[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=money]::before{content:"\f26e"}[data-icon-set=core][data-icon-name=more]::before{content:"\f1b9"}[data-icon-set=core][data-icon-name=naver]::before{content:"\f2bf"}[data-icon-set=core][data-icon-name=naver-medical-blog]::before{content:"\f2bd"}[data-icon-set=core][data-icon-name=naver-safety-blog]::before{content:"\f2be"}[data-icon-set=core][data-icon-name=networking]::before{content:"\f270"}[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-mono]::before{content:"\f2ae"}[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-mono]::before{content:"\f2af"}[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-mono]::before{content:"\f2b0"}[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=products]::before{content:"\f2c8"}[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=remote-service]::before{content:"\f2c7"}[data-icon-set=core][data-icon-name=request-list]::before{content:"\f287"}[data-icon-set=core][data-icon-name=reset]::before{content:"\f1da"}[data-icon-set=core][data-icon-name=sabbatical]::before{content:"\f271"}[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=shoppingcart-history]::before{content:"\f2b1"}[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=shuffle]::before{content:"\f154"}[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-qq]::before{content:"\f2c6"}[data-icon-set=core][data-icon-name=social-vk]::before{content:"\f2c5"}[data-icon-set=core][data-icon-name=social-wechat]::before{content:"\f2c4"}[data-icon-set=core][data-icon-name=social-x]::before{content:"\f24f"}[data-icon-set=core][data-icon-name=social-xing]::before{content:"\f2c3"}[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=sports]::before{content:"\f259"}[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-mono]::before{content:"\f2b2"}[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-mono]::before{content:"\f2b3"}[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=time-flexible]::before{content:"\f2ba"}[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=usb]::before{content:"\f286"}[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-mono]::before{content:"\f2b4"}[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-mono]::before{content:"\f2b5"}[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-mono]::before{content:"\f2b6"}[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=vacation]::before{content:"\f2bb"}[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-filled-mono]::before{content:"\f2b9"}[data-icon-set=core][data-icon-name=warning-filled]::before{content:"\f2b7";color:#002766}[data-icon-set=core][data-icon-name=warning-filled]::after{content:"\f2b8";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"}
|
|
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=ai-assistant]::before{content:"\f2cb"}[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-left]::before{content:"\f2c0"}[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-tab]::before{content:"\f288"}[data-icon-set=core][data-icon-name=arrow-up]::before{content:"\f113"}[data-icon-set=core][data-icon-name=arrow-up-left]::before{content:"\f2c1"}[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-mono]::before{content:"\f28b"}[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-mono]::before{content:"\f28d"}[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-mono]::before{content:"\f28e"}[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-mono]::before{content:"\f291"}[data-icon-set=core][data-icon-name=blocked]::before{content:"\f28f";color:#f30303}[data-icon-set=core][data-icon-name=blocked]::after{content:"\f290";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-mono]::before{content:"\f292"}[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-mono]::before{content:"\f293"}[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-mono]::before{content:"\f294"}[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-mono]::before{content:"\f295"}[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-mono]::before{content:"\f296"}[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-setting]::before{content:"\f289"}[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-mono]::before{content:"\f297"}[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-mono]::before{content:"\f298"}[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=career]::before{content:"\f2c2"}[data-icon-set=core][data-icon-name=check]::before{content:"\f155"}[data-icon-set=core][data-icon-name=check-filled-mono]::before{content:"\f29b"}[data-icon-set=core][data-icon-name=check-filled]::before{content:"\f299";color:#00dd31}[data-icon-set=core][data-icon-name=check-filled]::after{content:"\f29a";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=childcare]::before{content:"\f1cc"}[data-icon-set=core][data-icon-name=close]::before{content:"\f15a"}[data-icon-set=core][data-icon-name=closed-caption]::before{content:"\f137"}[data-icon-set=core][data-icon-name=closed-caption-off]::before{content:"\f129"}[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-mono]::before{content:"\f29c"}[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-mono]::before{content:"\f29d"}[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-mono]::before{content:"\f29e"}[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=code-of-conduct]::before{content:"\f2cf"}[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=dataprivacy]::before{content:"\f22a"}[data-icon-set=core][data-icon-name=delete]::before{content:"\f172"}[data-icon-set=core][data-icon-name=delete-success-mono]::before{content:"\f29f"}[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=discount]::before{content:"\f232"}[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-mono]::before{content:"\f2a0"}[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-ok-mono]::before{content:"\f2a1"}[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=education]::before{content:"\f243"}[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-filled-mono]::before{content:"\f2a4"}[data-icon-set=core][data-icon-name=error-filled]::before{content:"\f2a2";color:#f30303}[data-icon-set=core][data-icon-name=error-filled]::after{content:"\f2a3";color:#fff}[data-icon-set=core][data-icon-name=export]::before{content:"\f181"}[data-icon-set=core][data-icon-name=family]::before{content:"\f258"}[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:"\f273";color:#fff}[data-icon-set=core][data-icon-name=fax]::after{content:"\f274"}[data-icon-set=core][data-icon-name=feedback-warning]::before{content:"\f186"}[data-icon-set=core][data-icon-name=feedback-warning-filled-mono]::before{content:"\f2a7"}[data-icon-set=core][data-icon-name=feedback-warning-filled]::before{content:"\f2a5";color:#ffe300}[data-icon-set=core][data-icon-name=feedback-warning-filled]::after{content:"\f2a6";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:"\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=finance-service]::before{content:"\f2ce"}[data-icon-set=core][data-icon-name=financeservice]::before{content:"\f2bc"}[data-icon-set=core][data-icon-name=fitness-discount]::before{content:"\f269"}[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=gaia]::before{content:"\f2cd"}[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=help-ticket]::before{content:"\f2c9"}[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=hybridwork]::before{content:"\f26a"}[data-icon-set=core][data-icon-name=ifu]::before{content:"\f282"}[data-icon-set=core][data-icon-name=ifu-error-mono]::before{content:"\f2a8"}[data-icon-set=core][data-icon-name=ifu-error]::before{content:"\f276";color:#f30303}[data-icon-set=core][data-icon-name=ifu-error]::after{content:"\f27b";color:#fff}[data-icon-set=core][data-icon-name=ifu-error] span::before{content:"\f27c"}[data-icon-set=core][data-icon-name=ifu-success-mono]::before{content:"\f2a9"}[data-icon-set=core][data-icon-name=ifu-success]::before{content:"\f27e";color:#00dd31}[data-icon-set=core][data-icon-name=ifu-success]::after{content:"\f27f";color:#002766}[data-icon-set=core][data-icon-name=ifu-success] span::before{content:"\f281"}[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=information-security]::before{content:"\f1cb"}[data-icon-set=core][data-icon-name=introduction]::before{content:"\f105"}[data-icon-set=core][data-icon-name=kantine]::before{content:"\f26b"}[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-add]::before{content:"\f28a"}[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-qrcode]::before{content:"\f28c"}[data-icon-set=core][data-icon-name=location-scan]::before{content:"\f19d"}[data-icon-set=core][data-icon-name=location-scan-error-mono]::before{content:"\f2aa"}[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-mono]::before{content:"\f2ab"}[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-mono]::before{content:"\f2ac"}[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-mono]::before{content:"\f2ad"}[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=marketplace]::before{content:"\f284"}[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=money]::before{content:"\f26e"}[data-icon-set=core][data-icon-name=more]::before{content:"\f1b9"}[data-icon-set=core][data-icon-name=naver]::before{content:"\f2bf"}[data-icon-set=core][data-icon-name=naver-medical-blog]::before{content:"\f2bd"}[data-icon-set=core][data-icon-name=naver-safety-blog]::before{content:"\f2be"}[data-icon-set=core][data-icon-name=networking]::before{content:"\f270"}[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-mono]::before{content:"\f2ae"}[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-mono]::before{content:"\f2af"}[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-mono]::before{content:"\f2b0"}[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=products]::before{content:"\f2c8"}[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=remote-service]::before{content:"\f2c7"}[data-icon-set=core][data-icon-name=request-list]::before{content:"\f287"}[data-icon-set=core][data-icon-name=reset]::before{content:"\f1da"}[data-icon-set=core][data-icon-name=rutube]::before{content:"\f2cc"}[data-icon-set=core][data-icon-name=sabbatical]::before{content:"\f271"}[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=shoppingcart-history]::before{content:"\f2b1"}[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=shuffle]::before{content:"\f154"}[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-qq]::before{content:"\f2c6"}[data-icon-set=core][data-icon-name=social-vk]::before{content:"\f2c5"}[data-icon-set=core][data-icon-name=social-wechat]::before{content:"\f2c4"}[data-icon-set=core][data-icon-name=social-x]::before{content:"\f24f"}[data-icon-set=core][data-icon-name=social-xing]::before{content:"\f2c3"}[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=sports]::before{content:"\f259"}[data-icon-set=core][data-icon-name=standby]::before{content:"\f1f2"}[data-icon-set=core][data-icon-name=sustainable-supply-chain]::before{content:"\f2ca"}[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-mono]::before{content:"\f2b2"}[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-mono]::before{content:"\f2b3"}[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=time-flexible]::before{content:"\f2ba"}[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=usb]::before{content:"\f286"}[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-mono]::before{content:"\f2b4"}[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-mono]::before{content:"\f2b5"}[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-mono]::before{content:"\f2b6"}[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=vacation]::before{content:"\f2bb"}[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-filled-mono]::before{content:"\f2b9"}[data-icon-set=core][data-icon-name=warning-filled]::before{content:"\f2b7";color:#002766}[data-icon-set=core][data-icon-name=warning-filled]::after{content:"\f2b8";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,9 @@
|
|
|
85
85
|
&[data-icon-name="aggregation"]::before {
|
|
86
86
|
content: utils.get-icon-glyph("aggregation");
|
|
87
87
|
}
|
|
88
|
+
&[data-icon-name="ai-assistant"]::before {
|
|
89
|
+
content: utils.get-icon-glyph("ai-assistant");
|
|
90
|
+
}
|
|
88
91
|
&[data-icon-name="alarm"]::before {
|
|
89
92
|
content: utils.get-icon-glyph("alarm");
|
|
90
93
|
}
|
|
@@ -510,6 +513,9 @@
|
|
|
510
513
|
content: utils.get-icon-glyph("cloud-warning-part2");
|
|
511
514
|
color: #002766;
|
|
512
515
|
}
|
|
516
|
+
&[data-icon-name="code-of-conduct"]::before {
|
|
517
|
+
content: utils.get-icon-glyph("code-of-conduct");
|
|
518
|
+
}
|
|
513
519
|
&[data-icon-name="colorpicker"]::before {
|
|
514
520
|
content: utils.get-icon-glyph("colorpicker");
|
|
515
521
|
}
|
|
@@ -751,6 +757,9 @@
|
|
|
751
757
|
&[data-icon-name="filter-settings"]::before {
|
|
752
758
|
content: utils.get-icon-glyph("filter-settings");
|
|
753
759
|
}
|
|
760
|
+
&[data-icon-name="finance-service"]::before {
|
|
761
|
+
content: utils.get-icon-glyph("finance-service");
|
|
762
|
+
}
|
|
754
763
|
&[data-icon-name="financeservice"]::before {
|
|
755
764
|
content: utils.get-icon-glyph("financeservice");
|
|
756
765
|
}
|
|
@@ -775,6 +784,9 @@
|
|
|
775
784
|
&[data-icon-name="folder-team"]::before {
|
|
776
785
|
content: utils.get-icon-glyph("folder-team");
|
|
777
786
|
}
|
|
787
|
+
&[data-icon-name="gaia"]::before {
|
|
788
|
+
content: utils.get-icon-glyph("gaia");
|
|
789
|
+
}
|
|
778
790
|
&[data-icon-name="gender-female"]::before {
|
|
779
791
|
content: utils.get-icon-glyph("gender-female");
|
|
780
792
|
}
|
|
@@ -1177,6 +1189,9 @@
|
|
|
1177
1189
|
&[data-icon-name="reset"]::before {
|
|
1178
1190
|
content: utils.get-icon-glyph("reset");
|
|
1179
1191
|
}
|
|
1192
|
+
&[data-icon-name="rutube"]::before {
|
|
1193
|
+
content: utils.get-icon-glyph("rutube");
|
|
1194
|
+
}
|
|
1180
1195
|
&[data-icon-name="sabbatical"]::before {
|
|
1181
1196
|
content: utils.get-icon-glyph("sabbatical");
|
|
1182
1197
|
}
|
|
@@ -1309,6 +1324,9 @@
|
|
|
1309
1324
|
&[data-icon-name="standby"]::before {
|
|
1310
1325
|
content: utils.get-icon-glyph("standby");
|
|
1311
1326
|
}
|
|
1327
|
+
&[data-icon-name="sustainable-supply-chain"]::before {
|
|
1328
|
+
content: utils.get-icon-glyph("sustainable-supply-chain");
|
|
1329
|
+
}
|
|
1312
1330
|
&[data-icon-name="sync"]::before {
|
|
1313
1331
|
content: utils.get-icon-glyph("sync");
|
|
1314
1332
|
}
|
package/core/core-icons.ttf
CHANGED
|
Binary file
|
package/core/core-icons.woff
CHANGED
|
Binary file
|
package/core/core-icons.woff2
CHANGED
|
Binary file
|
package/core/core-metadata.json
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
"name": "aggregation",
|
|
4
4
|
"set": "core"
|
|
5
5
|
},
|
|
6
|
+
{
|
|
7
|
+
"name": "ai-assistant",
|
|
8
|
+
"set": "core"
|
|
9
|
+
},
|
|
6
10
|
{
|
|
7
11
|
"name": "alarm",
|
|
8
12
|
"set": "core"
|
|
@@ -423,6 +427,10 @@
|
|
|
423
427
|
"name": "cloud-warning-mono",
|
|
424
428
|
"set": "core"
|
|
425
429
|
},
|
|
430
|
+
{
|
|
431
|
+
"name": "code-of-conduct",
|
|
432
|
+
"set": "core"
|
|
433
|
+
},
|
|
426
434
|
{
|
|
427
435
|
"name": "colorpicker",
|
|
428
436
|
"set": "core"
|
|
@@ -703,6 +711,10 @@
|
|
|
703
711
|
"name": "filter-settings",
|
|
704
712
|
"set": "core"
|
|
705
713
|
},
|
|
714
|
+
{
|
|
715
|
+
"name": "finance-service",
|
|
716
|
+
"set": "core"
|
|
717
|
+
},
|
|
706
718
|
{
|
|
707
719
|
"name": "financeservice",
|
|
708
720
|
"set": "core"
|
|
@@ -735,6 +747,10 @@
|
|
|
735
747
|
"name": "folder-team",
|
|
736
748
|
"set": "core"
|
|
737
749
|
},
|
|
750
|
+
{
|
|
751
|
+
"name": "gaia",
|
|
752
|
+
"set": "core"
|
|
753
|
+
},
|
|
738
754
|
{
|
|
739
755
|
"name": "gender-female",
|
|
740
756
|
"set": "core"
|
|
@@ -1175,6 +1191,10 @@
|
|
|
1175
1191
|
"name": "reset",
|
|
1176
1192
|
"set": "core"
|
|
1177
1193
|
},
|
|
1194
|
+
{
|
|
1195
|
+
"name": "rutube",
|
|
1196
|
+
"set": "core"
|
|
1197
|
+
},
|
|
1178
1198
|
{
|
|
1179
1199
|
"name": "sabbatical",
|
|
1180
1200
|
"set": "core"
|
|
@@ -1351,6 +1371,10 @@
|
|
|
1351
1371
|
"name": "standby",
|
|
1352
1372
|
"set": "core"
|
|
1353
1373
|
},
|
|
1374
|
+
{
|
|
1375
|
+
"name": "sustainable-supply-chain",
|
|
1376
|
+
"set": "core"
|
|
1377
|
+
},
|
|
1354
1378
|
{
|
|
1355
1379
|
"name": "sync",
|
|
1356
1380
|
"set": "core"
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M12 3.5C12.2761 3.5 12.5 3.72386 12.5 4V5H18C20.2091 5 22 6.79086 22 9V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V9C2 6.79086 3.79086 5 6 5H11.5V4C11.5 3.72386 11.7239 3.5 12 3.5ZM6 7C4.89543 7 4 7.89543 4 9V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V9C20 7.89543 19.1046 7 18 7H6ZM17 8C18.1046 8 19 8.89543 19 10V17C19 18.1046 18.1046 19 17 19H7C5.89543 19 5 18.1046 5 17V10C5 8.89543 5.89543 8 7 8H17ZM6.89746 9.00488C6.39333 9.05621 6 9.48232 6 10V17C6 17.5523 6.44772 18 7 18H17C17.5523 18 18 17.5523 18 17V10C18 9.44772 17.5523 9 17 9H7L6.89746 9.00488ZM10 11C10.5523 11 11 11.4477 11 12V13C11 13.5523 10.5523 14 10 14C9.44772 14 9 13.5523 9 13V12C9 11.4477 9.44772 11 10 11ZM14 11C14.5523 11 15 11.4477 15 12V13C15 13.5523 14.5523 14 14 14C13.4477 14 13 13.5523 13 13V12C13 11.4477 13.4477 11 14 11ZM14.6465 1.64648C14.8417 1.45122 15.1583 1.45122 15.3535 1.64648C15.5487 1.84175 15.5488 2.15827 15.3535 2.35352L14.3535 3.35352C14.1583 3.54877 13.8417 3.54874 13.6465 3.35352C13.4512 3.15825 13.4512 2.84175 13.6465 2.64648L14.6465 1.64648ZM8.64648 1.64648C8.84175 1.45122 9.15825 1.45122 9.35352 1.64648L10.3535 2.64648L10.418 2.72461C10.5461 2.91868 10.5244 3.18266 10.3535 3.35352C10.1827 3.52437 9.91868 3.5461 9.72461 3.41797L9.64648 3.35352L8.64648 2.35352C8.45122 2.15825 8.45122 1.84175 8.64648 1.64648ZM12 0.5C12.2761 0.5 12.5 0.723858 12.5 1V2C12.5 2.27614 12.2761 2.5 12 2.5C11.7239 2.5 11.5 2.27614 11.5 2V1C11.5 0.723858 11.7239 0.5 12 0.5Z" style="fill: #f0f"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path fill="#f0f" d="M16,9h-6v1h6v-1ZM20,6.4v5.1c-.62-.26-1.29-.43-2-.48v-4.02h-3v-3H6v3h-2v-3c0-1.1.9-2,2-2h9.6c.5,0,1,.2,1.4.6l2.4,2.4c.4.4.6.9.6,1.4ZM12,7h-2v1h2v-1ZM16,11v.18c-.7.16-1.36.44-1.95.82h-4.05v-1h6ZM8.5,8H2.5c-.28,0-.5.22-.5.5v4c0,.28.22.5.5.5h1.35l-.85,8.45c-.01.14.03.28.13.39.09.1.23.16.37.16h4c.14,0,.28-.06.37-.16.1-.11.14-.25.13-.39l-.84-8.45h1.34c.28,0,.5-.22.5-.5v-4c0-.28-.22-.5-.5-.5ZM4.05,21l.8-8h1.3l.8,8h-2.9ZM8,12H3v-3h5v3ZM17.5,12c-3.03,0-5.5,2.47-5.5,5.5s2.47,5.5,5.5,5.5,5.5-2.47,5.5-5.5-2.47-5.5-5.5-5.5ZM15.85,21.03l-2.59-2.59.78-.78,1.81,1.81,4.84-4.83.77.77-5.61,5.62ZM12.83,22h-3.83v-2h2.5c.31.75.77,1.43,1.33,2Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path d="M7.21,13.28c-.2.15-.36.39-.45.7h1.75v.72h-1.88c0,.06,0,.16,0,.3,0,.13,0,.22,0,.28h1.88v.72h-1.76c.1.32.25.56.45.72s.44.24.72.24.49-.08.68-.24c.19-.16.34-.38.44-.67l.97.51c-.2.46-.48.81-.85,1.07-.36.25-.77.37-1.23.37-.6,0-1.1-.17-1.53-.52-.42-.35-.7-.84-.85-1.48h-.54v-.72h.44c0-.06,0-.15,0-.28s0-.23,0-.3h-.44v-.72h.55c.15-.63.43-1.12.85-1.46.42-.35.93-.52,1.52-.52.47,0,.89.12,1.25.36.36.24.64.6.83,1.09l-.97.51c-.1-.3-.25-.52-.44-.68-.19-.15-.41-.23-.68-.23s-.51.08-.71.24ZM20,21h2v-8h-2v8ZM17,21h2v-5h-2v5ZM14,21h2v-2h-2v2ZM22,3v7h-2v-3.59l-3.73,3.73-3-1-1.34,1.34c1.26,1.1,2.07,2.72,2.07,4.52,0,3.31-2.69,6-6,6s-6-2.69-6-6,2.69-6,6-6c.77,0,1.5.15,2.17.41l2.56-2.56,3,1,2.86-2.86h-3.59v-2h7ZM12,15c0-2.21-1.79-4-4-4s-4,1.79-4,4,1.79,4,4,4,4-1.79,4-4Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
3
|
+
<path fill="#f0f" d="M11.59,5.7c.1-.14.26-.22.43-.22.17,0,.33.08.43.22.3.42.69.97.92,1.3.13.18.13.42,0,.61-.98,1.38-5.02,7.1-6.55,9.26-.11.16-.13.37-.04.54.09.17.27.28.47.28,1.08,0,2.79,0,3.86,0,.19,0,.37-.11.46-.28.09-.17.08-.38-.03-.54-.3-.44-.65-.96-.86-1.28-.12-.18-.12-.42,0-.6.23-.33.62-.87.92-1.29.1-.14.26-.22.44-.22.17,0,.33.09.43.23.68,1.01,1.97,2.95,2.46,3.68.12.18.12.41,0,.58-.31.46-.91,1.36-1.19,1.78-.1.15-.26.23-.44.23-1.29,0-9.27,0-10.78,0-.2,0-.38-.11-.47-.28-.09-.17-.08-.38.04-.54,1.89-2.69,7.85-11.13,9.5-13.47ZM16.53,12.72c.1-.15.26-.24.43-.24.18,0,.34.08.44.23.98,1.44,3.33,4.89,4.4,6.47.11.16.12.37.03.54-.09.17-.27.28-.46.28-1.17,0-3.09,0-4.26,0-.19,0-.37-.11-.46-.28-.09-.17-.08-.38.03-.54.28-.42.61-.9.82-1.2.12-.17.12-.4.01-.57-.41-.65-1.39-2.21-1.8-2.86-.11-.17-.11-.39,0-.56.2-.32.54-.84.81-1.26ZM14.42,9.75c.1-.14.26-.23.43-.23.17,0,.33.08.43.23.34.49.8,1.15,1.06,1.53.12.18.12.42,0,.6-.22.33-.59.86-.87,1.27-.1.14-.26.23-.43.23-.17,0-.33-.08-.43-.22-.34-.49-.8-1.14-1.06-1.52-.13-.18-.13-.42,0-.6.22-.33.59-.86.88-1.28Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.91,3H7.09c-2.26,0-4.09,1.83-4.09,4.09v9.82c0,2.26,1.83,4.09,4.09,4.09h9.82c2.26,0,4.09-1.83,4.09-4.09V7.09c0-2.26-1.83-4.09-4.09-4.09ZM14.93,16.61l-1.97-3h-4.16v3h-2.25V7.39h7.93c.5,0,.91.06,1.23.16.33.11.6.27.84.51.23.25.39.52.49.84.09.32.14.73.14,1.26v.69c0,.88-.14,1.54-.44,1.96-.3.41-.66.66-1.46.79l2.17,3.01h-2.52ZM14.93,10.12v.77c0,.28-.07.46-.18.55-.1.1-.32.14-.63.14h-5.32v-2.15h5.32c.31,0,.53.05.63.15.11.09.18.27.18.54Z" style="fill:#f0f;"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9,7v1h5v-1h-5ZM9,9v1h5v-1h-5ZM9,11v1h5v-1h-5ZM9,7v1h5v-1h-5ZM9,9v1h5v-1h-5ZM9,11v1h5v-1h-5ZM9,7v1h5v-1h-5ZM9,9v1h5v-1h-5ZM9,11v1h5v-1h-5ZM19,2h-11c-1.65,0-3,1.35-3,3v12h-3v2c0,1.65,1.35,3,3,3h10v-2c-.55,0-1-.45-1-1h0c-.45-.6-.75-1.28-.89-2h-6.11V5c0-.55.45-1,1-1h8.18c-.11.31-.18.65-.18,1v6.42c.24-.11.49-.19.75-.26.38-.11.8-.16,1.25-.16v-4h4v-2c0-1.65-1.35-3-3-3ZM12,19c0,.34.06.68.17,1h-7.17c-.55,0-1-.45-1-1h8ZM18,5c0-.55.45-1,1-1s1,.45,1,1h-2ZM19,12.13c-.32-.09-.65-.13-1-.13s-.68.04-1,.13c-1.73.44-3,2.01-3,3.87,0,.99.36,1.9.97,2.6,0,.01.01.02.03.03.28.33.62.61,1,.83v3.54l2-1,.51.25,1.49.75v-3.54c1.2-.69,2-1.98,2-3.46,0-1.86-1.27-3.43-3-3.87ZM19,18.82c-.31.12-.65.18-1,.18s-.69-.06-1-.18c-1.16-.41-2-1.52-2-2.82s.84-2.41,2-2.82c.31-.12.65-.18,1-.18s.69.06,1,.18c1.16.41,2,1.52,2,2.82s-.84,2.41-2,2.82Z" style="fill:#f0f;"/></svg>
|
|
@@ -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.68.0</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="medical-icons.css" media="screen" />
|
|
7
7
|
<style>
|
|
8
8
|
* {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
/>
|
|
127
127
|
</svg>
|
|
128
128
|
<h1 class="page-title">
|
|
129
|
-
@odx/icons 3.
|
|
129
|
+
@odx/icons 3.68.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|