@odx/icons 3.64.0 → 3.66.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 +14 -0
- package/core/core-demo-poster.html +52 -3
- package/core/core-iconmap.scss +7 -0
- package/core/core-icons.css +1 -1
- package/core/core-icons.eot +0 -0
- package/core/core-icons.scss +21 -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 +28 -0
- package/core/svg/help-ticket.svg +4 -0
- package/core/svg/products.svg +4 -0
- package/core/svg/remote-service.svg +7 -0
- package/core/svg/social-qq.svg +4 -0
- package/core/svg/social-vk.svg +4 -0
- package/core/svg/social-wechat.svg +4 -0
- package/core/svg/social-xing.svg +4 -0
- package/medical/medical-demo-poster.html +2 -2
- package/package.json +1 -1
- package/safety/safety-demo-poster.html +2 -2
- package/uib-legacy/uib-legacy-demo-poster.html +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [3.66.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.65.0...v3.66.0) (2025-07-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **core:** new icons ([771025e](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/771025eb3e36f37b18a53de3caed306206ce5ccd))
|
|
7
|
+
|
|
8
|
+
# [3.65.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.64.0...v3.65.0) (2025-07-01)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **icons:** social ([ea7d6a4](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/ea7d6a44d6f0e71eb155730a375ef7effb66d4c1))
|
|
14
|
+
|
|
1
15
|
# [3.64.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.63.0...v3.64.0) (2025-06-18)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -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.66.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.66.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> (457 icons)
|
|
134
134
|
</div>
|
|
135
135
|
</header>
|
|
136
136
|
<main class="icons" id="icons">
|
|
@@ -1464,6 +1464,13 @@
|
|
|
1464
1464
|
<span class="icon-name">help</span>
|
|
1465
1465
|
<span class="icon-alias">
|
|
1466
1466
|
</div>
|
|
1467
|
+
<div class="icons__item">
|
|
1468
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="help-ticket">
|
|
1469
|
+
<span></span>
|
|
1470
|
+
</i>
|
|
1471
|
+
<span class="icon-name">help-ticket</span>
|
|
1472
|
+
<span class="icon-alias">
|
|
1473
|
+
</div>
|
|
1467
1474
|
<div class="icons__item">
|
|
1468
1475
|
<i class="odx-icon" data-icon-set="core" data-icon-name="history">
|
|
1469
1476
|
<span></span>
|
|
@@ -2115,6 +2122,13 @@
|
|
|
2115
2122
|
<span class="icon-name">print-warning-mono</span>
|
|
2116
2123
|
<span class="icon-alias">
|
|
2117
2124
|
</div>
|
|
2125
|
+
<div class="icons__item">
|
|
2126
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="products">
|
|
2127
|
+
<span></span>
|
|
2128
|
+
</i>
|
|
2129
|
+
<span class="icon-name">products</span>
|
|
2130
|
+
<span class="icon-alias">
|
|
2131
|
+
</div>
|
|
2118
2132
|
<div class="icons__item">
|
|
2119
2133
|
<i class="odx-icon" data-icon-set="core" data-icon-name="rearrange">
|
|
2120
2134
|
<span></span>
|
|
@@ -2157,6 +2171,13 @@
|
|
|
2157
2171
|
<span class="icon-name">relocate</span>
|
|
2158
2172
|
<span class="icon-alias">
|
|
2159
2173
|
</div>
|
|
2174
|
+
<div class="icons__item">
|
|
2175
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="remote-service">
|
|
2176
|
+
<span></span>
|
|
2177
|
+
</i>
|
|
2178
|
+
<span class="icon-name">remote-service</span>
|
|
2179
|
+
<span class="icon-alias">
|
|
2180
|
+
</div>
|
|
2160
2181
|
<div class="icons__item">
|
|
2161
2182
|
<i class="odx-icon" data-icon-set="core" data-icon-name="request-list">
|
|
2162
2183
|
<span></span>
|
|
@@ -2402,6 +2423,27 @@
|
|
|
2402
2423
|
<span class="icon-name">social-linkedin</span>
|
|
2403
2424
|
<span class="icon-alias">
|
|
2404
2425
|
</div>
|
|
2426
|
+
<div class="icons__item">
|
|
2427
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="social-qq">
|
|
2428
|
+
<span></span>
|
|
2429
|
+
</i>
|
|
2430
|
+
<span class="icon-name">social-qq</span>
|
|
2431
|
+
<span class="icon-alias">
|
|
2432
|
+
</div>
|
|
2433
|
+
<div class="icons__item">
|
|
2434
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="social-vk">
|
|
2435
|
+
<span></span>
|
|
2436
|
+
</i>
|
|
2437
|
+
<span class="icon-name">social-vk</span>
|
|
2438
|
+
<span class="icon-alias">
|
|
2439
|
+
</div>
|
|
2440
|
+
<div class="icons__item">
|
|
2441
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="social-wechat">
|
|
2442
|
+
<span></span>
|
|
2443
|
+
</i>
|
|
2444
|
+
<span class="icon-name">social-wechat</span>
|
|
2445
|
+
<span class="icon-alias">
|
|
2446
|
+
</div>
|
|
2405
2447
|
<div class="icons__item">
|
|
2406
2448
|
<i class="odx-icon" data-icon-set="core" data-icon-name="social-x">
|
|
2407
2449
|
<span></span>
|
|
@@ -2409,6 +2451,13 @@
|
|
|
2409
2451
|
<span class="icon-name">social-x</span>
|
|
2410
2452
|
<span class="icon-alias">
|
|
2411
2453
|
</div>
|
|
2454
|
+
<div class="icons__item">
|
|
2455
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="social-xing">
|
|
2456
|
+
<span></span>
|
|
2457
|
+
</i>
|
|
2458
|
+
<span class="icon-name">social-xing</span>
|
|
2459
|
+
<span class="icon-alias">
|
|
2460
|
+
</div>
|
|
2412
2461
|
<div class="icons__item">
|
|
2413
2462
|
<i class="odx-icon" data-icon-set="core" data-icon-name="social-youtube">
|
|
2414
2463
|
<span></span>
|
package/core/core-iconmap.scss
CHANGED
|
@@ -223,6 +223,7 @@ $glyphs: (
|
|
|
223
223
|
group: "\f175",
|
|
224
224
|
hand: "\f104",
|
|
225
225
|
help: "\f195",
|
|
226
|
+
help-ticket: "\f2c9",
|
|
226
227
|
history: "\f253",
|
|
227
228
|
home: "\f108",
|
|
228
229
|
hybridwork: "\f26a",
|
|
@@ -334,12 +335,14 @@ $glyphs: (
|
|
|
334
335
|
print-warning-mono: "\f2b0",
|
|
335
336
|
print-warning-part1: "\f206",
|
|
336
337
|
print-warning-part2: "\f207",
|
|
338
|
+
products: "\f2c8",
|
|
337
339
|
rearrange: "\f1aa",
|
|
338
340
|
redo: "\f1d6",
|
|
339
341
|
reload: "\f1d9",
|
|
340
342
|
reload-off: "\f1d7",
|
|
341
343
|
reload-required: "\f1d8",
|
|
342
344
|
relocate: "\f162",
|
|
345
|
+
remote-service: "\f2c7",
|
|
343
346
|
request-list: "\f287",
|
|
344
347
|
reset: "\f1da",
|
|
345
348
|
sabbatical: "\f271",
|
|
@@ -375,7 +378,11 @@ $glyphs: (
|
|
|
375
378
|
social-facebook: "\f10d",
|
|
376
379
|
social-instagram: "\f23a",
|
|
377
380
|
social-linkedin: "\f23d",
|
|
381
|
+
social-qq: "\f2c6",
|
|
382
|
+
social-vk: "\f2c5",
|
|
383
|
+
social-wechat: "\f2c4",
|
|
378
384
|
social-x: "\f24f",
|
|
385
|
+
social-xing: "\f2c3",
|
|
379
386
|
social-youtube: "\f250",
|
|
380
387
|
sort-down: "\f23f",
|
|
381
388
|
sort-up: "\f240",
|
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=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=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=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-x]::before{content:"\f24f"}[data-icon-set=core][data-icon-name=social-youtube]::before{content:"\f250"}[data-icon-set=core][data-icon-name=sort-down]::before{content:"\f23f"}[data-icon-set=core][data-icon-name=sort-up]::before{content:"\f240"}[data-icon-set=core][data-icon-name=sortable]::before{content:"\f242"}[data-icon-set=core][data-icon-name=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=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"}
|
package/core/core-icons.eot
CHANGED
|
Binary file
|
package/core/core-icons.scss
CHANGED
|
@@ -793,6 +793,9 @@
|
|
|
793
793
|
&[data-icon-name="help"]::before {
|
|
794
794
|
content: utils.get-icon-glyph("help");
|
|
795
795
|
}
|
|
796
|
+
&[data-icon-name="help-ticket"]::before {
|
|
797
|
+
content: utils.get-icon-glyph("help-ticket");
|
|
798
|
+
}
|
|
796
799
|
&[data-icon-name="history"]::before {
|
|
797
800
|
content: utils.get-icon-glyph("history");
|
|
798
801
|
}
|
|
@@ -1144,6 +1147,9 @@
|
|
|
1144
1147
|
content: utils.get-icon-glyph("print-warning-part2");
|
|
1145
1148
|
color: #002766;
|
|
1146
1149
|
}
|
|
1150
|
+
&[data-icon-name="products"]::before {
|
|
1151
|
+
content: utils.get-icon-glyph("products");
|
|
1152
|
+
}
|
|
1147
1153
|
&[data-icon-name="rearrange"]::before {
|
|
1148
1154
|
content: utils.get-icon-glyph("rearrange");
|
|
1149
1155
|
}
|
|
@@ -1162,6 +1168,9 @@
|
|
|
1162
1168
|
&[data-icon-name="relocate"]::before {
|
|
1163
1169
|
content: utils.get-icon-glyph("relocate");
|
|
1164
1170
|
}
|
|
1171
|
+
&[data-icon-name="remote-service"]::before {
|
|
1172
|
+
content: utils.get-icon-glyph("remote-service");
|
|
1173
|
+
}
|
|
1165
1174
|
&[data-icon-name="request-list"]::before {
|
|
1166
1175
|
content: utils.get-icon-glyph("request-list");
|
|
1167
1176
|
}
|
|
@@ -1267,9 +1276,21 @@
|
|
|
1267
1276
|
&[data-icon-name="social-linkedin"]::before {
|
|
1268
1277
|
content: utils.get-icon-glyph("social-linkedin");
|
|
1269
1278
|
}
|
|
1279
|
+
&[data-icon-name="social-qq"]::before {
|
|
1280
|
+
content: utils.get-icon-glyph("social-qq");
|
|
1281
|
+
}
|
|
1282
|
+
&[data-icon-name="social-vk"]::before {
|
|
1283
|
+
content: utils.get-icon-glyph("social-vk");
|
|
1284
|
+
}
|
|
1285
|
+
&[data-icon-name="social-wechat"]::before {
|
|
1286
|
+
content: utils.get-icon-glyph("social-wechat");
|
|
1287
|
+
}
|
|
1270
1288
|
&[data-icon-name="social-x"]::before {
|
|
1271
1289
|
content: utils.get-icon-glyph("social-x");
|
|
1272
1290
|
}
|
|
1291
|
+
&[data-icon-name="social-xing"]::before {
|
|
1292
|
+
content: utils.get-icon-glyph("social-xing");
|
|
1293
|
+
}
|
|
1273
1294
|
&[data-icon-name="social-youtube"]::before {
|
|
1274
1295
|
content: utils.get-icon-glyph("social-youtube");
|
|
1275
1296
|
}
|
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
|
@@ -759,6 +759,10 @@
|
|
|
759
759
|
"name": "help",
|
|
760
760
|
"set": "core"
|
|
761
761
|
},
|
|
762
|
+
{
|
|
763
|
+
"name": "help-ticket",
|
|
764
|
+
"set": "core"
|
|
765
|
+
},
|
|
762
766
|
{
|
|
763
767
|
"name": "history",
|
|
764
768
|
"set": "core"
|
|
@@ -1131,6 +1135,10 @@
|
|
|
1131
1135
|
"name": "print-warning-mono",
|
|
1132
1136
|
"set": "core"
|
|
1133
1137
|
},
|
|
1138
|
+
{
|
|
1139
|
+
"name": "products",
|
|
1140
|
+
"set": "core"
|
|
1141
|
+
},
|
|
1134
1142
|
{
|
|
1135
1143
|
"name": "rearrange",
|
|
1136
1144
|
"set": "core"
|
|
@@ -1155,6 +1163,10 @@
|
|
|
1155
1163
|
"name": "relocate",
|
|
1156
1164
|
"set": "core"
|
|
1157
1165
|
},
|
|
1166
|
+
{
|
|
1167
|
+
"name": "remote-service",
|
|
1168
|
+
"set": "core"
|
|
1169
|
+
},
|
|
1158
1170
|
{
|
|
1159
1171
|
"name": "request-list",
|
|
1160
1172
|
"set": "core"
|
|
@@ -1295,10 +1307,26 @@
|
|
|
1295
1307
|
"name": "social-linkedin",
|
|
1296
1308
|
"set": "core"
|
|
1297
1309
|
},
|
|
1310
|
+
{
|
|
1311
|
+
"name": "social-qq",
|
|
1312
|
+
"set": "core"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"name": "social-vk",
|
|
1316
|
+
"set": "core"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"name": "social-wechat",
|
|
1320
|
+
"set": "core"
|
|
1321
|
+
},
|
|
1298
1322
|
{
|
|
1299
1323
|
"name": "social-x",
|
|
1300
1324
|
"set": "core"
|
|
1301
1325
|
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "social-xing",
|
|
1328
|
+
"set": "core"
|
|
1329
|
+
},
|
|
1302
1330
|
{
|
|
1303
1331
|
"name": "social-youtube",
|
|
1304
1332
|
"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="M21.99,17.98c.02-.16.05-.32.05-.48s-.03-.33-.05-.5l1.04-.76c-.26-1.14-.86-2.14-1.69-2.91l-1.16.52c-.27-.2-.56-.37-.87-.51l-.13-1.24c-.54-.17-1.09-.28-1.68-.28s-1.15.12-1.68.28l-.13,1.24c-.32.14-.62.33-.9.53l-1.14-.53c-.82.76-1.42,1.76-1.68,2.89l1.04.73c-.02.18-.06.36-.06.55s.03.36.05.54l-1.04.73c.26,1.13.85,2.13,1.68,2.89l1.14-.53c.29.22.6.42.94.56l.1,1.22c.53.16,1.09.28,1.67.28s1.14-.11,1.67-.28l.11-1.23c.33-.14.63-.33.91-.54l1.16.51c.83-.77,1.43-1.77,1.68-2.92l-1.04-.76ZM17.5,19.67c-1.2,0-2.17-.97-2.17-2.17s.97-2.17,2.17-2.17,2.17.97,2.17,2.17-.97,2.17-2.17,2.17ZM11.18,16c-.11.48-.18.98-.18,1.5,0,.17.01.33.03.5h-.69l-5.33,4v-4h-1c-1.1,0-2-.9-2-2V6c0-1.1.9-2,2-2h16c1.1,0,2,.9,2,2v6.82c-.58-.55-1.25-1-2-1.32v-5.5H4v10h3v2l2.67-2h1.52ZM12.5,11c.28,0,.5.22.5.5v1c0,.28-.22.5-.5.5s-.5-.22-.5-.5v-1c0-.28.22-.5.5-.5ZM12.39,13.5c-.24.31-.46.65-.65,1h-2.74c-.18,0-.34-.1-.43-.25s-.09-.35,0-.5l3.5-6c.18-.31.68-.31.86,0l2.17,3.72c-.31.12-.61.27-.9.44l-1.7-2.92-2.63,4.51h2.52Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -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="M21.14,9.85c-.08-1.04-.95-1.85-1.99-1.85h-1.15v-4c0-1.1-.9-2-2-2h-5c-1.1,0-2,.9-2,2v4h-5c-1.1,0-2,.9-2,2v6c0,1.1.9,2,2,2h5v1c0,1.1.9,2,2,2h8.84c1.16,0,2.08-.99,1.99-2.15l-.69-9ZM4,10h7v6h-7v-6ZM11,18c1.1,0,2-.9,2-2v-6c0-1.1-.9-2-2-2v-4h5v4.2c-.63.3-1.09.91-1.14,1.65l-.69,9c0,.05,0,.1,0,.15h-3.17v-1ZM16.16,19l.69-9h2.3l.69,9h-3.68ZM5,11h5v2h-5v-2Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
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="M6,11c0-3.86,3.14-7,7-7s7,3.14,7,7c0,.17-.01.33-.02.49.69.29,1.32.69,1.86,1.18.1-.54.16-1.1.16-1.67,0-4.97-4.03-9-9-9S4,6.03,4,11c0,2.1.73,4.03,1.94,5.56l-3.94,3.94,1.5,1.5,3.94-3.94c1.15.9,2.52,1.54,4.02,1.8-.26-.67-.42-1.4-.44-2.16-2.89-.86-5.01-3.54-5.01-6.71Z" style="fill: #f0f;"/>
|
|
4
|
+
<path d="M17.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.5ZM18.27,20.73c-.43-.43-1.12-.43-1.54,0l-.71-.71c.81-.81,2.14-.81,2.96,0l-.71.71ZM19.96,19.04c-1.31-1.31-3.61-1.31-4.92,0l-.71-.71c.84-.84,1.97-1.31,3.17-1.31s2.32.46,3.17,1.31l-.71.71ZM13.35,17.35l-.71-.71c1.29-1.29,3.02-2.01,4.85-2.01s3.56.71,4.85,2.01l-.71.71c-2.29-2.29-6.01-2.29-8.29,0Z" style="fill: #f0f;"/>
|
|
5
|
+
<polygon points="12.91 6.38 10.15 9.15 9 8 8.23 8.77 10.09 10.62 13.62 7.09 12.91 6.38" style="fill: #f0f;"/>
|
|
6
|
+
<polygon points="10.09 14.62 13.62 11.09 12.91 10.38 10.15 13.15 9 12 8.23 12.77 10.09 14.62" style="fill: #f0f;"/>
|
|
7
|
+
</svg>
|
|
@@ -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="M13.59,6.1c-.21.02-.47.13-.66.35-.02.03-.07.03-.09,0l-.07-.07s-.02-.06,0-.08c.24-.3.46-.51.8-.53.28-.02.57.04.79.22.03.02.03.07,0,.09l-.18.18s-.06.02-.09,0c-.14-.12-.29-.17-.49-.16ZM20.16,18.32c-.34.12-1-.78-1.71-2.21-.16,1.71-.98,3.22-2.2,4.29,1.25.27,2.04.67,2.04,1.1,0,.5-2.82.5-6.31.5s-6.31,0-6.31-.5c0-.44.79-.83,2.04-1.1-1.22-1.07-2.04-2.58-2.2-4.29-.7,1.44-1.36,2.34-1.71,2.21-.52-.19-.1-2.66.93-5.51.36-.98.74-1.88,1.11-2.63-.04-.35-.07-.71-.07-1.15,0-4.14,2.43-7.03,6.21-7.03s6.2,2.91,6.2,7.03c0,.44-.03.81-.06,1.16.37.75.75,1.64,1.1,2.62,1.03,2.86,1.45,5.33.93,5.51ZM12.5,6.05c0,.89.49,1.61,1.1,1.61s1.1-.72,1.1-1.61-.49-1.61-1.1-1.61-1.1.72-1.1,1.61ZM9.25,6.05c0,.89.49,1.61,1.1,1.61s1.1-.72,1.1-1.61-.49-1.61-1.1-1.61-1.1.72-1.1,1.61ZM8.25,9.05c.8.7,2.17,1.17,3.74,1.17s2.94-.47,3.74-1.17c.12-.1.08-.3-.06-.36-.84-.36-2.17-.58-3.68-.58s-2.84.22-3.68.58c-.14.06-.17.26-.06.36ZM16.86,13.97c0-.3-.01-.55-.04-.78-1.54.29-3.16.46-4.84.46-.44,0-.87-.02-1.31-.04v2.73h-2.5v-2.96c-.35-.05-.69-.11-1.03-.18-.02.23-.04.48-.04.78,0,5.61,1.72,7.16,4.87,7.16s4.87-1.61,4.87-7.16ZM10.67,6.79c.27,0,.48-.28.48-.62s-.22-.62-.48-.62-.48.28-.48.62.22.62.48.62Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -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="M17.26,11.77c2.18-1.35,3.78-3.49,4.59-6.45h-3.14c-.91,2.53-2.67,4.15-5.22,4.81v-4.81h-3v9.89c-3.67-1.13-5.59-4.4-5.59-9.65,0-.08,0-.16.01-.24H1.92c0,.08-.01.16-.01.24,0,8.69,4.72,13.05,11.59,13.13v-4.95c3.07.46,5.17,2.13,6.2,4.95h3.13c-.93-3.36-2.91-5.65-5.58-6.92Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -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="M16,8.5c.18,0,.36.01.54.02-.54-3.13-3.59-5.52-7.29-5.52-4.08,0-7.39,2.91-7.39,6.5,0,2.07,1.11,3.92,2.83,5.11l-.68,2.39,2.31-1.54c.9.34,1.89.54,2.94.54.19,0,.37-.01.55-.02-.19-.54-.3-1.12-.3-1.73,0-3.17,2.92-5.75,6.5-5.75ZM12,6c.55,0,1,.45,1,1s-.45,1-1,1-1-.45-1-1,.45-1,1-1ZM7,6c.55,0,1,.45,1,1s-.45,1-1,1-1-.45-1-1,.45-1,1-1ZM22,14.25c0-2.9-2.69-5.25-6-5.25s-6,2.35-6,5.25,2.69,5.25,6,5.25c.84,0,1.65-.15,2.37-.43l1.63.93-.39-1.56c1.45-.96,2.39-2.47,2.39-4.19ZM18,11c.55,0,1,.45,1,1s-.45,1-1,1-1-.45-1-1,.45-1,1-1ZM14,11c.55,0,1,.45,1,1s-.45,1-1,1-1-.45-1-1,.45-1,1-1Z" style="fill: #f0f;"/>
|
|
4
|
+
</svg>
|
|
@@ -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="M21.24,2.37l-6.34,11.42,4.26,7.84c.09.17-.03.37-.22.37h-3.27c-.18,0-.35-.1-.44-.26l-4.2-7.73c-.08-.15-.08-.33,0-.48l6.26-11.27c.09-.16.26-.26.44-.26h3.29c.19,0,.31.2.22.37ZM11.14,9.27l-1.92-3.54c-.09-.16-.26-.26-.44-.26h-3.27c-.19,0-.31.2-.22.37l1.98,3.65-3.23,5.81c-.09.17.03.37.22.37h3.29c.18,0,.35-.1.44-.26l3.15-5.67c.08-.15.08-.33,0-.48Z" style="fill: #f0f;"/>
|
|
4
|
+
</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.66.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.66.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
package/package.json
CHANGED
|
@@ -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.66.0</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="safety-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.66.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
@@ -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.66.0</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="uib-legacy-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.66.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|