@flywheel-io/vision 0.8.3 → 0.8.4
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/fonts/Flywheel-Vision-Icons.svg +27 -3
- package/assets/fonts/Flywheel-Vision-Icons.ttf +0 -0
- package/assets/fonts/Flywheel-Vision-Icons.woff +0 -0
- package/assets/svg/add-server-databases-endpoint.svg +9 -0
- package/assets/svg/arrange-filter-sort.svg +6 -0
- package/assets/svg/book-lab-flask.svg +6 -0
- package/assets/svg/circle-ellipses.svg +1 -2
- package/assets/svg/cloud-network-add.svg +6 -0
- package/assets/svg/flywheel-mark-logo.svg +5 -0
- package/assets/svg/list-test-lab-flask.svg +12 -0
- package/assets/svg/message-checkmark-sent.svg +6 -0
- package/assets/svg/send-message-share.svg +5 -0
- package/assets/svg/server-database-endpoint.svg +5 -0
- package/assets/svg/speed-dashboard.svg +5 -0
- package/assets/svg/test-lab-flask.svg +5 -0
- package/assets/svg/zendesk-logo.svg +5 -0
- package/package.json +11 -11
- package/scss/icons/_icon-glyphs.scss +499 -463
- package/styles.css +525 -478
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@mixin icon-glyphs {
|
|
2
|
-
.vision-icon, [class^="icon-"], [class*=" icon-"] {
|
|
3
|
-
/* use !important to prevent issues with browser extensions that change fonts */
|
|
2
|
+
.vision-icon, [class^="icon-"], [class*=" icon-"] {/* use !important to prevent issues with browser extensions that change fonts */
|
|
4
3
|
font-family: 'Flywheel-Vision-Icons' !important;
|
|
5
4
|
speak: never;
|
|
6
5
|
font-style: normal;
|
|
@@ -8,7 +7,7 @@
|
|
|
8
7
|
font-variant: normal;
|
|
9
8
|
text-transform: none;
|
|
10
9
|
line-height: 1;
|
|
11
|
-
|
|
10
|
+
|
|
12
11
|
/* Enable Ligatures ================ */
|
|
13
12
|
letter-spacing: 0;
|
|
14
13
|
-webkit-font-feature-settings: "liga";
|
|
@@ -18,601 +17,665 @@
|
|
|
18
17
|
font-feature-settings: "liga";
|
|
19
18
|
-webkit-font-variant-ligatures: discretionary-ligatures;
|
|
20
19
|
font-variant-ligatures: discretionary-ligatures;
|
|
21
|
-
|
|
20
|
+
|
|
22
21
|
/* Better Font Rendering =========== */
|
|
23
22
|
-webkit-font-smoothing: antialiased;
|
|
24
23
|
-moz-osx-font-smoothing: grayscale;
|
|
25
24
|
}
|
|
26
|
-
|
|
27
|
-
.icon-
|
|
28
|
-
content: "\
|
|
29
|
-
}
|
|
30
|
-
.icon-add-new-create:before {
|
|
31
|
-
content: "\e969";
|
|
32
|
-
}
|
|
33
|
-
.icon-add-row-above:before {
|
|
34
|
-
content: "\e96a";
|
|
25
|
+
|
|
26
|
+
.icon-zendesk-logo:before {
|
|
27
|
+
content: "\e9f1";
|
|
35
28
|
}
|
|
36
|
-
.icon-add-
|
|
37
|
-
content: "\
|
|
38
|
-
}
|
|
39
|
-
.icon-add-server:before {
|
|
40
|
-
content: "\e90e";
|
|
29
|
+
.icon-add-server-databases-endpoint:before {
|
|
30
|
+
content: "\e9f2";
|
|
41
31
|
}
|
|
42
|
-
.icon-add
|
|
43
|
-
content: "\
|
|
32
|
+
.icon-cloud-network-add:before {
|
|
33
|
+
content: "\e9f3";
|
|
44
34
|
}
|
|
45
|
-
.icon-
|
|
46
|
-
content: "\
|
|
35
|
+
.icon-server-database-endpoint:before {
|
|
36
|
+
content: "\e9f4";
|
|
47
37
|
}
|
|
48
|
-
.icon-
|
|
49
|
-
content: "\
|
|
38
|
+
.icon-book-lab-flask:before {
|
|
39
|
+
content: "\e9f5";
|
|
50
40
|
}
|
|
51
|
-
.icon-
|
|
52
|
-
content: "\
|
|
41
|
+
.icon-list-test-lab-flask:before {
|
|
42
|
+
content: "\e9f6";
|
|
53
43
|
}
|
|
54
|
-
.icon-
|
|
55
|
-
content: "\
|
|
44
|
+
.icon-test-lab-flask:before {
|
|
45
|
+
content: "\e9f7";
|
|
56
46
|
}
|
|
57
|
-
.icon-
|
|
58
|
-
content: "\
|
|
47
|
+
.icon-message-checkmark-sent:before {
|
|
48
|
+
content: "\e9f8";
|
|
59
49
|
}
|
|
60
|
-
.icon-
|
|
61
|
-
content: "\
|
|
50
|
+
.icon-send-message-share:before {
|
|
51
|
+
content: "\e9f9";
|
|
62
52
|
}
|
|
63
|
-
.icon-
|
|
64
|
-
content: "\
|
|
53
|
+
.icon-flywheel-mark-logo:before {
|
|
54
|
+
content: "\e9fa";
|
|
65
55
|
}
|
|
66
|
-
.icon-
|
|
67
|
-
content: "\
|
|
56
|
+
.icon-speed-dashboard:before {
|
|
57
|
+
content: "\e9fb";
|
|
68
58
|
}
|
|
69
|
-
.icon-
|
|
70
|
-
content: "\
|
|
59
|
+
.icon-arrange-filter-sort:before {
|
|
60
|
+
content: "\e9fc";
|
|
71
61
|
}
|
|
72
|
-
.icon-
|
|
73
|
-
content: "\
|
|
62
|
+
.icon-delivery-shipment-packages:before {
|
|
63
|
+
content: "\e9bb";
|
|
74
64
|
}
|
|
75
|
-
.icon-
|
|
76
|
-
content: "\
|
|
65
|
+
.icon-color-ven-design-profile-central:before {
|
|
66
|
+
content: "\e9ce";
|
|
77
67
|
}
|
|
78
|
-
.icon-
|
|
79
|
-
content: "\
|
|
68
|
+
.icon-home-modern-door:before {
|
|
69
|
+
content: "\e9e4";
|
|
80
70
|
}
|
|
81
|
-
.icon-
|
|
82
|
-
content: "\
|
|
71
|
+
.icon-tasklist-to-do-checkmark:before {
|
|
72
|
+
content: "\e9eb";
|
|
83
73
|
}
|
|
84
|
-
.icon-
|
|
85
|
-
content: "\
|
|
74
|
+
.icon-user-profile-group-discovery:before {
|
|
75
|
+
content: "\e999";
|
|
86
76
|
}
|
|
87
|
-
.icon-
|
|
88
|
-
content: "\
|
|
77
|
+
.icon-flip-horizontal:before {
|
|
78
|
+
content: "\e9b5";
|
|
89
79
|
}
|
|
90
|
-
.icon-
|
|
91
|
-
content: "\
|
|
80
|
+
.icon-flip-vertical:before {
|
|
81
|
+
content: "\e9b6";
|
|
92
82
|
}
|
|
93
|
-
.icon-
|
|
94
|
-
content: "\
|
|
83
|
+
.icon-facebook:before {
|
|
84
|
+
content: "\e9b7";
|
|
95
85
|
}
|
|
96
|
-
.icon-
|
|
97
|
-
content: "\
|
|
86
|
+
.icon-github-color-login:before {
|
|
87
|
+
content: "\e9b8";
|
|
98
88
|
}
|
|
99
|
-
.icon-
|
|
100
|
-
content: "\
|
|
89
|
+
.icon-linkedin:before {
|
|
90
|
+
content: "\e9b9";
|
|
101
91
|
}
|
|
102
|
-
.icon-
|
|
103
|
-
content: "\
|
|
92
|
+
.icon-youtube:before {
|
|
93
|
+
content: "\e9ba";
|
|
104
94
|
}
|
|
105
|
-
.icon-
|
|
106
|
-
content: "\
|
|
95
|
+
.icon-server-databases-connect:before {
|
|
96
|
+
content: "\e9bc";
|
|
107
97
|
}
|
|
108
|
-
.icon-
|
|
109
|
-
content: "\
|
|
98
|
+
.icon-server-databases-download:before {
|
|
99
|
+
content: "\e9bd";
|
|
110
100
|
}
|
|
111
|
-
.icon-
|
|
112
|
-
content: "\
|
|
101
|
+
.icon-server-databases-minimal-download:before {
|
|
102
|
+
content: "\e9be";
|
|
113
103
|
}
|
|
114
|
-
.icon-
|
|
115
|
-
content: "\
|
|
104
|
+
.icon-server-databases-sync:before {
|
|
105
|
+
content: "\e9bf";
|
|
116
106
|
}
|
|
117
|
-
.icon-
|
|
118
|
-
content: "\
|
|
107
|
+
.icon-graduate-hat:before {
|
|
108
|
+
content: "\e9c0";
|
|
119
109
|
}
|
|
120
|
-
.icon-
|
|
121
|
-
content: "\
|
|
110
|
+
.icon-blocks-code-test-checkmark:before {
|
|
111
|
+
content: "\e9c1";
|
|
122
112
|
}
|
|
123
|
-
.icon-
|
|
124
|
-
content: "\
|
|
113
|
+
.icon-camera-photo-capture:before {
|
|
114
|
+
content: "\e9c2";
|
|
125
115
|
}
|
|
126
|
-
.icon-
|
|
127
|
-
content: "\
|
|
116
|
+
.icon-photo-edit-brightness-invert:before {
|
|
117
|
+
content: "\e9c3";
|
|
128
118
|
}
|
|
129
|
-
.icon-
|
|
130
|
-
content: "\
|
|
119
|
+
.icon-unlimited-repeat-subscription-circle:before {
|
|
120
|
+
content: "\e9c4";
|
|
131
121
|
}
|
|
132
|
-
.icon-
|
|
133
|
-
content: "\
|
|
122
|
+
.icon-mute:before {
|
|
123
|
+
content: "\e9c5";
|
|
134
124
|
}
|
|
135
|
-
.icon-
|
|
136
|
-
content: "\
|
|
125
|
+
.icon-volume-full:before {
|
|
126
|
+
content: "\e9c6";
|
|
137
127
|
}
|
|
138
|
-
.icon-
|
|
139
|
-
content: "\
|
|
128
|
+
.icon-hand-money-currency:before {
|
|
129
|
+
content: "\e9c7";
|
|
140
130
|
}
|
|
141
|
-
.icon-
|
|
142
|
-
content: "\
|
|
131
|
+
.icon-bookmark-plus-add:before {
|
|
132
|
+
content: "\e9c8";
|
|
143
133
|
}
|
|
144
134
|
.icon-circle:before {
|
|
145
135
|
content: "\e9c9";
|
|
146
136
|
}
|
|
147
|
-
.icon-clap-applause-hands:before {
|
|
148
|
-
content: "\e9e1";
|
|
149
|
-
}
|
|
150
137
|
.icon-clip-attachment:before {
|
|
151
138
|
content: "\e9ca";
|
|
152
139
|
}
|
|
153
|
-
.icon-clock-history:before {
|
|
154
|
-
content: "\e919";
|
|
155
|
-
}
|
|
156
|
-
.icon-clock-loading:before {
|
|
157
|
-
content: "\e91a";
|
|
158
|
-
}
|
|
159
|
-
.icon-close-circled:before {
|
|
160
|
-
content: "\e91b";
|
|
161
|
-
}
|
|
162
|
-
.icon-close:before {
|
|
163
|
-
content: "\e91c";
|
|
164
|
-
}
|
|
165
|
-
.icon-cloud-storage-checkmark:before {
|
|
166
|
-
content: "\e968";
|
|
167
|
-
}
|
|
168
140
|
.icon-code-text:before {
|
|
169
141
|
content: "\e9cb";
|
|
170
142
|
}
|
|
171
|
-
.icon-
|
|
172
|
-
content: "\
|
|
143
|
+
.icon-document-status-done-checkmark:before {
|
|
144
|
+
content: "\e9cc";
|
|
173
145
|
}
|
|
174
|
-
.icon-
|
|
175
|
-
content: "\
|
|
146
|
+
.icon-done-check-tracked:before {
|
|
147
|
+
content: "\e9cd";
|
|
176
148
|
}
|
|
177
|
-
.icon-
|
|
178
|
-
content: "\
|
|
149
|
+
.icon-home-modern-option-lines:before {
|
|
150
|
+
content: "\e9cf";
|
|
179
151
|
}
|
|
180
|
-
.icon-
|
|
181
|
-
content: "\
|
|
152
|
+
.icon-keyboard:before {
|
|
153
|
+
content: "\e9d0";
|
|
182
154
|
}
|
|
183
|
-
.icon-
|
|
184
|
-
content: "\
|
|
155
|
+
.icon-line:before {
|
|
156
|
+
content: "\e9d1";
|
|
185
157
|
}
|
|
186
|
-
.icon-
|
|
187
|
-
content: "\
|
|
158
|
+
.icon-link-unlink:before {
|
|
159
|
+
content: "\e9d2";
|
|
188
160
|
}
|
|
189
|
-
.icon-
|
|
190
|
-
content: "\
|
|
161
|
+
.icon-measure-angle:before {
|
|
162
|
+
content: "\e9d3";
|
|
191
163
|
}
|
|
192
|
-
.icon-
|
|
193
|
-
content: "\
|
|
164
|
+
.icon-media-library-imports-dowload:before {
|
|
165
|
+
content: "\e9d4";
|
|
194
166
|
}
|
|
195
|
-
.icon-
|
|
196
|
-
content: "\
|
|
167
|
+
.icon-message-chat-info:before {
|
|
168
|
+
content: "\e9d5";
|
|
197
169
|
}
|
|
198
|
-
.icon-
|
|
199
|
-
content: "\
|
|
170
|
+
.icon-microphone-mic-rec-circle:before {
|
|
171
|
+
content: "\e9d6";
|
|
200
172
|
}
|
|
201
|
-
.icon-
|
|
202
|
-
content: "\
|
|
173
|
+
.icon-microphone-mic-rec:before {
|
|
174
|
+
content: "\e9d7";
|
|
203
175
|
}
|
|
204
|
-
.icon-
|
|
205
|
-
content: "\
|
|
176
|
+
.icon-microphone-mic-recording-circle:before {
|
|
177
|
+
content: "\e9d8";
|
|
206
178
|
}
|
|
207
|
-
.icon-
|
|
208
|
-
content: "\
|
|
179
|
+
.icon-pie-graph-chart-sample:before {
|
|
180
|
+
content: "\e9d9";
|
|
209
181
|
}
|
|
210
|
-
.icon-
|
|
211
|
-
content: "\
|
|
182
|
+
.icon-plus-add-rectangle:before {
|
|
183
|
+
content: "\e9da";
|
|
212
184
|
}
|
|
213
|
-
.icon-
|
|
214
|
-
content: "\
|
|
185
|
+
.icon-polygon:before {
|
|
186
|
+
content: "\e9db";
|
|
215
187
|
}
|
|
216
|
-
.icon-
|
|
217
|
-
content: "\
|
|
188
|
+
.icon-rotate-arrow-manual:before {
|
|
189
|
+
content: "\e9dc";
|
|
218
190
|
}
|
|
219
|
-
.icon-
|
|
220
|
-
content: "\
|
|
191
|
+
.icon-rotate-item-left:before {
|
|
192
|
+
content: "\e9dd";
|
|
221
193
|
}
|
|
222
|
-
.icon-
|
|
223
|
-
content: "\
|
|
194
|
+
.icon-rotate-item-right:before {
|
|
195
|
+
content: "\e9de";
|
|
224
196
|
}
|
|
225
|
-
.icon-
|
|
226
|
-
content: "\
|
|
197
|
+
.icon-stars-light-sparkle:before {
|
|
198
|
+
content: "\e9df";
|
|
227
199
|
}
|
|
228
|
-
.icon-
|
|
229
|
-
content: "\
|
|
200
|
+
.icon-undone-uncheck-untracked:before {
|
|
201
|
+
content: "\e9e0";
|
|
230
202
|
}
|
|
231
|
-
.icon-
|
|
232
|
-
content: "\
|
|
203
|
+
.icon-clap-applause-hands:before {
|
|
204
|
+
content: "\e9e1";
|
|
233
205
|
}
|
|
234
|
-
.icon-
|
|
235
|
-
content: "\
|
|
206
|
+
.icon-email-mail-checkmark-group:before {
|
|
207
|
+
content: "\e9e2";
|
|
236
208
|
}
|
|
237
|
-
.icon-
|
|
238
|
-
content: "\
|
|
209
|
+
.icon-circle-ellipses:before {
|
|
210
|
+
content: "\e9e3";
|
|
239
211
|
}
|
|
240
|
-
.icon-
|
|
241
|
-
content: "\
|
|
212
|
+
.icon-crosshair:before {
|
|
213
|
+
content: "\e9e5";
|
|
214
|
+
}
|
|
215
|
+
.icon-cursor-select:before {
|
|
216
|
+
content: "\e9e6";
|
|
242
217
|
}
|
|
243
218
|
.icon-draw-rectangle:before {
|
|
244
219
|
content: "\e9e7";
|
|
245
220
|
}
|
|
246
|
-
.icon-
|
|
247
|
-
content: "\
|
|
221
|
+
.icon-ruler-bidirectional:before {
|
|
222
|
+
content: "\e9e8";
|
|
248
223
|
}
|
|
249
|
-
.icon-
|
|
250
|
-
content: "\
|
|
224
|
+
.icon-ruler:before {
|
|
225
|
+
content: "\e9e9";
|
|
251
226
|
}
|
|
252
|
-
.icon-
|
|
253
|
-
content: "\
|
|
227
|
+
.icon-workspace-mode:before {
|
|
228
|
+
content: "\e9ea";
|
|
254
229
|
}
|
|
255
|
-
.icon-
|
|
256
|
-
content: "\
|
|
230
|
+
.icon-creative-commons:before {
|
|
231
|
+
content: "\e9ec";
|
|
257
232
|
}
|
|
258
|
-
.icon-
|
|
259
|
-
content: "\
|
|
233
|
+
.icon-free-rights:before {
|
|
234
|
+
content: "\e9ed";
|
|
260
235
|
}
|
|
261
|
-
.icon-
|
|
262
|
-
content: "\
|
|
236
|
+
.icon-hammer-screwdriver:before {
|
|
237
|
+
content: "\e9ee";
|
|
263
238
|
}
|
|
264
|
-
.icon-
|
|
265
|
-
content: "\
|
|
239
|
+
.icon-arrow-annotate:before {
|
|
240
|
+
content: "\e9ef";
|
|
266
241
|
}
|
|
267
|
-
.icon-
|
|
268
|
-
content: "\
|
|
242
|
+
.icon-arrow:before {
|
|
243
|
+
content: "\e9f0";
|
|
269
244
|
}
|
|
270
|
-
.icon-
|
|
271
|
-
content: "\
|
|
245
|
+
.icon-notebook-open:before {
|
|
246
|
+
content: "\e998";
|
|
272
247
|
}
|
|
273
|
-
.icon-
|
|
274
|
-
content: "\
|
|
248
|
+
.icon-windows:before {
|
|
249
|
+
content: "\e963";
|
|
275
250
|
}
|
|
276
|
-
.icon-
|
|
277
|
-
content: "\
|
|
251
|
+
.icon-add-new-create:before {
|
|
252
|
+
content: "\e969";
|
|
278
253
|
}
|
|
279
|
-
.icon-
|
|
280
|
-
content: "\
|
|
254
|
+
.icon-add-row-above:before {
|
|
255
|
+
content: "\e96a";
|
|
281
256
|
}
|
|
282
|
-
.icon-
|
|
283
|
-
content: "\
|
|
257
|
+
.icon-add-row-below:before {
|
|
258
|
+
content: "\e96b";
|
|
284
259
|
}
|
|
285
|
-
.icon-
|
|
286
|
-
content: "\
|
|
260
|
+
.icon-arrow-rotate-restore:before {
|
|
261
|
+
content: "\e96c";
|
|
287
262
|
}
|
|
288
|
-
.icon-
|
|
289
|
-
content: "\
|
|
263
|
+
.icon-arrow-rotate:before {
|
|
264
|
+
content: "\e96d";
|
|
290
265
|
}
|
|
291
|
-
.icon-
|
|
292
|
-
content: "\
|
|
266
|
+
.icon-arrow-back-collapse:before {
|
|
267
|
+
content: "\e96e";
|
|
293
268
|
}
|
|
294
|
-
.icon-
|
|
295
|
-
content: "\
|
|
269
|
+
.icon-arrow-forward-collapse:before {
|
|
270
|
+
content: "\e96f";
|
|
296
271
|
}
|
|
297
|
-
.icon-
|
|
298
|
-
content: "\
|
|
272
|
+
.icon-barcode-serial:before {
|
|
273
|
+
content: "\e97a";
|
|
299
274
|
}
|
|
300
|
-
.icon-
|
|
301
|
-
content: "\
|
|
275
|
+
.icon-barcode-stack-scan:before {
|
|
276
|
+
content: "\e97b";
|
|
302
277
|
}
|
|
303
|
-
.icon-
|
|
304
|
-
content: "\
|
|
278
|
+
.icon-button-form-element:before {
|
|
279
|
+
content: "\e97c";
|
|
305
280
|
}
|
|
306
|
-
.icon-
|
|
307
|
-
content: "\
|
|
281
|
+
.icon-calendar-schedule:before {
|
|
282
|
+
content: "\e97d";
|
|
308
283
|
}
|
|
309
|
-
.icon-
|
|
310
|
-
content: "\
|
|
284
|
+
.icon-chat-messages-bubble:before {
|
|
285
|
+
content: "\e97e";
|
|
311
286
|
}
|
|
312
|
-
.icon-
|
|
313
|
-
content: "\
|
|
287
|
+
.icon-checklist-tasks-chechmark-square:before {
|
|
288
|
+
content: "\e97f";
|
|
314
289
|
}
|
|
315
|
-
.icon-
|
|
316
|
-
content: "\
|
|
290
|
+
.icon-color-design-profile:before {
|
|
291
|
+
content: "\e980";
|
|
317
292
|
}
|
|
318
|
-
.icon-
|
|
319
|
-
content: "\
|
|
293
|
+
.icon-computer-chip:before {
|
|
294
|
+
content: "\e981";
|
|
320
295
|
}
|
|
321
|
-
.icon-
|
|
322
|
-
content: "\
|
|
296
|
+
.icon-contrast-photo-edit:before {
|
|
297
|
+
content: "\e982";
|
|
323
298
|
}
|
|
324
|
-
.icon-
|
|
325
|
-
content: "\
|
|
299
|
+
.icon-document-file-list-protocol:before {
|
|
300
|
+
content: "\e983";
|
|
326
301
|
}
|
|
327
|
-
.icon-
|
|
328
|
-
content: "\
|
|
302
|
+
.icon-drag-drop-indicator:before {
|
|
303
|
+
content: "\e984";
|
|
329
304
|
}
|
|
330
|
-
.icon-
|
|
331
|
-
content: "\
|
|
305
|
+
.icon-form-metadata-element:before {
|
|
306
|
+
content: "\e985";
|
|
332
307
|
}
|
|
333
|
-
.icon-
|
|
334
|
-
content: "\
|
|
308
|
+
.icon-full-screen-zoom:before {
|
|
309
|
+
content: "\e986";
|
|
335
310
|
}
|
|
336
|
-
.icon-
|
|
337
|
-
content: "\
|
|
311
|
+
.icon-layout:before {
|
|
312
|
+
content: "\e987";
|
|
338
313
|
}
|
|
339
314
|
.icon-header-form-element:before {
|
|
340
315
|
content: "\e988";
|
|
341
316
|
}
|
|
342
|
-
.icon-home-modern-door:before {
|
|
343
|
-
content: "\e9e4";
|
|
344
|
-
}
|
|
345
|
-
.icon-home-modern-option-lines:before {
|
|
346
|
-
content: "\e9cf";
|
|
347
|
-
}
|
|
348
317
|
.icon-human-artificial-intelligence:before {
|
|
349
318
|
content: "\e989";
|
|
350
319
|
}
|
|
351
|
-
.icon-icon-placeholder:before {
|
|
352
|
-
content: "\e947";
|
|
353
|
-
}
|
|
354
320
|
.icon-image-photo-copy-left-down:before {
|
|
355
321
|
content: "\e98a";
|
|
356
322
|
}
|
|
357
323
|
.icon-image-picture-square:before {
|
|
358
324
|
content: "\e98b";
|
|
359
325
|
}
|
|
360
|
-
.icon-information-circle:before {
|
|
361
|
-
content: "\e92a";
|
|
362
|
-
}
|
|
363
326
|
.icon-items-group-elements:before {
|
|
364
327
|
content: "\e98c";
|
|
365
328
|
}
|
|
366
|
-
.icon-
|
|
367
|
-
content: "\
|
|
329
|
+
.icon-layers:before {
|
|
330
|
+
content: "\e98d";
|
|
368
331
|
}
|
|
369
|
-
.icon-
|
|
370
|
-
content: "\
|
|
332
|
+
.icon-menu-burger-handle:before {
|
|
333
|
+
content: "\e98e";
|
|
371
334
|
}
|
|
372
|
-
.icon-
|
|
373
|
-
content: "\
|
|
335
|
+
.icon-menu-list-form-square:before {
|
|
336
|
+
content: "\e98f";
|
|
374
337
|
}
|
|
375
|
-
.icon-
|
|
376
|
-
content: "\
|
|
338
|
+
.icon-message-chat-question-support:before {
|
|
339
|
+
content: "\e990";
|
|
377
340
|
}
|
|
378
|
-
.icon-
|
|
379
|
-
content: "\
|
|
341
|
+
.icon-message-question-checkmark:before {
|
|
342
|
+
content: "\e991";
|
|
380
343
|
}
|
|
381
|
-
.icon-
|
|
382
|
-
content: "\
|
|
344
|
+
.icon-minus:before {
|
|
345
|
+
content: "\e992";
|
|
383
346
|
}
|
|
384
|
-
.icon-
|
|
385
|
-
content: "\
|
|
347
|
+
.icon-mouse-big:before {
|
|
348
|
+
content: "\e993";
|
|
386
349
|
}
|
|
387
|
-
.icon-
|
|
388
|
-
content: "\
|
|
350
|
+
.icon-move:before {
|
|
351
|
+
content: "\e994";
|
|
389
352
|
}
|
|
390
|
-
.icon-
|
|
391
|
-
content: "\
|
|
353
|
+
.icon-music-play-resume:before {
|
|
354
|
+
content: "\e995";
|
|
392
355
|
}
|
|
393
|
-
.icon-
|
|
394
|
-
content: "\
|
|
356
|
+
.icon-music-stop:before {
|
|
357
|
+
content: "\e996";
|
|
395
358
|
}
|
|
396
|
-
.icon-
|
|
397
|
-
content: "\
|
|
359
|
+
.icon-notebook-add-plus:before {
|
|
360
|
+
content: "\e997";
|
|
398
361
|
}
|
|
399
|
-
.icon-
|
|
400
|
-
content: "\
|
|
362
|
+
.icon-notebook-pen-edit:before {
|
|
363
|
+
content: "\e99a";
|
|
401
364
|
}
|
|
402
|
-
.icon-
|
|
403
|
-
content: "\
|
|
365
|
+
.icon-notebook:before {
|
|
366
|
+
content: "\e99b";
|
|
404
367
|
}
|
|
405
|
-
.icon-
|
|
406
|
-
content: "\
|
|
368
|
+
.icon-notes-pen:before {
|
|
369
|
+
content: "\e99c";
|
|
407
370
|
}
|
|
408
|
-
.icon-
|
|
409
|
-
content: "\
|
|
371
|
+
.icon-object-search-zoom-plus:before {
|
|
372
|
+
content: "\e99d";
|
|
410
373
|
}
|
|
411
|
-
.icon-
|
|
412
|
-
content: "\
|
|
374
|
+
.icon-pencil-edit-create:before {
|
|
375
|
+
content: "\e99e";
|
|
413
376
|
}
|
|
414
|
-
.icon-
|
|
415
|
-
content: "\
|
|
377
|
+
.icon-protection-target:before {
|
|
378
|
+
content: "\e99f";
|
|
416
379
|
}
|
|
417
|
-
.icon-
|
|
418
|
-
content: "\
|
|
380
|
+
.icon-rotate:before {
|
|
381
|
+
content: "\e9a0";
|
|
419
382
|
}
|
|
420
|
-
.icon-
|
|
421
|
-
content: "\
|
|
383
|
+
.icon-scanner:before {
|
|
384
|
+
content: "\e9a1";
|
|
422
385
|
}
|
|
423
|
-
.icon-
|
|
424
|
-
content: "\
|
|
386
|
+
.icon-search-user-profile-person:before {
|
|
387
|
+
content: "\e9a2";
|
|
425
388
|
}
|
|
426
|
-
.icon-
|
|
427
|
-
content: "\
|
|
389
|
+
.icon-search-zoom-minus:before {
|
|
390
|
+
content: "\e9a3";
|
|
428
391
|
}
|
|
429
|
-
.icon-
|
|
430
|
-
content: "\
|
|
392
|
+
.icon-search-zoom-plus:before {
|
|
393
|
+
content: "\e9a4";
|
|
431
394
|
}
|
|
432
|
-
.icon-
|
|
433
|
-
content: "\
|
|
395
|
+
.icon-section-form-element:before {
|
|
396
|
+
content: "\e9a5";
|
|
434
397
|
}
|
|
435
|
-
.icon-
|
|
436
|
-
content: "\
|
|
398
|
+
.icon-server-databases-key-protection:before {
|
|
399
|
+
content: "\e9a6";
|
|
437
400
|
}
|
|
438
|
-
.icon-
|
|
439
|
-
content: "\
|
|
401
|
+
.icon-server-databases-sync-import:before {
|
|
402
|
+
content: "\e9a7";
|
|
440
403
|
}
|
|
441
|
-
.icon-
|
|
442
|
-
content: "\
|
|
404
|
+
.icon-servers-database:before {
|
|
405
|
+
content: "\e9a8";
|
|
443
406
|
}
|
|
444
|
-
.icon-
|
|
445
|
-
content: "\
|
|
407
|
+
.icon-target:before {
|
|
408
|
+
content: "\e9a9";
|
|
446
409
|
}
|
|
447
|
-
.icon-
|
|
448
|
-
content: "\
|
|
410
|
+
.icon-text-long:before {
|
|
411
|
+
content: "\e9aa";
|
|
449
412
|
}
|
|
450
|
-
.icon-
|
|
451
|
-
content: "\
|
|
413
|
+
.icon-text-short-form-element:before {
|
|
414
|
+
content: "\e9ab";
|
|
452
415
|
}
|
|
453
|
-
.icon-
|
|
454
|
-
content: "\
|
|
416
|
+
.icon-timer-clock-style:before {
|
|
417
|
+
content: "\e9ac";
|
|
455
418
|
}
|
|
456
|
-
.icon-
|
|
457
|
-
content: "\
|
|
419
|
+
.icon-user-document:before {
|
|
420
|
+
content: "\e9ad";
|
|
458
421
|
}
|
|
459
|
-
.icon-
|
|
460
|
-
content: "\
|
|
422
|
+
.icon-video-player-controls:before {
|
|
423
|
+
content: "\e9ae";
|
|
461
424
|
}
|
|
462
|
-
.icon-
|
|
463
|
-
content: "\
|
|
425
|
+
.icon-visible-eye-hidden:before {
|
|
426
|
+
content: "\e9af";
|
|
427
|
+
}
|
|
428
|
+
.icon-window-finder-resize-arrow-down:before {
|
|
429
|
+
content: "\e9b0";
|
|
430
|
+
}
|
|
431
|
+
.icon-window-finder-resize-arrow-up:before {
|
|
432
|
+
content: "\e9b1";
|
|
433
|
+
}
|
|
434
|
+
.icon-window-resize-left:before {
|
|
435
|
+
content: "\e9b2";
|
|
436
|
+
}
|
|
437
|
+
.icon-window-resize-right:before {
|
|
438
|
+
content: "\e9b3";
|
|
439
|
+
}
|
|
440
|
+
.icon-window-zoom-plus-loupe:before {
|
|
441
|
+
content: "\e9b4";
|
|
442
|
+
}
|
|
443
|
+
.icon-laptop-health-medical-cross:before {
|
|
444
|
+
content: "\e971";
|
|
445
|
+
}
|
|
446
|
+
.icon-radiology-scan-circle:before {
|
|
447
|
+
content: "\e974";
|
|
464
448
|
}
|
|
465
449
|
.icon-money-coin:before {
|
|
466
450
|
content: "\e965";
|
|
467
451
|
}
|
|
452
|
+
.icon-brain:before {
|
|
453
|
+
content: "\e972";
|
|
454
|
+
}
|
|
455
|
+
.icon-dna-hospital-medical:before {
|
|
456
|
+
content: "\e973";
|
|
457
|
+
}
|
|
458
|
+
.icon-lung:before {
|
|
459
|
+
content: "\e975";
|
|
460
|
+
}
|
|
461
|
+
.icon-lungs:before {
|
|
462
|
+
content: "\e976";
|
|
463
|
+
}
|
|
464
|
+
.icon-protective-mask:before {
|
|
465
|
+
content: "\e977";
|
|
466
|
+
}
|
|
467
|
+
.icon-radiology-scan:before {
|
|
468
|
+
content: "\e978";
|
|
469
|
+
}
|
|
470
|
+
.icon-stomach:before {
|
|
471
|
+
content: "\e979";
|
|
472
|
+
}
|
|
473
|
+
.icon-cash-banknotes:before {
|
|
474
|
+
content: "\e964";
|
|
475
|
+
}
|
|
468
476
|
.icon-money-dollar:before {
|
|
469
477
|
content: "\e966";
|
|
470
478
|
}
|
|
471
479
|
.icon-money:before {
|
|
472
480
|
content: "\e967";
|
|
473
481
|
}
|
|
474
|
-
.icon-
|
|
475
|
-
content: "\
|
|
482
|
+
.icon-cloud-storage-checkmark:before {
|
|
483
|
+
content: "\e968";
|
|
476
484
|
}
|
|
477
|
-
.icon-
|
|
478
|
-
content: "\
|
|
485
|
+
.icon-modalities:before {
|
|
486
|
+
content: "\e970";
|
|
479
487
|
}
|
|
480
|
-
.icon-
|
|
481
|
-
content: "\
|
|
488
|
+
.icon-search-loop:before {
|
|
489
|
+
content: "\e936";
|
|
482
490
|
}
|
|
483
|
-
.icon-
|
|
484
|
-
content: "\
|
|
491
|
+
.icon-question-circle:before {
|
|
492
|
+
content: "\e921";
|
|
485
493
|
}
|
|
486
|
-
.icon-
|
|
487
|
-
content: "\
|
|
494
|
+
.icon-earth-globe-fail:before {
|
|
495
|
+
content: "\e935";
|
|
488
496
|
}
|
|
489
|
-
.icon-
|
|
490
|
-
content: "\
|
|
497
|
+
.icon-user-setting-gear:before {
|
|
498
|
+
content: "\e909";
|
|
491
499
|
}
|
|
492
|
-
.icon-
|
|
493
|
-
content: "\
|
|
500
|
+
.icon-user-delete-cross:before {
|
|
501
|
+
content: "\e95b";
|
|
494
502
|
}
|
|
495
|
-
.icon-
|
|
496
|
-
content: "\
|
|
503
|
+
.icon-apply-copy-duplicate:before {
|
|
504
|
+
content: "\e95c";
|
|
497
505
|
}
|
|
498
|
-
.icon-
|
|
499
|
-
content: "\
|
|
506
|
+
.icon-arrow-down:before {
|
|
507
|
+
content: "\e95d";
|
|
500
508
|
}
|
|
501
|
-
.icon-
|
|
502
|
-
content: "\
|
|
509
|
+
.icon-arrow-up:before {
|
|
510
|
+
content: "\e95e";
|
|
503
511
|
}
|
|
504
|
-
.icon-
|
|
505
|
-
content: "\
|
|
512
|
+
.icon-grid-layout:before {
|
|
513
|
+
content: "\e95f";
|
|
506
514
|
}
|
|
507
|
-
.icon-
|
|
508
|
-
content: "\
|
|
515
|
+
.icon-folder-blank:before {
|
|
516
|
+
content: "\e960";
|
|
509
517
|
}
|
|
510
|
-
.icon-
|
|
511
|
-
content: "\
|
|
518
|
+
.icon-folder-group:before {
|
|
519
|
+
content: "\e961";
|
|
512
520
|
}
|
|
513
|
-
.icon-
|
|
514
|
-
content: "\
|
|
521
|
+
.icon-file-text:before {
|
|
522
|
+
content: "\e962";
|
|
523
|
+
}
|
|
524
|
+
.icon-edit-boxed:before {
|
|
525
|
+
content: "\e922";
|
|
526
|
+
}
|
|
527
|
+
.icon-chart-trend-square:before {
|
|
528
|
+
content: "\e900";
|
|
529
|
+
}
|
|
530
|
+
.icon-layout-grid:before {
|
|
531
|
+
content: "\e901";
|
|
532
|
+
}
|
|
533
|
+
.icon-files-library-content:before {
|
|
534
|
+
content: "\e902";
|
|
535
|
+
}
|
|
536
|
+
.icon-user-lock:before {
|
|
537
|
+
content: "\e903";
|
|
538
|
+
}
|
|
539
|
+
.icon-lock:before {
|
|
540
|
+
content: "\e904";
|
|
541
|
+
}
|
|
542
|
+
.icon-add-user:before {
|
|
543
|
+
content: "\e905";
|
|
544
|
+
}
|
|
545
|
+
.icon-user-checked:before {
|
|
546
|
+
content: "\e906";
|
|
547
|
+
}
|
|
548
|
+
.icon-user-group:before {
|
|
549
|
+
content: "\e907";
|
|
550
|
+
}
|
|
551
|
+
.icon-user-key:before {
|
|
552
|
+
content: "\e908";
|
|
553
|
+
}
|
|
554
|
+
.icon-thumbs-up-like:before {
|
|
555
|
+
content: "\e90a";
|
|
556
|
+
}
|
|
557
|
+
.icon-apple:before {
|
|
558
|
+
content: "\e90b";
|
|
559
|
+
}
|
|
560
|
+
.icon-gitlab:before {
|
|
561
|
+
content: "\e90c";
|
|
562
|
+
}
|
|
563
|
+
.icon-linux:before {
|
|
564
|
+
content: "\e90d";
|
|
565
|
+
}
|
|
566
|
+
.icon-add-server:before {
|
|
567
|
+
content: "\e90e";
|
|
568
|
+
}
|
|
569
|
+
.icon-server-checkmark:before {
|
|
570
|
+
content: "\e90f";
|
|
571
|
+
}
|
|
572
|
+
.icon-server-upload:before {
|
|
573
|
+
content: "\e910";
|
|
574
|
+
}
|
|
575
|
+
.icon-server:before {
|
|
576
|
+
content: "\e911";
|
|
577
|
+
}
|
|
578
|
+
.icon-lock-unlock:before {
|
|
579
|
+
content: "\e912";
|
|
515
580
|
}
|
|
516
|
-
.icon-
|
|
517
|
-
content: "\
|
|
581
|
+
.icon-data-tree:before {
|
|
582
|
+
content: "\e913";
|
|
518
583
|
}
|
|
519
|
-
.icon-
|
|
520
|
-
content: "\
|
|
584
|
+
.icon-add-circle:before {
|
|
585
|
+
content: "\e914";
|
|
521
586
|
}
|
|
522
|
-
.icon-
|
|
523
|
-
content: "\
|
|
587
|
+
.icon-bell-notification:before {
|
|
588
|
+
content: "\e915";
|
|
524
589
|
}
|
|
525
|
-
.icon-
|
|
526
|
-
content: "\
|
|
590
|
+
.icon-bookmark:before {
|
|
591
|
+
content: "\e916";
|
|
527
592
|
}
|
|
528
|
-
.icon-
|
|
529
|
-
content: "\
|
|
593
|
+
.icon-chart-square:before {
|
|
594
|
+
content: "\e917";
|
|
530
595
|
}
|
|
531
|
-
.icon-
|
|
532
|
-
content: "\
|
|
596
|
+
.icon-checklist:before {
|
|
597
|
+
content: "\e918";
|
|
533
598
|
}
|
|
534
|
-
.icon-
|
|
535
|
-
content: "\
|
|
599
|
+
.icon-clock-history:before {
|
|
600
|
+
content: "\e919";
|
|
536
601
|
}
|
|
537
|
-
.icon-
|
|
538
|
-
content: "\
|
|
602
|
+
.icon-clock-loading:before {
|
|
603
|
+
content: "\e91a";
|
|
539
604
|
}
|
|
540
|
-
.icon-
|
|
541
|
-
content: "\
|
|
605
|
+
.icon-close-circled:before {
|
|
606
|
+
content: "\e91b";
|
|
542
607
|
}
|
|
543
|
-
.icon-
|
|
544
|
-
content: "\
|
|
608
|
+
.icon-close:before {
|
|
609
|
+
content: "\e91c";
|
|
545
610
|
}
|
|
546
|
-
.icon-
|
|
547
|
-
content: "\
|
|
611
|
+
.icon-copy-item:before {
|
|
612
|
+
content: "\e91d";
|
|
548
613
|
}
|
|
549
|
-
.icon-
|
|
550
|
-
content: "\
|
|
614
|
+
.icon-done-check:before {
|
|
615
|
+
content: "\e91e";
|
|
551
616
|
}
|
|
552
|
-
.icon-
|
|
553
|
-
content: "\
|
|
617
|
+
.icon-download-status:before {
|
|
618
|
+
content: "\e91f";
|
|
554
619
|
}
|
|
555
|
-
.icon-
|
|
556
|
-
content: "\
|
|
557
|
-
}.icon-rotate:before {
|
|
558
|
-
content: "\e9a0";
|
|
620
|
+
.icon-download:before {
|
|
621
|
+
content: "\e920";
|
|
559
622
|
}
|
|
560
|
-
.icon-
|
|
561
|
-
content: "\
|
|
623
|
+
.icon-edit:before {
|
|
624
|
+
content: "\e923";
|
|
562
625
|
}
|
|
563
|
-
.icon-
|
|
564
|
-
content: "\
|
|
626
|
+
.icon-email:before {
|
|
627
|
+
content: "\e924";
|
|
565
628
|
}
|
|
566
|
-
.icon-
|
|
567
|
-
content: "\
|
|
629
|
+
.icon-file-download:before {
|
|
630
|
+
content: "\e925";
|
|
568
631
|
}
|
|
569
|
-
.icon-
|
|
570
|
-
content: "\
|
|
632
|
+
.icon-files-library:before {
|
|
633
|
+
content: "\e926";
|
|
571
634
|
}
|
|
572
|
-
.icon-
|
|
573
|
-
content: "\
|
|
635
|
+
.icon-files:before {
|
|
636
|
+
content: "\e927";
|
|
574
637
|
}
|
|
575
|
-
.icon-
|
|
576
|
-
content: "\
|
|
638
|
+
.icon-filter:before {
|
|
639
|
+
content: "\e928";
|
|
577
640
|
}
|
|
578
|
-
.icon-
|
|
579
|
-
content: "\
|
|
641
|
+
.icon-flag:before {
|
|
642
|
+
content: "\e929";
|
|
580
643
|
}
|
|
581
|
-
.icon-
|
|
582
|
-
content: "\
|
|
644
|
+
.icon-information-circle:before {
|
|
645
|
+
content: "\e92a";
|
|
583
646
|
}
|
|
584
|
-
.icon-
|
|
585
|
-
content: "\
|
|
647
|
+
.icon-key:before {
|
|
648
|
+
content: "\e92b";
|
|
586
649
|
}
|
|
587
|
-
.icon-
|
|
588
|
-
content: "\
|
|
650
|
+
.icon-keychain:before {
|
|
651
|
+
content: "\e92c";
|
|
589
652
|
}
|
|
590
|
-
.icon-
|
|
591
|
-
content: "\
|
|
653
|
+
.icon-label-tag:before {
|
|
654
|
+
content: "\e92d";
|
|
592
655
|
}
|
|
593
|
-
.icon-
|
|
594
|
-
content: "\
|
|
656
|
+
.icon-link:before {
|
|
657
|
+
content: "\e92e";
|
|
595
658
|
}
|
|
596
|
-
.icon-
|
|
597
|
-
content: "\
|
|
659
|
+
.icon-loading-status-checkmark:before {
|
|
660
|
+
content: "\e92f";
|
|
598
661
|
}
|
|
599
|
-
.icon-
|
|
600
|
-
content: "\
|
|
662
|
+
.icon-logout:before {
|
|
663
|
+
content: "\e930";
|
|
601
664
|
}
|
|
602
|
-
.icon-
|
|
603
|
-
content: "\
|
|
665
|
+
.icon-menu-horizontal:before {
|
|
666
|
+
content: "\e931";
|
|
604
667
|
}
|
|
605
|
-
.icon-
|
|
606
|
-
content: "\
|
|
668
|
+
.icon-menu-vertical:before {
|
|
669
|
+
content: "\e932";
|
|
607
670
|
}
|
|
608
|
-
.icon-
|
|
609
|
-
content: "\
|
|
671
|
+
.icon-open:before {
|
|
672
|
+
content: "\e933";
|
|
610
673
|
}
|
|
611
|
-
.icon-
|
|
612
|
-
content: "\
|
|
674
|
+
.icon-pie-chart:before {
|
|
675
|
+
content: "\e934";
|
|
613
676
|
}
|
|
614
|
-
.icon-
|
|
615
|
-
content: "\
|
|
677
|
+
.icon-search:before {
|
|
678
|
+
content: "\e937";
|
|
616
679
|
}
|
|
617
680
|
.icon-setting-gear:before {
|
|
618
681
|
content: "\e938";
|
|
@@ -638,112 +701,85 @@
|
|
|
638
701
|
.icon-star:before {
|
|
639
702
|
content: "\e93f";
|
|
640
703
|
}
|
|
641
|
-
.icon-stars-light-sparkle:before {
|
|
642
|
-
content: "\e9df";
|
|
643
|
-
}
|
|
644
|
-
.icon-stomach:before {
|
|
645
|
-
content: "\e979";
|
|
646
|
-
}
|
|
647
704
|
.icon-substract-group:before {
|
|
648
705
|
content: "\e940";
|
|
649
706
|
}
|
|
650
707
|
.icon-switch:before {
|
|
651
708
|
content: "\e941";
|
|
652
709
|
}
|
|
653
|
-
.icon-target:before {
|
|
654
|
-
content: "\e9a9";
|
|
655
|
-
}
|
|
656
|
-
.icon-tasklist-to-do-checkmark:before {
|
|
657
|
-
content: "\e9eb";
|
|
658
|
-
}
|
|
659
|
-
.icon-text-long:before {
|
|
660
|
-
content: "\e9aa";
|
|
661
|
-
}
|
|
662
|
-
.icon-text-short-form-element:before {
|
|
663
|
-
content: "\e9ab";
|
|
664
|
-
}
|
|
665
|
-
.icon-thumbs-up-like:before {
|
|
666
|
-
content: "\e90a";
|
|
667
|
-
}
|
|
668
|
-
.icon-timer-clock-style:before {
|
|
669
|
-
content: "\e9ac";
|
|
670
|
-
}
|
|
671
710
|
.icon-trash-delete:before {
|
|
672
711
|
content: "\e942";
|
|
673
712
|
}
|
|
674
|
-
.icon-undone-uncheck-untracked:before {
|
|
675
|
-
content: "\e9e0";
|
|
676
|
-
}
|
|
677
|
-
.icon-unlimited-repeat-subscription-circle:before {
|
|
678
|
-
content: "\e9c4";
|
|
679
|
-
}
|
|
680
713
|
.icon-upload:before {
|
|
681
714
|
content: "\e943";
|
|
682
715
|
}
|
|
683
|
-
.icon-user
|
|
684
|
-
content: "\
|
|
716
|
+
.icon-user:before {
|
|
717
|
+
content: "\e944";
|
|
685
718
|
}
|
|
686
|
-
.icon-
|
|
687
|
-
content: "\
|
|
719
|
+
.icon-warning-circle:before {
|
|
720
|
+
content: "\e945";
|
|
688
721
|
}
|
|
689
|
-
.icon-
|
|
690
|
-
content: "\
|
|
722
|
+
.icon-warning:before {
|
|
723
|
+
content: "\e946";
|
|
691
724
|
}
|
|
692
|
-
.icon-
|
|
693
|
-
content: "\
|
|
725
|
+
.icon-icon-placeholder:before {
|
|
726
|
+
content: "\e947";
|
|
694
727
|
}
|
|
695
|
-
.icon-
|
|
696
|
-
content: "\
|
|
728
|
+
.icon-network-storage-alert:before {
|
|
729
|
+
content: "\e948";
|
|
697
730
|
}
|
|
698
|
-
.icon-
|
|
699
|
-
content: "\
|
|
731
|
+
.icon-folder-add:before {
|
|
732
|
+
content: "\e949";
|
|
700
733
|
}
|
|
701
|
-
.icon-
|
|
702
|
-
content: "\
|
|
734
|
+
.icon-folder-checked:before {
|
|
735
|
+
content: "\e94a";
|
|
703
736
|
}
|
|
704
|
-
.icon-
|
|
705
|
-
content: "\
|
|
737
|
+
.icon-folder-open:before {
|
|
738
|
+
content: "\e94b";
|
|
706
739
|
}
|
|
707
|
-
.icon-
|
|
708
|
-
content: "\
|
|
740
|
+
.icon-folder-share:before {
|
|
741
|
+
content: "\e94c";
|
|
709
742
|
}
|
|
710
|
-
.icon-
|
|
711
|
-
content: "\
|
|
743
|
+
.icon-document-file-blank:before {
|
|
744
|
+
content: "\e94d";
|
|
712
745
|
}
|
|
713
|
-
.icon-
|
|
714
|
-
content: "\
|
|
746
|
+
.icon-document-file-download:before {
|
|
747
|
+
content: "\e94e";
|
|
715
748
|
}
|
|
716
|
-
.icon-
|
|
717
|
-
content: "\
|
|
749
|
+
.icon-document-file-tar:before {
|
|
750
|
+
content: "\e94f";
|
|
718
751
|
}
|
|
719
|
-
.icon-
|
|
720
|
-
content: "\
|
|
752
|
+
.icon-document-file-zip:before {
|
|
753
|
+
content: "\e950";
|
|
721
754
|
}
|
|
722
|
-
.icon-
|
|
723
|
-
content: "\
|
|
755
|
+
.icon-document-visible:before {
|
|
756
|
+
content: "\e951";
|
|
724
757
|
}
|
|
725
|
-
.icon-
|
|
726
|
-
content: "\
|
|
758
|
+
.icon-documents-files:before {
|
|
759
|
+
content: "\e952";
|
|
727
760
|
}
|
|
728
|
-
.icon-
|
|
729
|
-
content: "\
|
|
761
|
+
.icon-arrow-back:before {
|
|
762
|
+
content: "\e953";
|
|
730
763
|
}
|
|
731
|
-
.icon-
|
|
732
|
-
content: "\
|
|
764
|
+
.icon-arrow-forward:before {
|
|
765
|
+
content: "\e954";
|
|
733
766
|
}
|
|
734
|
-
.icon-
|
|
735
|
-
content: "\
|
|
767
|
+
.icon-chevron-back:before {
|
|
768
|
+
content: "\e955";
|
|
736
769
|
}
|
|
737
|
-
.icon-
|
|
738
|
-
content: "\
|
|
770
|
+
.icon-chevron-down:before {
|
|
771
|
+
content: "\e956";
|
|
739
772
|
}
|
|
740
|
-
.icon-
|
|
741
|
-
content: "\
|
|
773
|
+
.icon-chevron-forward:before {
|
|
774
|
+
content: "\e957";
|
|
742
775
|
}
|
|
743
|
-
.icon-
|
|
744
|
-
content: "\
|
|
776
|
+
.icon-chevron-up:before {
|
|
777
|
+
content: "\e958";
|
|
745
778
|
}
|
|
746
|
-
.icon-
|
|
747
|
-
content: "\
|
|
779
|
+
.icon-embed-circle:before {
|
|
780
|
+
content: "\e959";
|
|
781
|
+
}
|
|
782
|
+
.icon-rotate-refresh:before {
|
|
783
|
+
content: "\e95a";
|
|
748
784
|
}
|
|
749
|
-
}
|
|
785
|
+
}
|