@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
|
@@ -1,6 +1,138 @@
|
|
|
1
1
|
$icomoon-font-family: 'covalent-icons' !default;
|
|
2
2
|
$icomoon-font-path: '.' !default;
|
|
3
3
|
|
|
4
|
+
$cov-attribution_outlined: unquote('"\\e96f"');
|
|
5
|
+
$cov-attribution: unquote('"\\e970"');
|
|
6
|
+
$cov-cluster_analysis_outlined: unquote('"\\e971"');
|
|
7
|
+
$cov-compute_cluster_group_outlined: unquote('"\\e972"');
|
|
8
|
+
$cov-compute_cluster_outlined: unquote('"\\e973"');
|
|
9
|
+
$cov-compute_groups_outlined: unquote('"\\e974"');
|
|
10
|
+
$cov-compute_groups: unquote('"\\e975"');
|
|
11
|
+
$cov-compute_profile_outlined: unquote('"\\e976"');
|
|
12
|
+
$cov-compute_profile: unquote('"\\e977"');
|
|
13
|
+
$cov-data_source_type_amazon_outlined: unquote('"\\e978"');
|
|
14
|
+
$cov-data_source_type_amazon: unquote('"\\e979"');
|
|
15
|
+
$cov-data_source_type_azure_outlined: unquote('"\\e97a"');
|
|
16
|
+
$cov-data_source_type_azure: unquote('"\\e97b"');
|
|
17
|
+
$cov-data_source_type_cloudera_outlined: unquote('"\\e97c"');
|
|
18
|
+
$cov-data_source_type_cloudera: unquote('"\\e97d"');
|
|
19
|
+
$cov-data_source_type_hdinsight_outlined: unquote('"\\e97e"');
|
|
20
|
+
$cov-data_source_type_hdinsight: unquote('"\\e97f"');
|
|
21
|
+
$cov-data_source_type_microsoft_outlined: unquote('"\\e980"');
|
|
22
|
+
$cov-data_source_type_microsoft: unquote('"\\e981"');
|
|
23
|
+
$cov-data_source_type_teradata_outlined: unquote('"\\e982"');
|
|
24
|
+
$cov-data_source_type_teradata: unquote('"\\e983"');
|
|
25
|
+
$cov-database_changed_outlined: unquote('"\\e984"');
|
|
26
|
+
$cov-database_edit_outlined: unquote('"\\e985"');
|
|
27
|
+
$cov-database_foreign_outlined: unquote('"\\e986"');
|
|
28
|
+
$cov-database_lab_outlined: unquote('"\\e987"');
|
|
29
|
+
$cov-database_none_outlined: unquote('"\\e988"');
|
|
30
|
+
$cov-database_none: unquote('"\\e989"');
|
|
31
|
+
$cov-database_outlined: unquote('"\\e98a"');
|
|
32
|
+
$cov-database_search_outlined: unquote('"\\e98b"');
|
|
33
|
+
$cov-database_synced_outlined: unquote('"\\e98c"');
|
|
34
|
+
$cov-database_unreachable_outlined: unquote('"\\e98d"');
|
|
35
|
+
$cov-database_unreachable: unquote('"\\e98e"');
|
|
36
|
+
$cov-dock_right_outlined: unquote('"\\e98f"');
|
|
37
|
+
$cov-file_changed_outlined: unquote('"\\e990"');
|
|
38
|
+
$cov-file_edit_outlined: unquote('"\\e991"');
|
|
39
|
+
$cov-file_foreign_outlined: unquote('"\\e992"');
|
|
40
|
+
$cov-file_lab_outlined: unquote('"\\e993"');
|
|
41
|
+
$cov-file_outlined: unquote('"\\e994"');
|
|
42
|
+
$cov-file_search_outlined: unquote('"\\e995"');
|
|
43
|
+
$cov-file_synced_outlined: unquote('"\\e996"');
|
|
44
|
+
$cov-machine_learning_outlined: unquote('"\\e997"');
|
|
45
|
+
$cov-model_configuration_outlined: unquote('"\\e998"');
|
|
46
|
+
$cov-model_outlined: unquote('"\\e999"');
|
|
47
|
+
$cov-operators_add_outlined: unquote('"\\e99a"');
|
|
48
|
+
$cov-operators_add: unquote('"\\e99b"');
|
|
49
|
+
$cov-operators_between_outlined: unquote('"\\e99c"');
|
|
50
|
+
$cov-operators_between: unquote('"\\e99d"');
|
|
51
|
+
$cov-operators_divide_outlined: unquote('"\\e99e"');
|
|
52
|
+
$cov-operators_equals_outlined: unquote('"\\e99f"');
|
|
53
|
+
$cov-operators_greater_than_or_equal_outlined: unquote('"\\e9a0"');
|
|
54
|
+
$cov-operators_greater_than_outlined: unquote('"\\e9a1"');
|
|
55
|
+
$cov-operators_less_than_or_equal_outlined: unquote('"\\e9a2"');
|
|
56
|
+
$cov-operators_less_than_outlined: unquote('"\\e9a3"');
|
|
57
|
+
$cov-operators_multiply_outlined: unquote('"\\e9a4"');
|
|
58
|
+
$cov-operators_not_equal_outlined: unquote('"\\e9a5"');
|
|
59
|
+
$cov-operators_parentheses_outlined: unquote('"\\e9a6"');
|
|
60
|
+
$cov-operators_parenthesis_left_outlined: unquote('"\\e9a7"');
|
|
61
|
+
$cov-operators_parenthesis_right_outlined: unquote('"\\e9a8"');
|
|
62
|
+
$cov-operators_subtract_outlined: unquote('"\\e9a9"');
|
|
63
|
+
$cov-primary_cluster_outlined: unquote('"\\e9aa"');
|
|
64
|
+
$cov-product_analyst_outlined: unquote('"\\e9ab"');
|
|
65
|
+
$cov-product_appcenter_outlined: unquote('"\\e9ac"');
|
|
66
|
+
$cov-product_appcenter: unquote('"\\e9ad"');
|
|
67
|
+
$cov-product_console_outlined: unquote('"\\e9ae"');
|
|
68
|
+
$cov-product_cx_outlined: unquote('"\\e9af"');
|
|
69
|
+
$cov-product_cx: unquote('"\\e9b0"');
|
|
70
|
+
$cov-product_editor_outlined: unquote('"\\e9b1"');
|
|
71
|
+
$cov-product_jupyterhub_outlined: unquote('"\\e9b2"');
|
|
72
|
+
$cov-product_jupyterhub: unquote('"\\e9b3"');
|
|
73
|
+
$cov-product_modelops_outlined: unquote('"\\e9b4"');
|
|
74
|
+
$cov-product_modelops: unquote('"\\e9b5"');
|
|
75
|
+
$cov-product_outbound_campaign_manager_outlined: unquote('"\\e9b6"');
|
|
76
|
+
$cov-product_outbound_campaign_manager: unquote('"\\e9b7"');
|
|
77
|
+
$cov-product_querygrid_outlined: unquote('"\\e9b8"');
|
|
78
|
+
$cov-product_querygrid: unquote('"\\e9b9"');
|
|
79
|
+
$cov-product_streams_outlined: unquote('"\\e9ba"');
|
|
80
|
+
$cov-product_streams: unquote('"\\e9bb"');
|
|
81
|
+
$cov-product_vantage_outlined: unquote('"\\e9bc"');
|
|
82
|
+
$cov-product_vantage: unquote('"\\e9bd"');
|
|
83
|
+
$cov-product_viewpoint_outlined: unquote('"\\e9be"');
|
|
84
|
+
$cov-product_viewpoint: unquote('"\\e9bf"');
|
|
85
|
+
$cov-resize_northeast_outlined: unquote('"\\e9c0"');
|
|
86
|
+
$cov-resize_northwest_outlined: unquote('"\\e9c1"');
|
|
87
|
+
$cov-resize_southeast_outlined: unquote('"\\e9c2"');
|
|
88
|
+
$cov-resize_southwest_outlined: unquote('"\\e9c3"');
|
|
89
|
+
$cov-sankey_outlined: unquote('"\\e9c4"');
|
|
90
|
+
$cov-sankey: unquote('"\\e9c5"');
|
|
91
|
+
$cov-script_management_outlined: unquote('"\\e9c6"');
|
|
92
|
+
$cov-script_management: unquote('"\\e9c7"');
|
|
93
|
+
$cov-script_outlined: unquote('"\\e9c8"');
|
|
94
|
+
$cov-script_sql_outlined: unquote('"\\e9c9"');
|
|
95
|
+
$cov-script_stored_procedure_outlined: unquote('"\\e9ca"');
|
|
96
|
+
$cov-server_changed_outlined: unquote('"\\e9cb"');
|
|
97
|
+
$cov-server_edit_outlined: unquote('"\\e9cc"');
|
|
98
|
+
$cov-server_foreign_outlined: unquote('"\\e9cd"');
|
|
99
|
+
$cov-server_lab_outlined: unquote('"\\e9ce"');
|
|
100
|
+
$cov-server_outlined: unquote('"\\e9cf"');
|
|
101
|
+
$cov-server_search_outlined: unquote('"\\e9d0"');
|
|
102
|
+
$cov-server_synced_outlined: unquote('"\\e9d1"');
|
|
103
|
+
$cov-server_workspace_outlined: unquote('"\\e9d2"');
|
|
104
|
+
$cov-server_workspace: unquote('"\\e9d3"');
|
|
105
|
+
$cov-state_cancelled_outlined: unquote('"\\e9d4"');
|
|
106
|
+
$cov-state_cancelled: unquote('"\\e9d5"');
|
|
107
|
+
$cov-state_caution_outlined: unquote('"\\e9d6"');
|
|
108
|
+
$cov-state_caution: unquote('"\\e9d7"');
|
|
109
|
+
$cov-state_changed_outlined: unquote('"\\e9d8"');
|
|
110
|
+
$cov-state_changed_running_outlined: unquote('"\\e9d9"');
|
|
111
|
+
$cov-state_changed_running: unquote('"\\e9da"');
|
|
112
|
+
$cov-state_changed: unquote('"\\e9db"');
|
|
113
|
+
$cov-state_negative_outlined: unquote('"\\e9dc"');
|
|
114
|
+
$cov-state_negative: unquote('"\\e9dd"');
|
|
115
|
+
$cov-state_paused_outlined: unquote('"\\e9de"');
|
|
116
|
+
$cov-state_paused: unquote('"\\e9df"');
|
|
117
|
+
$cov-state_pending_outlined: unquote('"\\e9e0"');
|
|
118
|
+
$cov-state_pending: unquote('"\\e9e1"');
|
|
119
|
+
$cov-state_positive_outlined: unquote('"\\e9e2"');
|
|
120
|
+
$cov-state_positive: unquote('"\\e9e3"');
|
|
121
|
+
$cov-state_running_outlined: unquote('"\\e9e4"');
|
|
122
|
+
$cov-state_running: unquote('"\\e9e5"');
|
|
123
|
+
$cov-table_changed_outlined: unquote('"\\e9e6"');
|
|
124
|
+
$cov-table_edit_outlined: unquote('"\\e9e7"');
|
|
125
|
+
$cov-table_foreign_outlined: unquote('"\\e9e8"');
|
|
126
|
+
$cov-table_lab_outlined: unquote('"\\e9e9"');
|
|
127
|
+
$cov-table_outlined: unquote('"\\e9ea"');
|
|
128
|
+
$cov-table_search_outlined: unquote('"\\e9eb"');
|
|
129
|
+
$cov-table_synced-copy_outlined: unquote('"\\e9ec"');
|
|
130
|
+
$cov-teradata_nobackground: unquote('"\\e9ed"');
|
|
131
|
+
$cov-teradata_outlined: unquote('"\\e9ee"');
|
|
132
|
+
$cov-text_analysis_outlined: unquote('"\\e9ef"');
|
|
133
|
+
$cov-undock_outlined: unquote('"\\e9f0"');
|
|
134
|
+
$cov-user_defined_function: unquote('"\\e9f1"');
|
|
135
|
+
$cov-user_defined_function_outlined: unquote('"\\e9f2"');
|
|
4
136
|
$cov-advanced_sql: unquote('"\\e96e"');
|
|
5
137
|
$cov-data_management: unquote('"\\e96d"');
|
|
6
138
|
$cov-compute_cluster_group: unquote('"\\e968"');
|
package/covalent-icons.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'covalent-icons';
|
|
3
|
-
src: url('./covalent-icons.ttf?
|
|
4
|
-
url('./covalent-icons.woff?
|
|
5
|
-
url('./covalent-icons.svg?
|
|
3
|
+
src: url('./covalent-icons.ttf?4u71px') format('truetype'),
|
|
4
|
+
url('./covalent-icons.woff?4u71px') format('woff'),
|
|
5
|
+
url('./covalent-icons.svg?4u71px#covalent-icons') format('svg');
|
|
6
6
|
font-weight: normal;
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-display: block;
|
|
@@ -43,6 +43,402 @@
|
|
|
43
43
|
-moz-osx-font-smoothing: grayscale;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
+
.cov-attribution_outlined:before {
|
|
47
|
+
content: '\e96f';
|
|
48
|
+
}
|
|
49
|
+
.cov-attribution:before {
|
|
50
|
+
content: '\e970';
|
|
51
|
+
}
|
|
52
|
+
.cov-cluster_analysis_outlined:before {
|
|
53
|
+
content: '\e971';
|
|
54
|
+
}
|
|
55
|
+
.cov-compute_cluster_group_outlined:before {
|
|
56
|
+
content: '\e972';
|
|
57
|
+
}
|
|
58
|
+
.cov-compute_cluster_outlined:before {
|
|
59
|
+
content: '\e973';
|
|
60
|
+
}
|
|
61
|
+
.cov-compute_groups_outlined:before {
|
|
62
|
+
content: '\e974';
|
|
63
|
+
}
|
|
64
|
+
.cov-compute_groups:before {
|
|
65
|
+
content: '\e975';
|
|
66
|
+
}
|
|
67
|
+
.cov-compute_profile_outlined:before {
|
|
68
|
+
content: '\e976';
|
|
69
|
+
}
|
|
70
|
+
.cov-compute_profile:before {
|
|
71
|
+
content: '\e977';
|
|
72
|
+
}
|
|
73
|
+
.cov-data_source_type_amazon_outlined:before {
|
|
74
|
+
content: '\e978';
|
|
75
|
+
}
|
|
76
|
+
.cov-data_source_type_amazon:before {
|
|
77
|
+
content: '\e979';
|
|
78
|
+
}
|
|
79
|
+
.cov-data_source_type_azure_outlined:before {
|
|
80
|
+
content: '\e97a';
|
|
81
|
+
}
|
|
82
|
+
.cov-data_source_type_azure:before {
|
|
83
|
+
content: '\e97b';
|
|
84
|
+
}
|
|
85
|
+
.cov-data_source_type_cloudera_outlined:before {
|
|
86
|
+
content: '\e97c';
|
|
87
|
+
}
|
|
88
|
+
.cov-data_source_type_cloudera:before {
|
|
89
|
+
content: '\e97d';
|
|
90
|
+
}
|
|
91
|
+
.cov-data_source_type_hdinsight_outlined:before {
|
|
92
|
+
content: '\e97e';
|
|
93
|
+
}
|
|
94
|
+
.cov-data_source_type_hdinsight:before {
|
|
95
|
+
content: '\e97f';
|
|
96
|
+
}
|
|
97
|
+
.cov-data_source_type_microsoft_outlined:before {
|
|
98
|
+
content: '\e980';
|
|
99
|
+
}
|
|
100
|
+
.cov-data_source_type_microsoft:before {
|
|
101
|
+
content: '\e981';
|
|
102
|
+
}
|
|
103
|
+
.cov-data_source_type_teradata_outlined:before {
|
|
104
|
+
content: '\e982';
|
|
105
|
+
}
|
|
106
|
+
.cov-data_source_type_teradata:before {
|
|
107
|
+
content: '\e983';
|
|
108
|
+
}
|
|
109
|
+
.cov-database_changed_outlined:before {
|
|
110
|
+
content: '\e984';
|
|
111
|
+
}
|
|
112
|
+
.cov-database_edit_outlined:before {
|
|
113
|
+
content: '\e985';
|
|
114
|
+
}
|
|
115
|
+
.cov-database_foreign_outlined:before {
|
|
116
|
+
content: '\e986';
|
|
117
|
+
}
|
|
118
|
+
.cov-database_lab_outlined:before {
|
|
119
|
+
content: '\e987';
|
|
120
|
+
}
|
|
121
|
+
.cov-database_none_outlined:before {
|
|
122
|
+
content: '\e988';
|
|
123
|
+
}
|
|
124
|
+
.cov-database_none:before {
|
|
125
|
+
content: '\e989';
|
|
126
|
+
}
|
|
127
|
+
.cov-database_outlined:before {
|
|
128
|
+
content: '\e98a';
|
|
129
|
+
}
|
|
130
|
+
.cov-database_search_outlined:before {
|
|
131
|
+
content: '\e98b';
|
|
132
|
+
}
|
|
133
|
+
.cov-database_synced_outlined:before {
|
|
134
|
+
content: '\e98c';
|
|
135
|
+
}
|
|
136
|
+
.cov-database_unreachable_outlined:before {
|
|
137
|
+
content: '\e98d';
|
|
138
|
+
}
|
|
139
|
+
.cov-database_unreachable:before {
|
|
140
|
+
content: '\e98e';
|
|
141
|
+
}
|
|
142
|
+
.cov-dock_right_outlined:before {
|
|
143
|
+
content: '\e98f';
|
|
144
|
+
}
|
|
145
|
+
.cov-file_changed_outlined:before {
|
|
146
|
+
content: '\e990';
|
|
147
|
+
}
|
|
148
|
+
.cov-file_edit_outlined:before {
|
|
149
|
+
content: '\e991';
|
|
150
|
+
}
|
|
151
|
+
.cov-file_foreign_outlined:before {
|
|
152
|
+
content: '\e992';
|
|
153
|
+
}
|
|
154
|
+
.cov-file_lab_outlined:before {
|
|
155
|
+
content: '\e993';
|
|
156
|
+
}
|
|
157
|
+
.cov-file_outlined:before {
|
|
158
|
+
content: '\e994';
|
|
159
|
+
}
|
|
160
|
+
.cov-file_search_outlined:before {
|
|
161
|
+
content: '\e995';
|
|
162
|
+
}
|
|
163
|
+
.cov-file_synced_outlined:before {
|
|
164
|
+
content: '\e996';
|
|
165
|
+
}
|
|
166
|
+
.cov-machine_learning_outlined:before {
|
|
167
|
+
content: '\e997';
|
|
168
|
+
}
|
|
169
|
+
.cov-model_configuration_outlined:before {
|
|
170
|
+
content: '\e998';
|
|
171
|
+
}
|
|
172
|
+
.cov-model_outlined:before {
|
|
173
|
+
content: '\e999';
|
|
174
|
+
}
|
|
175
|
+
.cov-operators_add_outlined:before {
|
|
176
|
+
content: '\e99a';
|
|
177
|
+
}
|
|
178
|
+
.cov-operators_add:before {
|
|
179
|
+
content: '\e99b';
|
|
180
|
+
}
|
|
181
|
+
.cov-operators_between_outlined:before {
|
|
182
|
+
content: '\e99c';
|
|
183
|
+
}
|
|
184
|
+
.cov-operators_between:before {
|
|
185
|
+
content: '\e99d';
|
|
186
|
+
}
|
|
187
|
+
.cov-operators_divide_outlined:before {
|
|
188
|
+
content: '\e99e';
|
|
189
|
+
}
|
|
190
|
+
.cov-operators_equals_outlined:before {
|
|
191
|
+
content: '\e99f';
|
|
192
|
+
}
|
|
193
|
+
.cov-operators_greater_than_or_equal_outlined:before {
|
|
194
|
+
content: '\e9a0';
|
|
195
|
+
}
|
|
196
|
+
.cov-operators_greater_than_outlined:before {
|
|
197
|
+
content: '\e9a1';
|
|
198
|
+
}
|
|
199
|
+
.cov-operators_less_than_or_equal_outlined:before {
|
|
200
|
+
content: '\e9a2';
|
|
201
|
+
}
|
|
202
|
+
.cov-operators_less_than_outlined:before {
|
|
203
|
+
content: '\e9a3';
|
|
204
|
+
}
|
|
205
|
+
.cov-operators_multiply_outlined:before {
|
|
206
|
+
content: '\e9a4';
|
|
207
|
+
}
|
|
208
|
+
.cov-operators_not_equal_outlined:before {
|
|
209
|
+
content: '\e9a5';
|
|
210
|
+
}
|
|
211
|
+
.cov-operators_parentheses_outlined:before {
|
|
212
|
+
content: '\e9a6';
|
|
213
|
+
}
|
|
214
|
+
.cov-operators_parenthesis_left_outlined:before {
|
|
215
|
+
content: '\e9a7';
|
|
216
|
+
}
|
|
217
|
+
.cov-operators_parenthesis_right_outlined:before {
|
|
218
|
+
content: '\e9a8';
|
|
219
|
+
}
|
|
220
|
+
.cov-operators_subtract_outlined:before {
|
|
221
|
+
content: '\e9a9';
|
|
222
|
+
}
|
|
223
|
+
.cov-primary_cluster_outlined:before {
|
|
224
|
+
content: '\e9aa';
|
|
225
|
+
}
|
|
226
|
+
.cov-product_analyst_outlined:before {
|
|
227
|
+
content: '\e9ab';
|
|
228
|
+
}
|
|
229
|
+
.cov-product_appcenter_outlined:before {
|
|
230
|
+
content: '\e9ac';
|
|
231
|
+
}
|
|
232
|
+
.cov-product_appcenter:before {
|
|
233
|
+
content: '\e9ad';
|
|
234
|
+
}
|
|
235
|
+
.cov-product_console_outlined:before {
|
|
236
|
+
content: '\e9ae';
|
|
237
|
+
}
|
|
238
|
+
.cov-product_cx_outlined:before {
|
|
239
|
+
content: '\e9af';
|
|
240
|
+
}
|
|
241
|
+
.cov-product_cx:before {
|
|
242
|
+
content: '\e9b0';
|
|
243
|
+
}
|
|
244
|
+
.cov-product_editor_outlined:before {
|
|
245
|
+
content: '\e9b1';
|
|
246
|
+
}
|
|
247
|
+
.cov-product_jupyterhub_outlined:before {
|
|
248
|
+
content: '\e9b2';
|
|
249
|
+
}
|
|
250
|
+
.cov-product_jupyterhub:before {
|
|
251
|
+
content: '\e9b3';
|
|
252
|
+
}
|
|
253
|
+
.cov-product_modelops_outlined:before {
|
|
254
|
+
content: '\e9b4';
|
|
255
|
+
}
|
|
256
|
+
.cov-product_modelops:before {
|
|
257
|
+
content: '\e9b5';
|
|
258
|
+
}
|
|
259
|
+
.cov-product_outbound_campaign_manager_outlined:before {
|
|
260
|
+
content: '\e9b6';
|
|
261
|
+
}
|
|
262
|
+
.cov-product_outbound_campaign_manager:before {
|
|
263
|
+
content: '\e9b7';
|
|
264
|
+
}
|
|
265
|
+
.cov-product_querygrid_outlined:before {
|
|
266
|
+
content: '\e9b8';
|
|
267
|
+
}
|
|
268
|
+
.cov-product_querygrid:before {
|
|
269
|
+
content: '\e9b9';
|
|
270
|
+
}
|
|
271
|
+
.cov-product_streams_outlined:before {
|
|
272
|
+
content: '\e9ba';
|
|
273
|
+
}
|
|
274
|
+
.cov-product_streams:before {
|
|
275
|
+
content: '\e9bb';
|
|
276
|
+
}
|
|
277
|
+
.cov-product_vantage_outlined:before {
|
|
278
|
+
content: '\e9bc';
|
|
279
|
+
}
|
|
280
|
+
.cov-product_vantage:before {
|
|
281
|
+
content: '\e9bd';
|
|
282
|
+
}
|
|
283
|
+
.cov-product_viewpoint_outlined:before {
|
|
284
|
+
content: '\e9be';
|
|
285
|
+
}
|
|
286
|
+
.cov-product_viewpoint:before {
|
|
287
|
+
content: '\e9bf';
|
|
288
|
+
}
|
|
289
|
+
.cov-resize_northeast_outlined:before {
|
|
290
|
+
content: '\e9c0';
|
|
291
|
+
}
|
|
292
|
+
.cov-resize_northwest_outlined:before {
|
|
293
|
+
content: '\e9c1';
|
|
294
|
+
}
|
|
295
|
+
.cov-resize_southeast_outlined:before {
|
|
296
|
+
content: '\e9c2';
|
|
297
|
+
}
|
|
298
|
+
.cov-resize_southwest_outlined:before {
|
|
299
|
+
content: '\e9c3';
|
|
300
|
+
}
|
|
301
|
+
.cov-sankey_outlined:before {
|
|
302
|
+
content: '\e9c4';
|
|
303
|
+
}
|
|
304
|
+
.cov-sankey:before {
|
|
305
|
+
content: '\e9c5';
|
|
306
|
+
}
|
|
307
|
+
.cov-script_management_outlined:before {
|
|
308
|
+
content: '\e9c6';
|
|
309
|
+
}
|
|
310
|
+
.cov-script_management:before {
|
|
311
|
+
content: '\e9c7';
|
|
312
|
+
}
|
|
313
|
+
.cov-script_outlined:before {
|
|
314
|
+
content: '\e9c8';
|
|
315
|
+
}
|
|
316
|
+
.cov-script_sql_outlined:before {
|
|
317
|
+
content: '\e9c9';
|
|
318
|
+
}
|
|
319
|
+
.cov-script_stored_procedure_outlined:before {
|
|
320
|
+
content: '\e9ca';
|
|
321
|
+
}
|
|
322
|
+
.cov-server_changed_outlined:before {
|
|
323
|
+
content: '\e9cb';
|
|
324
|
+
}
|
|
325
|
+
.cov-server_edit_outlined:before {
|
|
326
|
+
content: '\e9cc';
|
|
327
|
+
}
|
|
328
|
+
.cov-server_foreign_outlined:before {
|
|
329
|
+
content: '\e9cd';
|
|
330
|
+
}
|
|
331
|
+
.cov-server_lab_outlined:before {
|
|
332
|
+
content: '\e9ce';
|
|
333
|
+
}
|
|
334
|
+
.cov-server_outlined:before {
|
|
335
|
+
content: '\e9cf';
|
|
336
|
+
}
|
|
337
|
+
.cov-server_search_outlined:before {
|
|
338
|
+
content: '\e9d0';
|
|
339
|
+
}
|
|
340
|
+
.cov-server_synced_outlined:before {
|
|
341
|
+
content: '\e9d1';
|
|
342
|
+
}
|
|
343
|
+
.cov-server_workspace_outlined:before {
|
|
344
|
+
content: '\e9d2';
|
|
345
|
+
}
|
|
346
|
+
.cov-server_workspace:before {
|
|
347
|
+
content: '\e9d3';
|
|
348
|
+
}
|
|
349
|
+
.cov-state_cancelled_outlined:before {
|
|
350
|
+
content: '\e9d4';
|
|
351
|
+
}
|
|
352
|
+
.cov-state_cancelled:before {
|
|
353
|
+
content: '\e9d5';
|
|
354
|
+
}
|
|
355
|
+
.cov-state_caution_outlined:before {
|
|
356
|
+
content: '\e9d6';
|
|
357
|
+
}
|
|
358
|
+
.cov-state_caution:before {
|
|
359
|
+
content: '\e9d7';
|
|
360
|
+
}
|
|
361
|
+
.cov-state_changed_outlined:before {
|
|
362
|
+
content: '\e9d8';
|
|
363
|
+
}
|
|
364
|
+
.cov-state_changed_running_outlined:before {
|
|
365
|
+
content: '\e9d9';
|
|
366
|
+
}
|
|
367
|
+
.cov-state_changed_running:before {
|
|
368
|
+
content: '\e9da';
|
|
369
|
+
}
|
|
370
|
+
.cov-state_changed:before {
|
|
371
|
+
content: '\e9db';
|
|
372
|
+
}
|
|
373
|
+
.cov-state_negative_outlined:before {
|
|
374
|
+
content: '\e9dc';
|
|
375
|
+
}
|
|
376
|
+
.cov-state_negative:before {
|
|
377
|
+
content: '\e9dd';
|
|
378
|
+
}
|
|
379
|
+
.cov-state_paused_outlined:before {
|
|
380
|
+
content: '\e9de';
|
|
381
|
+
}
|
|
382
|
+
.cov-state_paused:before {
|
|
383
|
+
content: '\e9df';
|
|
384
|
+
}
|
|
385
|
+
.cov-state_pending_outlined:before {
|
|
386
|
+
content: '\e9e0';
|
|
387
|
+
}
|
|
388
|
+
.cov-state_pending:before {
|
|
389
|
+
content: '\e9e1';
|
|
390
|
+
}
|
|
391
|
+
.cov-state_positive_outlined:before {
|
|
392
|
+
content: '\e9e2';
|
|
393
|
+
}
|
|
394
|
+
.cov-state_positive:before {
|
|
395
|
+
content: '\e9e3';
|
|
396
|
+
}
|
|
397
|
+
.cov-state_running_outlined:before {
|
|
398
|
+
content: '\e9e4';
|
|
399
|
+
}
|
|
400
|
+
.cov-state_running:before {
|
|
401
|
+
content: '\e9e5';
|
|
402
|
+
}
|
|
403
|
+
.cov-table_changed_outlined:before {
|
|
404
|
+
content: '\e9e6';
|
|
405
|
+
}
|
|
406
|
+
.cov-table_edit_outlined:before {
|
|
407
|
+
content: '\e9e7';
|
|
408
|
+
}
|
|
409
|
+
.cov-table_foreign_outlined:before {
|
|
410
|
+
content: '\e9e8';
|
|
411
|
+
}
|
|
412
|
+
.cov-table_lab_outlined:before {
|
|
413
|
+
content: '\e9e9';
|
|
414
|
+
}
|
|
415
|
+
.cov-table_outlined:before {
|
|
416
|
+
content: '\e9ea';
|
|
417
|
+
}
|
|
418
|
+
.cov-table_search_outlined:before {
|
|
419
|
+
content: '\e9eb';
|
|
420
|
+
}
|
|
421
|
+
.cov-table_synced-copy_outlined:before {
|
|
422
|
+
content: '\e9ec';
|
|
423
|
+
}
|
|
424
|
+
.cov-teradata_nobackground:before {
|
|
425
|
+
content: '\e9ed';
|
|
426
|
+
}
|
|
427
|
+
.cov-teradata_outlined:before {
|
|
428
|
+
content: '\e9ee';
|
|
429
|
+
}
|
|
430
|
+
.cov-text_analysis_outlined:before {
|
|
431
|
+
content: '\e9ef';
|
|
432
|
+
}
|
|
433
|
+
.cov-undock_outlined:before {
|
|
434
|
+
content: '\e9f0';
|
|
435
|
+
}
|
|
436
|
+
.cov-user_defined_function:before {
|
|
437
|
+
content: '\e9f1';
|
|
438
|
+
}
|
|
439
|
+
.cov-user_defined_function_outlined:before {
|
|
440
|
+
content: '\e9f2';
|
|
441
|
+
}
|
|
46
442
|
.cov-advanced_sql:before {
|
|
47
443
|
content: '\e96e';
|
|
48
444
|
}
|