@masterteam/components 0.0.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.
Files changed (38) hide show
  1. package/README.md +63 -0
  2. package/fesm2022/masterteam-components-src-checkbox-field.mjs +76 -0
  3. package/fesm2022/masterteam-components-src-checkbox-field.mjs.map +1 -0
  4. package/fesm2022/masterteam-components-src-date-field.mjs +82 -0
  5. package/fesm2022/masterteam-components-src-date-field.mjs.map +1 -0
  6. package/fesm2022/masterteam-components-src-icon-field.mjs +219 -0
  7. package/fesm2022/masterteam-components-src-icon-field.mjs.map +1 -0
  8. package/fesm2022/masterteam-components-src-multi-select-field.mjs +92 -0
  9. package/fesm2022/masterteam-components-src-multi-select-field.mjs.map +1 -0
  10. package/fesm2022/masterteam-components-src-number-field.mjs +83 -0
  11. package/fesm2022/masterteam-components-src-number-field.mjs.map +1 -0
  12. package/fesm2022/masterteam-components-src-select-field.mjs +105 -0
  13. package/fesm2022/masterteam-components-src-select-field.mjs.map +1 -0
  14. package/fesm2022/masterteam-components-src-slider-field.mjs +91 -0
  15. package/fesm2022/masterteam-components-src-slider-field.mjs.map +1 -0
  16. package/fesm2022/masterteam-components-src-text-field.mjs +98 -0
  17. package/fesm2022/masterteam-components-src-text-field.mjs.map +1 -0
  18. package/fesm2022/masterteam-components-src-textarea-field.mjs +82 -0
  19. package/fesm2022/masterteam-components-src-textarea-field.mjs.map +1 -0
  20. package/fesm2022/masterteam-components.mjs +211 -0
  21. package/fesm2022/masterteam-components.mjs.map +1 -0
  22. package/index.d.ts +22 -0
  23. package/package.json +73 -0
  24. package/src/assets/mticons/fonts/mticons.svg +483 -0
  25. package/src/assets/mticons/fonts/mticons.ttf +0 -0
  26. package/src/assets/mticons/fonts/mticons.woff +0 -0
  27. package/src/assets/mticons/fonts/mticons.woff2 +0 -0
  28. package/src/assets/mticons/mticons.css +35 -0
  29. package/src/assets/mticons/style.css +1446 -0
  30. package/src/checkbox-field/index.d.ts +30 -0
  31. package/src/date-field/index.d.ts +37 -0
  32. package/src/icon-field/index.d.ts +25 -0
  33. package/src/multi-select-field/index.d.ts +43 -0
  34. package/src/number-field/index.d.ts +38 -0
  35. package/src/select-field/index.d.ts +46 -0
  36. package/src/slider-field/index.d.ts +41 -0
  37. package/src/text-field/index.d.ts +37 -0
  38. package/src/textarea-field/index.d.ts +35 -0
