@flywheel-io/vision 2.0.0-beta.7 → 2.0.0-beta.9

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.
Files changed (43) hide show
  1. package/assets/fonts/Flywheel-Vision-Icons.svg +26 -0
  2. package/assets/fonts/Flywheel-Vision-Icons.ttf +0 -0
  3. package/assets/fonts/Flywheel-Vision-Icons.woff +0 -0
  4. package/assets/svg/arrow-redo.svg +4 -0
  5. package/assets/svg/arrow-undo.svg +4 -0
  6. package/assets/svg/arrow-up-high-priority.svg +6 -0
  7. package/assets/svg/arrow-up-low-priority.svg +6 -0
  8. package/assets/svg/certificate.svg +4 -0
  9. package/assets/svg/check-mark-certificate.svg +4 -0
  10. package/assets/svg/document-file-checkmark-bottom-left.svg +4 -0
  11. package/assets/svg/folders-copy-expand-arrow-down.svg +6 -0
  12. package/assets/svg/folders-copy-expand-arrow-up.svg +6 -0
  13. package/assets/svg/monitor-computer.svg +4 -0
  14. package/assets/svg/server-databases-checkmark-user.svg +4 -0
  15. package/assets/svg/stop-minus.svg +4 -0
  16. package/assets/svg/user-profile-cards-pool.svg +4 -0
  17. package/components/icon/icon.types.d.ts +1 -1
  18. package/components/select-menu/multi-select-menu/multi-select-menu.component.d.ts +5 -4
  19. package/components/select-menu/select-menu.component.d.ts +6 -4
  20. package/components/select-menu/select-menu.module.d.ts +2 -1
  21. package/components/shared/services/menu-manager.service.d.ts +10 -0
  22. package/components/text-input/text-input.component.d.ts +2 -1
  23. package/directives/menu-register.directive.d.ts +14 -0
  24. package/esm2020/components/icon/icon.types.mjs +15 -2
  25. package/esm2020/components/menu/menu-container/menu-container.component.mjs +1 -1
  26. package/esm2020/components/paginator/paginator-advanced/paginator-advanced.component.mjs +1 -1
  27. package/esm2020/components/select-menu/multi-select-menu/multi-select-menu.component.mjs +82 -62
  28. package/esm2020/components/select-menu/select-menu.component.mjs +69 -65
  29. package/esm2020/components/select-menu/select-menu.module.mjs +5 -2
  30. package/esm2020/components/shared/services/menu-manager.service.mjs +27 -0
  31. package/esm2020/components/text-input/text-input.component.mjs +8 -2
  32. package/esm2020/directives/menu-register.directive.mjs +38 -0
  33. package/esm2020/public-api.mjs +3 -1
  34. package/fesm2015/flywheel-io-vision.mjs +251 -144
  35. package/fesm2015/flywheel-io-vision.mjs.map +1 -1
  36. package/fesm2020/flywheel-io-vision.mjs +244 -142
  37. package/fesm2020/flywheel-io-vision.mjs.map +1 -1
  38. package/flywheel-io-vision-2.0.0-beta.9.tgz +0 -0
  39. package/package.json +1 -1
  40. package/public-api.d.ts +2 -0
  41. package/scss/icons/_icon-glyphs.scss +667 -1256
  42. package/styles.css +54 -1
  43. package/flywheel-io-vision-2.0.0-beta.7.tgz +0 -0
@@ -41,1574 +41,985 @@
41
41
  }
42
42
 
43
43
 
