@tabler/icons-webfont 3.0.0-alpha.0 → 3.0.0-beta
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/LICENSE +1 -1
- package/dist/fonts/tabler-icons-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-filled.woff +0 -0
- package/dist/fonts/tabler-icons-filled.woff2 +0 -0
- package/{fonts → dist/fonts}/tabler-icons.ttf +0 -0
- package/dist/fonts/tabler-icons.woff +0 -0
- package/dist/fonts/tabler-icons.woff2 +0 -0
- package/dist/tabler-icons-filled.css +2640 -0
- package/dist/tabler-icons-filled.css.map +1 -0
- package/dist/tabler-icons-filled.html +6031 -0
- package/dist/tabler-icons-filled.min.css +4 -0
- package/dist/tabler-icons-filled.min.css.map +1 -0
- package/dist/tabler-icons-filled.scss +1351 -0
- package/{tabler-icons.css → dist/tabler-icons.css} +311 -1764
- package/dist/tabler-icons.css.map +1 -0
- package/{tabler-icons.html → dist/tabler-icons.html} +341 -3905
- package/dist/tabler-icons.min.css +4 -0
- package/dist/tabler-icons.min.css.map +1 -0
- package/{tabler-icons.scss → dist/tabler-icons.scss} +125 -886
- package/package.json +9 -8
- package/fonts/tabler-icons.eot +0 -0
- package/fonts/tabler-icons.woff +0 -0
- package/fonts/tabler-icons.woff2 +0 -0
- package/tabler-icons.css.map +0 -1
- package/tabler-icons.min.css +0 -4
- package/tabler-icons.min.css.map +0 -1
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.0.0-
|
|
2
|
+
* Tabler Icons 3.0.0-beta by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
@font-face {
|
|
6
6
|
font-family: "tabler-icons";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons.
|
|
10
|
-
src: url("./fonts/tabler-icons.eot?#iefix-v3.0.0-alpha.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v3.0.0-alpha.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v3.0.0-alpha.0") format("truetype");
|
|
9
|
+
src: url("./fonts/tabler-icons.woff2?v3.0.0-beta") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v3.0.0-beta") format("truetype");
|
|
11
10
|
}
|
|
12
11
|
.ti {
|
|
13
12
|
font-family: "tabler-icons" !important;
|
|
@@ -98,10 +97,6 @@
|
|
|
98
97
|
content: "\f0a7";
|
|
99
98
|
}
|
|
100
99
|
|
|
101
|
-
.ti-accessible-off-filled:before {
|
|
102
|
-
content: "\f6ea";
|
|
103
|
-
}
|
|
104
|
-
|
|
105
100
|
.ti-activity:before {
|
|
106
101
|
content: "\ed23";
|
|
107
102
|
}
|
|
@@ -122,18 +117,10 @@
|
|
|
122
117
|
content: "\f79e";
|
|
123
118
|
}
|
|
124
119
|
|
|
125
|
-
.ti-ad-circle-filled:before {
|
|
126
|
-
content: "\f7d3";
|
|
127
|
-
}
|
|
128
|
-
|
|
129
120
|
.ti-ad-circle-off:before {
|
|
130
121
|
content: "\f79d";
|
|
131
122
|
}
|
|
132
123
|
|
|
133
|
-
.ti-ad-filled:before {
|
|
134
|
-
content: "\f6eb";
|
|
135
|
-
}
|
|
136
|
-
|
|
137
124
|
.ti-ad-off:before {
|
|
138
125
|
content: "\f3b7";
|
|
139
126
|
}
|
|
@@ -186,10 +173,6 @@
|
|
|
186
173
|
content: "\f802";
|
|
187
174
|
}
|
|
188
175
|
|
|
189
|
-
.ti-adjustments-filled:before {
|
|
190
|
-
content: "\f6ec";
|
|
191
|
-
}
|
|
192
|
-
|
|
193
176
|
.ti-adjustments-heart:before {
|
|
194
177
|
content: "\f803";
|
|
195
178
|
}
|
|
@@ -250,10 +233,6 @@
|
|
|
250
233
|
content: "\edff";
|
|
251
234
|
}
|
|
252
235
|
|
|
253
|
-
.ti-affiliate-filled:before {
|
|
254
|
-
content: "\f6ed";
|
|
255
|
-
}
|
|
256
|
-
|
|
257
236
|
.ti-air-balloon:before {
|
|
258
237
|
content: "\f4a6";
|
|
259
238
|
}
|
|
@@ -278,18 +257,10 @@
|
|
|
278
257
|
content: "\fc9e";
|
|
279
258
|
}
|
|
280
259
|
|
|
281
|
-
.ti-alarm-filled:before {
|
|
282
|
-
content: "\f709";
|
|
283
|
-
}
|
|
284
|
-
|
|
285
260
|
.ti-alarm-minus:before {
|
|
286
261
|
content: "\f630";
|
|
287
262
|
}
|
|
288
263
|
|
|
289
|
-
.ti-alarm-minus-filled:before {
|
|
290
|
-
content: "\f70a";
|
|
291
|
-
}
|
|
292
|
-
|
|
293
264
|
.ti-alarm-off:before {
|
|
294
265
|
content: "\f0a9";
|
|
295
266
|
}
|
|
@@ -298,18 +269,10 @@
|
|
|
298
269
|
content: "\f631";
|
|
299
270
|
}
|
|
300
271
|
|
|
301
|
-
.ti-alarm-plus-filled:before {
|
|
302
|
-
content: "\f70b";
|
|
303
|
-
}
|
|
304
|
-
|
|
305
272
|
.ti-alarm-snooze:before {
|
|
306
273
|
content: "\f632";
|
|
307
274
|
}
|
|
308
275
|
|
|
309
|
-
.ti-alarm-snooze-filled:before {
|
|
310
|
-
content: "\f70c";
|
|
311
|
-
}
|
|
312
|
-
|
|
313
276
|
.ti-album:before {
|
|
314
277
|
content: "\f022";
|
|
315
278
|
}
|
|
@@ -322,10 +285,6 @@
|
|
|
322
285
|
content: "\ea05";
|
|
323
286
|
}
|
|
324
287
|
|
|
325
|
-
.ti-alert-circle-filled:before {
|
|
326
|
-
content: "\f6ee";
|
|
327
|
-
}
|
|
328
|
-
|
|
329
288
|
.ti-alert-circle-off:before {
|
|
330
289
|
content: "\fc65";
|
|
331
290
|
}
|
|
@@ -334,10 +293,6 @@
|
|
|
334
293
|
content: "\f80e";
|
|
335
294
|
}
|
|
336
295
|
|
|
337
|
-
.ti-alert-hexagon-filled:before {
|
|
338
|
-
content: "\fa34";
|
|
339
|
-
}
|
|
340
|
-
|
|
341
296
|
.ti-alert-hexagon-off:before {
|
|
342
297
|
content: "\fc66";
|
|
343
298
|
}
|
|
@@ -346,10 +301,6 @@
|
|
|
346
301
|
content: "\ecc6";
|
|
347
302
|
}
|
|
348
303
|
|
|
349
|
-
.ti-alert-octagon-filled:before {
|
|
350
|
-
content: "\f6ef";
|
|
351
|
-
}
|
|
352
|
-
|
|
353
304
|
.ti-alert-small:before {
|
|
354
305
|
content: "\f80f";
|
|
355
306
|
}
|
|
@@ -362,18 +313,10 @@
|
|
|
362
313
|
content: "\f811";
|
|
363
314
|
}
|
|
364
315
|
|
|
365
|
-
.ti-alert-square-filled:before {
|
|
366
|
-
content: "\fa35";
|
|
367
|
-
}
|
|
368
|
-
|
|
369
316
|
.ti-alert-square-rounded:before {
|
|
370
317
|
content: "\f810";
|
|
371
318
|
}
|
|
372
319
|
|
|
373
|
-
.ti-alert-square-rounded-filled:before {
|
|
374
|
-
content: "\fa36";
|
|
375
|
-
}
|
|
376
|
-
|
|
377
320
|
.ti-alert-square-rounded-off:before {
|
|
378
321
|
content: "\fc68";
|
|
379
322
|
}
|
|
@@ -382,10 +325,6 @@
|
|
|
382
325
|
content: "\ea06";
|
|
383
326
|
}
|
|
384
327
|
|
|
385
|
-
.ti-alert-triangle-filled:before {
|
|
386
|
-
content: "\f6f0";
|
|
387
|
-
}
|
|
388
|
-
|
|
389
328
|
.ti-alert-triangle-off:before {
|
|
390
329
|
content: "\fc69";
|
|
391
330
|
}
|
|
@@ -394,34 +333,18 @@
|
|
|
394
333
|
content: "\ebde";
|
|
395
334
|
}
|
|
396
335
|
|
|
397
|
-
.ti-alien-filled:before {
|
|
398
|
-
content: "\f70d";
|
|
399
|
-
}
|
|
400
|
-
|
|
401
336
|
.ti-align-box-bottom-center:before {
|
|
402
337
|
content: "\f530";
|
|
403
338
|
}
|
|
404
339
|
|
|
405
|
-
.ti-align-box-bottom-center-filled:before {
|
|
406
|
-
content: "\f70e";
|
|
407
|
-
}
|
|
408
|
-
|
|
409
340
|
.ti-align-box-bottom-left:before {
|
|
410
341
|
content: "\f531";
|
|
411
342
|
}
|
|
412
343
|
|
|
413
|
-
.ti-align-box-bottom-left-filled:before {
|
|
414
|
-
content: "\f70f";
|
|
415
|
-
}
|
|
416
|
-
|
|
417
344
|
.ti-align-box-bottom-right:before {
|
|
418
345
|
content: "\f532";
|
|
419
346
|
}
|
|
420
347
|
|
|
421
|
-
.ti-align-box-bottom-right-filled:before {
|
|
422
|
-
content: "\f710";
|
|
423
|
-
}
|
|
424
|
-
|
|
425
348
|
.ti-align-box-center-bottom:before {
|
|
426
349
|
content: "\facb";
|
|
427
350
|
}
|
|
@@ -430,10 +353,6 @@
|
|
|
430
353
|
content: "\f79f";
|
|
431
354
|
}
|
|
432
355
|
|
|
433
|
-
.ti-align-box-center-middle-filled:before {
|
|
434
|
-
content: "\f7d4";
|
|
435
|
-
}
|
|
436
|
-
|
|
437
356
|
.ti-align-box-center-stretch:before {
|
|
438
357
|
content: "\facc";
|
|
439
358
|
}
|
|
@@ -446,18 +365,10 @@
|
|
|
446
365
|
content: "\f533";
|
|
447
366
|
}
|
|
448
367
|
|
|
449
|
-
.ti-align-box-left-bottom-filled:before {
|
|
450
|
-
content: "\f711";
|
|
451
|
-
}
|
|
452
|
-
|
|
453
368
|
.ti-align-box-left-middle:before {
|
|
454
369
|
content: "\f534";
|
|
455
370
|
}
|
|
456
371
|
|
|
457
|
-
.ti-align-box-left-middle-filled:before {
|
|
458
|
-
content: "\f712";
|
|
459
|
-
}
|
|
460
|
-
|
|
461
372
|
.ti-align-box-left-stretch:before {
|
|
462
373
|
content: "\face";
|
|
463
374
|
}
|
|
@@ -466,26 +377,14 @@
|
|
|
466
377
|
content: "\f535";
|
|
467
378
|
}
|
|
468
379
|
|
|
469
|
-
.ti-align-box-left-top-filled:before {
|
|
470
|
-
content: "\f713";
|
|
471
|
-
}
|
|
472
|
-
|
|
473
380
|
.ti-align-box-right-bottom:before {
|
|
474
381
|
content: "\f536";
|
|
475
382
|
}
|
|
476
383
|
|
|
477
|
-
.ti-align-box-right-bottom-filled:before {
|
|
478
|
-
content: "\f714";
|
|
479
|
-
}
|
|
480
|
-
|
|
481
384
|
.ti-align-box-right-middle:before {
|
|
482
385
|
content: "\f537";
|
|
483
386
|
}
|
|
484
387
|
|
|
485
|
-
.ti-align-box-right-middle-filled:before {
|
|
486
|
-
content: "\f7d5";
|
|
487
|
-
}
|
|
488
|
-
|
|
489
388
|
.ti-align-box-right-stretch:before {
|
|
490
389
|
content: "\facf";
|
|
491
390
|
}
|
|
@@ -494,34 +393,18 @@
|
|
|
494
393
|
content: "\f538";
|
|
495
394
|
}
|
|
496
395
|
|
|
497
|
-
.ti-align-box-right-top-filled:before {
|
|
498
|
-
content: "\f715";
|
|
499
|
-
}
|
|
500
|
-
|
|
501
396
|
.ti-align-box-top-center:before {
|
|
502
397
|
content: "\f539";
|
|
503
398
|
}
|
|
504
399
|
|
|
505
|
-
.ti-align-box-top-center-filled:before {
|
|
506
|
-
content: "\f716";
|
|
507
|
-
}
|
|
508
|
-
|
|
509
400
|
.ti-align-box-top-left:before {
|
|
510
401
|
content: "\f53a";
|
|
511
402
|
}
|
|
512
403
|
|
|
513
|
-
.ti-align-box-top-left-filled:before {
|
|
514
|
-
content: "\f717";
|
|
515
|
-
}
|
|
516
|
-
|
|
517
404
|
.ti-align-box-top-right:before {
|
|
518
405
|
content: "\f53b";
|
|
519
406
|
}
|
|
520
407
|
|
|
521
|
-
.ti-align-box-top-right-filled:before {
|
|
522
|
-
content: "\f718";
|
|
523
|
-
}
|
|
524
|
-
|
|
525
408
|
.ti-align-center:before {
|
|
526
409
|
content: "\ea07";
|
|
527
410
|
}
|
|
@@ -570,10 +453,6 @@
|
|
|
570
453
|
content: "\f3a3";
|
|
571
454
|
}
|
|
572
455
|
|
|
573
|
-
.ti-analyze-filled:before {
|
|
574
|
-
content: "\f719";
|
|
575
|
-
}
|
|
576
|
-
|
|
577
456
|
.ti-analyze-off:before {
|
|
578
457
|
content: "\f3ba";
|
|
579
458
|
}
|
|
@@ -654,10 +533,6 @@
|
|
|
654
533
|
content: "\efe6";
|
|
655
534
|
}
|
|
656
535
|
|
|
657
|
-
.ti-app-window-filled:before {
|
|
658
|
-
content: "\f71a";
|
|
659
|
-
}
|
|
660
|
-
|
|
661
536
|
.ti-apple:before {
|
|
662
537
|
content: "\ef21";
|
|
663
538
|
}
|
|
@@ -666,10 +541,6 @@
|
|
|
666
541
|
content: "\ebb6";
|
|
667
542
|
}
|
|
668
543
|
|
|
669
|
-
.ti-apps-filled:before {
|
|
670
|
-
content: "\f6f1";
|
|
671
|
-
}
|
|
672
|
-
|
|
673
544
|
.ti-apps-off:before {
|
|
674
545
|
content: "\f0ac";
|
|
675
546
|
}
|
|
@@ -682,10 +553,6 @@
|
|
|
682
553
|
content: "\ea0b";
|
|
683
554
|
}
|
|
684
555
|
|
|
685
|
-
.ti-archive-filled:before {
|
|
686
|
-
content: "\fa82";
|
|
687
|
-
}
|
|
688
|
-
|
|
689
556
|
.ti-archive-off:before {
|
|
690
557
|
content: "\f0ad";
|
|
691
558
|
}
|
|
@@ -710,10 +577,6 @@
|
|
|
710
577
|
content: "\ef31";
|
|
711
578
|
}
|
|
712
579
|
|
|
713
|
-
.ti-arrow-autofit-content-filled:before {
|
|
714
|
-
content: "\f6f2";
|
|
715
|
-
}
|
|
716
|
-
|
|
717
580
|
.ti-arrow-autofit-down:before {
|
|
718
581
|
content: "\ef32";
|
|
719
582
|
}
|
|
@@ -754,34 +617,18 @@
|
|
|
754
617
|
content: "\f60b";
|
|
755
618
|
}
|
|
756
619
|
|
|
757
|
-
.ti-arrow-badge-down-filled:before {
|
|
758
|
-
content: "\f7d6";
|
|
759
|
-
}
|
|
760
|
-
|
|
761
620
|
.ti-arrow-badge-left:before {
|
|
762
621
|
content: "\f60c";
|
|
763
622
|
}
|
|
764
623
|
|
|
765
|
-
.ti-arrow-badge-left-filled:before {
|
|
766
|
-
content: "\f7d7";
|
|
767
|
-
}
|
|
768
|
-
|
|
769
624
|
.ti-arrow-badge-right:before {
|
|
770
625
|
content: "\f60d";
|
|
771
626
|
}
|
|
772
627
|
|
|
773
|
-
.ti-arrow-badge-right-filled:before {
|
|
774
|
-
content: "\f7d8";
|
|
775
|
-
}
|
|
776
|
-
|
|
777
628
|
.ti-arrow-badge-up:before {
|
|
778
629
|
content: "\f60e";
|
|
779
630
|
}
|
|
780
631
|
|
|
781
|
-
.ti-arrow-badge-up-filled:before {
|
|
782
|
-
content: "\f7d9";
|
|
783
|
-
}
|
|
784
|
-
|
|
785
632
|
.ti-arrow-bar-both:before {
|
|
786
633
|
content: "\fadd";
|
|
787
634
|
}
|
|
@@ -838,98 +685,50 @@
|
|
|
838
685
|
content: "\edda";
|
|
839
686
|
}
|
|
840
687
|
|
|
841
|
-
.ti-arrow-big-down-filled:before {
|
|
842
|
-
content: "\f6c6";
|
|
843
|
-
}
|
|
844
|
-
|
|
845
688
|
.ti-arrow-big-down-line:before {
|
|
846
689
|
content: "\efe8";
|
|
847
690
|
}
|
|
848
691
|
|
|
849
|
-
.ti-arrow-big-down-line-filled:before {
|
|
850
|
-
content: "\f6c7";
|
|
851
|
-
}
|
|
852
|
-
|
|
853
692
|
.ti-arrow-big-down-lines:before {
|
|
854
693
|
content: "\efe9";
|
|
855
694
|
}
|
|
856
695
|
|
|
857
|
-
.ti-arrow-big-down-lines-filled:before {
|
|
858
|
-
content: "\f6c8";
|
|
859
|
-
}
|
|
860
|
-
|
|
861
696
|
.ti-arrow-big-left:before {
|
|
862
697
|
content: "\eddb";
|
|
863
698
|
}
|
|
864
699
|
|
|
865
|
-
.ti-arrow-big-left-filled:before {
|
|
866
|
-
content: "\f6c9";
|
|
867
|
-
}
|
|
868
|
-
|
|
869
700
|
.ti-arrow-big-left-line:before {
|
|
870
701
|
content: "\efea";
|
|
871
702
|
}
|
|
872
703
|
|
|
873
|
-
.ti-arrow-big-left-line-filled:before {
|
|
874
|
-
content: "\f6ca";
|
|
875
|
-
}
|
|
876
|
-
|
|
877
704
|
.ti-arrow-big-left-lines:before {
|
|
878
705
|
content: "\efeb";
|
|
879
706
|
}
|
|
880
707
|
|
|
881
|
-
.ti-arrow-big-left-lines-filled:before {
|
|
882
|
-
content: "\f6cb";
|
|
883
|
-
}
|
|
884
|
-
|
|
885
708
|
.ti-arrow-big-right:before {
|
|
886
709
|
content: "\eddc";
|
|
887
710
|
}
|
|
888
711
|
|
|
889
|
-
.ti-arrow-big-right-filled:before {
|
|
890
|
-
content: "\f6cc";
|
|
891
|
-
}
|
|
892
|
-
|
|
893
712
|
.ti-arrow-big-right-line:before {
|
|
894
713
|
content: "\efec";
|
|
895
714
|
}
|
|
896
715
|
|
|
897
|
-
.ti-arrow-big-right-line-filled:before {
|
|
898
|
-
content: "\f6cd";
|
|
899
|
-
}
|
|
900
|
-
|
|
901
716
|
.ti-arrow-big-right-lines:before {
|
|
902
717
|
content: "\efed";
|
|
903
718
|
}
|
|
904
719
|
|
|
905
|
-
.ti-arrow-big-right-lines-filled:before {
|
|
906
|
-
content: "\f6ce";
|
|
907
|
-
}
|
|
908
|
-
|
|
909
720
|
.ti-arrow-big-up:before {
|
|
910
721
|
content: "\eddd";
|
|
911
722
|
}
|
|
912
723
|
|
|
913
|
-
.ti-arrow-big-up-filled:before {
|
|
914
|
-
content: "\f6cf";
|
|
915
|
-
}
|
|
916
|
-
|
|
917
724
|
.ti-arrow-big-up-line:before {
|
|
918
725
|
content: "\efee";
|
|
919
726
|
}
|
|
920
727
|
|
|
921
|
-
.ti-arrow-big-up-line-filled:before {
|
|
922
|
-
content: "\f6d0";
|
|
923
|
-
}
|
|
924
|
-
|
|
925
728
|
.ti-arrow-big-up-lines:before {
|
|
926
729
|
content: "\efef";
|
|
927
730
|
}
|
|
928
731
|
|
|
929
|
-
.ti-arrow-big-up-lines-filled:before {
|
|
930
|
-
content: "\f6d1";
|
|
931
|
-
}
|
|
932
|
-
|
|
933
732
|
.ti-arrow-bounce:before {
|
|
934
733
|
content: "\f3a4";
|
|
935
734
|
}
|
|
@@ -1470,10 +1269,6 @@
|
|
|
1470
1269
|
content: "\ea2a";
|
|
1471
1270
|
}
|
|
1472
1271
|
|
|
1473
|
-
.ti-artboard-filled:before {
|
|
1474
|
-
content: "\fa83";
|
|
1475
|
-
}
|
|
1476
|
-
|
|
1477
1272
|
.ti-artboard-off:before {
|
|
1478
1273
|
content: "\f0ae";
|
|
1479
1274
|
}
|
|
@@ -1482,10 +1277,6 @@
|
|
|
1482
1277
|
content: "\f1e2";
|
|
1483
1278
|
}
|
|
1484
1279
|
|
|
1485
|
-
.ti-article-filled-filled:before {
|
|
1486
|
-
content: "\f7da";
|
|
1487
|
-
}
|
|
1488
|
-
|
|
1489
1280
|
.ti-article-off:before {
|
|
1490
1281
|
content: "\f3bf";
|
|
1491
1282
|
}
|
|
@@ -1494,10 +1285,6 @@
|
|
|
1494
1285
|
content: "\ed30";
|
|
1495
1286
|
}
|
|
1496
1287
|
|
|
1497
|
-
.ti-aspect-ratio-filled:before {
|
|
1498
|
-
content: "\f7db";
|
|
1499
|
-
}
|
|
1500
|
-
|
|
1501
1288
|
.ti-aspect-ratio-off:before {
|
|
1502
1289
|
content: "\f0af";
|
|
1503
1290
|
}
|
|
@@ -1538,10 +1325,6 @@
|
|
|
1538
1325
|
content: "\ebdf";
|
|
1539
1326
|
}
|
|
1540
1327
|
|
|
1541
|
-
.ti-atom-2-filled:before {
|
|
1542
|
-
content: "\f71b";
|
|
1543
|
-
}
|
|
1544
|
-
|
|
1545
1328
|
.ti-atom-off:before {
|
|
1546
1329
|
content: "\f0f9";
|
|
1547
1330
|
}
|
|
@@ -1570,10 +1353,6 @@
|
|
|
1570
1353
|
content: "\ea2c";
|
|
1571
1354
|
}
|
|
1572
1355
|
|
|
1573
|
-
.ti-award-filled:before {
|
|
1574
|
-
content: "\f71c";
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
1356
|
.ti-award-off:before {
|
|
1578
1357
|
content: "\f0fa";
|
|
1579
1358
|
}
|
|
@@ -1622,10 +1401,6 @@
|
|
|
1622
1401
|
content: "\ea2d";
|
|
1623
1402
|
}
|
|
1624
1403
|
|
|
1625
|
-
.ti-backspace-filled:before {
|
|
1626
|
-
content: "\f7dc";
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
1404
|
.ti-badge:before {
|
|
1630
1405
|
content: "\efc2";
|
|
1631
1406
|
}
|
|
@@ -1658,10 +1433,6 @@
|
|
|
1658
1433
|
content: "\f55a";
|
|
1659
1434
|
}
|
|
1660
1435
|
|
|
1661
|
-
.ti-badge-filled:before {
|
|
1662
|
-
content: "\f667";
|
|
1663
|
-
}
|
|
1664
|
-
|
|
1665
1436
|
.ti-badge-hd:before {
|
|
1666
1437
|
content: "\f55b";
|
|
1667
1438
|
}
|
|
@@ -1694,10 +1465,6 @@
|
|
|
1694
1465
|
content: "\efc3";
|
|
1695
1466
|
}
|
|
1696
1467
|
|
|
1697
|
-
.ti-badges-filled:before {
|
|
1698
|
-
content: "\f7dd";
|
|
1699
|
-
}
|
|
1700
|
-
|
|
1701
1468
|
.ti-badges-off:before {
|
|
1702
1469
|
content: "\f0fc";
|
|
1703
1470
|
}
|
|
@@ -1746,10 +1513,6 @@
|
|
|
1746
1513
|
content: "\ef3a";
|
|
1747
1514
|
}
|
|
1748
1515
|
|
|
1749
|
-
.ti-balloon-filled:before {
|
|
1750
|
-
content: "\fa84";
|
|
1751
|
-
}
|
|
1752
|
-
|
|
1753
1516
|
.ti-balloon-off:before {
|
|
1754
1517
|
content: "\f0fd";
|
|
1755
1518
|
}
|
|
@@ -1758,10 +1521,6 @@
|
|
|
1758
1521
|
content: "\f06e";
|
|
1759
1522
|
}
|
|
1760
1523
|
|
|
1761
|
-
.ti-ballpen-filled:before {
|
|
1762
|
-
content: "\fa85";
|
|
1763
|
-
}
|
|
1764
|
-
|
|
1765
1524
|
.ti-ballpen-off:before {
|
|
1766
1525
|
content: "\f0b1";
|
|
1767
1526
|
}
|
|
@@ -1774,10 +1533,6 @@
|
|
|
1774
1533
|
content: "\eb7a";
|
|
1775
1534
|
}
|
|
1776
1535
|
|
|
1777
|
-
.ti-bandage-filled:before {
|
|
1778
|
-
content: "\f7de";
|
|
1779
|
-
}
|
|
1780
|
-
|
|
1781
1536
|
.ti-bandage-off:before {
|
|
1782
1537
|
content: "\f3c4";
|
|
1783
1538
|
}
|
|
@@ -1870,10 +1625,6 @@
|
|
|
1870
1625
|
content: "\fb4b";
|
|
1871
1626
|
}
|
|
1872
1627
|
|
|
1873
|
-
.ti-basket-filled:before {
|
|
1874
|
-
content: "\f7df";
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
1628
|
.ti-basket-heart:before {
|
|
1878
1629
|
content: "\fb4c";
|
|
1879
1630
|
}
|
|
@@ -1930,10 +1681,6 @@
|
|
|
1930
1681
|
content: "\ef48";
|
|
1931
1682
|
}
|
|
1932
1683
|
|
|
1933
|
-
.ti-bath-filled:before {
|
|
1934
|
-
content: "\f71d";
|
|
1935
|
-
}
|
|
1936
|
-
|
|
1937
1684
|
.ti-bath-off:before {
|
|
1938
1685
|
content: "\f0ff";
|
|
1939
1686
|
}
|
|
@@ -1946,34 +1693,18 @@
|
|
|
1946
1693
|
content: "\ea2f";
|
|
1947
1694
|
}
|
|
1948
1695
|
|
|
1949
|
-
.ti-battery-1-filled:before {
|
|
1950
|
-
content: "\f71e";
|
|
1951
|
-
}
|
|
1952
|
-
|
|
1953
1696
|
.ti-battery-2:before {
|
|
1954
1697
|
content: "\ea30";
|
|
1955
1698
|
}
|
|
1956
1699
|
|
|
1957
|
-
.ti-battery-2-filled:before {
|
|
1958
|
-
content: "\f71f";
|
|
1959
|
-
}
|
|
1960
|
-
|
|
1961
1700
|
.ti-battery-3:before {
|
|
1962
1701
|
content: "\ea31";
|
|
1963
1702
|
}
|
|
1964
1703
|
|
|
1965
|
-
.ti-battery-3-filled:before {
|
|
1966
|
-
content: "\f720";
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
1704
|
.ti-battery-4:before {
|
|
1970
1705
|
content: "\ea32";
|
|
1971
1706
|
}
|
|
1972
1707
|
|
|
1973
|
-
.ti-battery-4-filled:before {
|
|
1974
|
-
content: "\f721";
|
|
1975
|
-
}
|
|
1976
|
-
|
|
1977
1708
|
.ti-battery-automotive:before {
|
|
1978
1709
|
content: "\ee07";
|
|
1979
1710
|
}
|
|
@@ -1990,10 +1721,6 @@
|
|
|
1990
1721
|
content: "\ef3c";
|
|
1991
1722
|
}
|
|
1992
1723
|
|
|
1993
|
-
.ti-battery-filled:before {
|
|
1994
|
-
content: "\f668";
|
|
1995
|
-
}
|
|
1996
|
-
|
|
1997
1724
|
.ti-battery-off:before {
|
|
1998
1725
|
content: "\ed1c";
|
|
1999
1726
|
}
|
|
@@ -2010,10 +1737,6 @@
|
|
|
2010
1737
|
content: "\eb5c";
|
|
2011
1738
|
}
|
|
2012
1739
|
|
|
2013
|
-
.ti-bed-filled:before {
|
|
2014
|
-
content: "\f7e0";
|
|
2015
|
-
}
|
|
2016
|
-
|
|
2017
1740
|
.ti-bed-flat:before {
|
|
2018
1741
|
content: "\fca1";
|
|
2019
1742
|
}
|
|
@@ -2026,10 +1749,6 @@
|
|
|
2026
1749
|
content: "\efa1";
|
|
2027
1750
|
}
|
|
2028
1751
|
|
|
2029
|
-
.ti-beer-filled:before {
|
|
2030
|
-
content: "\f7e1";
|
|
2031
|
-
}
|
|
2032
|
-
|
|
2033
1752
|
.ti-beer-off:before {
|
|
2034
1753
|
content: "\f101";
|
|
2035
1754
|
}
|
|
@@ -2070,10 +1789,6 @@
|
|
|
2070
1789
|
content: "\f819";
|
|
2071
1790
|
}
|
|
2072
1791
|
|
|
2073
|
-
.ti-bell-filled:before {
|
|
2074
|
-
content: "\f669";
|
|
2075
|
-
}
|
|
2076
|
-
|
|
2077
1792
|
.ti-bell-heart:before {
|
|
2078
1793
|
content: "\f81a";
|
|
2079
1794
|
}
|
|
@@ -2082,10 +1797,6 @@
|
|
|
2082
1797
|
content: "\ede2";
|
|
2083
1798
|
}
|
|
2084
1799
|
|
|
2085
|
-
.ti-bell-minus-filled:before {
|
|
2086
|
-
content: "\f722";
|
|
2087
|
-
}
|
|
2088
|
-
|
|
2089
1800
|
.ti-bell-off:before {
|
|
2090
1801
|
content: "\ece9";
|
|
2091
1802
|
}
|
|
@@ -2102,10 +1813,6 @@
|
|
|
2102
1813
|
content: "\ede3";
|
|
2103
1814
|
}
|
|
2104
1815
|
|
|
2105
|
-
.ti-bell-plus-filled:before {
|
|
2106
|
-
content: "\f723";
|
|
2107
|
-
}
|
|
2108
|
-
|
|
2109
1816
|
.ti-bell-question:before {
|
|
2110
1817
|
content: "\f81d";
|
|
2111
1818
|
}
|
|
@@ -2118,14 +1825,6 @@
|
|
|
2118
1825
|
content: "\ede4";
|
|
2119
1826
|
}
|
|
2120
1827
|
|
|
2121
|
-
.ti-bell-ringing-2-filled:before {
|
|
2122
|
-
content: "\f724";
|
|
2123
|
-
}
|
|
2124
|
-
|
|
2125
|
-
.ti-bell-ringing-filled:before {
|
|
2126
|
-
content: "\f725";
|
|
2127
|
-
}
|
|
2128
|
-
|
|
2129
1828
|
.ti-bell-school:before {
|
|
2130
1829
|
content: "\f05e";
|
|
2131
1830
|
}
|
|
@@ -2150,18 +1849,10 @@
|
|
|
2150
1849
|
content: "\ede5";
|
|
2151
1850
|
}
|
|
2152
1851
|
|
|
2153
|
-
.ti-bell-x-filled:before {
|
|
2154
|
-
content: "\f726";
|
|
2155
|
-
}
|
|
2156
|
-
|
|
2157
1852
|
.ti-bell-z:before {
|
|
2158
1853
|
content: "\eff1";
|
|
2159
1854
|
}
|
|
2160
1855
|
|
|
2161
|
-
.ti-bell-z-filled:before {
|
|
2162
|
-
content: "\f727";
|
|
2163
|
-
}
|
|
2164
|
-
|
|
2165
1856
|
.ti-beta:before {
|
|
2166
1857
|
content: "\f544";
|
|
2167
1858
|
}
|
|
@@ -2206,10 +1897,6 @@
|
|
|
2206
1897
|
content: "\f4bd";
|
|
2207
1898
|
}
|
|
2208
1899
|
|
|
2209
|
-
.ti-blade-filled:before {
|
|
2210
|
-
content: "\f7e2";
|
|
2211
|
-
}
|
|
2212
|
-
|
|
2213
1900
|
.ti-bleach:before {
|
|
2214
1901
|
content: "\f2f3";
|
|
2215
1902
|
}
|
|
@@ -2286,10 +1973,6 @@
|
|
|
2286
1973
|
content: "\f59c";
|
|
2287
1974
|
}
|
|
2288
1975
|
|
|
2289
|
-
.ti-bomb-filled:before {
|
|
2290
|
-
content: "\fa86";
|
|
2291
|
-
}
|
|
2292
|
-
|
|
2293
1976
|
.ti-bone:before {
|
|
2294
1977
|
content: "\edb8";
|
|
2295
1978
|
}
|
|
@@ -2318,10 +2001,6 @@
|
|
|
2318
2001
|
content: "\f070";
|
|
2319
2002
|
}
|
|
2320
2003
|
|
|
2321
|
-
.ti-book-filled:before {
|
|
2322
|
-
content: "\fa87";
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2325
2004
|
.ti-book-off:before {
|
|
2326
2005
|
content: "\f0bc";
|
|
2327
2006
|
}
|
|
@@ -2342,10 +2021,6 @@
|
|
|
2342
2021
|
content: "\fa5e";
|
|
2343
2022
|
}
|
|
2344
2023
|
|
|
2345
|
-
.ti-bookmark-filled:before {
|
|
2346
|
-
content: "\fa88";
|
|
2347
|
-
}
|
|
2348
|
-
|
|
2349
2024
|
.ti-bookmark-minus:before {
|
|
2350
2025
|
content: "\fa5f";
|
|
2351
2026
|
}
|
|
@@ -2366,10 +2041,6 @@
|
|
|
2366
2041
|
content: "\ed08";
|
|
2367
2042
|
}
|
|
2368
2043
|
|
|
2369
|
-
.ti-bookmarks-filled:before {
|
|
2370
|
-
content: "\fb1f";
|
|
2371
|
-
}
|
|
2372
|
-
|
|
2373
2044
|
.ti-bookmarks-off:before {
|
|
2374
2045
|
content: "\f0bd";
|
|
2375
2046
|
}
|
|
@@ -2382,6 +2053,10 @@
|
|
|
2382
2053
|
content: "\f0be";
|
|
2383
2054
|
}
|
|
2384
2055
|
|
|
2056
|
+
.ti-boom:before {
|
|
2057
|
+
content: "\fdbe";
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2385
2060
|
.ti-border-all:before {
|
|
2386
2061
|
content: "\ea3b";
|
|
2387
2062
|
}
|
|
@@ -2390,6 +2065,14 @@
|
|
|
2390
2065
|
content: "\ea3c";
|
|
2391
2066
|
}
|
|
2392
2067
|
|
|
2068
|
+
.ti-border-bottom-plus:before {
|
|
2069
|
+
content: "\fdbd";
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
.ti-border-corner-ios:before {
|
|
2073
|
+
content: "\fd98";
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2393
2076
|
.ti-border-corner-pill:before {
|
|
2394
2077
|
content: "\fd62";
|
|
2395
2078
|
}
|
|
@@ -2418,6 +2101,10 @@
|
|
|
2418
2101
|
content: "\ea3f";
|
|
2419
2102
|
}
|
|
2420
2103
|
|
|
2104
|
+
.ti-border-left-plus:before {
|
|
2105
|
+
content: "\fdbc";
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2421
2108
|
.ti-border-none:before {
|
|
2422
2109
|
content: "\ea40";
|
|
2423
2110
|
}
|
|
@@ -2434,6 +2121,10 @@
|
|
|
2434
2121
|
content: "\ea42";
|
|
2435
2122
|
}
|
|
2436
2123
|
|
|
2124
|
+
.ti-border-right-plus:before {
|
|
2125
|
+
content: "\fdbb";
|
|
2126
|
+
}
|
|
2127
|
+
|
|
2437
2128
|
.ti-border-sides:before {
|
|
2438
2129
|
content: "\f7a1";
|
|
2439
2130
|
}
|
|
@@ -2450,6 +2141,10 @@
|
|
|
2450
2141
|
content: "\ea43";
|
|
2451
2142
|
}
|
|
2452
2143
|
|
|
2144
|
+
.ti-border-top-plus:before {
|
|
2145
|
+
content: "\fdba";
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2453
2148
|
.ti-border-vertical:before {
|
|
2454
2149
|
content: "\ea44";
|
|
2455
2150
|
}
|
|
@@ -2458,10 +2153,6 @@
|
|
|
2458
2153
|
content: "\ef0b";
|
|
2459
2154
|
}
|
|
2460
2155
|
|
|
2461
|
-
.ti-bottle-filled:before {
|
|
2462
|
-
content: "\fa89";
|
|
2463
|
-
}
|
|
2464
|
-
|
|
2465
2156
|
.ti-bottle-off:before {
|
|
2466
2157
|
content: "\f3c8";
|
|
2467
2158
|
}
|
|
@@ -2470,18 +2161,10 @@
|
|
|
2470
2161
|
content: "\f59d";
|
|
2471
2162
|
}
|
|
2472
2163
|
|
|
2473
|
-
.ti-bounce-left-filled:before {
|
|
2474
|
-
content: "\fb20";
|
|
2475
|
-
}
|
|
2476
|
-
|
|
2477
2164
|
.ti-bounce-right:before {
|
|
2478
2165
|
content: "\f59e";
|
|
2479
2166
|
}
|
|
2480
2167
|
|
|
2481
|
-
.ti-bounce-right-filled:before {
|
|
2482
|
-
content: "\fb21";
|
|
2483
|
-
}
|
|
2484
|
-
|
|
2485
2168
|
.ti-bow:before {
|
|
2486
2169
|
content: "\f096";
|
|
2487
2170
|
}
|
|
@@ -2494,10 +2177,6 @@
|
|
|
2494
2177
|
content: "\fd90";
|
|
2495
2178
|
}
|
|
2496
2179
|
|
|
2497
|
-
.ti-bowl-filled:before {
|
|
2498
|
-
content: "\fb22";
|
|
2499
|
-
}
|
|
2500
|
-
|
|
2501
2180
|
.ti-bowl-spoon:before {
|
|
2502
2181
|
content: "\fd91";
|
|
2503
2182
|
}
|
|
@@ -2510,66 +2189,34 @@
|
|
|
2510
2189
|
content: "\f2a8";
|
|
2511
2190
|
}
|
|
2512
2191
|
|
|
2513
|
-
.ti-box-align-bottom-filled:before {
|
|
2514
|
-
content: "\fa8a";
|
|
2515
|
-
}
|
|
2516
|
-
|
|
2517
2192
|
.ti-box-align-bottom-left:before {
|
|
2518
2193
|
content: "\f2ce";
|
|
2519
2194
|
}
|
|
2520
2195
|
|
|
2521
|
-
.ti-box-align-bottom-left-filled:before {
|
|
2522
|
-
content: "\fa8b";
|
|
2523
|
-
}
|
|
2524
|
-
|
|
2525
2196
|
.ti-box-align-bottom-right:before {
|
|
2526
2197
|
content: "\f2cf";
|
|
2527
2198
|
}
|
|
2528
2199
|
|
|
2529
|
-
.ti-box-align-bottom-right-filled:before {
|
|
2530
|
-
content: "\fa8c";
|
|
2531
|
-
}
|
|
2532
|
-
|
|
2533
2200
|
.ti-box-align-left:before {
|
|
2534
2201
|
content: "\f2a9";
|
|
2535
2202
|
}
|
|
2536
2203
|
|
|
2537
|
-
.ti-box-align-left-filled:before {
|
|
2538
|
-
content: "\fa8d";
|
|
2539
|
-
}
|
|
2540
|
-
|
|
2541
2204
|
.ti-box-align-right:before {
|
|
2542
2205
|
content: "\f2aa";
|
|
2543
2206
|
}
|
|
2544
2207
|
|
|
2545
|
-
.ti-box-align-right-filled:before {
|
|
2546
|
-
content: "\fa8e";
|
|
2547
|
-
}
|
|
2548
|
-
|
|
2549
2208
|
.ti-box-align-top:before {
|
|
2550
2209
|
content: "\f2ab";
|
|
2551
2210
|
}
|
|
2552
2211
|
|
|
2553
|
-
.ti-box-align-top-filled:before {
|
|
2554
|
-
content: "\fa8f";
|
|
2555
|
-
}
|
|
2556
|
-
|
|
2557
2212
|
.ti-box-align-top-left:before {
|
|
2558
2213
|
content: "\f2d0";
|
|
2559
2214
|
}
|
|
2560
2215
|
|
|
2561
|
-
.ti-box-align-top-left-filled:before {
|
|
2562
|
-
content: "\fa90";
|
|
2563
|
-
}
|
|
2564
|
-
|
|
2565
2216
|
.ti-box-align-top-right:before {
|
|
2566
2217
|
content: "\f2d1";
|
|
2567
2218
|
}
|
|
2568
2219
|
|
|
2569
|
-
.ti-box-align-top-right-filled:before {
|
|
2570
|
-
content: "\fa91";
|
|
2571
|
-
}
|
|
2572
|
-
|
|
2573
2220
|
.ti-box-margin:before {
|
|
2574
2221
|
content: "\ee0b";
|
|
2575
2222
|
}
|
|
@@ -2770,10 +2417,6 @@
|
|
|
2770
2417
|
content: "\ed69";
|
|
2771
2418
|
}
|
|
2772
2419
|
|
|
2773
|
-
.ti-brand-apple-filled:before {
|
|
2774
|
-
content: "\fd74";
|
|
2775
|
-
}
|
|
2776
|
-
|
|
2777
2420
|
.ti-brand-apple-podcast:before {
|
|
2778
2421
|
content: "\f1e6";
|
|
2779
2422
|
}
|
|
@@ -2786,6 +2429,10 @@
|
|
|
2786
2429
|
content: "\edc5";
|
|
2787
2430
|
}
|
|
2788
2431
|
|
|
2432
|
+
.ti-brand-astro:before {
|
|
2433
|
+
content: "\fdb9";
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2789
2436
|
.ti-brand-auth0:before {
|
|
2790
2437
|
content: "\fcb3";
|
|
2791
2438
|
}
|
|
@@ -3038,10 +2685,6 @@
|
|
|
3038
2685
|
content: "\ece3";
|
|
3039
2686
|
}
|
|
3040
2687
|
|
|
3041
|
-
.ti-brand-discord-filled:before {
|
|
3042
|
-
content: "\f7e4";
|
|
3043
|
-
}
|
|
3044
|
-
|
|
3045
2688
|
.ti-brand-disney:before {
|
|
3046
2689
|
content: "\f20a";
|
|
3047
2690
|
}
|
|
@@ -3074,10 +2717,6 @@
|
|
|
3074
2717
|
content: "\ec19";
|
|
3075
2718
|
}
|
|
3076
2719
|
|
|
3077
|
-
.ti-brand-dribbble-filled:before {
|
|
3078
|
-
content: "\f7e5";
|
|
3079
|
-
}
|
|
3080
|
-
|
|
3081
2720
|
.ti-brand-drops:before {
|
|
3082
2721
|
content: "\f4d5";
|
|
3083
2722
|
}
|
|
@@ -3118,10 +2757,6 @@
|
|
|
3118
2757
|
content: "\ec1a";
|
|
3119
2758
|
}
|
|
3120
2759
|
|
|
3121
|
-
.ti-brand-facebook-filled:before {
|
|
3122
|
-
content: "\f7e6";
|
|
3123
|
-
}
|
|
3124
|
-
|
|
3125
2760
|
.ti-brand-feedly:before {
|
|
3126
2761
|
content: "\fa75";
|
|
3127
2762
|
}
|
|
@@ -3202,10 +2837,6 @@
|
|
|
3202
2837
|
content: "\f4a8";
|
|
3203
2838
|
}
|
|
3204
2839
|
|
|
3205
|
-
.ti-brand-github-filled:before {
|
|
3206
|
-
content: "\f7e7";
|
|
3207
|
-
}
|
|
3208
|
-
|
|
3209
2840
|
.ti-brand-gitlab:before {
|
|
3210
2841
|
content: "\ec1d";
|
|
3211
2842
|
}
|
|
@@ -3234,10 +2865,6 @@
|
|
|
3234
2865
|
content: "\ec1e";
|
|
3235
2866
|
}
|
|
3236
2867
|
|
|
3237
|
-
.ti-brand-google-filled:before {
|
|
3238
|
-
content: "\fd1a";
|
|
3239
|
-
}
|
|
3240
|
-
|
|
3241
2868
|
.ti-brand-google-fit:before {
|
|
3242
2869
|
content: "\f297";
|
|
3243
2870
|
}
|
|
@@ -3570,18 +3197,10 @@
|
|
|
3570
3197
|
content: "\edd2";
|
|
3571
3198
|
}
|
|
3572
3199
|
|
|
3573
|
-
.ti-brand-patreon-filled:before {
|
|
3574
|
-
content: "\fcff";
|
|
3575
|
-
}
|
|
3576
|
-
|
|
3577
3200
|
.ti-brand-paypal:before {
|
|
3578
3201
|
content: "\ec22";
|
|
3579
3202
|
}
|
|
3580
3203
|
|
|
3581
|
-
.ti-brand-paypal-filled:before {
|
|
3582
|
-
content: "\f7e9";
|
|
3583
|
-
}
|
|
3584
|
-
|
|
3585
3204
|
.ti-brand-paypay:before {
|
|
3586
3205
|
content: "\f5ec";
|
|
3587
3206
|
}
|
|
@@ -3894,10 +3513,6 @@
|
|
|
3894
3513
|
content: "\ec73";
|
|
3895
3514
|
}
|
|
3896
3515
|
|
|
3897
|
-
.ti-brand-tiktok-filled:before {
|
|
3898
|
-
content: "\f7ea";
|
|
3899
|
-
}
|
|
3900
|
-
|
|
3901
3516
|
.ti-brand-tinder:before {
|
|
3902
3517
|
content: "\ed71";
|
|
3903
3518
|
}
|
|
@@ -3938,10 +3553,6 @@
|
|
|
3938
3553
|
content: "\ec27";
|
|
3939
3554
|
}
|
|
3940
3555
|
|
|
3941
|
-
.ti-brand-twitter-filled:before {
|
|
3942
|
-
content: "\f7eb";
|
|
3943
|
-
}
|
|
3944
|
-
|
|
3945
3556
|
.ti-brand-typescript:before {
|
|
3946
3557
|
content: "\f5f1";
|
|
3947
3558
|
}
|
|
@@ -4074,10 +3685,6 @@
|
|
|
4074
3685
|
content: "\fc0f";
|
|
4075
3686
|
}
|
|
4076
3687
|
|
|
4077
|
-
.ti-brand-x-filled:before {
|
|
4078
|
-
content: "\fc21";
|
|
4079
|
-
}
|
|
4080
|
-
|
|
4081
3688
|
.ti-brand-xamarin:before {
|
|
4082
3689
|
content: "\fa7a";
|
|
4083
3690
|
}
|
|
@@ -4118,10 +3725,6 @@
|
|
|
4118
3725
|
content: "\ec90";
|
|
4119
3726
|
}
|
|
4120
3727
|
|
|
4121
|
-
.ti-brand-youtube-filled:before {
|
|
4122
|
-
content: "\fc22";
|
|
4123
|
-
}
|
|
4124
|
-
|
|
4125
3728
|
.ti-brand-youtube-kids:before {
|
|
4126
3729
|
content: "\f214";
|
|
4127
3730
|
}
|
|
@@ -4170,10 +3773,6 @@
|
|
|
4170
3773
|
content: "\fb03";
|
|
4171
3774
|
}
|
|
4172
3775
|
|
|
4173
|
-
.ti-briefcase-filled:before {
|
|
4174
|
-
content: "\fd00";
|
|
4175
|
-
}
|
|
4176
|
-
|
|
4177
3776
|
.ti-briefcase-off:before {
|
|
4178
3777
|
content: "\f3cc";
|
|
4179
3778
|
}
|
|
@@ -4186,12 +3785,12 @@
|
|
|
4186
3785
|
content: "\ee19";
|
|
4187
3786
|
}
|
|
4188
3787
|
|
|
4189
|
-
.ti-brightness-
|
|
4190
|
-
content: "\
|
|
3788
|
+
.ti-brightness-auto:before {
|
|
3789
|
+
content: "\fd99";
|
|
4191
3790
|
}
|
|
4192
3791
|
|
|
4193
|
-
.ti-brightness-down
|
|
4194
|
-
content: "\
|
|
3792
|
+
.ti-brightness-down:before {
|
|
3793
|
+
content: "\eb7d";
|
|
4195
3794
|
}
|
|
4196
3795
|
|
|
4197
3796
|
.ti-brightness-half:before {
|
|
@@ -4206,10 +3805,6 @@
|
|
|
4206
3805
|
content: "\eb7e";
|
|
4207
3806
|
}
|
|
4208
3807
|
|
|
4209
|
-
.ti-brightness-up-filled:before {
|
|
4210
|
-
content: "\fb24";
|
|
4211
|
-
}
|
|
4212
|
-
|
|
4213
3808
|
.ti-broadcast:before {
|
|
4214
3809
|
content: "\f1e9";
|
|
4215
3810
|
}
|
|
@@ -4262,10 +3857,6 @@
|
|
|
4262
3857
|
content: "\ea48";
|
|
4263
3858
|
}
|
|
4264
3859
|
|
|
4265
|
-
.ti-bug-filled:before {
|
|
4266
|
-
content: "\fd01";
|
|
4267
|
-
}
|
|
4268
|
-
|
|
4269
3860
|
.ti-bug-off:before {
|
|
4270
3861
|
content: "\f0c3";
|
|
4271
3862
|
}
|
|
@@ -4382,10 +3973,6 @@
|
|
|
4382
3973
|
content: "\ea51";
|
|
4383
3974
|
}
|
|
4384
3975
|
|
|
4385
|
-
.ti-bulb-filled:before {
|
|
4386
|
-
content: "\f66a";
|
|
4387
|
-
}
|
|
4388
|
-
|
|
4389
3976
|
.ti-bulb-off:before {
|
|
4390
3977
|
content: "\ea50";
|
|
4391
3978
|
}
|
|
@@ -4422,10 +4009,6 @@
|
|
|
4422
4009
|
content: "\f21b";
|
|
4423
4010
|
}
|
|
4424
4011
|
|
|
4425
|
-
.ti-cactus-filled:before {
|
|
4426
|
-
content: "\fb25";
|
|
4427
|
-
}
|
|
4428
|
-
|
|
4429
4012
|
.ti-cactus-off:before {
|
|
4430
4013
|
content: "\f3cf";
|
|
4431
4014
|
}
|
|
@@ -4442,10 +4025,6 @@
|
|
|
4442
4025
|
content: "\eb80";
|
|
4443
4026
|
}
|
|
4444
4027
|
|
|
4445
|
-
.ti-calculator-filled:before {
|
|
4446
|
-
content: "\fb26";
|
|
4447
|
-
}
|
|
4448
|
-
|
|
4449
4028
|
.ti-calculator-off:before {
|
|
4450
4029
|
content: "\f0c4";
|
|
4451
4030
|
}
|
|
@@ -4502,10 +4081,6 @@
|
|
|
4502
4081
|
content: "\f829";
|
|
4503
4082
|
}
|
|
4504
4083
|
|
|
4505
|
-
.ti-calendar-filled:before {
|
|
4506
|
-
content: "\fb27";
|
|
4507
|
-
}
|
|
4508
|
-
|
|
4509
4084
|
.ti-calendar-heart:before {
|
|
4510
4085
|
content: "\f82a";
|
|
4511
4086
|
}
|
|
@@ -4622,10 +4197,6 @@
|
|
|
4622
4197
|
content: "\f83a";
|
|
4623
4198
|
}
|
|
4624
4199
|
|
|
4625
|
-
.ti-camera-filled:before {
|
|
4626
|
-
content: "\fa37";
|
|
4627
|
-
}
|
|
4628
|
-
|
|
4629
4200
|
.ti-camera-heart:before {
|
|
4630
4201
|
content: "\f83b";
|
|
4631
4202
|
}
|
|
@@ -4690,18 +4261,10 @@
|
|
|
4690
4261
|
content: "\f5a7";
|
|
4691
4262
|
}
|
|
4692
4263
|
|
|
4693
|
-
.ti-campfire-filled:before {
|
|
4694
|
-
content: "\fb28";
|
|
4695
|
-
}
|
|
4696
|
-
|
|
4697
4264
|
.ti-candle:before {
|
|
4698
4265
|
content: "\efc6";
|
|
4699
4266
|
}
|
|
4700
4267
|
|
|
4701
|
-
.ti-candle-filled:before {
|
|
4702
|
-
content: "\fc23";
|
|
4703
|
-
}
|
|
4704
|
-
|
|
4705
4268
|
.ti-candy:before {
|
|
4706
4269
|
content: "\ef0d";
|
|
4707
4270
|
}
|
|
@@ -4722,26 +4285,14 @@
|
|
|
4722
4285
|
content: "\fae3";
|
|
4723
4286
|
}
|
|
4724
4287
|
|
|
4725
|
-
.ti-capsule-filled:before {
|
|
4726
|
-
content: "\fc24";
|
|
4727
|
-
}
|
|
4728
|
-
|
|
4729
4288
|
.ti-capsule-horizontal:before {
|
|
4730
4289
|
content: "\fae2";
|
|
4731
4290
|
}
|
|
4732
4291
|
|
|
4733
|
-
.ti-capsule-horizontal-filled:before {
|
|
4734
|
-
content: "\fc25";
|
|
4735
|
-
}
|
|
4736
|
-
|
|
4737
4292
|
.ti-capture:before {
|
|
4738
4293
|
content: "\ec3c";
|
|
4739
4294
|
}
|
|
4740
4295
|
|
|
4741
|
-
.ti-capture-filled:before {
|
|
4742
|
-
content: "\fb29";
|
|
4743
|
-
}
|
|
4744
|
-
|
|
4745
4296
|
.ti-capture-off:before {
|
|
4746
4297
|
content: "\f0c6";
|
|
4747
4298
|
}
|
|
@@ -4750,6 +4301,10 @@
|
|
|
4750
4301
|
content: "\ebbb";
|
|
4751
4302
|
}
|
|
4752
4303
|
|
|
4304
|
+
.ti-car-4wd:before {
|
|
4305
|
+
content: "\fdb8";
|
|
4306
|
+
}
|
|
4307
|
+
|
|
4753
4308
|
.ti-car-crane:before {
|
|
4754
4309
|
content: "\ef25";
|
|
4755
4310
|
}
|
|
@@ -4758,6 +4313,26 @@
|
|
|
4758
4313
|
content: "\efa4";
|
|
4759
4314
|
}
|
|
4760
4315
|
|
|
4316
|
+
.ti-car-fan:before {
|
|
4317
|
+
content: "\fdb3";
|
|
4318
|
+
}
|
|
4319
|
+
|
|
4320
|
+
.ti-car-fan-1:before {
|
|
4321
|
+
content: "\fdb7";
|
|
4322
|
+
}
|
|
4323
|
+
|
|
4324
|
+
.ti-car-fan-2:before {
|
|
4325
|
+
content: "\fdb6";
|
|
4326
|
+
}
|
|
4327
|
+
|
|
4328
|
+
.ti-car-fan-3:before {
|
|
4329
|
+
content: "\fdb5";
|
|
4330
|
+
}
|
|
4331
|
+
|
|
4332
|
+
.ti-car-fan-auto:before {
|
|
4333
|
+
content: "\fdb4";
|
|
4334
|
+
}
|
|
4335
|
+
|
|
4761
4336
|
.ti-car-garage:before {
|
|
4762
4337
|
content: "\fc77";
|
|
4763
4338
|
}
|
|
@@ -4790,42 +4365,22 @@
|
|
|
4790
4365
|
content: "\f510";
|
|
4791
4366
|
}
|
|
4792
4367
|
|
|
4793
|
-
.ti-cards-filled:before {
|
|
4794
|
-
content: "\fc26";
|
|
4795
|
-
}
|
|
4796
|
-
|
|
4797
4368
|
.ti-caret-down:before {
|
|
4798
4369
|
content: "\eb5d";
|
|
4799
4370
|
}
|
|
4800
4371
|
|
|
4801
|
-
.ti-caret-down-filled:before {
|
|
4802
|
-
content: "\fb2a";
|
|
4803
|
-
}
|
|
4804
|
-
|
|
4805
4372
|
.ti-caret-left:before {
|
|
4806
4373
|
content: "\eb5e";
|
|
4807
4374
|
}
|
|
4808
4375
|
|
|
4809
|
-
.ti-caret-left-filled:before {
|
|
4810
|
-
content: "\fb2b";
|
|
4811
|
-
}
|
|
4812
|
-
|
|
4813
4376
|
.ti-caret-left-right:before {
|
|
4814
4377
|
content: "\fc43";
|
|
4815
4378
|
}
|
|
4816
4379
|
|
|
4817
|
-
.ti-caret-left-right-filled:before {
|
|
4818
|
-
content: "\fd02";
|
|
4819
|
-
}
|
|
4820
|
-
|
|
4821
4380
|
.ti-caret-right:before {
|
|
4822
4381
|
content: "\eb5f";
|
|
4823
4382
|
}
|
|
4824
4383
|
|
|
4825
|
-
.ti-caret-right-filled:before {
|
|
4826
|
-
content: "\fb2c";
|
|
4827
|
-
}
|
|
4828
|
-
|
|
4829
4384
|
.ti-caret-up:before {
|
|
4830
4385
|
content: "\eb60";
|
|
4831
4386
|
}
|
|
@@ -4834,30 +4389,14 @@
|
|
|
4834
4389
|
content: "\fc44";
|
|
4835
4390
|
}
|
|
4836
4391
|
|
|
4837
|
-
.ti-caret-up-down-filled:before {
|
|
4838
|
-
content: "\fd03";
|
|
4839
|
-
}
|
|
4840
|
-
|
|
4841
|
-
.ti-caret-up-filled:before {
|
|
4842
|
-
content: "\fb2d";
|
|
4843
|
-
}
|
|
4844
|
-
|
|
4845
4392
|
.ti-carousel-horizontal:before {
|
|
4846
4393
|
content: "\f659";
|
|
4847
4394
|
}
|
|
4848
4395
|
|
|
4849
|
-
.ti-carousel-horizontal-filled:before {
|
|
4850
|
-
content: "\fa92";
|
|
4851
|
-
}
|
|
4852
|
-
|
|
4853
4396
|
.ti-carousel-vertical:before {
|
|
4854
4397
|
content: "\f65a";
|
|
4855
4398
|
}
|
|
4856
4399
|
|
|
4857
|
-
.ti-carousel-vertical-filled:before {
|
|
4858
|
-
content: "\fa93";
|
|
4859
|
-
}
|
|
4860
|
-
|
|
4861
4400
|
.ti-carrot:before {
|
|
4862
4401
|
content: "\f21c";
|
|
4863
4402
|
}
|
|
@@ -4902,10 +4441,6 @@
|
|
|
4902
4441
|
content: "\f1f5";
|
|
4903
4442
|
}
|
|
4904
4443
|
|
|
4905
|
-
.ti-category-filled:before {
|
|
4906
|
-
content: "\fb2e";
|
|
4907
|
-
}
|
|
4908
|
-
|
|
4909
4444
|
.ti-category-minus:before {
|
|
4910
4445
|
content: "\fd20";
|
|
4911
4446
|
}
|
|
@@ -4994,18 +4529,10 @@
|
|
|
4994
4529
|
content: "\ea58";
|
|
4995
4530
|
}
|
|
4996
4531
|
|
|
4997
|
-
.ti-chart-area-filled:before {
|
|
4998
|
-
content: "\f66b";
|
|
4999
|
-
}
|
|
5000
|
-
|
|
5001
4532
|
.ti-chart-area-line:before {
|
|
5002
4533
|
content: "\ea57";
|
|
5003
4534
|
}
|
|
5004
4535
|
|
|
5005
|
-
.ti-chart-area-line-filled:before {
|
|
5006
|
-
content: "\f66c";
|
|
5007
|
-
}
|
|
5008
|
-
|
|
5009
4536
|
.ti-chart-arrows:before {
|
|
5010
4537
|
content: "\ee2a";
|
|
5011
4538
|
}
|
|
@@ -5026,18 +4553,10 @@
|
|
|
5026
4553
|
content: "\ec75";
|
|
5027
4554
|
}
|
|
5028
4555
|
|
|
5029
|
-
.ti-chart-bubble-filled:before {
|
|
5030
|
-
content: "\f66d";
|
|
5031
|
-
}
|
|
5032
|
-
|
|
5033
4556
|
.ti-chart-candle:before {
|
|
5034
4557
|
content: "\ea5a";
|
|
5035
4558
|
}
|
|
5036
4559
|
|
|
5037
|
-
.ti-chart-candle-filled:before {
|
|
5038
|
-
content: "\f66e";
|
|
5039
|
-
}
|
|
5040
|
-
|
|
5041
4560
|
.ti-chart-circles:before {
|
|
5042
4561
|
content: "\ee2b";
|
|
5043
4562
|
}
|
|
@@ -5058,10 +4577,6 @@
|
|
|
5058
4577
|
content: "\ee2e";
|
|
5059
4578
|
}
|
|
5060
4579
|
|
|
5061
|
-
.ti-chart-donut-filled:before {
|
|
5062
|
-
content: "\f66f";
|
|
5063
|
-
}
|
|
5064
|
-
|
|
5065
4580
|
.ti-chart-dots:before {
|
|
5066
4581
|
content: "\ee2f";
|
|
5067
4582
|
}
|
|
@@ -5074,18 +4589,10 @@
|
|
|
5074
4589
|
content: "\f098";
|
|
5075
4590
|
}
|
|
5076
4591
|
|
|
5077
|
-
.ti-chart-dots-filled:before {
|
|
5078
|
-
content: "\fd04";
|
|
5079
|
-
}
|
|
5080
|
-
|
|
5081
4592
|
.ti-chart-grid-dots:before {
|
|
5082
4593
|
content: "\f4c2";
|
|
5083
4594
|
}
|
|
5084
4595
|
|
|
5085
|
-
.ti-chart-grid-dots-filled:before {
|
|
5086
|
-
content: "\fd05";
|
|
5087
|
-
}
|
|
5088
|
-
|
|
5089
4596
|
.ti-chart-histogram:before {
|
|
5090
4597
|
content: "\f65c";
|
|
5091
4598
|
}
|
|
@@ -5114,10 +4621,6 @@
|
|
|
5114
4621
|
content: "\ee33";
|
|
5115
4622
|
}
|
|
5116
4623
|
|
|
5117
|
-
.ti-chart-pie-filled:before {
|
|
5118
|
-
content: "\f670";
|
|
5119
|
-
}
|
|
5120
|
-
|
|
5121
4624
|
.ti-chart-pie-off:before {
|
|
5122
4625
|
content: "\f3d3";
|
|
5123
4626
|
}
|
|
@@ -5182,10 +4685,6 @@
|
|
|
5182
4685
|
content: "\f511";
|
|
5183
4686
|
}
|
|
5184
4687
|
|
|
5185
|
-
.ti-cherry-filled:before {
|
|
5186
|
-
content: "\f728";
|
|
5187
|
-
}
|
|
5188
|
-
|
|
5189
4688
|
.ti-chess:before {
|
|
5190
4689
|
content: "\f382";
|
|
5191
4690
|
}
|
|
@@ -5194,46 +4693,22 @@
|
|
|
5194
4693
|
content: "\f56b";
|
|
5195
4694
|
}
|
|
5196
4695
|
|
|
5197
|
-
.ti-chess-bishop-filled:before {
|
|
5198
|
-
content: "\f729";
|
|
5199
|
-
}
|
|
5200
|
-
|
|
5201
|
-
.ti-chess-filled:before {
|
|
5202
|
-
content: "\f72a";
|
|
5203
|
-
}
|
|
5204
|
-
|
|
5205
4696
|
.ti-chess-king:before {
|
|
5206
4697
|
content: "\f56c";
|
|
5207
4698
|
}
|
|
5208
4699
|
|
|
5209
|
-
.ti-chess-king-filled:before {
|
|
5210
|
-
content: "\f72b";
|
|
5211
|
-
}
|
|
5212
|
-
|
|
5213
4700
|
.ti-chess-knight:before {
|
|
5214
4701
|
content: "\f56d";
|
|
5215
4702
|
}
|
|
5216
4703
|
|
|
5217
|
-
.ti-chess-knight-filled:before {
|
|
5218
|
-
content: "\f72c";
|
|
5219
|
-
}
|
|
5220
|
-
|
|
5221
4704
|
.ti-chess-queen:before {
|
|
5222
4705
|
content: "\f56e";
|
|
5223
4706
|
}
|
|
5224
4707
|
|
|
5225
|
-
.ti-chess-queen-filled:before {
|
|
5226
|
-
content: "\f72d";
|
|
5227
|
-
}
|
|
5228
|
-
|
|
5229
4708
|
.ti-chess-rook:before {
|
|
5230
4709
|
content: "\f56f";
|
|
5231
4710
|
}
|
|
5232
4711
|
|
|
5233
|
-
.ti-chess-rook-filled:before {
|
|
5234
|
-
content: "\f72e";
|
|
5235
|
-
}
|
|
5236
|
-
|
|
5237
4712
|
.ti-chevron-compact-down:before {
|
|
5238
4713
|
content: "\faf0";
|
|
5239
4714
|
}
|
|
@@ -5342,110 +4817,38 @@
|
|
|
5342
4817
|
content: "\ea6b";
|
|
5343
4818
|
}
|
|
5344
4819
|
|
|
5345
|
-
.ti-circle-0-filled:before {
|
|
5346
|
-
content: "\f72f";
|
|
5347
|
-
}
|
|
5348
|
-
|
|
5349
|
-
.ti-circle-1-filled:before {
|
|
5350
|
-
content: "\f730";
|
|
5351
|
-
}
|
|
5352
|
-
|
|
5353
|
-
.ti-circle-2-filled:before {
|
|
5354
|
-
content: "\f731";
|
|
5355
|
-
}
|
|
5356
|
-
|
|
5357
|
-
.ti-circle-3-filled:before {
|
|
5358
|
-
content: "\f732";
|
|
5359
|
-
}
|
|
5360
|
-
|
|
5361
|
-
.ti-circle-4-filled:before {
|
|
5362
|
-
content: "\f733";
|
|
5363
|
-
}
|
|
5364
|
-
|
|
5365
|
-
.ti-circle-5-filled:before {
|
|
5366
|
-
content: "\f734";
|
|
5367
|
-
}
|
|
5368
|
-
|
|
5369
|
-
.ti-circle-6-filled:before {
|
|
5370
|
-
content: "\f735";
|
|
5371
|
-
}
|
|
5372
|
-
|
|
5373
|
-
.ti-circle-7-filled:before {
|
|
5374
|
-
content: "\f736";
|
|
5375
|
-
}
|
|
5376
|
-
|
|
5377
|
-
.ti-circle-8-filled:before {
|
|
5378
|
-
content: "\f737";
|
|
5379
|
-
}
|
|
5380
|
-
|
|
5381
|
-
.ti-circle-9-filled:before {
|
|
5382
|
-
content: "\f738";
|
|
5383
|
-
}
|
|
5384
|
-
|
|
5385
4820
|
.ti-circle-arrow-down:before {
|
|
5386
4821
|
content: "\f6f9";
|
|
5387
4822
|
}
|
|
5388
4823
|
|
|
5389
|
-
.ti-circle-arrow-down-filled:before {
|
|
5390
|
-
content: "\f6f4";
|
|
5391
|
-
}
|
|
5392
|
-
|
|
5393
4824
|
.ti-circle-arrow-down-left:before {
|
|
5394
4825
|
content: "\f6f6";
|
|
5395
4826
|
}
|
|
5396
4827
|
|
|
5397
|
-
.ti-circle-arrow-down-left-filled:before {
|
|
5398
|
-
content: "\f6f5";
|
|
5399
|
-
}
|
|
5400
|
-
|
|
5401
4828
|
.ti-circle-arrow-down-right:before {
|
|
5402
4829
|
content: "\f6f8";
|
|
5403
4830
|
}
|
|
5404
4831
|
|
|
5405
|
-
.ti-circle-arrow-down-right-filled:before {
|
|
5406
|
-
content: "\f6f7";
|
|
5407
|
-
}
|
|
5408
|
-
|
|
5409
4832
|
.ti-circle-arrow-left:before {
|
|
5410
4833
|
content: "\f6fb";
|
|
5411
4834
|
}
|
|
5412
4835
|
|
|
5413
|
-
.ti-circle-arrow-left-filled:before {
|
|
5414
|
-
content: "\f6fa";
|
|
5415
|
-
}
|
|
5416
|
-
|
|
5417
4836
|
.ti-circle-arrow-right:before {
|
|
5418
4837
|
content: "\f6fd";
|
|
5419
4838
|
}
|
|
5420
4839
|
|
|
5421
|
-
.ti-circle-arrow-right-filled:before {
|
|
5422
|
-
content: "\f6fc";
|
|
5423
|
-
}
|
|
5424
|
-
|
|
5425
4840
|
.ti-circle-arrow-up:before {
|
|
5426
4841
|
content: "\f703";
|
|
5427
4842
|
}
|
|
5428
4843
|
|
|
5429
|
-
.ti-circle-arrow-up-filled:before {
|
|
5430
|
-
content: "\f6fe";
|
|
5431
|
-
}
|
|
5432
|
-
|
|
5433
4844
|
.ti-circle-arrow-up-left:before {
|
|
5434
4845
|
content: "\f700";
|
|
5435
4846
|
}
|
|
5436
4847
|
|
|
5437
|
-
.ti-circle-arrow-up-left-filled:before {
|
|
5438
|
-
content: "\f6ff";
|
|
5439
|
-
}
|
|
5440
|
-
|
|
5441
4848
|
.ti-circle-arrow-up-right:before {
|
|
5442
4849
|
content: "\f702";
|
|
5443
4850
|
}
|
|
5444
4851
|
|
|
5445
|
-
.ti-circle-arrow-up-right-filled:before {
|
|
5446
|
-
content: "\f701";
|
|
5447
|
-
}
|
|
5448
|
-
|
|
5449
4852
|
.ti-circle-caret-down:before {
|
|
5450
4853
|
content: "\f4a9";
|
|
5451
4854
|
}
|
|
@@ -5466,10 +4869,6 @@
|
|
|
5466
4869
|
content: "\ea67";
|
|
5467
4870
|
}
|
|
5468
4871
|
|
|
5469
|
-
.ti-circle-check-filled:before {
|
|
5470
|
-
content: "\f704";
|
|
5471
|
-
}
|
|
5472
|
-
|
|
5473
4872
|
.ti-circle-chevron-down:before {
|
|
5474
4873
|
content: "\f622";
|
|
5475
4874
|
}
|
|
@@ -5558,18 +4957,10 @@
|
|
|
5558
4957
|
content: "\efb1";
|
|
5559
4958
|
}
|
|
5560
4959
|
|
|
5561
|
-
.ti-circle-dot-filled:before {
|
|
5562
|
-
content: "\f705";
|
|
5563
|
-
}
|
|
5564
|
-
|
|
5565
4960
|
.ti-circle-dotted:before {
|
|
5566
4961
|
content: "\ed28";
|
|
5567
4962
|
}
|
|
5568
4963
|
|
|
5569
|
-
.ti-circle-filled:before {
|
|
5570
|
-
content: "\f671";
|
|
5571
|
-
}
|
|
5572
|
-
|
|
5573
4964
|
.ti-circle-half:before {
|
|
5574
4965
|
content: "\ee3f";
|
|
5575
4966
|
}
|
|
@@ -5586,10 +4977,6 @@
|
|
|
5586
4977
|
content: "\f633";
|
|
5587
4978
|
}
|
|
5588
4979
|
|
|
5589
|
-
.ti-circle-key-filled:before {
|
|
5590
|
-
content: "\f706";
|
|
5591
|
-
}
|
|
5592
|
-
|
|
5593
4980
|
.ti-circle-letter-a:before {
|
|
5594
4981
|
content: "\f441";
|
|
5595
4982
|
}
|
|
@@ -5778,18 +5165,10 @@
|
|
|
5778
5165
|
content: "\ea6a";
|
|
5779
5166
|
}
|
|
5780
5167
|
|
|
5781
|
-
.ti-circle-x-filled:before {
|
|
5782
|
-
content: "\f739";
|
|
5783
|
-
}
|
|
5784
|
-
|
|
5785
5168
|
.ti-circles:before {
|
|
5786
5169
|
content: "\ece5";
|
|
5787
5170
|
}
|
|
5788
5171
|
|
|
5789
|
-
.ti-circles-filled:before {
|
|
5790
|
-
content: "\f672";
|
|
5791
|
-
}
|
|
5792
|
-
|
|
5793
5172
|
.ti-circles-relation:before {
|
|
5794
5173
|
content: "\f4c3";
|
|
5795
5174
|
}
|
|
@@ -5914,6 +5293,10 @@
|
|
|
5914
5293
|
content: "\efb2";
|
|
5915
5294
|
}
|
|
5916
5295
|
|
|
5296
|
+
.ti-clipboard-smile:before {
|
|
5297
|
+
content: "\fd9a";
|
|
5298
|
+
}
|
|
5299
|
+
|
|
5917
5300
|
.ti-clipboard-text:before {
|
|
5918
5301
|
content: "\f089";
|
|
5919
5302
|
}
|
|
@@ -5978,10 +5361,6 @@
|
|
|
5978
5361
|
content: "\f847";
|
|
5979
5362
|
}
|
|
5980
5363
|
|
|
5981
|
-
.ti-clock-filled:before {
|
|
5982
|
-
content: "\f73a";
|
|
5983
|
-
}
|
|
5984
|
-
|
|
5985
5364
|
.ti-clock-heart:before {
|
|
5986
5365
|
content: "\f7c4";
|
|
5987
5366
|
}
|
|
@@ -6150,10 +5529,6 @@
|
|
|
6150
5529
|
content: "\f852";
|
|
6151
5530
|
}
|
|
6152
5531
|
|
|
6153
|
-
.ti-cloud-filled:before {
|
|
6154
|
-
content: "\f673";
|
|
6155
|
-
}
|
|
6156
|
-
|
|
6157
5532
|
.ti-cloud-fog:before {
|
|
6158
5533
|
content: "\ecd9";
|
|
6159
5534
|
}
|
|
@@ -6246,15 +5621,11 @@
|
|
|
6246
5621
|
content: "\eff4";
|
|
6247
5622
|
}
|
|
6248
5623
|
|
|
6249
|
-
.ti-clubs-filled:before {
|
|
6250
|
-
content: "\f674";
|
|
6251
|
-
}
|
|
6252
|
-
|
|
6253
5624
|
.ti-code:before {
|
|
6254
5625
|
content: "\ea77";
|
|
6255
5626
|
}
|
|
6256
5627
|
|
|
6257
|
-
.ti-code-
|
|
5628
|
+
.ti-code-asterisk:before {
|
|
6258
5629
|
content: "\f312";
|
|
6259
5630
|
}
|
|
6260
5631
|
|
|
@@ -6302,30 +5673,14 @@
|
|
|
6302
5673
|
content: "\f2be";
|
|
6303
5674
|
}
|
|
6304
5675
|
|
|
6305
|
-
.ti-coin-bitcoin-filled:before {
|
|
6306
|
-
content: "\fd06";
|
|
6307
|
-
}
|
|
6308
|
-
|
|
6309
5676
|
.ti-coin-euro:before {
|
|
6310
5677
|
content: "\f2bf";
|
|
6311
5678
|
}
|
|
6312
5679
|
|
|
6313
|
-
.ti-coin-euro-filled:before {
|
|
6314
|
-
content: "\fd07";
|
|
6315
|
-
}
|
|
6316
|
-
|
|
6317
|
-
.ti-coin-filled:before {
|
|
6318
|
-
content: "\fd08";
|
|
6319
|
-
}
|
|
6320
|
-
|
|
6321
5680
|
.ti-coin-monero:before {
|
|
6322
5681
|
content: "\f4a0";
|
|
6323
5682
|
}
|
|
6324
5683
|
|
|
6325
|
-
.ti-coin-monero-filled:before {
|
|
6326
|
-
content: "\fd09";
|
|
6327
|
-
}
|
|
6328
|
-
|
|
6329
5684
|
.ti-coin-off:before {
|
|
6330
5685
|
content: "\f0d1";
|
|
6331
5686
|
}
|
|
@@ -6334,42 +5689,22 @@
|
|
|
6334
5689
|
content: "\f2c0";
|
|
6335
5690
|
}
|
|
6336
5691
|
|
|
6337
|
-
.ti-coin-pound-filled:before {
|
|
6338
|
-
content: "\fd0a";
|
|
6339
|
-
}
|
|
6340
|
-
|
|
6341
5692
|
.ti-coin-rupee:before {
|
|
6342
5693
|
content: "\f2c1";
|
|
6343
5694
|
}
|
|
6344
5695
|
|
|
6345
|
-
.ti-coin-rupee-filled:before {
|
|
6346
|
-
content: "\fd0b";
|
|
6347
|
-
}
|
|
6348
|
-
|
|
6349
5696
|
.ti-coin-taka:before {
|
|
6350
5697
|
content: "\fd0d";
|
|
6351
5698
|
}
|
|
6352
5699
|
|
|
6353
|
-
.ti-coin-taka-filled:before {
|
|
6354
|
-
content: "\fd0c";
|
|
6355
|
-
}
|
|
6356
|
-
|
|
6357
5700
|
.ti-coin-yen:before {
|
|
6358
5701
|
content: "\f2c2";
|
|
6359
5702
|
}
|
|
6360
5703
|
|
|
6361
|
-
.ti-coin-yen-filled:before {
|
|
6362
|
-
content: "\fd0e";
|
|
6363
|
-
}
|
|
6364
|
-
|
|
6365
5704
|
.ti-coin-yuan:before {
|
|
6366
5705
|
content: "\f2c3";
|
|
6367
5706
|
}
|
|
6368
5707
|
|
|
6369
|
-
.ti-coin-yuan-filled:before {
|
|
6370
|
-
content: "\fd0f";
|
|
6371
|
-
}
|
|
6372
|
-
|
|
6373
5708
|
.ti-coins:before {
|
|
6374
5709
|
content: "\f65d";
|
|
6375
5710
|
}
|
|
@@ -6442,10 +5777,6 @@
|
|
|
6442
5777
|
content: "\ea79";
|
|
6443
5778
|
}
|
|
6444
5779
|
|
|
6445
|
-
.ti-compass-filled:before {
|
|
6446
|
-
content: "\fd10";
|
|
6447
|
-
}
|
|
6448
|
-
|
|
6449
5780
|
.ti-compass-off:before {
|
|
6450
5781
|
content: "\f0d5";
|
|
6451
5782
|
}
|
|
@@ -6515,11 +5846,11 @@
|
|
|
6515
5846
|
}
|
|
6516
5847
|
|
|
6517
5848
|
.ti-cookie:before {
|
|
6518
|
-
content: "\
|
|
5849
|
+
content: "\fdb1";
|
|
6519
5850
|
}
|
|
6520
5851
|
|
|
6521
5852
|
.ti-cookie-man:before {
|
|
6522
|
-
content: "\
|
|
5853
|
+
content: "\fdb2";
|
|
6523
5854
|
}
|
|
6524
5855
|
|
|
6525
5856
|
.ti-cookie-off:before {
|
|
@@ -6531,11 +5862,11 @@
|
|
|
6531
5862
|
}
|
|
6532
5863
|
|
|
6533
5864
|
.ti-copy-check:before {
|
|
6534
|
-
content: "\
|
|
5865
|
+
content: "\fdb0";
|
|
6535
5866
|
}
|
|
6536
5867
|
|
|
6537
5868
|
.ti-copy-minus:before {
|
|
6538
|
-
content: "\
|
|
5869
|
+
content: "\fdaf";
|
|
6539
5870
|
}
|
|
6540
5871
|
|
|
6541
5872
|
.ti-copy-off:before {
|
|
@@ -6543,21 +5874,17 @@
|
|
|
6543
5874
|
}
|
|
6544
5875
|
|
|
6545
5876
|
.ti-copy-plus:before {
|
|
6546
|
-
content: "\
|
|
5877
|
+
content: "\fdae";
|
|
6547
5878
|
}
|
|
6548
5879
|
|
|
6549
5880
|
.ti-copy-x:before {
|
|
6550
|
-
content: "\
|
|
5881
|
+
content: "\fdad";
|
|
6551
5882
|
}
|
|
6552
5883
|
|
|
6553
5884
|
.ti-copyleft:before {
|
|
6554
5885
|
content: "\ec3d";
|
|
6555
5886
|
}
|
|
6556
5887
|
|
|
6557
|
-
.ti-copyleft-filled:before {
|
|
6558
|
-
content: "\f73b";
|
|
6559
|
-
}
|
|
6560
|
-
|
|
6561
5888
|
.ti-copyleft-off:before {
|
|
6562
5889
|
content: "\f0d9";
|
|
6563
5890
|
}
|
|
@@ -6566,10 +5893,6 @@
|
|
|
6566
5893
|
content: "\ea7b";
|
|
6567
5894
|
}
|
|
6568
5895
|
|
|
6569
|
-
.ti-copyright-filled:before {
|
|
6570
|
-
content: "\f73c";
|
|
6571
|
-
}
|
|
6572
|
-
|
|
6573
5896
|
.ti-copyright-off:before {
|
|
6574
5897
|
content: "\f0da";
|
|
6575
5898
|
}
|
|
@@ -6690,10 +6013,6 @@
|
|
|
6690
6013
|
content: "\ea84";
|
|
6691
6014
|
}
|
|
6692
6015
|
|
|
6693
|
-
.ti-credit-card-filled:before {
|
|
6694
|
-
content: "\fd11";
|
|
6695
|
-
}
|
|
6696
|
-
|
|
6697
6016
|
.ti-credit-card-off:before {
|
|
6698
6017
|
content: "\ed11";
|
|
6699
6018
|
}
|
|
@@ -6746,10 +6065,6 @@
|
|
|
6746
6065
|
content: "\ef8f";
|
|
6747
6066
|
}
|
|
6748
6067
|
|
|
6749
|
-
.ti-cross-filled:before {
|
|
6750
|
-
content: "\f675";
|
|
6751
|
-
}
|
|
6752
|
-
|
|
6753
6068
|
.ti-cross-off:before {
|
|
6754
6069
|
content: "\f10b";
|
|
6755
6070
|
}
|
|
@@ -7182,6 +6497,10 @@
|
|
|
7182
6497
|
content: "\fa19";
|
|
7183
6498
|
}
|
|
7184
6499
|
|
|
6500
|
+
.ti-database-smile:before {
|
|
6501
|
+
content: "\fd9b";
|
|
6502
|
+
}
|
|
6503
|
+
|
|
7185
6504
|
.ti-database-star:before {
|
|
7186
6505
|
content: "\fa1a";
|
|
7187
6506
|
}
|
|
@@ -7378,10 +6697,6 @@
|
|
|
7378
6697
|
content: "\f060";
|
|
7379
6698
|
}
|
|
7380
6699
|
|
|
7381
|
-
.ti-device-heart-monitor-filled:before {
|
|
7382
|
-
content: "\fa38";
|
|
7383
|
-
}
|
|
7384
|
-
|
|
7385
6700
|
.ti-device-imac:before {
|
|
7386
6701
|
content: "\f7a7";
|
|
7387
6702
|
}
|
|
@@ -7686,10 +7001,6 @@
|
|
|
7686
7001
|
content: "\f8b4";
|
|
7687
7002
|
}
|
|
7688
7003
|
|
|
7689
|
-
.ti-device-mobile-filled:before {
|
|
7690
|
-
content: "\fa39";
|
|
7691
|
-
}
|
|
7692
|
-
|
|
7693
7004
|
.ti-device-mobile-heart:before {
|
|
7694
7005
|
content: "\f8b5";
|
|
7695
7006
|
}
|
|
@@ -7830,10 +7141,6 @@
|
|
|
7830
7141
|
content: "\f8c7";
|
|
7831
7142
|
}
|
|
7832
7143
|
|
|
7833
|
-
.ti-device-tablet-filled:before {
|
|
7834
|
-
content: "\fa3a";
|
|
7835
|
-
}
|
|
7836
|
-
|
|
7837
7144
|
.ti-device-tablet-heart:before {
|
|
7838
7145
|
content: "\f8c8";
|
|
7839
7146
|
}
|
|
@@ -8106,10 +7413,6 @@
|
|
|
8106
7413
|
content: "\f067";
|
|
8107
7414
|
}
|
|
8108
7415
|
|
|
8109
|
-
.ti-dialpad-filled:before {
|
|
8110
|
-
content: "\fa3b";
|
|
8111
|
-
}
|
|
8112
|
-
|
|
8113
7416
|
.ti-dialpad-off:before {
|
|
8114
7417
|
content: "\f114";
|
|
8115
7418
|
}
|
|
@@ -8118,10 +7421,6 @@
|
|
|
8118
7421
|
content: "\eb65";
|
|
8119
7422
|
}
|
|
8120
7423
|
|
|
8121
|
-
.ti-diamond-filled:before {
|
|
8122
|
-
content: "\f73d";
|
|
8123
|
-
}
|
|
8124
|
-
|
|
8125
7424
|
.ti-diamond-off:before {
|
|
8126
7425
|
content: "\f115";
|
|
8127
7426
|
}
|
|
@@ -8130,10 +7429,6 @@
|
|
|
8130
7429
|
content: "\eff5";
|
|
8131
7430
|
}
|
|
8132
7431
|
|
|
8133
|
-
.ti-diamonds-filled:before {
|
|
8134
|
-
content: "\f676";
|
|
8135
|
-
}
|
|
8136
|
-
|
|
8137
7432
|
.ti-dice:before {
|
|
8138
7433
|
content: "\eb66";
|
|
8139
7434
|
}
|
|
@@ -8142,54 +7437,26 @@
|
|
|
8142
7437
|
content: "\f08b";
|
|
8143
7438
|
}
|
|
8144
7439
|
|
|
8145
|
-
.ti-dice-1-filled:before {
|
|
8146
|
-
content: "\f73e";
|
|
8147
|
-
}
|
|
8148
|
-
|
|
8149
7440
|
.ti-dice-2:before {
|
|
8150
7441
|
content: "\f08c";
|
|
8151
7442
|
}
|
|
8152
7443
|
|
|
8153
|
-
.ti-dice-2-filled:before {
|
|
8154
|
-
content: "\f73f";
|
|
8155
|
-
}
|
|
8156
|
-
|
|
8157
7444
|
.ti-dice-3:before {
|
|
8158
7445
|
content: "\f08d";
|
|
8159
7446
|
}
|
|
8160
7447
|
|
|
8161
|
-
.ti-dice-3-filled:before {
|
|
8162
|
-
content: "\f740";
|
|
8163
|
-
}
|
|
8164
|
-
|
|
8165
7448
|
.ti-dice-4:before {
|
|
8166
7449
|
content: "\f08e";
|
|
8167
7450
|
}
|
|
8168
7451
|
|
|
8169
|
-
.ti-dice-4-filled:before {
|
|
8170
|
-
content: "\f741";
|
|
8171
|
-
}
|
|
8172
|
-
|
|
8173
7452
|
.ti-dice-5:before {
|
|
8174
7453
|
content: "\f08f";
|
|
8175
7454
|
}
|
|
8176
7455
|
|
|
8177
|
-
.ti-dice-5-filled:before {
|
|
8178
|
-
content: "\f742";
|
|
8179
|
-
}
|
|
8180
|
-
|
|
8181
7456
|
.ti-dice-6:before {
|
|
8182
7457
|
content: "\f090";
|
|
8183
7458
|
}
|
|
8184
7459
|
|
|
8185
|
-
.ti-dice-6-filled:before {
|
|
8186
|
-
content: "\f743";
|
|
8187
|
-
}
|
|
8188
|
-
|
|
8189
|
-
.ti-dice-filled:before {
|
|
8190
|
-
content: "\f744";
|
|
8191
|
-
}
|
|
8192
|
-
|
|
8193
7460
|
.ti-dimensions:before {
|
|
8194
7461
|
content: "\ee7b";
|
|
8195
7462
|
}
|
|
@@ -8210,10 +7477,6 @@
|
|
|
8210
7477
|
content: "\f1f7";
|
|
8211
7478
|
}
|
|
8212
7479
|
|
|
8213
|
-
.ti-direction-sign-filled:before {
|
|
8214
|
-
content: "\f745";
|
|
8215
|
-
}
|
|
8216
|
-
|
|
8217
7480
|
.ti-direction-sign-off:before {
|
|
8218
7481
|
content: "\f3e5";
|
|
8219
7482
|
}
|
|
@@ -8254,22 +7517,6 @@
|
|
|
8254
7517
|
content: "\ebbd";
|
|
8255
7518
|
}
|
|
8256
7519
|
|
|
8257
|
-
.ti-discount-2:before {
|
|
8258
|
-
content: "\ee7c";
|
|
8259
|
-
}
|
|
8260
|
-
|
|
8261
|
-
.ti-discount-2-off:before {
|
|
8262
|
-
content: "\f3e6";
|
|
8263
|
-
}
|
|
8264
|
-
|
|
8265
|
-
.ti-discount-check:before {
|
|
8266
|
-
content: "\f1f8";
|
|
8267
|
-
}
|
|
8268
|
-
|
|
8269
|
-
.ti-discount-check-filled:before {
|
|
8270
|
-
content: "\f746";
|
|
8271
|
-
}
|
|
8272
|
-
|
|
8273
7520
|
.ti-discount-off:before {
|
|
8274
7521
|
content: "\f3e7";
|
|
8275
7522
|
}
|
|
@@ -8402,10 +7649,6 @@
|
|
|
8402
7649
|
content: "\f900";
|
|
8403
7650
|
}
|
|
8404
7651
|
|
|
8405
|
-
.ti-droplet-filled:before {
|
|
8406
|
-
content: "\ee80";
|
|
8407
|
-
}
|
|
8408
|
-
|
|
8409
7652
|
.ti-droplet-half:before {
|
|
8410
7653
|
content: "\ee82";
|
|
8411
7654
|
}
|
|
@@ -8414,14 +7657,6 @@
|
|
|
8414
7657
|
content: "\ee81";
|
|
8415
7658
|
}
|
|
8416
7659
|
|
|
8417
|
-
.ti-droplet-half-2-filled:before {
|
|
8418
|
-
content: "\fb6c";
|
|
8419
|
-
}
|
|
8420
|
-
|
|
8421
|
-
.ti-droplet-half-filled:before {
|
|
8422
|
-
content: "\f6c5";
|
|
8423
|
-
}
|
|
8424
|
-
|
|
8425
7660
|
.ti-droplet-heart:before {
|
|
8426
7661
|
content: "\f901";
|
|
8427
7662
|
}
|
|
@@ -8542,10 +7777,6 @@
|
|
|
8542
7777
|
content: "\f2d6";
|
|
8543
7778
|
}
|
|
8544
7779
|
|
|
8545
|
-
.ti-egg-filled:before {
|
|
8546
|
-
content: "\f678";
|
|
8547
|
-
}
|
|
8548
|
-
|
|
8549
7780
|
.ti-egg-fried:before {
|
|
8550
7781
|
content: "\f386";
|
|
8551
7782
|
}
|
|
@@ -8742,10 +7973,6 @@
|
|
|
8742
7973
|
content: "\f7ef";
|
|
8743
7974
|
}
|
|
8744
7975
|
|
|
8745
|
-
.ti-eye-filled:before {
|
|
8746
|
-
content: "\f679";
|
|
8747
|
-
}
|
|
8748
|
-
|
|
8749
7976
|
.ti-eye-heart:before {
|
|
8750
7977
|
content: "\f7f0";
|
|
8751
7978
|
}
|
|
@@ -8954,10 +8181,6 @@
|
|
|
8954
8181
|
content: "\ede9";
|
|
8955
8182
|
}
|
|
8956
8183
|
|
|
8957
|
-
.ti-file-filled:before {
|
|
8958
|
-
content: "\f747";
|
|
8959
|
-
}
|
|
8960
|
-
|
|
8961
8184
|
.ti-file-function:before {
|
|
8962
8185
|
content: "\f53e";
|
|
8963
8186
|
}
|
|
@@ -9206,10 +8429,6 @@
|
|
|
9206
8429
|
content: "\eaa3";
|
|
9207
8430
|
}
|
|
9208
8431
|
|
|
9209
|
-
.ti-file-x-filled:before {
|
|
9210
|
-
content: "\f748";
|
|
9211
|
-
}
|
|
9212
|
-
|
|
9213
8432
|
.ti-file-zip:before {
|
|
9214
8433
|
content: "\ed4e";
|
|
9215
8434
|
}
|
|
@@ -9266,10 +8485,6 @@
|
|
|
9266
8485
|
content: "\fb82";
|
|
9267
8486
|
}
|
|
9268
8487
|
|
|
9269
|
-
.ti-filter-filled:before {
|
|
9270
|
-
content: "\fc27";
|
|
9271
|
-
}
|
|
9272
|
-
|
|
9273
8488
|
.ti-filter-heart:before {
|
|
9274
8489
|
content: "\fb83";
|
|
9275
8490
|
}
|
|
@@ -9390,10 +8605,6 @@
|
|
|
9390
8605
|
content: "\ee8c";
|
|
9391
8606
|
}
|
|
9392
8607
|
|
|
9393
|
-
.ti-flag-2-filled:before {
|
|
9394
|
-
content: "\f707";
|
|
9395
|
-
}
|
|
9396
|
-
|
|
9397
8608
|
.ti-flag-2-off:before {
|
|
9398
8609
|
content: "\f12c";
|
|
9399
8610
|
}
|
|
@@ -9402,10 +8613,6 @@
|
|
|
9402
8613
|
content: "\ee8d";
|
|
9403
8614
|
}
|
|
9404
8615
|
|
|
9405
|
-
.ti-flag-3-filled:before {
|
|
9406
|
-
content: "\f708";
|
|
9407
|
-
}
|
|
9408
|
-
|
|
9409
8616
|
.ti-flag-bolt:before {
|
|
9410
8617
|
content: "\fb8a";
|
|
9411
8618
|
}
|
|
@@ -9442,10 +8649,6 @@
|
|
|
9442
8649
|
content: "\fb92";
|
|
9443
8650
|
}
|
|
9444
8651
|
|
|
9445
|
-
.ti-flag-filled:before {
|
|
9446
|
-
content: "\f67a";
|
|
9447
|
-
}
|
|
9448
|
-
|
|
9449
8652
|
.ti-flag-heart:before {
|
|
9450
8653
|
content: "\fb93";
|
|
9451
8654
|
}
|
|
@@ -9514,18 +8717,10 @@
|
|
|
9514
8717
|
content: "\ef60";
|
|
9515
8718
|
}
|
|
9516
8719
|
|
|
9517
|
-
.ti-flask-2-filled:before {
|
|
9518
|
-
content: "\fd12";
|
|
9519
|
-
}
|
|
9520
|
-
|
|
9521
8720
|
.ti-flask-2-off:before {
|
|
9522
8721
|
content: "\f12f";
|
|
9523
8722
|
}
|
|
9524
8723
|
|
|
9525
|
-
.ti-flask-filled:before {
|
|
9526
|
-
content: "\fd13";
|
|
9527
|
-
}
|
|
9528
|
-
|
|
9529
8724
|
.ti-flask-off:before {
|
|
9530
8725
|
content: "\f130";
|
|
9531
8726
|
}
|
|
@@ -9630,10 +8825,6 @@
|
|
|
9630
8825
|
content: "\f913";
|
|
9631
8826
|
}
|
|
9632
8827
|
|
|
9633
|
-
.ti-folder-filled:before {
|
|
9634
|
-
content: "\f749";
|
|
9635
|
-
}
|
|
9636
|
-
|
|
9637
8828
|
.ti-folder-heart:before {
|
|
9638
8829
|
content: "\f914";
|
|
9639
8830
|
}
|
|
@@ -9710,14 +8901,6 @@
|
|
|
9710
8901
|
content: "\ebd4";
|
|
9711
8902
|
}
|
|
9712
8903
|
|
|
9713
|
-
.ti-forbid-2-filled:before {
|
|
9714
|
-
content: "\fc28";
|
|
9715
|
-
}
|
|
9716
|
-
|
|
9717
|
-
.ti-forbid-filled:before {
|
|
9718
|
-
content: "\fc29";
|
|
9719
|
-
}
|
|
9720
|
-
|
|
9721
8904
|
.ti-forklift:before {
|
|
9722
8905
|
content: "\ebe9";
|
|
9723
8906
|
}
|
|
@@ -9730,10 +8913,6 @@
|
|
|
9730
8913
|
content: "\f09b";
|
|
9731
8914
|
}
|
|
9732
8915
|
|
|
9733
|
-
.ti-fountain-filled:before {
|
|
9734
|
-
content: "\fc2a";
|
|
9735
|
-
}
|
|
9736
|
-
|
|
9737
8916
|
.ti-fountain-off:before {
|
|
9738
8917
|
content: "\f134";
|
|
9739
8918
|
}
|
|
@@ -9794,10 +8973,6 @@
|
|
|
9794
8973
|
content: "\f225";
|
|
9795
8974
|
}
|
|
9796
8975
|
|
|
9797
|
-
.ti-function-filled:before {
|
|
9798
|
-
content: "\fc2b";
|
|
9799
|
-
}
|
|
9800
|
-
|
|
9801
8976
|
.ti-function-off:before {
|
|
9802
8977
|
content: "\f3f0";
|
|
9803
8978
|
}
|
|
@@ -9826,10 +9001,6 @@
|
|
|
9826
9001
|
content: "\eab1";
|
|
9827
9002
|
}
|
|
9828
9003
|
|
|
9829
|
-
.ti-gauge-filled:before {
|
|
9830
|
-
content: "\fc2c";
|
|
9831
|
-
}
|
|
9832
|
-
|
|
9833
9004
|
.ti-gauge-off:before {
|
|
9834
9005
|
content: "\f138";
|
|
9835
9006
|
}
|
|
@@ -9922,18 +9093,10 @@
|
|
|
9922
9093
|
content: "\f57c";
|
|
9923
9094
|
}
|
|
9924
9095
|
|
|
9925
|
-
.ti-ghost-2-filled:before {
|
|
9926
|
-
content: "\f74a";
|
|
9927
|
-
}
|
|
9928
|
-
|
|
9929
9096
|
.ti-ghost-3:before {
|
|
9930
9097
|
content: "\fc13";
|
|
9931
9098
|
}
|
|
9932
9099
|
|
|
9933
|
-
.ti-ghost-filled:before {
|
|
9934
|
-
content: "\f74b";
|
|
9935
|
-
}
|
|
9936
|
-
|
|
9937
9100
|
.ti-ghost-off:before {
|
|
9938
9101
|
content: "\f3f2";
|
|
9939
9102
|
}
|
|
@@ -9950,14 +9113,6 @@
|
|
|
9950
9113
|
content: "\f3aa";
|
|
9951
9114
|
}
|
|
9952
9115
|
|
|
9953
|
-
.ti-gift-card-filled:before {
|
|
9954
|
-
content: "\fc2d";
|
|
9955
|
-
}
|
|
9956
|
-
|
|
9957
|
-
.ti-gift-filled:before {
|
|
9958
|
-
content: "\fd14";
|
|
9959
|
-
}
|
|
9960
|
-
|
|
9961
9116
|
.ti-gift-off:before {
|
|
9962
9117
|
content: "\f3f3";
|
|
9963
9118
|
}
|
|
@@ -10010,12 +9165,20 @@
|
|
|
10010
9165
|
content: "\eab8";
|
|
10011
9166
|
}
|
|
10012
9167
|
|
|
9168
|
+
.ti-glass-champagne:before {
|
|
9169
|
+
content: "\fd9c";
|
|
9170
|
+
}
|
|
9171
|
+
|
|
9172
|
+
.ti-glass-cocktail:before {
|
|
9173
|
+
content: "\fd9d";
|
|
9174
|
+
}
|
|
9175
|
+
|
|
10013
9176
|
.ti-glass-full:before {
|
|
10014
9177
|
content: "\eab7";
|
|
10015
9178
|
}
|
|
10016
9179
|
|
|
10017
|
-
.ti-glass-
|
|
10018
|
-
content: "\
|
|
9180
|
+
.ti-glass-gin:before {
|
|
9181
|
+
content: "\fd9e";
|
|
10019
9182
|
}
|
|
10020
9183
|
|
|
10021
9184
|
.ti-glass-off:before {
|
|
@@ -10026,10 +9189,6 @@
|
|
|
10026
9189
|
content: "\eab9";
|
|
10027
9190
|
}
|
|
10028
9191
|
|
|
10029
|
-
.ti-globe-filled:before {
|
|
10030
|
-
content: "\fc2f";
|
|
10031
|
-
}
|
|
10032
|
-
|
|
10033
9192
|
.ti-globe-off:before {
|
|
10034
9193
|
content: "\f139";
|
|
10035
9194
|
}
|
|
@@ -10062,10 +9221,6 @@
|
|
|
10062
9221
|
content: "\f288";
|
|
10063
9222
|
}
|
|
10064
9223
|
|
|
10065
|
-
.ti-graph-filled:before {
|
|
10066
|
-
content: "\fd15";
|
|
10067
|
-
}
|
|
10068
|
-
|
|
10069
9224
|
.ti-graph-off:before {
|
|
10070
9225
|
content: "\f3f4";
|
|
10071
9226
|
}
|
|
@@ -10134,10 +9289,6 @@
|
|
|
10134
9289
|
content: "\f4c6";
|
|
10135
9290
|
}
|
|
10136
9291
|
|
|
10137
|
-
.ti-guitar-pick-filled:before {
|
|
10138
|
-
content: "\f67b";
|
|
10139
|
-
}
|
|
10140
|
-
|
|
10141
9292
|
.ti-gymnastics:before {
|
|
10142
9293
|
content: "\fd44";
|
|
10143
9294
|
}
|
|
@@ -10194,6 +9345,10 @@
|
|
|
10194
9345
|
content: "\ee95";
|
|
10195
9346
|
}
|
|
10196
9347
|
|
|
9348
|
+
.ti-hand-love-you:before {
|
|
9349
|
+
content: "\ee97";
|
|
9350
|
+
}
|
|
9351
|
+
|
|
10197
9352
|
.ti-hand-middle-finger:before {
|
|
10198
9353
|
content: "\ec2d";
|
|
10199
9354
|
}
|
|
@@ -10210,10 +9365,6 @@
|
|
|
10210
9365
|
content: "\ee96";
|
|
10211
9366
|
}
|
|
10212
9367
|
|
|
10213
|
-
.ti-hand-rock:before {
|
|
10214
|
-
content: "\ee97";
|
|
10215
|
-
}
|
|
10216
|
-
|
|
10217
9368
|
.ti-hand-sanitizer:before {
|
|
10218
9369
|
content: "\f5f4";
|
|
10219
9370
|
}
|
|
@@ -10270,10 +9421,6 @@
|
|
|
10270
9421
|
content: "\eabd";
|
|
10271
9422
|
}
|
|
10272
9423
|
|
|
10273
|
-
.ti-headphones-filled:before {
|
|
10274
|
-
content: "\fa3c";
|
|
10275
|
-
}
|
|
10276
|
-
|
|
10277
9424
|
.ti-headphones-off:before {
|
|
10278
9425
|
content: "\ed1d";
|
|
10279
9426
|
}
|
|
@@ -10334,10 +9481,6 @@
|
|
|
10334
9481
|
content: "\fba6";
|
|
10335
9482
|
}
|
|
10336
9483
|
|
|
10337
|
-
.ti-heart-filled:before {
|
|
10338
|
-
content: "\f67c";
|
|
10339
|
-
}
|
|
10340
|
-
|
|
10341
9484
|
.ti-heart-handshake:before {
|
|
10342
9485
|
content: "\f0f3";
|
|
10343
9486
|
}
|
|
@@ -10426,26 +9569,14 @@
|
|
|
10426
9569
|
content: "\f91d";
|
|
10427
9570
|
}
|
|
10428
9571
|
|
|
10429
|
-
.ti-help-circle-filled:before {
|
|
10430
|
-
content: "\fa3d";
|
|
10431
|
-
}
|
|
10432
|
-
|
|
10433
9572
|
.ti-help-hexagon:before {
|
|
10434
9573
|
content: "\f7a8";
|
|
10435
9574
|
}
|
|
10436
9575
|
|
|
10437
|
-
.ti-help-hexagon-filled:before {
|
|
10438
|
-
content: "\fa3e";
|
|
10439
|
-
}
|
|
10440
|
-
|
|
10441
9576
|
.ti-help-octagon:before {
|
|
10442
9577
|
content: "\f7a9";
|
|
10443
9578
|
}
|
|
10444
9579
|
|
|
10445
|
-
.ti-help-octagon-filled:before {
|
|
10446
|
-
content: "\fa3f";
|
|
10447
|
-
}
|
|
10448
|
-
|
|
10449
9580
|
.ti-help-off:before {
|
|
10450
9581
|
content: "\f3f8";
|
|
10451
9582
|
}
|
|
@@ -10458,26 +9589,14 @@
|
|
|
10458
9589
|
content: "\f920";
|
|
10459
9590
|
}
|
|
10460
9591
|
|
|
10461
|
-
.ti-help-square-filled:before {
|
|
10462
|
-
content: "\fa40";
|
|
10463
|
-
}
|
|
10464
|
-
|
|
10465
9592
|
.ti-help-square-rounded:before {
|
|
10466
9593
|
content: "\f91f";
|
|
10467
9594
|
}
|
|
10468
9595
|
|
|
10469
|
-
.ti-help-square-rounded-filled:before {
|
|
10470
|
-
content: "\fa41";
|
|
10471
|
-
}
|
|
10472
|
-
|
|
10473
9596
|
.ti-help-triangle:before {
|
|
10474
9597
|
content: "\f921";
|
|
10475
9598
|
}
|
|
10476
9599
|
|
|
10477
|
-
.ti-help-triangle-filled:before {
|
|
10478
|
-
content: "\fa42";
|
|
10479
|
-
}
|
|
10480
|
-
|
|
10481
9600
|
.ti-hemisphere:before {
|
|
10482
9601
|
content: "\faa2";
|
|
10483
9602
|
}
|
|
@@ -10494,54 +9613,10 @@
|
|
|
10494
9613
|
content: "\ec02";
|
|
10495
9614
|
}
|
|
10496
9615
|
|
|
10497
|
-
.ti-hexagon-0-filled:before {
|
|
10498
|
-
content: "\f74c";
|
|
10499
|
-
}
|
|
10500
|
-
|
|
10501
|
-
.ti-hexagon-1-filled:before {
|
|
10502
|
-
content: "\f74d";
|
|
10503
|
-
}
|
|
10504
|
-
|
|
10505
|
-
.ti-hexagon-2-filled:before {
|
|
10506
|
-
content: "\f74e";
|
|
10507
|
-
}
|
|
10508
|
-
|
|
10509
|
-
.ti-hexagon-3-filled:before {
|
|
10510
|
-
content: "\f74f";
|
|
10511
|
-
}
|
|
10512
|
-
|
|
10513
9616
|
.ti-hexagon-3d:before {
|
|
10514
9617
|
content: "\f4c7";
|
|
10515
9618
|
}
|
|
10516
9619
|
|
|
10517
|
-
.ti-hexagon-4-filled:before {
|
|
10518
|
-
content: "\f750";
|
|
10519
|
-
}
|
|
10520
|
-
|
|
10521
|
-
.ti-hexagon-5-filled:before {
|
|
10522
|
-
content: "\f751";
|
|
10523
|
-
}
|
|
10524
|
-
|
|
10525
|
-
.ti-hexagon-6-filled:before {
|
|
10526
|
-
content: "\f752";
|
|
10527
|
-
}
|
|
10528
|
-
|
|
10529
|
-
.ti-hexagon-7-filled:before {
|
|
10530
|
-
content: "\f753";
|
|
10531
|
-
}
|
|
10532
|
-
|
|
10533
|
-
.ti-hexagon-8-filled:before {
|
|
10534
|
-
content: "\f754";
|
|
10535
|
-
}
|
|
10536
|
-
|
|
10537
|
-
.ti-hexagon-9-filled:before {
|
|
10538
|
-
content: "\f755";
|
|
10539
|
-
}
|
|
10540
|
-
|
|
10541
|
-
.ti-hexagon-filled:before {
|
|
10542
|
-
content: "\f67d";
|
|
10543
|
-
}
|
|
10544
|
-
|
|
10545
9620
|
.ti-hexagon-letter-a:before {
|
|
10546
9621
|
content: "\f463";
|
|
10547
9622
|
}
|
|
@@ -10926,10 +10001,6 @@
|
|
|
10926
10001
|
content: "\f146";
|
|
10927
10002
|
}
|
|
10928
10003
|
|
|
10929
|
-
.ti-hourglass-filled:before {
|
|
10930
|
-
content: "\f756";
|
|
10931
|
-
}
|
|
10932
|
-
|
|
10933
10004
|
.ti-hourglass-high:before {
|
|
10934
10005
|
content: "\f092";
|
|
10935
10006
|
}
|
|
@@ -11030,6 +10101,10 @@
|
|
|
11030
10101
|
content: "\f149";
|
|
11031
10102
|
}
|
|
11032
10103
|
|
|
10104
|
+
.ti-image-in-picture:before {
|
|
10105
|
+
content: "\fd9f";
|
|
10106
|
+
}
|
|
10107
|
+
|
|
11033
10108
|
.ti-inbox:before {
|
|
11034
10109
|
content: "\eac4";
|
|
11035
10110
|
}
|
|
@@ -11058,26 +10133,14 @@
|
|
|
11058
10133
|
content: "\eac5";
|
|
11059
10134
|
}
|
|
11060
10135
|
|
|
11061
|
-
.ti-info-circle-filled:before {
|
|
11062
|
-
content: "\f6d8";
|
|
11063
|
-
}
|
|
11064
|
-
|
|
11065
10136
|
.ti-info-hexagon:before {
|
|
11066
10137
|
content: "\f7aa";
|
|
11067
10138
|
}
|
|
11068
10139
|
|
|
11069
|
-
.ti-info-hexagon-filled:before {
|
|
11070
|
-
content: "\fa43";
|
|
11071
|
-
}
|
|
11072
|
-
|
|
11073
10140
|
.ti-info-octagon:before {
|
|
11074
10141
|
content: "\f7ab";
|
|
11075
10142
|
}
|
|
11076
10143
|
|
|
11077
|
-
.ti-info-octagon-filled:before {
|
|
11078
|
-
content: "\fa44";
|
|
11079
|
-
}
|
|
11080
|
-
|
|
11081
10144
|
.ti-info-small:before {
|
|
11082
10145
|
content: "\f922";
|
|
11083
10146
|
}
|
|
@@ -11086,90 +10149,46 @@
|
|
|
11086
10149
|
content: "\eac6";
|
|
11087
10150
|
}
|
|
11088
10151
|
|
|
11089
|
-
.ti-info-square-filled:before {
|
|
11090
|
-
content: "\fa45";
|
|
11091
|
-
}
|
|
11092
|
-
|
|
11093
10152
|
.ti-info-square-rounded:before {
|
|
11094
10153
|
content: "\f635";
|
|
11095
10154
|
}
|
|
11096
10155
|
|
|
11097
|
-
.ti-info-square-rounded-filled:before {
|
|
11098
|
-
content: "\f6d9";
|
|
11099
|
-
}
|
|
11100
|
-
|
|
11101
10156
|
.ti-info-triangle:before {
|
|
11102
10157
|
content: "\f923";
|
|
11103
10158
|
}
|
|
11104
10159
|
|
|
11105
|
-
.ti-info-triangle-filled:before {
|
|
11106
|
-
content: "\fa46";
|
|
11107
|
-
}
|
|
11108
|
-
|
|
11109
10160
|
.ti-inner-shadow-bottom:before {
|
|
11110
10161
|
content: "\f520";
|
|
11111
10162
|
}
|
|
11112
10163
|
|
|
11113
|
-
.ti-inner-shadow-bottom-filled:before {
|
|
11114
|
-
content: "\f757";
|
|
11115
|
-
}
|
|
11116
|
-
|
|
11117
10164
|
.ti-inner-shadow-bottom-left:before {
|
|
11118
10165
|
content: "\f51e";
|
|
11119
10166
|
}
|
|
11120
10167
|
|
|
11121
|
-
.ti-inner-shadow-bottom-left-filled:before {
|
|
11122
|
-
content: "\f758";
|
|
11123
|
-
}
|
|
11124
|
-
|
|
11125
10168
|
.ti-inner-shadow-bottom-right:before {
|
|
11126
10169
|
content: "\f51f";
|
|
11127
10170
|
}
|
|
11128
10171
|
|
|
11129
|
-
.ti-inner-shadow-bottom-right-filled:before {
|
|
11130
|
-
content: "\f759";
|
|
11131
|
-
}
|
|
11132
|
-
|
|
11133
10172
|
.ti-inner-shadow-left:before {
|
|
11134
10173
|
content: "\f521";
|
|
11135
10174
|
}
|
|
11136
10175
|
|
|
11137
|
-
.ti-inner-shadow-left-filled:before {
|
|
11138
|
-
content: "\f75a";
|
|
11139
|
-
}
|
|
11140
|
-
|
|
11141
10176
|
.ti-inner-shadow-right:before {
|
|
11142
10177
|
content: "\f522";
|
|
11143
10178
|
}
|
|
11144
10179
|
|
|
11145
|
-
.ti-inner-shadow-right-filled:before {
|
|
11146
|
-
content: "\f75b";
|
|
11147
|
-
}
|
|
11148
|
-
|
|
11149
10180
|
.ti-inner-shadow-top:before {
|
|
11150
10181
|
content: "\f525";
|
|
11151
10182
|
}
|
|
11152
10183
|
|
|
11153
|
-
.ti-inner-shadow-top-filled:before {
|
|
11154
|
-
content: "\f75c";
|
|
11155
|
-
}
|
|
11156
|
-
|
|
11157
10184
|
.ti-inner-shadow-top-left:before {
|
|
11158
10185
|
content: "\f523";
|
|
11159
10186
|
}
|
|
11160
10187
|
|
|
11161
|
-
.ti-inner-shadow-top-left-filled:before {
|
|
11162
|
-
content: "\f75d";
|
|
11163
|
-
}
|
|
11164
|
-
|
|
11165
10188
|
.ti-inner-shadow-top-right:before {
|
|
11166
10189
|
content: "\f524";
|
|
11167
10190
|
}
|
|
11168
10191
|
|
|
11169
|
-
.ti-inner-shadow-top-right-filled:before {
|
|
11170
|
-
content: "\f75e";
|
|
11171
|
-
}
|
|
11172
|
-
|
|
11173
10192
|
.ti-input-ai:before {
|
|
11174
10193
|
content: "\fc5a";
|
|
11175
10194
|
}
|
|
@@ -11242,10 +10261,6 @@
|
|
|
11242
10261
|
content: "\f3ff";
|
|
11243
10262
|
}
|
|
11244
10263
|
|
|
11245
|
-
.ti-jewish-star-filled:before {
|
|
11246
|
-
content: "\f67e";
|
|
11247
|
-
}
|
|
11248
|
-
|
|
11249
10264
|
.ti-jpg:before {
|
|
11250
10265
|
content: "\f3ac";
|
|
11251
10266
|
}
|
|
@@ -11302,38 +10317,18 @@
|
|
|
11302
10317
|
content: "\f582";
|
|
11303
10318
|
}
|
|
11304
10319
|
|
|
11305
|
-
.ti-keyframe-align-center-filled:before {
|
|
11306
|
-
content: "\fc30";
|
|
11307
|
-
}
|
|
11308
|
-
|
|
11309
10320
|
.ti-keyframe-align-horizontal:before {
|
|
11310
10321
|
content: "\f583";
|
|
11311
10322
|
}
|
|
11312
10323
|
|
|
11313
|
-
.ti-keyframe-align-horizontal-filled:before {
|
|
11314
|
-
content: "\fc31";
|
|
11315
|
-
}
|
|
11316
|
-
|
|
11317
10324
|
.ti-keyframe-align-vertical:before {
|
|
11318
10325
|
content: "\f584";
|
|
11319
10326
|
}
|
|
11320
10327
|
|
|
11321
|
-
.ti-keyframe-align-vertical-filled:before {
|
|
11322
|
-
content: "\fc32";
|
|
11323
|
-
}
|
|
11324
|
-
|
|
11325
|
-
.ti-keyframe-filled:before {
|
|
11326
|
-
content: "\fc33";
|
|
11327
|
-
}
|
|
11328
|
-
|
|
11329
10328
|
.ti-keyframes:before {
|
|
11330
10329
|
content: "\f585";
|
|
11331
10330
|
}
|
|
11332
10331
|
|
|
11333
|
-
.ti-keyframes-filled:before {
|
|
11334
|
-
content: "\fc34";
|
|
11335
|
-
}
|
|
11336
|
-
|
|
11337
10332
|
.ti-ladder:before {
|
|
11338
10333
|
content: "\efe2";
|
|
11339
10334
|
}
|
|
@@ -11470,22 +10465,10 @@
|
|
|
11470
10465
|
content: "\f28b";
|
|
11471
10466
|
}
|
|
11472
10467
|
|
|
11473
|
-
.ti-layout-bottombar-collapse-filled:before {
|
|
11474
|
-
content: "\fc35";
|
|
11475
|
-
}
|
|
11476
|
-
|
|
11477
10468
|
.ti-layout-bottombar-expand:before {
|
|
11478
10469
|
content: "\f28c";
|
|
11479
10470
|
}
|
|
11480
10471
|
|
|
11481
|
-
.ti-layout-bottombar-expand-filled:before {
|
|
11482
|
-
content: "\fc36";
|
|
11483
|
-
}
|
|
11484
|
-
|
|
11485
|
-
.ti-layout-bottombar-filled:before {
|
|
11486
|
-
content: "\fc37";
|
|
11487
|
-
}
|
|
11488
|
-
|
|
11489
10472
|
.ti-layout-bottombar-inactive:before {
|
|
11490
10473
|
content: "\fd45";
|
|
11491
10474
|
}
|
|
@@ -11542,22 +10525,10 @@
|
|
|
11542
10525
|
content: "\f28d";
|
|
11543
10526
|
}
|
|
11544
10527
|
|
|
11545
|
-
.ti-layout-navbar-collapse-filled:before {
|
|
11546
|
-
content: "\fc38";
|
|
11547
|
-
}
|
|
11548
|
-
|
|
11549
10528
|
.ti-layout-navbar-expand:before {
|
|
11550
10529
|
content: "\f28e";
|
|
11551
10530
|
}
|
|
11552
10531
|
|
|
11553
|
-
.ti-layout-navbar-expand-filled:before {
|
|
11554
|
-
content: "\fc39";
|
|
11555
|
-
}
|
|
11556
|
-
|
|
11557
|
-
.ti-layout-navbar-filled:before {
|
|
11558
|
-
content: "\fc3a";
|
|
11559
|
-
}
|
|
11560
|
-
|
|
11561
10532
|
.ti-layout-navbar-inactive:before {
|
|
11562
10533
|
content: "\fd46";
|
|
11563
10534
|
}
|
|
@@ -11582,18 +10553,10 @@
|
|
|
11582
10553
|
content: "\f004";
|
|
11583
10554
|
}
|
|
11584
10555
|
|
|
11585
|
-
.ti-layout-sidebar-left-collapse-filled:before {
|
|
11586
|
-
content: "\fc3b";
|
|
11587
|
-
}
|
|
11588
|
-
|
|
11589
10556
|
.ti-layout-sidebar-left-expand:before {
|
|
11590
10557
|
content: "\f005";
|
|
11591
10558
|
}
|
|
11592
10559
|
|
|
11593
|
-
.ti-layout-sidebar-left-expand-filled:before {
|
|
11594
|
-
content: "\fc3c";
|
|
11595
|
-
}
|
|
11596
|
-
|
|
11597
10560
|
.ti-layout-sidebar-right:before {
|
|
11598
10561
|
content: "\ead9";
|
|
11599
10562
|
}
|
|
@@ -11602,18 +10565,10 @@
|
|
|
11602
10565
|
content: "\f006";
|
|
11603
10566
|
}
|
|
11604
10567
|
|
|
11605
|
-
.ti-layout-sidebar-right-collapse-filled:before {
|
|
11606
|
-
content: "\fc3d";
|
|
11607
|
-
}
|
|
11608
|
-
|
|
11609
10568
|
.ti-layout-sidebar-right-expand:before {
|
|
11610
10569
|
content: "\f007";
|
|
11611
10570
|
}
|
|
11612
10571
|
|
|
11613
|
-
.ti-layout-sidebar-right-expand-filled:before {
|
|
11614
|
-
content: "\fc3e";
|
|
11615
|
-
}
|
|
11616
|
-
|
|
11617
10572
|
.ti-layout-sidebar-right-inactive:before {
|
|
11618
10573
|
content: "\fd48";
|
|
11619
10574
|
}
|
|
@@ -12046,10 +11001,6 @@
|
|
|
12046
11001
|
content: "\fbb7";
|
|
12047
11002
|
}
|
|
12048
11003
|
|
|
12049
|
-
.ti-location-filled:before {
|
|
12050
|
-
content: "\f67f";
|
|
12051
|
-
}
|
|
12052
|
-
|
|
12053
11004
|
.ti-location-heart:before {
|
|
12054
11005
|
content: "\fbb8";
|
|
12055
11006
|
}
|
|
@@ -12194,10 +11145,6 @@
|
|
|
12194
11145
|
content: "\f636";
|
|
12195
11146
|
}
|
|
12196
11147
|
|
|
12197
|
-
.ti-lock-square-rounded-filled:before {
|
|
12198
|
-
content: "\f6da";
|
|
12199
|
-
}
|
|
12200
|
-
|
|
12201
11148
|
.ti-lock-star:before {
|
|
12202
11149
|
content: "\f934";
|
|
12203
11150
|
}
|
|
@@ -12346,10 +11293,6 @@
|
|
|
12346
11293
|
content: "\f069";
|
|
12347
11294
|
}
|
|
12348
11295
|
|
|
12349
|
-
.ti-mail-filled:before {
|
|
12350
|
-
content: "\fa47";
|
|
12351
|
-
}
|
|
12352
|
-
|
|
12353
11296
|
.ti-mail-forward:before {
|
|
12354
11297
|
content: "\eeac";
|
|
12355
11298
|
}
|
|
@@ -12370,10 +11313,6 @@
|
|
|
12370
11313
|
content: "\eae4";
|
|
12371
11314
|
}
|
|
12372
11315
|
|
|
12373
|
-
.ti-mail-opened-filled:before {
|
|
12374
|
-
content: "\fa48";
|
|
12375
|
-
}
|
|
12376
|
-
|
|
12377
11316
|
.ti-mail-pause:before {
|
|
12378
11317
|
content: "\f941";
|
|
12379
11318
|
}
|
|
@@ -12534,10 +11473,6 @@
|
|
|
12534
11473
|
content: "\f951";
|
|
12535
11474
|
}
|
|
12536
11475
|
|
|
12537
|
-
.ti-map-pin-filled:before {
|
|
12538
|
-
content: "\f680";
|
|
12539
|
-
}
|
|
12540
|
-
|
|
12541
11476
|
.ti-map-pin-heart:before {
|
|
12542
11477
|
content: "\f952";
|
|
12543
11478
|
}
|
|
@@ -12738,6 +11673,10 @@
|
|
|
12738
11673
|
content: "\f0f5";
|
|
12739
11674
|
}
|
|
12740
11675
|
|
|
11676
|
+
.ti-math-max-min:before {
|
|
11677
|
+
content: "\fda0";
|
|
11678
|
+
}
|
|
11679
|
+
|
|
12741
11680
|
.ti-math-min:before {
|
|
12742
11681
|
content: "\f0f6";
|
|
12743
11682
|
}
|
|
@@ -12834,10 +11773,6 @@
|
|
|
12834
11773
|
content: "\fae8";
|
|
12835
11774
|
}
|
|
12836
11775
|
|
|
12837
|
-
.ti-medical-cross-filled:before {
|
|
12838
|
-
content: "\f681";
|
|
12839
|
-
}
|
|
12840
|
-
|
|
12841
11776
|
.ti-medical-cross-off:before {
|
|
12842
11777
|
content: "\f160";
|
|
12843
11778
|
}
|
|
@@ -12986,10 +11921,6 @@
|
|
|
12986
11921
|
content: "\ed3f";
|
|
12987
11922
|
}
|
|
12988
11923
|
|
|
12989
|
-
.ti-message-circle-2-filled:before {
|
|
12990
|
-
content: "\f682";
|
|
12991
|
-
}
|
|
12992
|
-
|
|
12993
11924
|
.ti-message-circle-bolt:before {
|
|
12994
11925
|
content: "\f970";
|
|
12995
11926
|
}
|
|
@@ -13202,10 +12133,6 @@
|
|
|
13202
12133
|
content: "\f2a3";
|
|
13203
12134
|
}
|
|
13204
12135
|
|
|
13205
|
-
.ti-mickey-filled:before {
|
|
13206
|
-
content: "\f683";
|
|
13207
|
-
}
|
|
13208
|
-
|
|
13209
12136
|
.ti-microphone:before {
|
|
13210
12137
|
content: "\eaf0";
|
|
13211
12138
|
}
|
|
@@ -13318,10 +12245,6 @@
|
|
|
13318
12245
|
content: "\eaf3";
|
|
13319
12246
|
}
|
|
13320
12247
|
|
|
13321
|
-
.ti-mood-confuzed-filled:before {
|
|
13322
|
-
content: "\f7f2";
|
|
13323
|
-
}
|
|
13324
|
-
|
|
13325
12248
|
.ti-mood-crazy-happy:before {
|
|
13326
12249
|
content: "\ed90";
|
|
13327
12250
|
}
|
|
@@ -13342,18 +12265,10 @@
|
|
|
13342
12265
|
content: "\eeb5";
|
|
13343
12266
|
}
|
|
13344
12267
|
|
|
13345
|
-
.ti-mood-empty-filled:before {
|
|
13346
|
-
content: "\f7f3";
|
|
13347
|
-
}
|
|
13348
|
-
|
|
13349
12268
|
.ti-mood-happy:before {
|
|
13350
12269
|
content: "\eaf4";
|
|
13351
12270
|
}
|
|
13352
12271
|
|
|
13353
|
-
.ti-mood-happy-filled:before {
|
|
13354
|
-
content: "\f7f4";
|
|
13355
|
-
}
|
|
13356
|
-
|
|
13357
12272
|
.ti-mood-heart:before {
|
|
13358
12273
|
content: "\f7b6";
|
|
13359
12274
|
}
|
|
@@ -13362,10 +12277,6 @@
|
|
|
13362
12277
|
content: "\ec03";
|
|
13363
12278
|
}
|
|
13364
12279
|
|
|
13365
|
-
.ti-mood-kid-filled:before {
|
|
13366
|
-
content: "\f7f5";
|
|
13367
|
-
}
|
|
13368
|
-
|
|
13369
12280
|
.ti-mood-look-down:before {
|
|
13370
12281
|
content: "\fd37";
|
|
13371
12282
|
}
|
|
@@ -13398,10 +12309,6 @@
|
|
|
13398
12309
|
content: "\eaf5";
|
|
13399
12310
|
}
|
|
13400
12311
|
|
|
13401
|
-
.ti-mood-neutral-filled:before {
|
|
13402
|
-
content: "\f7f6";
|
|
13403
|
-
}
|
|
13404
|
-
|
|
13405
12312
|
.ti-mood-off:before {
|
|
13406
12313
|
content: "\f161";
|
|
13407
12314
|
}
|
|
@@ -13430,10 +12337,6 @@
|
|
|
13430
12337
|
content: "\f2e3";
|
|
13431
12338
|
}
|
|
13432
12339
|
|
|
13433
|
-
.ti-mood-sad-filled:before {
|
|
13434
|
-
content: "\f7f7";
|
|
13435
|
-
}
|
|
13436
|
-
|
|
13437
12340
|
.ti-mood-sad-squint:before {
|
|
13438
12341
|
content: "\f2e4";
|
|
13439
12342
|
}
|
|
@@ -13470,10 +12373,6 @@
|
|
|
13470
12373
|
content: "\f2e8";
|
|
13471
12374
|
}
|
|
13472
12375
|
|
|
13473
|
-
.ti-mood-smile-filled:before {
|
|
13474
|
-
content: "\f7f8";
|
|
13475
|
-
}
|
|
13476
|
-
|
|
13477
12376
|
.ti-mood-suprised:before {
|
|
13478
12377
|
content: "\ec04";
|
|
13479
12378
|
}
|
|
@@ -13526,10 +12425,6 @@
|
|
|
13526
12425
|
content: "\ece6";
|
|
13527
12426
|
}
|
|
13528
12427
|
|
|
13529
|
-
.ti-moon-filled:before {
|
|
13530
|
-
content: "\f684";
|
|
13531
|
-
}
|
|
13532
|
-
|
|
13533
12428
|
.ti-moon-off:before {
|
|
13534
12429
|
content: "\f162";
|
|
13535
12430
|
}
|
|
@@ -13562,10 +12457,6 @@
|
|
|
13562
12457
|
content: "\f1d7";
|
|
13563
12458
|
}
|
|
13564
12459
|
|
|
13565
|
-
.ti-mouse-filled:before {
|
|
13566
|
-
content: "\fb2f";
|
|
13567
|
-
}
|
|
13568
|
-
|
|
13569
12460
|
.ti-mouse-off:before {
|
|
13570
12461
|
content: "\f163";
|
|
13571
12462
|
}
|
|
@@ -13610,10 +12501,6 @@
|
|
|
13610
12501
|
content: "\ef14";
|
|
13611
12502
|
}
|
|
13612
12503
|
|
|
13613
|
-
.ti-mushroom-filled:before {
|
|
13614
|
-
content: "\f7f9";
|
|
13615
|
-
}
|
|
13616
|
-
|
|
13617
12504
|
.ti-mushroom-off:before {
|
|
13618
12505
|
content: "\f412";
|
|
13619
12506
|
}
|
|
@@ -13750,10 +12637,6 @@
|
|
|
13750
12637
|
content: "\fbf1";
|
|
13751
12638
|
}
|
|
13752
12639
|
|
|
13753
|
-
.ti-navigation-filled:before {
|
|
13754
|
-
content: "\f685";
|
|
13755
|
-
}
|
|
13756
|
-
|
|
13757
12640
|
.ti-navigation-heart:before {
|
|
13758
12641
|
content: "\fbf2";
|
|
13759
12642
|
}
|
|
@@ -14082,10 +12965,6 @@
|
|
|
14082
12965
|
content: "\ecbd";
|
|
14083
12966
|
}
|
|
14084
12967
|
|
|
14085
|
-
.ti-octagon-filled:before {
|
|
14086
|
-
content: "\f686";
|
|
14087
|
-
}
|
|
14088
|
-
|
|
14089
12968
|
.ti-octagon-minus:before {
|
|
14090
12969
|
content: "\fc92";
|
|
14091
12970
|
}
|
|
@@ -14150,18 +13029,10 @@
|
|
|
14150
13029
|
content: "\f02e";
|
|
14151
13030
|
}
|
|
14152
13031
|
|
|
14153
|
-
.ti-oval-filled:before {
|
|
14154
|
-
content: "\f687";
|
|
14155
|
-
}
|
|
14156
|
-
|
|
14157
13032
|
.ti-oval-vertical:before {
|
|
14158
13033
|
content: "\f02d";
|
|
14159
13034
|
}
|
|
14160
13035
|
|
|
14161
|
-
.ti-oval-vertical-filled:before {
|
|
14162
|
-
content: "\f688";
|
|
14163
|
-
}
|
|
14164
|
-
|
|
14165
13036
|
.ti-overline:before {
|
|
14166
13037
|
content: "\eebb";
|
|
14167
13038
|
}
|
|
@@ -14198,10 +13069,6 @@
|
|
|
14198
13069
|
content: "\eb00";
|
|
14199
13070
|
}
|
|
14200
13071
|
|
|
14201
|
-
.ti-paint-filled:before {
|
|
14202
|
-
content: "\f75f";
|
|
14203
|
-
}
|
|
14204
|
-
|
|
14205
13072
|
.ti-paint-off:before {
|
|
14206
13073
|
content: "\f16d";
|
|
14207
13074
|
}
|
|
@@ -14290,10 +13157,6 @@
|
|
|
14290
13157
|
content: "\eff9";
|
|
14291
13158
|
}
|
|
14292
13159
|
|
|
14293
|
-
.ti-paw-filled:before {
|
|
14294
|
-
content: "\f689";
|
|
14295
|
-
}
|
|
14296
|
-
|
|
14297
13160
|
.ti-paw-off:before {
|
|
14298
13161
|
content: "\f419";
|
|
14299
13162
|
}
|
|
@@ -14406,14 +13269,6 @@
|
|
|
14406
13269
|
content: "\f06a";
|
|
14407
13270
|
}
|
|
14408
13271
|
|
|
14409
|
-
.ti-pennant-2-filled:before {
|
|
14410
|
-
content: "\f68a";
|
|
14411
|
-
}
|
|
14412
|
-
|
|
14413
|
-
.ti-pennant-filled:before {
|
|
14414
|
-
content: "\f68b";
|
|
14415
|
-
}
|
|
14416
|
-
|
|
14417
13272
|
.ti-pennant-off:before {
|
|
14418
13273
|
content: "\f174";
|
|
14419
13274
|
}
|
|
@@ -14422,10 +13277,6 @@
|
|
|
14422
13277
|
content: "\efe3";
|
|
14423
13278
|
}
|
|
14424
13279
|
|
|
14425
|
-
.ti-pentagon-filled:before {
|
|
14426
|
-
content: "\f68c";
|
|
14427
|
-
}
|
|
14428
|
-
|
|
14429
13280
|
.ti-pentagon-number-0:before {
|
|
14430
13281
|
content: "\fc7e";
|
|
14431
13282
|
}
|
|
@@ -14522,10 +13373,6 @@
|
|
|
14522
13373
|
content: "\ec05";
|
|
14523
13374
|
}
|
|
14524
13375
|
|
|
14525
|
-
.ti-phone-filled:before {
|
|
14526
|
-
content: "\fa49";
|
|
14527
|
-
}
|
|
14528
|
-
|
|
14529
13376
|
.ti-phone-incoming:before {
|
|
14530
13377
|
content: "\eb06";
|
|
14531
13378
|
}
|
|
@@ -14606,10 +13453,6 @@
|
|
|
14606
13453
|
content: "\f994";
|
|
14607
13454
|
}
|
|
14608
13455
|
|
|
14609
|
-
.ti-photo-filled:before {
|
|
14610
|
-
content: "\fa4a";
|
|
14611
|
-
}
|
|
14612
|
-
|
|
14613
13456
|
.ti-photo-heart:before {
|
|
14614
13457
|
content: "\f361";
|
|
14615
13458
|
}
|
|
@@ -14766,10 +13609,6 @@
|
|
|
14766
13609
|
content: "\fd5b";
|
|
14767
13610
|
}
|
|
14768
13611
|
|
|
14769
|
-
.ti-pin-filled:before {
|
|
14770
|
-
content: "\f68d";
|
|
14771
|
-
}
|
|
14772
|
-
|
|
14773
13612
|
.ti-pin-invoke:before {
|
|
14774
13613
|
content: "\fd5c";
|
|
14775
13614
|
}
|
|
@@ -14782,10 +13621,6 @@
|
|
|
14782
13621
|
content: "\ed60";
|
|
14783
13622
|
}
|
|
14784
13623
|
|
|
14785
|
-
.ti-pinned-filled:before {
|
|
14786
|
-
content: "\f68e";
|
|
14787
|
-
}
|
|
14788
|
-
|
|
14789
13624
|
.ti-pinned-off:before {
|
|
14790
13625
|
content: "\ed5f";
|
|
14791
13626
|
}
|
|
@@ -14878,74 +13713,38 @@
|
|
|
14878
13713
|
content: "\efbc";
|
|
14879
13714
|
}
|
|
14880
13715
|
|
|
14881
|
-
.ti-player-eject-filled:before {
|
|
14882
|
-
content: "\f68f";
|
|
14883
|
-
}
|
|
14884
|
-
|
|
14885
13716
|
.ti-player-pause:before {
|
|
14886
13717
|
content: "\ed45";
|
|
14887
13718
|
}
|
|
14888
13719
|
|
|
14889
|
-
.ti-player-pause-filled:before {
|
|
14890
|
-
content: "\f690";
|
|
14891
|
-
}
|
|
14892
|
-
|
|
14893
13720
|
.ti-player-play:before {
|
|
14894
13721
|
content: "\ed46";
|
|
14895
13722
|
}
|
|
14896
13723
|
|
|
14897
|
-
.ti-player-play-filled:before {
|
|
14898
|
-
content: "\f691";
|
|
14899
|
-
}
|
|
14900
|
-
|
|
14901
13724
|
.ti-player-record:before {
|
|
14902
13725
|
content: "\ed47";
|
|
14903
13726
|
}
|
|
14904
13727
|
|
|
14905
|
-
.ti-player-record-filled:before {
|
|
14906
|
-
content: "\f692";
|
|
14907
|
-
}
|
|
14908
|
-
|
|
14909
13728
|
.ti-player-skip-back:before {
|
|
14910
13729
|
content: "\ed48";
|
|
14911
13730
|
}
|
|
14912
13731
|
|
|
14913
|
-
.ti-player-skip-back-filled:before {
|
|
14914
|
-
content: "\f693";
|
|
14915
|
-
}
|
|
14916
|
-
|
|
14917
13732
|
.ti-player-skip-forward:before {
|
|
14918
13733
|
content: "\ed49";
|
|
14919
13734
|
}
|
|
14920
13735
|
|
|
14921
|
-
.ti-player-skip-forward-filled:before {
|
|
14922
|
-
content: "\f694";
|
|
14923
|
-
}
|
|
14924
|
-
|
|
14925
13736
|
.ti-player-stop:before {
|
|
14926
13737
|
content: "\ed4a";
|
|
14927
13738
|
}
|
|
14928
13739
|
|
|
14929
|
-
.ti-player-stop-filled:before {
|
|
14930
|
-
content: "\f695";
|
|
14931
|
-
}
|
|
14932
|
-
|
|
14933
13740
|
.ti-player-track-next:before {
|
|
14934
13741
|
content: "\ed4b";
|
|
14935
13742
|
}
|
|
14936
13743
|
|
|
14937
|
-
.ti-player-track-next-filled:before {
|
|
14938
|
-
content: "\f696";
|
|
14939
|
-
}
|
|
14940
|
-
|
|
14941
13744
|
.ti-player-track-prev:before {
|
|
14942
13745
|
content: "\ed4c";
|
|
14943
13746
|
}
|
|
14944
13747
|
|
|
14945
|
-
.ti-player-track-prev-filled:before {
|
|
14946
|
-
content: "\f697";
|
|
14947
|
-
}
|
|
14948
|
-
|
|
14949
13748
|
.ti-playlist:before {
|
|
14950
13749
|
content: "\eec0";
|
|
14951
13750
|
}
|
|
@@ -15026,10 +13825,6 @@
|
|
|
15026
13825
|
content: "\eb0c";
|
|
15027
13826
|
}
|
|
15028
13827
|
|
|
15029
|
-
.ti-point-filled:before {
|
|
15030
|
-
content: "\f698";
|
|
15031
|
-
}
|
|
15032
|
-
|
|
15033
13828
|
.ti-point-off:before {
|
|
15034
13829
|
content: "\f181";
|
|
15035
13830
|
}
|
|
@@ -15070,10 +13865,6 @@
|
|
|
15070
13865
|
content: "\f9a0";
|
|
15071
13866
|
}
|
|
15072
13867
|
|
|
15073
|
-
.ti-pointer-filled:before {
|
|
15074
|
-
content: "\fb30";
|
|
15075
|
-
}
|
|
15076
|
-
|
|
15077
13868
|
.ti-pointer-heart:before {
|
|
15078
13869
|
content: "\f9a1";
|
|
15079
13870
|
}
|
|
@@ -15138,10 +13929,6 @@
|
|
|
15138
13929
|
content: "\eec2";
|
|
15139
13930
|
}
|
|
15140
13931
|
|
|
15141
|
-
.ti-polaroid-filled:before {
|
|
15142
|
-
content: "\fa4b";
|
|
15143
|
-
}
|
|
15144
|
-
|
|
15145
13932
|
.ti-polygon:before {
|
|
15146
13933
|
content: "\efd0";
|
|
15147
13934
|
}
|
|
@@ -15246,6 +14033,10 @@
|
|
|
15246
14033
|
content: "\eb0f";
|
|
15247
14034
|
}
|
|
15248
14035
|
|
|
14036
|
+
.ti-prong:before {
|
|
14037
|
+
content: "\fda1";
|
|
14038
|
+
}
|
|
14039
|
+
|
|
15249
14040
|
.ti-propeller:before {
|
|
15250
14041
|
content: "\eec4";
|
|
15251
14042
|
}
|
|
@@ -15270,10 +14061,6 @@
|
|
|
15270
14061
|
content: "\ef83";
|
|
15271
14062
|
}
|
|
15272
14063
|
|
|
15273
|
-
.ti-puzzle-filled:before {
|
|
15274
|
-
content: "\f699";
|
|
15275
|
-
}
|
|
15276
|
-
|
|
15277
14064
|
.ti-puzzle-off:before {
|
|
15278
14065
|
content: "\f186";
|
|
15279
14066
|
}
|
|
@@ -15338,10 +14125,6 @@
|
|
|
15338
14125
|
content: "\ecc0";
|
|
15339
14126
|
}
|
|
15340
14127
|
|
|
15341
|
-
.ti-radioactive-filled:before {
|
|
15342
|
-
content: "\f760";
|
|
15343
|
-
}
|
|
15344
|
-
|
|
15345
14128
|
.ti-radioactive-off:before {
|
|
15346
14129
|
content: "\f189";
|
|
15347
14130
|
}
|
|
@@ -15462,10 +14245,6 @@
|
|
|
15462
14245
|
content: "\ed37";
|
|
15463
14246
|
}
|
|
15464
14247
|
|
|
15465
|
-
.ti-rectangle-filled:before {
|
|
15466
|
-
content: "\f69a";
|
|
15467
|
-
}
|
|
15468
|
-
|
|
15469
14248
|
.ti-rectangle-rounded-bottom:before {
|
|
15470
14249
|
content: "\faed";
|
|
15471
14250
|
}
|
|
@@ -15478,10 +14257,6 @@
|
|
|
15478
14257
|
content: "\ed36";
|
|
15479
14258
|
}
|
|
15480
14259
|
|
|
15481
|
-
.ti-rectangle-vertical-filled:before {
|
|
15482
|
-
content: "\f69b";
|
|
15483
|
-
}
|
|
15484
|
-
|
|
15485
14260
|
.ti-rectangular-prism:before {
|
|
15486
14261
|
content: "\fab5";
|
|
15487
14262
|
}
|
|
@@ -15566,10 +14341,6 @@
|
|
|
15566
14341
|
content: "\ebc7";
|
|
15567
14342
|
}
|
|
15568
14343
|
|
|
15569
|
-
.ti-replace-filled:before {
|
|
15570
|
-
content: "\f69c";
|
|
15571
|
-
}
|
|
15572
|
-
|
|
15573
14344
|
.ti-replace-off:before {
|
|
15574
14345
|
content: "\f422";
|
|
15575
14346
|
}
|
|
@@ -15738,8 +14509,16 @@
|
|
|
15738
14509
|
content: "\f599";
|
|
15739
14510
|
}
|
|
15740
14511
|
|
|
15741
|
-
.ti-rosette-
|
|
15742
|
-
content: "\
|
|
14512
|
+
.ti-rosette-discount:before {
|
|
14513
|
+
content: "\ee7c";
|
|
14514
|
+
}
|
|
14515
|
+
|
|
14516
|
+
.ti-rosette-discount-check:before {
|
|
14517
|
+
content: "\f1f8";
|
|
14518
|
+
}
|
|
14519
|
+
|
|
14520
|
+
.ti-rosette-discount-off:before {
|
|
14521
|
+
content: "\f3e6";
|
|
15743
14522
|
}
|
|
15744
14523
|
|
|
15745
14524
|
.ti-rosette-number-0:before {
|
|
@@ -15990,6 +14769,10 @@
|
|
|
15990
14769
|
content: "\f1ff";
|
|
15991
14770
|
}
|
|
15992
14771
|
|
|
14772
|
+
.ti-scan-position:before {
|
|
14773
|
+
content: "\fdac";
|
|
14774
|
+
}
|
|
14775
|
+
|
|
15993
14776
|
.ti-schema:before {
|
|
15994
14777
|
content: "\f200";
|
|
15995
14778
|
}
|
|
@@ -16214,10 +14997,6 @@
|
|
|
16214
14997
|
content: "\f9b4";
|
|
16215
14998
|
}
|
|
16216
14999
|
|
|
16217
|
-
.ti-settings-filled:before {
|
|
16218
|
-
content: "\f69e";
|
|
16219
|
-
}
|
|
16220
|
-
|
|
16221
15000
|
.ti-settings-heart:before {
|
|
16222
15001
|
content: "\f9b5";
|
|
16223
15002
|
}
|
|
@@ -16326,18 +15105,10 @@
|
|
|
16326
15105
|
content: "\eb22";
|
|
16327
15106
|
}
|
|
16328
15107
|
|
|
16329
|
-
.ti-shield-check-filled:before {
|
|
16330
|
-
content: "\f761";
|
|
16331
|
-
}
|
|
16332
|
-
|
|
16333
15108
|
.ti-shield-checkered:before {
|
|
16334
15109
|
content: "\ef9a";
|
|
16335
15110
|
}
|
|
16336
15111
|
|
|
16337
|
-
.ti-shield-checkered-filled:before {
|
|
16338
|
-
content: "\f762";
|
|
16339
|
-
}
|
|
16340
|
-
|
|
16341
15112
|
.ti-shield-chevron:before {
|
|
16342
15113
|
content: "\ef9b";
|
|
16343
15114
|
}
|
|
@@ -16362,18 +15133,10 @@
|
|
|
16362
15133
|
content: "\f9c6";
|
|
16363
15134
|
}
|
|
16364
15135
|
|
|
16365
|
-
.ti-shield-filled:before {
|
|
16366
|
-
content: "\f69f";
|
|
16367
|
-
}
|
|
16368
|
-
|
|
16369
15136
|
.ti-shield-half:before {
|
|
16370
15137
|
content: "\f358";
|
|
16371
15138
|
}
|
|
16372
15139
|
|
|
16373
|
-
.ti-shield-half-filled:before {
|
|
16374
|
-
content: "\f357";
|
|
16375
|
-
}
|
|
16376
|
-
|
|
16377
15140
|
.ti-shield-heart:before {
|
|
16378
15141
|
content: "\f9c7";
|
|
16379
15142
|
}
|
|
@@ -16382,10 +15145,6 @@
|
|
|
16382
15145
|
content: "\ed58";
|
|
16383
15146
|
}
|
|
16384
15147
|
|
|
16385
|
-
.ti-shield-lock-filled:before {
|
|
16386
|
-
content: "\f763";
|
|
16387
|
-
}
|
|
16388
|
-
|
|
16389
15148
|
.ti-shield-minus:before {
|
|
16390
15149
|
content: "\f9c8";
|
|
16391
15150
|
}
|
|
@@ -16442,10 +15201,6 @@
|
|
|
16442
15201
|
content: "\ec0a";
|
|
16443
15202
|
}
|
|
16444
15203
|
|
|
16445
|
-
.ti-shirt-filled:before {
|
|
16446
|
-
content: "\f6a0";
|
|
16447
|
-
}
|
|
16448
|
-
|
|
16449
15204
|
.ti-shirt-off:before {
|
|
16450
15205
|
content: "\f1a2";
|
|
16451
15206
|
}
|
|
@@ -16482,6 +15237,10 @@
|
|
|
16482
15237
|
content: "\fc19";
|
|
16483
15238
|
}
|
|
16484
15239
|
|
|
15240
|
+
.ti-shopping-bag-heart:before {
|
|
15241
|
+
content: "\fda2";
|
|
15242
|
+
}
|
|
15243
|
+
|
|
16485
15244
|
.ti-shopping-bag-minus:before {
|
|
16486
15245
|
content: "\fc1a";
|
|
16487
15246
|
}
|
|
@@ -16542,10 +15301,6 @@
|
|
|
16542
15301
|
content: "\fb60";
|
|
16543
15302
|
}
|
|
16544
15303
|
|
|
16545
|
-
.ti-shopping-cart-filled:before {
|
|
16546
|
-
content: "\fc3f";
|
|
16547
|
-
}
|
|
16548
|
-
|
|
16549
15304
|
.ti-shopping-cart-heart:before {
|
|
16550
15305
|
content: "\fb61";
|
|
16551
15306
|
}
|
|
@@ -16610,18 +15365,10 @@
|
|
|
16610
15365
|
content: "\f06b";
|
|
16611
15366
|
}
|
|
16612
15367
|
|
|
16613
|
-
.ti-sign-left-filled:before {
|
|
16614
|
-
content: "\f6a1";
|
|
16615
|
-
}
|
|
16616
|
-
|
|
16617
15368
|
.ti-sign-right:before {
|
|
16618
15369
|
content: "\f06c";
|
|
16619
15370
|
}
|
|
16620
15371
|
|
|
16621
|
-
.ti-sign-right-filled:before {
|
|
16622
|
-
content: "\f6a2";
|
|
16623
|
-
}
|
|
16624
|
-
|
|
16625
15372
|
.ti-signal-2g:before {
|
|
16626
15373
|
content: "\f79a";
|
|
16627
15374
|
}
|
|
@@ -16830,10 +15577,6 @@
|
|
|
16830
15577
|
content: "\fd95";
|
|
16831
15578
|
}
|
|
16832
15579
|
|
|
16833
|
-
.ti-sort-deacending-small-big:before {
|
|
16834
|
-
content: "\fd96";
|
|
16835
|
-
}
|
|
16836
|
-
|
|
16837
15580
|
.ti-sort-descending:before {
|
|
16838
15581
|
content: "\eb27";
|
|
16839
15582
|
}
|
|
@@ -16854,6 +15597,10 @@
|
|
|
16854
15597
|
content: "\fd97";
|
|
16855
15598
|
}
|
|
16856
15599
|
|
|
15600
|
+
.ti-sort-descending-small-big:before {
|
|
15601
|
+
content: "\fd96";
|
|
15602
|
+
}
|
|
15603
|
+
|
|
16857
15604
|
.ti-sort-z-a:before {
|
|
16858
15605
|
content: "\f550";
|
|
16859
15606
|
}
|
|
@@ -16894,10 +15641,6 @@
|
|
|
16894
15641
|
content: "\effa";
|
|
16895
15642
|
}
|
|
16896
15643
|
|
|
16897
|
-
.ti-spade-filled:before {
|
|
16898
|
-
content: "\f6a3";
|
|
16899
|
-
}
|
|
16900
|
-
|
|
16901
15644
|
.ti-sparkles:before {
|
|
16902
15645
|
content: "\f6d7";
|
|
16903
15646
|
}
|
|
@@ -16958,250 +15701,106 @@
|
|
|
16958
15701
|
content: "\eb2c";
|
|
16959
15702
|
}
|
|
16960
15703
|
|
|
16961
|
-
.ti-square-
|
|
16962
|
-
content: "\
|
|
15704
|
+
.ti-square-arrow-down:before {
|
|
15705
|
+
content: "\f4b7";
|
|
16963
15706
|
}
|
|
16964
15707
|
|
|
16965
|
-
.ti-square-
|
|
16966
|
-
content: "\
|
|
15708
|
+
.ti-square-arrow-left:before {
|
|
15709
|
+
content: "\f4b8";
|
|
16967
15710
|
}
|
|
16968
15711
|
|
|
16969
|
-
.ti-square-
|
|
16970
|
-
content: "\
|
|
15712
|
+
.ti-square-arrow-right:before {
|
|
15713
|
+
content: "\f4b9";
|
|
16971
15714
|
}
|
|
16972
15715
|
|
|
16973
|
-
.ti-square-
|
|
16974
|
-
content: "\
|
|
15716
|
+
.ti-square-arrow-up:before {
|
|
15717
|
+
content: "\f4ba";
|
|
16975
15718
|
}
|
|
16976
15719
|
|
|
16977
|
-
.ti-square-
|
|
16978
|
-
content: "\
|
|
15720
|
+
.ti-square-asterisk:before {
|
|
15721
|
+
content: "\f01a";
|
|
16979
15722
|
}
|
|
16980
15723
|
|
|
16981
|
-
.ti-square-
|
|
16982
|
-
content: "\
|
|
15724
|
+
.ti-square-check:before {
|
|
15725
|
+
content: "\eb28";
|
|
16983
15726
|
}
|
|
16984
15727
|
|
|
16985
|
-
.ti-square-
|
|
16986
|
-
content: "\
|
|
15728
|
+
.ti-square-chevron-down:before {
|
|
15729
|
+
content: "\f627";
|
|
16987
15730
|
}
|
|
16988
15731
|
|
|
16989
|
-
.ti-square-
|
|
16990
|
-
content: "\
|
|
16991
|
-
}
|
|
16992
|
-
|
|
16993
|
-
.ti-square-8-filled:before {
|
|
16994
|
-
content: "\f76b";
|
|
16995
|
-
}
|
|
16996
|
-
|
|
16997
|
-
.ti-square-9-filled:before {
|
|
16998
|
-
content: "\f76c";
|
|
16999
|
-
}
|
|
17000
|
-
|
|
17001
|
-
.ti-square-arrow-down:before {
|
|
17002
|
-
content: "\f4b7";
|
|
17003
|
-
}
|
|
17004
|
-
|
|
17005
|
-
.ti-square-arrow-down-filled:before {
|
|
17006
|
-
content: "\fb31";
|
|
17007
|
-
}
|
|
17008
|
-
|
|
17009
|
-
.ti-square-arrow-left:before {
|
|
17010
|
-
content: "\f4b8";
|
|
17011
|
-
}
|
|
17012
|
-
|
|
17013
|
-
.ti-square-arrow-left-filled:before {
|
|
17014
|
-
content: "\fb32";
|
|
17015
|
-
}
|
|
17016
|
-
|
|
17017
|
-
.ti-square-arrow-right:before {
|
|
17018
|
-
content: "\f4b9";
|
|
17019
|
-
}
|
|
17020
|
-
|
|
17021
|
-
.ti-square-arrow-right-filled:before {
|
|
17022
|
-
content: "\fb33";
|
|
17023
|
-
}
|
|
17024
|
-
|
|
17025
|
-
.ti-square-arrow-up:before {
|
|
17026
|
-
content: "\f4ba";
|
|
17027
|
-
}
|
|
17028
|
-
|
|
17029
|
-
.ti-square-arrow-up-filled:before {
|
|
17030
|
-
content: "\fb34";
|
|
17031
|
-
}
|
|
17032
|
-
|
|
17033
|
-
.ti-square-asterisk:before {
|
|
17034
|
-
content: "\f01a";
|
|
17035
|
-
}
|
|
17036
|
-
|
|
17037
|
-
.ti-square-asterisk-filled:before {
|
|
17038
|
-
content: "\fb35";
|
|
17039
|
-
}
|
|
17040
|
-
|
|
17041
|
-
.ti-square-check:before {
|
|
17042
|
-
content: "\eb28";
|
|
17043
|
-
}
|
|
17044
|
-
|
|
17045
|
-
.ti-square-check-filled:before {
|
|
17046
|
-
content: "\f76d";
|
|
17047
|
-
}
|
|
17048
|
-
|
|
17049
|
-
.ti-square-chevron-down:before {
|
|
17050
|
-
content: "\f627";
|
|
17051
|
-
}
|
|
17052
|
-
|
|
17053
|
-
.ti-square-chevron-down-filled:before {
|
|
17054
|
-
content: "\fb36";
|
|
17055
|
-
}
|
|
17056
|
-
|
|
17057
|
-
.ti-square-chevron-left:before {
|
|
17058
|
-
content: "\f628";
|
|
17059
|
-
}
|
|
17060
|
-
|
|
17061
|
-
.ti-square-chevron-left-filled:before {
|
|
17062
|
-
content: "\fb37";
|
|
15732
|
+
.ti-square-chevron-left:before {
|
|
15733
|
+
content: "\f628";
|
|
17063
15734
|
}
|
|
17064
15735
|
|
|
17065
15736
|
.ti-square-chevron-right:before {
|
|
17066
15737
|
content: "\f629";
|
|
17067
15738
|
}
|
|
17068
15739
|
|
|
17069
|
-
.ti-square-chevron-right-filled:before {
|
|
17070
|
-
content: "\fb38";
|
|
17071
|
-
}
|
|
17072
|
-
|
|
17073
15740
|
.ti-square-chevron-up:before {
|
|
17074
15741
|
content: "\f62a";
|
|
17075
15742
|
}
|
|
17076
15743
|
|
|
17077
|
-
.ti-square-chevron-up-filled:before {
|
|
17078
|
-
content: "\fb39";
|
|
17079
|
-
}
|
|
17080
|
-
|
|
17081
15744
|
.ti-square-chevrons-down:before {
|
|
17082
15745
|
content: "\f64b";
|
|
17083
15746
|
}
|
|
17084
15747
|
|
|
17085
|
-
.ti-square-chevrons-down-filled:before {
|
|
17086
|
-
content: "\fb3a";
|
|
17087
|
-
}
|
|
17088
|
-
|
|
17089
15748
|
.ti-square-chevrons-left:before {
|
|
17090
15749
|
content: "\f64c";
|
|
17091
15750
|
}
|
|
17092
15751
|
|
|
17093
|
-
.ti-square-chevrons-left-filled:before {
|
|
17094
|
-
content: "\fb3b";
|
|
17095
|
-
}
|
|
17096
|
-
|
|
17097
15752
|
.ti-square-chevrons-right:before {
|
|
17098
15753
|
content: "\f64d";
|
|
17099
15754
|
}
|
|
17100
15755
|
|
|
17101
|
-
.ti-square-chevrons-right-filled:before {
|
|
17102
|
-
content: "\fb3c";
|
|
17103
|
-
}
|
|
17104
|
-
|
|
17105
15756
|
.ti-square-chevrons-up:before {
|
|
17106
15757
|
content: "\f64e";
|
|
17107
15758
|
}
|
|
17108
15759
|
|
|
17109
|
-
.ti-square-chevrons-up-filled:before {
|
|
17110
|
-
content: "\fb3d";
|
|
17111
|
-
}
|
|
17112
|
-
|
|
17113
15760
|
.ti-square-dot:before {
|
|
17114
15761
|
content: "\ed59";
|
|
17115
15762
|
}
|
|
17116
15763
|
|
|
17117
|
-
.ti-square-dot-filled:before {
|
|
17118
|
-
content: "\fb3e";
|
|
17119
|
-
}
|
|
17120
|
-
|
|
17121
15764
|
.ti-square-f0:before {
|
|
17122
15765
|
content: "\f526";
|
|
17123
15766
|
}
|
|
17124
15767
|
|
|
17125
|
-
.ti-square-f0-filled:before {
|
|
17126
|
-
content: "\f76e";
|
|
17127
|
-
}
|
|
17128
|
-
|
|
17129
15768
|
.ti-square-f1:before {
|
|
17130
15769
|
content: "\f527";
|
|
17131
15770
|
}
|
|
17132
15771
|
|
|
17133
|
-
.ti-square-f1-filled:before {
|
|
17134
|
-
content: "\f76f";
|
|
17135
|
-
}
|
|
17136
|
-
|
|
17137
15772
|
.ti-square-f2:before {
|
|
17138
15773
|
content: "\f528";
|
|
17139
15774
|
}
|
|
17140
15775
|
|
|
17141
|
-
.ti-square-f2-filled:before {
|
|
17142
|
-
content: "\f770";
|
|
17143
|
-
}
|
|
17144
|
-
|
|
17145
15776
|
.ti-square-f3:before {
|
|
17146
15777
|
content: "\f529";
|
|
17147
15778
|
}
|
|
17148
15779
|
|
|
17149
|
-
.ti-square-f3-filled:before {
|
|
17150
|
-
content: "\f771";
|
|
17151
|
-
}
|
|
17152
|
-
|
|
17153
15780
|
.ti-square-f4:before {
|
|
17154
15781
|
content: "\f52a";
|
|
17155
15782
|
}
|
|
17156
15783
|
|
|
17157
|
-
.ti-square-f4-filled:before {
|
|
17158
|
-
content: "\f772";
|
|
17159
|
-
}
|
|
17160
|
-
|
|
17161
15784
|
.ti-square-f5:before {
|
|
17162
15785
|
content: "\f52b";
|
|
17163
15786
|
}
|
|
17164
15787
|
|
|
17165
|
-
.ti-square-f5-filled:before {
|
|
17166
|
-
content: "\f773";
|
|
17167
|
-
}
|
|
17168
|
-
|
|
17169
15788
|
.ti-square-f6:before {
|
|
17170
15789
|
content: "\f52c";
|
|
17171
15790
|
}
|
|
17172
15791
|
|
|
17173
|
-
.ti-square-f6-filled:before {
|
|
17174
|
-
content: "\f774";
|
|
17175
|
-
}
|
|
17176
|
-
|
|
17177
15792
|
.ti-square-f7:before {
|
|
17178
15793
|
content: "\f52d";
|
|
17179
15794
|
}
|
|
17180
15795
|
|
|
17181
|
-
.ti-square-f7-filled:before {
|
|
17182
|
-
content: "\f775";
|
|
17183
|
-
}
|
|
17184
|
-
|
|
17185
15796
|
.ti-square-f8:before {
|
|
17186
15797
|
content: "\f52e";
|
|
17187
15798
|
}
|
|
17188
15799
|
|
|
17189
|
-
.ti-square-f8-filled:before {
|
|
17190
|
-
content: "\f776";
|
|
17191
|
-
}
|
|
17192
|
-
|
|
17193
15800
|
.ti-square-f9:before {
|
|
17194
15801
|
content: "\f52f";
|
|
17195
15802
|
}
|
|
17196
15803
|
|
|
17197
|
-
.ti-square-f9-filled:before {
|
|
17198
|
-
content: "\f777";
|
|
17199
|
-
}
|
|
17200
|
-
|
|
17201
|
-
.ti-square-filled:before {
|
|
17202
|
-
content: "\fc40";
|
|
17203
|
-
}
|
|
17204
|
-
|
|
17205
15804
|
.ti-square-forbid:before {
|
|
17206
15805
|
content: "\ed5b";
|
|
17207
15806
|
}
|
|
@@ -17326,10 +15925,6 @@
|
|
|
17326
15925
|
content: "\eb29";
|
|
17327
15926
|
}
|
|
17328
15927
|
|
|
17329
|
-
.ti-square-minus-filled:before {
|
|
17330
|
-
content: "\fb3f";
|
|
17331
|
-
}
|
|
17332
|
-
|
|
17333
15928
|
.ti-square-number-0:before {
|
|
17334
15929
|
content: "\eee5";
|
|
17335
15930
|
}
|
|
@@ -17398,10 +15993,6 @@
|
|
|
17398
15993
|
content: "\ecdf";
|
|
17399
15994
|
}
|
|
17400
15995
|
|
|
17401
|
-
.ti-square-rotated-filled:before {
|
|
17402
|
-
content: "\f6a4";
|
|
17403
|
-
}
|
|
17404
|
-
|
|
17405
15996
|
.ti-square-rotated-forbid:before {
|
|
17406
15997
|
content: "\f01c";
|
|
17407
15998
|
}
|
|
@@ -17422,110 +16013,54 @@
|
|
|
17422
16013
|
content: "\f639";
|
|
17423
16014
|
}
|
|
17424
16015
|
|
|
17425
|
-
.ti-square-rounded-arrow-down-filled:before {
|
|
17426
|
-
content: "\f6db";
|
|
17427
|
-
}
|
|
17428
|
-
|
|
17429
16016
|
.ti-square-rounded-arrow-left:before {
|
|
17430
16017
|
content: "\f63a";
|
|
17431
16018
|
}
|
|
17432
16019
|
|
|
17433
|
-
.ti-square-rounded-arrow-left-filled:before {
|
|
17434
|
-
content: "\f6dc";
|
|
17435
|
-
}
|
|
17436
|
-
|
|
17437
16020
|
.ti-square-rounded-arrow-right:before {
|
|
17438
16021
|
content: "\f63b";
|
|
17439
16022
|
}
|
|
17440
16023
|
|
|
17441
|
-
.ti-square-rounded-arrow-right-filled:before {
|
|
17442
|
-
content: "\f6dd";
|
|
17443
|
-
}
|
|
17444
|
-
|
|
17445
16024
|
.ti-square-rounded-arrow-up:before {
|
|
17446
16025
|
content: "\f63c";
|
|
17447
16026
|
}
|
|
17448
16027
|
|
|
17449
|
-
.ti-square-rounded-arrow-up-filled:before {
|
|
17450
|
-
content: "\f6de";
|
|
17451
|
-
}
|
|
17452
|
-
|
|
17453
16028
|
.ti-square-rounded-check:before {
|
|
17454
16029
|
content: "\f63d";
|
|
17455
16030
|
}
|
|
17456
16031
|
|
|
17457
|
-
.ti-square-rounded-check-filled:before {
|
|
17458
|
-
content: "\f6df";
|
|
17459
|
-
}
|
|
17460
|
-
|
|
17461
16032
|
.ti-square-rounded-chevron-down:before {
|
|
17462
16033
|
content: "\f62b";
|
|
17463
16034
|
}
|
|
17464
16035
|
|
|
17465
|
-
.ti-square-rounded-chevron-down-filled:before {
|
|
17466
|
-
content: "\f6e0";
|
|
17467
|
-
}
|
|
17468
|
-
|
|
17469
16036
|
.ti-square-rounded-chevron-left:before {
|
|
17470
16037
|
content: "\f62c";
|
|
17471
16038
|
}
|
|
17472
16039
|
|
|
17473
|
-
.ti-square-rounded-chevron-left-filled:before {
|
|
17474
|
-
content: "\f6e1";
|
|
17475
|
-
}
|
|
17476
|
-
|
|
17477
16040
|
.ti-square-rounded-chevron-right:before {
|
|
17478
16041
|
content: "\f62d";
|
|
17479
16042
|
}
|
|
17480
16043
|
|
|
17481
|
-
.ti-square-rounded-chevron-right-filled:before {
|
|
17482
|
-
content: "\f6e2";
|
|
17483
|
-
}
|
|
17484
|
-
|
|
17485
16044
|
.ti-square-rounded-chevron-up:before {
|
|
17486
16045
|
content: "\f62e";
|
|
17487
16046
|
}
|
|
17488
16047
|
|
|
17489
|
-
.ti-square-rounded-chevron-up-filled:before {
|
|
17490
|
-
content: "\f6e3";
|
|
17491
|
-
}
|
|
17492
|
-
|
|
17493
16048
|
.ti-square-rounded-chevrons-down:before {
|
|
17494
16049
|
content: "\f64f";
|
|
17495
16050
|
}
|
|
17496
16051
|
|
|
17497
|
-
.ti-square-rounded-chevrons-down-filled:before {
|
|
17498
|
-
content: "\f6e4";
|
|
17499
|
-
}
|
|
17500
|
-
|
|
17501
16052
|
.ti-square-rounded-chevrons-left:before {
|
|
17502
16053
|
content: "\f650";
|
|
17503
16054
|
}
|
|
17504
16055
|
|
|
17505
|
-
.ti-square-rounded-chevrons-left-filled:before {
|
|
17506
|
-
content: "\f6e5";
|
|
17507
|
-
}
|
|
17508
|
-
|
|
17509
16056
|
.ti-square-rounded-chevrons-right:before {
|
|
17510
16057
|
content: "\f651";
|
|
17511
16058
|
}
|
|
17512
16059
|
|
|
17513
|
-
.ti-square-rounded-chevrons-right-filled:before {
|
|
17514
|
-
content: "\f6e6";
|
|
17515
|
-
}
|
|
17516
|
-
|
|
17517
16060
|
.ti-square-rounded-chevrons-up:before {
|
|
17518
16061
|
content: "\f652";
|
|
17519
16062
|
}
|
|
17520
16063
|
|
|
17521
|
-
.ti-square-rounded-chevrons-up-filled:before {
|
|
17522
|
-
content: "\f6e7";
|
|
17523
|
-
}
|
|
17524
|
-
|
|
17525
|
-
.ti-square-rounded-filled:before {
|
|
17526
|
-
content: "\f6a5";
|
|
17527
|
-
}
|
|
17528
|
-
|
|
17529
16064
|
.ti-square-rounded-letter-a:before {
|
|
17530
16065
|
content: "\f5ae";
|
|
17531
16066
|
}
|
|
@@ -17638,90 +16173,46 @@
|
|
|
17638
16173
|
content: "\fc97";
|
|
17639
16174
|
}
|
|
17640
16175
|
|
|
17641
|
-
.ti-square-rounded-minus-filled:before {
|
|
17642
|
-
content: "\fb40";
|
|
17643
|
-
}
|
|
17644
|
-
|
|
17645
16176
|
.ti-square-rounded-number-0:before {
|
|
17646
16177
|
content: "\f5c8";
|
|
17647
16178
|
}
|
|
17648
16179
|
|
|
17649
|
-
.ti-square-rounded-number-0-filled:before {
|
|
17650
|
-
content: "\f778";
|
|
17651
|
-
}
|
|
17652
|
-
|
|
17653
16180
|
.ti-square-rounded-number-1:before {
|
|
17654
16181
|
content: "\f5c9";
|
|
17655
16182
|
}
|
|
17656
16183
|
|
|
17657
|
-
.ti-square-rounded-number-1-filled:before {
|
|
17658
|
-
content: "\f779";
|
|
17659
|
-
}
|
|
17660
|
-
|
|
17661
16184
|
.ti-square-rounded-number-2:before {
|
|
17662
16185
|
content: "\f5ca";
|
|
17663
16186
|
}
|
|
17664
16187
|
|
|
17665
|
-
.ti-square-rounded-number-2-filled:before {
|
|
17666
|
-
content: "\f77a";
|
|
17667
|
-
}
|
|
17668
|
-
|
|
17669
16188
|
.ti-square-rounded-number-3:before {
|
|
17670
16189
|
content: "\f5cb";
|
|
17671
16190
|
}
|
|
17672
16191
|
|
|
17673
|
-
.ti-square-rounded-number-3-filled:before {
|
|
17674
|
-
content: "\f77b";
|
|
17675
|
-
}
|
|
17676
|
-
|
|
17677
16192
|
.ti-square-rounded-number-4:before {
|
|
17678
16193
|
content: "\f5cc";
|
|
17679
16194
|
}
|
|
17680
16195
|
|
|
17681
|
-
.ti-square-rounded-number-4-filled:before {
|
|
17682
|
-
content: "\f77c";
|
|
17683
|
-
}
|
|
17684
|
-
|
|
17685
16196
|
.ti-square-rounded-number-5:before {
|
|
17686
16197
|
content: "\f5cd";
|
|
17687
16198
|
}
|
|
17688
16199
|
|
|
17689
|
-
.ti-square-rounded-number-5-filled:before {
|
|
17690
|
-
content: "\f77d";
|
|
17691
|
-
}
|
|
17692
|
-
|
|
17693
16200
|
.ti-square-rounded-number-6:before {
|
|
17694
16201
|
content: "\f5ce";
|
|
17695
16202
|
}
|
|
17696
16203
|
|
|
17697
|
-
.ti-square-rounded-number-6-filled:before {
|
|
17698
|
-
content: "\f77e";
|
|
17699
|
-
}
|
|
17700
|
-
|
|
17701
16204
|
.ti-square-rounded-number-7:before {
|
|
17702
16205
|
content: "\f5cf";
|
|
17703
16206
|
}
|
|
17704
16207
|
|
|
17705
|
-
.ti-square-rounded-number-7-filled:before {
|
|
17706
|
-
content: "\f77f";
|
|
17707
|
-
}
|
|
17708
|
-
|
|
17709
16208
|
.ti-square-rounded-number-8:before {
|
|
17710
16209
|
content: "\f5d0";
|
|
17711
16210
|
}
|
|
17712
16211
|
|
|
17713
|
-
.ti-square-rounded-number-8-filled:before {
|
|
17714
|
-
content: "\f780";
|
|
17715
|
-
}
|
|
17716
|
-
|
|
17717
16212
|
.ti-square-rounded-number-9:before {
|
|
17718
16213
|
content: "\f5d1";
|
|
17719
16214
|
}
|
|
17720
16215
|
|
|
17721
|
-
.ti-square-rounded-number-9-filled:before {
|
|
17722
|
-
content: "\f781";
|
|
17723
|
-
}
|
|
17724
|
-
|
|
17725
16216
|
.ti-square-rounded-percentage:before {
|
|
17726
16217
|
content: "\fd84";
|
|
17727
16218
|
}
|
|
@@ -17734,18 +16225,10 @@
|
|
|
17734
16225
|
content: "\fc98";
|
|
17735
16226
|
}
|
|
17736
16227
|
|
|
17737
|
-
.ti-square-rounded-plus-filled:before {
|
|
17738
|
-
content: "\f6e8";
|
|
17739
|
-
}
|
|
17740
|
-
|
|
17741
16228
|
.ti-square-rounded-x:before {
|
|
17742
16229
|
content: "\f640";
|
|
17743
16230
|
}
|
|
17744
16231
|
|
|
17745
|
-
.ti-square-rounded-x-filled:before {
|
|
17746
|
-
content: "\f6e9";
|
|
17747
|
-
}
|
|
17748
|
-
|
|
17749
16232
|
.ti-square-toggle:before {
|
|
17750
16233
|
content: "\eef4";
|
|
17751
16234
|
}
|
|
@@ -17758,18 +16241,14 @@
|
|
|
17758
16241
|
content: "\eb2b";
|
|
17759
16242
|
}
|
|
17760
16243
|
|
|
17761
|
-
.ti-
|
|
17762
|
-
content: "\
|
|
16244
|
+
.ti-squares:before {
|
|
16245
|
+
content: "\eef6";
|
|
17763
16246
|
}
|
|
17764
16247
|
|
|
17765
16248
|
.ti-squares-diagonal:before {
|
|
17766
16249
|
content: "\eef5";
|
|
17767
16250
|
}
|
|
17768
16251
|
|
|
17769
|
-
.ti-squares-filled:before {
|
|
17770
|
-
content: "\eef6";
|
|
17771
|
-
}
|
|
17772
|
-
|
|
17773
16252
|
.ti-stack:before {
|
|
17774
16253
|
content: "\eb2d";
|
|
17775
16254
|
}
|
|
@@ -17826,18 +16305,10 @@
|
|
|
17826
16305
|
content: "\eb2e";
|
|
17827
16306
|
}
|
|
17828
16307
|
|
|
17829
|
-
.ti-star-filled:before {
|
|
17830
|
-
content: "\f6a6";
|
|
17831
|
-
}
|
|
17832
|
-
|
|
17833
16308
|
.ti-star-half:before {
|
|
17834
16309
|
content: "\ed19";
|
|
17835
16310
|
}
|
|
17836
16311
|
|
|
17837
|
-
.ti-star-half-filled:before {
|
|
17838
|
-
content: "\f6a7";
|
|
17839
|
-
}
|
|
17840
|
-
|
|
17841
16312
|
.ti-star-off:before {
|
|
17842
16313
|
content: "\ed62";
|
|
17843
16314
|
}
|
|
@@ -17846,10 +16317,6 @@
|
|
|
17846
16317
|
content: "\ed38";
|
|
17847
16318
|
}
|
|
17848
16319
|
|
|
17849
|
-
.ti-stars-filled:before {
|
|
17850
|
-
content: "\f6a8";
|
|
17851
|
-
}
|
|
17852
|
-
|
|
17853
16320
|
.ti-stars-off:before {
|
|
17854
16321
|
content: "\f430";
|
|
17855
16322
|
}
|
|
@@ -17946,10 +16413,6 @@
|
|
|
17946
16413
|
content: "\fcc2";
|
|
17947
16414
|
}
|
|
17948
16415
|
|
|
17949
|
-
.ti-sun-filled:before {
|
|
17950
|
-
content: "\f6a9";
|
|
17951
|
-
}
|
|
17952
|
-
|
|
17953
16416
|
.ti-sun-high:before {
|
|
17954
16417
|
content: "\f236";
|
|
17955
16418
|
}
|
|
@@ -18070,10 +16533,6 @@
|
|
|
18070
16533
|
content: "\eef8";
|
|
18071
16534
|
}
|
|
18072
16535
|
|
|
18073
|
-
.ti-table-filled:before {
|
|
18074
|
-
content: "\f782";
|
|
18075
|
-
}
|
|
18076
|
-
|
|
18077
16536
|
.ti-table-heart:before {
|
|
18078
16537
|
content: "\fa1d";
|
|
18079
16538
|
}
|
|
@@ -18202,6 +16661,14 @@
|
|
|
18202
16661
|
content: "\ebee";
|
|
18203
16662
|
}
|
|
18204
16663
|
|
|
16664
|
+
.ti-temperature-snow:before {
|
|
16665
|
+
content: "\fda3";
|
|
16666
|
+
}
|
|
16667
|
+
|
|
16668
|
+
.ti-temperature-sun:before {
|
|
16669
|
+
content: "\fda4";
|
|
16670
|
+
}
|
|
16671
|
+
|
|
18205
16672
|
.ti-template:before {
|
|
18206
16673
|
content: "\eb39";
|
|
18207
16674
|
}
|
|
@@ -18322,10 +16789,6 @@
|
|
|
18322
16789
|
content: "\eb3b";
|
|
18323
16790
|
}
|
|
18324
16791
|
|
|
18325
|
-
.ti-thumb-down-filled:before {
|
|
18326
|
-
content: "\f6aa";
|
|
18327
|
-
}
|
|
18328
|
-
|
|
18329
16792
|
.ti-thumb-down-off:before {
|
|
18330
16793
|
content: "\f436";
|
|
18331
16794
|
}
|
|
@@ -18334,10 +16797,6 @@
|
|
|
18334
16797
|
content: "\eb3c";
|
|
18335
16798
|
}
|
|
18336
16799
|
|
|
18337
|
-
.ti-thumb-up-filled:before {
|
|
18338
|
-
content: "\f6ab";
|
|
18339
|
-
}
|
|
18340
|
-
|
|
18341
16800
|
.ti-thumb-up-off:before {
|
|
18342
16801
|
content: "\f437";
|
|
18343
16802
|
}
|
|
@@ -18418,10 +16877,6 @@
|
|
|
18418
16877
|
content: "\f662";
|
|
18419
16878
|
}
|
|
18420
16879
|
|
|
18421
|
-
.ti-timeline-event-filled:before {
|
|
18422
|
-
content: "\fd18";
|
|
18423
|
-
}
|
|
18424
|
-
|
|
18425
16880
|
.ti-timeline-event-minus:before {
|
|
18426
16881
|
content: "\f663";
|
|
18427
16882
|
}
|
|
@@ -18650,8 +17105,24 @@
|
|
|
18650
17105
|
content: "\f38e";
|
|
18651
17106
|
}
|
|
18652
17107
|
|
|
18653
|
-
.ti-transform-
|
|
18654
|
-
content: "\
|
|
17108
|
+
.ti-transform-point:before {
|
|
17109
|
+
content: "\fda9";
|
|
17110
|
+
}
|
|
17111
|
+
|
|
17112
|
+
.ti-transform-point-bottom-left:before {
|
|
17113
|
+
content: "\fda5";
|
|
17114
|
+
}
|
|
17115
|
+
|
|
17116
|
+
.ti-transform-point-bottom-right:before {
|
|
17117
|
+
content: "\fda6";
|
|
17118
|
+
}
|
|
17119
|
+
|
|
17120
|
+
.ti-transform-point-top-left:before {
|
|
17121
|
+
content: "\fda7";
|
|
17122
|
+
}
|
|
17123
|
+
|
|
17124
|
+
.ti-transform-point-top-right:before {
|
|
17125
|
+
content: "\fda8";
|
|
18655
17126
|
}
|
|
18656
17127
|
|
|
18657
17128
|
.ti-transition-bottom:before {
|
|
@@ -18674,10 +17145,6 @@
|
|
|
18674
17145
|
content: "\eb41";
|
|
18675
17146
|
}
|
|
18676
17147
|
|
|
18677
|
-
.ti-trash-filled:before {
|
|
18678
|
-
content: "\f783";
|
|
18679
|
-
}
|
|
18680
|
-
|
|
18681
17148
|
.ti-trash-off:before {
|
|
18682
17149
|
content: "\ed65";
|
|
18683
17150
|
}
|
|
@@ -18686,10 +17153,6 @@
|
|
|
18686
17153
|
content: "\ef88";
|
|
18687
17154
|
}
|
|
18688
17155
|
|
|
18689
|
-
.ti-trash-x-filled:before {
|
|
18690
|
-
content: "\f784";
|
|
18691
|
-
}
|
|
18692
|
-
|
|
18693
17156
|
.ti-treadmill:before {
|
|
18694
17157
|
content: "\fa6e";
|
|
18695
17158
|
}
|
|
@@ -18734,18 +17197,10 @@
|
|
|
18734
17197
|
content: "\eb44";
|
|
18735
17198
|
}
|
|
18736
17199
|
|
|
18737
|
-
.ti-triangle-filled:before {
|
|
18738
|
-
content: "\f6ad";
|
|
18739
|
-
}
|
|
18740
|
-
|
|
18741
17200
|
.ti-triangle-inverted:before {
|
|
18742
17201
|
content: "\f01d";
|
|
18743
17202
|
}
|
|
18744
17203
|
|
|
18745
|
-
.ti-triangle-inverted-filled:before {
|
|
18746
|
-
content: "\f6ae";
|
|
18747
|
-
}
|
|
18748
|
-
|
|
18749
17204
|
.ti-triangle-minus:before {
|
|
18750
17205
|
content: "\fc9b";
|
|
18751
17206
|
}
|
|
@@ -18770,10 +17225,6 @@
|
|
|
18770
17225
|
content: "\ece8";
|
|
18771
17226
|
}
|
|
18772
17227
|
|
|
18773
|
-
.ti-triangle-square-circle-filled:before {
|
|
18774
|
-
content: "\fb42";
|
|
18775
|
-
}
|
|
18776
|
-
|
|
18777
17228
|
.ti-triangles:before {
|
|
18778
17229
|
content: "\f0a5";
|
|
18779
17230
|
}
|
|
@@ -18790,10 +17241,6 @@
|
|
|
18790
17241
|
content: "\eb45";
|
|
18791
17242
|
}
|
|
18792
17243
|
|
|
18793
|
-
.ti-trophy-filled:before {
|
|
18794
|
-
content: "\f6af";
|
|
18795
|
-
}
|
|
18796
|
-
|
|
18797
17244
|
.ti-trophy-off:before {
|
|
18798
17245
|
content: "\f438";
|
|
18799
17246
|
}
|
|
@@ -18826,6 +17273,10 @@
|
|
|
18826
17273
|
content: "\f3b1";
|
|
18827
17274
|
}
|
|
18828
17275
|
|
|
17276
|
+
.ti-typeface:before {
|
|
17277
|
+
content: "\fdab";
|
|
17278
|
+
}
|
|
17279
|
+
|
|
18829
17280
|
.ti-typography:before {
|
|
18830
17281
|
content: "\ebc5";
|
|
18831
17282
|
}
|
|
@@ -18846,10 +17297,6 @@
|
|
|
18846
17297
|
content: "\ebf1";
|
|
18847
17298
|
}
|
|
18848
17299
|
|
|
18849
|
-
.ti-umbrella-filled:before {
|
|
18850
|
-
content: "\f6b0";
|
|
18851
|
-
}
|
|
18852
|
-
|
|
18853
17300
|
.ti-umbrella-off:before {
|
|
18854
17301
|
content: "\f1bb";
|
|
18855
17302
|
}
|
|
@@ -18922,10 +17369,6 @@
|
|
|
18922
17369
|
content: "\ec12";
|
|
18923
17370
|
}
|
|
18924
17371
|
|
|
18925
|
-
.ti-user-filled:before {
|
|
18926
|
-
content: "\fd19";
|
|
18927
|
-
}
|
|
18928
|
-
|
|
18929
17372
|
.ti-user-heart:before {
|
|
18930
17373
|
content: "\f7cd";
|
|
18931
17374
|
}
|
|
@@ -19102,10 +17545,6 @@
|
|
|
19102
17545
|
content: "\ed52";
|
|
19103
17546
|
}
|
|
19104
17547
|
|
|
19105
|
-
.ti-versions-filled:before {
|
|
19106
|
-
content: "\f6b1";
|
|
19107
|
-
}
|
|
19108
|
-
|
|
19109
17548
|
.ti-versions-off:before {
|
|
19110
17549
|
content: "\f1c0";
|
|
19111
17550
|
}
|
|
@@ -19446,10 +17885,6 @@
|
|
|
19446
17885
|
content: "\ed85";
|
|
19447
17886
|
}
|
|
19448
17887
|
|
|
19449
|
-
.ti-windmill-filled:before {
|
|
19450
|
-
content: "\f6b2";
|
|
19451
|
-
}
|
|
19452
|
-
|
|
19453
17888
|
.ti-windmill-off:before {
|
|
19454
17889
|
content: "\f1c8";
|
|
19455
17890
|
}
|
|
@@ -19646,10 +18081,6 @@
|
|
|
19646
18081
|
content: "\ec35";
|
|
19647
18082
|
}
|
|
19648
18083
|
|
|
19649
|
-
.ti-yin-yang-filled:before {
|
|
19650
|
-
content: "\f785";
|
|
19651
|
-
}
|
|
19652
|
-
|
|
19653
18084
|
.ti-yoga:before {
|
|
19654
18085
|
content: "\f01f";
|
|
19655
18086
|
}
|
|
@@ -19714,6 +18145,10 @@
|
|
|
19714
18145
|
content: "\ecb7";
|
|
19715
18146
|
}
|
|
19716
18147
|
|
|
18148
|
+
.ti-zoom:before {
|
|
18149
|
+
content: "\fdaa";
|
|
18150
|
+
}
|
|
18151
|
+
|
|
19717
18152
|
.ti-zoom-cancel:before {
|
|
19718
18153
|
content: "\ec4d";
|
|
19719
18154
|
}
|
|
@@ -19722,10 +18157,6 @@
|
|
|
19722
18157
|
content: "\ef09";
|
|
19723
18158
|
}
|
|
19724
18159
|
|
|
19725
|
-
.ti-zoom-check-filled:before {
|
|
19726
|
-
content: "\f786";
|
|
19727
|
-
}
|
|
19728
|
-
|
|
19729
18160
|
.ti-zoom-code:before {
|
|
19730
18161
|
content: "\f07f";
|
|
19731
18162
|
}
|
|
@@ -19734,10 +18165,6 @@
|
|
|
19734
18165
|
content: "\f080";
|
|
19735
18166
|
}
|
|
19736
18167
|
|
|
19737
|
-
.ti-zoom-filled:before {
|
|
19738
|
-
content: "\f787";
|
|
19739
|
-
}
|
|
19740
|
-
|
|
19741
18168
|
.ti-zoom-in:before {
|
|
19742
18169
|
content: "\eb56";
|
|
19743
18170
|
}
|
|
@@ -19746,14 +18173,6 @@
|
|
|
19746
18173
|
content: "\f1dc";
|
|
19747
18174
|
}
|
|
19748
18175
|
|
|
19749
|
-
.ti-zoom-in-area-filled:before {
|
|
19750
|
-
content: "\f788";
|
|
19751
|
-
}
|
|
19752
|
-
|
|
19753
|
-
.ti-zoom-in-filled:before {
|
|
19754
|
-
content: "\f789";
|
|
19755
|
-
}
|
|
19756
|
-
|
|
19757
18176
|
.ti-zoom-money:before {
|
|
19758
18177
|
content: "\ef0a";
|
|
19759
18178
|
}
|
|
@@ -19766,10 +18185,6 @@
|
|
|
19766
18185
|
content: "\f1dd";
|
|
19767
18186
|
}
|
|
19768
18187
|
|
|
19769
|
-
.ti-zoom-out-filled:before {
|
|
19770
|
-
content: "\f78a";
|
|
19771
|
-
}
|
|
19772
|
-
|
|
19773
18188
|
.ti-zoom-pan:before {
|
|
19774
18189
|
content: "\f1de";
|
|
19775
18190
|
}
|
|
@@ -19798,16 +18213,148 @@
|
|
|
19798
18213
|
content: "\f440";
|
|
19799
18214
|
}
|
|
19800
18215
|
|
|
19801
|
-
.ti-
|
|
19802
|
-
content: "\
|
|
18216
|
+
.ti-code-asterix:before {
|
|
18217
|
+
content: "\f312";
|
|
19803
18218
|
}
|
|
19804
18219
|
|
|
19805
|
-
.ti-
|
|
19806
|
-
content: "\
|
|
18220
|
+
.ti-discount-2:before {
|
|
18221
|
+
content: "\ee7c";
|
|
19807
18222
|
}
|
|
19808
18223
|
|
|
19809
|
-
.ti-
|
|
19810
|
-
content: "\
|
|
18224
|
+
.ti-discount-2-off:before {
|
|
18225
|
+
content: "\f3e6";
|
|
18226
|
+
}
|
|
18227
|
+
|
|
18228
|
+
.ti-discount-check:before {
|
|
18229
|
+
content: "\f1f8";
|
|
18230
|
+
}
|
|
18231
|
+
|
|
18232
|
+
.ti-hand-rock:before {
|
|
18233
|
+
content: "\ee97";
|
|
18234
|
+
}
|
|
18235
|
+
|
|
18236
|
+
.ti-sort-deacending-small-big:before {
|
|
18237
|
+
content: "\fd96";
|
|
18238
|
+
}
|
|
18239
|
+
|
|
18240
|
+
.ti-circle-0:before {
|
|
18241
|
+
content: "\ee34";
|
|
18242
|
+
}
|
|
18243
|
+
|
|
18244
|
+
.ti-circle-1:before {
|
|
18245
|
+
content: "\ee35";
|
|
18246
|
+
}
|
|
18247
|
+
|
|
18248
|
+
.ti-circle-2:before {
|
|
18249
|
+
content: "\ee36";
|
|
18250
|
+
}
|
|
18251
|
+
|
|
18252
|
+
.ti-circle-3:before {
|
|
18253
|
+
content: "\ee37";
|
|
18254
|
+
}
|
|
18255
|
+
|
|
18256
|
+
.ti-circle-4:before {
|
|
18257
|
+
content: "\ee38";
|
|
18258
|
+
}
|
|
18259
|
+
|
|
18260
|
+
.ti-circle-5:before {
|
|
18261
|
+
content: "\ee39";
|
|
18262
|
+
}
|
|
18263
|
+
|
|
18264
|
+
.ti-circle-6:before {
|
|
18265
|
+
content: "\ee3a";
|
|
18266
|
+
}
|
|
18267
|
+
|
|
18268
|
+
.ti-circle-7:before {
|
|
18269
|
+
content: "\ee3b";
|
|
18270
|
+
}
|
|
18271
|
+
|
|
18272
|
+
.ti-circle-8:before {
|
|
18273
|
+
content: "\ee3c";
|
|
18274
|
+
}
|
|
18275
|
+
|
|
18276
|
+
.ti-circle-9:before {
|
|
18277
|
+
content: "\ee3d";
|
|
18278
|
+
}
|
|
18279
|
+
|
|
18280
|
+
.ti-hexagon-0:before {
|
|
18281
|
+
content: "\f459";
|
|
18282
|
+
}
|
|
18283
|
+
|
|
18284
|
+
.ti-hexagon-1:before {
|
|
18285
|
+
content: "\f45a";
|
|
18286
|
+
}
|
|
18287
|
+
|
|
18288
|
+
.ti-hexagon-2:before {
|
|
18289
|
+
content: "\f45b";
|
|
18290
|
+
}
|
|
18291
|
+
|
|
18292
|
+
.ti-hexagon-3:before {
|
|
18293
|
+
content: "\f45c";
|
|
18294
|
+
}
|
|
18295
|
+
|
|
18296
|
+
.ti-hexagon-4:before {
|
|
18297
|
+
content: "\f45d";
|
|
18298
|
+
}
|
|
18299
|
+
|
|
18300
|
+
.ti-hexagon-5:before {
|
|
18301
|
+
content: "\f45e";
|
|
18302
|
+
}
|
|
18303
|
+
|
|
18304
|
+
.ti-hexagon-6:before {
|
|
18305
|
+
content: "\f45f";
|
|
18306
|
+
}
|
|
18307
|
+
|
|
18308
|
+
.ti-hexagon-7:before {
|
|
18309
|
+
content: "\f460";
|
|
18310
|
+
}
|
|
18311
|
+
|
|
18312
|
+
.ti-hexagon-8:before {
|
|
18313
|
+
content: "\f461";
|
|
18314
|
+
}
|
|
18315
|
+
|
|
18316
|
+
.ti-hexagon-9:before {
|
|
18317
|
+
content: "\f462";
|
|
18318
|
+
}
|
|
18319
|
+
|
|
18320
|
+
.ti-square-0:before {
|
|
18321
|
+
content: "\eee5";
|
|
18322
|
+
}
|
|
18323
|
+
|
|
18324
|
+
.ti-square-1:before {
|
|
18325
|
+
content: "\eee6";
|
|
18326
|
+
}
|
|
18327
|
+
|
|
18328
|
+
.ti-square-2:before {
|
|
18329
|
+
content: "\eee7";
|
|
18330
|
+
}
|
|
18331
|
+
|
|
18332
|
+
.ti-square-3:before {
|
|
18333
|
+
content: "\eee8";
|
|
18334
|
+
}
|
|
18335
|
+
|
|
18336
|
+
.ti-square-4:before {
|
|
18337
|
+
content: "\eee9";
|
|
18338
|
+
}
|
|
18339
|
+
|
|
18340
|
+
.ti-square-5:before {
|
|
18341
|
+
content: "\eeea";
|
|
18342
|
+
}
|
|
18343
|
+
|
|
18344
|
+
.ti-square-6:before {
|
|
18345
|
+
content: "\eeeb";
|
|
18346
|
+
}
|
|
18347
|
+
|
|
18348
|
+
.ti-square-7:before {
|
|
18349
|
+
content: "\eeec";
|
|
18350
|
+
}
|
|
18351
|
+
|
|
18352
|
+
.ti-square-8:before {
|
|
18353
|
+
content: "\eeed";
|
|
18354
|
+
}
|
|
18355
|
+
|
|
18356
|
+
.ti-square-9:before {
|
|
18357
|
+
content: "\eeee";
|
|
19811
18358
|
}
|
|
19812
18359
|
|
|
19813
18360
|
/*# sourceMappingURL=tabler-icons.css.map */
|