@mptw/skylens-ui 1.3.7 → 1.3.9
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/assets/css/fonts/MEShPlus-font-icon.eot +0 -0
- package/assets/css/fonts/MEShPlus-font-icon.svg +103 -92
- package/assets/css/fonts/MEShPlus-font-icon.ttf +0 -0
- package/assets/css/fonts/MEShPlus-font-icon.woff +0 -0
- package/assets/css/icons.css +261 -41
- package/components/SLRadioGroup.vue +31 -23
- package/package.json +1 -1
package/assets/css/icons.css
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'MEShPlus-font-icon';
|
|
3
|
-
src:
|
|
4
|
-
src:
|
|
5
|
-
url('fonts/MEShPlus-font-icon.ttf?
|
|
6
|
-
url('fonts/MEShPlus-font-icon.woff?
|
|
7
|
-
url('fonts/MEShPlus-font-icon.svg?
|
|
3
|
+
src: url('fonts/MEShPlus-font-icon.eot?s3r2ej');
|
|
4
|
+
src: url('fonts/MEShPlus-font-icon.eot?s3r2ej#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/MEShPlus-font-icon.ttf?s3r2ej') format('truetype'),
|
|
6
|
+
url('fonts/MEShPlus-font-icon.woff?s3r2ej') format('woff'),
|
|
7
|
+
url('fonts/MEShPlus-font-icon.svg?s3r2ej#MEShPlus-font-icon') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
[class^="icon-"],
|
|
13
|
+
[class^="icon-"],
|
|
14
|
+
[class*=" icon-"] {
|
|
14
15
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
15
16
|
font-family: 'MEShPlus-font-icon' !important;
|
|
16
17
|
speak: never;
|
|
@@ -28,528 +29,747 @@
|
|
|
28
29
|
.icon-insight-icon:before {
|
|
29
30
|
content: "\e961";
|
|
30
31
|
}
|
|
32
|
+
|
|
31
33
|
.icon-X:before {
|
|
32
34
|
content: "\e962";
|
|
33
35
|
}
|
|
36
|
+
|
|
34
37
|
.icon-lock:before {
|
|
35
38
|
content: "\e963";
|
|
36
39
|
}
|
|
40
|
+
|
|
37
41
|
.icon-mail:before {
|
|
38
42
|
content: "\e964";
|
|
39
43
|
}
|
|
44
|
+
|
|
40
45
|
.icon-loading-circle:before {
|
|
41
46
|
content: "\e960";
|
|
42
47
|
}
|
|
48
|
+
|
|
43
49
|
.icon-edit:before {
|
|
44
50
|
content: "\e95f";
|
|
45
51
|
}
|
|
52
|
+
|
|
46
53
|
.icon-angle-double-down:before {
|
|
47
54
|
content: "\e91f";
|
|
48
55
|
}
|
|
56
|
+
|
|
49
57
|
.icon-angle-double-up:before {
|
|
50
58
|
content: "\e947";
|
|
51
59
|
}
|
|
60
|
+
|
|
61
|
+
.icon-angle-double-left:before {
|
|
62
|
+
content: "\e902";
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.icon-angle-double-right:before {
|
|
66
|
+
content: "\e903";
|
|
67
|
+
}
|
|
68
|
+
|
|
52
69
|
.icon-arrow2-down:before {
|
|
53
70
|
content: "\e948";
|
|
54
71
|
}
|
|
72
|
+
|
|
55
73
|
.icon-arrow2-left:before {
|
|
56
74
|
content: "\e949";
|
|
57
75
|
}
|
|
76
|
+
|
|
58
77
|
.icon-arrow2-right:before {
|
|
59
78
|
content: "\e94a";
|
|
60
79
|
}
|
|
80
|
+
|
|
61
81
|
.icon-arrow2-up:before {
|
|
62
82
|
content: "\e94b";
|
|
63
83
|
}
|
|
84
|
+
|
|
64
85
|
.icon-arrow-left:before {
|
|
65
86
|
content: "\e94c";
|
|
66
87
|
}
|
|
88
|
+
|
|
67
89
|
.icon-arrow-right:before {
|
|
68
90
|
content: "\e94d";
|
|
69
91
|
}
|
|
70
|
-
|
|
71
|
-
|
|
92
|
+
|
|
93
|
+
.icon-arrow-down:before {
|
|
94
|
+
content: "\e904";
|
|
72
95
|
}
|
|
73
|
-
|
|
74
|
-
|
|
96
|
+
|
|
97
|
+
.icon-arrow-up:before {
|
|
98
|
+
content: "\e905";
|
|
75
99
|
}
|
|
76
|
-
|
|
77
|
-
|
|
100
|
+
|
|
101
|
+
.icon-book:before {
|
|
102
|
+
content: "\e94e";
|
|
78
103
|
}
|
|
104
|
+
|
|
79
105
|
.icon-update:before {
|
|
80
106
|
content: "\e951";
|
|
81
107
|
}
|
|
108
|
+
|
|
82
109
|
.icon-wrench:before {
|
|
83
110
|
content: "\e952";
|
|
84
111
|
}
|
|
112
|
+
|
|
85
113
|
.icon-Agent:before {
|
|
86
114
|
content: "\e953";
|
|
87
115
|
}
|
|
116
|
+
|
|
88
117
|
.icon-Customer:before {
|
|
89
118
|
content: "\e954";
|
|
90
119
|
}
|
|
120
|
+
|
|
91
121
|
.icon-Drag:before {
|
|
92
122
|
content: "\e955";
|
|
93
123
|
}
|
|
124
|
+
|
|
94
125
|
.icon-exchange:before {
|
|
95
126
|
content: "\e956";
|
|
96
127
|
}
|
|
128
|
+
|
|
97
129
|
.icon-flag:before {
|
|
98
130
|
content: "\e957";
|
|
99
131
|
}
|
|
132
|
+
|
|
100
133
|
.icon-home:before {
|
|
101
134
|
content: "\e958";
|
|
102
135
|
}
|
|
136
|
+
|
|
103
137
|
.icon-pps:before {
|
|
104
138
|
content: "\e959";
|
|
105
139
|
}
|
|
140
|
+
|
|
106
141
|
.icon-pps-mirror:before {
|
|
107
142
|
content: "\e95a";
|
|
108
143
|
}
|
|
144
|
+
|
|
109
145
|
.icon-Report:before {
|
|
110
146
|
content: "\e95b";
|
|
111
147
|
}
|
|
148
|
+
|
|
112
149
|
.icon-three-dot:before {
|
|
113
150
|
content: "\e95c";
|
|
114
151
|
}
|
|
152
|
+
|
|
115
153
|
.icon-three-dot-v:before {
|
|
116
154
|
content: "\e95d";
|
|
117
155
|
}
|
|
156
|
+
|
|
118
157
|
.icon-trashcan:before {
|
|
119
158
|
content: "\e95e";
|
|
120
159
|
}
|
|
160
|
+
|
|
121
161
|
.icon-trash:before {
|
|
122
162
|
content: "\e900";
|
|
123
163
|
}
|
|
164
|
+
|
|
124
165
|
.icon-address-book:before {
|
|
125
166
|
content: "\e901";
|
|
126
167
|
}
|
|
127
|
-
|
|
128
|
-
content: "\e902";
|
|
129
|
-
}
|
|
130
|
-
.icon-angle-double-right:before {
|
|
131
|
-
content: "\e903";
|
|
132
|
-
}
|
|
133
|
-
.icon-arrow-down:before {
|
|
134
|
-
content: "\e904";
|
|
135
|
-
}
|
|
136
|
-
.icon-arrow-up:before {
|
|
137
|
-
content: "\e905";
|
|
138
|
-
}
|
|
168
|
+
|
|
139
169
|
.icon-box-open:before {
|
|
140
170
|
content: "\e906";
|
|
141
171
|
}
|
|
172
|
+
|
|
142
173
|
.icon-box:before {
|
|
143
174
|
content: "\e907";
|
|
144
175
|
}
|
|
176
|
+
|
|
145
177
|
.icon-broadcast-tower:before {
|
|
146
178
|
content: "\e908";
|
|
147
179
|
}
|
|
180
|
+
|
|
148
181
|
.icon-calendar-done:before {
|
|
149
182
|
content: "\e909";
|
|
150
183
|
}
|
|
184
|
+
|
|
151
185
|
.icon-calendar-plus:before {
|
|
152
186
|
content: "\e90a";
|
|
153
187
|
}
|
|
188
|
+
|
|
154
189
|
.icon-calendar:before {
|
|
155
190
|
content: "\e90b";
|
|
156
191
|
}
|
|
192
|
+
|
|
193
|
+
.icon-caret-right:before {
|
|
194
|
+
content: "\e950";
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.icon-caret-left:before {
|
|
198
|
+
content: "\e94f";
|
|
199
|
+
}
|
|
200
|
+
|
|
157
201
|
.icon-caret-down:before {
|
|
158
202
|
content: "\e90c";
|
|
159
203
|
}
|
|
204
|
+
|
|
160
205
|
.icon-caret-up:before {
|
|
161
206
|
content: "\e90d";
|
|
162
207
|
}
|
|
208
|
+
|
|
163
209
|
.icon-chart_with_num:before {
|
|
164
210
|
content: "\e90e";
|
|
165
211
|
}
|
|
212
|
+
|
|
166
213
|
.icon-chart_without_num:before {
|
|
167
214
|
content: "\e90f";
|
|
168
215
|
}
|
|
216
|
+
|
|
169
217
|
.icon-chart-bar:before {
|
|
170
218
|
content: "\e910";
|
|
171
219
|
}
|
|
220
|
+
|
|
172
221
|
.icon-chart-line:before {
|
|
173
222
|
content: "\e911";
|
|
174
223
|
}
|
|
224
|
+
|
|
175
225
|
.icon-chart-pie-alt:before {
|
|
176
226
|
content: "\e912";
|
|
177
227
|
}
|
|
228
|
+
|
|
178
229
|
.icon-chart-scatter:before {
|
|
179
230
|
content: "\e913";
|
|
180
231
|
}
|
|
181
|
-
|
|
182
|
-
content: "\e914";
|
|
183
|
-
}
|
|
184
|
-
.icon-check-square:before {
|
|
185
|
-
content: "\e915";
|
|
186
|
-
}
|
|
232
|
+
|
|
187
233
|
.icon-cheers:before {
|
|
188
234
|
content: "\e916";
|
|
189
235
|
}
|
|
236
|
+
|
|
190
237
|
.icon-chevron-down:before {
|
|
191
238
|
content: "\e917";
|
|
192
239
|
}
|
|
240
|
+
|
|
193
241
|
.icon-chevron-left:before {
|
|
194
242
|
content: "\e918";
|
|
195
243
|
}
|
|
244
|
+
|
|
196
245
|
.icon-chevron-right:before {
|
|
197
246
|
content: "\e919";
|
|
198
247
|
}
|
|
248
|
+
|
|
199
249
|
.icon-chevron-up:before {
|
|
200
250
|
content: "\e91a";
|
|
201
251
|
}
|
|
252
|
+
|
|
202
253
|
.icon-circle:before {
|
|
203
254
|
content: "\e91b";
|
|
204
255
|
}
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
.icon-cog:before {
|
|
209
|
-
content: "\e91d";
|
|
256
|
+
|
|
257
|
+
.icon-check-circle:before {
|
|
258
|
+
content: "\e914";
|
|
210
259
|
}
|
|
260
|
+
|
|
211
261
|
.icon-dot-circle:before {
|
|
212
262
|
content: "\e91e";
|
|
213
263
|
}
|
|
264
|
+
|
|
265
|
+
.icon-clipboard:before {
|
|
266
|
+
content: "\e91c";
|
|
267
|
+
}
|
|
268
|
+
|
|
214
269
|
.icon-equals:before {
|
|
215
270
|
content: "\e920";
|
|
216
271
|
}
|
|
272
|
+
|
|
217
273
|
.icon-exclamation-circle:before {
|
|
218
274
|
content: "\e921";
|
|
219
275
|
}
|
|
276
|
+
|
|
220
277
|
.icon-exclamation-triangle:before {
|
|
221
278
|
content: "\e922";
|
|
222
279
|
}
|
|
280
|
+
|
|
223
281
|
.icon-external-link-alt:before {
|
|
224
282
|
content: "\e923";
|
|
225
283
|
}
|
|
284
|
+
|
|
226
285
|
.icon-eye-slash:before {
|
|
227
286
|
content: "\e924";
|
|
228
287
|
}
|
|
288
|
+
|
|
229
289
|
.icon-eye:before {
|
|
230
290
|
content: "\e925";
|
|
231
291
|
}
|
|
292
|
+
|
|
232
293
|
.icon-female:before {
|
|
233
294
|
content: "\e926";
|
|
234
295
|
}
|
|
296
|
+
|
|
235
297
|
.icon-file-excel:before {
|
|
236
298
|
content: "\e927";
|
|
237
299
|
}
|
|
300
|
+
|
|
238
301
|
.icon-file-image:before {
|
|
239
302
|
content: "\e928";
|
|
240
303
|
}
|
|
304
|
+
|
|
241
305
|
.icon-heat-map:before {
|
|
242
306
|
content: "\e929";
|
|
243
307
|
}
|
|
308
|
+
|
|
244
309
|
.icon-info-circle:before {
|
|
245
310
|
content: "\e92a";
|
|
246
311
|
}
|
|
312
|
+
|
|
247
313
|
.icon-list:before {
|
|
248
314
|
content: "\e92b";
|
|
249
315
|
}
|
|
316
|
+
|
|
250
317
|
.icon-male:before {
|
|
251
318
|
content: "\e92c";
|
|
252
319
|
}
|
|
320
|
+
|
|
253
321
|
.icon-map-marker-alt:before {
|
|
254
322
|
content: "\e92d";
|
|
255
323
|
}
|
|
324
|
+
|
|
325
|
+
.icon-check-square:before {
|
|
326
|
+
content: "\e915";
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.icon-square:before {
|
|
330
|
+
content: "\e93d";
|
|
331
|
+
}
|
|
332
|
+
|
|
256
333
|
.icon-minus-square:before {
|
|
257
334
|
content: "\e92e";
|
|
258
335
|
}
|
|
336
|
+
|
|
259
337
|
.icon-new:before {
|
|
260
338
|
content: "\e92f";
|
|
261
339
|
}
|
|
340
|
+
|
|
262
341
|
.icon-person-cog:before {
|
|
263
342
|
content: "\e930";
|
|
264
343
|
}
|
|
344
|
+
|
|
265
345
|
.icon-personal-info:before {
|
|
266
346
|
content: "\e931";
|
|
267
347
|
}
|
|
348
|
+
|
|
268
349
|
.icon-plus:before {
|
|
269
350
|
content: "\e932";
|
|
270
351
|
}
|
|
352
|
+
|
|
271
353
|
.icon-project-info:before {
|
|
272
354
|
content: "\e933";
|
|
273
355
|
}
|
|
356
|
+
|
|
274
357
|
.icon-search:before {
|
|
275
358
|
content: "\e934";
|
|
276
359
|
}
|
|
360
|
+
|
|
277
361
|
.icon-sign-out-alt:before {
|
|
278
362
|
content: "\e935";
|
|
279
363
|
}
|
|
364
|
+
|
|
280
365
|
.icon-skylens-basic:before {
|
|
281
366
|
content: "\e936";
|
|
282
367
|
}
|
|
368
|
+
|
|
283
369
|
.icon-skylens-poi:before {
|
|
284
370
|
content: "\e937";
|
|
285
371
|
}
|
|
372
|
+
|
|
286
373
|
.icon-skylens-ta:before {
|
|
287
374
|
content: "\e938";
|
|
288
375
|
}
|
|
376
|
+
|
|
289
377
|
.icon-skylens-traffic:before {
|
|
290
378
|
content: "\e939";
|
|
291
379
|
}
|
|
380
|
+
|
|
292
381
|
.icon-smile-arrow:before {
|
|
293
382
|
content: "\e93a";
|
|
294
383
|
}
|
|
384
|
+
|
|
295
385
|
.icon-sort-down:before {
|
|
296
386
|
content: "\e93b";
|
|
297
387
|
}
|
|
388
|
+
|
|
298
389
|
.icon-sort-up:before {
|
|
299
390
|
content: "\e93c";
|
|
300
391
|
}
|
|
301
|
-
|
|
302
|
-
content: "\e93d";
|
|
303
|
-
}
|
|
392
|
+
|
|
304
393
|
.icon-start-flag:before {
|
|
305
394
|
content: "\e93e";
|
|
306
395
|
}
|
|
396
|
+
|
|
307
397
|
.icon-sync-alt:before {
|
|
308
398
|
content: "\e93f";
|
|
309
399
|
}
|
|
400
|
+
|
|
310
401
|
.icon-tag:before {
|
|
311
402
|
content: "\e940";
|
|
312
403
|
}
|
|
404
|
+
|
|
313
405
|
.icon-th-with-bar:before {
|
|
314
406
|
content: "\e941";
|
|
315
407
|
}
|
|
408
|
+
|
|
316
409
|
.icon-th:before {
|
|
317
410
|
content: "\e942";
|
|
318
411
|
}
|
|
412
|
+
|
|
319
413
|
.icon-times:before {
|
|
320
414
|
content: "\e943";
|
|
321
415
|
}
|
|
416
|
+
|
|
322
417
|
.icon-unique:before {
|
|
323
418
|
content: "\e944";
|
|
324
419
|
}
|
|
420
|
+
|
|
325
421
|
.icon-unknown-gender:before {
|
|
326
422
|
content: "\e945";
|
|
327
423
|
}
|
|
424
|
+
|
|
328
425
|
.icon-web:before {
|
|
329
426
|
content: "\e946";
|
|
330
427
|
}
|
|
428
|
+
|
|
331
429
|
.icon-check-circle-line:before {
|
|
332
430
|
content: "\e965";
|
|
333
431
|
}
|
|
432
|
+
|
|
334
433
|
.icon-x-circle-line:before {
|
|
335
434
|
content: "\e966";
|
|
336
435
|
}
|
|
436
|
+
|
|
337
437
|
.icon-pin:before {
|
|
338
438
|
content: "\e967";
|
|
339
439
|
}
|
|
440
|
+
|
|
340
441
|
.icon-external-link-2:before {
|
|
341
442
|
content: "\e968";
|
|
342
443
|
}
|
|
444
|
+
|
|
343
445
|
.icon-lengthen:before {
|
|
344
446
|
content: "\e969";
|
|
345
447
|
}
|
|
448
|
+
|
|
346
449
|
.icon-shorten:before {
|
|
347
450
|
content: "\e96a";
|
|
348
451
|
}
|
|
452
|
+
|
|
349
453
|
.icon-adjust-2line:before {
|
|
350
454
|
content: "\e96b";
|
|
351
455
|
}
|
|
456
|
+
|
|
352
457
|
.icon-adjust:before {
|
|
353
458
|
content: "\e96c";
|
|
354
459
|
}
|
|
460
|
+
|
|
355
461
|
.icon-audience-line:before {
|
|
356
462
|
content: "\e96d";
|
|
357
463
|
}
|
|
464
|
+
|
|
358
465
|
.icon-audience-solid:before {
|
|
359
466
|
content: "\e96e";
|
|
360
467
|
}
|
|
468
|
+
|
|
361
469
|
.icon-chart_without_num-line:before {
|
|
362
470
|
content: "\e96f";
|
|
363
471
|
}
|
|
472
|
+
|
|
364
473
|
.icon-cog-line:before {
|
|
365
474
|
content: "\e970";
|
|
366
475
|
}
|
|
476
|
+
|
|
477
|
+
.icon-cog:before {
|
|
478
|
+
content: "\e91d";
|
|
479
|
+
}
|
|
480
|
+
|
|
367
481
|
.icon-customer-money-line:before {
|
|
368
482
|
content: "\e971";
|
|
369
483
|
}
|
|
484
|
+
|
|
370
485
|
.icon-customer-money-solid:before {
|
|
371
486
|
content: "\e972";
|
|
372
487
|
}
|
|
488
|
+
|
|
373
489
|
.icon-extend:before {
|
|
374
490
|
content: "\e973";
|
|
375
491
|
}
|
|
492
|
+
|
|
376
493
|
.icon-shrink:before {
|
|
377
494
|
content: "\e979";
|
|
378
495
|
}
|
|
496
|
+
|
|
379
497
|
.icon-infor-line:before {
|
|
380
498
|
content: "\e974";
|
|
381
499
|
}
|
|
500
|
+
|
|
382
501
|
.icon-notice-line:before {
|
|
383
502
|
content: "\e975";
|
|
384
503
|
}
|
|
504
|
+
|
|
385
505
|
.icon-notice-solid:before {
|
|
386
506
|
content: "\e976";
|
|
387
507
|
}
|
|
508
|
+
|
|
388
509
|
.icon-support-solid:before {
|
|
389
510
|
content: "\e977";
|
|
390
511
|
}
|
|
512
|
+
|
|
391
513
|
.icon-support-line:before {
|
|
392
514
|
content: "\e978";
|
|
393
515
|
}
|
|
516
|
+
|
|
394
517
|
.icon-extend-solid:before {
|
|
395
518
|
content: "\e97a";
|
|
396
519
|
}
|
|
520
|
+
|
|
397
521
|
.icon-shrink-solid:before {
|
|
398
522
|
content: "\e97b";
|
|
399
523
|
}
|
|
524
|
+
|
|
400
525
|
.icon-drag:before {
|
|
401
526
|
content: "\e97c";
|
|
402
527
|
}
|
|
528
|
+
|
|
403
529
|
.icon-www-earth:before {
|
|
404
530
|
content: "\e97d";
|
|
405
531
|
}
|
|
532
|
+
|
|
406
533
|
.icon-earth:before {
|
|
407
534
|
content: "\e97e";
|
|
408
535
|
}
|
|
536
|
+
|
|
409
537
|
.icon-wait:before {
|
|
410
538
|
content: "\e97f";
|
|
411
539
|
}
|
|
540
|
+
|
|
412
541
|
.icon-pin-line:before {
|
|
413
542
|
content: "\e980";
|
|
414
543
|
}
|
|
544
|
+
|
|
415
545
|
.icon-pause:before {
|
|
416
546
|
content: "\e981";
|
|
417
547
|
}
|
|
548
|
+
|
|
418
549
|
.icon-map-marker:before {
|
|
419
550
|
content: "\e982";
|
|
420
551
|
}
|
|
552
|
+
|
|
421
553
|
.icon-info-solid:before {
|
|
422
554
|
content: "\e983";
|
|
423
555
|
}
|
|
556
|
+
|
|
424
557
|
.icon-map-marker-hide:before {
|
|
425
558
|
content: "\e984";
|
|
426
559
|
}
|
|
560
|
+
|
|
427
561
|
.icon-wwwearth-with-map:before {
|
|
428
562
|
content: "\e985";
|
|
429
563
|
}
|
|
564
|
+
|
|
430
565
|
.icon-earth-with-map:before {
|
|
431
566
|
content: "\e987";
|
|
432
567
|
}
|
|
433
|
-
|
|
434
|
-
content: "\e986";
|
|
435
|
-
}
|
|
568
|
+
|
|
436
569
|
.icon-percent:before {
|
|
437
570
|
content: "\e988";
|
|
438
571
|
}
|
|
572
|
+
|
|
439
573
|
.icon-num:before {
|
|
440
574
|
content: "\e989";
|
|
441
575
|
}
|
|
576
|
+
|
|
442
577
|
.icon-new-circle:before {
|
|
443
578
|
content: "\e98a";
|
|
444
579
|
}
|
|
580
|
+
|
|
445
581
|
.icon-group:before {
|
|
446
582
|
content: "\e98b";
|
|
447
583
|
}
|
|
584
|
+
|
|
448
585
|
.icon-filter:before {
|
|
449
586
|
content: "\e98d";
|
|
450
587
|
}
|
|
588
|
+
|
|
451
589
|
.icon-eye-slash-line:before {
|
|
452
590
|
content: "\e98e";
|
|
453
591
|
}
|
|
592
|
+
|
|
454
593
|
.icon-empty:before {
|
|
455
594
|
content: "\e98f";
|
|
456
595
|
}
|
|
596
|
+
|
|
457
597
|
.icon-download:before {
|
|
458
598
|
content: "\e990";
|
|
459
599
|
}
|
|
600
|
+
|
|
460
601
|
.icon-ascending:before {
|
|
461
602
|
content: "\e991";
|
|
462
603
|
}
|
|
604
|
+
|
|
463
605
|
.icon-descending:before {
|
|
464
606
|
content: "\e992";
|
|
465
607
|
}
|
|
608
|
+
|
|
466
609
|
.icon-triangle-up-small:before {
|
|
467
610
|
content: "\e993";
|
|
468
611
|
}
|
|
612
|
+
|
|
469
613
|
.icon-triangle-down-small:before {
|
|
470
614
|
content: "\e994";
|
|
471
615
|
}
|
|
616
|
+
|
|
472
617
|
.icon-filter-on:before {
|
|
473
618
|
content: "\e98c";
|
|
474
619
|
}
|
|
620
|
+
|
|
475
621
|
.icon-travel:before {
|
|
476
622
|
content: "\e995";
|
|
477
623
|
}
|
|
624
|
+
|
|
478
625
|
.icon-star:before {
|
|
479
626
|
content: "\e996";
|
|
480
627
|
}
|
|
628
|
+
|
|
481
629
|
.icon-Study:before {
|
|
482
630
|
content: "\e997";
|
|
483
631
|
}
|
|
632
|
+
|
|
484
633
|
.icon-glasses:before {
|
|
485
634
|
content: "\e998";
|
|
486
635
|
}
|
|
636
|
+
|
|
487
637
|
.icon-diamond:before {
|
|
488
638
|
content: "\e999";
|
|
489
639
|
}
|
|
640
|
+
|
|
490
641
|
.icon-creative:before {
|
|
491
642
|
content: "\e99a";
|
|
492
643
|
}
|
|
644
|
+
|
|
493
645
|
.icon-clothes:before {
|
|
494
646
|
content: "\e99b";
|
|
495
647
|
}
|
|
648
|
+
|
|
496
649
|
.icon-case:before {
|
|
497
650
|
content: "\e99c";
|
|
498
651
|
}
|
|
652
|
+
|
|
499
653
|
.icon-add:before {
|
|
500
654
|
content: "\e99d";
|
|
501
655
|
}
|
|
656
|
+
|
|
502
657
|
.icon-man:before {
|
|
503
658
|
content: "\e99e";
|
|
504
659
|
}
|
|
660
|
+
|
|
505
661
|
.icon-woman:before {
|
|
506
662
|
content: "\e99f";
|
|
507
663
|
}
|
|
664
|
+
|
|
508
665
|
.icon-visit-group:before {
|
|
509
666
|
content: "\e9a0";
|
|
510
667
|
}
|
|
668
|
+
|
|
511
669
|
.icon-TA-profile:before {
|
|
512
670
|
content: "\e9a1";
|
|
513
671
|
}
|
|
672
|
+
|
|
514
673
|
.icon-favicon-default:before {
|
|
515
674
|
content: "\e9a2";
|
|
516
675
|
}
|
|
676
|
+
|
|
517
677
|
.icon-unfold:before {
|
|
518
678
|
content: "\e9a3";
|
|
519
679
|
}
|
|
680
|
+
|
|
520
681
|
.icon-fold:before {
|
|
521
682
|
content: "\e9a4";
|
|
522
683
|
}
|
|
684
|
+
|
|
523
685
|
.icon-chart-scatter-smalldot:before {
|
|
524
686
|
content: "\e9a5";
|
|
525
687
|
}
|
|
688
|
+
|
|
526
689
|
.icon-relative:before {
|
|
527
690
|
content: "\e9a6";
|
|
528
691
|
}
|
|
692
|
+
|
|
529
693
|
.icon-folder:before {
|
|
530
694
|
content: "\e9a7";
|
|
531
695
|
}
|
|
696
|
+
|
|
532
697
|
.icon-target:before {
|
|
533
698
|
content: "\e9a8";
|
|
534
699
|
}
|
|
700
|
+
|
|
535
701
|
.icon-folder-check:before {
|
|
536
702
|
content: "\e9a9";
|
|
537
703
|
}
|
|
704
|
+
|
|
538
705
|
.icon-star-circle:before {
|
|
539
706
|
content: "\e9aa";
|
|
540
707
|
}
|
|
708
|
+
|
|
541
709
|
.icon-edit-name:before {
|
|
542
710
|
content: "\e9ab";
|
|
543
711
|
}
|
|
712
|
+
|
|
544
713
|
.icon-finger-point:before {
|
|
545
714
|
content: "\e9ac";
|
|
546
715
|
}
|
|
716
|
+
|
|
547
717
|
.icon-add-person:before {
|
|
548
718
|
content: "\e9ad";
|
|
549
719
|
}
|
|
720
|
+
|
|
550
721
|
.icon-check-with-circle-thin:before {
|
|
551
722
|
content: "\e9ae";
|
|
552
723
|
}
|
|
724
|
+
|
|
553
725
|
.icon-check:before {
|
|
554
726
|
content: "\e9af";
|
|
555
727
|
}
|
|
728
|
+
|
|
729
|
+
.icon-caret-right_line:before {
|
|
730
|
+
content: "\e986";
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
.icon-caret-left_line:before {
|
|
734
|
+
content: "\e9b0";
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
.icon-caret-down_line:before {
|
|
738
|
+
content: "\e9b1";
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.icon-caret-up_line:before {
|
|
742
|
+
content: "\e9b2";
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.icon-report-people:before {
|
|
746
|
+
content: "\e9b3";
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
.icon-ad:before {
|
|
750
|
+
content: "\e9b4";
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.icon-re-pack:before {
|
|
754
|
+
content: "\e9b5";
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
.icon-draft-thick:before {
|
|
758
|
+
content: "\e9b6";
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
.icon-draft-thin:before {
|
|
762
|
+
content: "\e9b7";
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
.icon-filter-search:before {
|
|
766
|
+
content: "\e9b8";
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.icon-venn:before {
|
|
770
|
+
content: "\e9b9";
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
.icon-filter-funnel:before {
|
|
774
|
+
content: "\e9ba";
|
|
775
|
+
}
|