44
- .icon-clock-hour-4 {
45
- &:before {
46
- content: $icon-clock-hour-4;
47
- }
44
+ .icon-user-profile-cards-pool:before {
45
+ content: "\ea3b";
48
46
  }
49
- .icon-documents-file {
50
- &:before {
51
- content: $icon-documents-file;
52
- }
47
+ .icon-certificate:before {
48
+ content: "\ea3c";
53
49
  }
54
- .icon-expand-pathfinder-dot-square-segmentation {
55
- &:before {
56
- content: $icon-expand-pathfinder-dot-square-segmentation;
57
- }
50
+ .icon-check-mark-certificate:before {
51
+ content: "\ea3d";
58
52
  }
59
- .icon-square-fill-outline {
60
- &:before {
61
- content: $icon-square-fill-outline;
62
- }
53
+ .icon-server-databases-checkmark-user:before {
54
+ content: "\ea3e";
63
55
  }
64
- .icon-square-fill {
65
- &:before {
66
- content: $icon-square-fill;
67
- }
56
+ .icon-arrow-up-high-priority:before {
57
+ content: "\ea3f";
68
58
  }
69
- .icon-square-outline {
70
- &:before {
71
- content: $icon-square-outline;
72
- }
59
+ .icon-arrow-up-low-priority:before {
60
+ content: "\ea40";
73
61
  }
74
- .icon-flywheel-viewer-mark-logo {
75
- &:before {
76
- content: $icon-flywheel-viewer-mark-logo;
77
- }
62
+ .icon-stop-minus:before {
63
+ content: "\ea41";
78
64
  }
79
- .icon-filter-sort-check-mark {
80
- &:before {
81
- content: $icon-filter-sort-check-mark;
82
- }
65
+ .icon-document-file-checkmark-bottom-left:before {
66
+ content: "\ea42";
83
67
  }
84
- .icon-filter-sort-delete {
85
- &:before {
86
- content: $icon-filter-sort-delete;
87
- }
68
+ .icon-monitor-computer:before {
69
+ content: "\ea43";
88
70
  }
89
- .icon-filter-sort-add {
90
- &:before {
91
- content: $icon-filter-sort-add;
92
- }
71
+ .icon-arrow-redo:before {
72
+ content: "\ea44";
93
73
  }
94
- .icon-chevron-input-number {
95
- &:before {
96
- content: $icon-chevron-input-number;
97
- }
74
+ .icon-arrow-undo:before {
75
+ content: "\ea45";
98
76
  }
99
- .icon-shield-protect {
100
- &:before {
101
- content: $icon-shield-protect;
102
- }
77
+ .icon-folders-copy-expand-arrow-down:before {
78
+ content: "\ea39";
103
79
  }
104
- .icon-3d-sphere-rotate-arrows {
105
- &:before {
106
- content: $icon-3d-sphere-rotate-arrows;
107
- }
80
+ .icon-folders-copy-expand-arrow-up:before {
81
+ content: "\ea3a";
108
82
  }
109
- .icon-livewire-tool {
110
- &:before {
111
- content: $icon-livewire-tool;
112
- }
83
+ .icon-clock-hour-4:before {
84
+ content: "\ea32";
113
85
  }
114
- .icon-bezier-curve {
115
- &:before {
116
- content: $icon-bezier-curve;
117
- }
86
+ .icon-documents-file:before {
87
+ content: "\ea33";
118
88
  }
119
- .icon-technology-cube-3d {
120
- &:before {
121
- content: $icon-technology-cube-3d;
122
- }
89
+ .icon-expand-pathfinder-dot-square-segmentation:before {
90
+ content: "\ea34";
123
91
  }
124
- .icon-brightness-photo-edit {
125
- &:before {
126
- content: $icon-brightness-photo-edit;
127
- }
92
+ .icon-square-fill-outline:before {
93
+ content: "\ea35";
128
94
  }
129
- .icon-target-space-object-select {
130
- &:before {
131
- content: $icon-target-space-object-select;
132
- }
95
+ .icon-square-fill:before {
96
+ content: "\ea36";
133
97
  }
134
- .icon-crown-style-circle {
135
- &:before {
136
- content: $icon-crown-style-circle;
137
- }
98
+ .icon-square-outline:before {
99
+ content: "\ea37";
138
100
  }
139
- .icon-hammer-legal-square {
140
- &:before {
141
- content: $icon-hammer-legal-square;
142
- }
101
+ .icon-flywheel-viewer-mark-logo:before {
102
+ content: "\ea38";
143
103
  }
144
- .icon-browser-internet-web-windows {
145
- &:before {
146
- content: $icon-browser-internet-web-windows;
147
- }
104
+ .icon-filter-sort-check-mark:before {
105
+ content: "\ea2e";
148
106
  }
149
- .icon-settings-adjust {
150
- &:before {
151
- content: $icon-settings-adjust;
152
- }
107
+ .icon-filter-sort-delete:before {
108
+ content: "\ea2f";
153
109
  }
154
- .icon-lock-unlock {
155
- &:before {
156
- content: $icon-lock-unlock;
157
- }
110
+ .icon-filter-sort-add:before {
111
+ content: "\ea31";
158
112
  }
159
- .icon-private-mode-protection-circle {
160
- &:before {
161
- content: $icon-private-mode-protection-circle;
162
- }
113
+ .icon-chevron-input-number:before {
114
+ content: "\ea30";
163
115
  }
164
- .icon-ai {
165
- &:before {
166
- content: $icon-ai;
167
- }
116
+ .icon-shield-protect:before {
117
+ content: "\ea29";
168
118
  }
169
- .icon-reader-studies {
170
- &:before {
171
- content: $icon-reader-studies;
172
- }
119
+ .icon-3d-sphere-rotate-arrows:before {
120
+ content: "\ea2b";
173
121
  }
174
- .icon-shapes-objects {
175
- &:before {
176
- content: $icon-shapes-objects;
177
- }
122
+ .icon-livewire-tool:before {
123
+ content: "\ea2c";
178
124
  }
179
- .icon-cloud-upload {
180
- &:before {
181
- content: $icon-cloud-upload;
182
- }
125
+ .icon-bezier-curve:before {
126
+ content: "\ea2d";
183
127
  }
184
- .icon-floppy-save {
185
- &:before {
186
- content: $icon-floppy-save;
187
- }
128
+ .icon-technology-cube-3d:before {
129
+ content: "\ea28";
188
130
  }
189
- .icon-text-input-form {
190
- &:before {
191
- content: $icon-text-input-form;
192
- }
131
+ .icon-brightness-photo-edit:before {
132
+ content: "\bea29";
193
133
  }
194
- .icon-document-file-add-plus-bottom-left {
195
- &:before {
196
- content: $icon-document-file-add-plus-bottom-left;
197
- }
134
+ .icon-target-space-object-select:before {
135
+ content: "\ea2a";
198
136
  }
199
- .icon-document-file-upload-bottom-center {
200
- &:before {
201
- content: $icon-document-file-upload-bottom-center;
202
- }
137
+ .icon-crown-style-circle:before {
138
+ content: "\ea27";
203
139
  }
204
- .icon-paint-roller {
205
- &:before {
206
- content: $icon-paint-roller;
207
- }
140
+ .icon-hammer-legal-square:before {
141
+ content: "\ea18";
208
142
  }
209
- .icon-brush-edit-create {
210
- &:before {
211
- content: $icon-brush-edit-create;
212
- }
143
+ .icon-browser-internet-web-windows:before {
144
+ content: "\ea26";
213
145
  }
214
- .icon-bucket-paint {
215
- &:before {
216
- content: $icon-bucket-paint;
217
- }
146
+ .icon-settings-adjust:before {
147
+ content: "\e912";
218
148
  }
219
- .icon-edit-erase {
220
- &:before {
221
- content: $icon-edit-erase;
222
- }
149
+ .icon-lock-unlock:before {
150
+ content: "\e939";
223
151
  }
224
- .icon-grid-dot-square {
225
- &:before {
226
- content: $icon-grid-dot-square;
227
- }
152
+ .icon-private-mode-protection-circle:before {
153
+ content: "\ea17";
228
154
  }
229
- .icon-column-edit {
230
- &:before {
231
- content: $icon-column-edit;
232
- }
155
+ .icon-ai:before {
156
+ content: "\ea19";
233
157
  }
234
- .icon-molecule {
235
- &:before {
236
- content: $icon-molecule;
237
- }
158
+ .icon-reader-studies:before {
159
+ content: "\ea1a";
238
160
  }
239
- .icon-invoice-checkmark-paid {
240
- &:before {
241
- content: $icon-invoice-checkmark-paid;
242
- }
161
+ .icon-shapes-objects:before {
162
+ content: "\ea1b";
243
163
  }
244
- .icon-invoice {
245
- &:before {
246
- content: $icon-invoice;
247
- }
164
+ .icon-cloud-upload:before {
165
+ content: "\ea1c";
248
166
  }
249
- .icon-pause {
250
- &:before {
251
- content: $icon-pause;
252
- }
167
+ .icon-floppy-save:before {
168
+ content: "\ea1d";
253
169
  }
254
- .icon-calendar-arrow-left-center {
255
- &:before {
256
- content: $icon-calendar-arrow-left-center;
257
- }
170
+ .icon-text-input-form:before {
171
+ content: "\ea1e";
258
172
  }
259
- .icon-file-blank-image-load-mask {
260
- &:before {
261
- content: $icon-file-blank-image-load-mask;
262
- }
173
+ .icon-document-file-add-plus-bottom-left:before {
174
+ content: "\ea1f";
263
175
  }
264
- .icon-closed-freehand-vector-poly {
265
- &:before {
266
- content: $icon-closed-freehand-vector-poly;
267
- }
176
+ .icon-document-file-upload-bottom-center:before {
177
+ content: "\ea20";
268
178
  }
269
- .icon-curve-object-secet-cursor {
270
- &:before {
271
- content: $icon-curve-object-secet-cursor;
272
- }
179
+ .icon-paint-roller:before {
180
+ content: "\ea21";
273
181
  }
274
- .icon-freehand-vector-poly {
275
- &:before {
276
- content: $icon-freehand-vector-poly;
277
- }
182
+ .icon-brush-edit-create:before {
183
+ content: "\ea22";
278
184
  }
279
- .icon-pen-edit-circle {
280
- &:before {
281
- content: $icon-pen-edit-circle;
282
- }
185
+ .icon-bucket-paint:before {
186
+ content: "\ea23";
283
187
  }
284
- .icon-code-block-embed {
285
- &:before {
286
- content: $icon-code-block-embed;
287
- }
188
+ .icon-edit-erase:before {
189
+ content: "\ea24";
288
190
  }
289
- .icon-italic {
290
- &:before {
291
- content: $icon-italic;
292
- }
191
+ .icon-grid-dot-square:before {
192
+ content: "\ea25";
293
193
  }
294
- .icon-list-paragraph-number {
295
- &:before {
296
- content: $icon-list-paragraph-number;
297
- }
194
+ .icon-column-edit:before {
195
+ content: "\ea0c";
298
196
  }
299
- .icon-list-paragraph {
300
- &:before {
301
- content: $icon-list-paragraph;
302
- }
197
+ .icon-molecule:before {
198
+ content: "\ea0d";
303
199
  }
304
- .icon-text-bold {
305
- &:before {
306
- content: $icon-text-bold;
307
- }
200
+ .icon-invoice-checkmark-paid:before {
201
+ content: "\ea0e";
308
202
  }
309
- .icon-text-cross {
310
- &:before {
311
- content: $icon-text-cross;
312
- }
203
+ .icon-invoice:before {
204
+ content: "\ea0f";
313
205
  }
314
- .icon-text-h1 {
315
- &:before {
316
- content: $icon-text-h1;
317
- }
206
+ .icon-pause:before {
207
+ content: "\ea10";
318
208
  }
319
- .icon-text-h2 {
320
- &:before {
321
- content: $icon-text-h2;
322
- }
209
+ .icon-calendar-arrow-left-center:before {
210
+ content: "\ea11";
323
211
  }
324
- .icon-text-underline {
325
- &:before {
326
- content: $icon-text-underline;
327
- }
212
+ .icon-file-blank-image-load-mask:before {
213
+ content: "\ea12";
328
214
  }
329
- .icon-twitter {
330
- &:before {
331
- content: $icon-twitter;
332
- }
215
+ .icon-closed-freehand-vector-poly:before {
216
+ content: "\ea13";
333
217
  }
334
- .icon-smiley-emoji-face {
335
- &:before {
336
- content: $icon-smiley-emoji-face;
337
- }
218
+ .icon-curve-object-secet-cursor:before {
219
+ content: "\ea14";
338
220
  }
339
- .icon-exchange {
340
- &:before {
341
- content: $icon-exchange;
342
- }
221
+ .icon-freehand-vector-poly:before {
222
+ content: "\ea15";
343
223
  }
344
- .icon-markdown {
345
- &:before {
346
- content: $icon-markdown;
347
- }
224
+ .icon-pen-edit-circle:before {
225
+ content: "\ea16";
348
226
  }
349
- .icon-quote {
350
- &:before {
351
- content: $icon-quote;
352
- }
227
+ .icon-code-block-embed:before {
228
+ content: "\e9fd";
353
229
  }
354
- .icon-measure-ruler-calibration {
355
- &:before {
356
- content: $icon-measure-ruler-calibration;
357
- }
230
+ .icon-italic:before {
231
+ content: "\e9fe";
358
232
  }
359
- .icon-zendesk-logo {
360
- &:before {
361
- content: $icon-zendesk-logo;
362
- }
233
+ .icon-list-paragraph-number:before {
234
+ content: "\e9ff";
363
235
  }
364
- .icon-add-server-databases-endpoint {
365
- &:before {
366
- content: $icon-add-server-databases-endpoint;
367
- }
236
+ .icon-list-paragraph:before {
237
+ content: "\ea00";
368
238
  }
369
- .icon-cloud-network-add {
370
- &:before {
371
- content: $icon-cloud-network-add;
372
- }
239
+ .icon-text-bold:before {
240
+ content: "\ea01";
373
241
  }
374
- .icon-server-database-endpoint {
375
- &:before {
376
- content: $icon-server-database-endpoint;
377
- }
242
+ .icon-text-cross:before {
243
+ content: "\ea02";
378
244
  }
379
- .icon-book-lab-flask {
380
- &:before {
381
- content: $icon-book-lab-flask;
382
- }
245
+ .icon-text-h1:before {
246
+ content: "\ea03";
383
247
  }
384
- .icon-list-test-lab-flask {
385
- &:before {
386
- content: $icon-list-test-lab-flask;
387
- }
248
+ .icon-text-h2:before {
249
+ content: "\ea04";
388
250
  }
389
- .icon-test-lab-flask {
390
- &:before {
391
- content: $icon-test-lab-flask;
392
- }
251
+ .icon-text-underline:before {
252
+ content: "\ea05";
393
253
  }
394
- .icon-message-checkmark-sent {
395
- &:before {
396
- content: $icon-message-checkmark-sent;
397
- }
254
+ .icon-twitter:before {
255
+ content: "\ea06";
398
256
  }
399
- .icon-send-message-share {
400
- &:before {
401
- content: $icon-send-message-share;
402
- }
257
+ .icon-smiley-emoji-face:before {
258
+ content: "\ea07";
403
259
  }
404
- .icon-flywheel-mark-logo {
405
- &:before {
406
- content: $icon-flywheel-mark-logo;
407
- }
260
+ .icon-exchange:before {
261
+ content: "\ea08";
408
262
  }
409
- .icon-speed-dashboard {
410
- &:before {
411
- content: $icon-speed-dashboard;
412
- }
263
+ .icon-markdown:before {
264
+ content: "\ea09";
413
265
  }
414
- .icon-arrange-filter-sort {
415
- &:before {
416
- content: $icon-arrange-filter-sort;
417
- }
266
+ .icon-quote:before {
267
+ content: "\ea0a";
418
268
  }
419
- .icon-delivery-shipment-packages {
420
- &:before {
421
- content: $icon-delivery-shipment-packages;
422
- }
269
+ .icon-measure-ruler-calibration:before {
270
+ content: "\ea0b";
423
271
  }
424
- .icon-color-ven-design-profile-central {
425
- &:before {
426
- content: $icon-color-ven-design-profile-central;
427
- }
272
+ .icon-zendesk-logo:before {
273
+ content: "\e9f1";
428
274
  }
429
- .icon-home-modern-door {
430
- &:before {
431
- content: $icon-home-modern-door;
432
- }
275
+ .icon-add-server-databases-endpoint:before {
276
+ content: "\e9f2";
433
277
  }
434
- .icon-tasklist-to-do-checkmark {
435
- &:before {
436
- content: $icon-tasklist-to-do-checkmark;
437
- }
278
+ .icon-cloud-network-add:before {
279
+ content: "\e9f3";
438
280
  }
439
- .icon-user-profile-group-discovery {
440
- &:before {
441
- content: $icon-user-profile-group-discovery;
442
- }
281
+ .icon-server-database-endpoint:before {
282
+ content: "\e9f4";
443
283
  }
444
- .icon-flip-horizontal {
445
- &:before {
446
- content: $icon-flip-horizontal;
447
- }
284
+ .icon-book-lab-flask:before {
285
+ content: "\e9f5";
448
286
  }
449
- .icon-flip-vertical {
450
- &:before {
451
- content: $icon-flip-vertical;
452
- }
287
+ .icon-list-test-lab-flask:before {
288
+ content: "\e9f6";
453
289
  }
454
- .icon-facebook {
455
- &:before {
456
- content: $icon-facebook;
457
- }
290
+ .icon-test-lab-flask:before {
291
+ content: "\e9f7";
458
292
  }
459
- .icon-github-color-login {
460
- &:before {
461
- content: $icon-github-color-login;
462
- }
293
+ .icon-message-checkmark-sent:before {
294
+ content: "\e9f8";
463
295
  }
464
- .icon-linkedin {
465
- &:before {
466
- content: $icon-linkedin;
467
- }
296
+ .icon-send-message-share:before {
297
+ content: "\e9f9";
468
298
  }
469
- .icon-youtube {
470
- &:before {
471
- content: $icon-youtube;
472
- }
299
+ .icon-flywheel-mark-logo:before {
300
+ content: "\e9fa";
473
301
  }
474
- .icon-server-databases-connect {
475
- &:before {
476
- content: $icon-server-databases-connect;
477
- }
302
+ .icon-speed-dashboard:before {
303
+ content: "\e9fb";
478
304
  }
479
- .icon-server-databases-download {
480
- &:before {
481
- content: $icon-server-databases-download;
482
- }
305
+ .icon-arrange-filter-sort:before {
306
+ content: "\e9fc";
483
307
  }
484
- .icon-server-databases-minimal-download {
485
- &:before {
486
- content: $icon-server-databases-minimal-download;
487
- }
308
+ .icon-delivery-shipment-packages:before {
309
+ content: "\e9bb";
488
310
  }
489
- .icon-server-databases-sync {
490
- &:before {
491
- content: $icon-server-databases-sync;
492
- }
311
+ .icon-color-ven-design-profile-central:before {
312
+ content: "\e9ce";
493
313
  }
494
- .icon-graduate-hat {
495
- &:before {
496
- content: $icon-graduate-hat;
497
- }
314
+ .icon-home-modern-door:before {
315
+ content: "\e9e4";
498
316
  }
499
- .icon-blocks-code-test-checkmark {
500
- &:before {
501
- content: $icon-blocks-code-test-checkmark;
502
- }
317
+ .icon-tasklist-to-do-checkmark:before {
318
+ content: "\e9eb";
503
319
  }
504
- .icon-camera-photo-capture {
505
- &:before {
506
- content: $icon-camera-photo-capture;
507
- }
320
+ .icon-user-profile-group-discovery:before {
321
+ content: "\e999";
508
322
  }
509
- .icon-photo-edit-brightness-invert {
510
- &:before {
511
- content: $icon-photo-edit-brightness-invert;
512
- }
323
+ .icon-flip-horizontal:before {
324
+ content: "\e9b5";
513
325
  }
514
- .icon-unlimited-repeat-subscription-circle {
515
- &:before {
516
- content: $icon-unlimited-repeat-subscription-circle;
517
- }
326
+ .icon-flip-vertical:before {
327
+ content: "\e9b6";
518
328
  }
519
- .icon-mute {
520
- &:before {
521
- content: $icon-mute;
522
- }
329
+ .icon-facebook:before {
330
+ content: "\e9b7";
523
331
  }
524
- .icon-volume-full {
525
- &:before {
526
- content: $icon-volume-full;
527
- }
332
+ .icon-github-color-login:before {
333
+ content: "\e9b8";
528
334
  }
529
- .icon-hand-money-currency {
530
- &:before {
531
- content: $icon-hand-money-currency;
532
- }
335
+ .icon-linkedin:before {
336
+ content: "\e9b9";
533
337
  }
534
- .icon-bookmark-plus-add {
535
- &:before {
536
- content: $icon-bookmark-plus-add;
537
- }
338
+ .icon-youtube:before {
339
+ content: "\e9ba";
538
340
  }
539
- .icon-circle {
540
- &:before {
541
- content: $icon-circle;
542
- }
341
+ .icon-server-databases-connect:before {
342
+ content: "\e9bc";
543
343
  }
544
- .icon-clip-attachment {
545
- &:before {
546
- content: $icon-clip-attachment;
547
- }
344
+ .icon-server-databases-download:before {
345
+ content: "\e9bd";
548
346
  }
549
- .icon-code-text {
550
- &:before {
551
- content: $icon-code-text;
552
- }
347
+ .icon-server-databases-minimal-download:before {
348
+ content: "\e9be";
553
349
  }
554
- .icon-document-status-done-checkmark {
555
- &:before {
556
- content: $icon-document-status-done-checkmark;
557
- }
350
+ .icon-server-databases-sync:before {
351
+ content: "\e9bf";
558
352
  }
559
- .icon-done-check-tracked {
560
- &:before {
561
- content: $icon-done-check-tracked;
562
- }
353
+ .icon-graduate-hat:before {
354
+ content: "\e9c0";
563
355
  }
564
- .icon-home-modern-option-lines {
565
- &:before {
566
- content: $icon-home-modern-option-lines;
567
- }
356
+ .icon-blocks-code-test-checkmark:before {
357
+ content: "\e9c1";
568
358
  }
569
- .icon-keyboard {
570
- &:before {
571
- content: $icon-keyboard;
572
- }
359
+ .icon-camera-photo-capture:before {
360
+ content: "\e9c2";
573
361
  }
574
- .icon-line {
575
- &:before {
576
- content: $icon-line;
577
- }
362
+ .icon-photo-edit-brightness-invert:before {
363
+ content: "\e9c3";
578
364
  }
579
- .icon-link-unlink {
580
- &:before {
581
- content: $icon-link-unlink;
582
- }
365
+ .icon-unlimited-repeat-subscription-circle:before {
366
+ content: "\e9c4";
583
367
  }
584
- .icon-measure-angle {
585
- &:before {
586
- content: $icon-measure-angle;
587
- }
368
+ .icon-mute:before {
369
+ content: "\e9c5";
588
370
  }
589
- .icon-media-library-imports-dowload {
590
- &:before {
591
- content: $icon-media-library-imports-dowload;
592
- }
371
+ .icon-volume-full:before {
372
+ content: "\e9c6";
593
373
  }
594
- .icon-message-chat-info {
595
- &:before {
596
- content: $icon-message-chat-info;
597
- }
374
+ .icon-hand-money-currency:before {
375
+ content: "\e9c7";
598
376
  }
599
- .icon-microphone-mic-rec-circle {
600
- &:before {
601
- content: $icon-microphone-mic-rec-circle;
602
- }
377
+ .icon-bookmark-plus-add:before {
378
+ content: "\e9c8";
603
379
  }
604
- .icon-microphone-mic-rec {
605
- &:before {
606
- content: $icon-microphone-mic-rec;
607
- }
380
+ .icon-circle:before {
381
+ content: "\e9c9";
608
382
  }
609
- .icon-microphone-mic-recording-circle {
610
- &:before {
611
- content: $icon-microphone-mic-recording-circle;
612
- }
383
+ .icon-clip-attachment:before {
384
+ content: "\e9ca";
613
385
  }
614
- .icon-pie-graph-chart-sample {
615
- &:before {
616
- content: $icon-pie-graph-chart-sample;
617
- }
386
+ .icon-code-text:before {
387
+ content: "\e9cb";
618
388
  }
619
- .icon-plus-add-rectangle {
620
- &:before {
621
- content: $icon-plus-add-rectangle;
622
- }
389
+ .icon-document-status-done-checkmark:before {
390
+ content: "\e9cc";
623
391
  }
624
- .icon-polygon {
625
- &:before {
626
- content: $icon-polygon;
627
- }
392
+ .icon-done-check-tracked:before {
393
+ content: "\e9cd";
628
394
  }
629
- .icon-rotate-arrow-manual {
630
- &:before {
631
- content: $icon-rotate-arrow-manual;
632
- }
395
+ .icon-home-modern-option-lines:before {
396
+ content: "\e9cf";
633
397
  }
634
- .icon-rotate-item-left {
635
- &:before {
636
- content: $icon-rotate-item-left;
637
- }
398
+ .icon-keyboard:before {
399
+ content: "\e9d0";
638
400
  }
639
- .icon-rotate-item-right {
640
- &:before {
641
- content: $icon-rotate-item-right;
642
- }
401
+ .icon-line:before {
402
+ content: "\e9d1";
643
403
  }
644
- .icon-stars-light-sparkle {
645
- &:before {
646
- content: $icon-stars-light-sparkle;
647
- }
404
+ .icon-link-unlink:before {
405
+ content: "\e9d2";
648
406
  }
649
- .icon-undone-uncheck-untracked {
650
- &:before {
651
- content: $icon-undone-uncheck-untracked;
652
- }
407
+ .icon-measure-angle:before {
408
+ content: "\e9d3";
653
409
  }
654
- .icon-clap-applause-hands {
655
- &:before {
656
- content: $icon-clap-applause-hands;
657
- }
410
+ .icon-media-library-imports-dowload:before {
411
+ content: "\e9d4";
658
412
  }
659
- .icon-email-mail-checkmark-group {
660
- &:before {
661
- content: $icon-email-mail-checkmark-group;
662
- }
413
+ .icon-message-chat-info:before {
414
+ content: "\e9d5";
663
415
  }
664
- .icon-circle-ellipses {
665
- &:before {
666
- content: $icon-circle-ellipses;
667
- }
416
+ .icon-microphone-mic-rec-circle:before {
417
+ content: "\e9d6";
668
418
  }
669
- .icon-crosshair {
670
- &:before {
671
- content: $icon-crosshair;
672
- }
419
+ .icon-microphone-mic-rec:before {
420
+ content: "\e9d7";
673
421
  }
674
- .icon-cursor-select {
675
- &:before {
676
- content: $icon-cursor-select;
677
- }
422
+ .icon-microphone-mic-recording-circle:before {
423
+ content: "\e9d8";
678
424
  }
679
- .icon-draw-rectangle {
680
- &:before {
681
- content: $icon-draw-rectangle;
682
- }
425
+ .icon-pie-graph-chart-sample:before {
426
+ content: "\e9d9";
683
427
  }
684
- .icon-ruler-bidirectional {
685
- &:before {
686
- content: $icon-ruler-bidirectional;
687
- }
428
+ .icon-plus-add-rectangle:before {
429
+ content: "\e9da";
688
430
  }
689
- .icon-ruler {
690
- &:before {
691
- content: $icon-ruler;
692
- }
431
+ .icon-polygon:before {
432
+ content: "\e9db";
693
433
  }
694
- .icon-workspace-mode {
695
- &:before {
696
- content: $icon-workspace-mode;
697
- }
434
+ .icon-rotate-arrow-manual:before {
435
+ content: "\e9dc";
698
436
  }
699
- .icon-creative-commons {
700
- &:before {
701
- content: $icon-creative-commons;
702
- }
437
+ .icon-rotate-item-left:before {
438
+ content: "\e9dd";
703
439
  }
704
- .icon-free-rights {
705
- &:before {
706
- content: $icon-free-rights;
707
- }
440
+ .icon-rotate-item-right:before {
441
+ content: "\e9de";
708
442
  }
709
- .icon-hammer-screwdriver {
710
- &:before {
711
- content: $icon-hammer-screwdriver;
712
- }
443
+ .icon-stars-light-sparkle:before {
444
+ content: "\e9df";
713
445
  }
714
- .icon-arrow-annotate {
715
- &:before {
716
- content: $icon-arrow-annotate;
717
- }
446
+ .icon-undone-uncheck-untracked:before {
447
+ content: "\e9e0";
718
448
  }
719
- .icon-arrow {
720
- &:before {
721
- content: $icon-arrow;
722
- }
449
+ .icon-clap-applause-hands:before {
450
+ content: "\e9e1";
723
451
  }
724
- .icon-notebook-open {
725
- &:before {
726
- content: $icon-notebook-open;
727
- }
452
+ .icon-email-mail-checkmark-group:before {
453
+ content: "\e9e2";
728
454
  }
729
- .icon-windows {
730
- &:before {
731
- content: $icon-windows;
732
- }
455
+ .icon-circle-ellipses:before {
456
+ content: "\e9e3";
733
457
  }
734
- .icon-add-new-create {
735
- &:before {
736
- content: $icon-add-new-create;
737
- }
458
+ .icon-crosshair:before {
459
+ content: "\e9e5";
738
460
  }
739
- .icon-add-row-above {
740
- &:before {
741
- content: $icon-add-row-above;
742
- }
461
+ .icon-cursor-select:before {
462
+ content: "\e9e6";
743
463
  }
744
- .icon-add-row-below {
745
- &:before {
746
- content: $icon-add-row-below;
747
- }
464
+ .icon-draw-rectangle:before {
465
+ content: "\e9e7";
748
466
  }
749
- .icon-arrow-rotate-restore {
750
- &:before {
751
- content: $icon-arrow-rotate-restore;
752
- }
467
+ .icon-ruler-bidirectional:before {
468
+ content: "\e9e8";
753
469
  }
754
- .icon-arrow-rotate {
755
- &:before {
756
- content: $icon-arrow-rotate;
757
- }
470
+ .icon-ruler:before {
471
+ content: "\e9e9";
758
472
  }
759
- .icon-arrow-back-collapse {
760
- &:before {
761
- content: $icon-arrow-back-collapse;
762
- }
473
+ .icon-workspace-mode:before {
474
+ content: "\e9ea";
763
475
  }
764
- .icon-arrow-forward-collapse {
765
- &:before {
766
- content: $icon-arrow-forward-collapse;
767
- }
476
+ .icon-creative-commons:before {
477
+ content: "\e9ec";
768
478
  }
769
- .icon-barcode-serial {
770
- &:before {
771
- content: $icon-barcode-serial;
772
- }
479
+ .icon-free-rights:before {
480
+ content: "\e9ed";
773
481
  }
774
- .icon-barcode-stack-scan {
775
- &:before {
776
- content: $icon-barcode-stack-scan;
777
- }
482
+ .icon-hammer-screwdriver:before {
483
+ content: "\e9ee";
778
484
  }
779
- .icon-button-form-element {
780
- &:before {
781
- content: $icon-button-form-element;
782
- }
485
+ .icon-arrow-annotate:before {
486
+ content: "\e9ef";
783
487
  }
784
- .icon-calendar-schedule {
785
- &:before {
786
- content: $icon-calendar-schedule;
787
- }
488
+ .icon-arrow:before {
489
+ content: "\e9f0";
788
490
  }
789
- .icon-chat-messages-bubble {
790
- &:before {
791
- content: $icon-chat-messages-bubble;
792
- }
491
+ .icon-notebook-open:before {
492
+ content: "\e998";
793
493
  }
794
- .icon-checklist-tasks-chechmark-square {
795
- &:before {
796
- content: $icon-checklist-tasks-chechmark-square;
797
- }
494
+ .icon-windows:before {
495
+ content: "\e963";
798
496
  }
799
- .icon-color-design-profile {
800
- &:before {
801
- content: $icon-color-design-profile;
802
- }
497
+ .icon-add-new-create:before {
498
+ content: "\e969";
803
499
  }
804
- .icon-computer-chip {
805
- &:before {
806
- content: $icon-computer-chip;
807
- }
500
+ .icon-add-row-above:before {
501
+ content: "\e96a";
808
502
  }
809
- .icon-contrast-photo-edit {
810
- &:before {
811
- content: $icon-contrast-photo-edit;
812
- }
503
+ .icon-add-row-below:before {
504
+ content: "\e96b";
813
505
  }
814
- .icon-document-file-list-protocol {
815
- &:before {
816
- content: $icon-document-file-list-protocol;
817
- }
506
+ .icon-arrow-rotate-restore:before {
507
+ content: "\e96c";
818
508
  }
819
- .icon-drag-drop-indicator {
820
- &:before {
821
- content: $icon-drag-drop-indicator;
822
- }
509
+ .icon-arrow-rotate:before {
510
+ content: "\e96d";
823
511
  }
824
- .icon-form-metadata-element {
825
- &:before {
826
- content: $icon-form-metadata-element;
827
- }
512
+ .icon-arrow-back-collapse:before {
513
+ content: "\e96e";
828
514
  }
829
- .icon-full-screen-zoom {
830
- &:before {
831
- content: $icon-full-screen-zoom;
832
- }
515
+ .icon-arrow-forward-collapse:before {
516
+ content: "\e96f";
833
517
  }
834
- .icon-layout {
835
- &:before {
836
- content: $icon-layout;
837
- }
518
+ .icon-barcode-serial:before {
519
+ content: "\e97a";
838
520
  }
839
- .icon-header-form-element {
840
- &:before {
841
- content: $icon-header-form-element;
842
- }
521
+ .icon-barcode-stack-scan:before {
522
+ content: "\e97b";
843
523
  }
844
- .icon-human-artificial-intelligence {
845
- &:before {
846
- content: $icon-human-artificial-intelligence;
847
- }
524
+ .icon-button-form-element:before {
525
+ content: "\e97c";
848
526
  }
849
- .icon-image-photo-copy-left-down {
850
- &:before {
851
- content: $icon-image-photo-copy-left-down;
852
- }
527
+ .icon-calendar-schedule:before {
528
+ content: "\e97d";
853
529
  }
854
- .icon-image-picture-square {
855
- &:before {
856
- content: $icon-image-picture-square;
857
- }
530
+ .icon-chat-messages-bubble:before {
531
+ content: "\e97e";
858
532
  }
859
- .icon-items-group-elements {
860
- &:before {
861
- content: $icon-items-group-elements;
862
- }
533
+ .icon-checklist-tasks-chechmark-square:before {
534
+ content: "\e97f";
863
535
  }
864
- .icon-layers {
865
- &:before {
866
- content: $icon-layers;
867
- }
536
+ .icon-color-design-profile:before {
537
+ content: "\e980";
868
538
  }
869
- .icon-menu-burger-handle {
870
- &:before {
871
- content: $icon-menu-burger-handle;
872
- }
539
+ .icon-computer-chip:before {
540
+ content: "\e981";
873
541
  }
874
- .icon-menu-list-form-square {
875
- &:before {
876
- content: $icon-menu-list-form-square;
877
- }
542
+ .icon-contrast-photo-edit:before {
543
+ content: "\e982";
878
544
  }
879
- .icon-message-chat-question-support {
880
- &:before {
881
- content: $icon-message-chat-question-support;
882
- }
545
+ .icon-document-file-list-protocol:before {
546
+ content: "\e983";
883
547
  }
884
- .icon-message-question-checkmark {
885
- &:before {
886
- content: $icon-message-question-checkmark;
887
- }
548
+ .icon-drag-drop-indicator:before {
549
+ content: "\e984";
888
550
  }
889
- .icon-minus {
890
- &:before {
891
- content: $icon-minus;
892
- }
551
+ .icon-form-metadata-element:before {
552
+ content: "\e985";
893
553
  }
894
- .icon-mouse-big {
895
- &:before {
896
- content: $icon-mouse-big;
897
- }
554
+ .icon-full-screen-zoom:before {
555
+ content: "\e986";
898
556
  }
899
- .icon-move {
900
- &:before {
901
- content: $icon-move;
902
- }
557
+ .icon-layout:before {
558
+ content: "\e987";
903
559
  }
904
- .icon-music-play-resume {
905
- &:before {
906
- content: $icon-music-play-resume;
907
- }
560
+ .icon-header-form-element:before {
561
+ content: "\e988";
908
562
  }
909
- .icon-music-stop {
910
- &:before {
911
- content: $icon-music-stop;
912
- }
563
+ .icon-human-artificial-intelligence:before {
564
+ content: "\e989";
913
565
  }
914
- .icon-notebook-add-plus {
915
- &:before {
916
- content: $icon-notebook-add-plus;
917
- }
566
+ .icon-image-photo-copy-left-down:before {
567
+ content: "\e98a";
918
568
  }
919
- .icon-notebook-pen-edit {
920
- &:before {
921
- content: $icon-notebook-pen-edit;
922
- }
569
+ .icon-image-picture-square:before {
570
+ content: "\e98b";
923
571
  }
924
- .icon-notebook {
925
- &:before {
926
- content: $icon-notebook;
927
- }
572
+ .icon-items-group-elements:before {
573
+ content: "\e98c";
928
574
  }
929
- .icon-notes-pen {
930
- &:before {
931
- content: $icon-notes-pen;
932
- }
575
+ .icon-layers:before {
576
+ content: "\e98d";
933
577
  }
934
- .icon-object-search-zoom-plus {
935
- &:before {
936
- content: $icon-object-search-zoom-plus;
937
- }
578
+ .icon-menu-burger-handle:before {
579
+ content: "\e98e";
938
580
  }
939
- .icon-pencil-edit-create {
940
- &:before {
941
- content: $icon-pencil-edit-create;
942
- }
581
+ .icon-menu-list-form-square:before {
582
+ content: "\e98f";
943
583
  }
944
- .icon-protection-target {
945
- &:before {
946
- content: $icon-protection-target;
947
- }
584
+ .icon-message-chat-question-support:before {
585
+ content: "\e990";
948
586
  }
949
- .icon-rotate {
950
- &:before {
951
- content: $icon-rotate;
952
- }
587
+ .icon-message-question-checkmark:before {
588
+ content: "\e991";
953
589
  }
954
- .icon-scanner {
955
- &:before {
956
- content: $icon-scanner;
957
- }
590
+ .icon-minus:before {
591
+ content: "\e992";
958
592
  }
959
- .icon-search-user-profile-person {
960
- &:before {
961
- content: $icon-search-user-profile-person;
962
- }
593
+ .icon-mouse-big:before {
594
+ content: "\e993";
963
595
  }
964
- .icon-search-zoom-minus {
965
- &:before {
966
- content: $icon-search-zoom-minus;
967
- }
596
+ .icon-move:before {
597
+ content: "\e994";
968
598
  }
969
- .icon-search-zoom-plus {
970
- &:before {
971
- content: $icon-search-zoom-plus;
972
- }
599
+ .icon-music-play-resume:before {
600
+ content: "\e995";
973
601
  }
974
- .icon-section-form-element {
975
- &:before {
976
- content: $icon-section-form-element;
977
- }
602
+ .icon-music-stop:before {
603
+ content: "\e996";
978
604
  }
979
- .icon-server-databases-key-protection {
980
- &:before {
981
- content: $icon-server-databases-key-protection;
982
- }
605
+ .icon-notebook-add-plus:before {
606
+ content: "\e997";
983
607
  }
984
- .icon-server-databases-sync-import {
985
- &:before {
986
- content: $icon-server-databases-sync-import;
987
- }
608
+ .icon-notebook-pen-edit:before {
609
+ content: "\e99a";
988
610
  }
989
- .icon-servers-database {
990
- &:before {
991
- content: $icon-servers-database;
992
- }
611
+ .icon-notebook:before {
612
+ content: "\e99b";
993
613
  }
994
- .icon-target {
995
- &:before {
996
- content: $icon-target;
997
- }
614
+ .icon-notes-pen:before {
615
+ content: "\e99c";
998
616
  }
999
- .icon-text-long {
1000
- &:before {
1001
- content: $icon-text-long;
1002
- }
617
+ .icon-object-search-zoom-plus:before {
618
+ content: "\e99d";
1003
619
  }
1004
- .icon-text-short-form-element {
1005
- &:before {
1006
- content: $icon-text-short-form-element;
1007
- }
620
+ .icon-pencil-edit-create:before {
621
+ content: "\e99e";
1008
622
  }
1009
- .icon-timer-clock-style {
1010
- &:before {
1011
- content: $icon-timer-clock-style;
1012
- }
623
+ .icon-protection-target:before {
624
+ content: "\e99f";
1013
625
  }
1014
- .icon-user-document {
1015
- &:before {
1016
- content: $icon-user-document;
1017
- }
626
+ .icon-rotate:before {
627
+ content: "\e9a0";
1018
628
  }
1019
- .icon-video-player-controls {
1020
- &:before {
1021
- content: $icon-video-player-controls;
1022
- }
629
+ .icon-scanner:before {
630
+ content: "\e9a1";
1023
631
  }
1024
- .icon-visible-eye-hidden {
1025
- &:before {
1026
- content: $icon-visible-eye-hidden;
1027
- }
632
+ .icon-search-user-profile-person:before {
633
+ content: "\e9a2";
1028
634
  }
1029
- .icon-window-finder-resize-arrow-down {
1030
- &:before {
1031
- content: $icon-window-finder-resize-arrow-down;
1032
- }
635
+ .icon-search-zoom-minus:before {
636
+ content: "\e9a3";
1033
637
  }
1034
- .icon-window-finder-resize-arrow-up {
1035
- &:before {
1036
- content: $icon-window-finder-resize-arrow-up;
1037
- }
638
+ .icon-search-zoom-plus:before {
639
+ content: "\e9a4";
1038
640
  }
1039
- .icon-window-resize-left {
1040
- &:before {
1041
- content: $icon-window-resize-left;
1042
- }
641
+ .icon-section-form-element:before {
642
+ content: "\e9a5";
1043
643
  }
1044
- .icon-window-resize-right {
1045
- &:before {
1046
- content: $icon-window-resize-right;
1047
- }
644
+ .icon-server-databases-key-protection:before {
645
+ content: "\e9a6";
1048
646
  }
1049
- .icon-window-zoom-plus-loupe {
1050
- &:before {
1051
- content: $icon-window-zoom-plus-loupe;
1052
- }
647
+ .icon-server-databases-sync-import:before {
648
+ content: "\e9a7";
1053
649
  }
1054
- .icon-laptop-health-medical-cross {
1055
- &:before {
1056
- content: $icon-laptop-health-medical-cross;
1057
- }
650
+ .icon-servers-database:before {
651
+ content: "\e9a8";
1058
652
  }
1059
- .icon-radiology-scan-circle {
1060
- &:before {
1061
- content: $icon-radiology-scan-circle;
1062
- }
653
+ .icon-target:before {
654
+ content: "\e9a9";
1063
655
  }
1064
- .icon-money-coin {
1065
- &:before {
1066
- content: $icon-money-coin;
1067
- }
656
+ .icon-text-long:before {
657
+ content: "\e9aa";
1068
658
  }
1069
- .icon-brain {
1070
- &:before {
1071
- content: $icon-brain;
1072
- }
659
+ .icon-text-short-form-element:before {
660
+ content: "\e9ab";
1073
661
  }
1074
- .icon-dna-hospital-medical {
1075
- &:before {
1076
- content: $icon-dna-hospital-medical;
1077
- }
662
+ .icon-timer-clock-style:before {
663
+ content: "\e9ac";
1078
664
  }
1079
- .icon-lung {
1080
- &:before {
1081
- content: $icon-lung;
1082
- }
665
+ .icon-user-document:before {
666
+ content: "\e9ad";
1083
667
  }
1084
- .icon-lungs {
1085
- &:before {
1086
- content: $icon-lungs;
1087
- }
668
+ .icon-video-player-controls:before {
669
+ content: "\e9ae";
1088
670
  }
1089
- .icon-protective-mask {
1090
- &:before {
1091
- content: $icon-protective-mask;
1092
- }
671
+ .icon-visible-eye-hidden:before {
672
+ content: "\e9af";
1093
673
  }
1094
- .icon-radiology-scan {
1095
- &:before {
1096
- content: $icon-radiology-scan;
1097
- }
674
+ .icon-window-finder-resize-arrow-down:before {
675
+ content: "\e9b0";
1098
676
  }
1099
- .icon-stomach {
1100
- &:before {
1101
- content: $icon-stomach;
1102
- }
677
+ .icon-window-finder-resize-arrow-up:before {
678
+ content: "\e9b1";
1103
679
  }
1104
- .icon-cash-banknotes {
1105
- &:before {
1106
- content: $icon-cash-banknotes;
1107
- }
680
+ .icon-window-resize-left:before {
681
+ content: "\e9b2";
1108
682
  }
1109
- .icon-money-dollar {
1110
- &:before {
1111
- content: $icon-money-dollar;
1112
- }
683
+ .icon-window-resize-right:before {
684
+ content: "\e9b3";
1113
685
  }
1114
- .icon-money {
1115
- &:before {
1116
- content: $icon-money;
1117
- }
686
+ .icon-window-zoom-plus-loupe:before {
687
+ content: "\e9b4";
1118
688
  }
1119
- .icon-cloud-storage-checkmark {
1120
- &:before {
1121
- content: $icon-cloud-storage-checkmark;
1122
- }
689
+ .icon-laptop-health-medical-cross:before {
690
+ content: "\e971";
1123
691
  }
1124
- .icon-modalities {
1125
- &:before {
1126
- content: $icon-modalities;
1127
- }
692
+ .icon-radiology-scan-circle:before {
693
+ content: "\e974";
1128
694
  }
1129
- .icon-search-loop {
1130
- &:before {
1131
- content: $icon-search-loop;
1132
- }
695
+ .icon-money-coin:before {
696
+ content: "\e965";
1133
697
  }
1134
- .icon-question-circle {
1135
- &:before {
1136
- content: $icon-question-circle;
1137
- }
698
+ .icon-brain:before {
699
+ content: "\e972";
1138
700
  }
1139
- .icon-earth-globe-fail {
1140
- &:before {
1141
- content: $icon-earth-globe-fail;
1142
- }
701
+ .icon-dna-hospital-medical:before {
702
+ content: "\e973";
1143
703
  }
1144
- .icon-user-setting-gear {
1145
- &:before {
1146
- content: $icon-user-setting-gear;
1147
- }
704
+ .icon-lung:before {
705
+ content: "\e975";
1148
706
  }
1149
- .icon-user-delete-cross {
1150
- &:before {
1151
- content: $icon-user-delete-cross;
1152
- }
707
+ .icon-lungs:before {
708
+ content: "\e976";
1153
709
  }
1154
- .icon-apply-copy-duplicate {
1155
- &:before {
1156
- content: $icon-apply-copy-duplicate;
1157
- }
710
+ .icon-protective-mask:before {
711
+ content: "\e977";
1158
712
  }
1159
- .icon-arrow-down {
1160
- &:before {
1161
- content: $icon-arrow-down;
1162
- }
713
+ .icon-radiology-scan:before {
714
+ content: "\e978";
1163
715
  }
1164
- .icon-arrow-up {
1165
- &:before {
1166
- content: $icon-arrow-up;
1167
- }
716
+ .icon-stomach:before {
717
+ content: "\e979";
1168
718
  }
1169
- .icon-grid-layout {
1170
- &:before {
1171
- content: $icon-grid-layout;
1172
- }
719
+ .icon-cash-banknotes:before {
720
+ content: "\e964";
1173
721
  }
1174
- .icon-folder-blank {
1175
- &:before {
1176
- content: $icon-folder-blank;
1177
- }
722
+ .icon-money-dollar:before {
723
+ content: "\e966";
1178
724
  }
1179
- .icon-folder-group {
1180
- &:before {
1181
- content: $icon-folder-group;
1182
- }
725
+ .icon-money:before {
726
+ content: "\e967";
1183
727
  }
1184
- .icon-file-text {
1185
- &:before {
1186
- content: $icon-file-text;
1187
- }
728
+ .icon-cloud-storage-checkmark:before {
729
+ content: "\e968";
1188
730
  }
1189
- .icon-edit-boxed {
1190
- &:before {
1191
- content: $icon-edit-boxed;
1192
- }
731
+ .icon-modalities:before {
732
+ content: "\e970";
1193
733
  }
1194
- .icon-chart-trend-square {
1195
- &:before {
1196
- content: $icon-chart-trend-square;
1197
- }
734
+ .icon-search-loop:before {
735
+ content: "\e936";
1198
736
  }
1199
- .icon-layout-grid {
1200
- &:before {
1201
- content: $icon-layout-grid;
1202
- }
737
+ .icon-question-circle:before {
738
+ content: "\e921";
1203
739
  }
1204
- .icon-files-library-content {
1205
- &:before {
1206
- content: $icon-files-library-content;
1207
- }
740
+ .icon-earth-globe-fail:before {
741
+ content: "\e935";
1208
742
  }
1209
- .icon-user-lock {
1210
- &:before {
1211
- content: $icon-user-lock;
1212
- }
743
+ .icon-user-setting-gear:before {
744
+ content: "\e909";
1213
745
  }
1214
- .icon-lock {
1215
- &:before {
1216
- content: $icon-lock;
1217
- }
746
+ .icon-user-delete-cross:before {
747
+ content: "\e95b";
1218
748
  }
1219
- .icon-add-user {
1220
- &:before {
1221
- content: $icon-add-user;
1222
- }
749
+ .icon-apply-copy-duplicate:before {
750
+ content: "\e95c";
1223
751
  }
1224
- .icon-user-checked {
1225
- &:before {
1226
- content: $icon-user-checked;
1227
- }
752
+ .icon-arrow-down:before {
753
+ content: "\e95d";
1228
754
  }
1229
- .icon-user-group {
1230
- &:before {
1231
- content: $icon-user-group;
1232
- }
755
+ .icon-arrow-up:before {
756
+ content: "\e95e";
1233
757
  }
1234
- .icon-user-key {
1235
- &:before {
1236
- content: $icon-user-key;
1237
- }
758
+ .icon-grid-layout:before {
759
+ content: "\e95f";
1238
760
  }
1239
- .icon-thumbs-up-like {
1240
- &:before {
1241
- content: $icon-thumbs-up-like;
1242
- }
761
+ .icon-folder-blank:before {
762
+ content: "\e960";
1243
763
  }
1244
- .icon-apple {
1245
- &:before {
1246
- content: $icon-apple;
1247
- }
764
+ .icon-folder-group:before {
765
+ content: "\e961";
1248
766
  }
1249
- .icon-gitlab {
1250
- &:before {
1251
- content: $icon-gitlab;
1252
- }
767
+ .icon-file-text:before {
768
+ content: "\e962";
1253
769
  }
1254
- .icon-linux {
1255
- &:before {
1256
- content: $icon-linux;
1257
- }
770
+ .icon-edit-boxed:before {
771
+ content: "\e922";
1258
772
  }
1259
- .icon-add-server {
1260
- &:before {
1261
- content: $icon-add-server;
1262
- }
773
+ .icon-chart-trend-square:before {
774
+ content: "\e900";
1263
775
  }
1264
- .icon-server-checkmark {
1265
- &:before {
1266
- content: $icon-server-checkmark;
1267
- }
776
+ .icon-layout-grid:before {
777
+ content: "\e901";
1268
778
  }
1269
- .icon-server-upload {
1270
- &:before {
1271
- content: $icon-server-upload;
1272
- }
779
+ .icon-files-library-content:before {
780
+ content: "\e902";
1273
781
  }
1274
- .icon-server {
1275
- &:before {
1276
- content: $icon-server;
1277
- }
782
+ .icon-user-lock:before {
783
+ content: "\e903";
1278
784
  }
1279
- .icon-data-tree {
1280
- &:before {
1281
- content: $icon-data-tree;
1282
- }
785
+ .icon-lock:before {
786
+ content: "\e904";
1283
787
  }
1284
- .icon-add-circle {
1285
- &:before {
1286
- content: $icon-add-circle;
1287
- }
788
+ .icon-add-user:before {
789
+ content: "\e905";
1288
790
  }
1289
- .icon-bell-notification {
1290
- &:before {
1291
- content: $icon-bell-notification;
1292
- }
791
+ .icon-user-checked:before {
792
+ content: "\e906";
1293
793
  }
1294
- .icon-bookmark {
1295
- &:before {
1296
- content: $icon-bookmark;
1297
- }
794
+ .icon-user-group:before {
795
+ content: "\e907";
1298
796
  }
1299
- .icon-chart-square {
1300
- &:before {
1301
- content: $icon-chart-square;
1302
- }
797
+ .icon-user-key:before {
798
+ content: "\e908";
1303
799
  }
1304
- .icon-checklist {
1305
- &:before {
1306
- content: $icon-checklist;
1307
- }
800
+ .icon-thumbs-up-like:before {
801
+ content: "\e90a";
1308
802
  }
1309
- .icon-clock-history {
1310
- &:before {
1311
- content: $icon-clock-history;
1312
- }
803
+ .icon-apple:before {
804
+ content: "\e90b";
1313
805
  }
1314
- .icon-clock-loading {
1315
- &:before {
1316
- content: $icon-clock-loading;
1317
- }
806
+ .icon-gitlab:before {
807
+ content: "\e90c";
1318
808
  }
1319
- .icon-close-circled {
1320
- &:before {
1321
- content: $icon-close-circled;
1322
- }
809
+ .icon-linux:before {
810
+ content: "\e90d";
1323
811
  }
1324
- .icon-close {
1325
- &:before {
1326
- content: $icon-close;
1327
- }
812
+ .icon-add-server:before {
813
+ content: "\e90e";
1328
814
  }
1329
- .icon-copy-item {
1330
- &:before {
1331
- content: $icon-copy-item;
1332
- }
815
+ .icon-server-checkmark:before {
816
+ content: "\e90f";
1333
817
  }
1334
- .icon-done-check {
1335
- &:before {
1336
- content: $icon-done-check;
1337
- }
818
+ .icon-server-upload:before {
819
+ content: "\e910";
1338
820
  }
1339
- .icon-download-status {
1340
- &:before {
1341
- content: $icon-download-status;
1342
- }
821
+ .icon-server:before {
822
+ content: "\e911";
1343
823
  }
1344
- .icon-download {
1345
- &:before {
1346
- content: $icon-download;
1347
- }
824
+ .icon-data-tree:before {
825
+ content: "\e913";
1348
826
  }
1349
- .icon-edit {
1350
- &:before {
1351
- content: $icon-edit;
1352
- }
827
+ .icon-add-circle:before {
828
+ content: "\e914";
1353
829
  }
1354
- .icon-email {
1355
- &:before {
1356
- content: $icon-email;
1357
- }
830
+ .icon-bell-notification:before {
831
+ content: "\e915";
1358
832
  }
1359
- .icon-file-download {
1360
- &:before {
1361
- content: $icon-file-download;
1362
- }
833
+ .icon-bookmark:before {
834
+ content: "\e916";
1363
835
  }
1364
- .icon-files-library {
1365
- &:before {
1366
- content: $icon-files-library;
1367
- }
836
+ .icon-chart-square:before {
837
+ content: "\e917";
1368
838
  }
1369
- .icon-files {
1370
- &:before {
1371
- content: $icon-files;
1372
- }
839
+ .icon-checklist:before {
840
+ content: "\e918";
1373
841
  }
1374
- .icon-filter {
1375
- &:before {
1376
- content: $icon-filter;
1377
- }
842
+ .icon-clock-history:before {
843
+ content: "\e919";
1378
844
  }
1379
- .icon-flag {
1380
- &:before {
1381
- content: $icon-flag;
1382
- }
845
+ .icon-clock-loading:before {
846
+ content: "\e91a";
1383
847
  }
1384
- .icon-information-circle {
1385
- &:before {
1386
- content: $icon-information-circle;
1387
- }
848
+ .icon-close-circled:before {
849
+ content: "\e91b";
1388
850
  }
1389
- .icon-key {
1390
- &:before {
1391
- content: $icon-key;
1392
- }
851
+ .icon-close:before {
852
+ content: "\e91c";
1393
853
  }
1394
- .icon-keychain {
1395
- &:before {
1396
- content: $icon-keychain;
1397
- }
854
+ .icon-copy-item:before {
855
+ content: "\e91d";
1398
856
  }
1399
- .icon-label-tag {
1400
- &:before {
1401
- content: $icon-label-tag;
1402
- }
857
+ .icon-done-check:before {
858
+ content: "\e91e";
1403
859
  }
1404
- .icon-link {
1405
- &:before {
1406
- content: $icon-link;
1407
- }
860
+ .icon-download-status:before {
861
+ content: "\e91f";
1408
862
  }
1409
- .icon-loading-status-checkmark {
1410
- &:before {
1411
- content: $icon-loading-status-checkmark;
1412
- }
863
+ .icon-download:before {
864
+ content: "\e920";
1413
865
  }
1414
- .icon-logout {
1415
- &:before {
1416
- content: $icon-logout;
1417
- }
866
+ .icon-edit:before {
867
+ content: "\e923";
1418
868
  }
1419
- .icon-menu-horizontal {
1420
- &:before {
1421
- content: $icon-menu-horizontal;
1422
- }
869
+ .icon-email:before {
870
+ content: "\e924";
1423
871
  }
1424
- .icon-menu-vertical {
1425
- &:before {
1426
- content: $icon-menu-vertical;
1427
- }
872
+ .icon-file-download:before {
873
+ content: "\e925";
1428
874
  }
1429
- .icon-open {
1430
- &:before {
1431
- content: $icon-open;
1432
- }
875
+ .icon-files-library:before {
876
+ content: "\e926";
1433
877
  }
1434
- .icon-pie-chart {
1435
- &:before {
1436
- content: $icon-pie-chart;
1437
- }
878
+ .icon-files:before {
879
+ content: "\e927";
1438
880
  }
1439
- .icon-search {
1440
- &:before {
1441
- content: $icon-search;
1442
- }
881
+ .icon-filter:before {
882
+ content: "\e928";
1443
883
  }
1444
- .icon-setting-gear {
1445
- &:before {
1446
- content: $icon-setting-gear;
1447
- }
884
+ .icon-flag:before {
885
+ content: "\e929";
1448
886
  }
1449
- .icon-settings-gear-square {
1450
- &:before {
1451
- content: $icon-settings-gear-square;
1452
- }
887
+ .icon-information-circle:before {
888
+ content: "\e92a";
1453
889
  }
1454
- .icon-settings-gear {
1455
- &:before {
1456
- content: $icon-settings-gear;
1457
- }
890
+ .icon-key:before {
891
+ content: "\e92b";
1458
892
  }
1459
- .icon-settings-select {
1460
- &:before {
1461
- content: $icon-settings-select;
1462
- }
893
+ .icon-keychain:before {
894
+ content: "\e92c";
1463
895
  }
1464
- .icon-share {
1465
- &:before {
1466
- content: $icon-share;
1467
- }
896
+ .icon-label-tag:before {
897
+ content: "\e92d";
1468
898
  }
1469
- .icon-show-visible {
1470
- &:before {
1471
- content: $icon-show-visible;
1472
- }
899
+ .icon-link:before {
900
+ content: "\e92e";
1473
901
  }
1474
- .icon-star {
1475
- &:before {
1476
- content: $icon-star;
1477
- }
902
+ .icon-loading-status-checkmark:before {
903
+ content: "\e92f";
1478
904
  }
1479
- .icon-substract-group {
1480
- &:before {
1481
- content: $icon-substract-group;
1482
- }
905
+ .icon-logout:before {
906
+ content: "\e930";
1483
907
  }
1484
- .icon-switch {
1485
- &:before {
1486
- content: $icon-switch;
1487
- }
908
+ .icon-menu-horizontal:before {
909
+ content: "\e931";
1488
910
  }
1489
- .icon-trash-delete {
1490
- &:before {
1491
- content: $icon-trash-delete;
1492
- }
911
+ .icon-menu-vertical:before {
912
+ content: "\e932";
1493
913
  }
1494
- .icon-upload {
1495
- &:before {
1496
- content: $icon-upload;
1497
- }
914
+ .icon-open:before {
915
+ content: "\e933";
1498
916
  }
1499
- .icon-user {
1500
- &:before {
1501
- content: $icon-user;
1502
- }
917
+ .icon-pie-chart:before {
918
+ content: "\e934";
1503
919
  }
1504
- .icon-warning-circle {
1505
- &:before {
1506
- content: $icon-warning-circle;
1507
- }
920
+ .icon-search:before {
921
+ content: "\e937";
1508
922
  }
1509
- .icon-warning {
1510
- &:before {
1511
- content: $icon-warning;
1512
- }
923
+ .icon-setting-gear:before {
924
+ content: "\e938";
1513
925
  }
1514
- .icon-icon-placeholder {
1515
- &:before {
1516
- content: $icon-icon-placeholder;
1517
- }
926
+ .icon-settings-gear-square:before {
927
+ content: "\e93a";
1518
928
  }
1519
- .icon-network-storage-alert {
1520
- &:before {
1521
- content: $icon-network-storage-alert;
1522
- }
929
+ .icon-settings-gear:before {
930
+ content: "\e93b";
1523
931
  }
1524
- .icon-folder-add {
1525
- &:before {
1526
- content: $icon-folder-add;
1527
- }
932
+ .icon-settings-select:before {
933
+ content: "\e93c";
1528
934
  }
1529
- .icon-folder-checked {
1530
- &:before {
1531
- content: $icon-folder-checked;
1532
- }
935
+ .icon-share:before {
936
+ content: "\e93d";
1533
937
  }
1534
- .icon-folder-open {
1535
- &:before {
1536
- content: $icon-folder-open;
1537
- }
938
+ .icon-show-visible:before {
939
+ content: "\e93e";
1538
940
  }
1539
- .icon-folder-share {
1540
- &:before {
1541
- content: $icon-folder-share;
1542
- }
941
+ .icon-star:before {
942
+ content: "\e93f";
1543
943
  }
1544
- .icon-document-file-blank {
1545
- &:before {
1546
- content: $icon-document-file-blank;
1547
- }
944
+ .icon-substract-group:before {
945
+ content: "\e940";
1548
946
  }
1549
- .icon-document-file-download {
1550
- &:before {
1551
- content: $icon-document-file-download;
1552
- }
947
+ .icon-switch:before {
948
+ content: "\e941";
1553
949
  }
1554
- .icon-document-file-tar {
1555
- &:before {
1556
- content: $icon-document-file-tar;
1557
- }
950
+ .icon-trash-delete:before {
951
+ content: "\e942";
1558
952
  }
1559
- .icon-document-file-zip {
1560
- &:before {
1561
- content: $icon-document-file-zip;
1562
- }
953
+ .icon-upload:before {
954
+ content: "\e943";
1563
955
  }
1564
- .icon-document-visible {
1565
- &:before {
1566
- content: $icon-document-visible;
1567
- }
956
+ .icon-user:before {
957
+ content: "\e944";
1568
958
  }
1569
- .icon-documents-files {
1570
- &:before {
1571
- content: $icon-documents-files;
1572
- }
959
+ .icon-warning-circle:before {
960
+ content: "\e945";
1573
961
  }
1574
- .icon-arrow-back {
1575
- &:before {
1576
- content: $icon-arrow-back;
1577
- }
962
+ .icon-warning:before {
963
+ content: "\e946";
1578
964
  }
1579
- .icon-arrow-forward {
1580
- &:before {
1581
- content: $icon-arrow-forward;
1582
- }
965
+ .icon-icon-placeholder:before {
966
+ content: "\e947";
1583
967
  }
1584
- .icon-chevron-back {
1585
- &:before {
1586
- content: $icon-chevron-back;
1587
- }
968
+ .icon-network-storage-alert:before {
969
+ content: "\e948";
1588
970
  }
1589
- .icon-chevron-down {
1590
- &:before {
1591
- content: $icon-chevron-down;
1592
- }
971
+ .icon-folder-add:before {
972
+ content: "\e949";
1593
973
  }
1594
- .icon-chevron-forward {
1595
- &:before {
1596
- content: $icon-chevron-forward;
1597
- }
974
+ .icon-folder-checked:before {
975
+ content: "\e94a";
1598
976
  }
1599
- .icon-chevron-up {
1600
- &:before {
1601
- content: $icon-chevron-up;
1602
- }
977
+ .icon-folder-open:before {
978
+ content: "\e94b";
1603
979
  }
1604
- .icon-embed-circle {
1605
- &:before {
1606
- content: $icon-embed-circle;
1607
- }
980
+ .icon-folder-share:before {
981
+ content: "\e94c";
1608
982
  }
1609
- .icon-rotate-refresh {
1610
- &:before {
1611
- content: $icon-rotate-refresh;
1612
- }
983
+ .icon-document-file-blank:before {
984
+ content: "\e94d";
985
+ }
986
+ .icon-document-file-download:before {
987
+ content: "\e94e";
988
+ }
989
+ .icon-document-file-tar:before {
990
+ content: "\e94f";
991
+ }
992
+ .icon-document-file-zip:before {
993
+ content: "\e950";
994
+ }
995
+ .icon-document-visible:before {
996
+ content: "\e951";
997
+ }
998
+ .icon-documents-files:before {
999
+ content: "\e952";
1000
+ }
1001
+ .icon-arrow-back:before {
1002
+ content: "\e953";
1003
+ }
1004
+ .icon-arrow-forward:before {
1005
+ content: "\e954";
1006
+ }
1007
+ .icon-chevron-back:before {
1008
+ content: "\e955";
1009
+ }
1010
+ .icon-chevron-down:before {
1011
+ content: "\e956";
1012
+ }
1013
+ .icon-chevron-forward:before {
1014
+ content: "\e957";
1015
+ }
1016
+ .icon-chevron-up:before {
1017
+ content: "\e958";
1018
+ }
1019
+ .icon-embed-circle:before {
1020
+ content: "\e959";
1021
+ }
1022
+ .icon-rotate-refresh:before {
1023
+ content: "\e95a";
1613
1024
  }
1614
1025
  }