@siemens/ix-icons 1.2.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +6 -31
- package/dist/cjs/icon-a15a0683.js +1487 -0
- package/dist/cjs/icon-a15a0683.js.map +1 -0
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/ix-icon.cjs.entry.js +1 -1
- package/dist/collection/components/icon/icon.css +17 -2780
- package/dist/collection/components/icon/icon.js +10 -21
- package/dist/collection/components/icon/icon.js.map +1 -1
- package/dist/collection/components/icon/icons.js +679 -0
- package/dist/collection/components/icon/icons.js.map +1 -0
- package/dist/collection/components/icon/resolveIcon.js +27 -3
- package/dist/collection/components/icon/resolveIcon.js.map +1 -1
- package/dist/components/icon.js +1387 -25
- package/dist/components/icon.js.map +1 -1
- package/dist/css/ix-icons.css +13 -719
- package/dist/esm/icon-95eef87f.js +1485 -0
- package/dist/esm/icon-95eef87f.js.map +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/ix-icon.entry.js +1 -1
- package/dist/ix-icons/index.esm.js +1 -1
- package/dist/ix-icons/ix-icons.esm.js +1 -1
- package/dist/ix-icons/p-58a6be66.js +2 -0
- package/dist/ix-icons/p-58a6be66.js.map +1 -0
- package/dist/ix-icons/p-e0e04303.entry.js +2 -0
- package/dist/sample.json +676 -1351
- package/dist/svg/missing-symbol.svg +1 -0
- package/dist/types/components/icon/icon.d.ts +2 -1
- package/dist/types/components/icon/icons.d.ts +677 -0
- package/dist/types/components.d.ts +4 -2
- package/icons/index.d.ts +678 -676
- package/icons/index.js +678 -676
- package/icons/index.mjs +678 -676
- package/icons/package.json +1 -1
- package/package.json +2 -5
- package/dist/cjs/icon-f93d1754.js +0 -125
- package/dist/cjs/icon-f93d1754.js.map +0 -1
- package/dist/collection/components/icon/question.js +0 -5
- package/dist/collection/components/icon/question.js.map +0 -1
- package/dist/esm/icon-6a9c5e3a.js +0 -123
- package/dist/esm/icon-6a9c5e3a.js.map +0 -1
- package/dist/fonts/ix-icons.eot +0 -0
- package/dist/fonts/ix-icons.svg +0 -2037
- package/dist/fonts/ix-icons.ttf +0 -0
- package/dist/fonts/ix-icons.woff +0 -0
- package/dist/fonts/ix-icons.woff2 +0 -0
- package/dist/ix-icons/p-3f1bfdd7.js +0 -2
- package/dist/ix-icons/p-3f1bfdd7.js.map +0 -1
- package/dist/ix-icons/p-56e47578.entry.js +0 -2
- package/dist/sample.html +0 -11645
- package/dist/types/components/icon/question.d.ts +0 -1
- /package/dist/ix-icons/{p-56e47578.entry.js.map → p-e0e04303.entry.js.map} +0 -0
@@ -6,2773 +6,13 @@
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
8
8
|
*/
|
9
|
-
/*
|
10
|
-
* COPYRIGHT (c) Siemens AG 2018-2023 ALL RIGHTS RESERVED.
|
11
|
-
*/
|
12
|
-
.glyph {
|
13
|
-
-moz-osx-font-smoothing: grayscale;
|
14
|
-
-webkit-font-smoothing: antialiased;
|
15
|
-
display: inline-block;
|
16
|
-
font-style: normal;
|
17
|
-
font-variant: normal;
|
18
|
-
text-rendering: auto;
|
19
|
-
line-height: 1;
|
20
|
-
font-family: "ix-icons";
|
21
|
-
font-size: 1.5rem;
|
22
|
-
font-weight: 500;
|
23
|
-
}
|
24
|
-
|
25
|
-
.glyph-lg {
|
26
|
-
font-size: 1.3333333333em;
|
27
|
-
line-height: 0.75em;
|
28
|
-
vertical-align: -15%;
|
29
|
-
}
|
30
|
-
|
31
|
-
.glyph-2x {
|
32
|
-
font-size: 2em;
|
33
|
-
}
|
34
|
-
|
35
|
-
.glyph-3x {
|
36
|
-
font-size: 3em;
|
37
|
-
}
|
38
|
-
|
39
|
-
.glyph-4x {
|
40
|
-
font-size: 4em;
|
41
|
-
}
|
42
|
-
|
43
|
-
.glyph-5x {
|
44
|
-
font-size: 5em;
|
45
|
-
}
|
46
|
-
|
47
|
-
.glyph-fw {
|
48
|
-
width: 1.2857142857em;
|
49
|
-
text-align: center;
|
50
|
-
}
|
51
|
-
|
52
|
-
.glyph-12 {
|
53
|
-
font-size: 0.75rem;
|
54
|
-
}
|
55
|
-
|
56
|
-
.glyph-16 {
|
57
|
-
font-size: 1rem;
|
58
|
-
}
|
59
|
-
|
60
|
-
.glyph-24 {
|
61
|
-
font-size: 1.5rem;
|
62
|
-
}
|
63
|
-
|
64
|
-
.glyph-32 {
|
65
|
-
font-size: 2rem;
|
66
|
-
}
|
67
|
-
|
68
|
-
.glyph-about-filled:before {
|
69
|
-
content: "\ea01";
|
70
|
-
}
|
71
|
-
|
72
|
-
.glyph-about:before {
|
73
|
-
content: "\ea02";
|
74
|
-
}
|
75
|
-
|
76
|
-
.glyph-add-application:before {
|
77
|
-
content: "\ea03";
|
78
|
-
}
|
79
|
-
|
80
|
-
.glyph-add-circle-filled:before {
|
81
|
-
content: "\ea04";
|
82
|
-
}
|
83
|
-
|
84
|
-
.glyph-add-circle:before {
|
85
|
-
content: "\ea05";
|
86
|
-
}
|
87
|
-
|
88
|
-
.glyph-add-document-note:before {
|
89
|
-
content: "\ea06";
|
90
|
-
}
|
91
|
-
|
92
|
-
.glyph-add-eye-filled:before {
|
93
|
-
content: "\ea07";
|
94
|
-
}
|
95
|
-
|
96
|
-
.glyph-add-eye:before {
|
97
|
-
content: "\ea08";
|
98
|
-
}
|
99
|
-
|
100
|
-
.glyph-add-task-list:before {
|
101
|
-
content: "\ea09";
|
102
|
-
}
|
103
|
-
|
104
|
-
.glyph-add-task:before {
|
105
|
-
content: "\ea0a";
|
106
|
-
}
|
107
|
-
|
108
|
-
.glyph-add-user-filled:before {
|
109
|
-
content: "\ea0b";
|
110
|
-
}
|
111
|
-
|
112
|
-
.glyph-add-user:before {
|
113
|
-
content: "\ea0c";
|
114
|
-
}
|
115
|
-
|
116
|
-
.glyph-add:before {
|
117
|
-
content: "\ea0d";
|
118
|
-
}
|
119
|
-
|
120
|
-
.glyph-ai:before {
|
121
|
-
content: "\ea0e";
|
122
|
-
}
|
123
|
-
|
124
|
-
.glyph-alarm-bell-cancelled-filled:before {
|
125
|
-
content: "\ea0f";
|
126
|
-
}
|
127
|
-
|
128
|
-
.glyph-alarm-bell-cancelled:before {
|
129
|
-
content: "\ea10";
|
130
|
-
}
|
131
|
-
|
132
|
-
.glyph-alarm-bell-filled:before {
|
133
|
-
content: "\ea11";
|
134
|
-
}
|
135
|
-
|
136
|
-
.glyph-alarm-bell:before {
|
137
|
-
content: "\ea12";
|
138
|
-
}
|
139
|
-
|
140
|
-
.glyph-alarm-clock-filled:before {
|
141
|
-
content: "\ea13";
|
142
|
-
}
|
143
|
-
|
144
|
-
.glyph-alarm-clock:before {
|
145
|
-
content: "\ea14";
|
146
|
-
}
|
147
|
-
|
148
|
-
.glyph-alarm-filled:before {
|
149
|
-
content: "\ea15";
|
150
|
-
}
|
151
|
-
|
152
|
-
.glyph-alarm:before {
|
153
|
-
content: "\ea16";
|
154
|
-
}
|
155
|
-
|
156
|
-
.glyph-analyze:before {
|
157
|
-
content: "\ea17";
|
158
|
-
}
|
159
|
-
|
160
|
-
.glyph-anomaly-found:before {
|
161
|
-
content: "\ea18";
|
162
|
-
}
|
163
|
-
|
164
|
-
.glyph-anomaly:before {
|
165
|
-
content: "\ea19";
|
166
|
-
}
|
167
|
-
|
168
|
-
.glyph-app-menu:before {
|
169
|
-
content: "\ea1a";
|
170
|
-
}
|
171
|
-
|
172
|
-
.glyph-application-screen:before {
|
173
|
-
content: "\ea1b";
|
174
|
-
}
|
175
|
-
|
176
|
-
.glyph-applications:before {
|
177
|
-
content: "\ea1c";
|
178
|
-
}
|
179
|
-
|
180
|
-
.glyph-apps:before {
|
181
|
-
content: "\ea1d";
|
182
|
-
}
|
183
|
-
|
184
|
-
.glyph-arrow-down-right:before {
|
185
|
-
content: "\ea1e";
|
186
|
-
}
|
187
|
-
|
188
|
-
.glyph-arrow-down:before {
|
189
|
-
content: "\ea1f";
|
190
|
-
}
|
191
|
-
|
192
|
-
.glyph-arrow-left:before {
|
193
|
-
content: "\ea20";
|
194
|
-
}
|
195
|
-
|
196
|
-
.glyph-arrow-right-down:before {
|
197
|
-
content: "\ea21";
|
198
|
-
}
|
199
|
-
|
200
|
-
.glyph-arrow-right:before {
|
201
|
-
content: "\ea22";
|
202
|
-
}
|
203
|
-
|
204
|
-
.glyph-arrow-up:before {
|
205
|
-
content: "\ea23";
|
206
|
-
}
|
207
|
-
|
208
|
-
.glyph-attach:before {
|
209
|
-
content: "\ea24";
|
210
|
-
}
|
211
|
-
|
212
|
-
.glyph-attachment-upload:before {
|
213
|
-
content: "\ea25";
|
214
|
-
}
|
215
|
-
|
216
|
-
.glyph-audio-description1:before {
|
217
|
-
content: "\ea26";
|
218
|
-
}
|
219
|
-
|
220
|
-
.glyph-audio-description2:before {
|
221
|
-
content: "\ea27";
|
222
|
-
}
|
223
|
-
|
224
|
-
.glyph-audit-report:before {
|
225
|
-
content: "\ea28";
|
226
|
-
}
|
227
|
-
|
228
|
-
.glyph-average:before {
|
229
|
-
content: "\ea29";
|
230
|
-
}
|
231
|
-
|
232
|
-
.glyph-backup-filled:before {
|
233
|
-
content: "\ea2a";
|
234
|
-
}
|
235
|
-
|
236
|
-
.glyph-backup:before {
|
237
|
-
content: "\ea2b";
|
238
|
-
}
|
239
|
-
|
240
|
-
.glyph-bar-code:before {
|
241
|
-
content: "\ea2c";
|
242
|
-
}
|
243
|
-
|
244
|
-
.glyph-barchart:before {
|
245
|
-
content: "\ea2d";
|
246
|
-
}
|
247
|
-
|
248
|
-
.glyph-battery-check:before {
|
249
|
-
content: "\ea2e";
|
250
|
-
}
|
251
|
-
|
252
|
-
.glyph-battery-empty-question:before {
|
253
|
-
content: "\ea2f";
|
254
|
-
}
|
255
|
-
|
256
|
-
.glyph-battery-empty:before {
|
257
|
-
content: "\ea30";
|
258
|
-
}
|
259
|
-
|
260
|
-
.glyph-battery-exclamation:before {
|
261
|
-
content: "\ea31";
|
262
|
-
}
|
263
|
-
|
264
|
-
.glyph-battery-full-check:before {
|
265
|
-
content: "\ea32";
|
266
|
-
}
|
267
|
-
|
268
|
-
.glyph-battery-full:before {
|
269
|
-
content: "\ea33";
|
270
|
-
}
|
271
|
-
|
272
|
-
.glyph-battery-half:before {
|
273
|
-
content: "\ea34";
|
274
|
-
}
|
275
|
-
|
276
|
-
.glyph-battery-low:before {
|
277
|
-
content: "\ea35";
|
278
|
-
}
|
279
|
-
|
280
|
-
.glyph-battery-quarter:before {
|
281
|
-
content: "\ea36";
|
282
|
-
}
|
283
|
-
|
284
|
-
.glyph-battery-slash:before {
|
285
|
-
content: "\ea37";
|
286
|
-
}
|
287
|
-
|
288
|
-
.glyph-battery-three-quarter:before {
|
289
|
-
content: "\ea38";
|
290
|
-
}
|
291
|
-
|
292
|
-
.glyph-battery-xmark:before {
|
293
|
-
content: "\ea39";
|
294
|
-
}
|
295
|
-
|
296
|
-
.glyph-bezier-curve:before {
|
297
|
-
content: "\ea3a";
|
298
|
-
}
|
299
|
-
|
300
|
-
.glyph-binoculars-filled:before {
|
301
|
-
content: "\ea3b";
|
302
|
-
}
|
303
|
-
|
304
|
-
.glyph-binoculars:before {
|
305
|
-
content: "\ea3c";
|
306
|
-
}
|
307
|
-
|
308
|
-
.glyph-blazor:before {
|
309
|
-
content: "\ea3d";
|
310
|
-
}
|
311
|
-
|
312
|
-
.glyph-book:before {
|
313
|
-
content: "\ea3e";
|
314
|
-
}
|
315
|
-
|
316
|
-
.glyph-bookmark-filled:before {
|
317
|
-
content: "\ea3f";
|
318
|
-
}
|
319
|
-
|
320
|
-
.glyph-bookmark:before {
|
321
|
-
content: "\ea40";
|
322
|
-
}
|
323
|
-
|
324
|
-
.glyph-boundary-signals:before {
|
325
|
-
content: "\ea41";
|
326
|
-
}
|
327
|
-
|
328
|
-
.glyph-building1-filled:before {
|
329
|
-
content: "\ea42";
|
330
|
-
}
|
331
|
-
|
332
|
-
.glyph-building1:before {
|
333
|
-
content: "\ea43";
|
334
|
-
}
|
335
|
-
|
336
|
-
.glyph-building2-filled:before {
|
337
|
-
content: "\ea44";
|
338
|
-
}
|
339
|
-
|
340
|
-
.glyph-building2:before {
|
341
|
-
content: "\ea45";
|
342
|
-
}
|
343
|
-
|
344
|
-
.glyph-bulb-filled:before {
|
345
|
-
content: "\ea46";
|
346
|
-
}
|
347
|
-
|
348
|
-
.glyph-bulb:before {
|
349
|
-
content: "\ea47";
|
350
|
-
}
|
351
|
-
|
352
|
-
.glyph-calendar-filled:before {
|
353
|
-
content: "\ea48";
|
354
|
-
}
|
355
|
-
|
356
|
-
.glyph-calendar-settings:before {
|
357
|
-
content: "\ea49";
|
358
|
-
}
|
359
|
-
|
360
|
-
.glyph-calendar:before {
|
361
|
-
content: "\ea4a";
|
362
|
-
}
|
363
|
-
|
364
|
-
.glyph-cancel:before {
|
365
|
-
content: "\ea4b";
|
366
|
-
}
|
367
|
-
|
368
|
-
.glyph-cancelled:before {
|
369
|
-
content: "\ea4c";
|
370
|
-
}
|
371
|
-
|
372
|
-
.glyph-capacity-filled:before {
|
373
|
-
content: "\ea4d";
|
374
|
-
}
|
375
|
-
|
376
|
-
.glyph-capacity:before {
|
377
|
-
content: "\ea4e";
|
378
|
-
}
|
379
|
-
|
380
|
-
.glyph-capture:before {
|
381
|
-
content: "\ea4f";
|
382
|
-
}
|
383
|
-
|
384
|
-
.glyph-car-filled:before {
|
385
|
-
content: "\ea50";
|
386
|
-
}
|
387
|
-
|
388
|
-
.glyph-car:before {
|
389
|
-
content: "\ea51";
|
390
|
-
}
|
391
|
-
|
392
|
-
.glyph-card-layout-filled:before {
|
393
|
-
content: "\ea52";
|
394
|
-
}
|
395
|
-
|
396
|
-
.glyph-card-layout:before {
|
397
|
-
content: "\ea53";
|
398
|
-
}
|
399
|
-
|
400
|
-
.glyph-certificate-error-filled:before {
|
401
|
-
content: "\ea54";
|
402
|
-
}
|
403
|
-
|
404
|
-
.glyph-certificate-error:before {
|
405
|
-
content: "\ea55";
|
406
|
-
}
|
407
|
-
|
408
|
-
.glyph-certificate-exclamation-filled:before {
|
409
|
-
content: "\ea56";
|
410
|
-
}
|
411
|
-
|
412
|
-
.glyph-certificate-exclamation:before {
|
413
|
-
content: "\ea57";
|
414
|
-
}
|
415
|
-
|
416
|
-
.glyph-certificate-success-filled:before {
|
417
|
-
content: "\ea58";
|
418
|
-
}
|
419
|
-
|
420
|
-
.glyph-certificate-success:before {
|
421
|
-
content: "\ea59";
|
422
|
-
}
|
423
|
-
|
424
|
-
.glyph-chart-cursor:before {
|
425
|
-
content: "\ea5a";
|
426
|
-
}
|
427
|
-
|
428
|
-
.glyph-chart-curve-linear:before {
|
429
|
-
content: "\ea5b";
|
430
|
-
}
|
431
|
-
|
432
|
-
.glyph-chart-curve-spline:before {
|
433
|
-
content: "\ea5c";
|
434
|
-
}
|
435
|
-
|
436
|
-
.glyph-chart-curve-stepped:before {
|
437
|
-
content: "\ea5d";
|
438
|
-
}
|
439
|
-
|
440
|
-
.glyph-chart-diagram-add:before {
|
441
|
-
content: "\ea5e";
|
442
|
-
}
|
443
|
-
|
444
|
-
.glyph-chart-diagram:before {
|
445
|
-
content: "\ea5f";
|
446
|
-
}
|
447
|
-
|
448
|
-
.glyph-chart-diagrams:before {
|
449
|
-
content: "\ea60";
|
450
|
-
}
|
451
|
-
|
452
|
-
.glyph-chart-labels-filled:before {
|
453
|
-
content: "\ea61";
|
454
|
-
}
|
455
|
-
|
456
|
-
.glyph-chart-labels:before {
|
457
|
-
content: "\ea62";
|
458
|
-
}
|
459
|
-
|
460
|
-
.glyph-check-in:before {
|
461
|
-
content: "\ea63";
|
462
|
-
}
|
463
|
-
|
464
|
-
.glyph-check-out:before {
|
465
|
-
content: "\ea64";
|
466
|
-
}
|
467
|
-
|
468
|
-
.glyph-checkbox-component-checked:before {
|
469
|
-
content: "\ea65";
|
470
|
-
}
|
471
|
-
|
472
|
-
.glyph-checkbox-component-mixed:before {
|
473
|
-
content: "\ea66";
|
474
|
-
}
|
475
|
-
|
476
|
-
.glyph-checkbox-component-unchecked:before {
|
477
|
-
content: "\ea67";
|
478
|
-
}
|
479
|
-
|
480
|
-
.glyph-checkbox-filled:before {
|
481
|
-
content: "\ea68";
|
482
|
-
}
|
483
|
-
|
484
|
-
.glyph-checkbox:before {
|
485
|
-
content: "\ea69";
|
486
|
-
}
|
487
|
-
|
488
|
-
.glyph-checkboxes-filled:before {
|
489
|
-
content: "\ea6a";
|
490
|
-
}
|
491
|
-
|
492
|
-
.glyph-checkboxes:before {
|
493
|
-
content: "\ea6b";
|
494
|
-
}
|
495
|
-
|
496
|
-
.glyph-chevron-down-small:before {
|
497
|
-
content: "\ea6c";
|
498
|
-
}
|
499
|
-
|
500
|
-
.glyph-chevron-down:before {
|
501
|
-
content: "\ea6d";
|
502
|
-
}
|
503
|
-
|
504
|
-
.glyph-chevron-left-small:before {
|
505
|
-
content: "\ea6e";
|
506
|
-
}
|
507
|
-
|
508
|
-
.glyph-chevron-left:before {
|
509
|
-
content: "\ea6f";
|
510
|
-
}
|
511
|
-
|
512
|
-
.glyph-chevron-right-small:before {
|
513
|
-
content: "\ea70";
|
514
|
-
}
|
515
|
-
|
516
|
-
.glyph-chevron-right:before {
|
517
|
-
content: "\ea71";
|
518
|
-
}
|
519
|
-
|
520
|
-
.glyph-chevron-up-small:before {
|
521
|
-
content: "\ea72";
|
522
|
-
}
|
523
|
-
|
524
|
-
.glyph-chevron-up:before {
|
525
|
-
content: "\ea73";
|
526
|
-
}
|
527
|
-
|
528
|
-
.glyph-circle-dot-filled:before {
|
529
|
-
content: "\ea74";
|
530
|
-
}
|
531
|
-
|
532
|
-
.glyph-circle-dot:before {
|
533
|
-
content: "\ea75";
|
534
|
-
}
|
535
|
-
|
536
|
-
.glyph-circle-filled:before {
|
537
|
-
content: "\ea76";
|
538
|
-
}
|
539
|
-
|
540
|
-
.glyph-circle-pause-filled:before {
|
541
|
-
content: "\ea77";
|
542
|
-
}
|
543
|
-
|
544
|
-
.glyph-circle-pause:before {
|
545
|
-
content: "\ea78";
|
546
|
-
}
|
547
|
-
|
548
|
-
.glyph-circle-play-filled:before {
|
549
|
-
content: "\ea79";
|
550
|
-
}
|
551
|
-
|
552
|
-
.glyph-circle-play:before {
|
553
|
-
content: "\ea7a";
|
554
|
-
}
|
555
|
-
|
556
|
-
.glyph-circle-stop-filled:before {
|
557
|
-
content: "\ea7b";
|
558
|
-
}
|
559
|
-
|
560
|
-
.glyph-circle-stop:before {
|
561
|
-
content: "\ea7c";
|
562
|
-
}
|
563
|
-
|
564
|
-
.glyph-circle:before {
|
565
|
-
content: "\ea7d";
|
566
|
-
}
|
567
|
-
|
568
|
-
.glyph-clear-filter-filled:before {
|
569
|
-
content: "\ea7e";
|
570
|
-
}
|
571
|
-
|
572
|
-
.glyph-clear-filter:before {
|
573
|
-
content: "\ea7f";
|
574
|
-
}
|
575
|
-
|
576
|
-
.glyph-clear:before {
|
577
|
-
content: "\ea80";
|
578
|
-
}
|
579
|
-
|
580
|
-
.glyph-clock-filled:before {
|
581
|
-
content: "\ea81";
|
582
|
-
}
|
583
|
-
|
584
|
-
.glyph-clock:before {
|
585
|
-
content: "\ea82";
|
586
|
-
}
|
587
|
-
|
588
|
-
.glyph-close-small:before {
|
589
|
-
content: "\ea83";
|
590
|
-
}
|
591
|
-
|
592
|
-
.glyph-close:before {
|
593
|
-
content: "\ea84";
|
594
|
-
}
|
595
|
-
|
596
|
-
.glyph-cloud-download-add-filled:before {
|
597
|
-
content: "\ea85";
|
598
|
-
}
|
599
|
-
|
600
|
-
.glyph-cloud-download-add:before {
|
601
|
-
content: "\ea86";
|
602
|
-
}
|
603
|
-
|
604
|
-
.glyph-cloud-download-filled:before {
|
605
|
-
content: "\ea87";
|
606
|
-
}
|
607
|
-
|
608
|
-
.glyph-cloud-download-list-filled:before {
|
609
|
-
content: "\ea88";
|
610
|
-
}
|
611
|
-
|
612
|
-
.glyph-cloud-download-list:before {
|
613
|
-
content: "\ea89";
|
614
|
-
}
|
615
|
-
|
616
|
-
.glyph-cloud-download:before {
|
617
|
-
content: "\ea8a";
|
618
|
-
}
|
619
|
-
|
620
|
-
.glyph-cloud-filled:before {
|
621
|
-
content: "\ea8b";
|
622
|
-
}
|
623
|
-
|
624
|
-
.glyph-cloud-new-filled:before {
|
625
|
-
content: "\ea8c";
|
626
|
-
}
|
627
|
-
|
628
|
-
.glyph-cloud-new:before {
|
629
|
-
content: "\ea8d";
|
630
|
-
}
|
631
|
-
|
632
|
-
.glyph-cloud-success-filled:before {
|
633
|
-
content: "\ea8e";
|
634
|
-
}
|
635
|
-
|
636
|
-
.glyph-cloud-success:before {
|
637
|
-
content: "\ea8f";
|
638
|
-
}
|
639
|
-
|
640
|
-
.glyph-cloud-upload-filled:before {
|
641
|
-
content: "\ea90";
|
642
|
-
}
|
643
|
-
|
644
|
-
.glyph-cloud-upload:before {
|
645
|
-
content: "\ea91";
|
646
|
-
}
|
647
|
-
|
648
|
-
.glyph-cloud:before {
|
649
|
-
content: "\ea92";
|
650
|
-
}
|
651
|
-
|
652
|
-
.glyph-code:before {
|
653
|
-
content: "\ea93";
|
654
|
-
}
|
655
|
-
|
656
|
-
.glyph-coffee-empty-filled:before {
|
657
|
-
content: "\ea94";
|
658
|
-
}
|
659
|
-
|
660
|
-
.glyph-coffee-empty:before {
|
661
|
-
content: "\ea95";
|
662
|
-
}
|
663
|
-
|
664
|
-
.glyph-coffee-filled:before {
|
665
|
-
content: "\ea96";
|
666
|
-
}
|
667
|
-
|
668
|
-
.glyph-coffee:before {
|
669
|
-
content: "\ea97";
|
670
|
-
}
|
671
|
-
|
672
|
-
.glyph-cogwheel-filled:before {
|
673
|
-
content: "\ea98";
|
674
|
-
}
|
675
|
-
|
676
|
-
.glyph-cogwheel:before {
|
677
|
-
content: "\ea99";
|
678
|
-
}
|
679
|
-
|
680
|
-
.glyph-combine:before {
|
681
|
-
content: "\ea9a";
|
682
|
-
}
|
683
|
-
|
684
|
-
.glyph-compact-disc-filled:before {
|
685
|
-
content: "\ea9b";
|
686
|
-
}
|
687
|
-
|
688
|
-
.glyph-compact-disc:before {
|
689
|
-
content: "\ea9c";
|
690
|
-
}
|
691
|
-
|
692
|
-
.glyph-compound-block:before {
|
693
|
-
content: "\ea9d";
|
694
|
-
}
|
695
|
-
|
696
|
-
.glyph-configuration:before {
|
697
|
-
content: "\ea9e";
|
698
|
-
}
|
699
|
-
|
700
|
-
.glyph-configure-filled:before {
|
701
|
-
content: "\ea9f";
|
702
|
-
}
|
703
|
-
|
704
|
-
.glyph-configure:before {
|
705
|
-
content: "\eaa0";
|
706
|
-
}
|
707
|
-
|
708
|
-
.glyph-connected:before {
|
709
|
-
content: "\eaa1";
|
710
|
-
}
|
711
|
-
|
712
|
-
.glyph-connector-chart-filled:before {
|
713
|
-
content: "\eaa2";
|
714
|
-
}
|
715
|
-
|
716
|
-
.glyph-connector-chart:before {
|
717
|
-
content: "\eaa3";
|
718
|
-
}
|
719
|
-
|
720
|
-
.glyph-connector-filled:before {
|
721
|
-
content: "\eaa4";
|
722
|
-
}
|
723
|
-
|
724
|
-
.glyph-connector-hex-filled:before {
|
725
|
-
content: "\eaa5";
|
726
|
-
}
|
727
|
-
|
728
|
-
.glyph-connector-hex:before {
|
729
|
-
content: "\eaa6";
|
730
|
-
}
|
731
|
-
|
732
|
-
.glyph-connector-rect-filled:before {
|
733
|
-
content: "\eaa7";
|
734
|
-
}
|
735
|
-
|
736
|
-
.glyph-connector-rect:before {
|
737
|
-
content: "\eaa8";
|
738
|
-
}
|
739
|
-
|
740
|
-
.glyph-connector-rhomb-filled:before {
|
741
|
-
content: "\eaa9";
|
742
|
-
}
|
743
|
-
|
744
|
-
.glyph-connector-rhomb:before {
|
745
|
-
content: "\eaaa";
|
746
|
-
}
|
747
|
-
|
748
|
-
.glyph-connector:before {
|
749
|
-
content: "\eaab";
|
750
|
-
}
|
751
|
-
|
752
|
-
.glyph-consistency-check:before {
|
753
|
-
content: "\eaac";
|
754
|
-
}
|
755
|
-
|
756
|
-
.glyph-contact-details-filled:before {
|
757
|
-
content: "\eaad";
|
758
|
-
}
|
759
|
-
|
760
|
-
.glyph-contact-details:before {
|
761
|
-
content: "\eaae";
|
762
|
-
}
|
763
|
-
|
764
|
-
.glyph-context-menu:before {
|
765
|
-
content: "\eaaf";
|
766
|
-
}
|
767
|
-
|
768
|
-
.glyph-controlled-device:before {
|
769
|
-
content: "\eab0";
|
770
|
-
}
|
771
|
-
|
772
|
-
.glyph-controller-device:before {
|
773
|
-
content: "\eab1";
|
774
|
-
}
|
775
|
-
|
776
|
-
.glyph-copy:before {
|
777
|
-
content: "\eab2";
|
778
|
-
}
|
779
|
-
|
780
|
-
.glyph-corner-arrow-up-left:before {
|
781
|
-
content: "\eab3";
|
782
|
-
}
|
783
|
-
|
784
|
-
.glyph-couch-filled:before {
|
785
|
-
content: "\eab4";
|
786
|
-
}
|
787
|
-
|
788
|
-
.glyph-couch:before {
|
789
|
-
content: "\eab5";
|
790
|
-
}
|
791
|
-
|
792
|
-
.glyph-create-plant-filled:before {
|
793
|
-
content: "\eab6";
|
794
|
-
}
|
795
|
-
|
796
|
-
.glyph-create-plant:before {
|
797
|
-
content: "\eab7";
|
798
|
-
}
|
799
|
-
|
800
|
-
.glyph-cut:before {
|
801
|
-
content: "\eab8";
|
802
|
-
}
|
803
|
-
|
804
|
-
.glyph-cycle:before {
|
805
|
-
content: "\eab9";
|
806
|
-
}
|
807
|
-
|
808
|
-
.glyph-data-egress:before {
|
809
|
-
content: "\eaba";
|
810
|
-
}
|
811
|
-
|
812
|
-
.glyph-data-ingress-egress:before {
|
813
|
-
content: "\eabb";
|
814
|
-
}
|
815
|
-
|
816
|
-
.glyph-data-ingress:before {
|
817
|
-
content: "\eabc";
|
818
|
-
}
|
819
|
-
|
820
|
-
.glyph-database-filled:before {
|
821
|
-
content: "\eabd";
|
822
|
-
}
|
823
|
-
|
824
|
-
.glyph-database:before {
|
825
|
-
content: "\eabe";
|
826
|
-
}
|
827
|
-
|
828
|
-
.glyph-details:before {
|
829
|
-
content: "\eabf";
|
830
|
-
}
|
831
|
-
|
832
|
-
.glyph-diagram-module-library:before {
|
833
|
-
content: "\eac0";
|
834
|
-
}
|
835
|
-
|
836
|
-
.glyph-diagram-module-new:before {
|
837
|
-
content: "\eac1";
|
838
|
-
}
|
839
|
-
|
840
|
-
.glyph-diagram-module:before {
|
841
|
-
content: "\eac2";
|
842
|
-
}
|
843
|
-
|
844
|
-
.glyph-diamond:before {
|
845
|
-
content: "\eac3";
|
846
|
-
}
|
847
|
-
|
848
|
-
.glyph-disconnected:before {
|
849
|
-
content: "\eac4";
|
850
|
-
}
|
851
|
-
|
852
|
-
.glyph-disk-filled:before {
|
853
|
-
content: "\eac5";
|
854
|
-
}
|
855
|
-
|
856
|
-
.glyph-disk-pen:before {
|
857
|
-
content: "\eac6";
|
858
|
-
}
|
859
|
-
|
860
|
-
.glyph-disk:before {
|
861
|
-
content: "\eac7";
|
862
|
-
}
|
863
|
-
|
864
|
-
.glyph-distribution:before {
|
865
|
-
content: "\eac8";
|
866
|
-
}
|
867
|
-
|
868
|
-
.glyph-doc-document:before {
|
869
|
-
content: "\eac9";
|
870
|
-
}
|
871
|
-
|
872
|
-
.glyph-document-bulk:before {
|
873
|
-
content: "\eaca";
|
874
|
-
}
|
875
|
-
|
876
|
-
.glyph-document-info:before {
|
877
|
-
content: "\eacb";
|
878
|
-
}
|
879
|
-
|
880
|
-
.glyph-document-link:before {
|
881
|
-
content: "\eacc";
|
882
|
-
}
|
883
|
-
|
884
|
-
.glyph-document-management:before {
|
885
|
-
content: "\eacd";
|
886
|
-
}
|
887
|
-
|
888
|
-
.glyph-document-reference:before {
|
889
|
-
content: "\eace";
|
890
|
-
}
|
891
|
-
|
892
|
-
.glyph-document-settings:before {
|
893
|
-
content: "\eacf";
|
894
|
-
}
|
895
|
-
|
896
|
-
.glyph-document-success:before {
|
897
|
-
content: "\ead0";
|
898
|
-
}
|
899
|
-
|
900
|
-
.glyph-document:before {
|
901
|
-
content: "\ead1";
|
902
|
-
}
|
903
|
-
|
904
|
-
.glyph-double-check:before {
|
905
|
-
content: "\ead2";
|
906
|
-
}
|
907
|
-
|
908
|
-
.glyph-double-chevron-down:before {
|
909
|
-
content: "\ead3";
|
910
|
-
}
|
911
|
-
|
912
|
-
.glyph-double-chevron-left:before {
|
913
|
-
content: "\ead4";
|
914
|
-
}
|
915
|
-
|
916
|
-
.glyph-double-chevron-right:before {
|
917
|
-
content: "\ead5";
|
918
|
-
}
|
919
|
-
|
920
|
-
.glyph-double-chevron-up:before {
|
921
|
-
content: "\ead6";
|
922
|
-
}
|
923
|
-
|
924
|
-
.glyph-doublet-filled:before {
|
925
|
-
content: "\ead7";
|
926
|
-
}
|
927
|
-
|
928
|
-
.glyph-doublet:before {
|
929
|
-
content: "\ead8";
|
930
|
-
}
|
931
|
-
|
932
|
-
.glyph-download-add:before {
|
933
|
-
content: "\ead9";
|
934
|
-
}
|
935
|
-
|
936
|
-
.glyph-download-list:before {
|
937
|
-
content: "\eada";
|
938
|
-
}
|
939
|
-
|
940
|
-
.glyph-download:before {
|
941
|
-
content: "\eadb";
|
942
|
-
}
|
943
|
-
|
944
|
-
.glyph-drop:before {
|
945
|
-
content: "\eadc";
|
946
|
-
}
|
947
|
-
|
948
|
-
.glyph-duplicate-document:before {
|
949
|
-
content: "\eadd";
|
950
|
-
}
|
951
|
-
|
952
|
-
.glyph-duplicate:before {
|
953
|
-
content: "\eade";
|
954
|
-
}
|
955
|
-
|
956
|
-
.glyph-e-mail-filled:before {
|
957
|
-
content: "\eadf";
|
958
|
-
}
|
959
|
-
|
960
|
-
.glyph-e-mail:before {
|
961
|
-
content: "\eae0";
|
962
|
-
}
|
963
|
-
|
964
|
-
.glyph-earth-filled:before {
|
965
|
-
content: "\eae1";
|
966
|
-
}
|
967
|
-
|
968
|
-
.glyph-earth:before {
|
969
|
-
content: "\eae2";
|
970
|
-
}
|
971
|
-
|
972
|
-
.glyph-edit-plant:before {
|
973
|
-
content: "\eae3";
|
974
|
-
}
|
975
|
-
|
976
|
-
.glyph-electrical-energy-filled:before {
|
977
|
-
content: "\eae4";
|
978
|
-
}
|
979
|
-
|
980
|
-
.glyph-electrical-energy:before {
|
981
|
-
content: "\eae5";
|
982
|
-
}
|
983
|
-
|
984
|
-
.glyph-ellipse-arc:before {
|
985
|
-
content: "\eae6";
|
986
|
-
}
|
987
|
-
|
988
|
-
.glyph-ellipse-filled:before {
|
989
|
-
content: "\eae7";
|
990
|
-
}
|
991
|
-
|
992
|
-
.glyph-ellipse:before {
|
993
|
-
content: "\eae8";
|
994
|
-
}
|
995
|
-
|
996
|
-
.glyph-error-filled:before {
|
997
|
-
content: "\eae9";
|
998
|
-
}
|
999
|
-
|
1000
|
-
.glyph-error:before {
|
1001
|
-
content: "\eaea";
|
1002
|
-
}
|
1003
|
-
|
1004
|
-
.glyph-explore-filled:before {
|
1005
|
-
content: "\eaeb";
|
1006
|
-
}
|
1007
|
-
|
1008
|
-
.glyph-explore:before {
|
1009
|
-
content: "\eaec";
|
1010
|
-
}
|
1011
|
-
|
1012
|
-
.glyph-export:before {
|
1013
|
-
content: "\eaed";
|
1014
|
-
}
|
1015
|
-
|
1016
|
-
.glyph-eye-cancelled-filled:before {
|
1017
|
-
content: "\eaee";
|
1018
|
-
}
|
1019
|
-
|
1020
|
-
.glyph-eye-cancelled:before {
|
1021
|
-
content: "\eaef";
|
1022
|
-
}
|
1023
|
-
|
1024
|
-
.glyph-eye-filled:before {
|
1025
|
-
content: "\eaf0";
|
1026
|
-
}
|
1027
|
-
|
1028
|
-
.glyph-eye:before {
|
1029
|
-
content: "\eaf1";
|
1030
|
-
}
|
1031
|
-
|
1032
|
-
.glyph-factory-reset-filled:before {
|
1033
|
-
content: "\eaf2";
|
1034
|
-
}
|
1035
|
-
|
1036
|
-
.glyph-factory-reset:before {
|
1037
|
-
content: "\eaf3";
|
1038
|
-
}
|
1039
|
-
|
1040
|
-
.glyph-filter-filled:before {
|
1041
|
-
content: "\eaf4";
|
1042
|
-
}
|
1043
|
-
|
1044
|
-
.glyph-filter-outline:before {
|
1045
|
-
content: "\eaf5";
|
1046
|
-
}
|
1047
|
-
|
1048
|
-
.glyph-filter:before {
|
1049
|
-
content: "\eaf6";
|
1050
|
-
}
|
1051
|
-
|
1052
|
-
.glyph-flag-filled:before {
|
1053
|
-
content: "\eaf7";
|
1054
|
-
}
|
1055
|
-
|
1056
|
-
.glyph-flag:before {
|
1057
|
-
content: "\eaf8";
|
1058
|
-
}
|
1059
|
-
|
1060
|
-
.glyph-folder-down-filled:before {
|
1061
|
-
content: "\eaf9";
|
1062
|
-
}
|
1063
|
-
|
1064
|
-
.glyph-folder-down:before {
|
1065
|
-
content: "\eafa";
|
1066
|
-
}
|
1067
|
-
|
1068
|
-
.glyph-folder-filled:before {
|
1069
|
-
content: "\eafb";
|
1070
|
-
}
|
1071
|
-
|
1072
|
-
.glyph-folder-new-filled:before {
|
1073
|
-
content: "\eafc";
|
1074
|
-
}
|
1075
|
-
|
1076
|
-
.glyph-folder-new-outline:before {
|
1077
|
-
content: "\eafd";
|
1078
|
-
}
|
1079
|
-
|
1080
|
-
.glyph-folder-new:before {
|
1081
|
-
content: "\eafe";
|
1082
|
-
}
|
1083
|
-
|
1084
|
-
.glyph-folder-open-filled:before {
|
1085
|
-
content: "\eaff";
|
1086
|
-
}
|
1087
|
-
|
1088
|
-
.glyph-folder-open-outline:before {
|
1089
|
-
content: "\eb00";
|
1090
|
-
}
|
1091
|
-
|
1092
|
-
.glyph-folder-open:before {
|
1093
|
-
content: "\eb01";
|
1094
|
-
}
|
1095
|
-
|
1096
|
-
.glyph-folder-outline:before {
|
1097
|
-
content: "\eb02";
|
1098
|
-
}
|
1099
|
-
|
1100
|
-
.glyph-folder-up-filled:before {
|
1101
|
-
content: "\eb03";
|
1102
|
-
}
|
1103
|
-
|
1104
|
-
.glyph-folder-up:before {
|
1105
|
-
content: "\eb04";
|
1106
|
-
}
|
1107
|
-
|
1108
|
-
.glyph-folder:before {
|
1109
|
-
content: "\eb05";
|
1110
|
-
}
|
1111
|
-
|
1112
|
-
.glyph-full-screeen-exit:before {
|
1113
|
-
content: "\eb06";
|
1114
|
-
}
|
1115
|
-
|
1116
|
-
.glyph-full-screeen:before {
|
1117
|
-
content: "\eb07";
|
1118
|
-
}
|
1119
|
-
|
1120
|
-
.glyph-function-block-library:before {
|
1121
|
-
content: "\eb08";
|
1122
|
-
}
|
1123
|
-
|
1124
|
-
.glyph-function-block-new:before {
|
1125
|
-
content: "\eb09";
|
1126
|
-
}
|
1127
|
-
|
1128
|
-
.glyph-function-block:before {
|
1129
|
-
content: "\eb0a";
|
1130
|
-
}
|
1131
|
-
|
1132
|
-
.glyph-function-diagram-new:before {
|
1133
|
-
content: "\eb0b";
|
1134
|
-
}
|
1135
|
-
|
1136
|
-
.glyph-function-diagram:before {
|
1137
|
-
content: "\eb0c";
|
1138
|
-
}
|
1139
|
-
|
1140
|
-
.glyph-gauge-filled:before {
|
1141
|
-
content: "\eb0d";
|
1142
|
-
}
|
1143
|
-
|
1144
|
-
.glyph-gauge:before {
|
1145
|
-
content: "\eb0e";
|
1146
|
-
}
|
1147
|
-
|
1148
|
-
.glyph-gaugechart:before {
|
1149
|
-
content: "\eb0f";
|
1150
|
-
}
|
1151
|
-
|
1152
|
-
.glyph-global-plant-filled:before {
|
1153
|
-
content: "\eb10";
|
1154
|
-
}
|
1155
|
-
|
1156
|
-
.glyph-global-plant:before {
|
1157
|
-
content: "\eb11";
|
1158
|
-
}
|
1159
|
-
|
1160
|
-
.glyph-globe-filled:before {
|
1161
|
-
content: "\eb12";
|
1162
|
-
}
|
1163
|
-
|
1164
|
-
.glyph-globe:before {
|
1165
|
-
content: "\eb13";
|
1166
|
-
}
|
1167
|
-
|
1168
|
-
.glyph-goto:before {
|
1169
|
-
content: "\eb14";
|
1170
|
-
}
|
1171
|
-
|
1172
|
-
.glyph-group:before {
|
1173
|
-
content: "\eb15";
|
1174
|
-
}
|
1175
|
-
|
1176
|
-
.glyph-hard-reset:before {
|
1177
|
-
content: "\eb16";
|
1178
|
-
}
|
1179
|
-
|
1180
|
-
.glyph-hardware-cabinet:before {
|
1181
|
-
content: "\eb17";
|
1182
|
-
}
|
1183
|
-
|
1184
|
-
.glyph-health-filled:before {
|
1185
|
-
content: "\eb18";
|
1186
|
-
}
|
1187
|
-
|
1188
|
-
.glyph-health:before {
|
1189
|
-
content: "\eb19";
|
1190
|
-
}
|
1191
|
-
|
1192
|
-
.glyph-heart-filled:before {
|
1193
|
-
content: "\eb1a";
|
1194
|
-
}
|
1195
|
-
|
1196
|
-
.glyph-heart:before {
|
1197
|
-
content: "\eb1b";
|
1198
|
-
}
|
1199
|
-
|
1200
|
-
.glyph-hexagon-vertical-bars-database-filled:before {
|
1201
|
-
content: "\eb1c";
|
1202
|
-
}
|
1203
|
-
|
1204
|
-
.glyph-hexagon-vertical-bars-database:before {
|
1205
|
-
content: "\eb1d";
|
1206
|
-
}
|
1207
|
-
|
1208
|
-
.glyph-hexagon-vertical-bars-filled:before {
|
1209
|
-
content: "\eb1e";
|
1210
|
-
}
|
1211
|
-
|
1212
|
-
.glyph-hexagon-vertical-bars:before {
|
1213
|
-
content: "\eb1f";
|
1214
|
-
}
|
1215
|
-
|
1216
|
-
.glyph-hierarchy:before {
|
1217
|
-
content: "\eb20";
|
1218
|
-
}
|
1219
|
-
|
1220
|
-
.glyph-highlight-filled:before {
|
1221
|
-
content: "\eb21";
|
1222
|
-
}
|
1223
|
-
|
1224
|
-
.glyph-highlight:before {
|
1225
|
-
content: "\eb22";
|
1226
|
-
}
|
1227
|
-
|
1228
|
-
.glyph-history-list:before {
|
1229
|
-
content: "\eb23";
|
1230
|
-
}
|
1231
|
-
|
1232
|
-
.glyph-history:before {
|
1233
|
-
content: "\eb24";
|
1234
|
-
}
|
1235
|
-
|
1236
|
-
.glyph-home-filled:before {
|
1237
|
-
content: "\eb25";
|
1238
|
-
}
|
1239
|
-
|
1240
|
-
.glyph-home:before {
|
1241
|
-
content: "\eb26";
|
1242
|
-
}
|
1243
|
-
|
1244
|
-
.glyph-hourglass:before {
|
1245
|
-
content: "\eb27";
|
1246
|
-
}
|
1247
|
-
|
1248
|
-
.glyph-image-filled:before {
|
1249
|
-
content: "\eb28";
|
1250
|
-
}
|
1251
|
-
|
1252
|
-
.glyph-image:before {
|
1253
|
-
content: "\eb29";
|
1254
|
-
}
|
1255
|
-
|
1256
|
-
.glyph-import:before {
|
1257
|
-
content: "\eb2a";
|
1258
|
-
}
|
1259
|
-
|
1260
|
-
.glyph-info-feed:before {
|
1261
|
-
content: "\eb2b";
|
1262
|
-
}
|
1263
|
-
|
1264
|
-
.glyph-info-filled:before {
|
1265
|
-
content: "\eb2c";
|
1266
|
-
}
|
1267
|
-
|
1268
|
-
.glyph-info:before {
|
1269
|
-
content: "\eb2d";
|
1270
|
-
}
|
1271
|
-
|
1272
|
-
.glyph-ingestion-report:before {
|
1273
|
-
content: "\eb2e";
|
1274
|
-
}
|
1275
|
-
|
1276
|
-
.glyph-ingestion:before {
|
1277
|
-
content: "\eb2f";
|
1278
|
-
}
|
1279
|
-
|
1280
|
-
.glyph-ink-pen:before {
|
1281
|
-
content: "\eb30";
|
1282
|
-
}
|
1283
|
-
|
1284
|
-
.glyph-inquiry-filled:before {
|
1285
|
-
content: "\eb31";
|
1286
|
-
}
|
1287
|
-
|
1288
|
-
.glyph-inquiry-mail:before {
|
1289
|
-
content: "\eb32";
|
1290
|
-
}
|
1291
|
-
|
1292
|
-
.glyph-inquiry:before {
|
1293
|
-
content: "\eb33";
|
1294
|
-
}
|
1295
|
-
|
1296
|
-
.glyph-item-details-filled:before {
|
1297
|
-
content: "\eb34";
|
1298
|
-
}
|
1299
|
-
|
1300
|
-
.glyph-item-details:before {
|
1301
|
-
content: "\eb35";
|
1302
|
-
}
|
1303
|
-
|
1304
|
-
.glyph-label-filled:before {
|
1305
|
-
content: "\eb36";
|
1306
|
-
}
|
1307
|
-
|
1308
|
-
.glyph-label:before {
|
1309
|
-
content: "\eb37";
|
1310
|
-
}
|
1311
|
-
|
1312
|
-
.glyph-language-filled:before {
|
1313
|
-
content: "\eb38";
|
1314
|
-
}
|
1315
|
-
|
1316
|
-
.glyph-language:before {
|
1317
|
-
content: "\eb39";
|
1318
|
-
}
|
1319
|
-
|
1320
|
-
.glyph-layers-filled:before {
|
1321
|
-
content: "\eb3a";
|
1322
|
-
}
|
1323
|
-
|
1324
|
-
.glyph-layers:before {
|
1325
|
-
content: "\eb3b";
|
1326
|
-
}
|
1327
|
-
|
1328
|
-
.glyph-leaf:before {
|
1329
|
-
content: "\eb3c";
|
1330
|
-
}
|
1331
|
-
|
1332
|
-
.glyph-legal:before {
|
1333
|
-
content: "\eb3d";
|
1334
|
-
}
|
1335
|
-
|
1336
|
-
.glyph-library-new:before {
|
1337
|
-
content: "\eb3e";
|
1338
|
-
}
|
1339
|
-
|
1340
|
-
.glyph-library:before {
|
1341
|
-
content: "\eb3f";
|
1342
|
-
}
|
1343
|
-
|
1344
|
-
.glyph-license:before {
|
1345
|
-
content: "\eb40";
|
1346
|
-
}
|
1347
|
-
|
1348
|
-
.glyph-light-dark:before {
|
1349
|
-
content: "\eb41";
|
1350
|
-
}
|
1351
|
-
|
1352
|
-
.glyph-line-diagonal:before {
|
1353
|
-
content: "\eb42";
|
1354
|
-
}
|
1355
|
-
|
1356
|
-
.glyph-link:before {
|
1357
|
-
content: "\eb43";
|
1358
|
-
}
|
1359
|
-
|
1360
|
-
.glyph-list:before {
|
1361
|
-
content: "\eb44";
|
1362
|
-
}
|
1363
|
-
|
1364
|
-
.glyph-live-schedule:before {
|
1365
|
-
content: "\eb45";
|
1366
|
-
}
|
1367
|
-
|
1368
|
-
.glyph-location-filled:before {
|
1369
|
-
content: "\eb46";
|
1370
|
-
}
|
1371
|
-
|
1372
|
-
.glyph-location-outline:before {
|
1373
|
-
content: "\eb47";
|
1374
|
-
}
|
1375
|
-
|
1376
|
-
.glyph-location:before {
|
1377
|
-
content: "\eb48";
|
1378
|
-
}
|
1379
|
-
|
1380
|
-
.glyph-lock-filled:before {
|
1381
|
-
content: "\eb49";
|
1382
|
-
}
|
1383
|
-
|
1384
|
-
.glyph-lock-key-filled:before {
|
1385
|
-
content: "\eb4a";
|
1386
|
-
}
|
1387
|
-
|
1388
|
-
.glyph-lock-key:before {
|
1389
|
-
content: "\eb4b";
|
1390
|
-
}
|
1391
|
-
|
1392
|
-
.glyph-lock:before {
|
1393
|
-
content: "\eb4c";
|
1394
|
-
}
|
1395
|
-
|
1396
|
-
.glyph-log-in:before {
|
1397
|
-
content: "\eb4d";
|
1398
|
-
}
|
1399
|
-
|
1400
|
-
.glyph-log-out:before {
|
1401
|
-
content: "\eb4e";
|
1402
|
-
}
|
1403
|
-
|
1404
|
-
.glyph-log:before {
|
1405
|
-
content: "\eb4f";
|
1406
|
-
}
|
1407
|
-
|
1408
|
-
.glyph-logic-diagram:before {
|
1409
|
-
content: "\eb50";
|
1410
|
-
}
|
1411
|
-
|
1412
|
-
.glyph-lower-limit:before {
|
1413
|
-
content: "\eb51";
|
1414
|
-
}
|
1415
|
-
|
1416
|
-
.glyph-mail-filled:before {
|
1417
|
-
content: "\eb52";
|
1418
|
-
}
|
1419
|
-
|
1420
|
-
.glyph-mail:before {
|
1421
|
-
content: "\eb53";
|
1422
|
-
}
|
1423
|
-
|
1424
|
-
.glyph-maintenance-documents:before {
|
1425
|
-
content: "\eb54";
|
1426
|
-
}
|
1427
|
-
|
1428
|
-
.glyph-maintenance-info:before {
|
1429
|
-
content: "\eb55";
|
1430
|
-
}
|
1431
|
-
|
1432
|
-
.glyph-maintenance-warning-filled:before {
|
1433
|
-
content: "\eb56";
|
1434
|
-
}
|
1435
|
-
|
1436
|
-
.glyph-maintenance-warning:before {
|
1437
|
-
content: "\eb57";
|
1438
|
-
}
|
1439
|
-
|
1440
|
-
.glyph-maintenance:before {
|
1441
|
-
content: "\eb58";
|
1442
|
-
}
|
1443
|
-
|
1444
|
-
.glyph-mandatory-done:before {
|
1445
|
-
content: "\eb59";
|
1446
|
-
}
|
1447
|
-
|
1448
|
-
.glyph-mandatory:before {
|
1449
|
-
content: "\eb5a";
|
1450
|
-
}
|
1451
|
-
|
1452
|
-
.glyph-map:before {
|
1453
|
-
content: "\eb5b";
|
1454
|
-
}
|
1455
|
-
|
1456
|
-
.glyph-maximize:before {
|
1457
|
-
content: "\eb5c";
|
1458
|
-
}
|
1459
|
-
|
1460
|
-
.glyph-microphone-filled:before {
|
1461
|
-
content: "\eb5d";
|
1462
|
-
}
|
1463
|
-
|
1464
|
-
.glyph-microphone:before {
|
1465
|
-
content: "\eb5e";
|
1466
|
-
}
|
1467
|
-
|
1468
|
-
.glyph-minimize:before {
|
1469
|
-
content: "\eb5f";
|
1470
|
-
}
|
1471
|
-
|
1472
|
-
.glyph-minus:before {
|
1473
|
-
content: "\eb60";
|
1474
|
-
}
|
1475
|
-
|
1476
|
-
.glyph-mix:before {
|
1477
|
-
content: "\eb61";
|
1478
|
-
}
|
1479
|
-
|
1480
|
-
.glyph-monitor-filled:before {
|
1481
|
-
content: "\eb62";
|
1482
|
-
}
|
1483
|
-
|
1484
|
-
.glyph-monitor-trend:before {
|
1485
|
-
content: "\eb63";
|
1486
|
-
}
|
1487
|
-
|
1488
|
-
.glyph-monitor:before {
|
1489
|
-
content: "\eb64";
|
1490
|
-
}
|
1491
|
-
|
1492
|
-
.glyph-monitoring-add:before {
|
1493
|
-
content: "\eb65";
|
1494
|
-
}
|
1495
|
-
|
1496
|
-
.glyph-monitoring:before {
|
1497
|
-
content: "\eb66";
|
1498
|
-
}
|
1499
|
-
|
1500
|
-
.glyph-monitorings:before {
|
1501
|
-
content: "\eb67";
|
1502
|
-
}
|
1503
|
-
|
1504
|
-
.glyph-moon-filled:before {
|
1505
|
-
content: "\eb68";
|
1506
|
-
}
|
1507
|
-
|
1508
|
-
.glyph-moon:before {
|
1509
|
-
content: "\eb69";
|
1510
|
-
}
|
1511
|
-
|
1512
|
-
.glyph-more-menu:before {
|
1513
|
-
content: "\eb6a";
|
1514
|
-
}
|
1515
|
-
|
1516
|
-
.glyph-mouse-click-filled:before {
|
1517
|
-
content: "\eb6b";
|
1518
|
-
}
|
1519
|
-
|
1520
|
-
.glyph-mouse-click:before {
|
1521
|
-
content: "\eb6c";
|
1522
|
-
}
|
1523
|
-
|
1524
|
-
.glyph-mouse-select-filled:before {
|
1525
|
-
content: "\eb6d";
|
1526
|
-
}
|
1527
|
-
|
1528
|
-
.glyph-mouse-select:before {
|
1529
|
-
content: "\eb6e";
|
1530
|
-
}
|
1531
|
-
|
1532
|
-
.glyph-mp4-document:before {
|
1533
|
-
content: "\eb6f";
|
1534
|
-
}
|
1535
|
-
|
1536
|
-
.glyph-namur-check-function-filled:before {
|
1537
|
-
content: "\eb70";
|
1538
|
-
}
|
1539
|
-
|
1540
|
-
.glyph-namur-check-function:before {
|
1541
|
-
content: "\eb71";
|
1542
|
-
}
|
1543
|
-
|
1544
|
-
.glyph-namur-failure-filled:before {
|
1545
|
-
content: "\eb72";
|
1546
|
-
}
|
1547
|
-
|
1548
|
-
.glyph-namur-failure:before {
|
1549
|
-
content: "\eb73";
|
1550
|
-
}
|
1551
|
-
|
1552
|
-
.glyph-namur-maintenance-required-filled:before {
|
1553
|
-
content: "\eb74";
|
1554
|
-
}
|
1555
|
-
|
1556
|
-
.glyph-namur-maintenance-required:before {
|
1557
|
-
content: "\eb75";
|
1558
|
-
}
|
1559
|
-
|
1560
|
-
.glyph-namur-ok-filled:before {
|
1561
|
-
content: "\eb76";
|
1562
|
-
}
|
1563
|
-
|
1564
|
-
.glyph-namur-ok:before {
|
1565
|
-
content: "\eb77";
|
1566
|
-
}
|
1567
|
-
|
1568
|
-
.glyph-namur-out-of-spec-filled:before {
|
1569
|
-
content: "\eb78";
|
1570
|
-
}
|
1571
|
-
|
1572
|
-
.glyph-namur-out-of-spec:before {
|
1573
|
-
content: "\eb79";
|
1574
|
-
}
|
1575
|
-
|
1576
|
-
.glyph-navigation-filled:before {
|
1577
|
-
content: "\eb7a";
|
1578
|
-
}
|
1579
|
-
|
1580
|
-
.glyph-navigation-left:before {
|
1581
|
-
content: "\eb7b";
|
1582
|
-
}
|
1583
|
-
|
1584
|
-
.glyph-navigation-right:before {
|
1585
|
-
content: "\eb7c";
|
1586
|
-
}
|
1587
|
-
|
1588
|
-
.glyph-navigation:before {
|
1589
|
-
content: "\eb7d";
|
1590
|
-
}
|
1591
|
-
|
1592
|
-
.glyph-new-indicator-filled:before {
|
1593
|
-
content: "\eb7e";
|
1594
|
-
}
|
1595
|
-
|
1596
|
-
.glyph-new-indicator:before {
|
1597
|
-
content: "\eb7f";
|
1598
|
-
}
|
1599
|
-
|
1600
|
-
.glyph-no-filter-filled:before {
|
1601
|
-
content: "\eb80";
|
1602
|
-
}
|
1603
|
-
|
1604
|
-
.glyph-no-filter:before {
|
1605
|
-
content: "\eb81";
|
1606
|
-
}
|
1607
|
-
|
1608
|
-
.glyph-no-image:before {
|
1609
|
-
content: "\eb82";
|
1610
|
-
}
|
1611
|
-
|
1612
|
-
.glyph-note-filled:before {
|
1613
|
-
content: "\eb83";
|
1614
|
-
}
|
1615
|
-
|
1616
|
-
.glyph-note:before {
|
1617
|
-
content: "\eb84";
|
1618
|
-
}
|
1619
|
-
|
1620
|
-
.glyph-notification-filled:before {
|
1621
|
-
content: "\eb85";
|
1622
|
-
}
|
1623
|
-
|
1624
|
-
.glyph-notification:before {
|
1625
|
-
content: "\eb86";
|
1626
|
-
}
|
1627
|
-
|
1628
|
-
.glyph-notifications-filled:before {
|
1629
|
-
content: "\eb87";
|
1630
|
-
}
|
1631
|
-
|
1632
|
-
.glyph-notifications:before {
|
1633
|
-
content: "\eb88";
|
1634
|
-
}
|
1635
|
-
|
1636
|
-
.glyph-ontology-filled:before {
|
1637
|
-
content: "\eb89";
|
1638
|
-
}
|
1639
|
-
|
1640
|
-
.glyph-ontology:before {
|
1641
|
-
content: "\eb8a";
|
1642
|
-
}
|
1643
|
-
|
1644
|
-
.glyph-open-external:before {
|
1645
|
-
content: "\eb8b";
|
1646
|
-
}
|
1647
|
-
|
1648
|
-
.glyph-open-file-filled:before {
|
1649
|
-
content: "\eb8c";
|
1650
|
-
}
|
1651
|
-
|
1652
|
-
.glyph-open-file:before {
|
1653
|
-
content: "\eb8d";
|
1654
|
-
}
|
1655
|
-
|
1656
|
-
.glyph-operate-plant-filled:before {
|
1657
|
-
content: "\eb8e";
|
1658
|
-
}
|
1659
|
-
|
1660
|
-
.glyph-operate-plant:before {
|
1661
|
-
content: "\eb8f";
|
1662
|
-
}
|
1663
|
-
|
1664
|
-
.glyph-optimize:before {
|
1665
|
-
content: "\eb90";
|
1666
|
-
}
|
1667
|
-
|
1668
|
-
.glyph-p-and-i-symbols:before {
|
1669
|
-
content: "\eb91";
|
1670
|
-
}
|
1671
|
-
|
1672
|
-
.glyph-p-i-diagram:before {
|
1673
|
-
content: "\eb92";
|
1674
|
-
}
|
1675
|
-
|
1676
|
-
.glyph-pan:before {
|
1677
|
-
content: "\eb93";
|
1678
|
-
}
|
1679
|
-
|
1680
|
-
.glyph-paste:before {
|
1681
|
-
content: "\eb94";
|
1682
|
-
}
|
1683
|
-
|
1684
|
-
.glyph-pause:before {
|
1685
|
-
content: "\eb95";
|
1686
|
-
}
|
1687
|
-
|
1688
|
-
.glyph-pc-tower-filled:before {
|
1689
|
-
content: "\eb96";
|
1690
|
-
}
|
1691
|
-
|
1692
|
-
.glyph-pc-tower:before {
|
1693
|
-
content: "\eb97";
|
1694
|
-
}
|
1695
|
-
|
1696
|
-
.glyph-pdf-document:before {
|
1697
|
-
content: "\eb98";
|
1698
|
-
}
|
1699
|
-
|
1700
|
-
.glyph-pen-filled:before {
|
1701
|
-
content: "\eb99";
|
1702
|
-
}
|
1703
|
-
|
1704
|
-
.glyph-pen:before {
|
1705
|
-
content: "\eb9a";
|
1706
|
-
}
|
1707
|
-
|
1708
|
-
.glyph-phone-filled:before {
|
1709
|
-
content: "\eb9b";
|
1710
|
-
}
|
1711
|
-
|
1712
|
-
.glyph-phone:before {
|
1713
|
-
content: "\eb9c";
|
1714
|
-
}
|
1715
|
-
|
1716
|
-
.glyph-photo-camera-add:before {
|
1717
|
-
content: "\eb9d";
|
1718
|
-
}
|
1719
|
-
|
1720
|
-
.glyph-photo-camera-cancelled-filled:before {
|
1721
|
-
content: "\eb9e";
|
1722
|
-
}
|
1723
|
-
|
1724
|
-
.glyph-photo-camera-cancelled:before {
|
1725
|
-
content: "\eb9f";
|
1726
|
-
}
|
1727
|
-
|
1728
|
-
.glyph-photo-camera-filled:before {
|
1729
|
-
content: "\eba0";
|
1730
|
-
}
|
1731
|
-
|
1732
|
-
.glyph-photo-camera:before {
|
1733
|
-
content: "\eba1";
|
1734
|
-
}
|
1735
|
-
|
1736
|
-
.glyph-photo-cameras:before {
|
1737
|
-
content: "\eba2";
|
1738
|
-
}
|
1739
|
-
|
1740
|
-
.glyph-piechart-filled:before {
|
1741
|
-
content: "\eba3";
|
1742
|
-
}
|
1743
|
-
|
1744
|
-
.glyph-piechart:before {
|
1745
|
-
content: "\eba4";
|
1746
|
-
}
|
1747
|
-
|
1748
|
-
.glyph-pin-filled:before {
|
1749
|
-
content: "\eba5";
|
1750
|
-
}
|
1751
|
-
|
1752
|
-
.glyph-pin:before {
|
1753
|
-
content: "\eba6";
|
1754
|
-
}
|
1755
|
-
|
1756
|
-
.glyph-plant-filled:before {
|
1757
|
-
content: "\eba7";
|
1758
|
-
}
|
1759
|
-
|
1760
|
-
.glyph-plant-handbook-filled:before {
|
1761
|
-
content: "\eba8";
|
1762
|
-
}
|
1763
|
-
|
1764
|
-
.glyph-plant-handbook:before {
|
1765
|
-
content: "\eba9";
|
1766
|
-
}
|
1767
|
-
|
1768
|
-
.glyph-plant-outline:before {
|
1769
|
-
content: "\ebaa";
|
1770
|
-
}
|
1771
|
-
|
1772
|
-
.glyph-plant-security:before {
|
1773
|
-
content: "\ebab";
|
1774
|
-
}
|
1775
|
-
|
1776
|
-
.glyph-plant-settings-filled:before {
|
1777
|
-
content: "\ebac";
|
1778
|
-
}
|
1779
|
-
|
1780
|
-
.glyph-plant-settings:before {
|
1781
|
-
content: "\ebad";
|
1782
|
-
}
|
1783
|
-
|
1784
|
-
.glyph-plant-user-filled:before {
|
1785
|
-
content: "\ebae";
|
1786
|
-
}
|
1787
|
-
|
1788
|
-
.glyph-plant-user:before {
|
1789
|
-
content: "\ebaf";
|
1790
|
-
}
|
1791
|
-
|
1792
|
-
.glyph-plant:before {
|
1793
|
-
content: "\ebb0";
|
1794
|
-
}
|
1795
|
-
|
1796
|
-
.glyph-plants-filled:before {
|
1797
|
-
content: "\ebb1";
|
1798
|
-
}
|
1799
|
-
|
1800
|
-
.glyph-plants:before {
|
1801
|
-
content: "\ebb2";
|
1802
|
-
}
|
1803
|
-
|
1804
|
-
.glyph-play-filled:before {
|
1805
|
-
content: "\ebb3";
|
1806
|
-
}
|
1807
|
-
|
1808
|
-
.glyph-play-pause-filled:before {
|
1809
|
-
content: "\ebb4";
|
1810
|
-
}
|
1811
|
-
|
1812
|
-
.glyph-play-pause:before {
|
1813
|
-
content: "\ebb5";
|
1814
|
-
}
|
1815
|
-
|
1816
|
-
.glyph-play-stepwise-filled:before {
|
1817
|
-
content: "\ebb6";
|
1818
|
-
}
|
1819
|
-
|
1820
|
-
.glyph-play-stepwise:before {
|
1821
|
-
content: "\ebb7";
|
1822
|
-
}
|
1823
|
-
|
1824
|
-
.glyph-play:before {
|
1825
|
-
content: "\ebb8";
|
1826
|
-
}
|
1827
|
-
|
1828
|
-
.glyph-plus-minus-times-divide:before {
|
1829
|
-
content: "\ebb9";
|
1830
|
-
}
|
1831
|
-
|
1832
|
-
.glyph-plus:before {
|
1833
|
-
content: "\ebba";
|
1834
|
-
}
|
1835
|
-
|
1836
|
-
.glyph-point-up-filled:before {
|
1837
|
-
content: "\ebbb";
|
1838
|
-
}
|
1839
|
-
|
1840
|
-
.glyph-point-up:before {
|
1841
|
-
content: "\ebbc";
|
1842
|
-
}
|
1843
|
-
|
1844
|
-
.glyph-polar-plot:before {
|
1845
|
-
content: "\ebbd";
|
1846
|
-
}
|
1847
|
-
|
1848
|
-
.glyph-polygon-filled:before {
|
1849
|
-
content: "\ebbe";
|
1850
|
-
}
|
1851
|
-
|
1852
|
-
.glyph-polygon-line:before {
|
1853
|
-
content: "\ebbf";
|
1854
|
-
}
|
1855
|
-
|
1856
|
-
.glyph-polygon:before {
|
1857
|
-
content: "\ebc0";
|
1858
|
-
}
|
1859
|
-
|
1860
|
-
.glyph-ppt-document:before {
|
1861
|
-
content: "\ebc1";
|
1862
|
-
}
|
1863
|
-
|
1864
|
-
.glyph-print-filled:before {
|
1865
|
-
content: "\ebc2";
|
1866
|
-
}
|
1867
|
-
|
1868
|
-
.glyph-print:before {
|
1869
|
-
content: "\ebc3";
|
1870
|
-
}
|
1871
|
-
|
1872
|
-
.glyph-prio-high:before {
|
1873
|
-
content: "\ebc4";
|
1874
|
-
}
|
1875
|
-
|
1876
|
-
.glyph-prio-low:before {
|
1877
|
-
content: "\ebc5";
|
1878
|
-
}
|
1879
|
-
|
1880
|
-
.glyph-prio-middle:before {
|
1881
|
-
content: "\ebc6";
|
1882
|
-
}
|
1883
|
-
|
1884
|
-
.glyph-product-catalog:before {
|
1885
|
-
content: "\ebc7";
|
1886
|
-
}
|
1887
|
-
|
1888
|
-
.glyph-product-management:before {
|
1889
|
-
content: "\ebc8";
|
1890
|
-
}
|
1891
|
-
|
1892
|
-
.glyph-product:before {
|
1893
|
-
content: "\ebc9";
|
1894
|
-
}
|
1895
|
-
|
1896
|
-
.glyph-project-configuration:before {
|
1897
|
-
content: "\ebca";
|
1898
|
-
}
|
1899
|
-
|
1900
|
-
.glyph-project-new:before {
|
1901
|
-
content: "\ebcb";
|
1902
|
-
}
|
1903
|
-
|
1904
|
-
.glyph-project-scenarios:before {
|
1905
|
-
content: "\ebcc";
|
1906
|
-
}
|
1907
|
-
|
1908
|
-
.glyph-project-server-filled:before {
|
1909
|
-
content: "\ebcd";
|
1910
|
-
}
|
1911
|
-
|
1912
|
-
.glyph-project-server:before {
|
1913
|
-
content: "\ebce";
|
1914
|
-
}
|
1915
|
-
|
1916
|
-
.glyph-project:before {
|
1917
|
-
content: "\ebcf";
|
1918
|
-
}
|
1919
|
-
|
1920
|
-
.glyph-protocol:before {
|
1921
|
-
content: "\ebd0";
|
1922
|
-
}
|
1923
|
-
|
1924
|
-
.glyph-publish-document:before {
|
1925
|
-
content: "\ebd1";
|
1926
|
-
}
|
1927
|
-
|
1928
|
-
.glyph-publish:before {
|
1929
|
-
content: "\ebd2";
|
1930
|
-
}
|
1931
|
-
|
1932
|
-
.glyph-qr-code:before {
|
1933
|
-
content: "\ebd3";
|
1934
|
-
}
|
1935
|
-
|
1936
|
-
.glyph-quality-report:before {
|
1937
|
-
content: "\ebd4";
|
1938
|
-
}
|
1939
|
-
|
1940
|
-
.glyph-question-filled:before {
|
1941
|
-
content: "\ebd5";
|
1942
|
-
}
|
1943
|
-
|
1944
|
-
.glyph-question:before {
|
1945
|
-
content: "\ebd6";
|
1946
|
-
}
|
1947
|
-
|
1948
|
-
.glyph-radarchart:before {
|
1949
|
-
content: "\ebd7";
|
1950
|
-
}
|
1951
|
-
|
1952
|
-
.glyph-radio-waves-off:before {
|
1953
|
-
content: "\ebd8";
|
1954
|
-
}
|
1955
|
-
|
1956
|
-
.glyph-radio-waves:before {
|
1957
|
-
content: "\ebd9";
|
1958
|
-
}
|
1959
|
-
|
1960
|
-
.glyph-random-filled:before {
|
1961
|
-
content: "\ebda";
|
1962
|
-
}
|
1963
|
-
|
1964
|
-
.glyph-random:before {
|
1965
|
-
content: "\ebdb";
|
1966
|
-
}
|
1967
|
-
|
1968
|
-
.glyph-reboot:before {
|
1969
|
-
content: "\ebdc";
|
1970
|
-
}
|
1971
|
-
|
1972
|
-
.glyph-rectangle-filled:before {
|
1973
|
-
content: "\ebdd";
|
1974
|
-
}
|
1975
|
-
|
1976
|
-
.glyph-rectangle:before {
|
1977
|
-
content: "\ebde";
|
1978
|
-
}
|
1979
|
-
|
1980
|
-
.glyph-redo:before {
|
1981
|
-
content: "\ebdf";
|
1982
|
-
}
|
1983
|
-
|
1984
|
-
.glyph-reference:before {
|
1985
|
-
content: "\ebe0";
|
1986
|
-
}
|
1987
|
-
|
1988
|
-
.glyph-refresh-cancelled:before {
|
1989
|
-
content: "\ebe1";
|
1990
|
-
}
|
1991
|
-
|
1992
|
-
.glyph-refresh:before {
|
1993
|
-
content: "\ebe2";
|
1994
|
-
}
|
1995
|
-
|
1996
|
-
.glyph-reload:before {
|
1997
|
-
content: "\ebe3";
|
1998
|
-
}
|
1999
|
-
|
2000
|
-
.glyph-remove-application:before {
|
2001
|
-
content: "\ebe4";
|
2002
|
-
}
|
2003
|
-
|
2004
|
-
.glyph-remove-eye-filled:before {
|
2005
|
-
content: "\ebe5";
|
2006
|
-
}
|
2007
|
-
|
2008
|
-
.glyph-remove-eye:before {
|
2009
|
-
content: "\ebe6";
|
2010
|
-
}
|
2011
|
-
|
2012
|
-
.glyph-rename:before {
|
2013
|
-
content: "\ebe7";
|
2014
|
-
}
|
2015
|
-
|
2016
|
-
.glyph-replace:before {
|
2017
|
-
content: "\ebe8";
|
2018
|
-
}
|
2019
|
-
|
2020
|
-
.glyph-report-barchart:before {
|
2021
|
-
content: "\ebe9";
|
2022
|
-
}
|
2023
|
-
|
2024
|
-
.glyph-report-linechart:before {
|
2025
|
-
content: "\ebea";
|
2026
|
-
}
|
2027
|
-
|
2028
|
-
.glyph-report-text:before {
|
2029
|
-
content: "\ebeb";
|
2030
|
-
}
|
2031
|
-
|
2032
|
-
.glyph-reset:before {
|
2033
|
-
content: "\ebec";
|
2034
|
-
}
|
2035
|
-
|
2036
|
-
.glyph-restore-backup-filled:before {
|
2037
|
-
content: "\ebed";
|
2038
|
-
}
|
2039
|
-
|
2040
|
-
.glyph-restore-backup-pc:before {
|
2041
|
-
content: "\ebee";
|
2042
|
-
}
|
2043
|
-
|
2044
|
-
.glyph-restore-backup:before {
|
2045
|
-
content: "\ebef";
|
2046
|
-
}
|
2047
|
-
|
2048
|
-
.glyph-rhomb-filled:before {
|
2049
|
-
content: "\ebf0";
|
2050
|
-
}
|
2051
|
-
|
2052
|
-
.glyph-rhomb:before {
|
2053
|
-
content: "\ebf1";
|
2054
|
-
}
|
2055
|
-
|
2056
|
-
.glyph-road-filled:before {
|
2057
|
-
content: "\ebf2";
|
2058
|
-
}
|
2059
|
-
|
2060
|
-
.glyph-road:before {
|
2061
|
-
content: "\ebf3";
|
2062
|
-
}
|
2063
|
-
|
2064
|
-
.glyph-rocket-filled:before {
|
2065
|
-
content: "\ebf4";
|
2066
|
-
}
|
2067
|
-
|
2068
|
-
.glyph-rocket:before {
|
2069
|
-
content: "\ebf5";
|
2070
|
-
}
|
2071
|
-
|
2072
|
-
.glyph-route-target:before {
|
2073
|
-
content: "\ebf6";
|
2074
|
-
}
|
2075
|
-
|
2076
|
-
.glyph-route:before {
|
2077
|
-
content: "\ebf7";
|
2078
|
-
}
|
2079
|
-
|
2080
|
-
.glyph-scatterplot:before {
|
2081
|
-
content: "\ebf8";
|
2082
|
-
}
|
2083
|
-
|
2084
|
-
.glyph-scheduler-filled:before {
|
2085
|
-
content: "\ebf9";
|
2086
|
-
}
|
2087
|
-
|
2088
|
-
.glyph-scheduler:before {
|
2089
|
-
content: "\ebfa";
|
2090
|
-
}
|
2091
|
-
|
2092
|
-
.glyph-screen-filled:before {
|
2093
|
-
content: "\ebfb";
|
2094
|
-
}
|
2095
|
-
|
2096
|
-
.glyph-screen:before {
|
2097
|
-
content: "\ebfc";
|
2098
|
-
}
|
2099
|
-
|
2100
|
-
.glyph-screenshot-filled:before {
|
2101
|
-
content: "\ebfd";
|
2102
|
-
}
|
2103
|
-
|
2104
|
-
.glyph-screenshot:before {
|
2105
|
-
content: "\ebfe";
|
2106
|
-
}
|
2107
|
-
|
2108
|
-
.glyph-script-add:before {
|
2109
|
-
content: "\ebff";
|
2110
|
-
}
|
2111
|
-
|
2112
|
-
.glyph-script:before {
|
2113
|
-
content: "\ec00";
|
2114
|
-
}
|
2115
|
-
|
2116
|
-
.glyph-scripts:before {
|
2117
|
-
content: "\ec01";
|
2118
|
-
}
|
2119
|
-
|
2120
|
-
.glyph-search:before {
|
2121
|
-
content: "\ec02";
|
2122
|
-
}
|
2123
|
-
|
2124
|
-
.glyph-share-filled:before {
|
2125
|
-
content: "\ec03";
|
2126
|
-
}
|
2127
|
-
|
2128
|
-
.glyph-share:before {
|
2129
|
-
content: "\ec04";
|
2130
|
-
}
|
2131
|
-
|
2132
|
-
.glyph-shopping-cart-filled:before {
|
2133
|
-
content: "\ec05";
|
2134
|
-
}
|
2135
|
-
|
2136
|
-
.glyph-shopping-cart:before {
|
2137
|
-
content: "\ec06";
|
2138
|
-
}
|
2139
|
-
|
2140
|
-
.glyph-shout-filled:before {
|
2141
|
-
content: "\ec07";
|
2142
|
-
}
|
2143
|
-
|
2144
|
-
.glyph-shout:before {
|
2145
|
-
content: "\ec08";
|
2146
|
-
}
|
2147
|
-
|
2148
|
-
.glyph-sign-language:before {
|
2149
|
-
content: "\ec09";
|
2150
|
-
}
|
2151
|
-
|
2152
|
-
.glyph-signal-strength-0:before {
|
2153
|
-
content: "\ec0a";
|
2154
|
-
}
|
2155
|
-
|
2156
|
-
.glyph-signal-strength-1:before {
|
2157
|
-
content: "\ec0b";
|
2158
|
-
}
|
2159
|
-
|
2160
|
-
.glyph-signal-strength-2:before {
|
2161
|
-
content: "\ec0c";
|
2162
|
-
}
|
2163
|
-
|
2164
|
-
.glyph-signal-strength-3:before {
|
2165
|
-
content: "\ec0d";
|
2166
|
-
}
|
2167
|
-
|
2168
|
-
.glyph-signal-strength-4:before {
|
2169
|
-
content: "\ec0e";
|
2170
|
-
}
|
2171
|
-
|
2172
|
-
.glyph-signal-strength-5:before {
|
2173
|
-
content: "\ec0f";
|
2174
|
-
}
|
2175
|
-
|
2176
|
-
.glyph-signal-strength-6:before {
|
2177
|
-
content: "\ec10";
|
2178
|
-
}
|
2179
|
-
|
2180
|
-
.glyph-signal-strength-7:before {
|
2181
|
-
content: "\ec11";
|
2182
|
-
}
|
2183
|
-
|
2184
|
-
.glyph-signal-strength-8:before {
|
2185
|
-
content: "\ec12";
|
2186
|
-
}
|
2187
|
-
|
2188
|
-
.glyph-simit-component:before {
|
2189
|
-
content: "\ec13";
|
2190
|
-
}
|
2191
|
-
|
2192
|
-
.glyph-simit-macro-component-editor:before {
|
2193
|
-
content: "\ec14";
|
2194
|
-
}
|
2195
|
-
|
2196
|
-
.glyph-simit-macro:before {
|
2197
|
-
content: "\ec15";
|
2198
|
-
}
|
2199
|
-
|
2200
|
-
.glyph-single-check:before {
|
2201
|
-
content: "\ec16";
|
2202
|
-
}
|
2203
|
-
|
2204
|
-
.glyph-skip-back-filled:before {
|
2205
|
-
content: "\ec17";
|
2206
|
-
}
|
2207
|
-
|
2208
|
-
.glyph-skip-back:before {
|
2209
|
-
content: "\ec18";
|
2210
|
-
}
|
2211
|
-
|
2212
|
-
.glyph-skip-filled:before {
|
2213
|
-
content: "\ec19";
|
2214
|
-
}
|
2215
|
-
|
2216
|
-
.glyph-skip:before {
|
2217
|
-
content: "\ec1a";
|
2218
|
-
}
|
2219
|
-
|
2220
|
-
.glyph-snowflake:before {
|
2221
|
-
content: "\ec1b";
|
2222
|
-
}
|
2223
|
-
|
2224
|
-
.glyph-sort-ascending:before {
|
2225
|
-
content: "\ec1c";
|
2226
|
-
}
|
2227
|
-
|
2228
|
-
.glyph-sort-descending:before {
|
2229
|
-
content: "\ec1d";
|
2230
|
-
}
|
2231
|
-
|
2232
|
-
.glyph-sort:before {
|
2233
|
-
content: "\ec1e";
|
2234
|
-
}
|
2235
|
-
|
2236
|
-
.glyph-sound-loud-filled:before {
|
2237
|
-
content: "\ec1f";
|
2238
|
-
}
|
2239
|
-
|
2240
|
-
.glyph-sound-loud:before {
|
2241
|
-
content: "\ec20";
|
2242
|
-
}
|
2243
|
-
|
2244
|
-
.glyph-sound-mute-filled:before {
|
2245
|
-
content: "\ec21";
|
2246
|
-
}
|
2247
|
-
|
2248
|
-
.glyph-sound-mute:before {
|
2249
|
-
content: "\ec22";
|
2250
|
-
}
|
2251
|
-
|
2252
|
-
.glyph-sound-off-filled:before {
|
2253
|
-
content: "\ec23";
|
2254
|
-
}
|
2255
|
-
|
2256
|
-
.glyph-sound-off:before {
|
2257
|
-
content: "\ec24";
|
2258
|
-
}
|
2259
|
-
|
2260
|
-
.glyph-sound-quiet-filled:before {
|
2261
|
-
content: "\ec25";
|
2262
|
-
}
|
2263
|
-
|
2264
|
-
.glyph-sound-quiet:before {
|
2265
|
-
content: "\ec26";
|
2266
|
-
}
|
2267
|
-
|
2268
|
-
.glyph-spatial:before {
|
2269
|
-
content: "\ec27";
|
2270
|
-
}
|
2271
|
-
|
2272
|
-
.glyph-split-horizontally:before {
|
2273
|
-
content: "\ec28";
|
2274
|
-
}
|
2275
|
-
|
2276
|
-
.glyph-split-vertically:before {
|
2277
|
-
content: "\ec29";
|
2278
|
-
}
|
2279
|
-
|
2280
|
-
.glyph-stamp-filled:before {
|
2281
|
-
content: "\ec2a";
|
2282
|
-
}
|
2283
|
-
|
2284
|
-
.glyph-stamp:before {
|
2285
|
-
content: "\ec2b";
|
2286
|
-
}
|
2287
|
-
|
2288
|
-
.glyph-standby:before {
|
2289
|
-
content: "\ec2c";
|
2290
|
-
}
|
2291
|
-
|
2292
|
-
.glyph-star-add-filled:before {
|
2293
|
-
content: "\ec2d";
|
2294
|
-
}
|
2295
|
-
|
2296
|
-
.glyph-star-add:before {
|
2297
|
-
content: "\ec2e";
|
2298
|
-
}
|
2299
|
-
|
2300
|
-
.glyph-star-cancelled-filled:before {
|
2301
|
-
content: "\ec2f";
|
2302
|
-
}
|
2303
|
-
|
2304
|
-
.glyph-star-cancelled:before {
|
2305
|
-
content: "\ec30";
|
2306
|
-
}
|
2307
|
-
|
2308
|
-
.glyph-star-filled:before {
|
2309
|
-
content: "\ec31";
|
2310
|
-
}
|
2311
|
-
|
2312
|
-
.glyph-star-list-filled:before {
|
2313
|
-
content: "\ec32";
|
2314
|
-
}
|
2315
|
-
|
2316
|
-
.glyph-star-list:before {
|
2317
|
-
content: "\ec33";
|
2318
|
-
}
|
2319
|
-
|
2320
|
-
.glyph-star:before {
|
2321
|
-
content: "\ec34";
|
2322
|
-
}
|
2323
|
-
|
2324
|
-
.glyph-start-data-analysis:before {
|
2325
|
-
content: "\ec35";
|
2326
|
-
}
|
2327
|
-
|
2328
|
-
.glyph-steering-user-filled:before {
|
2329
|
-
content: "\ec36";
|
2330
|
-
}
|
2331
|
-
|
2332
|
-
.glyph-steering-user:before {
|
2333
|
-
content: "\ec37";
|
2334
|
-
}
|
2335
|
-
|
2336
|
-
.glyph-steering:before {
|
2337
|
-
content: "\ec38";
|
2338
|
-
}
|
2339
|
-
|
2340
|
-
.glyph-stethoscope:before {
|
2341
|
-
content: "\ec39";
|
2342
|
-
}
|
2343
|
-
|
2344
|
-
.glyph-stop-filled:before {
|
2345
|
-
content: "\ec3a";
|
2346
|
-
}
|
2347
|
-
|
2348
|
-
.glyph-stop:before {
|
2349
|
-
content: "\ec3b";
|
2350
|
-
}
|
2351
|
-
|
2352
|
-
.glyph-success-filled:before {
|
2353
|
-
content: "\ec3c";
|
2354
|
-
}
|
2355
|
-
|
2356
|
-
.glyph-success:before {
|
2357
|
-
content: "\ec3d";
|
2358
|
-
}
|
2359
|
-
|
2360
|
-
.glyph-sun-filled:before {
|
2361
|
-
content: "\ec3e";
|
2362
|
-
}
|
2363
|
-
|
2364
|
-
.glyph-sun:before {
|
2365
|
-
content: "\ec3f";
|
2366
|
-
}
|
2367
|
-
|
2368
|
-
.glyph-support:before {
|
2369
|
-
content: "\ec40";
|
2370
|
-
}
|
2371
|
-
|
2372
|
-
.glyph-surveillance-cancelled-filled:before {
|
2373
|
-
content: "\ec41";
|
2374
|
-
}
|
2375
|
-
|
2376
|
-
.glyph-surveillance-cancelled:before {
|
2377
|
-
content: "\ec42";
|
2378
|
-
}
|
2379
|
-
|
2380
|
-
.glyph-surveillance-filled:before {
|
2381
|
-
content: "\ec43";
|
2382
|
-
}
|
2383
|
-
|
2384
|
-
.glyph-surveillance:before {
|
2385
|
-
content: "\ec44";
|
2386
|
-
}
|
2387
|
-
|
2388
|
-
.glyph-svg-document:before {
|
2389
|
-
content: "\ec45";
|
2390
|
-
}
|
2391
|
-
|
2392
|
-
.glyph-swap-left-right:before {
|
2393
|
-
content: "\ec46";
|
2394
|
-
}
|
2395
|
-
|
2396
|
-
.glyph-switch-slider:before {
|
2397
|
-
content: "\ec47";
|
2398
|
-
}
|
2399
|
-
|
2400
|
-
.glyph-table-columns:before {
|
2401
|
-
content: "\ec48";
|
2402
|
-
}
|
2403
|
-
|
2404
|
-
.glyph-table-rows:before {
|
2405
|
-
content: "\ec49";
|
2406
|
-
}
|
2407
|
-
|
2408
|
-
.glyph-table-settings:before {
|
2409
|
-
content: "\ec4a";
|
2410
|
-
}
|
2411
|
-
|
2412
|
-
.glyph-table:before {
|
2413
|
-
content: "\ec4b";
|
2414
|
-
}
|
2415
|
-
|
2416
|
-
.glyph-tag-filled:before {
|
2417
|
-
content: "\ec4c";
|
2418
|
-
}
|
2419
|
-
|
2420
|
-
.glyph-tag-plus-filled:before {
|
2421
|
-
content: "\ec4d";
|
2422
|
-
}
|
2423
|
-
|
2424
|
-
.glyph-tag-plus:before {
|
2425
|
-
content: "\ec4e";
|
2426
|
-
}
|
2427
|
-
|
2428
|
-
.glyph-tag:before {
|
2429
|
-
content: "\ec4f";
|
2430
|
-
}
|
2431
|
-
|
2432
|
-
.glyph-tasks-all:before {
|
2433
|
-
content: "\ec50";
|
2434
|
-
}
|
2435
|
-
|
2436
|
-
.glyph-tasks-done:before {
|
2437
|
-
content: "\ec51";
|
2438
|
-
}
|
2439
|
-
|
2440
|
-
.glyph-tasks-open:before {
|
2441
|
-
content: "\ec52";
|
2442
|
-
}
|
2443
|
-
|
2444
|
-
.glyph-text-circle-rectangle-filled:before {
|
2445
|
-
content: "\ec53";
|
2446
|
-
}
|
2447
|
-
|
2448
|
-
.glyph-text-circle-rectangle:before {
|
2449
|
-
content: "\ec54";
|
2450
|
-
}
|
2451
|
-
|
2452
|
-
.glyph-text-document:before {
|
2453
|
-
content: "\ec55";
|
2454
|
-
}
|
2455
|
-
|
2456
|
-
.glyph-text:before {
|
2457
|
-
content: "\ec56";
|
2458
|
-
}
|
2459
|
-
|
2460
|
-
.glyph-threshold-cancelled:before {
|
2461
|
-
content: "\ec57";
|
2462
|
-
}
|
2463
|
-
|
2464
|
-
.glyph-threshold-off:before {
|
2465
|
-
content: "\ec58";
|
2466
|
-
}
|
2467
|
-
|
2468
|
-
.glyph-threshold-on:before {
|
2469
|
-
content: "\ec59";
|
2470
|
-
}
|
2471
|
-
|
2472
|
-
.glyph-to-be-published:before {
|
2473
|
-
content: "\ec5a";
|
2474
|
-
}
|
2475
|
-
|
2476
|
-
.glyph-to-search:before {
|
2477
|
-
content: "\ec5b";
|
2478
|
-
}
|
2479
|
-
|
2480
|
-
.glyph-topic-filled:before {
|
2481
|
-
content: "\ec5c";
|
2482
|
-
}
|
2483
|
-
|
2484
|
-
.glyph-topic:before {
|
2485
|
-
content: "\ec5d";
|
2486
|
-
}
|
2487
|
-
|
2488
|
-
.glyph-touch-filled:before {
|
2489
|
-
content: "\ec5e";
|
2490
|
-
}
|
2491
|
-
|
2492
|
-
.glyph-touch:before {
|
2493
|
-
content: "\ec5f";
|
2494
|
-
}
|
2495
|
-
|
2496
|
-
.glyph-trashcan-filled:before {
|
2497
|
-
content: "\ec60";
|
2498
|
-
}
|
2499
|
-
|
2500
|
-
.glyph-trashcan:before {
|
2501
|
-
content: "\ec61";
|
2502
|
-
}
|
2503
|
-
|
2504
|
-
.glyph-tree:before {
|
2505
|
-
content: "\ec62";
|
2506
|
-
}
|
2507
|
-
|
2508
|
-
.glyph-trend:before {
|
2509
|
-
content: "\ec63";
|
2510
|
-
}
|
2511
|
-
|
2512
|
-
.glyph-triangle-filled:before {
|
2513
|
-
content: "\ec64";
|
2514
|
-
}
|
2515
|
-
|
2516
|
-
.glyph-triangle:before {
|
2517
|
-
content: "\ec65";
|
2518
|
-
}
|
2519
|
-
|
2520
|
-
.glyph-truck-filled:before {
|
2521
|
-
content: "\ec66";
|
2522
|
-
}
|
2523
|
-
|
2524
|
-
.glyph-truck:before {
|
2525
|
-
content: "\ec67";
|
2526
|
-
}
|
2527
|
-
|
2528
|
-
.glyph-tulip-filled:before {
|
2529
|
-
content: "\ec68";
|
2530
|
-
}
|
2531
|
-
|
2532
|
-
.glyph-tulip:before {
|
2533
|
-
content: "\ec69";
|
2534
|
-
}
|
2535
|
-
|
2536
|
-
.glyph-txt-document:before {
|
2537
|
-
content: "\ec6a";
|
2538
|
-
}
|
2539
|
-
|
2540
|
-
.glyph-undo:before {
|
2541
|
-
content: "\ec6b";
|
2542
|
-
}
|
2543
|
-
|
2544
|
-
.glyph-ungroup:before {
|
2545
|
-
content: "\ec6c";
|
2546
|
-
}
|
2547
|
-
|
2548
|
-
.glyph-unlock-filled:before {
|
2549
|
-
content: "\ec6d";
|
2550
|
-
}
|
2551
|
-
|
2552
|
-
.glyph-unlock-plant-filled:before {
|
2553
|
-
content: "\ec6e";
|
2554
|
-
}
|
2555
|
-
|
2556
|
-
.glyph-unlock-plant:before {
|
2557
|
-
content: "\ec6f";
|
2558
|
-
}
|
2559
|
-
|
2560
|
-
.glyph-unlock:before {
|
2561
|
-
content: "\ec70";
|
2562
|
-
}
|
2563
|
-
|
2564
|
-
.glyph-upload-document-note:before {
|
2565
|
-
content: "\ec71";
|
2566
|
-
}
|
2567
|
-
|
2568
|
-
.glyph-upload-success:before {
|
2569
|
-
content: "\ec72";
|
2570
|
-
}
|
2571
|
-
|
2572
|
-
.glyph-upload:before {
|
2573
|
-
content: "\ec73";
|
2574
|
-
}
|
2575
|
-
|
2576
|
-
.glyph-upper-limit:before {
|
2577
|
-
content: "\ec74";
|
2578
|
-
}
|
2579
|
-
|
2580
|
-
.glyph-user-check-filled:before {
|
2581
|
-
content: "\ec75";
|
2582
|
-
}
|
2583
|
-
|
2584
|
-
.glyph-user-check:before {
|
2585
|
-
content: "\ec76";
|
2586
|
-
}
|
2587
|
-
|
2588
|
-
.glyph-user-filled:before {
|
2589
|
-
content: "\ec77";
|
2590
|
-
}
|
2591
|
-
|
2592
|
-
.glyph-user-management-filled:before {
|
2593
|
-
content: "\ec78";
|
2594
|
-
}
|
2595
|
-
|
2596
|
-
.glyph-user-management:before {
|
2597
|
-
content: "\ec79";
|
2598
|
-
}
|
2599
|
-
|
2600
|
-
.glyph-user-profile-filled:before {
|
2601
|
-
content: "\ec7a";
|
2602
|
-
}
|
2603
|
-
|
2604
|
-
.glyph-user-profile:before {
|
2605
|
-
content: "\ec7b";
|
2606
|
-
}
|
2607
|
-
|
2608
|
-
.glyph-user-reading-reading:before {
|
2609
|
-
content: "\ec7c";
|
2610
|
-
}
|
2611
|
-
|
2612
|
-
.glyph-user-reading:before {
|
2613
|
-
content: "\ec7d";
|
2614
|
-
}
|
2615
|
-
|
2616
|
-
.glyph-user-settings-filled:before {
|
2617
|
-
content: "\ec7e";
|
2618
|
-
}
|
2619
|
-
|
2620
|
-
.glyph-user-settings:before {
|
2621
|
-
content: "\ec7f";
|
2622
|
-
}
|
2623
|
-
|
2624
|
-
.glyph-user:before {
|
2625
|
-
content: "\ec80";
|
2626
|
-
}
|
2627
|
-
|
2628
|
-
.glyph-validate:before {
|
2629
|
-
content: "\ec81";
|
2630
|
-
}
|
2631
|
-
|
2632
|
-
.glyph-vdi-folder:before {
|
2633
|
-
content: "\ec82";
|
2634
|
-
}
|
2635
|
-
|
2636
|
-
.glyph-version-history:before {
|
2637
|
-
content: "\ec83";
|
2638
|
-
}
|
2639
|
-
|
2640
|
-
.glyph-video-file-filled:before {
|
2641
|
-
content: "\ec84";
|
2642
|
-
}
|
2643
|
-
|
2644
|
-
.glyph-video-file:before {
|
2645
|
-
content: "\ec85";
|
2646
|
-
}
|
2647
|
-
|
2648
|
-
.glyph-warning-filled:before {
|
2649
|
-
content: "\ec86";
|
2650
|
-
}
|
2651
|
-
|
2652
|
-
.glyph-warning-rhomb-filled:before {
|
2653
|
-
content: "\ec87";
|
2654
|
-
}
|
2655
|
-
|
2656
|
-
.glyph-warning-rhomb:before {
|
2657
|
-
content: "\ec88";
|
2658
|
-
}
|
2659
|
-
|
2660
|
-
.glyph-warning:before {
|
2661
|
-
content: "\ec89";
|
2662
|
-
}
|
2663
|
-
|
2664
|
-
.glyph-water-bathing:before {
|
2665
|
-
content: "\ec8a";
|
2666
|
-
}
|
2667
|
-
|
2668
|
-
.glyph-water-fish:before {
|
2669
|
-
content: "\ec8b";
|
2670
|
-
}
|
2671
|
-
|
2672
|
-
.glyph-water-sunbathing:before {
|
2673
|
-
content: "\ec8c";
|
2674
|
-
}
|
2675
|
-
|
2676
|
-
.glyph-waveform:before {
|
2677
|
-
content: "\ec8d";
|
2678
|
-
}
|
2679
|
-
|
2680
|
-
.glyph-webcam-cancelled-filled:before {
|
2681
|
-
content: "\ec8e";
|
2682
|
-
}
|
2683
|
-
|
2684
|
-
.glyph-webcam-cancelled:before {
|
2685
|
-
content: "\ec8f";
|
2686
|
-
}
|
2687
|
-
|
2688
|
-
.glyph-webcam-filled:before {
|
2689
|
-
content: "\ec90";
|
2690
|
-
}
|
2691
|
-
|
2692
|
-
.glyph-webcam:before {
|
2693
|
-
content: "\ec91";
|
2694
|
-
}
|
2695
|
-
|
2696
|
-
.glyph-wlan-off:before {
|
2697
|
-
content: "\ec92";
|
2698
|
-
}
|
2699
|
-
|
2700
|
-
.glyph-wlan-strength-0:before {
|
2701
|
-
content: "\ec93";
|
2702
|
-
}
|
2703
|
-
|
2704
|
-
.glyph-wlan-strength-1:before {
|
2705
|
-
content: "\ec94";
|
2706
|
-
}
|
2707
|
-
|
2708
|
-
.glyph-wlan-strength-2:before {
|
2709
|
-
content: "\ec95";
|
2710
|
-
}
|
2711
|
-
|
2712
|
-
.glyph-wlan-strength-3:before {
|
2713
|
-
content: "\ec96";
|
2714
|
-
}
|
2715
|
-
|
2716
|
-
.glyph-work-case-filled:before {
|
2717
|
-
content: "\ec97";
|
2718
|
-
}
|
2719
|
-
|
2720
|
-
.glyph-work-case:before {
|
2721
|
-
content: "\ec98";
|
2722
|
-
}
|
2723
|
-
|
2724
|
-
.glyph-workspace:before {
|
2725
|
-
content: "\ec99";
|
2726
|
-
}
|
2727
|
-
|
2728
|
-
.glyph-workspaces:before {
|
2729
|
-
content: "\ec9a";
|
2730
|
-
}
|
2731
|
-
|
2732
|
-
.glyph-x-axis-settings:before {
|
2733
|
-
content: "\ec9b";
|
2734
|
-
}
|
2735
|
-
|
2736
|
-
.glyph-xls-document:before {
|
2737
|
-
content: "\ec9c";
|
2738
|
-
}
|
2739
|
-
|
2740
|
-
.glyph-xml-document:before {
|
2741
|
-
content: "\ec9d";
|
2742
|
-
}
|
2743
|
-
|
2744
|
-
.glyph-y-axis-settings:before {
|
2745
|
-
content: "\ec9e";
|
2746
|
-
}
|
2747
|
-
|
2748
|
-
.glyph-youtube-filled:before {
|
2749
|
-
content: "\ec9f";
|
2750
|
-
}
|
2751
|
-
|
2752
|
-
.glyph-youtube:before {
|
2753
|
-
content: "\eca0";
|
2754
|
-
}
|
2755
|
-
|
2756
|
-
.glyph-zoom-in:before {
|
2757
|
-
content: "\eca1";
|
2758
|
-
}
|
2759
|
-
|
2760
|
-
.glyph-zoom-out:before {
|
2761
|
-
content: "\eca2";
|
2762
|
-
}
|
2763
|
-
|
2764
|
-
.glyph-zoom-selection:before {
|
2765
|
-
content: "\eca3";
|
2766
|
-
}
|
2767
|
-
|
2768
9
|
:host {
|
2769
10
|
display: inline-flex;
|
2770
11
|
height: 1.5rem;
|
2771
12
|
width: 1.5rem;
|
2772
|
-
|
2773
|
-
:
|
13
|
+
min-height: 1.5rem;
|
14
|
+
min-width: 1.5rem;
|
2774
15
|
color: inherit;
|
2775
|
-
transition: color 150ms;
|
2776
16
|
}
|
2777
17
|
:host .svg-container {
|
2778
18
|
display: block;
|
@@ -2780,38 +20,35 @@
|
|
2780
20
|
width: 100%;
|
2781
21
|
height: 100%;
|
2782
22
|
}
|
2783
|
-
:host .svg-container
|
2784
|
-
|
2785
|
-
|
23
|
+
:host .svg-container svg {
|
24
|
+
display: block;
|
25
|
+
position: relative;
|
26
|
+
height: 100%;
|
27
|
+
width: 100%;
|
2786
28
|
}
|
2787
|
-
:host .svg-container
|
2788
|
-
:host .svg-container
|
2789
|
-
|
29
|
+
:host .svg-container svg,
|
30
|
+
:host .svg-container svg[fill],
|
31
|
+
:host .svg-container svg [fill] {
|
32
|
+
fill: currentColor !important;
|
2790
33
|
}
|
2791
34
|
|
2792
35
|
:host(.size-12) {
|
2793
36
|
height: 0.75rem;
|
2794
37
|
width: 0.75rem;
|
2795
|
-
|
2796
|
-
:
|
2797
|
-
height: 0.75rem;
|
2798
|
-
width: 0.75rem;
|
38
|
+
min-height: 0.75rem;
|
39
|
+
min-width: 0.75rem;
|
2799
40
|
}
|
2800
41
|
|
2801
42
|
:host(.size-16) {
|
2802
43
|
height: 1rem;
|
2803
44
|
width: 1rem;
|
2804
|
-
|
2805
|
-
:
|
2806
|
-
height: 1rem;
|
2807
|
-
width: 1rem;
|
45
|
+
min-height: 1rem;
|
46
|
+
min-width: 1rem;
|
2808
47
|
}
|
2809
48
|
|
2810
49
|
:host(.size-32) {
|
2811
50
|
height: 2rem;
|
2812
51
|
width: 2rem;
|
2813
|
-
|
2814
|
-
:
|
2815
|
-
height: 2rem;
|
2816
|
-
width: 2rem;
|
52
|
+
min-height: 2rem;
|
53
|
+
min-width: 2rem;
|
2817
54
|
}
|