@odx/icons 1.3.6 → 1.4.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 +3 -3
- package/core/core-demo-poster.html +108 -3
- package/core/core-iconmap.scss +15 -0
- package/core/core-icons.css +45 -0
- package/core/core-icons.eot +0 -0
- package/core/core-icons.scss +45 -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 +60 -0
- package/medical/medical-demo-poster.html +2 -2
- package/medical/medical-icons.eot +0 -0
- package/package.json +1 -1
- package/safety/safety-demo-poster.html +31 -3
- package/safety/safety-iconmap.scss +5 -1
- package/safety/safety-icons.css +12 -0
- package/safety/safety-icons.eot +0 -0
- package/safety/safety-icons.scss +12 -0
- package/safety/safety-icons.ttf +0 -0
- package/safety/safety-icons.woff +0 -0
- package/safety/safety-icons.woff2 +0 -0
- package/safety/safety-metadata.json +16 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
# [1.4.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v1.3.6...v1.4.0) (2023-04-20)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* **icons:** ag grid icons ([a31c111](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/a31c1119779cfa93702f5fce8ace940361033f59))
|
|
7
7
|
|
|
8
8
|
# 1.0.0 (2023-04-13)
|
|
9
9
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 1.
|
|
5
|
+
<title>@odx/icons 1.4.0</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="core-icons.css" media="screen" />
|
|
7
7
|
<style>
|
|
8
8
|
* {
|
|
@@ -126,14 +126,21 @@
|
|
|
126
126
|
/>
|
|
127
127
|
</svg>
|
|
128
128
|
<h1 class="page-title">
|
|
129
|
-
@odx/icons 1.
|
|
129
|
+
@odx/icons 1.4.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> (309 icons)
|
|
134
134
|
</div>
|
|
135
135
|
</header>
|
|
136
136
|
<main class="icons" id="icons">
|
|
137
|
+
<div class="icons__item">
|
|
138
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="aggregation">
|
|
139
|
+
<span></span>
|
|
140
|
+
</i>
|
|
141
|
+
<span class="icon-name">aggregation</span>
|
|
142
|
+
<span class="icon-alias">
|
|
143
|
+
</div>
|
|
137
144
|
<div class="icons__item">
|
|
138
145
|
<i class="odx-icon" data-icon-set="core" data-icon-name="alarm">
|
|
139
146
|
<span></span>
|
|
@@ -274,6 +281,13 @@
|
|
|
274
281
|
<span class="icon-name">attachment-off</span>
|
|
275
282
|
<span class="icon-alias">
|
|
276
283
|
</div>
|
|
284
|
+
<div class="icons__item">
|
|
285
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="bar-chart">
|
|
286
|
+
<span></span>
|
|
287
|
+
</i>
|
|
288
|
+
<span class="icon-name">bar-chart</span>
|
|
289
|
+
<span class="icon-alias">
|
|
290
|
+
</div>
|
|
277
291
|
<div class="icons__item">
|
|
278
292
|
<i class="odx-icon" data-icon-set="core" data-icon-name="battery-0">
|
|
279
293
|
<span></span>
|
|
@@ -554,6 +568,13 @@
|
|
|
554
568
|
<span class="icon-name">camera</span>
|
|
555
569
|
<span class="icon-alias">
|
|
556
570
|
</div>
|
|
571
|
+
<div class="icons__item">
|
|
572
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="cancel">
|
|
573
|
+
<span></span>
|
|
574
|
+
</i>
|
|
575
|
+
<span class="icon-name">cancel</span>
|
|
576
|
+
<span class="icon-alias">
|
|
577
|
+
</div>
|
|
557
578
|
<div class="icons__item">
|
|
558
579
|
<i class="odx-icon" data-icon-set="core" data-icon-name="check">
|
|
559
580
|
<span></span>
|
|
@@ -596,6 +617,20 @@
|
|
|
596
617
|
<span class="icon-name">chevron-up</span>
|
|
597
618
|
<span class="icon-alias">
|
|
598
619
|
</div>
|
|
620
|
+
<div class="icons__item">
|
|
621
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="chevrons">
|
|
622
|
+
<span></span>
|
|
623
|
+
</i>
|
|
624
|
+
<span class="icon-name">chevrons</span>
|
|
625
|
+
<span class="icon-alias">
|
|
626
|
+
</div>
|
|
627
|
+
<div class="icons__item">
|
|
628
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="chevrons-updown">
|
|
629
|
+
<span></span>
|
|
630
|
+
</i>
|
|
631
|
+
<span class="icon-name">chevrons-updown</span>
|
|
632
|
+
<span class="icon-alias">
|
|
633
|
+
</div>
|
|
599
634
|
<div class="icons__item">
|
|
600
635
|
<i class="odx-icon" data-icon-set="core" data-icon-name="close">
|
|
601
636
|
<span></span>
|
|
@@ -638,6 +673,20 @@
|
|
|
638
673
|
<span class="icon-name">cloud-warning</span>
|
|
639
674
|
<span class="icon-alias">
|
|
640
675
|
</div>
|
|
676
|
+
<div class="icons__item">
|
|
677
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="colorpicker">
|
|
678
|
+
<span></span>
|
|
679
|
+
</i>
|
|
680
|
+
<span class="icon-name">colorpicker</span>
|
|
681
|
+
<span class="icon-alias">
|
|
682
|
+
</div>
|
|
683
|
+
<div class="icons__item">
|
|
684
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="column">
|
|
685
|
+
<span></span>
|
|
686
|
+
</i>
|
|
687
|
+
<span class="icon-name">column</span>
|
|
688
|
+
<span class="icon-alias">
|
|
689
|
+
</div>
|
|
641
690
|
<div class="icons__item">
|
|
642
691
|
<i class="odx-icon" data-icon-set="core" data-icon-name="comment">
|
|
643
692
|
<span></span>
|
|
@@ -855,6 +904,13 @@
|
|
|
855
904
|
<span class="icon-name">file</span>
|
|
856
905
|
<span class="icon-alias">
|
|
857
906
|
</div>
|
|
907
|
+
<div class="icons__item">
|
|
908
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="file-csv">
|
|
909
|
+
<span></span>
|
|
910
|
+
</i>
|
|
911
|
+
<span class="icon-name">file-csv</span>
|
|
912
|
+
<span class="icon-alias">
|
|
913
|
+
</div>
|
|
858
914
|
<div class="icons__item">
|
|
859
915
|
<i class="odx-icon" data-icon-set="core" data-icon-name="file-excel">
|
|
860
916
|
<span></span>
|
|
@@ -946,6 +1002,13 @@
|
|
|
946
1002
|
<span class="icon-name">gender-male</span>
|
|
947
1003
|
<span class="icon-alias">
|
|
948
1004
|
</div>
|
|
1005
|
+
<div class="icons__item">
|
|
1006
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="group">
|
|
1007
|
+
<span></span>
|
|
1008
|
+
</i>
|
|
1009
|
+
<span class="icon-name">group</span>
|
|
1010
|
+
<span class="icon-alias">
|
|
1011
|
+
</div>
|
|
949
1012
|
<div class="icons__item">
|
|
950
1013
|
<i class="odx-icon" data-icon-set="core" data-icon-name="help">
|
|
951
1014
|
<span></span>
|
|
@@ -974,6 +1037,13 @@
|
|
|
974
1037
|
<span class="icon-name">language</span>
|
|
975
1038
|
<span class="icon-alias">
|
|
976
1039
|
</div>
|
|
1040
|
+
<div class="icons__item">
|
|
1041
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="link">
|
|
1042
|
+
<span></span>
|
|
1043
|
+
</i>
|
|
1044
|
+
<span class="icon-name">link</span>
|
|
1045
|
+
<span class="icon-alias">
|
|
1046
|
+
</div>
|
|
977
1047
|
<div class="icons__item">
|
|
978
1048
|
<i class="odx-icon" data-icon-set="core" data-icon-name="link-external">
|
|
979
1049
|
<span></span>
|
|
@@ -988,6 +1058,20 @@
|
|
|
988
1058
|
<span class="icon-name">link-internal</span>
|
|
989
1059
|
<span class="icon-alias">
|
|
990
1060
|
</div>
|
|
1061
|
+
<div class="icons__item">
|
|
1062
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="link-off">
|
|
1063
|
+
<span></span>
|
|
1064
|
+
</i>
|
|
1065
|
+
<span class="icon-name">link-off</span>
|
|
1066
|
+
<span class="icon-alias">
|
|
1067
|
+
</div>
|
|
1068
|
+
<div class="icons__item">
|
|
1069
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="loading">
|
|
1070
|
+
<span></span>
|
|
1071
|
+
</i>
|
|
1072
|
+
<span class="icon-name">loading</span>
|
|
1073
|
+
<span class="icon-alias">
|
|
1074
|
+
</div>
|
|
991
1075
|
<div class="icons__item">
|
|
992
1076
|
<i class="odx-icon" data-icon-set="core" data-icon-name="location">
|
|
993
1077
|
<span></span>
|
|
@@ -1226,6 +1310,13 @@
|
|
|
1226
1310
|
<span class="icon-name">password</span>
|
|
1227
1311
|
<span class="icon-alias">
|
|
1228
1312
|
</div>
|
|
1313
|
+
<div class="icons__item">
|
|
1314
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="paste">
|
|
1315
|
+
<span></span>
|
|
1316
|
+
</i>
|
|
1317
|
+
<span class="icon-name">paste</span>
|
|
1318
|
+
<span class="icon-alias">
|
|
1319
|
+
</div>
|
|
1229
1320
|
<div class="icons__item">
|
|
1230
1321
|
<i class="odx-icon" data-icon-set="core" data-icon-name="phone">
|
|
1231
1322
|
<span></span>
|
|
@@ -1331,6 +1422,13 @@
|
|
|
1331
1422
|
<span class="icon-name">print-warning</span>
|
|
1332
1423
|
<span class="icon-alias">
|
|
1333
1424
|
</div>
|
|
1425
|
+
<div class="icons__item">
|
|
1426
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="rearrange">
|
|
1427
|
+
<span></span>
|
|
1428
|
+
</i>
|
|
1429
|
+
<span class="icon-name">rearrange</span>
|
|
1430
|
+
<span class="icon-alias">
|
|
1431
|
+
</div>
|
|
1334
1432
|
<div class="icons__item">
|
|
1335
1433
|
<i class="odx-icon" data-icon-set="core" data-icon-name="redo">
|
|
1336
1434
|
<span></span>
|
|
@@ -1772,6 +1870,13 @@
|
|
|
1772
1870
|
<span class="icon-name">view</span>
|
|
1773
1871
|
<span class="icon-alias">
|
|
1774
1872
|
</div>
|
|
1873
|
+
<div class="icons__item">
|
|
1874
|
+
<i class="odx-icon" data-icon-set="core" data-icon-name="view-off">
|
|
1875
|
+
<span></span>
|
|
1876
|
+
</i>
|
|
1877
|
+
<span class="icon-name">view-off</span>
|
|
1878
|
+
<span class="icon-alias">
|
|
1879
|
+
</div>
|
|
1775
1880
|
<div class="icons__item">
|
|
1776
1881
|
<i class="odx-icon" data-icon-set="core" data-icon-name="visual-inspection">
|
|
1777
1882
|
<span></span>
|
package/core/core-iconmap.scss
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
$glyphs: (
|
|
2
|
+
aggregation: "\f227",
|
|
2
3
|
alarm: "\f107",
|
|
3
4
|
alarm-a1-part1: "\f101",
|
|
4
5
|
alarm-a2-part2: "\f102",
|
|
@@ -21,6 +22,7 @@ $glyphs: (
|
|
|
21
22
|
ascending: "\f114",
|
|
22
23
|
attachment: "\f116",
|
|
23
24
|
attachment-off: "\f115",
|
|
25
|
+
bar-chart: "\f228",
|
|
24
26
|
battery-0: "\f117",
|
|
25
27
|
battery-100: "\f118",
|
|
26
28
|
battery-25: "\f119",
|
|
@@ -81,6 +83,7 @@ $glyphs: (
|
|
|
81
83
|
calendar-user-warning-part2: "\f14e",
|
|
82
84
|
calendar-week-view: "\f150",
|
|
83
85
|
camera: "\f152",
|
|
86
|
+
cancel: "\f229",
|
|
84
87
|
check: "\f155",
|
|
85
88
|
check-colored: "\f153",
|
|
86
89
|
check-colored-part1: "\f154",
|
|
@@ -88,6 +91,8 @@ $glyphs: (
|
|
|
88
91
|
chevron-left: "\f157",
|
|
89
92
|
chevron-right: "\f158",
|
|
90
93
|
chevron-up: "\f159",
|
|
94
|
+
chevrons: "\f22b",
|
|
95
|
+
chevrons-updown: "\f22a",
|
|
91
96
|
close: "\f15a",
|
|
92
97
|
cloud: "\f165",
|
|
93
98
|
cloud-error: "\f15b",
|
|
@@ -100,6 +105,8 @@ $glyphs: (
|
|
|
100
105
|
cloud-warning: "\f162",
|
|
101
106
|
cloud-warning-part1: "\f163",
|
|
102
107
|
cloud-warning-part2: "\f164",
|
|
108
|
+
colorpicker: "\f22c",
|
|
109
|
+
column: "\f22d",
|
|
103
110
|
comment: "\f166",
|
|
104
111
|
compare: "\f167",
|
|
105
112
|
config: "\f16d",
|
|
@@ -134,6 +141,7 @@ $glyphs: (
|
|
|
134
141
|
feedback-warning-color: "\f184",
|
|
135
142
|
feedback-warning-color-part1: "\f185",
|
|
136
143
|
file: "\f18c",
|
|
144
|
+
file-csv: "\f22e",
|
|
137
145
|
file-excel: "\f187",
|
|
138
146
|
file-pdf: "\f188",
|
|
139
147
|
file-ppt: "\f189",
|
|
@@ -147,12 +155,16 @@ $glyphs: (
|
|
|
147
155
|
folder-open: "\f191",
|
|
148
156
|
gender-female: "\f193",
|
|
149
157
|
gender-male: "\f194",
|
|
158
|
+
group: "\f22f",
|
|
150
159
|
help: "\f195",
|
|
151
160
|
import: "\f196",
|
|
152
161
|
info: "\f197",
|
|
153
162
|
language: "\f198",
|
|
163
|
+
link: "\f231",
|
|
154
164
|
link-external: "\f199",
|
|
155
165
|
link-internal: "\f19a",
|
|
166
|
+
link-off: "\f230",
|
|
167
|
+
loading: "\f232",
|
|
156
168
|
location: "\f19e",
|
|
157
169
|
location-measure: "\f19b",
|
|
158
170
|
location-off: "\f19c",
|
|
@@ -191,6 +203,7 @@ $glyphs: (
|
|
|
191
203
|
on-off: "\f1be",
|
|
192
204
|
package: "\f1bf",
|
|
193
205
|
password: "\f1c0",
|
|
206
|
+
paste: "\f233",
|
|
194
207
|
phone: "\f1c1",
|
|
195
208
|
picture: "\f1c2",
|
|
196
209
|
pin: "\f1c3",
|
|
@@ -212,6 +225,7 @@ $glyphs: (
|
|
|
212
225
|
print-warning: "\f1d2",
|
|
213
226
|
print-warning-part1: "\f1d3",
|
|
214
227
|
print-warning-part2: "\f1d4",
|
|
228
|
+
rearrange: "\f234",
|
|
215
229
|
redo: "\f1d6",
|
|
216
230
|
reload: "\f1d9",
|
|
217
231
|
reload-off: "\f1d7",
|
|
@@ -285,6 +299,7 @@ $glyphs: (
|
|
|
285
299
|
user-worker: "\f21b",
|
|
286
300
|
video: "\f21d",
|
|
287
301
|
view: "\f21e",
|
|
302
|
+
view-off: "\f235",
|
|
288
303
|
visual-inspection: "\f21f",
|
|
289
304
|
warning: "\f222",
|
|
290
305
|
warning-colored: "\f220",
|
package/core/core-icons.css
CHANGED
|
@@ -46,6 +46,9 @@
|
|
|
46
46
|
left: 0;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
+
[data-icon-set=core][data-icon-name=aggregation]::before {
|
|
50
|
+
content: "\f227";
|
|
51
|
+
}
|
|
49
52
|
[data-icon-set=core][data-icon-name=alarm]::before {
|
|
50
53
|
content: "\f107";
|
|
51
54
|
}
|
|
@@ -112,6 +115,9 @@
|
|
|
112
115
|
[data-icon-set=core][data-icon-name=attachment-off]::before {
|
|
113
116
|
content: "\f115";
|
|
114
117
|
}
|
|
118
|
+
[data-icon-set=core][data-icon-name=bar-chart]::before {
|
|
119
|
+
content: "\f228";
|
|
120
|
+
}
|
|
115
121
|
[data-icon-set=core][data-icon-name=battery-0]::before {
|
|
116
122
|
content: "\f117";
|
|
117
123
|
}
|
|
@@ -313,6 +319,9 @@
|
|
|
313
319
|
[data-icon-set=core][data-icon-name=camera]::before {
|
|
314
320
|
content: "\f152";
|
|
315
321
|
}
|
|
322
|
+
[data-icon-set=core][data-icon-name=cancel]::before {
|
|
323
|
+
content: "\f229";
|
|
324
|
+
}
|
|
316
325
|
[data-icon-set=core][data-icon-name=check]::before {
|
|
317
326
|
content: "\f155";
|
|
318
327
|
}
|
|
@@ -336,6 +345,12 @@
|
|
|
336
345
|
[data-icon-set=core][data-icon-name=chevron-up]::before {
|
|
337
346
|
content: "\f159";
|
|
338
347
|
}
|
|
348
|
+
[data-icon-set=core][data-icon-name=chevrons]::before {
|
|
349
|
+
content: "\f22b";
|
|
350
|
+
}
|
|
351
|
+
[data-icon-set=core][data-icon-name=chevrons-updown]::before {
|
|
352
|
+
content: "\f22a";
|
|
353
|
+
}
|
|
339
354
|
[data-icon-set=core][data-icon-name=close]::before {
|
|
340
355
|
content: "\f15a";
|
|
341
356
|
}
|
|
@@ -378,6 +393,12 @@
|
|
|
378
393
|
content: "\f164";
|
|
379
394
|
color: #002766;
|
|
380
395
|
}
|
|
396
|
+
[data-icon-set=core][data-icon-name=colorpicker]::before {
|
|
397
|
+
content: "\f22c";
|
|
398
|
+
}
|
|
399
|
+
[data-icon-set=core][data-icon-name=column]::before {
|
|
400
|
+
content: "\f22d";
|
|
401
|
+
}
|
|
381
402
|
[data-icon-set=core][data-icon-name=comment]::before {
|
|
382
403
|
content: "\f166";
|
|
383
404
|
}
|
|
@@ -485,6 +506,9 @@
|
|
|
485
506
|
[data-icon-set=core][data-icon-name=file]::before {
|
|
486
507
|
content: "\f18c";
|
|
487
508
|
}
|
|
509
|
+
[data-icon-set=core][data-icon-name=file-csv]::before {
|
|
510
|
+
content: "\f22e";
|
|
511
|
+
}
|
|
488
512
|
[data-icon-set=core][data-icon-name=file-excel]::before {
|
|
489
513
|
content: "\f187";
|
|
490
514
|
}
|
|
@@ -524,6 +548,9 @@
|
|
|
524
548
|
[data-icon-set=core][data-icon-name=gender-male]::before {
|
|
525
549
|
content: "\f194";
|
|
526
550
|
}
|
|
551
|
+
[data-icon-set=core][data-icon-name=group]::before {
|
|
552
|
+
content: "\f22f";
|
|
553
|
+
}
|
|
527
554
|
[data-icon-set=core][data-icon-name=help]::before {
|
|
528
555
|
content: "\f195";
|
|
529
556
|
}
|
|
@@ -536,12 +563,21 @@
|
|
|
536
563
|
[data-icon-set=core][data-icon-name=language]::before {
|
|
537
564
|
content: "\f198";
|
|
538
565
|
}
|
|
566
|
+
[data-icon-set=core][data-icon-name=link]::before {
|
|
567
|
+
content: "\f231";
|
|
568
|
+
}
|
|
539
569
|
[data-icon-set=core][data-icon-name=link-external]::before {
|
|
540
570
|
content: "\f199";
|
|
541
571
|
}
|
|
542
572
|
[data-icon-set=core][data-icon-name=link-internal]::before {
|
|
543
573
|
content: "\f19a";
|
|
544
574
|
}
|
|
575
|
+
[data-icon-set=core][data-icon-name=link-off]::before {
|
|
576
|
+
content: "\f230";
|
|
577
|
+
}
|
|
578
|
+
[data-icon-set=core][data-icon-name=loading]::before {
|
|
579
|
+
content: "\f232";
|
|
580
|
+
}
|
|
545
581
|
[data-icon-set=core][data-icon-name=location]::before {
|
|
546
582
|
content: "\f19e";
|
|
547
583
|
}
|
|
@@ -660,6 +696,9 @@
|
|
|
660
696
|
[data-icon-set=core][data-icon-name=password]::before {
|
|
661
697
|
content: "\f1c0";
|
|
662
698
|
}
|
|
699
|
+
[data-icon-set=core][data-icon-name=paste]::before {
|
|
700
|
+
content: "\f233";
|
|
701
|
+
}
|
|
663
702
|
[data-icon-set=core][data-icon-name=phone]::before {
|
|
664
703
|
content: "\f1c1";
|
|
665
704
|
}
|
|
@@ -729,6 +768,9 @@
|
|
|
729
768
|
content: "\f1d4";
|
|
730
769
|
color: #002766;
|
|
731
770
|
}
|
|
771
|
+
[data-icon-set=core][data-icon-name=rearrange]::before {
|
|
772
|
+
content: "\f234";
|
|
773
|
+
}
|
|
732
774
|
[data-icon-set=core][data-icon-name=redo]::before {
|
|
733
775
|
content: "\f1d6";
|
|
734
776
|
}
|
|
@@ -958,6 +1000,9 @@
|
|
|
958
1000
|
[data-icon-set=core][data-icon-name=view]::before {
|
|
959
1001
|
content: "\f21e";
|
|
960
1002
|
}
|
|
1003
|
+
[data-icon-set=core][data-icon-name=view-off]::before {
|
|
1004
|
+
content: "\f235";
|
|
1005
|
+
}
|
|
961
1006
|
[data-icon-set=core][data-icon-name=visual-inspection]::before {
|
|
962
1007
|
content: "\f21f";
|
|
963
1008
|
}
|
package/core/core-icons.eot
CHANGED
|
Binary file
|
package/core/core-icons.scss
CHANGED
|
@@ -53,6 +53,9 @@
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
[data-icon-set="core"] {
|
|
56
|
+
&[data-icon-name="aggregation"]::before {
|
|
57
|
+
content: utils.get-icon-glyph("aggregation");
|
|
58
|
+
}
|
|
56
59
|
&[data-icon-name="alarm"]::before {
|
|
57
60
|
content: utils.get-icon-glyph("alarm");
|
|
58
61
|
}
|
|
@@ -119,6 +122,9 @@
|
|
|
119
122
|
&[data-icon-name="attachment-off"]::before {
|
|
120
123
|
content: utils.get-icon-glyph("attachment-off");
|
|
121
124
|
}
|
|
125
|
+
&[data-icon-name="bar-chart"]::before {
|
|
126
|
+
content: utils.get-icon-glyph("bar-chart");
|
|
127
|
+
}
|
|
122
128
|
&[data-icon-name="battery-0"]::before {
|
|
123
129
|
content: utils.get-icon-glyph("battery-0");
|
|
124
130
|
}
|
|
@@ -320,6 +326,9 @@
|
|
|
320
326
|
&[data-icon-name="camera"]::before {
|
|
321
327
|
content: utils.get-icon-glyph("camera");
|
|
322
328
|
}
|
|
329
|
+
&[data-icon-name="cancel"]::before {
|
|
330
|
+
content: utils.get-icon-glyph("cancel");
|
|
331
|
+
}
|
|
323
332
|
&[data-icon-name="check"]::before {
|
|
324
333
|
content: utils.get-icon-glyph("check");
|
|
325
334
|
}
|
|
@@ -343,6 +352,12 @@
|
|
|
343
352
|
&[data-icon-name="chevron-up"]::before {
|
|
344
353
|
content: utils.get-icon-glyph("chevron-up");
|
|
345
354
|
}
|
|
355
|
+
&[data-icon-name="chevrons"]::before {
|
|
356
|
+
content: utils.get-icon-glyph("chevrons");
|
|
357
|
+
}
|
|
358
|
+
&[data-icon-name="chevrons-updown"]::before {
|
|
359
|
+
content: utils.get-icon-glyph("chevrons-updown");
|
|
360
|
+
}
|
|
346
361
|
&[data-icon-name="close"]::before {
|
|
347
362
|
content: utils.get-icon-glyph("close");
|
|
348
363
|
}
|
|
@@ -385,6 +400,12 @@
|
|
|
385
400
|
content: utils.get-icon-glyph("cloud-warning-part2");
|
|
386
401
|
color: #002766;
|
|
387
402
|
}
|
|
403
|
+
&[data-icon-name="colorpicker"]::before {
|
|
404
|
+
content: utils.get-icon-glyph("colorpicker");
|
|
405
|
+
}
|
|
406
|
+
&[data-icon-name="column"]::before {
|
|
407
|
+
content: utils.get-icon-glyph("column");
|
|
408
|
+
}
|
|
388
409
|
&[data-icon-name="comment"]::before {
|
|
389
410
|
content: utils.get-icon-glyph("comment");
|
|
390
411
|
}
|
|
@@ -492,6 +513,9 @@
|
|
|
492
513
|
&[data-icon-name="file"]::before {
|
|
493
514
|
content: utils.get-icon-glyph("file");
|
|
494
515
|
}
|
|
516
|
+
&[data-icon-name="file-csv"]::before {
|
|
517
|
+
content: utils.get-icon-glyph("file-csv");
|
|
518
|
+
}
|
|
495
519
|
&[data-icon-name="file-excel"]::before {
|
|
496
520
|
content: utils.get-icon-glyph("file-excel");
|
|
497
521
|
}
|
|
@@ -531,6 +555,9 @@
|
|
|
531
555
|
&[data-icon-name="gender-male"]::before {
|
|
532
556
|
content: utils.get-icon-glyph("gender-male");
|
|
533
557
|
}
|
|
558
|
+
&[data-icon-name="group"]::before {
|
|
559
|
+
content: utils.get-icon-glyph("group");
|
|
560
|
+
}
|
|
534
561
|
&[data-icon-name="help"]::before {
|
|
535
562
|
content: utils.get-icon-glyph("help");
|
|
536
563
|
}
|
|
@@ -543,12 +570,21 @@
|
|
|
543
570
|
&[data-icon-name="language"]::before {
|
|
544
571
|
content: utils.get-icon-glyph("language");
|
|
545
572
|
}
|
|
573
|
+
&[data-icon-name="link"]::before {
|
|
574
|
+
content: utils.get-icon-glyph("link");
|
|
575
|
+
}
|
|
546
576
|
&[data-icon-name="link-external"]::before {
|
|
547
577
|
content: utils.get-icon-glyph("link-external");
|
|
548
578
|
}
|
|
549
579
|
&[data-icon-name="link-internal"]::before {
|
|
550
580
|
content: utils.get-icon-glyph("link-internal");
|
|
551
581
|
}
|
|
582
|
+
&[data-icon-name="link-off"]::before {
|
|
583
|
+
content: utils.get-icon-glyph("link-off");
|
|
584
|
+
}
|
|
585
|
+
&[data-icon-name="loading"]::before {
|
|
586
|
+
content: utils.get-icon-glyph("loading");
|
|
587
|
+
}
|
|
552
588
|
&[data-icon-name="location"]::before {
|
|
553
589
|
content: utils.get-icon-glyph("location");
|
|
554
590
|
}
|
|
@@ -667,6 +703,9 @@
|
|
|
667
703
|
&[data-icon-name="password"]::before {
|
|
668
704
|
content: utils.get-icon-glyph("password");
|
|
669
705
|
}
|
|
706
|
+
&[data-icon-name="paste"]::before {
|
|
707
|
+
content: utils.get-icon-glyph("paste");
|
|
708
|
+
}
|
|
670
709
|
&[data-icon-name="phone"]::before {
|
|
671
710
|
content: utils.get-icon-glyph("phone");
|
|
672
711
|
}
|
|
@@ -736,6 +775,9 @@
|
|
|
736
775
|
content: utils.get-icon-glyph("print-warning-part2");
|
|
737
776
|
color: #002766;
|
|
738
777
|
}
|
|
778
|
+
&[data-icon-name="rearrange"]::before {
|
|
779
|
+
content: utils.get-icon-glyph("rearrange");
|
|
780
|
+
}
|
|
739
781
|
&[data-icon-name="redo"]::before {
|
|
740
782
|
content: utils.get-icon-glyph("redo");
|
|
741
783
|
}
|
|
@@ -965,6 +1007,9 @@
|
|
|
965
1007
|
&[data-icon-name="view"]::before {
|
|
966
1008
|
content: utils.get-icon-glyph("view");
|
|
967
1009
|
}
|
|
1010
|
+
&[data-icon-name="view-off"]::before {
|
|
1011
|
+
content: utils.get-icon-glyph("view-off");
|
|
1012
|
+
}
|
|
968
1013
|
&[data-icon-name="visual-inspection"]::before {
|
|
969
1014
|
content: utils.get-icon-glyph("visual-inspection");
|
|
970
1015
|
}
|
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
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "aggregation",
|
|
4
|
+
"set": "core"
|
|
5
|
+
},
|
|
2
6
|
{
|
|
3
7
|
"name": "alarm",
|
|
4
8
|
"set": "core"
|
|
@@ -79,6 +83,10 @@
|
|
|
79
83
|
"name": "attachment-off",
|
|
80
84
|
"set": "core"
|
|
81
85
|
},
|
|
86
|
+
{
|
|
87
|
+
"name": "bar-chart",
|
|
88
|
+
"set": "core"
|
|
89
|
+
},
|
|
82
90
|
{
|
|
83
91
|
"name": "battery-0",
|
|
84
92
|
"set": "core"
|
|
@@ -239,6 +247,10 @@
|
|
|
239
247
|
"name": "camera",
|
|
240
248
|
"set": "core"
|
|
241
249
|
},
|
|
250
|
+
{
|
|
251
|
+
"name": "cancel",
|
|
252
|
+
"set": "core"
|
|
253
|
+
},
|
|
242
254
|
{
|
|
243
255
|
"name": "check",
|
|
244
256
|
"set": "core"
|
|
@@ -263,6 +275,14 @@
|
|
|
263
275
|
"name": "chevron-up",
|
|
264
276
|
"set": "core"
|
|
265
277
|
},
|
|
278
|
+
{
|
|
279
|
+
"name": "chevrons",
|
|
280
|
+
"set": "core"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "chevrons-updown",
|
|
284
|
+
"set": "core"
|
|
285
|
+
},
|
|
266
286
|
{
|
|
267
287
|
"name": "close",
|
|
268
288
|
"set": "core"
|
|
@@ -287,6 +307,14 @@
|
|
|
287
307
|
"name": "cloud-warning",
|
|
288
308
|
"set": "core"
|
|
289
309
|
},
|
|
310
|
+
{
|
|
311
|
+
"name": "colorpicker",
|
|
312
|
+
"set": "core"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "column",
|
|
316
|
+
"set": "core"
|
|
317
|
+
},
|
|
290
318
|
{
|
|
291
319
|
"name": "comment",
|
|
292
320
|
"set": "core"
|
|
@@ -411,6 +439,10 @@
|
|
|
411
439
|
"name": "file",
|
|
412
440
|
"set": "core"
|
|
413
441
|
},
|
|
442
|
+
{
|
|
443
|
+
"name": "file-csv",
|
|
444
|
+
"set": "core"
|
|
445
|
+
},
|
|
414
446
|
{
|
|
415
447
|
"name": "file-excel",
|
|
416
448
|
"set": "core"
|
|
@@ -463,6 +495,10 @@
|
|
|
463
495
|
"name": "gender-male",
|
|
464
496
|
"set": "core"
|
|
465
497
|
},
|
|
498
|
+
{
|
|
499
|
+
"name": "group",
|
|
500
|
+
"set": "core"
|
|
501
|
+
},
|
|
466
502
|
{
|
|
467
503
|
"name": "help",
|
|
468
504
|
"set": "core"
|
|
@@ -479,6 +515,10 @@
|
|
|
479
515
|
"name": "language",
|
|
480
516
|
"set": "core"
|
|
481
517
|
},
|
|
518
|
+
{
|
|
519
|
+
"name": "link",
|
|
520
|
+
"set": "core"
|
|
521
|
+
},
|
|
482
522
|
{
|
|
483
523
|
"name": "link-external",
|
|
484
524
|
"set": "core"
|
|
@@ -487,6 +527,14 @@
|
|
|
487
527
|
"name": "link-internal",
|
|
488
528
|
"set": "core"
|
|
489
529
|
},
|
|
530
|
+
{
|
|
531
|
+
"name": "link-off",
|
|
532
|
+
"set": "core"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"name": "loading",
|
|
536
|
+
"set": "core"
|
|
537
|
+
},
|
|
490
538
|
{
|
|
491
539
|
"name": "location",
|
|
492
540
|
"set": "core"
|
|
@@ -623,6 +671,10 @@
|
|
|
623
671
|
"name": "password",
|
|
624
672
|
"set": "core"
|
|
625
673
|
},
|
|
674
|
+
{
|
|
675
|
+
"name": "paste",
|
|
676
|
+
"set": "core"
|
|
677
|
+
},
|
|
626
678
|
{
|
|
627
679
|
"name": "phone",
|
|
628
680
|
"set": "core"
|
|
@@ -683,6 +735,10 @@
|
|
|
683
735
|
"name": "print-warning",
|
|
684
736
|
"set": "core"
|
|
685
737
|
},
|
|
738
|
+
{
|
|
739
|
+
"name": "rearrange",
|
|
740
|
+
"set": "core"
|
|
741
|
+
},
|
|
686
742
|
{
|
|
687
743
|
"name": "redo",
|
|
688
744
|
"set": "core"
|
|
@@ -935,6 +991,10 @@
|
|
|
935
991
|
"name": "view",
|
|
936
992
|
"set": "core"
|
|
937
993
|
},
|
|
994
|
+
{
|
|
995
|
+
"name": "view-off",
|
|
996
|
+
"set": "core"
|
|
997
|
+
},
|
|
938
998
|
{
|
|
939
999
|
"name": "visual-inspection",
|
|
940
1000
|
"set": "core"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 1.
|
|
5
|
+
<title>@odx/icons 1.4.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 1.
|
|
129
|
+
@odx/icons 1.4.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 1.
|
|
5
|
+
<title>@odx/icons 1.4.0</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="safety-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 1.
|
|
129
|
+
@odx/icons 1.4.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
133
|
-
Iconset: <strong>safety</strong> (
|
|
133
|
+
Iconset: <strong>safety</strong> (775 icons)
|
|
134
134
|
</div>
|
|
135
135
|
</header>
|
|
136
136
|
<main class="icons" id="icons">
|
|
@@ -4194,6 +4194,34 @@
|
|
|
4194
4194
|
<span class="icon-name">zoom-document-width</span>
|
|
4195
4195
|
<span class="icon-alias">
|
|
4196
4196
|
</div>
|
|
4197
|
+
<div class="icons__item">
|
|
4198
|
+
<i class="odx-icon" data-icon-set="safety" data-icon-name="zoom-in">
|
|
4199
|
+
<span></span>
|
|
4200
|
+
</i>
|
|
4201
|
+
<span class="icon-name">zoom-in</span>
|
|
4202
|
+
<span class="icon-alias">
|
|
4203
|
+
</div>
|
|
4204
|
+
<div class="icons__item">
|
|
4205
|
+
<i class="odx-icon" data-icon-set="safety" data-icon-name="zoom-original">
|
|
4206
|
+
<span></span>
|
|
4207
|
+
</i>
|
|
4208
|
+
<span class="icon-name">zoom-original</span>
|
|
4209
|
+
<span class="icon-alias">
|
|
4210
|
+
</div>
|
|
4211
|
+
<div class="icons__item">
|
|
4212
|
+
<i class="odx-icon" data-icon-set="safety" data-icon-name="zoom-out">
|
|
4213
|
+
<span></span>
|
|
4214
|
+
</i>
|
|
4215
|
+
<span class="icon-name">zoom-out</span>
|
|
4216
|
+
<span class="icon-alias">
|
|
4217
|
+
</div>
|
|
4218
|
+
<div class="icons__item">
|
|
4219
|
+
<i class="odx-icon" data-icon-set="safety" data-icon-name="zoom-window">
|
|
4220
|
+
<span></span>
|
|
4221
|
+
</i>
|
|
4222
|
+
<span class="icon-name">zoom-window</span>
|
|
4223
|
+
<span class="icon-alias">
|
|
4224
|
+
</div>
|
|
4197
4225
|
</main>
|
|
4198
4226
|
<script>
|
|
4199
4227
|
let currentMessage, timeout;
|
|
@@ -769,5 +769,9 @@ $glyphs: (
|
|
|
769
769
|
xplore-8000-system-part8: "\edc8",
|
|
770
770
|
xzone-5000: "\edc9",
|
|
771
771
|
zoom-document-size: "\edcb",
|
|
772
|
-
zoom-document-width: "\edcc"
|
|
772
|
+
zoom-document-width: "\edcc",
|
|
773
|
+
zoom-in: "\f12c",
|
|
774
|
+
zoom-original: "\f12d",
|
|
775
|
+
zoom-out: "\f13b",
|
|
776
|
+
zoom-window: "\f13c"
|
|
773
777
|
);
|
package/safety/safety-icons.css
CHANGED
|
@@ -2540,4 +2540,16 @@
|
|
|
2540
2540
|
}
|
|
2541
2541
|
[data-icon-set=safety][data-icon-name=zoom-document-width]::before {
|
|
2542
2542
|
content: "\edcc";
|
|
2543
|
+
}
|
|
2544
|
+
[data-icon-set=safety][data-icon-name=zoom-in]::before {
|
|
2545
|
+
content: "\f12c";
|
|
2546
|
+
}
|
|
2547
|
+
[data-icon-set=safety][data-icon-name=zoom-original]::before {
|
|
2548
|
+
content: "\f12d";
|
|
2549
|
+
}
|
|
2550
|
+
[data-icon-set=safety][data-icon-name=zoom-out]::before {
|
|
2551
|
+
content: "\f13b";
|
|
2552
|
+
}
|
|
2553
|
+
[data-icon-set=safety][data-icon-name=zoom-window]::before {
|
|
2554
|
+
content: "\f13c";
|
|
2543
2555
|
}
|
package/safety/safety-icons.eot
CHANGED
|
Binary file
|
package/safety/safety-icons.scss
CHANGED
|
@@ -2548,4 +2548,16 @@
|
|
|
2548
2548
|
&[data-icon-name="zoom-document-width"]::before {
|
|
2549
2549
|
content: utils.get-icon-glyph("zoom-document-width");
|
|
2550
2550
|
}
|
|
2551
|
+
&[data-icon-name="zoom-in"]::before {
|
|
2552
|
+
content: utils.get-icon-glyph("zoom-in");
|
|
2553
|
+
}
|
|
2554
|
+
&[data-icon-name="zoom-original"]::before {
|
|
2555
|
+
content: utils.get-icon-glyph("zoom-original");
|
|
2556
|
+
}
|
|
2557
|
+
&[data-icon-name="zoom-out"]::before {
|
|
2558
|
+
content: utils.get-icon-glyph("zoom-out");
|
|
2559
|
+
}
|
|
2560
|
+
&[data-icon-name="zoom-window"]::before {
|
|
2561
|
+
content: utils.get-icon-glyph("zoom-window");
|
|
2562
|
+
}
|
|
2551
2563
|
}
|
package/safety/safety-icons.ttf
CHANGED
|
Binary file
|
package/safety/safety-icons.woff
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -2318,5 +2318,21 @@
|
|
|
2318
2318
|
{
|
|
2319
2319
|
"name": "zoom-document-width",
|
|
2320
2320
|
"set": "safety"
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"name": "zoom-in",
|
|
2324
|
+
"set": "safety"
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
"name": "zoom-original",
|
|
2328
|
+
"set": "safety"
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"name": "zoom-out",
|
|
2332
|
+
"set": "safety"
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"name": "zoom-window",
|
|
2336
|
+
"set": "safety"
|
|
2321
2337
|
}
|
|
2322
2338
|
]
|