evui 3.1.58 → 3.2.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/dist/evui.common.js +202 -83
- package/dist/evui.common.js.map +1 -1
- package/dist/evui.umd.js +202 -83
- package/dist/evui.umd.js.map +1 -1
- package/dist/evui.umd.min.js +1 -1
- package/dist/evui.umd.min.js.map +1 -1
- package/dist/img/{EVUI.ca7ddb10.svg → EVUI.7f3588fb.svg} +283 -251
- package/package.json +1 -1
- package/src/components/chart/element/element.line.js +0 -1
- package/src/components/chart/element/element.scatter.js +72 -5
- package/src/components/chart/model/model.store.js +31 -4
- package/src/components/chart/plugins/plugins.interaction.js +11 -3
- package/src/components/chart/scale/scale.js +20 -0
- package/src/components/chart/uses.js +7 -1
- package/src/components/textField/TextField.vue +1 -1
- package/src/style/lib/fonts/EVUI.eot +0 -0
- package/src/style/lib/fonts/EVUI.svg +283 -251
- package/src/style/lib/fonts/EVUI.ttf +0 -0
- package/src/style/lib/fonts/EVUI.woff +0 -0
- package/src/style/lib/icon.css +394 -298
package/src/style/lib/icon.css
CHANGED
|
@@ -37,756 +37,852 @@
|
|
|
37
37
|
font-size: 25px;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.ev-icon-
|
|
41
|
-
content: '\e9fa';
|
|
42
|
-
}
|
|
43
|
-
.ev-icon-filter:before {
|
|
44
|
-
content: '\e9f7';
|
|
45
|
-
}
|
|
46
|
-
.ev-icon-text-up:before {
|
|
47
|
-
content: '\e9f8';
|
|
48
|
-
}
|
|
49
|
-
.ev-icon-text-vertical:before {
|
|
50
|
-
content: '\e9f9';
|
|
51
|
-
}
|
|
52
|
-
.ev-icon-add-box:before {
|
|
53
|
-
content: '\e9ec';
|
|
54
|
-
}
|
|
55
|
-
.ev-icon-add:before {
|
|
56
|
-
content: '\e9ed';
|
|
57
|
-
}
|
|
58
|
-
.ev-icon-binary:before {
|
|
59
|
-
content: '\e9ee';
|
|
60
|
-
}
|
|
61
|
-
.ev-icon-change:before {
|
|
62
|
-
content: '\e9ef';
|
|
63
|
-
}
|
|
64
|
-
.ev-icon-cloud_upload:before {
|
|
65
|
-
content: '\e9f0';
|
|
66
|
-
}
|
|
67
|
-
.ev-icon-cpu:before {
|
|
68
|
-
content: '\e9f1';
|
|
69
|
-
}
|
|
70
|
-
.ev-icon-description:before {
|
|
71
|
-
content: '\e9f2';
|
|
72
|
-
}
|
|
73
|
-
.ev-icon-done:before {
|
|
74
|
-
content: '\e9f3';
|
|
75
|
-
}
|
|
76
|
-
.ev-icon-edit:before {
|
|
77
|
-
content: '\e9f4';
|
|
78
|
-
}
|
|
79
|
-
.ev-icon-License:before {
|
|
80
|
-
content: '\e9f5';
|
|
81
|
-
}
|
|
82
|
-
.ev-icon-play_circle:before {
|
|
83
|
-
content: '\e9f6';
|
|
84
|
-
}
|
|
85
|
-
.ev-icon-getmore:before {
|
|
86
|
-
content: '\e9e9';
|
|
87
|
-
}
|
|
88
|
-
.ev-icon-query:before {
|
|
89
|
-
content: '\e9ea';
|
|
90
|
-
}
|
|
91
|
-
.ev-icon-trash3:before {
|
|
92
|
-
content: '\e9eb';
|
|
93
|
-
}
|
|
94
|
-
.ev-icon-info2:before {
|
|
95
|
-
content: '\e9de';
|
|
96
|
-
}
|
|
97
|
-
.ev-icon-question:before {
|
|
98
|
-
content: '\e9e7';
|
|
99
|
-
}
|
|
100
|
-
.ev-icon-shard:before {
|
|
101
|
-
content: '\e9e6';
|
|
102
|
-
}
|
|
103
|
-
.ev-icon-allow2-right2:before {
|
|
104
|
-
content: '\e9e4';
|
|
105
|
-
}
|
|
106
|
-
.ev-icon-compress2:before {
|
|
107
|
-
content: '\e9e5';
|
|
108
|
-
}
|
|
109
|
-
.ev-icon-all-check:before {
|
|
40
|
+
.ev-icon-zoomout:before {
|
|
110
41
|
content: '\e900';
|
|
111
42
|
}
|
|
112
|
-
.ev-icon-
|
|
43
|
+
.ev-icon-zoomin:before {
|
|
113
44
|
content: '\e901';
|
|
114
45
|
}
|
|
115
|
-
.ev-icon-
|
|
46
|
+
.ev-icon-workflow:before {
|
|
116
47
|
content: '\e902';
|
|
117
48
|
}
|
|
118
|
-
.ev-icon-
|
|
49
|
+
.ev-icon-window:before {
|
|
119
50
|
content: '\e903';
|
|
120
51
|
}
|
|
121
|
-
.ev-icon-
|
|
52
|
+
.ev-icon-window-minimize:before {
|
|
122
53
|
content: '\e904';
|
|
123
54
|
}
|
|
124
|
-
.ev-icon-
|
|
55
|
+
.ev-icon-window-maximize:before {
|
|
125
56
|
content: '\e905';
|
|
126
57
|
}
|
|
127
|
-
.ev-icon-
|
|
58
|
+
.ev-icon-warning3:before {
|
|
128
59
|
content: '\e906';
|
|
129
60
|
}
|
|
130
|
-
.ev-icon-
|
|
61
|
+
.ev-icon-warning2:before {
|
|
131
62
|
content: '\e907';
|
|
132
63
|
}
|
|
133
|
-
.ev-icon-
|
|
64
|
+
.ev-icon-warning:before {
|
|
134
65
|
content: '\e908';
|
|
135
66
|
}
|
|
136
|
-
.ev-icon-
|
|
67
|
+
.ev-icon-visibility:before {
|
|
137
68
|
content: '\e909';
|
|
138
69
|
}
|
|
139
|
-
.ev-icon-
|
|
70
|
+
.ev-icon-visibility-off:before {
|
|
140
71
|
content: '\e90a';
|
|
141
72
|
}
|
|
142
|
-
.ev-icon-
|
|
73
|
+
.ev-icon-user2:before {
|
|
143
74
|
content: '\e90b';
|
|
144
75
|
}
|
|
145
|
-
.ev-icon-
|
|
76
|
+
.ev-icon-user:before {
|
|
146
77
|
content: '\e90c';
|
|
147
78
|
}
|
|
148
|
-
.ev-icon-
|
|
79
|
+
.ev-icon-user-plus2:before {
|
|
149
80
|
content: '\e90d';
|
|
150
81
|
}
|
|
151
|
-
.ev-icon-
|
|
82
|
+
.ev-icon-user-plus:before {
|
|
152
83
|
content: '\e90e';
|
|
153
84
|
}
|
|
154
|
-
.ev-icon-
|
|
85
|
+
.ev-icon-user-minus:before {
|
|
155
86
|
content: '\e90f';
|
|
156
87
|
}
|
|
157
|
-
.ev-icon-
|
|
88
|
+
.ev-icon-user-delete:before {
|
|
158
89
|
content: '\e910';
|
|
159
90
|
}
|
|
160
|
-
.ev-icon-
|
|
91
|
+
.ev-icon-user-check:before {
|
|
161
92
|
content: '\e911';
|
|
162
93
|
}
|
|
163
|
-
.ev-icon-
|
|
94
|
+
.ev-icon-upload:before {
|
|
164
95
|
content: '\e912';
|
|
165
96
|
}
|
|
166
|
-
.ev-icon-
|
|
97
|
+
.ev-icon-unlock2:before {
|
|
167
98
|
content: '\e913';
|
|
168
99
|
}
|
|
169
|
-
.ev-icon-
|
|
100
|
+
.ev-icon-unlock:before {
|
|
170
101
|
content: '\e914';
|
|
171
102
|
}
|
|
172
|
-
.ev-icon-
|
|
103
|
+
.ev-icon-undo:before {
|
|
173
104
|
content: '\e915';
|
|
174
105
|
}
|
|
175
|
-
.ev-icon-
|
|
106
|
+
.ev-icon-triangle-up:before {
|
|
176
107
|
content: '\e916';
|
|
177
108
|
}
|
|
178
|
-
.ev-icon-
|
|
109
|
+
.ev-icon-triangle-down:before {
|
|
179
110
|
content: '\e917';
|
|
180
111
|
}
|
|
181
|
-
.ev-icon-
|
|
112
|
+
.ev-icon-trash3:before {
|
|
182
113
|
content: '\e918';
|
|
183
114
|
}
|
|
184
|
-
.ev-icon-
|
|
115
|
+
.ev-icon-trash2:before {
|
|
185
116
|
content: '\e919';
|
|
186
117
|
}
|
|
187
|
-
.ev-icon-
|
|
118
|
+
.ev-icon-trash:before {
|
|
188
119
|
content: '\e91a';
|
|
189
120
|
}
|
|
190
|
-
.ev-icon-
|
|
121
|
+
.ev-icon-topology:before {
|
|
191
122
|
content: '\e91b';
|
|
192
123
|
}
|
|
193
|
-
.ev-icon-
|
|
124
|
+
.ev-icon-tool:before {
|
|
194
125
|
content: '\e91c';
|
|
195
126
|
}
|
|
196
|
-
.ev-icon-
|
|
127
|
+
.ev-icon-timeline:before {
|
|
197
128
|
content: '\e91d';
|
|
198
129
|
}
|
|
199
|
-
.ev-icon-
|
|
130
|
+
.ev-icon-time2:before {
|
|
200
131
|
content: '\e91e';
|
|
201
132
|
}
|
|
202
|
-
.ev-icon-
|
|
133
|
+
.ev-icon-time:before {
|
|
203
134
|
content: '\e91f';
|
|
204
135
|
}
|
|
205
|
-
.ev-icon-
|
|
136
|
+
.ev-icon-time-line:before {
|
|
206
137
|
content: '\e920';
|
|
207
138
|
}
|
|
208
|
-
.ev-icon-
|
|
139
|
+
.ev-icon-text-vertical:before {
|
|
209
140
|
content: '\e921';
|
|
210
141
|
}
|
|
211
|
-
.ev-icon-
|
|
142
|
+
.ev-icon-text-up:before {
|
|
212
143
|
content: '\e922';
|
|
213
144
|
}
|
|
214
|
-
.ev-icon-
|
|
145
|
+
.ev-icon-terminal:before {
|
|
215
146
|
content: '\e923';
|
|
216
147
|
}
|
|
217
|
-
.ev-icon-
|
|
148
|
+
.ev-icon-sun:before {
|
|
218
149
|
content: '\e924';
|
|
219
150
|
}
|
|
220
|
-
.ev-icon-
|
|
151
|
+
.ev-icon-stop2:before {
|
|
221
152
|
content: '\e925';
|
|
222
153
|
}
|
|
223
|
-
.ev-icon-
|
|
154
|
+
.ev-icon-stop1:before {
|
|
224
155
|
content: '\e926';
|
|
225
156
|
}
|
|
226
|
-
.ev-icon-
|
|
157
|
+
.ev-icon-square-plus:before {
|
|
227
158
|
content: '\e927';
|
|
228
159
|
}
|
|
229
|
-
.ev-icon-
|
|
160
|
+
.ev-icon-square-minus:before {
|
|
230
161
|
content: '\e928';
|
|
231
162
|
}
|
|
232
|
-
.ev-icon-
|
|
163
|
+
.ev-icon-square-double-up:before {
|
|
233
164
|
content: '\e929';
|
|
234
165
|
}
|
|
235
|
-
.ev-icon-
|
|
166
|
+
.ev-icon-square-double-right:before {
|
|
236
167
|
content: '\e92a';
|
|
237
168
|
}
|
|
238
|
-
.ev-icon-
|
|
169
|
+
.ev-icon-square-double-left:before {
|
|
239
170
|
content: '\e92b';
|
|
240
171
|
}
|
|
241
|
-
.ev-icon-
|
|
172
|
+
.ev-icon-square-double-down:before {
|
|
242
173
|
content: '\e92c';
|
|
243
174
|
}
|
|
244
|
-
.ev-icon-
|
|
175
|
+
.ev-icon-square-arrow-up:before {
|
|
245
176
|
content: '\e92d';
|
|
246
177
|
}
|
|
247
|
-
.ev-icon-
|
|
178
|
+
.ev-icon-square-arrow-right:before {
|
|
248
179
|
content: '\e92e';
|
|
249
180
|
}
|
|
250
|
-
.ev-icon-
|
|
181
|
+
.ev-icon-square-arrow-left:before {
|
|
251
182
|
content: '\e92f';
|
|
252
183
|
}
|
|
253
|
-
.ev-icon-
|
|
184
|
+
.ev-icon-square-arrow-down:before {
|
|
254
185
|
content: '\e930';
|
|
255
186
|
}
|
|
256
|
-
.ev-icon-
|
|
187
|
+
.ev-icon-spinner:before {
|
|
257
188
|
content: '\e931';
|
|
258
189
|
}
|
|
259
|
-
.ev-icon-
|
|
190
|
+
.ev-icon-spark:before {
|
|
260
191
|
content: '\e932';
|
|
261
192
|
}
|
|
262
|
-
.ev-icon-
|
|
193
|
+
.ev-icon-shovel:before {
|
|
263
194
|
content: '\e933';
|
|
264
195
|
}
|
|
265
|
-
.ev-icon-
|
|
196
|
+
.ev-icon-share:before {
|
|
266
197
|
content: '\e934';
|
|
267
198
|
}
|
|
268
|
-
.ev-icon-
|
|
199
|
+
.ev-icon-shard:before {
|
|
269
200
|
content: '\e935';
|
|
270
201
|
}
|
|
271
|
-
.ev-icon-
|
|
202
|
+
.ev-icon-server2:before {
|
|
272
203
|
content: '\e936';
|
|
273
204
|
}
|
|
274
|
-
.ev-icon-
|
|
205
|
+
.ev-icon-server:before {
|
|
275
206
|
content: '\e937';
|
|
276
207
|
}
|
|
277
|
-
.ev-icon-
|
|
208
|
+
.ev-icon-search2:before {
|
|
278
209
|
content: '\e938';
|
|
279
210
|
}
|
|
280
|
-
.ev-icon-
|
|
211
|
+
.ev-icon-search:before {
|
|
281
212
|
content: '\e939';
|
|
282
213
|
}
|
|
283
|
-
.ev-icon-
|
|
214
|
+
.ev-icon-search-chart:before {
|
|
284
215
|
content: '\e93a';
|
|
285
216
|
}
|
|
286
|
-
.ev-icon-
|
|
217
|
+
.ev-icon-save:before {
|
|
287
218
|
content: '\e93b';
|
|
288
219
|
}
|
|
289
|
-
.ev-icon-
|
|
220
|
+
.ev-icon-s-time-backward:before {
|
|
290
221
|
content: '\e93c';
|
|
291
222
|
}
|
|
292
|
-
.ev-icon-
|
|
223
|
+
.ev-icon-s-stop:before {
|
|
293
224
|
content: '\e93d';
|
|
294
225
|
}
|
|
295
|
-
.ev-icon-
|
|
226
|
+
.ev-icon-s-step-forward:before {
|
|
296
227
|
content: '\e93e';
|
|
297
228
|
}
|
|
298
|
-
.ev-icon-
|
|
229
|
+
.ev-icon-s-step-backward:before {
|
|
299
230
|
content: '\e93f';
|
|
300
231
|
}
|
|
301
|
-
.ev-icon-
|
|
232
|
+
.ev-icon-s-square-plus:before {
|
|
302
233
|
content: '\e940';
|
|
303
234
|
}
|
|
304
|
-
.ev-icon-
|
|
235
|
+
.ev-icon-s-square-minus:before {
|
|
305
236
|
content: '\e941';
|
|
306
237
|
}
|
|
307
|
-
.ev-icon-
|
|
238
|
+
.ev-icon-s-resume:before {
|
|
308
239
|
content: '\e942';
|
|
309
240
|
}
|
|
310
|
-
.ev-icon-
|
|
241
|
+
.ev-icon-s-plus:before {
|
|
311
242
|
content: '\e943';
|
|
312
243
|
}
|
|
313
|
-
.ev-icon-
|
|
244
|
+
.ev-icon-s-play:before {
|
|
314
245
|
content: '\e944';
|
|
315
246
|
}
|
|
316
|
-
.ev-icon-
|
|
247
|
+
.ev-icon-s-pause:before {
|
|
317
248
|
content: '\e945';
|
|
318
249
|
}
|
|
319
|
-
.ev-icon-
|
|
250
|
+
.ev-icon-s-panel-out:before {
|
|
320
251
|
content: '\e946';
|
|
321
252
|
}
|
|
322
|
-
.ev-icon-
|
|
253
|
+
.ev-icon-s-minus:before {
|
|
323
254
|
content: '\e947';
|
|
324
255
|
}
|
|
325
|
-
.ev-icon-
|
|
256
|
+
.ev-icon-s-hamburger:before {
|
|
326
257
|
content: '\e948';
|
|
327
258
|
}
|
|
328
|
-
.ev-icon-
|
|
259
|
+
.ev-icon-s-forward:before {
|
|
329
260
|
content: '\e949';
|
|
330
261
|
}
|
|
331
|
-
.ev-icon-
|
|
262
|
+
.ev-icon-s-double-up:before {
|
|
332
263
|
content: '\e94a';
|
|
333
264
|
}
|
|
334
|
-
.ev-icon-
|
|
265
|
+
.ev-icon-s-double-right:before {
|
|
335
266
|
content: '\e94b';
|
|
336
267
|
}
|
|
337
|
-
.ev-icon-
|
|
268
|
+
.ev-icon-s-double-left:before {
|
|
338
269
|
content: '\e94c';
|
|
339
270
|
}
|
|
340
|
-
.ev-icon-
|
|
271
|
+
.ev-icon-s-double-down:before {
|
|
341
272
|
content: '\e94d';
|
|
342
273
|
}
|
|
343
|
-
.ev-icon-
|
|
274
|
+
.ev-icon-s-close:before {
|
|
344
275
|
content: '\e94e';
|
|
345
276
|
}
|
|
346
|
-
.ev-icon-
|
|
277
|
+
.ev-icon-s-backward:before {
|
|
347
278
|
content: '\e94f';
|
|
348
279
|
}
|
|
349
|
-
.ev-icon-
|
|
280
|
+
.ev-icon-s-back:before {
|
|
350
281
|
content: '\e950';
|
|
351
282
|
}
|
|
352
|
-
.ev-icon-
|
|
283
|
+
.ev-icon-s-arrow-up:before {
|
|
353
284
|
content: '\e951';
|
|
354
285
|
}
|
|
355
|
-
.ev-icon-
|
|
286
|
+
.ev-icon-s-arrow-right:before {
|
|
356
287
|
content: '\e952';
|
|
357
288
|
}
|
|
358
|
-
.ev-icon-
|
|
289
|
+
.ev-icon-s-arrow-left:before {
|
|
359
290
|
content: '\e953';
|
|
360
291
|
}
|
|
361
|
-
.ev-icon-
|
|
292
|
+
.ev-icon-s-arrow-down:before {
|
|
362
293
|
content: '\e954';
|
|
363
294
|
}
|
|
364
|
-
.ev-icon-
|
|
295
|
+
.ev-icon-RTM:before {
|
|
365
296
|
content: '\e955';
|
|
366
297
|
}
|
|
367
|
-
.ev-icon-
|
|
298
|
+
.ev-icon-replicaset:before {
|
|
368
299
|
content: '\e956';
|
|
369
300
|
}
|
|
370
|
-
.ev-icon-
|
|
301
|
+
.ev-icon-registration:before {
|
|
371
302
|
content: '\e957';
|
|
372
303
|
}
|
|
373
|
-
.ev-icon-
|
|
304
|
+
.ev-icon-refresh3:before {
|
|
374
305
|
content: '\e958';
|
|
375
306
|
}
|
|
376
|
-
.ev-icon-
|
|
307
|
+
.ev-icon-refresh2:before {
|
|
377
308
|
content: '\e959';
|
|
378
309
|
}
|
|
379
|
-
.ev-icon-
|
|
310
|
+
.ev-icon-refresh:before {
|
|
380
311
|
content: '\e95a';
|
|
381
312
|
}
|
|
382
|
-
.ev-icon-
|
|
313
|
+
.ev-icon-redo:before {
|
|
383
314
|
content: '\e95b';
|
|
384
315
|
}
|
|
385
|
-
.ev-icon-
|
|
316
|
+
.ev-icon-radio-on2:before {
|
|
386
317
|
content: '\e95c';
|
|
387
318
|
}
|
|
388
|
-
.ev-icon-
|
|
319
|
+
.ev-icon-radio-on:before {
|
|
389
320
|
content: '\e95d';
|
|
390
321
|
}
|
|
391
|
-
.ev-icon-
|
|
322
|
+
.ev-icon-radio-off2:before {
|
|
392
323
|
content: '\e95e';
|
|
393
324
|
}
|
|
394
|
-
.ev-icon-
|
|
325
|
+
.ev-icon-radio-off:before {
|
|
395
326
|
content: '\e95f';
|
|
396
327
|
}
|
|
397
|
-
.ev-icon-
|
|
328
|
+
.ev-icon-r:before {
|
|
398
329
|
content: '\e960';
|
|
399
330
|
}
|
|
400
|
-
.ev-icon-
|
|
331
|
+
.ev-icon-question:before {
|
|
401
332
|
content: '\e961';
|
|
402
333
|
}
|
|
403
|
-
.ev-icon-
|
|
334
|
+
.ev-icon-query:before {
|
|
404
335
|
content: '\e962';
|
|
405
336
|
}
|
|
406
|
-
.ev-icon-
|
|
337
|
+
.ev-icon-printer:before {
|
|
407
338
|
content: '\e963';
|
|
408
339
|
}
|
|
409
|
-
.ev-icon-
|
|
340
|
+
.ev-icon-plus:before {
|
|
410
341
|
content: '\e964';
|
|
411
342
|
}
|
|
412
|
-
.ev-icon-
|
|
343
|
+
.ev-icon-plus-16px:before {
|
|
413
344
|
content: '\e965';
|
|
414
345
|
}
|
|
415
|
-
.ev-icon-
|
|
346
|
+
.ev-icon-plug:before {
|
|
416
347
|
content: '\e966';
|
|
417
348
|
}
|
|
418
|
-
.ev-icon-
|
|
349
|
+
.ev-icon-play_circle:before {
|
|
419
350
|
content: '\e967';
|
|
420
351
|
}
|
|
421
|
-
.ev-icon-
|
|
352
|
+
.ev-icon-pin:before {
|
|
422
353
|
content: '\e968';
|
|
423
354
|
}
|
|
424
|
-
.ev-icon-
|
|
355
|
+
.ev-icon-pig:before {
|
|
425
356
|
content: '\e969';
|
|
426
357
|
}
|
|
427
|
-
.ev-icon-
|
|
358
|
+
.ev-icon-piece:before {
|
|
428
359
|
content: '\e96a';
|
|
429
360
|
}
|
|
430
|
-
.ev-icon-
|
|
361
|
+
.ev-icon-pencil:before {
|
|
431
362
|
content: '\e96b';
|
|
432
363
|
}
|
|
433
|
-
.ev-icon-
|
|
364
|
+
.ev-icon-panel-out:before {
|
|
434
365
|
content: '\e96c';
|
|
435
366
|
}
|
|
436
|
-
.ev-icon-
|
|
367
|
+
.ev-icon-PA:before {
|
|
437
368
|
content: '\e96d';
|
|
438
369
|
}
|
|
439
|
-
.ev-icon-
|
|
370
|
+
.ev-icon-ok:before {
|
|
440
371
|
content: '\e96e';
|
|
441
372
|
}
|
|
442
|
-
.ev-icon-
|
|
373
|
+
.ev-icon-notice:before {
|
|
443
374
|
content: '\e96f';
|
|
444
375
|
}
|
|
445
|
-
.ev-icon-
|
|
376
|
+
.ev-icon-node:before {
|
|
446
377
|
content: '\e970';
|
|
447
378
|
}
|
|
448
|
-
.ev-icon-
|
|
379
|
+
.ev-icon-network-twoway:before {
|
|
449
380
|
content: '\e971';
|
|
450
381
|
}
|
|
451
|
-
.ev-icon-
|
|
382
|
+
.ev-icon-network-oneway:before {
|
|
452
383
|
content: '\e972';
|
|
453
384
|
}
|
|
454
|
-
.ev-icon-
|
|
385
|
+
.ev-icon-network-division:before {
|
|
455
386
|
content: '\e973';
|
|
456
387
|
}
|
|
457
|
-
.ev-icon-
|
|
388
|
+
.ev-icon-network-check:before {
|
|
458
389
|
content: '\e974';
|
|
459
390
|
}
|
|
460
|
-
.ev-icon-
|
|
391
|
+
.ev-icon-moon:before {
|
|
461
392
|
content: '\e975';
|
|
462
393
|
}
|
|
463
|
-
.ev-icon-
|
|
394
|
+
.ev-icon-monitor:before {
|
|
464
395
|
content: '\e976';
|
|
465
396
|
}
|
|
466
|
-
.ev-icon-
|
|
397
|
+
.ev-icon-monitor-grid:before {
|
|
467
398
|
content: '\e977';
|
|
468
399
|
}
|
|
469
|
-
.ev-icon-
|
|
400
|
+
.ev-icon-monitor-chart:before {
|
|
470
401
|
content: '\e978';
|
|
471
402
|
}
|
|
472
|
-
.ev-icon-
|
|
403
|
+
.ev-icon-mobius:before {
|
|
473
404
|
content: '\e979';
|
|
474
405
|
}
|
|
475
|
-
.ev-icon-
|
|
406
|
+
.ev-icon-minus:before {
|
|
476
407
|
content: '\e97a';
|
|
477
408
|
}
|
|
478
|
-
.ev-icon-
|
|
409
|
+
.ev-icon-menu2:before {
|
|
479
410
|
content: '\e97b';
|
|
480
411
|
}
|
|
481
|
-
.ev-icon-
|
|
412
|
+
.ev-icon-menu:before {
|
|
482
413
|
content: '\e97c';
|
|
483
414
|
}
|
|
484
|
-
.ev-icon-
|
|
415
|
+
.ev-icon-memory2:before {
|
|
485
416
|
content: '\e97d';
|
|
486
417
|
}
|
|
487
|
-
.ev-icon-
|
|
418
|
+
.ev-icon-memory:before {
|
|
488
419
|
content: '\e97e';
|
|
489
420
|
}
|
|
490
|
-
.ev-icon-
|
|
421
|
+
.ev-icon-Medium:before {
|
|
491
422
|
content: '\e97f';
|
|
492
423
|
}
|
|
493
|
-
.ev-icon-
|
|
424
|
+
.ev-icon-manual2:before {
|
|
494
425
|
content: '\e980';
|
|
495
426
|
}
|
|
496
|
-
.ev-icon-
|
|
427
|
+
.ev-icon-manual:before {
|
|
497
428
|
content: '\e981';
|
|
498
429
|
}
|
|
499
|
-
.ev-icon-
|
|
430
|
+
.ev-icon-Low:before {
|
|
500
431
|
content: '\e982';
|
|
501
432
|
}
|
|
502
|
-
.ev-icon-
|
|
433
|
+
.ev-icon-logout3:before {
|
|
503
434
|
content: '\e983';
|
|
504
435
|
}
|
|
505
|
-
.ev-icon-
|
|
436
|
+
.ev-icon-logout2:before {
|
|
506
437
|
content: '\e984';
|
|
507
438
|
}
|
|
508
|
-
.ev-icon-
|
|
439
|
+
.ev-icon-logout:before {
|
|
509
440
|
content: '\e985';
|
|
510
441
|
}
|
|
511
|
-
.ev-icon-
|
|
442
|
+
.ev-icon-login:before {
|
|
512
443
|
content: '\e986';
|
|
513
444
|
}
|
|
514
|
-
.ev-icon-
|
|
445
|
+
.ev-icon-lock2:before {
|
|
515
446
|
content: '\e987';
|
|
516
447
|
}
|
|
517
|
-
.ev-icon-
|
|
448
|
+
.ev-icon-lock2_line:before {
|
|
518
449
|
content: '\e988';
|
|
519
450
|
}
|
|
520
|
-
.ev-icon-
|
|
451
|
+
.ev-icon-lock:before {
|
|
521
452
|
content: '\e989';
|
|
522
453
|
}
|
|
523
|
-
.ev-icon-
|
|
454
|
+
.ev-icon-list:before {
|
|
524
455
|
content: '\e98a';
|
|
525
456
|
}
|
|
526
|
-
.ev-icon-
|
|
457
|
+
.ev-icon-link:before {
|
|
527
458
|
content: '\e98b';
|
|
528
459
|
}
|
|
529
|
-
.ev-icon-
|
|
460
|
+
.ev-icon-link-off:before {
|
|
530
461
|
content: '\e98c';
|
|
531
462
|
}
|
|
532
|
-
.ev-icon-
|
|
463
|
+
.ev-icon-License:before {
|
|
533
464
|
content: '\e98d';
|
|
534
465
|
}
|
|
535
|
-
.ev-icon-
|
|
466
|
+
.ev-icon-layout:before {
|
|
536
467
|
content: '\e98e';
|
|
537
468
|
}
|
|
538
|
-
.ev-icon-
|
|
469
|
+
.ev-icon-kafka:before {
|
|
539
470
|
content: '\e98f';
|
|
540
471
|
}
|
|
541
|
-
.ev-icon-
|
|
472
|
+
.ev-icon-Information:before {
|
|
542
473
|
content: '\e990';
|
|
543
474
|
}
|
|
544
|
-
.ev-icon-
|
|
475
|
+
.ev-icon-info2:before {
|
|
545
476
|
content: '\e991';
|
|
546
477
|
}
|
|
547
|
-
.ev-icon-
|
|
478
|
+
.ev-icon-info:before {
|
|
548
479
|
content: '\e992';
|
|
549
480
|
}
|
|
550
|
-
.ev-icon-
|
|
481
|
+
.ev-icon-hive2:before {
|
|
551
482
|
content: '\e993';
|
|
552
483
|
}
|
|
553
|
-
.ev-icon-
|
|
484
|
+
.ev-icon-hive:before {
|
|
554
485
|
content: '\e994';
|
|
555
486
|
}
|
|
556
|
-
.ev-icon-
|
|
487
|
+
.ev-icon-highlight-on:before {
|
|
557
488
|
content: '\e995';
|
|
558
489
|
}
|
|
559
|
-
.ev-icon-
|
|
490
|
+
.ev-icon-highlight-off:before {
|
|
560
491
|
content: '\e996';
|
|
561
492
|
}
|
|
562
|
-
.ev-icon-
|
|
493
|
+
.ev-icon-High:before {
|
|
563
494
|
content: '\e997';
|
|
564
495
|
}
|
|
565
|
-
.ev-icon-
|
|
496
|
+
.ev-icon-help:before {
|
|
566
497
|
content: '\e998';
|
|
567
498
|
}
|
|
568
|
-
.ev-icon-
|
|
499
|
+
.ev-icon-hamburger2:before {
|
|
569
500
|
content: '\e999';
|
|
570
501
|
}
|
|
571
|
-
.ev-icon-
|
|
502
|
+
.ev-icon-hamburger:before {
|
|
572
503
|
content: '\e99a';
|
|
573
504
|
}
|
|
574
|
-
.ev-icon-
|
|
505
|
+
.ev-icon-group:before {
|
|
575
506
|
content: '\e99b';
|
|
576
507
|
}
|
|
577
|
-
.ev-icon-
|
|
508
|
+
.ev-icon-grid:before {
|
|
578
509
|
content: '\e99c';
|
|
579
510
|
}
|
|
580
|
-
.ev-icon-
|
|
511
|
+
.ev-icon-grid-script:before {
|
|
581
512
|
content: '\e99d';
|
|
582
513
|
}
|
|
583
|
-
.ev-icon-
|
|
514
|
+
.ev-icon-grid-plus:before {
|
|
584
515
|
content: '\e99e';
|
|
585
516
|
}
|
|
586
|
-
.ev-icon-
|
|
517
|
+
.ev-icon-grid-minus:before {
|
|
587
518
|
content: '\e99f';
|
|
588
519
|
}
|
|
589
|
-
.ev-icon-
|
|
520
|
+
.ev-icon-grid-check:before {
|
|
590
521
|
content: '\e9a0';
|
|
591
522
|
}
|
|
592
|
-
.ev-icon-
|
|
523
|
+
.ev-icon-getmore:before {
|
|
593
524
|
content: '\e9a1';
|
|
594
525
|
}
|
|
595
|
-
.ev-icon-
|
|
526
|
+
.ev-icon-gear:before {
|
|
596
527
|
content: '\e9a2';
|
|
597
528
|
}
|
|
598
|
-
.ev-icon-
|
|
529
|
+
.ev-icon-gauge:before {
|
|
599
530
|
content: '\e9a3';
|
|
600
531
|
}
|
|
601
|
-
.ev-icon-
|
|
532
|
+
.ev-icon-funnel:before {
|
|
602
533
|
content: '\e9a4';
|
|
603
534
|
}
|
|
604
|
-
.ev-icon-
|
|
535
|
+
.ev-icon-folder2:before {
|
|
605
536
|
content: '\e9a5';
|
|
606
537
|
}
|
|
607
|
-
.ev-icon-
|
|
538
|
+
.ev-icon-folder:before {
|
|
608
539
|
content: '\e9a6';
|
|
609
540
|
}
|
|
610
|
-
.ev-icon-
|
|
541
|
+
.ev-icon-folder-share:before {
|
|
611
542
|
content: '\e9a7';
|
|
612
543
|
}
|
|
613
|
-
.ev-icon-
|
|
544
|
+
.ev-icon-folder-plus:before {
|
|
614
545
|
content: '\e9a8';
|
|
615
546
|
}
|
|
616
|
-
.ev-icon-
|
|
547
|
+
.ev-icon-folder-open:before {
|
|
617
548
|
content: '\e9a9';
|
|
618
549
|
}
|
|
619
|
-
.ev-icon-
|
|
550
|
+
.ev-icon-folder-minus:before {
|
|
620
551
|
content: '\e9aa';
|
|
621
552
|
}
|
|
622
|
-
.ev-icon-
|
|
553
|
+
.ev-icon-folder-merge:before {
|
|
623
554
|
content: '\e9ab';
|
|
624
555
|
}
|
|
625
|
-
.ev-icon-
|
|
556
|
+
.ev-icon-flow2:before {
|
|
626
557
|
content: '\e9ac';
|
|
627
558
|
}
|
|
628
|
-
.ev-icon-
|
|
559
|
+
.ev-icon-flow:before {
|
|
629
560
|
content: '\e9ad';
|
|
630
561
|
}
|
|
631
|
-
.ev-icon-
|
|
562
|
+
.ev-icon-filter2:before {
|
|
632
563
|
content: '\e9ae';
|
|
633
564
|
}
|
|
634
|
-
.ev-icon-
|
|
565
|
+
.ev-icon-filter:before {
|
|
635
566
|
content: '\e9af';
|
|
636
567
|
}
|
|
637
|
-
.ev-icon-
|
|
568
|
+
.ev-icon-filter-list:before {
|
|
638
569
|
content: '\e9b0';
|
|
639
570
|
}
|
|
640
|
-
.ev-icon-
|
|
571
|
+
.ev-icon-external-link3:before {
|
|
641
572
|
content: '\e9b1';
|
|
642
573
|
}
|
|
643
|
-
.ev-icon-
|
|
574
|
+
.ev-icon-external-link2:before {
|
|
644
575
|
content: '\e9b2';
|
|
645
576
|
}
|
|
646
|
-
.ev-icon-
|
|
577
|
+
.ev-icon-external-link:before {
|
|
647
578
|
content: '\e9b3';
|
|
648
579
|
}
|
|
649
|
-
.ev-icon-
|
|
580
|
+
.ev-icon-expand2:before {
|
|
650
581
|
content: '\e9b4';
|
|
651
582
|
}
|
|
652
|
-
.ev-icon-
|
|
583
|
+
.ev-icon-expand:before {
|
|
653
584
|
content: '\e9b5';
|
|
654
585
|
}
|
|
655
|
-
.ev-icon-
|
|
586
|
+
.ev-icon-exchange:before {
|
|
656
587
|
content: '\e9b6';
|
|
657
588
|
}
|
|
658
|
-
.ev-icon-
|
|
589
|
+
.ev-icon-Error2:before {
|
|
659
590
|
content: '\e9b7';
|
|
660
591
|
}
|
|
661
|
-
.ev-icon-
|
|
592
|
+
.ev-icon-error:before {
|
|
662
593
|
content: '\e9b8';
|
|
663
594
|
}
|
|
664
|
-
.ev-icon-
|
|
595
|
+
.ev-icon-elapse2:before {
|
|
665
596
|
content: '\e9b9';
|
|
666
597
|
}
|
|
667
|
-
.ev-icon-
|
|
598
|
+
.ev-icon-elapse:before {
|
|
668
599
|
content: '\e9ba';
|
|
669
600
|
}
|
|
670
|
-
.ev-icon-
|
|
601
|
+
.ev-icon-edit:before {
|
|
671
602
|
content: '\e9bb';
|
|
672
603
|
}
|
|
673
|
-
.ev-icon-
|
|
604
|
+
.ev-icon-edit-code:before {
|
|
674
605
|
content: '\e9bc';
|
|
675
606
|
}
|
|
676
|
-
.ev-icon-
|
|
607
|
+
.ev-icon-download:before {
|
|
677
608
|
content: '\e9bd';
|
|
678
609
|
}
|
|
679
|
-
.ev-icon-
|
|
610
|
+
.ev-icon-double-square:before {
|
|
680
611
|
content: '\e9be';
|
|
681
612
|
}
|
|
682
|
-
.ev-icon-
|
|
613
|
+
.ev-icon-done:before {
|
|
683
614
|
content: '\e9bf';
|
|
684
615
|
}
|
|
685
|
-
.ev-icon-
|
|
616
|
+
.ev-icon-dolphin:before {
|
|
686
617
|
content: '\e9c0';
|
|
687
618
|
}
|
|
688
|
-
.ev-icon-
|
|
619
|
+
.ev-icon-document:before {
|
|
689
620
|
content: '\e9c1';
|
|
690
621
|
}
|
|
691
|
-
.ev-icon-
|
|
622
|
+
.ev-icon-document-vertically:before {
|
|
692
623
|
content: '\e9c2';
|
|
693
624
|
}
|
|
694
|
-
.ev-icon-
|
|
625
|
+
.ev-icon-document-share:before {
|
|
695
626
|
content: '\e9c3';
|
|
696
627
|
}
|
|
697
|
-
.ev-icon-
|
|
628
|
+
.ev-icon-document-search:before {
|
|
698
629
|
content: '\e9c4';
|
|
699
630
|
}
|
|
700
|
-
.ev-icon-
|
|
631
|
+
.ev-icon-document-script:before {
|
|
701
632
|
content: '\e9c5';
|
|
702
633
|
}
|
|
703
|
-
.ev-icon-
|
|
634
|
+
.ev-icon-document-move:before {
|
|
704
635
|
content: '\e9c6';
|
|
705
636
|
}
|
|
706
|
-
.ev-icon-
|
|
637
|
+
.ev-icon-document-merge:before {
|
|
707
638
|
content: '\e9c7';
|
|
708
639
|
}
|
|
709
|
-
.ev-icon-
|
|
640
|
+
.ev-icon-document-horizontally:before {
|
|
710
641
|
content: '\e9c8';
|
|
711
642
|
}
|
|
712
|
-
.ev-icon-
|
|
643
|
+
.ev-icon-document-edit:before {
|
|
713
644
|
content: '\e9c9';
|
|
714
645
|
}
|
|
715
|
-
.ev-icon-
|
|
646
|
+
.ev-icon-document-division2:before {
|
|
716
647
|
content: '\e9ca';
|
|
717
648
|
}
|
|
718
|
-
.ev-icon-
|
|
649
|
+
.ev-icon-document-division:before {
|
|
719
650
|
content: '\e9cb';
|
|
720
651
|
}
|
|
721
|
-
.ev-icon-
|
|
652
|
+
.ev-icon-document-copy2:before {
|
|
722
653
|
content: '\e9cc';
|
|
723
654
|
}
|
|
724
|
-
.ev-icon-
|
|
655
|
+
.ev-icon-document-copy:before {
|
|
725
656
|
content: '\e9cd';
|
|
726
657
|
}
|
|
727
|
-
.ev-icon-
|
|
658
|
+
.ev-icon-document-a:before {
|
|
728
659
|
content: '\e9ce';
|
|
729
660
|
}
|
|
730
|
-
.ev-icon-
|
|
661
|
+
.ev-icon-description:before {
|
|
731
662
|
content: '\e9cf';
|
|
732
663
|
}
|
|
733
|
-
.ev-icon-
|
|
664
|
+
.ev-icon-descending:before {
|
|
734
665
|
content: '\e9d0';
|
|
735
666
|
}
|
|
736
|
-
.ev-icon-
|
|
667
|
+
.ev-icon-db2:before {
|
|
737
668
|
content: '\e9d1';
|
|
738
669
|
}
|
|
739
|
-
.ev-icon-
|
|
670
|
+
.ev-icon-db:before {
|
|
740
671
|
content: '\e9d2';
|
|
741
672
|
}
|
|
742
|
-
.ev-icon-
|
|
673
|
+
.ev-icon-db-plus:before {
|
|
743
674
|
content: '\e9d3';
|
|
744
675
|
}
|
|
745
|
-
.ev-icon-
|
|
676
|
+
.ev-icon-db-minus:before {
|
|
746
677
|
content: '\e9d4';
|
|
747
678
|
}
|
|
748
|
-
.ev-icon-
|
|
679
|
+
.ev-icon-db-delete:before {
|
|
749
680
|
content: '\e9d5';
|
|
750
681
|
}
|
|
751
|
-
.ev-icon-
|
|
682
|
+
.ev-icon-Dashboard:before {
|
|
752
683
|
content: '\e9d6';
|
|
753
684
|
}
|
|
754
|
-
.ev-icon-
|
|
685
|
+
.ev-icon-cpu:before {
|
|
755
686
|
content: '\e9d7';
|
|
756
687
|
}
|
|
757
|
-
.ev-icon-
|
|
688
|
+
.ev-icon-cpu-2:before {
|
|
758
689
|
content: '\e9d8';
|
|
759
690
|
}
|
|
760
|
-
.ev-icon-
|
|
691
|
+
.ev-icon-connection:before {
|
|
761
692
|
content: '\e9d9';
|
|
762
693
|
}
|
|
763
|
-
.ev-icon-
|
|
694
|
+
.ev-icon-connection-line:before {
|
|
764
695
|
content: '\e9da';
|
|
765
696
|
}
|
|
766
|
-
.ev-icon-
|
|
697
|
+
.ev-icon-configuration:before {
|
|
767
698
|
content: '\e9db';
|
|
768
699
|
}
|
|
769
|
-
.ev-icon-
|
|
700
|
+
.ev-icon-configuration-line:before {
|
|
770
701
|
content: '\e9dc';
|
|
771
702
|
}
|
|
772
|
-
.ev-icon-
|
|
703
|
+
.ev-icon-compress2:before {
|
|
773
704
|
content: '\e9dd';
|
|
774
705
|
}
|
|
775
|
-
.ev-icon-
|
|
776
|
-
content: '\
|
|
706
|
+
.ev-icon-compress:before {
|
|
707
|
+
content: '\e9de';
|
|
777
708
|
}
|
|
778
|
-
.ev-icon-
|
|
709
|
+
.ev-icon-column:before {
|
|
779
710
|
content: '\e9df';
|
|
780
711
|
}
|
|
781
|
-
.ev-icon-
|
|
712
|
+
.ev-icon-collapse2:before {
|
|
782
713
|
content: '\e9e0';
|
|
783
714
|
}
|
|
784
|
-
.ev-icon-
|
|
715
|
+
.ev-icon-collapse:before {
|
|
785
716
|
content: '\e9e1';
|
|
786
717
|
}
|
|
787
|
-
.ev-icon-
|
|
718
|
+
.ev-icon-cluster:before {
|
|
788
719
|
content: '\e9e2';
|
|
789
720
|
}
|
|
790
|
-
.ev-icon-
|
|
721
|
+
.ev-icon-cloud_upload:before {
|
|
791
722
|
content: '\e9e3';
|
|
792
723
|
}
|
|
724
|
+
.ev-icon-close3:before {
|
|
725
|
+
content: '\e9e4';
|
|
726
|
+
}
|
|
727
|
+
.ev-icon-close2:before {
|
|
728
|
+
content: '\e9e5';
|
|
729
|
+
}
|
|
730
|
+
.ev-icon-close:before {
|
|
731
|
+
content: '\e9e6';
|
|
732
|
+
}
|
|
733
|
+
.ev-icon-circle-plus:before {
|
|
734
|
+
content: '\e9e7';
|
|
735
|
+
}
|
|
736
|
+
.ev-icon-circle-minus:before {
|
|
737
|
+
content: '\e9e8';
|
|
738
|
+
}
|
|
739
|
+
.ev-icon-circle-arrow-up:before {
|
|
740
|
+
content: '\e9e9';
|
|
741
|
+
}
|
|
742
|
+
.ev-icon-circle-arrow-right:before {
|
|
743
|
+
content: '\e9ea';
|
|
744
|
+
}
|
|
745
|
+
.ev-icon-circle-arrow-left:before {
|
|
746
|
+
content: '\e9eb';
|
|
747
|
+
}
|
|
748
|
+
.ev-icon-circle-arrow-down:before {
|
|
749
|
+
content: '\e9ec';
|
|
750
|
+
}
|
|
751
|
+
.ev-icon-check-on2:before {
|
|
752
|
+
content: '\e9ed';
|
|
753
|
+
}
|
|
754
|
+
.ev-icon-check-on:before {
|
|
755
|
+
content: '\e9ee';
|
|
756
|
+
}
|
|
757
|
+
.ev-icon-check-off2:before {
|
|
758
|
+
content: '\e9ef';
|
|
759
|
+
}
|
|
760
|
+
.ev-icon-check-off:before {
|
|
761
|
+
content: '\e9f0';
|
|
762
|
+
}
|
|
763
|
+
.ev-icon-chart-pie:before {
|
|
764
|
+
content: '\e9f1';
|
|
765
|
+
}
|
|
766
|
+
.ev-icon-chart-line:before {
|
|
767
|
+
content: '\e9f2';
|
|
768
|
+
}
|
|
769
|
+
.ev-icon-chart-line-plus:before {
|
|
770
|
+
content: '\e9f3';
|
|
771
|
+
}
|
|
772
|
+
.ev-icon-chart-line-minus:before {
|
|
773
|
+
content: '\e9f4';
|
|
774
|
+
}
|
|
775
|
+
.ev-icon-chart-bar:before {
|
|
776
|
+
content: '\e9f5';
|
|
777
|
+
}
|
|
778
|
+
.ev-icon-change:before {
|
|
779
|
+
content: '\e9f6';
|
|
780
|
+
}
|
|
781
|
+
.ev-icon-calendar2:before {
|
|
782
|
+
content: '\e9f7';
|
|
783
|
+
}
|
|
784
|
+
.ev-icon-calendar:before {
|
|
785
|
+
content: '\e9f8';
|
|
786
|
+
}
|
|
787
|
+
.ev-icon-calendar-two:before {
|
|
788
|
+
content: '\e9f9';
|
|
789
|
+
}
|
|
790
|
+
.ev-icon-calendar-plus:before {
|
|
791
|
+
content: '\e9fa';
|
|
792
|
+
}
|
|
793
|
+
.ev-icon-calendar-one:before {
|
|
794
|
+
content: '\e9fb';
|
|
795
|
+
}
|
|
796
|
+
.ev-icon-calendar-minus:before {
|
|
797
|
+
content: '\e9fc';
|
|
798
|
+
}
|
|
799
|
+
.ev-icon-briefcase:before {
|
|
800
|
+
content: '\e9fd';
|
|
801
|
+
}
|
|
802
|
+
.ev-icon-binder:before {
|
|
803
|
+
content: '\e9fe';
|
|
804
|
+
}
|
|
805
|
+
.ev-icon-binary:before {
|
|
806
|
+
content: '\e9ff';
|
|
807
|
+
}
|
|
808
|
+
.ev-icon-bell2:before {
|
|
809
|
+
content: '\ea00';
|
|
810
|
+
}
|
|
811
|
+
.ev-icon-bell:before {
|
|
812
|
+
content: '\ea01';
|
|
813
|
+
}
|
|
814
|
+
.ev-icon-bell-warning:before {
|
|
815
|
+
content: '\ea02';
|
|
816
|
+
}
|
|
817
|
+
.ev-icon-bell-line:before {
|
|
818
|
+
content: '\ea03';
|
|
819
|
+
}
|
|
820
|
+
.ev-icon-avatar2:before {
|
|
821
|
+
content: '\ea04';
|
|
822
|
+
}
|
|
823
|
+
.ev-icon-avatar:before {
|
|
824
|
+
content: '\ea05';
|
|
825
|
+
}
|
|
826
|
+
.ev-icon-ascending:before {
|
|
827
|
+
content: '\ea06';
|
|
828
|
+
}
|
|
829
|
+
.ev-icon-arrow-up:before {
|
|
830
|
+
content: '\ea07';
|
|
831
|
+
}
|
|
832
|
+
.ev-icon-arrow-right2:before {
|
|
833
|
+
content: '\ea08';
|
|
834
|
+
}
|
|
835
|
+
.ev-icon-arrow-right:before {
|
|
836
|
+
content: '\ea09';
|
|
837
|
+
}
|
|
838
|
+
.ev-icon-arrow-left2:before {
|
|
839
|
+
content: '\ea0a';
|
|
840
|
+
}
|
|
841
|
+
.ev-icon-arrow-left:before {
|
|
842
|
+
content: '\ea0b';
|
|
843
|
+
}
|
|
844
|
+
.ev-icon-arrow-down2:before {
|
|
845
|
+
content: '\ea0c';
|
|
846
|
+
}
|
|
847
|
+
.ev-icon-arrow-down:before {
|
|
848
|
+
content: '\ea0d';
|
|
849
|
+
}
|
|
850
|
+
.ev-icon-arrow-check:before {
|
|
851
|
+
content: '\ea0e';
|
|
852
|
+
}
|
|
853
|
+
.ev-icon-allow2-up:before {
|
|
854
|
+
content: '\ea0f';
|
|
855
|
+
}
|
|
856
|
+
.ev-icon-allow2-right2:before {
|
|
857
|
+
content: '\ea10';
|
|
858
|
+
}
|
|
859
|
+
.ev-icon-allow2-right:before {
|
|
860
|
+
content: '\ea11';
|
|
861
|
+
}
|
|
862
|
+
.ev-icon-allow2-left2:before {
|
|
863
|
+
content: '\ea12';
|
|
864
|
+
}
|
|
865
|
+
.ev-icon-allow2-left:before {
|
|
866
|
+
content: '\ea13';
|
|
867
|
+
}
|
|
868
|
+
.ev-icon-allow2-down:before {
|
|
869
|
+
content: '\ea14';
|
|
870
|
+
}
|
|
871
|
+
.ev-icon-all-check:before {
|
|
872
|
+
content: '\ea15';
|
|
873
|
+
}
|
|
874
|
+
.ev-icon-alert4:before {
|
|
875
|
+
content: '\ea16';
|
|
876
|
+
}
|
|
877
|
+
.ev-icon-alert3:before {
|
|
878
|
+
content: '\ea17';
|
|
879
|
+
}
|
|
880
|
+
.ev-icon-add:before {
|
|
881
|
+
content: '\ea18';
|
|
882
|
+
}
|
|
883
|
+
.ev-icon-add-box:before {
|
|
884
|
+
content: '\ea19';
|
|
885
|
+
}
|
|
886
|
+
.ev-icon-active:before {
|
|
887
|
+
content: '\ea1a';
|
|
888
|
+
}
|