@odx/icons 3.60.0 → 3.61.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 +7 -0
- package/core/core-demo-poster.html +24 -3
- package/core/core-iconmap.scss +3 -0
- package/core/core-icons.css +1 -1
- package/core/core-icons.eot +0 -0
- package/core/core-icons.scss +9 -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 +12 -0
- package/core/svg/naver-medical-blog.svg +4 -0
- package/core/svg/naver-safety-blog.svg +4 -0
- package/core/svg/naver.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,10 @@
|
|
|
1
|
+
# [3.61.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.60.0...v3.61.0) (2025-04-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **icons:** website footer ([c51c24d](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/c51c24df3beadac70fe28087cf67babe83c00761))
|
|
7
|
+
|
|
1
8
|
# [3.60.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.59.0...v3.60.0) (2025-04-08)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -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.61.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.61.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> (447 icons)
|
|
134
134
|
</div>
|
|
135
135
|
</header>
|
|
136
136
|
<main class="icons" id="icons">
|
|
@@ -1856,6 +1856,27 @@
|
|
|
1856
1856
|
<span class="icon-name">more</span>
|
|
1857
1857
|
<span class="icon-alias">
|
|
1858
1858
|
</div>
|
|
1859
|
+
<div class="icons__item">
|
|
1860
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="naver">
|
|
1861
|
+
<span></span>
|
|
1862
|
+
</i>
|
|
1863
|
+
<span class="icon-name">naver</span>
|
|
1864
|
+
<span class="icon-alias">
|
|
1865
|
+
</div>
|
|
1866
|
+
<div class="icons__item">
|
|
1867
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="naver-medical-blog">
|
|
1868
|
+
<span></span>
|
|
1869
|
+
</i>
|
|
1870
|
+
<span class="icon-name">naver-medical-blog</span>
|
|
1871
|
+
<span class="icon-alias">
|
|
1872
|
+
</div>
|
|
1873
|
+
<div class="icons__item">
|
|
1874
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="naver-safety-blog">
|
|
1875
|
+
<span></span>
|
|
1876
|
+
</i>
|
|
1877
|
+
<span class="icon-name">naver-safety-blog</span>
|
|
1878
|
+
<span class="icon-alias">
|
|
1879
|
+
</div>
|
|
1859
1880
|
<div class="icons__item">
|
|
1860
1881
|
<i class="odx-icon" data-icon-set="core" data-icon-name="networking">
|
|
1861
1882
|
<span></span>
|
package/core/core-iconmap.scss
CHANGED
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-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-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=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=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-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-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=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"}
|
package/core/core-icons.eot
CHANGED
|
Binary file
|
package/core/core-icons.scss
CHANGED
|
@@ -1009,6 +1009,15 @@
|
|
|
1009
1009
|
&[data-icon-name="more"]::before {
|
|
1010
1010
|
content: utils.get-icon-glyph("more");
|
|
1011
1011
|
}
|
|
1012
|
+
&[data-icon-name="naver"]::before {
|
|
1013
|
+
content: utils.get-icon-glyph("naver");
|
|
1014
|
+
}
|
|
1015
|
+
&[data-icon-name="naver-medical-blog"]::before {
|
|
1016
|
+
content: utils.get-icon-glyph("naver-medical-blog");
|
|
1017
|
+
}
|
|
1018
|
+
&[data-icon-name="naver-safety-blog"]::before {
|
|
1019
|
+
content: utils.get-icon-glyph("naver-safety-blog");
|
|
1020
|
+
}
|
|
1012
1021
|
&[data-icon-name="networking"]::before {
|
|
1013
1022
|
content: utils.get-icon-glyph("networking");
|
|
1014
1023
|
}
|
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
|
@@ -983,6 +983,18 @@
|
|
|
983
983
|
"name": "more",
|
|
984
984
|
"set": "core"
|
|
985
985
|
},
|
|
986
|
+
{
|
|
987
|
+
"name": "naver",
|
|
988
|
+
"set": "core"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "naver-medical-blog",
|
|
992
|
+
"set": "core"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "naver-safety-blog",
|
|
996
|
+
"set": "core"
|
|
997
|
+
},
|
|
986
998
|
{
|
|
987
999
|
"name": "networking",
|
|
988
1000
|
"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="M6.55,21h-.61v-2.69l-1.1,1.51h-.11l-1.11-1.51v2.69h-.61v-3.69h.58l1.21,1.66,1.19-1.66h.57v3.69ZM13.74,18.3h-.59v2.7h.59v-2.7ZM13.84,17.54c0-.23-.17-.37-.39-.37s-.39.14-.39.37.17.36.39.36.39-.14.39-.36ZM14.77,19.65c0-.58.34-.88.73-.88.36,0,.61.17.75.61l.52-.19c-.2-.66-.7-.94-1.27-.94-.75,0-1.33.57-1.33,1.4s.57,1.41,1.33,1.41c.57,0,1.07-.28,1.27-.94l-.52-.19c-.14.44-.39.61-.75.61-.39,0-.73-.3-.73-.89ZM21,20.49h-.21c-.18,0-.26-.11-.26-.3v-2.89h-.59v2.93c0,.46.26.76.75.76h.31v-.51ZM7.54,7.61c0-.42-.33-.75-.75-.75s-.75.34-.75.75.33.75.75.75.75-.34.75-.75ZM13.77,7.61c0-.42-.33-.75-.75-.75s-.75.34-.75.75.33.75.75.75.75-.34.75-.75ZM17.95,7.61c0-.42-.33-.75-.75-.75s-.75.34-.75.75.33.75.75.75.75-.34.75-.75ZM21,4v7c0,1.1-.9,2-2,2h-5.5s-.97,3-1.5,3-1.5-3-1.5-3h-5.5c-1.1,0-2-.9-2-2v-7c0-1.1.9-2,2-2h14c1.1,0,2,.9,2,2ZM8.63,7.6c0-.3-.07-.64-.23-.94-.23-.41-.64-.75-1.17-.75s-.89.11-1.18.35v-1.78h-1.05v4.61h1.05v-.21c.27.17.6.29.98.29,1.13,0,1.59-.76,1.59-1.58ZM10.49,6.33c0-1.21-.91-1.89-1.6-1.93v1.14c.56.14.52.8.52.8v2.8h1.08v-2.8ZM14.85,7.61c0-.94-.82-1.71-1.82-1.71s-1.82.76-1.82,1.71.82,1.71,1.82,1.71,1.82-.76,1.82-1.71ZM18.96,5.93h-1.04v.26c-.27-.24-.57-.34-.96-.34s-.78.07-1.19.55c-.33.38-.38,1.02-.38,1.24s.03.83.35,1.19c.32.36.69.5,1.13.5.34,0,.71-.08,1.05-.45v.21c0,.54-.49.81-1.02.81v.84s.25.02.46.02.79-.04,1.18-.46c.39-.42.43-1,.43-1.44v-2.93ZM9.59,19.78h-1.96c.04.52.33.77.72.77.34,0,.6-.15.75-.54l.5.19c-.23.61-.7.86-1.23.86-.77,0-1.32-.56-1.32-1.41s.54-1.4,1.3-1.4,1.26.56,1.26,1.39c0,.05,0,.1,0,.15ZM9,19.36c-.07-.43-.32-.63-.66-.63-.36,0-.61.22-.69.63h1.35ZM12.6,17.3v3.69h-.58v-.44c-.17.29-.46.5-.88.5-.7,0-1.22-.59-1.22-1.41s.52-1.4,1.22-1.4c.42,0,.71.21.88.5v-1.44h.58ZM12.03,19.65c0-.55-.32-.88-.76-.88s-.76.32-.76.88.32.89.76.89.76-.33.76-.89ZM19.41,19.31v1.69h-.55v-.26c-.16.21-.45.32-.82.32-.61,0-1.05-.31-1.05-.83s.46-.84,1.09-.84c.33,0,.59.09.75.26v-.28c0-.42-.26-.6-.63-.6-.33,0-.55.18-.65.47l-.49-.2c.16-.55.62-.8,1.16-.8.62,0,1.19.33,1.19,1.07ZM18.84,20.22c0-.26-.26-.41-.62-.41s-.63.14-.63.41.27.4.63.4.62-.14.62-.4Z" 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="M6.79,8.36c-.41,0-.75-.34-.75-.75s.33-.75.75-.75.75.34.75.75-.33.75-.75.75ZM13.03,8.36c-.41,0-.75-.34-.75-.75s.33-.75.75-.75.75.34.75.75-.33.75-.75.75ZM17.2,8.36c-.41,0-.75-.34-.75-.75s.33-.75.75-.75.75.34.75.75-.33.75-.75.75ZM19,2H5c-1.1,0-2,.9-2,2v7c0,1.1.9,2,2,2h5.5s.97,3,1.5,3,1.5-3,1.5-3h5.5c1.1,0,2-.9,2-2v-7c0-1.1-.9-2-2-2ZM7.03,9.17c-.38,0-.71-.11-.98-.29v.21h-1.05v-4.61h1.05v1.78c.29-.24.66-.35,1.18-.35s.93.34,1.17.75c.17.3.23.63.23.94,0,.81-.46,1.58-1.59,1.58ZM10.49,9.13h-1.08v-2.8s.04-.65-.52-.8v-1.14c.69.05,1.6.72,1.6,1.93v2.8ZM13.03,9.31c-1.01,0-1.82-.76-1.82-1.71s.82-1.71,1.82-1.71,1.82.76,1.82,1.71-.82,1.71-1.82,1.71ZM18.96,8.86c0,.44-.04,1.02-.43,1.44-.39.42-.97.46-1.18.46s-.46-.02-.46-.02v-.84c.54,0,1.02-.27,1.02-.81v-.21c-.34.37-.71.45-1.05.45-.44,0-.81-.14-1.13-.5-.32-.36-.35-.98-.35-1.19s.04-.86.38-1.24c.42-.48.8-.55,1.19-.55s.69.09.96.34v-.26h1.04v2.93ZM6.05,21.05c-.78,0-1.36-.39-1.54-1.15l.54-.17c.12.48.47.77,1,.77.49,0,.8-.19.8-.48,0-.27-.23-.41-.76-.55l-.42-.12c-.68-.18-1.01-.53-1.01-1.05,0-.62.54-1.05,1.34-1.05.75,0,1.31.37,1.44,1.08l-.55.14c-.1-.47-.44-.68-.88-.68s-.72.18-.72.46c0,.29.24.42.65.53l.43.12c.75.19,1.11.55,1.11,1.07,0,.65-.55,1.08-1.43,1.08ZM12.09,17.77h-.28c-.23,0-.34.14-.34.39v.14h.62v.48h-.62v2.21h-.58v-2.21h-.43v-.48h.43v-.16c0-.53.3-.88.85-.88h.35v.5ZM16.57,18.79h-.62v1.3c0,.26.11.4.33.4h.28v.5h-.35c-.55,0-.85-.35-.85-.87v-1.34h-.5v-.48h.5v-.55l.58-.34v.88h.62v.48ZM17.76,21.87h-.64l.64-1.37-1.06-2.19h.66l.69,1.55.72-1.55h.64l-1.67,3.57ZM14.74,19.63c0-.83-.52-1.38-1.25-1.38s-1.3.56-1.3,1.4.55,1.4,1.31,1.4c.53,0,1-.25,1.23-.86l-.49-.19c-.15.39-.41.54-.75.54-.39,0-.67-.25-.72-.77h1.96s0-.1,0-.15ZM12.8,19.37c.07-.42.32-.63.68-.63.34,0,.58.2.66.63h-1.34ZM8.99,18.25c-.54,0-.99.25-1.16.79l.49.19c.09-.29.32-.47.65-.47.36,0,.63.18.63.6v.28c-.16-.17-.42-.26-.75-.26-.63,0-1.09.32-1.09.84s.45.83,1.05.83c.37,0,.65-.11.82-.32v.26h.55v-1.68c0-.74-.56-1.06-1.18-1.06ZM8.99,20.62c-.36,0-.63-.14-.63-.4s.27-.4.63-.4.62.14.62.4-.26.4-.62.4Z" 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="M19,3H5c-1.1,0-2,.9-2,2v14c0,1.1.9,2,2,2h14c1.1,0,2-.9,2-2V5c0-1.1-.9-2-2-2ZM16.8,16.28h-3.28l-2.94-4.26v4.26h-3.28V7.61h3.28l2.94,4.33v-4.33h3.28v8.67Z" 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.61.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.61.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.61.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.61.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.61.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.61.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|