@covalent/icons 8.14.0 → 8.15.0-beta.1
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/covalent-icons-variables.scss +132 -0
- package/covalent-icons.css +399 -3
- package/covalent-icons.scss +663 -3
- package/covalent-icons.svg +372 -108
- package/covalent-icons.ttf +0 -0
- package/covalent-icons.woff +0 -0
- package/package.json +1 -1
package/covalent-icons.scss
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
@font-face {
|
|
4
4
|
font-family: '#{$icomoon-font-family}';
|
|
5
|
-
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?
|
|
5
|
+
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?4u71px')
|
|
6
6
|
format('truetype'),
|
|
7
|
-
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?
|
|
7
|
+
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?4u71px')
|
|
8
8
|
format('woff'),
|
|
9
|
-
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?
|
|
9
|
+
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?4u71px##{$icomoon-font-family}')
|
|
10
10
|
format('svg');
|
|
11
11
|
font-weight: normal;
|
|
12
12
|
font-style: normal;
|
|
@@ -48,6 +48,666 @@
|
|
|
48
48
|
-moz-osx-font-smoothing: grayscale;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
+
.cov-attribution_outlined {
|
|
52
|
+
&:before {
|
|
53
|
+
content: $cov-attribution_outlined;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
.cov-attribution {
|
|
57
|
+
&:before {
|
|
58
|
+
content: $cov-attribution;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
.cov-cluster_analysis_outlined {
|
|
62
|
+
&:before {
|
|
63
|
+
content: $cov-cluster_analysis_outlined;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
.cov-compute_cluster_group_outlined {
|
|
67
|
+
&:before {
|
|
68
|
+
content: $cov-compute_cluster_group_outlined;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
.cov-compute_cluster_outlined {
|
|
72
|
+
&:before {
|
|
73
|
+
content: $cov-compute_cluster_outlined;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
.cov-compute_groups_outlined {
|
|
77
|
+
&:before {
|
|
78
|
+
content: $cov-compute_groups_outlined;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
.cov-compute_groups {
|
|
82
|
+
&:before {
|
|
83
|
+
content: $cov-compute_groups;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
.cov-compute_profile_outlined {
|
|
87
|
+
&:before {
|
|
88
|
+
content: $cov-compute_profile_outlined;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
.cov-compute_profile {
|
|
92
|
+
&:before {
|
|
93
|
+
content: $cov-compute_profile;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
.cov-data_source_type_amazon_outlined {
|
|
97
|
+
&:before {
|
|
98
|
+
content: $cov-data_source_type_amazon_outlined;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
.cov-data_source_type_amazon {
|
|
102
|
+
&:before {
|
|
103
|
+
content: $cov-data_source_type_amazon;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
.cov-data_source_type_azure_outlined {
|
|
107
|
+
&:before {
|
|
108
|
+
content: $cov-data_source_type_azure_outlined;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
.cov-data_source_type_azure {
|
|
112
|
+
&:before {
|
|
113
|
+
content: $cov-data_source_type_azure;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
.cov-data_source_type_cloudera_outlined {
|
|
117
|
+
&:before {
|
|
118
|
+
content: $cov-data_source_type_cloudera_outlined;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
.cov-data_source_type_cloudera {
|
|
122
|
+
&:before {
|
|
123
|
+
content: $cov-data_source_type_cloudera;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
.cov-data_source_type_hdinsight_outlined {
|
|
127
|
+
&:before {
|
|
128
|
+
content: $cov-data_source_type_hdinsight_outlined;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
.cov-data_source_type_hdinsight {
|
|
132
|
+
&:before {
|
|
133
|
+
content: $cov-data_source_type_hdinsight;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
.cov-data_source_type_microsoft_outlined {
|
|
137
|
+
&:before {
|
|
138
|
+
content: $cov-data_source_type_microsoft_outlined;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
.cov-data_source_type_microsoft {
|
|
142
|
+
&:before {
|
|
143
|
+
content: $cov-data_source_type_microsoft;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
.cov-data_source_type_teradata_outlined {
|
|
147
|
+
&:before {
|
|
148
|
+
content: $cov-data_source_type_teradata_outlined;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
.cov-data_source_type_teradata {
|
|
152
|
+
&:before {
|
|
153
|
+
content: $cov-data_source_type_teradata;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
.cov-database_changed_outlined {
|
|
157
|
+
&:before {
|
|
158
|
+
content: $cov-database_changed_outlined;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
.cov-database_edit_outlined {
|
|
162
|
+
&:before {
|
|
163
|
+
content: $cov-database_edit_outlined;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
.cov-database_foreign_outlined {
|
|
167
|
+
&:before {
|
|
168
|
+
content: $cov-database_foreign_outlined;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
.cov-database_lab_outlined {
|
|
172
|
+
&:before {
|
|
173
|
+
content: $cov-database_lab_outlined;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
.cov-database_none_outlined {
|
|
177
|
+
&:before {
|
|
178
|
+
content: $cov-database_none_outlined;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
.cov-database_none {
|
|
182
|
+
&:before {
|
|
183
|
+
content: $cov-database_none;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
.cov-database_outlined {
|
|
187
|
+
&:before {
|
|
188
|
+
content: $cov-database_outlined;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
.cov-database_search_outlined {
|
|
192
|
+
&:before {
|
|
193
|
+
content: $cov-database_search_outlined;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
.cov-database_synced_outlined {
|
|
197
|
+
&:before {
|
|
198
|
+
content: $cov-database_synced_outlined;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
.cov-database_unreachable_outlined {
|
|
202
|
+
&:before {
|
|
203
|
+
content: $cov-database_unreachable_outlined;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
.cov-database_unreachable {
|
|
207
|
+
&:before {
|
|
208
|
+
content: $cov-database_unreachable;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
.cov-dock_right_outlined {
|
|
212
|
+
&:before {
|
|
213
|
+
content: $cov-dock_right_outlined;
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
.cov-file_changed_outlined {
|
|
217
|
+
&:before {
|
|
218
|
+
content: $cov-file_changed_outlined;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
.cov-file_edit_outlined {
|
|
222
|
+
&:before {
|
|
223
|
+
content: $cov-file_edit_outlined;
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
.cov-file_foreign_outlined {
|
|
227
|
+
&:before {
|
|
228
|
+
content: $cov-file_foreign_outlined;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
.cov-file_lab_outlined {
|
|
232
|
+
&:before {
|
|
233
|
+
content: $cov-file_lab_outlined;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
.cov-file_outlined {
|
|
237
|
+
&:before {
|
|
238
|
+
content: $cov-file_outlined;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
.cov-file_search_outlined {
|
|
242
|
+
&:before {
|
|
243
|
+
content: $cov-file_search_outlined;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
.cov-file_synced_outlined {
|
|
247
|
+
&:before {
|
|
248
|
+
content: $cov-file_synced_outlined;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
.cov-machine_learning_outlined {
|
|
252
|
+
&:before {
|
|
253
|
+
content: $cov-machine_learning_outlined;
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
.cov-model_configuration_outlined {
|
|
257
|
+
&:before {
|
|
258
|
+
content: $cov-model_configuration_outlined;
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
.cov-model_outlined {
|
|
262
|
+
&:before {
|
|
263
|
+
content: $cov-model_outlined;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
.cov-operators_add_outlined {
|
|
267
|
+
&:before {
|
|
268
|
+
content: $cov-operators_add_outlined;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
.cov-operators_add {
|
|
272
|
+
&:before {
|
|
273
|
+
content: $cov-operators_add;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
.cov-operators_between_outlined {
|
|
277
|
+
&:before {
|
|
278
|
+
content: $cov-operators_between_outlined;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
.cov-operators_between {
|
|
282
|
+
&:before {
|
|
283
|
+
content: $cov-operators_between;
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
.cov-operators_divide_outlined {
|
|
287
|
+
&:before {
|
|
288
|
+
content: $cov-operators_divide_outlined;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
.cov-operators_equals_outlined {
|
|
292
|
+
&:before {
|
|
293
|
+
content: $cov-operators_equals_outlined;
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
.cov-operators_greater_than_or_equal_outlined {
|
|
297
|
+
&:before {
|
|
298
|
+
content: $cov-operators_greater_than_or_equal_outlined;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
.cov-operators_greater_than_outlined {
|
|
302
|
+
&:before {
|
|
303
|
+
content: $cov-operators_greater_than_outlined;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
.cov-operators_less_than_or_equal_outlined {
|
|
307
|
+
&:before {
|
|
308
|
+
content: $cov-operators_less_than_or_equal_outlined;
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
.cov-operators_less_than_outlined {
|
|
312
|
+
&:before {
|
|
313
|
+
content: $cov-operators_less_than_outlined;
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
.cov-operators_multiply_outlined {
|
|
317
|
+
&:before {
|
|
318
|
+
content: $cov-operators_multiply_outlined;
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
.cov-operators_not_equal_outlined {
|
|
322
|
+
&:before {
|
|
323
|
+
content: $cov-operators_not_equal_outlined;
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
.cov-operators_parentheses_outlined {
|
|
327
|
+
&:before {
|
|
328
|
+
content: $cov-operators_parentheses_outlined;
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
.cov-operators_parenthesis_left_outlined {
|
|
332
|
+
&:before {
|
|
333
|
+
content: $cov-operators_parenthesis_left_outlined;
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
.cov-operators_parenthesis_right_outlined {
|
|
337
|
+
&:before {
|
|
338
|
+
content: $cov-operators_parenthesis_right_outlined;
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
.cov-operators_subtract_outlined {
|
|
342
|
+
&:before {
|
|
343
|
+
content: $cov-operators_subtract_outlined;
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
.cov-primary_cluster_outlined {
|
|
347
|
+
&:before {
|
|
348
|
+
content: $cov-primary_cluster_outlined;
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
.cov-product_analyst_outlined {
|
|
352
|
+
&:before {
|
|
353
|
+
content: $cov-product_analyst_outlined;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
.cov-product_appcenter_outlined {
|
|
357
|
+
&:before {
|
|
358
|
+
content: $cov-product_appcenter_outlined;
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
.cov-product_appcenter {
|
|
362
|
+
&:before {
|
|
363
|
+
content: $cov-product_appcenter;
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
.cov-product_console_outlined {
|
|
367
|
+
&:before {
|
|
368
|
+
content: $cov-product_console_outlined;
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
.cov-product_cx_outlined {
|
|
372
|
+
&:before {
|
|
373
|
+
content: $cov-product_cx_outlined;
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
.cov-product_cx {
|
|
377
|
+
&:before {
|
|
378
|
+
content: $cov-product_cx;
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
.cov-product_editor_outlined {
|
|
382
|
+
&:before {
|
|
383
|
+
content: $cov-product_editor_outlined;
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
.cov-product_jupyterhub_outlined {
|
|
387
|
+
&:before {
|
|
388
|
+
content: $cov-product_jupyterhub_outlined;
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
.cov-product_jupyterhub {
|
|
392
|
+
&:before {
|
|
393
|
+
content: $cov-product_jupyterhub;
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
.cov-product_modelops_outlined {
|
|
397
|
+
&:before {
|
|
398
|
+
content: $cov-product_modelops_outlined;
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
.cov-product_modelops {
|
|
402
|
+
&:before {
|
|
403
|
+
content: $cov-product_modelops;
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
.cov-product_outbound_campaign_manager_outlined {
|
|
407
|
+
&:before {
|
|
408
|
+
content: $cov-product_outbound_campaign_manager_outlined;
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
.cov-product_outbound_campaign_manager {
|
|
412
|
+
&:before {
|
|
413
|
+
content: $cov-product_outbound_campaign_manager;
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
.cov-product_querygrid_outlined {
|
|
417
|
+
&:before {
|
|
418
|
+
content: $cov-product_querygrid_outlined;
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
.cov-product_querygrid {
|
|
422
|
+
&:before {
|
|
423
|
+
content: $cov-product_querygrid;
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
.cov-product_streams_outlined {
|
|
427
|
+
&:before {
|
|
428
|
+
content: $cov-product_streams_outlined;
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
.cov-product_streams {
|
|
432
|
+
&:before {
|
|
433
|
+
content: $cov-product_streams;
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
.cov-product_vantage_outlined {
|
|
437
|
+
&:before {
|
|
438
|
+
content: $cov-product_vantage_outlined;
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
.cov-product_vantage {
|
|
442
|
+
&:before {
|
|
443
|
+
content: $cov-product_vantage;
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
.cov-product_viewpoint_outlined {
|
|
447
|
+
&:before {
|
|
448
|
+
content: $cov-product_viewpoint_outlined;
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
.cov-product_viewpoint {
|
|
452
|
+
&:before {
|
|
453
|
+
content: $cov-product_viewpoint;
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
.cov-resize_northeast_outlined {
|
|
457
|
+
&:before {
|
|
458
|
+
content: $cov-resize_northeast_outlined;
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
.cov-resize_northwest_outlined {
|
|
462
|
+
&:before {
|
|
463
|
+
content: $cov-resize_northwest_outlined;
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
.cov-resize_southeast_outlined {
|
|
467
|
+
&:before {
|
|
468
|
+
content: $cov-resize_southeast_outlined;
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
.cov-resize_southwest_outlined {
|
|
472
|
+
&:before {
|
|
473
|
+
content: $cov-resize_southwest_outlined;
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
.cov-sankey_outlined {
|
|
477
|
+
&:before {
|
|
478
|
+
content: $cov-sankey_outlined;
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
.cov-sankey {
|
|
482
|
+
&:before {
|
|
483
|
+
content: $cov-sankey;
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
.cov-script_management_outlined {
|
|
487
|
+
&:before {
|
|
488
|
+
content: $cov-script_management_outlined;
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
.cov-script_management {
|
|
492
|
+
&:before {
|
|
493
|
+
content: $cov-script_management;
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
.cov-script_outlined {
|
|
497
|
+
&:before {
|
|
498
|
+
content: $cov-script_outlined;
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
.cov-script_sql_outlined {
|
|
502
|
+
&:before {
|
|
503
|
+
content: $cov-script_sql_outlined;
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
.cov-script_stored_procedure_outlined {
|
|
507
|
+
&:before {
|
|
508
|
+
content: $cov-script_stored_procedure_outlined;
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
.cov-server_changed_outlined {
|
|
512
|
+
&:before {
|
|
513
|
+
content: $cov-server_changed_outlined;
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
.cov-server_edit_outlined {
|
|
517
|
+
&:before {
|
|
518
|
+
content: $cov-server_edit_outlined;
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
.cov-server_foreign_outlined {
|
|
522
|
+
&:before {
|
|
523
|
+
content: $cov-server_foreign_outlined;
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
.cov-server_lab_outlined {
|
|
527
|
+
&:before {
|
|
528
|
+
content: $cov-server_lab_outlined;
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
.cov-server_outlined {
|
|
532
|
+
&:before {
|
|
533
|
+
content: $cov-server_outlined;
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
.cov-server_search_outlined {
|
|
537
|
+
&:before {
|
|
538
|
+
content: $cov-server_search_outlined;
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
.cov-server_synced_outlined {
|
|
542
|
+
&:before {
|
|
543
|
+
content: $cov-server_synced_outlined;
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
.cov-server_workspace_outlined {
|
|
547
|
+
&:before {
|
|
548
|
+
content: $cov-server_workspace_outlined;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
.cov-server_workspace {
|
|
552
|
+
&:before {
|
|
553
|
+
content: $cov-server_workspace;
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
.cov-state_cancelled_outlined {
|
|
557
|
+
&:before {
|
|
558
|
+
content: $cov-state_cancelled_outlined;
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
.cov-state_cancelled {
|
|
562
|
+
&:before {
|
|
563
|
+
content: $cov-state_cancelled;
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
.cov-state_caution_outlined {
|
|
567
|
+
&:before {
|
|
568
|
+
content: $cov-state_caution_outlined;
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
.cov-state_caution {
|
|
572
|
+
&:before {
|
|
573
|
+
content: $cov-state_caution;
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
.cov-state_changed_outlined {
|
|
577
|
+
&:before {
|
|
578
|
+
content: $cov-state_changed_outlined;
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
.cov-state_changed_running_outlined {
|
|
582
|
+
&:before {
|
|
583
|
+
content: $cov-state_changed_running_outlined;
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
.cov-state_changed_running {
|
|
587
|
+
&:before {
|
|
588
|
+
content: $cov-state_changed_running;
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
.cov-state_changed {
|
|
592
|
+
&:before {
|
|
593
|
+
content: $cov-state_changed;
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
.cov-state_negative_outlined {
|
|
597
|
+
&:before {
|
|
598
|
+
content: $cov-state_negative_outlined;
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
.cov-state_negative {
|
|
602
|
+
&:before {
|
|
603
|
+
content: $cov-state_negative;
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
.cov-state_paused_outlined {
|
|
607
|
+
&:before {
|
|
608
|
+
content: $cov-state_paused_outlined;
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
.cov-state_paused {
|
|
612
|
+
&:before {
|
|
613
|
+
content: $cov-state_paused;
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
.cov-state_pending_outlined {
|
|
617
|
+
&:before {
|
|
618
|
+
content: $cov-state_pending_outlined;
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
.cov-state_pending {
|
|
622
|
+
&:before {
|
|
623
|
+
content: $cov-state_pending;
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
.cov-state_positive_outlined {
|
|
627
|
+
&:before {
|
|
628
|
+
content: $cov-state_positive_outlined;
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
.cov-state_positive {
|
|
632
|
+
&:before {
|
|
633
|
+
content: $cov-state_positive;
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
.cov-state_running_outlined {
|
|
637
|
+
&:before {
|
|
638
|
+
content: $cov-state_running_outlined;
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
.cov-state_running {
|
|
642
|
+
&:before {
|
|
643
|
+
content: $cov-state_running;
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
.cov-table_changed_outlined {
|
|
647
|
+
&:before {
|
|
648
|
+
content: $cov-table_changed_outlined;
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
.cov-table_edit_outlined {
|
|
652
|
+
&:before {
|
|
653
|
+
content: $cov-table_edit_outlined;
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
.cov-table_foreign_outlined {
|
|
657
|
+
&:before {
|
|
658
|
+
content: $cov-table_foreign_outlined;
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
.cov-table_lab_outlined {
|
|
662
|
+
&:before {
|
|
663
|
+
content: $cov-table_lab_outlined;
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
.cov-table_outlined {
|
|
667
|
+
&:before {
|
|
668
|
+
content: $cov-table_outlined;
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
.cov-table_search_outlined {
|
|
672
|
+
&:before {
|
|
673
|
+
content: $cov-table_search_outlined;
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
.cov-table_synced-copy_outlined {
|
|
677
|
+
&:before {
|
|
678
|
+
content: $cov-table_synced-copy_outlined;
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
.cov-teradata_nobackground {
|
|
682
|
+
&:before {
|
|
683
|
+
content: $cov-teradata_nobackground;
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
.cov-teradata_outlined {
|
|
687
|
+
&:before {
|
|
688
|
+
content: $cov-teradata_outlined;
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
.cov-text_analysis_outlined {
|
|
692
|
+
&:before {
|
|
693
|
+
content: $cov-text_analysis_outlined;
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
.cov-undock_outlined {
|
|
697
|
+
&:before {
|
|
698
|
+
content: $cov-undock_outlined;
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
.cov-user_defined_function {
|
|
702
|
+
&:before {
|
|
703
|
+
content: $cov-user_defined_function;
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
.cov-user_defined_function_outlined {
|
|
707
|
+
&:before {
|
|
708
|
+
content: $cov-user_defined_function_outlined;
|
|
709
|
+
}
|
|
710
|
+
}
|
|
51
711
|
.cov-advanced_sql {
|
|
52
712
|
&:before {
|
|
53
713
|
content: $cov-advanced_sql;
|