@@ -0,0 +1,1446 @@
1
+ @font-face {
2
+ font-family: "mticons";
3
+ src:
4
+ url("fonts/mticons.woff2?oa2qz0") format("woff2"),
5
+ url("fonts/mticons.woff?oa2qz0") format("woff"),
6
+ url("fonts/mticons.ttf?oa2qz0") format("truetype"),
7
+ url("fonts/mticons.svg?oa2qz0#mticons") format("svg");
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ font-display: block;
11
+ }
12
+
13
+ [class^="mti-"], [class*=" mti-"] {
14
+ /* use !important to prevent issues with browser extensions that change fonts */
15
+ font-family: 'mticons' !important;
16
+ speak: never;
17
+ font-style: normal;
18
+ font-weight: normal;
19
+ font-variant: normal;
20
+ text-transform: none;
21
+ line-height: 1;
22
+
23
+ /* Better Font Rendering =========== */
24
+ -webkit-font-smoothing: antialiased;
25
+ -moz-osx-font-smoothing: grayscale;
26
+ }
27
+
28
+ .mti-accommodation:before {
29
+ content: "\e900";
30
+ }
31
+ .mti-achievement:before {
32
+ content: "\e901";
33
+ }
34
+ .mti-address-book-sp:before {
35
+ content: "\e902";
36
+ }
37
+ .mti-address-book:before {
38
+ content: "\e903";
39
+ }
40
+ .mti-agile:before {
41
+ content: "\e904";
42
+ }
43
+ .mti-alert:before {
44
+ content: "\e905";
45
+ }
46
+ .mti-align-center:before {
47
+ content: "\e906";
48
+ }
49
+ .mti-align-justify:before {
50
+ content: "\e907";
51
+ }
52
+ .mti-align-left:before {
53
+ content: "\e908";
54
+ }
55
+ .mti-align-right:before {
56
+ content: "\e909";
57
+ }
58
+ .mti-android:before {
59
+ content: "\e90a";
60
+ }
61
+ .mti-angle-double-down:before {
62
+ content: "\e90b";
63
+ }
64
+ .mti-angle-double-left:before {
65
+ content: "\e90c";
66
+ }
67
+ .mti-angle-double-right:before {
68
+ content: "\e90d";
69
+ }
70
+ .mti-angle-double-up:before {
71
+ content: "\e90e";
72
+ }
73
+ .mti-angle-down:before {
74
+ content: "\e90f";
75
+ }
76
+ .mti-angle-left:before {
77
+ content: "\e910";
78
+ }
79
+ .mti-angle-right:before {
80
+ content: "\e911";
81
+ }
82
+ .mti-angle-up:before {
83
+ content: "\e912";
84
+ }
85
+ .mti-anti-virus:before {
86
+ content: "\e913";
87
+ }
88
+ .mti-apple:before {
89
+ content: "\e914";
90
+ }
91
+ .mti-approved:before {
92
+ content: "\e915";
93
+ }
94
+ .mti-archive:before {
95
+ content: "\e916";
96
+ }
97
+ .mti-arrow-circle-down:before {
98
+ content: "\e917";
99
+ }
100
+ .mti-arrow-circle-left:before {
101
+ content: "\e918";
102
+ }
103
+ .mti-arrow-circle-right:before {
104
+ content: "\e919";
105
+ }
106
+ .mti-arrow-circle-up:before {
107
+ content: "\e91a";
108
+ }
109
+ .mti-arrow-down-left-and-arrow-up-right-to-center:before {
110
+ content: "\e91b";
111
+ }
112
+ .mti-arrow-down-left:before {
113
+ content: "\e91c";
114
+ }
115
+ .mti-arrow-down-right:before {
116
+ content: "\e91d";
117
+ }
118
+ .mti-arrow-down:before {
119
+ content: "\e91e";
120
+ }
121
+ .mti-arrow-left:before {
122
+ content: "\e91f";
123
+ }
124
+ .mti-arrow-right-arrow-left:before {
125
+ content: "\e920";
126
+ }
127
+ .mti-arrow-right:before {
128
+ content: "\e921";
129
+ }
130
+ .mti-arrow-up-left:before {
131
+ content: "\e922";
132
+ }
133
+ .mti-arrow-up-right-and-arrow-down-left-from-center:before {
134
+ content: "\e923";
135
+ }
136
+ .mti-arrow-up-right:before {
137
+ content: "\e924";
138
+ }
139
+ .mti-arrow-up:before {
140
+ content: "\e925";
141
+ }
142
+ .mti-arrows-alt:before {
143
+ content: "\e926";
144
+ }
145
+ .mti-arrows-h:before {
146
+ content: "\e927";
147
+ }
148
+ .mti-arrows-v:before {
149
+ content: "\e928";
150
+ }
151
+ .mti-arrows:before {
152
+ content: "\e929";
153
+ }
154
+ .mti-asteriks:before {
155
+ content: "\e92a";
156
+ }
157
+ .mti-at:before {
158
+ content: "\e92b";
159
+ }
160
+ .mti-award:before {
161
+ content: "\e92c";
162
+ }
163
+ .mti-backward:before {
164
+ content: "\e92d";
165
+ }
166
+ .mti-ban:before {
167
+ content: "\e92e";
168
+ }
169
+ .mti-bar-chart:before {
170
+ content: "\e92f";
171
+ }
172
+ .mti-barcode:before {
173
+ content: "\e930";
174
+ }
175
+ .mti-bars:before {
176
+ content: "\e931";
177
+ }
178
+ .mti-bed:before {
179
+ content: "\e932";
180
+ }
181
+ .mti-bell-slash:before {
182
+ content: "\e933";
183
+ }
184
+ .mti-bell:before {
185
+ content: "\e934";
186
+ }
187
+ .mti-bidding:before {
188
+ content: "\e935";
189
+ }
190
+ .mti-bitcoin:before {
191
+ content: "\e936";
192
+ }
193
+ .mti-blog:before {
194
+ content: "\e937";
195
+ }
196
+ .mti-bolt:before {
197
+ content: "\e938";
198
+ }
199
+ .mti-book:before {
200
+ content: "\e939";
201
+ }
202
+ .mti-bookmark-fill:before {
203
+ content: "\e93a";
204
+ }
205
+ .mti-bookmark:before {
206
+ content: "\e93b";
207
+ }
208
+ .mti-box:before {
209
+ content: "\e93c";
210
+ }
211
+ .mti-briefcase:before {
212
+ content: "\e93d";
213
+ }
214
+ .mti-broadband:before {
215
+ content: "\e93e";
216
+ }
217
+ .mti-budget-v2:before {
218
+ content: "\e93f";
219
+ }
220
+ .mti-budget-v3:before {
221
+ content: "\e940";
222
+ }
223
+ .mti-budget:before {
224
+ content: "\e941";
225
+ }
226
+ .mti-budgeting:before {
227
+ content: "\e942";
228
+ }
229
+ .mti-building-1:before {
230
+ content: "\e943";
231
+ }
232
+ .mti-building-columns:before {
233
+ content: "\e944";
234
+ }
235
+ .mti-building:before {
236
+ content: "\e945";
237
+ }
238
+ .mti-bullseye:before {
239
+ content: "\e946";
240
+ }
241
+ .mti-business-model:before {
242
+ content: "\e947";
243
+ }
244
+ .mti-calculator:before {
245
+ content: "\e948";
246
+ }
247
+ .mti-calendar-clock:before {
248
+ content: "\e949";
249
+ }
250
+ .mti-calendar-minus:before {
251
+ content: "\e94a";
252
+ }
253
+ .mti-calendar-plus:before {
254
+ content: "\e94b";
255
+ }
256
+ .mti-calendar-times:before {
257
+ content: "\e94c";
258
+ }
259
+ .mti-calendar:before {
260
+ content: "\e94d";
261
+ }
262
+ .mti-camera:before {
263
+ content: "\e94e";
264
+ }
265
+ .mti-car:before {
266
+ content: "\e94f";
267
+ }
268
+ .mti-care:before {
269
+ content: "\e950";
270
+ }
271
+ .mti-caret-down:before {
272
+ content: "\e951";
273
+ }
274
+ .mti-caret-left:before {
275
+ content: "\e952";
276
+ }
277
+ .mti-caret-right:before {
278
+ content: "\e953";
279
+ }
280
+ .mti-caret-up:before {
281
+ content: "\e954";
282
+ }
283
+ .mti-cart-arrow-down:before {
284
+ content: "\e955";
285
+ }
286
+ .mti-cart-minus:before {
287
+ content: "\e956";
288
+ }
289
+ .mti-cart-plus:before {
290
+ content: "\e957";
291
+ }
292
+ .mti-ceo:before {
293
+ content: "\e958";
294
+ }
295
+ .mti-change-management:before {
296
+ content: "\e959";
297
+ }
298
+ .mti-change-request:before {
299
+ content: "\e95a";
300
+ }
301
+ .mti-chart-bar:before {
302
+ content: "\e95b";
303
+ }
304
+ .mti-chart-line:before {
305
+ content: "\e95c";
306
+ }
307
+ .mti-chart-pie:before {
308
+ content: "\e95d";
309
+ }
310
+ .mti-chart-scatter:before {
311
+ content: "\e95e";
312
+ }
313
+ .mti-chart:before {
314
+ content: "\e95f";
315
+ }
316
+ .mti-check-circle:before {
317
+ content: "\e960";
318
+ }
319
+ .mti-check-square:before {
320
+ content: "\e961";
321
+ }
322
+ .mti-check:before {
323
+ content: "\e962";
324
+ }
325
+ .mti-chevron-circle-down:before {
326
+ content: "\e963";
327
+ }
328
+ .mti-chevron-circle-left:before {
329
+ content: "\e964";
330
+ }
331
+ .mti-chevron-circle-right:before {
332
+ content: "\e965";
333
+ }
334
+ .mti-chevron-circle-up:before {
335
+ content: "\e966";
336
+ }
337
+ .mti-chevron-down:before {
338
+ content: "\e967";
339
+ }
340
+ .mti-chevron-left:before {
341
+ content: "\e968";
342
+ }
343
+ .mti-chevron-right:before {
344
+ content: "\e969";
345
+ }
346
+ .mti-chevron-up:before {
347
+ content: "\e96a";
348
+ }
349
+ .mti-circle-fill:before {
350
+ content: "\e96b";
351
+ }
352
+ .mti-circle-off:before {
353
+ content: "\e96c";
354
+ }
355
+ .mti-circle-on:before {
356
+ content: "\e96d";
357
+ }
358
+ .mti-circle:before {
359
+ content: "\e96e";
360
+ }
361
+ .mti-clients:before {
362
+ content: "\e96f";
363
+ }
364
+ .mti-clipboard:before {
365
+ content: "\e970";
366
+ }
367
+ .mti-clock:before {
368
+ content: "\e971";
369
+ }
370
+ .mti-clone:before {
371
+ content: "\e972";
372
+ }
373
+ .mti-cloud-download:before {
374
+ content: "\e973";
375
+ }
376
+ .mti-cloud-upload:before {
377
+ content: "\e974";
378
+ }
379
+ .mti-cloud:before {
380
+ content: "\e975";
381
+ }
382
+ .mti-code:before {
383
+ content: "\e976";
384
+ }
385
+ .mti-cog:before {
386
+ content: "\e977";
387
+ }
388
+ .mti-comment:before {
389
+ content: "\e978";
390
+ }
391
+ .mti-comments:before {
392
+ content: "\e979";
393
+ }
394
+ .mti-compass-sp:before {
395
+ content: "\e97a";
396
+ }
397
+ .mti-compass:before {
398
+ content: "\e97b";
399
+ }
400
+ .mti-computer-207:before {
401
+ content: "\e97c";
402
+ }
403
+ .mti-computer:before {
404
+ content: "\e97d";
405
+ }
406
+ .mti-config:before {
407
+ content: "\e97e";
408
+ }
409
+ .mti-copy:before {
410
+ content: "\e97f";
411
+ }
412
+ .mti-creative:before {
413
+ content: "\e980";
414
+ }
415
+ .mti-credit-card:before {
416
+ content: "\e981";
417
+ }
418
+ .mti-crown:before {
419
+ content: "\e982";
420
+ }
421
+ .mti-dashboard:before {
422
+ content: "\e983";
423
+ }
424
+ .mti-dashboard1:before {
425
+ content: "\e984";
426
+ }
427
+ .mti-data-6:before {
428
+ content: "\e985";
429
+ }
430
+ .mti-database:before {
431
+ content: "\e986";
432
+ }
433
+ .mti-date-124:before {
434
+ content: "\e987";
435
+ }
436
+ .mti-delete-left:before {
437
+ content: "\e988";
438
+ }
439
+ .mti-deliverable:before {
440
+ content: "\e989";
441
+ }
442
+ .mti-departments:before {
443
+ content: "\e98a";
444
+ }
445
+ .mti-desktop:before {
446
+ content: "\e98b";
447
+ }
448
+ .mti-details-75:before {
449
+ content: "\e98c";
450
+ }
451
+ .mti-detective:before {
452
+ content: "\e98d";
453
+ }
454
+ .mti-diagram:before {
455
+ content: "\e98e";
456
+ }
457
+ .mti-diamond:before {
458
+ content: "\e98f";
459
+ }
460
+ .mti-dim:before {
461
+ content: "\e990";
462
+ }
463
+ .mti-directions-alt:before {
464
+ content: "\e991";
465
+ }
466
+ .mti-directions:before {
467
+ content: "\e992";
468
+ }
469
+ .mti-discord:before {
470
+ content: "\e993";
471
+ }
472
+ .mti-discussion-area:before {
473
+ content: "\e994";
474
+ }
475
+ .mti-document-approval:before {
476
+ content: "\e995";
477
+ }
478
+ .mti-dollar-bars:before {
479
+ content: "\e996";
480
+ }
481
+ .mti-dollar-circle:before {
482
+ content: "\e997";
483
+ }
484
+ .mti-dollar:before {
485
+ content: "\e998";
486
+ }
487
+ .mti-download:before {
488
+ content: "\e999";
489
+ }
490
+ .mti-eject:before {
491
+ content: "\e99a";
492
+ }
493
+ .mti-ellipsis-h:before {
494
+ content: "\e99b";
495
+ }
496
+ .mti-ellipsis-v:before {
497
+ content: "\e99c";
498
+ }
499
+ .mti-engineering:before {
500
+ content: "\e99d";
501
+ }
502
+ .mti-envelope:before {
503
+ content: "\e99e";
504
+ }
505
+ .mti-equals:before {
506
+ content: "\e99f";
507
+ }
508
+ .mti-eraser:before {
509
+ content: "\e9a0";
510
+ }
511
+ .mti-ethereum:before {
512
+ content: "\e9a1";
513
+ }
514
+ .mti-euro:before {
515
+ content: "\e9a2";
516
+ }
517
+ .mti-exclamation-circle:before {
518
+ content: "\e9a3";
519
+ }
520
+ .mti-exclamation-triangle:before {
521
+ content: "\e9a4";
522
+ }
523
+ .mti-expand:before {
524
+ content: "\e9a5";
525
+ }
526
+ .mti-external-link:before {
527
+ content: "\e9a6";
528
+ }
529
+ .mti-eye-slash:before {
530
+ content: "\e9a7";
531
+ }
532
+ .mti-eye-sp:before {
533
+ content: "\e9a8";
534
+ }
535
+ .mti-eye:before {
536
+ content: "\e9a9";
537
+ }
538
+ .mti-face-smile:before {
539
+ content: "\e9aa";
540
+ }
541
+ .mti-facebook:before {
542
+ content: "\e9ab";
543
+ }
544
+ .mti-fast-backward:before {
545
+ content: "\e9ac";
546
+ }
547
+ .mti-fast-forward:before {
548
+ content: "\e9ad";
549
+ }
550
+ .mti-female:before {
551
+ content: "\e9ae";
552
+ }
553
+ .mti-file-arrow-up:before {
554
+ content: "\e9af";
555
+ }
556
+ .mti-file-check:before {
557
+ content: "\e9b0";
558
+ }
559
+ .mti-file-edit:before {
560
+ content: "\e9b1";
561
+ }
562
+ .mti-file-excel:before {
563
+ content: "\e9b2";
564
+ }
565
+ .mti-file-export:before {
566
+ content: "\e9b3";
567
+ }
568
+ .mti-file-import:before {
569
+ content: "\e9b4";
570
+ }
571
+ .mti-file-o:before {
572
+ content: "\e9b5";
573
+ }
574
+ .mti-file-pdf:before {
575
+ content: "\e9b6";
576
+ }
577
+ .mti-file-plus:before {
578
+ content: "\e9b7";
579
+ }
580
+ .mti-file-word:before {
581
+ content: "\e9b8";
582
+ }
583
+ .mti-file:before {
584
+ content: "\e9b9";
585
+ }
586
+ .mti-filter-fill:before {
587
+ content: "\e9ba";
588
+ }
589
+ .mti-filter-slash:before {
590
+ content: "\e9bb";
591
+ }
592
+ .mti-filter:before {
593
+ content: "\e9bc";
594
+ }
595
+ .mti-finger-up:before {
596
+ content: "\e9bd";
597
+ }
598
+ .mti-first-prize-trophy:before {
599
+ content: "\e9be";
600
+ }
601
+ .mti-flag-fill:before {
602
+ content: "\e9bf";
603
+ }
604
+ .mti-flag:before {
605
+ content: "\e9c0";
606
+ }
607
+ .mti-flow-chart:before {
608
+ content: "\e9c1";
609
+ }
610
+ .mti-focus:before {
611
+ content: "\e9c2";
612
+ }
613
+ .mti-folder-gear:before {
614
+ content: "\e9c3";
615
+ }
616
+ .mti-folder-open:before {
617
+ content: "\e9c4";
618
+ }
619
+ .mti-folder-plus:before {
620
+ content: "\e9c5";
621
+ }
622
+ .mti-folder:before {
623
+ content: "\e9c6";
624
+ }
625
+ .mti-forward:before {
626
+ content: "\e9c7";
627
+ }
628
+ .mti-gaca:before {
629
+ content: "\e9c8";
630
+ }
631
+ .mti-gauge:before {
632
+ content: "\e9c9";
633
+ }
634
+ .mti-gear:before {
635
+ content: "\e9ca";
636
+ }
637
+ .mti-gift:before {
638
+ content: "\e9cb";
639
+ }
640
+ .mti-github:before {
641
+ content: "\e9cc";
642
+ }
643
+ .mti-global:before {
644
+ content: "\e9cd";
645
+ }
646
+ .mti-globe-pin:before {
647
+ content: "\e9ce";
648
+ }
649
+ .mti-globe:before {
650
+ content: "\e9cf";
651
+ }
652
+ .mti-goal:before {
653
+ content: "\e9d0";
654
+ }
655
+ .mti-google:before {
656
+ content: "\e9d1";
657
+ }
658
+ .mti-graduation-cap:before {
659
+ content: "\e9d2";
660
+ }
661
+ .mti-grid-cards:before {
662
+ content: "\e9d3";
663
+ }
664
+ .mti-group-management:before {
665
+ content: "\e9d4";
666
+ }
667
+ .mti-group:before {
668
+ content: "\e9d5";
669
+ }
670
+ .mti-growth:before {
671
+ content: "\e9d6";
672
+ }
673
+ .mti-hammer:before {
674
+ content: "\e9d7";
675
+ }
676
+ .mti-hand-23:before {
677
+ content: "\e9d8";
678
+ }
679
+ .mti-hashtag:before {
680
+ content: "\e9d9";
681
+ }
682
+ .mti-headphones:before {
683
+ content: "\e9da";
684
+ }
685
+ .mti-heart-fill:before {
686
+ content: "\e9db";
687
+ }
688
+ .mti-heart:before {
689
+ content: "\e9dc";
690
+ }
691
+ .mti-hierarchy-structure-1:before {
692
+ content: "\e9dd";
693
+ }
694
+ .mti-hierarchy-structure:before {
695
+ content: "\e9de";
696
+ }
697
+ .mti-high-order-kpis:before {
698
+ content: "\e9df";
699
+ }
700
+ .mti-high-voltage:before {
701
+ content: "\e9e0";
702
+ }
703
+ .mti-history-sp:before {
704
+ content: "\e9e1";
705
+ }
706
+ .mti-history:before {
707
+ content: "\e9e2";
708
+ }
709
+ .mti-home:before {
710
+ content: "\e9e3";
711
+ }
712
+ .mti-hourglass:before {
713
+ content: "\e9e4";
714
+ }
715
+ .mti-iconfont-profile:before {
716
+ content: "\e9e5";
717
+ }
718
+ .mti-id-card:before {
719
+ content: "\e9e6";
720
+ }
721
+ .mti-idea:before {
722
+ content: "\e9e7";
723
+ }
724
+ .mti-image:before {
725
+ content: "\e9e8";
726
+ }
727
+ .mti-images:before {
728
+ content: "\e9e9";
729
+ }
730
+ .mti-inbox:before {
731
+ content: "\e9ea";
732
+ }
733
+ .mti-indian-rupee:before {
734
+ content: "\e9eb";
735
+ }
736
+ .mti-info-circle:before {
737
+ content: "\e9ec";
738
+ }
739
+ .mti-info:before {
740
+ content: "\e9ed";
741
+ }
742
+ .mti-innovation:before {
743
+ content: "\e9ee";
744
+ }
745
+ .mti-instagram:before {
746
+ content: "\e9ef";
747
+ }
748
+ .mti-institution:before {
749
+ content: "\e9f0";
750
+ }
751
+ .mti-issue:before {
752
+ content: "\e9f1";
753
+ }
754
+ .mti-key:before {
755
+ content: "\e9f2";
756
+ }
757
+ .mti-kpi:before {
758
+ content: "\e9f3";
759
+ }
760
+ .mti-label-137:before {
761
+ content: "\e9f4";
762
+ }
763
+ .mti-language:before {
764
+ content: "\e9f5";
765
+ }
766
+ .mti-layer-6:before {
767
+ content: "\e9f6";
768
+ }
769
+ .mti-lightbulb:before {
770
+ content: "\e9f7";
771
+ }
772
+ .mti-link:before {
773
+ content: "\e9f8";
774
+ }
775
+ .mti-linkedin:before {
776
+ content: "\e9f9";
777
+ }
778
+ .mti-list-cards:before {
779
+ content: "\e9fa";
780
+ }
781
+ .mti-list-check:before {
782
+ content: "\e9fb";
783
+ }
784
+ .mti-list:before {
785
+ content: "\e9fc";
786
+ }
787
+ .mti-lock-open:before {
788
+ content: "\e9fd";
789
+ }
790
+ .mti-lock:before {
791
+ content: "\e9fe";
792
+ }
793
+ .mti-male:before {
794
+ content: "\e9ff";
795
+ }
796
+ .mti-manager:before {
797
+ content: "\ea00";
798
+ }
799
+ .mti-map-marker:before {
800
+ content: "\ea01";
801
+ }
802
+ .mti-map:before {
803
+ content: "\ea02";
804
+ }
805
+ .mti-mars:before {
806
+ content: "\ea03";
807
+ }
808
+ .mti-mawani:before {
809
+ content: "\ea04";
810
+ }
811
+ .mti-medal:before {
812
+ content: "\ea05";
813
+ }
814
+ .mti-megaphone:before {
815
+ content: "\ea06";
816
+ }
817
+ .mti-microchip-ai:before {
818
+ content: "\ea07";
819
+ }
820
+ .mti-microchip:before {
821
+ content: "\ea08";
822
+ }
823
+ .mti-microphone:before {
824
+ content: "\ea09";
825
+ }
826
+ .mti-microsoft:before {
827
+ content: "\ea0a";
828
+ }
829
+ .mti-minus-circle:before {
830
+ content: "\ea0b";
831
+ }
832
+ .mti-minus:before {
833
+ content: "\ea0c";
834
+ }
835
+ .mti-mobile:before {
836
+ content: "\ea0d";
837
+ }
838
+ .mti-money-bag:before {
839
+ content: "\ea0e";
840
+ }
841
+ .mti-money-bill:before {
842
+ content: "\ea0f";
843
+ }
844
+ .mti-moon:before {
845
+ content: "\ea10";
846
+ }
847
+ .mti-motlss:before {
848
+ content: "\ea11";
849
+ }
850
+ .mti-objects-column:before {
851
+ content: "\ea12";
852
+ }
853
+ .mti-outputs:before {
854
+ content: "\ea13";
855
+ }
856
+ .mti-package:before {
857
+ content: "\ea14";
858
+ }
859
+ .mti-palette:before {
860
+ content: "\ea15";
861
+ }
862
+ .mti-paperclip:before {
863
+ content: "\ea16";
864
+ }
865
+ .mti-partner-9:before {
866
+ content: "\ea17";
867
+ }
868
+ .mti-pause-circle:before {
869
+ content: "\ea18";
870
+ }
871
+ .mti-pause:before {
872
+ content: "\ea19";
873
+ }
874
+ .mti-paypal:before {
875
+ content: "\ea1a";
876
+ }
877
+ .mti-pen-to-square:before {
878
+ content: "\ea1b";
879
+ }
880
+ .mti-pencil:before {
881
+ content: "\ea1c";
882
+ }
883
+ .mti-percentage:before {
884
+ content: "\ea1d";
885
+ }
886
+ .mti-performance:before {
887
+ content: "\ea1e";
888
+ }
889
+ .mti-permission-configuration:before {
890
+ content: "\ea1f";
891
+ }
892
+ .mti-phone:before {
893
+ content: "\ea20";
894
+ }
895
+ .mti-pillar:before {
896
+ content: "\ea21";
897
+ }
898
+ .mti-pills:before {
899
+ content: "\ea22";
900
+ }
901
+ .mti-pinterest:before {
902
+ content: "\ea23";
903
+ }
904
+ .mti-plan:before {
905
+ content: "\ea24";
906
+ }
907
+ .mti-planner:before {
908
+ content: "\ea25";
909
+ }
910
+ .mti-play-circle:before {
911
+ content: "\ea26";
912
+ }
913
+ .mti-play:before {
914
+ content: "\ea27";
915
+ }
916
+ .mti-playground:before {
917
+ content: "\ea28";
918
+ }
919
+ .mti-plus-circle:before {
920
+ content: "\ea29";
921
+ }
922
+ .mti-plus:before {
923
+ content: "\ea2a";
924
+ }
925
+ .mti-portfolio:before {
926
+ content: "\ea2b";
927
+ }
928
+ .mti-pound:before {
929
+ content: "\ea2c";
930
+ }
931
+ .mti-power-off:before {
932
+ content: "\ea2d";
933
+ }
934
+ .mti-presentation-57:before {
935
+ content: "\ea2e";
936
+ }
937
+ .mti-prime:before {
938
+ content: "\ea2f";
939
+ }
940
+ .mti-print:before {
941
+ content: "\ea30";
942
+ }
943
+ .mti-process-1:before {
944
+ content: "\ea31";
945
+ }
946
+ .mti-process:before {
947
+ content: "\ea32";
948
+ }
949
+ .mti-products-and-services:before {
950
+ content: "\ea33";
951
+ }
952
+ .mti-progress:before {
953
+ content: "\ea34";
954
+ }
955
+ .mti-project-experience:before {
956
+ content: "\ea35";
957
+ }
958
+ .mti-project-management:before {
959
+ content: "\ea36";
960
+ }
961
+ .mti-projects:before {
962
+ content: "\ea37";
963
+ }
964
+ .mti-qrcode:before {
965
+ content: "\ea38";
966
+ }
967
+ .mti-question-circle:before {
968
+ content: "\ea39";
969
+ }
970
+ .mti-question:before {
971
+ content: "\ea3a";
972
+ }
973
+ .mti-rating:before {
974
+ content: "\ea3b";
975
+ }
976
+ .mti-reading-book:before {
977
+ content: "\ea3c";
978
+ }
979
+ .mti-receipt-5:before {
980
+ content: "\ea3d";
981
+ }
982
+ .mti-receipt:before {
983
+ content: "\ea3e";
984
+ }
985
+ .mti-reddit:before {
986
+ content: "\ea3f";
987
+ }
988
+ .mti-refresh:before {
989
+ content: "\ea40";
990
+ }
991
+ .mti-replay:before {
992
+ content: "\ea41";
993
+ }
994
+ .mti-reply:before {
995
+ content: "\ea42";
996
+ }
997
+ .mti-return:before {
998
+ content: "\ea43";
999
+ }
1000
+ .mti-rga:before {
1001
+ content: "\ea44";
1002
+ }
1003
+ .mti-risk:before {
1004
+ content: "\ea45";
1005
+ }
1006
+ .mti-road-traffic-light:before {
1007
+ content: "\ea46";
1008
+ }
1009
+ .mti-rocket:before {
1010
+ content: "\ea47";
1011
+ }
1012
+ .mti-sair:before {
1013
+ content: "\ea48";
1014
+ }
1015
+ .mti-sar:before {
1016
+ content: "\ea49";
1017
+ }
1018
+ .mti-saudi-flag:before {
1019
+ content: "\ea4a";
1020
+ }
1021
+ .mti-save:before {
1022
+ content: "\ea4b";
1023
+ }
1024
+ .mti-saving:before {
1025
+ content: "\ea4c";
1026
+ }
1027
+ .mti-search-minus:before {
1028
+ content: "\ea4d";
1029
+ }
1030
+ .mti-search-plus:before {
1031
+ content: "\ea4e";
1032
+ }
1033
+ .mti-search-sp:before {
1034
+ content: "\ea4f";
1035
+ }
1036
+ .mti-search:before {
1037
+ content: "\ea50";
1038
+ }
1039
+ .mti-security:before {
1040
+ content: "\ea51";
1041
+ }
1042
+ .mti-send:before {
1043
+ content: "\ea52";
1044
+ }
1045
+ .mti-seo-marketing-business-01:before {
1046
+ content: "\ea53";
1047
+ }
1048
+ .mti-server:before {
1049
+ content: "\ea54";
1050
+ }
1051
+ .mti-setting-9:before {
1052
+ content: "\ea55";
1053
+ }
1054
+ .mti-settings-1:before {
1055
+ content: "\ea56";
1056
+ }
1057
+ .mti-settings:before {
1058
+ content: "\ea57";
1059
+ }
1060
+ .mti-share-129:before {
1061
+ content: "\ea58";
1062
+ }
1063
+ .mti-share-alt:before {
1064
+ content: "\ea59";
1065
+ }
1066
+ .mti-shield:before {
1067
+ content: "\ea5a";
1068
+ }
1069
+ .mti-shop:before {
1070
+ content: "\ea5b";
1071
+ }
1072
+ .mti-shopping-bag:before {
1073
+ content: "\ea5c";
1074
+ }
1075
+ .mti-shopping-cart:before {
1076
+ content: "\ea5d";
1077
+ }
1078
+ .mti-sign-in:before {
1079
+ content: "\ea5e";
1080
+ }
1081
+ .mti-sign-out:before {
1082
+ content: "\ea5f";
1083
+ }
1084
+ .mti-siren:before {
1085
+ content: "\ea60";
1086
+ }
1087
+ .mti-sitemap:before {
1088
+ content: "\ea61";
1089
+ }
1090
+ .mti-slack:before {
1091
+ content: "\ea62";
1092
+ }
1093
+ .mti-sliders-h:before {
1094
+ content: "\ea63";
1095
+ }
1096
+ .mti-sliders-v:before {
1097
+ content: "\ea64";
1098
+ }
1099
+ .mti-sort-alpha-alt-down:before {
1100
+ content: "\ea65";
1101
+ }
1102
+ .mti-sort-alpha-alt-up:before {
1103
+ content: "\ea66";
1104
+ }
1105
+ .mti-sort-alpha-down:before {
1106
+ content: "\ea67";
1107
+ }
1108
+ .mti-sort-alpha-up:before {
1109
+ content: "\ea68";
1110
+ }
1111
+ .mti-sort-alt-slash:before {
1112
+ content: "\ea69";
1113
+ }
1114
+ .mti-sort-alt:before {
1115
+ content: "\ea6a";
1116
+ }
1117
+ .mti-sort-amount-down-alt:before {
1118
+ content: "\ea6b";
1119
+ }
1120
+ .mti-sort-amount-down:before {
1121
+ content: "\ea6c";
1122
+ }
1123
+ .mti-sort-amount-up-alt:before {
1124
+ content: "\ea6d";
1125
+ }
1126
+ .mti-sort-amount-up:before {
1127
+ content: "\ea6e";
1128
+ }
1129
+ .mti-sort-down-fill:before {
1130
+ content: "\ea6f";
1131
+ }
1132
+ .mti-sort-down:before {
1133
+ content: "\ea70";
1134
+ }
1135
+ .mti-sort-numeric-alt-down:before {
1136
+ content: "\ea71";
1137
+ }
1138
+ .mti-sort-numeric-alt-up:before {
1139
+ content: "\ea72";
1140
+ }
1141
+ .mti-sort-numeric-down:before {
1142
+ content: "\ea73";
1143
+ }
1144
+ .mti-sort-numeric-up:before {
1145
+ content: "\ea74";
1146
+ }
1147
+ .mti-sort-up-fill:before {
1148
+ content: "\ea75";
1149
+ }
1150
+ .mti-sort-up:before {
1151
+ content: "\ea76";
1152
+ }
1153
+ .mti-sort:before {
1154
+ content: "\ea77";
1155
+ }
1156
+ .mti-spam:before {
1157
+ content: "\ea78";
1158
+ }
1159
+ .mti-sparkles:before {
1160
+ content: "\ea79";
1161
+ }
1162
+ .mti-spent:before {
1163
+ content: "\ea7a";
1164
+ }
1165
+ .mti-spinner-dotted:before {
1166
+ content: "\ea7b";
1167
+ }
1168
+ .mti-spinner:before {
1169
+ content: "\ea7c";
1170
+ }
1171
+ .mti-spl:before {
1172
+ content: "\ea7d";
1173
+ }
1174
+ .mti-stages:before {
1175
+ content: "\ea7e";
1176
+ }
1177
+ .mti-star-fill:before {
1178
+ content: "\ea7f";
1179
+ }
1180
+ .mti-star-half-fill:before {
1181
+ content: "\ea80";
1182
+ }
1183
+ .mti-star-half:before {
1184
+ content: "\ea81";
1185
+ }
1186
+ .mti-star:before {
1187
+ content: "\ea82";
1188
+ }
1189
+ .mti-step-backward-alt:before {
1190
+ content: "\ea83";
1191
+ }
1192
+ .mti-step-backward:before {
1193
+ content: "\ea84";
1194
+ }
1195
+ .mti-step-forward-alt:before {
1196
+ content: "\ea85";
1197
+ }
1198
+ .mti-step-forward:before {
1199
+ content: "\ea86";
1200
+ }
1201
+ .mti-stop-circle:before {
1202
+ content: "\ea87";
1203
+ }
1204
+ .mti-stop:before {
1205
+ content: "\ea88";
1206
+ }
1207
+ .mti-stopwatch:before {
1208
+ content: "\ea89";
1209
+ }
1210
+ .mti-strategy-1:before {
1211
+ content: "\ea8a";
1212
+ }
1213
+ .mti-strategy:before {
1214
+ content: "\ea8b";
1215
+ }
1216
+ .mti-strategy1:before {
1217
+ content: "\ea8c";
1218
+ }
1219
+ .mti-sun:before {
1220
+ content: "\ea8d";
1221
+ }
1222
+ .mti-support-needed:before {
1223
+ content: "\ea8e";
1224
+ }
1225
+ .mti-switch-user-1:before {
1226
+ content: "\ea8f";
1227
+ }
1228
+ .mti-sync:before {
1229
+ content: "\ea90";
1230
+ }
1231
+ .mti-system-integration:before {
1232
+ content: "\ea91";
1233
+ }
1234
+ .mti-table:before {
1235
+ content: "\ea92";
1236
+ }
1237
+ .mti-tablet:before {
1238
+ content: "\ea93";
1239
+ }
1240
+ .mti-tag:before {
1241
+ content: "\ea94";
1242
+ }
1243
+ .mti-tags:before {
1244
+ content: "\ea95";
1245
+ }
1246
+ .mti-target-1:before {
1247
+ content: "\ea96";
1248
+ }
1249
+ .mti-target-68:before {
1250
+ content: "\ea97";
1251
+ }
1252
+ .mti-target:before {
1253
+ content: "\ea98";
1254
+ }
1255
+ .mti-task-10:before {
1256
+ content: "\ea99";
1257
+ }
1258
+ .mti-task-pp:before {
1259
+ content: "\ea9a";
1260
+ }
1261
+ .mti-task:before {
1262
+ content: "\ea9b";
1263
+ }
1264
+ .mti-teaching-education:before {
1265
+ content: "\ea9c";
1266
+ }
1267
+ .mti-team-1:before {
1268
+ content: "\ea9d";
1269
+ }
1270
+ .mti-team-2:before {
1271
+ content: "\ea9e";
1272
+ }
1273
+ .mti-team:before {
1274
+ content: "\ea9f";
1275
+ }
1276
+ .mti-technological-process-18:before {
1277
+ content: "\eaa0";
1278
+ }
1279
+ .mti-telegram:before {
1280
+ content: "\eaa1";
1281
+ }
1282
+ .mti-tga:before {
1283
+ content: "\eaa2";
1284
+ }
1285
+ .mti-th-large:before {
1286
+ content: "\eaa3";
1287
+ }
1288
+ .mti-thumbs-down-fill:before {
1289
+ content: "\eaa4";
1290
+ }
1291
+ .mti-thumbs-down:before {
1292
+ content: "\eaa5";
1293
+ }
1294
+ .mti-thumbs-up-fill:before {
1295
+ content: "\eaa6";
1296
+ }
1297
+ .mti-thumbs-up:before {
1298
+ content: "\eaa7";
1299
+ }
1300
+ .mti-thumbtack:before {
1301
+ content: "\eaa8";
1302
+ }
1303
+ .mti-ticket:before {
1304
+ content: "\eaa9";
1305
+ }
1306
+ .mti-tiktok:before {
1307
+ content: "\eaaa";
1308
+ }
1309
+ .mti-timeline-point:before {
1310
+ content: "\eaab";
1311
+ }
1312
+ .mti-timer:before {
1313
+ content: "\eaac";
1314
+ }
1315
+ .mti-times-circle:before {
1316
+ content: "\eaad";
1317
+ }
1318
+ .mti-times:before {
1319
+ content: "\eaae";
1320
+ }
1321
+ .mti-to-work-in-an-office-13:before {
1322
+ content: "\eaaf";
1323
+ }
1324
+ .mti-total-budget:before {
1325
+ content: "\eab0";
1326
+ }
1327
+ .mti-touch:before {
1328
+ content: "\eab1";
1329
+ }
1330
+ .mti-transparency:before {
1331
+ content: "\eab2";
1332
+ }
1333
+ .mti-trash:before {
1334
+ content: "\eab3";
1335
+ }
1336
+ .mti-trophy:before {
1337
+ content: "\eab4";
1338
+ }
1339
+ .mti-truck:before {
1340
+ content: "\eab5";
1341
+ }
1342
+ .mti-turkish-lira:before {
1343
+ content: "\eab6";
1344
+ }
1345
+ .mti-twitch:before {
1346
+ content: "\eab7";
1347
+ }
1348
+ .mti-twitter:before {
1349
+ content: "\eab8";
1350
+ }
1351
+ .mti-undo:before {
1352
+ content: "\eab9";
1353
+ }
1354
+ .mti-unlock:before {
1355
+ content: "\eaba";
1356
+ }
1357
+ .mti-upload:before {
1358
+ content: "\eabb";
1359
+ }
1360
+ .mti-user-edit:before {
1361
+ content: "\eabc";
1362
+ }
1363
+ .mti-user-minus:before {
1364
+ content: "\eabd";
1365
+ }
1366
+ .mti-user-plus:before {
1367
+ content: "\eabe";
1368
+ }
1369
+ .mti-user-pp:before {
1370
+ content: "\eabf";
1371
+ }
1372
+ .mti-user:before {
1373
+ content: "\eac0";
1374
+ }
1375
+ .mti-users:before {
1376
+ content: "\eac1";
1377
+ }
1378
+ .mti-value-proposal:before {
1379
+ content: "\eac2";
1380
+ }
1381
+ .mti-value:before {
1382
+ content: "\eac3";
1383
+ }
1384
+ .mti-venus:before {
1385
+ content: "\eac4";
1386
+ }
1387
+ .mti-verified:before {
1388
+ content: "\eac5";
1389
+ }
1390
+ .mti-video:before {
1391
+ content: "\eac6";
1392
+ }
1393
+ .mti-vimeo:before {
1394
+ content: "\eac7";
1395
+ }
1396
+ .mti-vision:before {
1397
+ content: "\eac8";
1398
+ }
1399
+ .mti-volume-down:before {
1400
+ content: "\eac9";
1401
+ }
1402
+ .mti-volume-off:before {
1403
+ content: "\eaca";
1404
+ }
1405
+ .mti-volume-up:before {
1406
+ content: "\eacb";
1407
+ }
1408
+ .mti-vro-2030:before {
1409
+ content: "\eacc";
1410
+ }
1411
+ .mti-wallet-money:before {
1412
+ content: "\eacd";
1413
+ }
1414
+ .mti-wallet-number:before {
1415
+ content: "\eace";
1416
+ }
1417
+ .mti-wallet:before {
1418
+ content: "\eacf";
1419
+ }
1420
+ .mti-warehouse:before {
1421
+ content: "\ead0";
1422
+ }
1423
+ .mti-wave-pulse:before {
1424
+ content: "\ead1";
1425
+ }
1426
+ .mti-whatsapp:before {
1427
+ content: "\ead2";
1428
+ }
1429
+ .mti-wifi:before {
1430
+ content: "\ead3";
1431
+ }
1432
+ .mti-window-maximize:before {
1433
+ content: "\ead4";
1434
+ }
1435
+ .mti-window-minimize:before {
1436
+ content: "\ead5";
1437
+ }
1438
+ .mti-worker:before {
1439
+ content: "\ead6";
1440
+ }
1441
+ .mti-wrench:before {
1442
+ content: "\ead7";
1443
+ }
1444
+ .mti-youtube:before {
1445
+ content: "\ead8";
1446
+ }