@covalent/icons 8.15.0 → 8.16.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 +82 -6
- package/covalent-icons.css +249 -21
- package/covalent-icons.scss +413 -33
- package/covalent-icons.svg +213 -61
- 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?ghk5lw')
|
|
6
6
|
format('truetype'),
|
|
7
|
-
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?
|
|
7
|
+
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?ghk5lw')
|
|
8
8
|
format('woff'),
|
|
9
|
-
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?
|
|
9
|
+
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?ghk5lw##{$icomoon-font-family}')
|
|
10
10
|
format('svg');
|
|
11
11
|
font-weight: normal;
|
|
12
12
|
font-style: normal;
|
|
@@ -48,6 +48,416 @@
|
|
|
48
48
|
-moz-osx-font-smoothing: grayscale;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
+
.cov-disconnect_outlined {
|
|
52
|
+
&:before {
|
|
53
|
+
content: $cov-disconnect_outlined;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
.cov-product_consumption_outlined {
|
|
57
|
+
&:before {
|
|
58
|
+
content: $cov-product_consumption_outlined;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
.cov-product_consumption {
|
|
62
|
+
&:before {
|
|
63
|
+
content: $cov-product_consumption;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
.cov-advanced_sql_outlined {
|
|
67
|
+
&:before {
|
|
68
|
+
content: $cov-advanced_sql_outlined;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
.cov-alias_arrow_outlined {
|
|
72
|
+
&:before {
|
|
73
|
+
content: $cov-alias_arrow_outlined;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
.cov-api_outlined {
|
|
77
|
+
&:before {
|
|
78
|
+
content: $cov-api_outlined;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
.cov-application_outlined {
|
|
82
|
+
&:before {
|
|
83
|
+
content: $cov-application_outlined;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
.cov-auto_refresh_off_outlined {
|
|
87
|
+
&:before {
|
|
88
|
+
content: $cov-auto_refresh_off_outlined;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
.cov-auto_refresh_off {
|
|
92
|
+
&:before {
|
|
93
|
+
content: $cov-auto_refresh_off;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
.cov-auto_refresh_on_outlined {
|
|
97
|
+
&:before {
|
|
98
|
+
content: $cov-auto_refresh_on_outlined;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
.cov-auto_refresh_on {
|
|
102
|
+
&:before {
|
|
103
|
+
content: $cov-auto_refresh_on;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
.cov-autorefresh_pause_outlined {
|
|
107
|
+
&:before {
|
|
108
|
+
content: $cov-autorefresh_pause_outlined;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
.cov-autorefresh_pause {
|
|
112
|
+
&:before {
|
|
113
|
+
content: $cov-autorefresh_pause;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
.cov-autorenew_off_outlined {
|
|
117
|
+
&:before {
|
|
118
|
+
content: $cov-autorenew_off_outlined;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
.cov-autorenew_off {
|
|
122
|
+
&:before {
|
|
123
|
+
content: $cov-autorenew_off;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
.cov-autorenew_on_outlined {
|
|
127
|
+
&:before {
|
|
128
|
+
content: $cov-autorenew_on_outlined;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
.cov-autorenew_on {
|
|
132
|
+
&:before {
|
|
133
|
+
content: $cov-autorenew_on;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
.cov-branch_outlined {
|
|
137
|
+
&:before {
|
|
138
|
+
content: $cov-branch_outlined;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
.cov-branch {
|
|
142
|
+
&:before {
|
|
143
|
+
content: $cov-branch;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
.cov-bucket_outlined {
|
|
147
|
+
&:before {
|
|
148
|
+
content: $cov-bucket_outlined;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
.cov-code_deployed_outlined {
|
|
152
|
+
&:before {
|
|
153
|
+
content: $cov-code_deployed_outlined;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
.cov-code_deployed_retired_outlined {
|
|
157
|
+
&:before {
|
|
158
|
+
content: $cov-code_deployed_retired_outlined;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
.cov-code_deployed_retired {
|
|
162
|
+
&:before {
|
|
163
|
+
content: $cov-code_deployed_retired;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
.cov-code_deployed {
|
|
167
|
+
&:before {
|
|
168
|
+
content: $cov-code_deployed;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
.cov-code_fork_outlined {
|
|
172
|
+
&:before {
|
|
173
|
+
content: $cov-code_fork_outlined;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
.cov-code_fork {
|
|
177
|
+
&:before {
|
|
178
|
+
content: $cov-code_fork;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
.cov-column_outlined {
|
|
182
|
+
&:before {
|
|
183
|
+
content: $cov-column_outlined;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
.cov-connected_identity_outlined {
|
|
187
|
+
&:before {
|
|
188
|
+
content: $cov-connected_identity_outlined;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
.cov-created_document_outlined {
|
|
192
|
+
&:before {
|
|
193
|
+
content: $cov-created_document_outlined;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
.cov-created_document {
|
|
197
|
+
&:before {
|
|
198
|
+
content: $cov-created_document;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
.cov-data_preparation_outlined {
|
|
202
|
+
&:before {
|
|
203
|
+
content: $cov-data_preparation_outlined;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
.cov-data_protection_outlined {
|
|
207
|
+
&:before {
|
|
208
|
+
content: $cov-data_protection_outlined;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
.cov-data_protection {
|
|
212
|
+
&:before {
|
|
213
|
+
content: $cov-data_protection;
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
.cov-data_sharing_outlined {
|
|
217
|
+
&:before {
|
|
218
|
+
content: $cov-data_sharing_outlined;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
.cov-data_sharing {
|
|
222
|
+
&:before {
|
|
223
|
+
content: $cov-data_sharing;
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
.cov-data_source_outlined {
|
|
227
|
+
&:before {
|
|
228
|
+
content: $cov-data_source_outlined;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
.cov-data_transformation_services_outlined {
|
|
232
|
+
&:before {
|
|
233
|
+
content: $cov-data_transformation_services_outlined;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
.cov-data_transformation_services {
|
|
237
|
+
&:before {
|
|
238
|
+
content: $cov-data_transformation_services;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
.cov-engine_outlined {
|
|
242
|
+
&:before {
|
|
243
|
+
content: $cov-engine_outlined;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
.cov-engine_sql_outlined {
|
|
247
|
+
&:before {
|
|
248
|
+
content: $cov-engine_sql_outlined;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
.cov-engine_sql {
|
|
252
|
+
&:before {
|
|
253
|
+
content: $cov-engine_sql;
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
.cov-filter_clear_outlined {
|
|
257
|
+
&:before {
|
|
258
|
+
content: $cov-filter_clear_outlined;
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
.cov-filter_clear {
|
|
262
|
+
&:before {
|
|
263
|
+
content: $cov-filter_clear;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
.cov-formula_outlined {
|
|
267
|
+
&:before {
|
|
268
|
+
content: $cov-formula_outlined;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
.cov-lab_outlined {
|
|
272
|
+
&:before {
|
|
273
|
+
content: $cov-lab_outlined;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
.cov-managed_services_outlined {
|
|
277
|
+
&:before {
|
|
278
|
+
content: $cov-managed_services_outlined;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
.cov-managed_services {
|
|
282
|
+
&:before {
|
|
283
|
+
content: $cov-managed_services;
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
.cov-merge_outlined {
|
|
287
|
+
&:before {
|
|
288
|
+
content: $cov-merge_outlined;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
.cov-merge {
|
|
292
|
+
&:before {
|
|
293
|
+
content: $cov-merge;
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
.cov-no_results_outlined {
|
|
297
|
+
&:before {
|
|
298
|
+
content: $cov-no_results_outlined;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
.cov-node_notification_outlined {
|
|
302
|
+
&:before {
|
|
303
|
+
content: $cov-node_notification_outlined;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
.cov-nos_outlined {
|
|
307
|
+
&:before {
|
|
308
|
+
content: $cov-nos_outlined;
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
.cov-nos {
|
|
312
|
+
&:before {
|
|
313
|
+
content: $cov-nos;
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
.cov-object_browser_view_outlined {
|
|
317
|
+
&:before {
|
|
318
|
+
content: $cov-object_browser_view_outlined;
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
.cov-object_browser_view {
|
|
322
|
+
&:before {
|
|
323
|
+
content: $cov-object_browser_view;
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
.cov-object_storage_outlined {
|
|
327
|
+
&:before {
|
|
328
|
+
content: $cov-object_storage_outlined;
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
.cov-operations_outlined {
|
|
332
|
+
&:before {
|
|
333
|
+
content: $cov-operations_outlined;
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
.cov-pin_outlined {
|
|
337
|
+
&:before {
|
|
338
|
+
content: $cov-pin_outlined;
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
.cov-pinned {
|
|
342
|
+
&:before {
|
|
343
|
+
content: $cov-pinned;
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
.cov-placeholder_outlined {
|
|
347
|
+
&:before {
|
|
348
|
+
content: $cov-placeholder_outlined;
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
.cov-placeholder {
|
|
352
|
+
&:before {
|
|
353
|
+
content: $cov-placeholder;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
.cov-product_reports_outlined {
|
|
357
|
+
&:before {
|
|
358
|
+
content: $cov-product_reports_outlined;
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
.cov-product_reports {
|
|
362
|
+
&:before {
|
|
363
|
+
content: $cov-product_reports;
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
.cov-professional_services_outlined {
|
|
367
|
+
&:before {
|
|
368
|
+
content: $cov-professional_services_outlined;
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
.cov-professional_services {
|
|
372
|
+
&:before {
|
|
373
|
+
content: $cov-professional_services;
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
.cov-report_outlined {
|
|
377
|
+
&:before {
|
|
378
|
+
content: $cov-report_outlined;
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
.cov-report {
|
|
382
|
+
&:before {
|
|
383
|
+
content: $cov-report;
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
.cov-row_outlined {
|
|
387
|
+
&:before {
|
|
388
|
+
content: $cov-row_outlined;
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
.cov-row {
|
|
392
|
+
&:before {
|
|
393
|
+
content: $cov-row;
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
.cov-rules_insert_outlined {
|
|
397
|
+
&:before {
|
|
398
|
+
content: $cov-rules_insert_outlined;
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
.cov-rules_outlined {
|
|
402
|
+
&:before {
|
|
403
|
+
content: $cov-rules_outlined;
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
.cov-rules_select_outlined {
|
|
407
|
+
&:before {
|
|
408
|
+
content: $cov-rules_select_outlined;
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
.cov-segmentation_outlined {
|
|
412
|
+
&:before {
|
|
413
|
+
content: $cov-segmentation_outlined;
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
.cov-sftp_outlined {
|
|
417
|
+
&:before {
|
|
418
|
+
content: $cov-sftp_outlined;
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
.cov-system_outlined {
|
|
422
|
+
&:before {
|
|
423
|
+
content: $cov-system_outlined;
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
.cov-system {
|
|
427
|
+
&:before {
|
|
428
|
+
content: $cov-system;
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
.cov-table_synced_outlined {
|
|
432
|
+
&:before {
|
|
433
|
+
content: $cov-table_synced_outlined;
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
.cov-teradata_nobackground_outlined {
|
|
437
|
+
&:before {
|
|
438
|
+
content: $cov-teradata_nobackground_outlined;
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
.cov-variable_outlined {
|
|
442
|
+
&:before {
|
|
443
|
+
content: $cov-variable_outlined;
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
.cov-wand_outlined {
|
|
447
|
+
&:before {
|
|
448
|
+
content: $cov-wand_outlined;
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
.cov-workflow_outlined {
|
|
452
|
+
&:before {
|
|
453
|
+
content: $cov-workflow_outlined;
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
.cov-data_management_outlined {
|
|
457
|
+
&:before {
|
|
458
|
+
content: $cov-data_management_outlined;
|
|
459
|
+
}
|
|
460
|
+
}
|
|
51
461
|
.cov-attribution_outlined {
|
|
52
462
|
&:before {
|
|
53
463
|
content: $cov-attribution_outlined;
|
|
@@ -578,16 +988,6 @@
|
|
|
578
988
|
content: $cov-state_changed_outlined;
|
|
579
989
|
}
|
|
580
990
|
}
|
|
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
991
|
.cov-state_changed {
|
|
592
992
|
&:before {
|
|
593
993
|
content: $cov-state_changed;
|
|
@@ -613,16 +1013,6 @@
|
|
|
613
1013
|
content: $cov-state_paused;
|
|
614
1014
|
}
|
|
615
1015
|
}
|
|
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
1016
|
.cov-state_positive_outlined {
|
|
627
1017
|
&:before {
|
|
628
1018
|
content: $cov-state_positive_outlined;
|
|
@@ -633,16 +1023,6 @@
|
|
|
633
1023
|
content: $cov-state_positive;
|
|
634
1024
|
}
|
|
635
1025
|
}
|
|
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
1026
|
.cov-table_changed_outlined {
|
|
647
1027
|
&:before {
|
|
648
1028
|
content: $cov-table_changed_outlined;
|