@tabler/icons-webfont 2.17.0 → 2.19.0
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/fonts/tabler-icons.eot +0 -0
- package/fonts/tabler-icons.ttf +0 -0
- package/fonts/tabler-icons.woff +0 -0
- package/fonts/tabler-icons.woff2 +0 -0
- package/package.json +2 -2
- package/tabler-icons.css +147 -3
- package/tabler-icons.css.map +7 -1
- package/tabler-icons.html +326 -2
- package/tabler-icons.min.css +3 -2
- package/tabler-icons.min.css.map +7 -1
- package/tabler-icons.scss +77 -5
package/tabler-icons.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.19.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
$ti-font-family: 'tabler-icons' !default;
|
|
@@ -12,11 +12,11 @@ $ti-prefix: 'ti' !default;
|
|
|
12
12
|
font-style: normal;
|
|
13
13
|
font-weight: 400;
|
|
14
14
|
font-display: $ti-font-display;
|
|
15
|
-
src: url('#{$ti-font-path}/tabler-icons.eot?v2.
|
|
16
|
-
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.
|
|
17
|
-
url('#{$ti-font-path}/tabler-icons.woff2?v2.
|
|
15
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?v2.19.0');
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.19.0') format('embedded-opentype'),
|
|
17
|
+
url('#{$ti-font-path}/tabler-icons.woff2?v2.19.0') format('woff2'),
|
|
18
18
|
url('#{$ti-font-path}/tabler-icons.woff?') format('woff'),
|
|
19
|
-
url('#{$ti-font-path}/tabler-icons.ttf?v2.
|
|
19
|
+
url('#{$ti-font-path}/tabler-icons.ttf?v2.19.0') format('truetype');
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.#{$ti-prefix} {
|
|
@@ -188,6 +188,7 @@ $ti-icon-apps: unicode('ebb6');
|
|
|
188
188
|
$ti-icon-apps-filled: unicode('f6f1');
|
|
189
189
|
$ti-icon-apps-off: unicode('f0ac');
|
|
190
190
|
$ti-icon-archive: unicode('ea0b');
|
|
191
|
+
$ti-icon-archive-filled: unicode('fa82');
|
|
191
192
|
$ti-icon-archive-off: unicode('f0ad');
|
|
192
193
|
$ti-icon-armchair: unicode('ef9e');
|
|
193
194
|
$ti-icon-armchair-2: unicode('efe7');
|
|
@@ -372,6 +373,7 @@ $ti-icon-arrows-up-left: unicode('ee02');
|
|
|
372
373
|
$ti-icon-arrows-up-right: unicode('ee03');
|
|
373
374
|
$ti-icon-arrows-vertical: unicode('eb5b');
|
|
374
375
|
$ti-icon-artboard: unicode('ea2a');
|
|
376
|
+
$ti-icon-artboard-filled: unicode('fa83');
|
|
375
377
|
$ti-icon-artboard-off: unicode('f0ae');
|
|
376
378
|
$ti-icon-article: unicode('f1e2');
|
|
377
379
|
$ti-icon-article-filled-filled: unicode('f7da');
|
|
@@ -435,8 +437,10 @@ $ti-icon-ball-football-off: unicode('ee05');
|
|
|
435
437
|
$ti-icon-ball-tennis: unicode('ec2a');
|
|
436
438
|
$ti-icon-ball-volleyball: unicode('ec2b');
|
|
437
439
|
$ti-icon-balloon: unicode('ef3a');
|
|
440
|
+
$ti-icon-balloon-filled: unicode('fa84');
|
|
438
441
|
$ti-icon-balloon-off: unicode('f0fd');
|
|
439
442
|
$ti-icon-ballpen: unicode('f06e');
|
|
443
|
+
$ti-icon-ballpen-filled: unicode('fa85');
|
|
440
444
|
$ti-icon-ballpen-off: unicode('f0b1');
|
|
441
445
|
$ti-icon-ban: unicode('ea2e');
|
|
442
446
|
$ti-icon-bandage: unicode('eb7a');
|
|
@@ -545,6 +549,7 @@ $ti-icon-bold-off: unicode('f0ba');
|
|
|
545
549
|
$ti-icon-bolt: unicode('ea38');
|
|
546
550
|
$ti-icon-bolt-off: unicode('ecec');
|
|
547
551
|
$ti-icon-bomb: unicode('f59c');
|
|
552
|
+
$ti-icon-bomb-filled: unicode('fa86');
|
|
548
553
|
$ti-icon-bone: unicode('edb8');
|
|
549
554
|
$ti-icon-bone-off: unicode('f0bb');
|
|
550
555
|
$ti-icon-bong: unicode('f3a7');
|
|
@@ -552,10 +557,12 @@ $ti-icon-bong-off: unicode('f3c7');
|
|
|
552
557
|
$ti-icon-book: unicode('ea39');
|
|
553
558
|
$ti-icon-book-2: unicode('efc5');
|
|
554
559
|
$ti-icon-book-download: unicode('f070');
|
|
560
|
+
$ti-icon-book-filled: unicode('fa87');
|
|
555
561
|
$ti-icon-book-off: unicode('f0bc');
|
|
556
562
|
$ti-icon-book-upload: unicode('f071');
|
|
557
563
|
$ti-icon-bookmark: unicode('ea3a');
|
|
558
564
|
$ti-icon-bookmark-edit: unicode('fa5e');
|
|
565
|
+
$ti-icon-bookmark-filled: unicode('fa88');
|
|
559
566
|
$ti-icon-bookmark-minus: unicode('fa5f');
|
|
560
567
|
$ti-icon-bookmark-off: unicode('eced');
|
|
561
568
|
$ti-icon-bookmark-plus: unicode('fa60');
|
|
@@ -580,6 +587,7 @@ $ti-icon-border-style-2: unicode('ef22');
|
|
|
580
587
|
$ti-icon-border-top: unicode('ea43');
|
|
581
588
|
$ti-icon-border-vertical: unicode('ea44');
|
|
582
589
|
$ti-icon-bottle: unicode('ef0b');
|
|
590
|
+
$ti-icon-bottle-filled: unicode('fa89');
|
|
583
591
|
$ti-icon-bottle-off: unicode('f3c8');
|
|
584
592
|
$ti-icon-bounce-left: unicode('f59d');
|
|
585
593
|
$ti-icon-bounce-right: unicode('f59e');
|
|
@@ -587,13 +595,21 @@ $ti-icon-bow: unicode('f096');
|
|
|
587
595
|
$ti-icon-bowl: unicode('f4fa');
|
|
588
596
|
$ti-icon-box: unicode('ea45');
|
|
589
597
|
$ti-icon-box-align-bottom: unicode('f2a8');
|
|
598
|
+
$ti-icon-box-align-bottom-filled: unicode('fa8a');
|
|
590
599
|
$ti-icon-box-align-bottom-left: unicode('f2ce');
|
|
600
|
+
$ti-icon-box-align-bottom-left-filled: unicode('fa8b');
|
|
591
601
|
$ti-icon-box-align-bottom-right: unicode('f2cf');
|
|
602
|
+
$ti-icon-box-align-bottom-right-filled: unicode('fa8c');
|
|
592
603
|
$ti-icon-box-align-left: unicode('f2a9');
|
|
604
|
+
$ti-icon-box-align-left-filled: unicode('fa8d');
|
|
593
605
|
$ti-icon-box-align-right: unicode('f2aa');
|
|
606
|
+
$ti-icon-box-align-right-filled: unicode('fa8e');
|
|
594
607
|
$ti-icon-box-align-top: unicode('f2ab');
|
|
608
|
+
$ti-icon-box-align-top-filled: unicode('fa8f');
|
|
595
609
|
$ti-icon-box-align-top-left: unicode('f2d0');
|
|
610
|
+
$ti-icon-box-align-top-left-filled: unicode('fa90');
|
|
596
611
|
$ti-icon-box-align-top-right: unicode('f2d1');
|
|
612
|
+
$ti-icon-box-align-top-right-filled: unicode('fa91');
|
|
597
613
|
$ti-icon-box-margin: unicode('ee0b');
|
|
598
614
|
$ti-icon-box-model: unicode('ee0c');
|
|
599
615
|
$ti-icon-box-model-2: unicode('ef23');
|
|
@@ -637,6 +653,7 @@ $ti-icon-brand-amigo: unicode('f5f9');
|
|
|
637
653
|
$ti-icon-brand-among-us: unicode('f205');
|
|
638
654
|
$ti-icon-brand-android: unicode('ec16');
|
|
639
655
|
$ti-icon-brand-angular: unicode('ef6b');
|
|
656
|
+
$ti-icon-brand-ansible: unicode('fa70');
|
|
640
657
|
$ti-icon-brand-ao3: unicode('f5e8');
|
|
641
658
|
$ti-icon-brand-appgallery: unicode('f231');
|
|
642
659
|
$ti-icon-brand-apple: unicode('ec17');
|
|
@@ -672,6 +689,7 @@ $ti-icon-brand-campaignmonitor: unicode('f328');
|
|
|
672
689
|
$ti-icon-brand-carbon: unicode('f348');
|
|
673
690
|
$ti-icon-brand-cashapp: unicode('f391');
|
|
674
691
|
$ti-icon-brand-chrome: unicode('ec18');
|
|
692
|
+
$ti-icon-brand-cinema-4d: unicode('fa71');
|
|
675
693
|
$ti-icon-brand-citymapper: unicode('f5fc');
|
|
676
694
|
$ti-icon-brand-cloudflare: unicode('fa4e');
|
|
677
695
|
$ti-icon-brand-codecov: unicode('f329');
|
|
@@ -684,6 +702,7 @@ $ti-icon-brand-coreos: unicode('f5fd');
|
|
|
684
702
|
$ti-icon-brand-couchdb: unicode('f60f');
|
|
685
703
|
$ti-icon-brand-couchsurfing: unicode('f392');
|
|
686
704
|
$ti-icon-brand-cpp: unicode('f5fe');
|
|
705
|
+
$ti-icon-brand-craft: unicode('fa72');
|
|
687
706
|
$ti-icon-brand-crunchbase: unicode('f7e3');
|
|
688
707
|
$ti-icon-brand-css3: unicode('ed6b');
|
|
689
708
|
$ti-icon-brand-ctemplar: unicode('f4d0');
|
|
@@ -699,6 +718,7 @@ $ti-icon-brand-deliveroo: unicode('f4d3');
|
|
|
699
718
|
$ti-icon-brand-deno: unicode('f24f');
|
|
700
719
|
$ti-icon-brand-denodo: unicode('f610');
|
|
701
720
|
$ti-icon-brand-deviantart: unicode('ecfb');
|
|
721
|
+
$ti-icon-brand-digg: unicode('fa73');
|
|
702
722
|
$ti-icon-brand-dingtalk: unicode('f5ea');
|
|
703
723
|
$ti-icon-brand-discord: unicode('ece3');
|
|
704
724
|
$ti-icon-brand-discord-filled: unicode('f7e4');
|
|
@@ -715,13 +735,16 @@ $ti-icon-brand-drops: unicode('f4d5');
|
|
|
715
735
|
$ti-icon-brand-drupal: unicode('f393');
|
|
716
736
|
$ti-icon-brand-edge: unicode('ecfc');
|
|
717
737
|
$ti-icon-brand-elastic: unicode('f611');
|
|
738
|
+
$ti-icon-brand-electronic-arts: unicode('fa74');
|
|
718
739
|
$ti-icon-brand-ember: unicode('f497');
|
|
719
740
|
$ti-icon-brand-envato: unicode('f394');
|
|
720
741
|
$ti-icon-brand-etsy: unicode('f654');
|
|
721
742
|
$ti-icon-brand-evernote: unicode('f600');
|
|
722
743
|
$ti-icon-brand-facebook: unicode('ec1a');
|
|
723
744
|
$ti-icon-brand-facebook-filled: unicode('f7e6');
|
|
745
|
+
$ti-icon-brand-feedly: unicode('fa75');
|
|
724
746
|
$ti-icon-brand-figma: unicode('ec93');
|
|
747
|
+
$ti-icon-brand-filezilla: unicode('fa76');
|
|
725
748
|
$ti-icon-brand-finder: unicode('f218');
|
|
726
749
|
$ti-icon-brand-firebase: unicode('ef6e');
|
|
727
750
|
$ti-icon-brand-firefox: unicode('ecfd');
|
|
@@ -867,6 +890,7 @@ $ti-icon-brand-socket-io: unicode('f49b');
|
|
|
867
890
|
$ti-icon-brand-solidjs: unicode('f5ee');
|
|
868
891
|
$ti-icon-brand-soundcloud: unicode('ed6e');
|
|
869
892
|
$ti-icon-brand-spacehey: unicode('f4fc');
|
|
893
|
+
$ti-icon-brand-speedtest: unicode('fa77');
|
|
870
894
|
$ti-icon-brand-spotify: unicode('ed03');
|
|
871
895
|
$ti-icon-brand-stackoverflow: unicode('ef58');
|
|
872
896
|
$ti-icon-brand-stackshare: unicode('f607');
|
|
@@ -922,6 +946,7 @@ $ti-icon-brand-visual-studio: unicode('ef76');
|
|
|
922
946
|
$ti-icon-brand-vite: unicode('f5f2');
|
|
923
947
|
$ti-icon-brand-vivaldi: unicode('f210');
|
|
924
948
|
$ti-icon-brand-vk: unicode('ed72');
|
|
949
|
+
$ti-icon-brand-vlc: unicode('fa78');
|
|
925
950
|
$ti-icon-brand-volkswagen: unicode('f50e');
|
|
926
951
|
$ti-icon-brand-vsco: unicode('f334');
|
|
927
952
|
$ti-icon-brand-vscode: unicode('f3a0');
|
|
@@ -932,11 +957,13 @@ $ti-icon-brand-webflow: unicode('f2d2');
|
|
|
932
957
|
$ti-icon-brand-wechat: unicode('f5f3');
|
|
933
958
|
$ti-icon-brand-weibo: unicode('f609');
|
|
934
959
|
$ti-icon-brand-whatsapp: unicode('ec74');
|
|
960
|
+
$ti-icon-brand-wikipedia: unicode('fa79');
|
|
935
961
|
$ti-icon-brand-windows: unicode('ecd8');
|
|
936
962
|
$ti-icon-brand-windy: unicode('f4dd');
|
|
937
963
|
$ti-icon-brand-wish: unicode('f212');
|
|
938
964
|
$ti-icon-brand-wix: unicode('f3a1');
|
|
939
965
|
$ti-icon-brand-wordpress: unicode('f2d3');
|
|
966
|
+
$ti-icon-brand-xamarin: unicode('fa7a');
|
|
940
967
|
$ti-icon-brand-xbox: unicode('f298');
|
|
941
968
|
$ti-icon-brand-xing: unicode('f21a');
|
|
942
969
|
$ti-icon-brand-yahoo: unicode('ed73');
|
|
@@ -1089,7 +1116,9 @@ $ti-icon-caret-left: unicode('eb5e');
|
|
|
1089
1116
|
$ti-icon-caret-right: unicode('eb5f');
|
|
1090
1117
|
$ti-icon-caret-up: unicode('eb60');
|
|
1091
1118
|
$ti-icon-carousel-horizontal: unicode('f659');
|
|
1119
|
+
$ti-icon-carousel-horizontal-filled: unicode('fa92');
|
|
1092
1120
|
$ti-icon-carousel-vertical: unicode('f65a');
|
|
1121
|
+
$ti-icon-carousel-vertical-filled: unicode('fa93');
|
|
1093
1122
|
$ti-icon-carrot: unicode('f21c');
|
|
1094
1123
|
$ti-icon-carrot-off: unicode('f3d0');
|
|
1095
1124
|
$ti-icon-cash: unicode('ea55');
|
|
@@ -2254,6 +2283,7 @@ $ti-icon-hanger-2: unicode('f09c');
|
|
|
2254
2283
|
$ti-icon-hanger-off: unicode('f13e');
|
|
2255
2284
|
$ti-icon-hash: unicode('eabc');
|
|
2256
2285
|
$ti-icon-haze: unicode('efaa');
|
|
2286
|
+
$ti-icon-hdr: unicode('fa7b');
|
|
2257
2287
|
$ti-icon-heading: unicode('ee9b');
|
|
2258
2288
|
$ti-icon-heading-off: unicode('f13f');
|
|
2259
2289
|
$ti-icon-headphones: unicode('eabd');
|
|
@@ -2449,6 +2479,7 @@ $ti-icon-inner-shadow-top-left-filled: unicode('f75d');
|
|
|
2449
2479
|
$ti-icon-inner-shadow-top-right: unicode('f524');
|
|
2450
2480
|
$ti-icon-inner-shadow-top-right-filled: unicode('f75e');
|
|
2451
2481
|
$ti-icon-input-search: unicode('f2a2');
|
|
2482
|
+
$ti-icon-ironing: unicode('fa7c');
|
|
2452
2483
|
$ti-icon-ironing-1: unicode('f2f4');
|
|
2453
2484
|
$ti-icon-ironing-2: unicode('f2f5');
|
|
2454
2485
|
$ti-icon-ironing-3: unicode('f2f6');
|
|
@@ -2518,6 +2549,7 @@ $ti-icon-layout-distribute-horizontal: unicode('ead5');
|
|
|
2518
2549
|
$ti-icon-layout-distribute-vertical: unicode('ead6');
|
|
2519
2550
|
$ti-icon-layout-grid: unicode('edba');
|
|
2520
2551
|
$ti-icon-layout-grid-add: unicode('edb9');
|
|
2552
|
+
$ti-icon-layout-grid-remove: unicode('fa7d');
|
|
2521
2553
|
$ti-icon-layout-kanban: unicode('ec3f');
|
|
2522
2554
|
$ti-icon-layout-list: unicode('ec14');
|
|
2523
2555
|
$ti-icon-layout-navbar: unicode('ead7');
|
|
@@ -2634,6 +2666,7 @@ $ti-icon-logic-xnor: unicode('f246');
|
|
|
2634
2666
|
$ti-icon-logic-xor: unicode('f247');
|
|
2635
2667
|
$ti-icon-login: unicode('eba7');
|
|
2636
2668
|
$ti-icon-logout: unicode('eba8');
|
|
2669
|
+
$ti-icon-logout-2: unicode('fa7e');
|
|
2637
2670
|
$ti-icon-lollipop: unicode('efcc');
|
|
2638
2671
|
$ti-icon-lollipop-off: unicode('f157');
|
|
2639
2672
|
$ti-icon-luggage: unicode('efad');
|
|
@@ -4055,6 +4088,7 @@ $ti-icon-wash-dry-3: unicode('f2fc');
|
|
|
4055
4088
|
$ti-icon-wash-dry-a: unicode('f2fd');
|
|
4056
4089
|
$ti-icon-wash-dry-dip: unicode('f2fe');
|
|
4057
4090
|
$ti-icon-wash-dry-f: unicode('f2ff');
|
|
4091
|
+
$ti-icon-wash-dry-flat: unicode('fa7f');
|
|
4058
4092
|
$ti-icon-wash-dry-hang: unicode('f300');
|
|
4059
4093
|
$ti-icon-wash-dry-off: unicode('f301');
|
|
4060
4094
|
$ti-icon-wash-dry-p: unicode('f302');
|
|
@@ -4062,7 +4096,9 @@ $ti-icon-wash-dry-shade: unicode('f303');
|
|
|
4062
4096
|
$ti-icon-wash-dry-w: unicode('f322');
|
|
4063
4097
|
$ti-icon-wash-dryclean: unicode('f305');
|
|
4064
4098
|
$ti-icon-wash-dryclean-off: unicode('f323');
|
|
4099
|
+
$ti-icon-wash-eco: unicode('fa80');
|
|
4065
4100
|
$ti-icon-wash-gentle: unicode('f306');
|
|
4101
|
+
$ti-icon-wash-hand: unicode('fa81');
|
|
4066
4102
|
$ti-icon-wash-machine: unicode('f25e');
|
|
4067
4103
|
$ti-icon-wash-off: unicode('f307');
|
|
4068
4104
|
$ti-icon-wash-press: unicode('f308');
|
|
@@ -4330,6 +4366,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4330
4366
|
.#{$ti-prefix}-apps-filled:before { content: $ti-icon-apps-filled; }
|
|
4331
4367
|
.#{$ti-prefix}-apps-off:before { content: $ti-icon-apps-off; }
|
|
4332
4368
|
.#{$ti-prefix}-archive:before { content: $ti-icon-archive; }
|
|
4369
|
+
.#{$ti-prefix}-archive-filled:before { content: $ti-icon-archive-filled; }
|
|
4333
4370
|
.#{$ti-prefix}-archive-off:before { content: $ti-icon-archive-off; }
|
|
4334
4371
|
.#{$ti-prefix}-armchair:before { content: $ti-icon-armchair; }
|
|
4335
4372
|
.#{$ti-prefix}-armchair-2:before { content: $ti-icon-armchair-2; }
|
|
@@ -4514,6 +4551,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4514
4551
|
.#{$ti-prefix}-arrows-up-right:before { content: $ti-icon-arrows-up-right; }
|
|
4515
4552
|
.#{$ti-prefix}-arrows-vertical:before { content: $ti-icon-arrows-vertical; }
|
|
4516
4553
|
.#{$ti-prefix}-artboard:before { content: $ti-icon-artboard; }
|
|
4554
|
+
.#{$ti-prefix}-artboard-filled:before { content: $ti-icon-artboard-filled; }
|
|
4517
4555
|
.#{$ti-prefix}-artboard-off:before { content: $ti-icon-artboard-off; }
|
|
4518
4556
|
.#{$ti-prefix}-article:before { content: $ti-icon-article; }
|
|
4519
4557
|
.#{$ti-prefix}-article-filled-filled:before { content: $ti-icon-article-filled-filled; }
|
|
@@ -4577,8 +4615,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4577
4615
|
.#{$ti-prefix}-ball-tennis:before { content: $ti-icon-ball-tennis; }
|
|
4578
4616
|
.#{$ti-prefix}-ball-volleyball:before { content: $ti-icon-ball-volleyball; }
|
|
4579
4617
|
.#{$ti-prefix}-balloon:before { content: $ti-icon-balloon; }
|
|
4618
|
+
.#{$ti-prefix}-balloon-filled:before { content: $ti-icon-balloon-filled; }
|
|
4580
4619
|
.#{$ti-prefix}-balloon-off:before { content: $ti-icon-balloon-off; }
|
|
4581
4620
|
.#{$ti-prefix}-ballpen:before { content: $ti-icon-ballpen; }
|
|
4621
|
+
.#{$ti-prefix}-ballpen-filled:before { content: $ti-icon-ballpen-filled; }
|
|
4582
4622
|
.#{$ti-prefix}-ballpen-off:before { content: $ti-icon-ballpen-off; }
|
|
4583
4623
|
.#{$ti-prefix}-ban:before { content: $ti-icon-ban; }
|
|
4584
4624
|
.#{$ti-prefix}-bandage:before { content: $ti-icon-bandage; }
|
|
@@ -4687,6 +4727,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4687
4727
|
.#{$ti-prefix}-bolt:before { content: $ti-icon-bolt; }
|
|
4688
4728
|
.#{$ti-prefix}-bolt-off:before { content: $ti-icon-bolt-off; }
|
|
4689
4729
|
.#{$ti-prefix}-bomb:before { content: $ti-icon-bomb; }
|
|
4730
|
+
.#{$ti-prefix}-bomb-filled:before { content: $ti-icon-bomb-filled; }
|
|
4690
4731
|
.#{$ti-prefix}-bone:before { content: $ti-icon-bone; }
|
|
4691
4732
|
.#{$ti-prefix}-bone-off:before { content: $ti-icon-bone-off; }
|
|
4692
4733
|
.#{$ti-prefix}-bong:before { content: $ti-icon-bong; }
|
|
@@ -4694,10 +4735,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4694
4735
|
.#{$ti-prefix}-book:before { content: $ti-icon-book; }
|
|
4695
4736
|
.#{$ti-prefix}-book-2:before { content: $ti-icon-book-2; }
|
|
4696
4737
|
.#{$ti-prefix}-book-download:before { content: $ti-icon-book-download; }
|
|
4738
|
+
.#{$ti-prefix}-book-filled:before { content: $ti-icon-book-filled; }
|
|
4697
4739
|
.#{$ti-prefix}-book-off:before { content: $ti-icon-book-off; }
|
|
4698
4740
|
.#{$ti-prefix}-book-upload:before { content: $ti-icon-book-upload; }
|
|
4699
4741
|
.#{$ti-prefix}-bookmark:before { content: $ti-icon-bookmark; }
|
|
4700
4742
|
.#{$ti-prefix}-bookmark-edit:before { content: $ti-icon-bookmark-edit; }
|
|
4743
|
+
.#{$ti-prefix}-bookmark-filled:before { content: $ti-icon-bookmark-filled; }
|
|
4701
4744
|
.#{$ti-prefix}-bookmark-minus:before { content: $ti-icon-bookmark-minus; }
|
|
4702
4745
|
.#{$ti-prefix}-bookmark-off:before { content: $ti-icon-bookmark-off; }
|
|
4703
4746
|
.#{$ti-prefix}-bookmark-plus:before { content: $ti-icon-bookmark-plus; }
|
|
@@ -4722,6 +4765,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4722
4765
|
.#{$ti-prefix}-border-top:before { content: $ti-icon-border-top; }
|
|
4723
4766
|
.#{$ti-prefix}-border-vertical:before { content: $ti-icon-border-vertical; }
|
|
4724
4767
|
.#{$ti-prefix}-bottle:before { content: $ti-icon-bottle; }
|
|
4768
|
+
.#{$ti-prefix}-bottle-filled:before { content: $ti-icon-bottle-filled; }
|
|
4725
4769
|
.#{$ti-prefix}-bottle-off:before { content: $ti-icon-bottle-off; }
|
|
4726
4770
|
.#{$ti-prefix}-bounce-left:before { content: $ti-icon-bounce-left; }
|
|
4727
4771
|
.#{$ti-prefix}-bounce-right:before { content: $ti-icon-bounce-right; }
|
|
@@ -4729,13 +4773,21 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4729
4773
|
.#{$ti-prefix}-bowl:before { content: $ti-icon-bowl; }
|
|
4730
4774
|
.#{$ti-prefix}-box:before { content: $ti-icon-box; }
|
|
4731
4775
|
.#{$ti-prefix}-box-align-bottom:before { content: $ti-icon-box-align-bottom; }
|
|
4776
|
+
.#{$ti-prefix}-box-align-bottom-filled:before { content: $ti-icon-box-align-bottom-filled; }
|
|
4732
4777
|
.#{$ti-prefix}-box-align-bottom-left:before { content: $ti-icon-box-align-bottom-left; }
|
|
4778
|
+
.#{$ti-prefix}-box-align-bottom-left-filled:before { content: $ti-icon-box-align-bottom-left-filled; }
|
|
4733
4779
|
.#{$ti-prefix}-box-align-bottom-right:before { content: $ti-icon-box-align-bottom-right; }
|
|
4780
|
+
.#{$ti-prefix}-box-align-bottom-right-filled:before { content: $ti-icon-box-align-bottom-right-filled; }
|
|
4734
4781
|
.#{$ti-prefix}-box-align-left:before { content: $ti-icon-box-align-left; }
|
|
4782
|
+
.#{$ti-prefix}-box-align-left-filled:before { content: $ti-icon-box-align-left-filled; }
|
|
4735
4783
|
.#{$ti-prefix}-box-align-right:before { content: $ti-icon-box-align-right; }
|
|
4784
|
+
.#{$ti-prefix}-box-align-right-filled:before { content: $ti-icon-box-align-right-filled; }
|
|
4736
4785
|
.#{$ti-prefix}-box-align-top:before { content: $ti-icon-box-align-top; }
|
|
4786
|
+
.#{$ti-prefix}-box-align-top-filled:before { content: $ti-icon-box-align-top-filled; }
|
|
4737
4787
|
.#{$ti-prefix}-box-align-top-left:before { content: $ti-icon-box-align-top-left; }
|
|
4788
|
+
.#{$ti-prefix}-box-align-top-left-filled:before { content: $ti-icon-box-align-top-left-filled; }
|
|
4738
4789
|
.#{$ti-prefix}-box-align-top-right:before { content: $ti-icon-box-align-top-right; }
|
|
4790
|
+
.#{$ti-prefix}-box-align-top-right-filled:before { content: $ti-icon-box-align-top-right-filled; }
|
|
4739
4791
|
.#{$ti-prefix}-box-margin:before { content: $ti-icon-box-margin; }
|
|
4740
4792
|
.#{$ti-prefix}-box-model:before { content: $ti-icon-box-model; }
|
|
4741
4793
|
.#{$ti-prefix}-box-model-2:before { content: $ti-icon-box-model-2; }
|
|
@@ -4779,6 +4831,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4779
4831
|
.#{$ti-prefix}-brand-among-us:before { content: $ti-icon-brand-among-us; }
|
|
4780
4832
|
.#{$ti-prefix}-brand-android:before { content: $ti-icon-brand-android; }
|
|
4781
4833
|
.#{$ti-prefix}-brand-angular:before { content: $ti-icon-brand-angular; }
|
|
4834
|
+
.#{$ti-prefix}-brand-ansible:before { content: $ti-icon-brand-ansible; }
|
|
4782
4835
|
.#{$ti-prefix}-brand-ao3:before { content: $ti-icon-brand-ao3; }
|
|
4783
4836
|
.#{$ti-prefix}-brand-appgallery:before { content: $ti-icon-brand-appgallery; }
|
|
4784
4837
|
.#{$ti-prefix}-brand-apple:before { content: $ti-icon-brand-apple; }
|
|
@@ -4814,6 +4867,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4814
4867
|
.#{$ti-prefix}-brand-carbon:before { content: $ti-icon-brand-carbon; }
|
|
4815
4868
|
.#{$ti-prefix}-brand-cashapp:before { content: $ti-icon-brand-cashapp; }
|
|
4816
4869
|
.#{$ti-prefix}-brand-chrome:before { content: $ti-icon-brand-chrome; }
|
|
4870
|
+
.#{$ti-prefix}-brand-cinema-4d:before { content: $ti-icon-brand-cinema-4d; }
|
|
4817
4871
|
.#{$ti-prefix}-brand-citymapper:before { content: $ti-icon-brand-citymapper; }
|
|
4818
4872
|
.#{$ti-prefix}-brand-cloudflare:before { content: $ti-icon-brand-cloudflare; }
|
|
4819
4873
|
.#{$ti-prefix}-brand-codecov:before { content: $ti-icon-brand-codecov; }
|
|
@@ -4826,6 +4880,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4826
4880
|
.#{$ti-prefix}-brand-couchdb:before { content: $ti-icon-brand-couchdb; }
|
|
4827
4881
|
.#{$ti-prefix}-brand-couchsurfing:before { content: $ti-icon-brand-couchsurfing; }
|
|
4828
4882
|
.#{$ti-prefix}-brand-cpp:before { content: $ti-icon-brand-cpp; }
|
|
4883
|
+
.#{$ti-prefix}-brand-craft:before { content: $ti-icon-brand-craft; }
|
|
4829
4884
|
.#{$ti-prefix}-brand-crunchbase:before { content: $ti-icon-brand-crunchbase; }
|
|
4830
4885
|
.#{$ti-prefix}-brand-css3:before { content: $ti-icon-brand-css3; }
|
|
4831
4886
|
.#{$ti-prefix}-brand-ctemplar:before { content: $ti-icon-brand-ctemplar; }
|
|
@@ -4841,6 +4896,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4841
4896
|
.#{$ti-prefix}-brand-deno:before { content: $ti-icon-brand-deno; }
|
|
4842
4897
|
.#{$ti-prefix}-brand-denodo:before { content: $ti-icon-brand-denodo; }
|
|
4843
4898
|
.#{$ti-prefix}-brand-deviantart:before { content: $ti-icon-brand-deviantart; }
|
|
4899
|
+
.#{$ti-prefix}-brand-digg:before { content: $ti-icon-brand-digg; }
|
|
4844
4900
|
.#{$ti-prefix}-brand-dingtalk:before { content: $ti-icon-brand-dingtalk; }
|
|
4845
4901
|
.#{$ti-prefix}-brand-discord:before { content: $ti-icon-brand-discord; }
|
|
4846
4902
|
.#{$ti-prefix}-brand-discord-filled:before { content: $ti-icon-brand-discord-filled; }
|
|
@@ -4857,13 +4913,16 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4857
4913
|
.#{$ti-prefix}-brand-drupal:before { content: $ti-icon-brand-drupal; }
|
|
4858
4914
|
.#{$ti-prefix}-brand-edge:before { content: $ti-icon-brand-edge; }
|
|
4859
4915
|
.#{$ti-prefix}-brand-elastic:before { content: $ti-icon-brand-elastic; }
|
|
4916
|
+
.#{$ti-prefix}-brand-electronic-arts:before { content: $ti-icon-brand-electronic-arts; }
|
|
4860
4917
|
.#{$ti-prefix}-brand-ember:before { content: $ti-icon-brand-ember; }
|
|
4861
4918
|
.#{$ti-prefix}-brand-envato:before { content: $ti-icon-brand-envato; }
|
|
4862
4919
|
.#{$ti-prefix}-brand-etsy:before { content: $ti-icon-brand-etsy; }
|
|
4863
4920
|
.#{$ti-prefix}-brand-evernote:before { content: $ti-icon-brand-evernote; }
|
|
4864
4921
|
.#{$ti-prefix}-brand-facebook:before { content: $ti-icon-brand-facebook; }
|
|
4865
4922
|
.#{$ti-prefix}-brand-facebook-filled:before { content: $ti-icon-brand-facebook-filled; }
|
|
4923
|
+
.#{$ti-prefix}-brand-feedly:before { content: $ti-icon-brand-feedly; }
|
|
4866
4924
|
.#{$ti-prefix}-brand-figma:before { content: $ti-icon-brand-figma; }
|
|
4925
|
+
.#{$ti-prefix}-brand-filezilla:before { content: $ti-icon-brand-filezilla; }
|
|
4867
4926
|
.#{$ti-prefix}-brand-finder:before { content: $ti-icon-brand-finder; }
|
|
4868
4927
|
.#{$ti-prefix}-brand-firebase:before { content: $ti-icon-brand-firebase; }
|
|
4869
4928
|
.#{$ti-prefix}-brand-firefox:before { content: $ti-icon-brand-firefox; }
|
|
@@ -5009,6 +5068,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5009
5068
|
.#{$ti-prefix}-brand-solidjs:before { content: $ti-icon-brand-solidjs; }
|
|
5010
5069
|
.#{$ti-prefix}-brand-soundcloud:before { content: $ti-icon-brand-soundcloud; }
|
|
5011
5070
|
.#{$ti-prefix}-brand-spacehey:before { content: $ti-icon-brand-spacehey; }
|
|
5071
|
+
.#{$ti-prefix}-brand-speedtest:before { content: $ti-icon-brand-speedtest; }
|
|
5012
5072
|
.#{$ti-prefix}-brand-spotify:before { content: $ti-icon-brand-spotify; }
|
|
5013
5073
|
.#{$ti-prefix}-brand-stackoverflow:before { content: $ti-icon-brand-stackoverflow; }
|
|
5014
5074
|
.#{$ti-prefix}-brand-stackshare:before { content: $ti-icon-brand-stackshare; }
|
|
@@ -5064,6 +5124,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5064
5124
|
.#{$ti-prefix}-brand-vite:before { content: $ti-icon-brand-vite; }
|
|
5065
5125
|
.#{$ti-prefix}-brand-vivaldi:before { content: $ti-icon-brand-vivaldi; }
|
|
5066
5126
|
.#{$ti-prefix}-brand-vk:before { content: $ti-icon-brand-vk; }
|
|
5127
|
+
.#{$ti-prefix}-brand-vlc:before { content: $ti-icon-brand-vlc; }
|
|
5067
5128
|
.#{$ti-prefix}-brand-volkswagen:before { content: $ti-icon-brand-volkswagen; }
|
|
5068
5129
|
.#{$ti-prefix}-brand-vsco:before { content: $ti-icon-brand-vsco; }
|
|
5069
5130
|
.#{$ti-prefix}-brand-vscode:before { content: $ti-icon-brand-vscode; }
|
|
@@ -5074,11 +5135,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5074
5135
|
.#{$ti-prefix}-brand-wechat:before { content: $ti-icon-brand-wechat; }
|
|
5075
5136
|
.#{$ti-prefix}-brand-weibo:before { content: $ti-icon-brand-weibo; }
|
|
5076
5137
|
.#{$ti-prefix}-brand-whatsapp:before { content: $ti-icon-brand-whatsapp; }
|
|
5138
|
+
.#{$ti-prefix}-brand-wikipedia:before { content: $ti-icon-brand-wikipedia; }
|
|
5077
5139
|
.#{$ti-prefix}-brand-windows:before { content: $ti-icon-brand-windows; }
|
|
5078
5140
|
.#{$ti-prefix}-brand-windy:before { content: $ti-icon-brand-windy; }
|
|
5079
5141
|
.#{$ti-prefix}-brand-wish:before { content: $ti-icon-brand-wish; }
|
|
5080
5142
|
.#{$ti-prefix}-brand-wix:before { content: $ti-icon-brand-wix; }
|
|
5081
5143
|
.#{$ti-prefix}-brand-wordpress:before { content: $ti-icon-brand-wordpress; }
|
|
5144
|
+
.#{$ti-prefix}-brand-xamarin:before { content: $ti-icon-brand-xamarin; }
|
|
5082
5145
|
.#{$ti-prefix}-brand-xbox:before { content: $ti-icon-brand-xbox; }
|
|
5083
5146
|
.#{$ti-prefix}-brand-xing:before { content: $ti-icon-brand-xing; }
|
|
5084
5147
|
.#{$ti-prefix}-brand-yahoo:before { content: $ti-icon-brand-yahoo; }
|
|
@@ -5231,7 +5294,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5231
5294
|
.#{$ti-prefix}-caret-right:before { content: $ti-icon-caret-right; }
|
|
5232
5295
|
.#{$ti-prefix}-caret-up:before { content: $ti-icon-caret-up; }
|
|
5233
5296
|
.#{$ti-prefix}-carousel-horizontal:before { content: $ti-icon-carousel-horizontal; }
|
|
5297
|
+
.#{$ti-prefix}-carousel-horizontal-filled:before { content: $ti-icon-carousel-horizontal-filled; }
|
|
5234
5298
|
.#{$ti-prefix}-carousel-vertical:before { content: $ti-icon-carousel-vertical; }
|
|
5299
|
+
.#{$ti-prefix}-carousel-vertical-filled:before { content: $ti-icon-carousel-vertical-filled; }
|
|
5235
5300
|
.#{$ti-prefix}-carrot:before { content: $ti-icon-carrot; }
|
|
5236
5301
|
.#{$ti-prefix}-carrot-off:before { content: $ti-icon-carrot-off; }
|
|
5237
5302
|
.#{$ti-prefix}-cash:before { content: $ti-icon-cash; }
|
|
@@ -6396,6 +6461,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6396
6461
|
.#{$ti-prefix}-hanger-off:before { content: $ti-icon-hanger-off; }
|
|
6397
6462
|
.#{$ti-prefix}-hash:before { content: $ti-icon-hash; }
|
|
6398
6463
|
.#{$ti-prefix}-haze:before { content: $ti-icon-haze; }
|
|
6464
|
+
.#{$ti-prefix}-hdr:before { content: $ti-icon-hdr; }
|
|
6399
6465
|
.#{$ti-prefix}-heading:before { content: $ti-icon-heading; }
|
|
6400
6466
|
.#{$ti-prefix}-heading-off:before { content: $ti-icon-heading-off; }
|
|
6401
6467
|
.#{$ti-prefix}-headphones:before { content: $ti-icon-headphones; }
|
|
@@ -6591,6 +6657,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6591
6657
|
.#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; }
|
|
6592
6658
|
.#{$ti-prefix}-inner-shadow-top-right-filled:before { content: $ti-icon-inner-shadow-top-right-filled; }
|
|
6593
6659
|
.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; }
|
|
6660
|
+
.#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; }
|
|
6594
6661
|
.#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; }
|
|
6595
6662
|
.#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; }
|
|
6596
6663
|
.#{$ti-prefix}-ironing-3:before { content: $ti-icon-ironing-3; }
|
|
@@ -6660,6 +6727,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6660
6727
|
.#{$ti-prefix}-layout-distribute-vertical:before { content: $ti-icon-layout-distribute-vertical; }
|
|
6661
6728
|
.#{$ti-prefix}-layout-grid:before { content: $ti-icon-layout-grid; }
|
|
6662
6729
|
.#{$ti-prefix}-layout-grid-add:before { content: $ti-icon-layout-grid-add; }
|
|
6730
|
+
.#{$ti-prefix}-layout-grid-remove:before { content: $ti-icon-layout-grid-remove; }
|
|
6663
6731
|
.#{$ti-prefix}-layout-kanban:before { content: $ti-icon-layout-kanban; }
|
|
6664
6732
|
.#{$ti-prefix}-layout-list:before { content: $ti-icon-layout-list; }
|
|
6665
6733
|
.#{$ti-prefix}-layout-navbar:before { content: $ti-icon-layout-navbar; }
|
|
@@ -6776,6 +6844,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6776
6844
|
.#{$ti-prefix}-logic-xor:before { content: $ti-icon-logic-xor; }
|
|
6777
6845
|
.#{$ti-prefix}-login:before { content: $ti-icon-login; }
|
|
6778
6846
|
.#{$ti-prefix}-logout:before { content: $ti-icon-logout; }
|
|
6847
|
+
.#{$ti-prefix}-logout-2:before { content: $ti-icon-logout-2; }
|
|
6779
6848
|
.#{$ti-prefix}-lollipop:before { content: $ti-icon-lollipop; }
|
|
6780
6849
|
.#{$ti-prefix}-lollipop-off:before { content: $ti-icon-lollipop-off; }
|
|
6781
6850
|
.#{$ti-prefix}-luggage:before { content: $ti-icon-luggage; }
|
|
@@ -8197,6 +8266,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8197
8266
|
.#{$ti-prefix}-wash-dry-a:before { content: $ti-icon-wash-dry-a; }
|
|
8198
8267
|
.#{$ti-prefix}-wash-dry-dip:before { content: $ti-icon-wash-dry-dip; }
|
|
8199
8268
|
.#{$ti-prefix}-wash-dry-f:before { content: $ti-icon-wash-dry-f; }
|
|
8269
|
+
.#{$ti-prefix}-wash-dry-flat:before { content: $ti-icon-wash-dry-flat; }
|
|
8200
8270
|
.#{$ti-prefix}-wash-dry-hang:before { content: $ti-icon-wash-dry-hang; }
|
|
8201
8271
|
.#{$ti-prefix}-wash-dry-off:before { content: $ti-icon-wash-dry-off; }
|
|
8202
8272
|
.#{$ti-prefix}-wash-dry-p:before { content: $ti-icon-wash-dry-p; }
|
|
@@ -8204,7 +8274,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8204
8274
|
.#{$ti-prefix}-wash-dry-w:before { content: $ti-icon-wash-dry-w; }
|
|
8205
8275
|
.#{$ti-prefix}-wash-dryclean:before { content: $ti-icon-wash-dryclean; }
|
|
8206
8276
|
.#{$ti-prefix}-wash-dryclean-off:before { content: $ti-icon-wash-dryclean-off; }
|
|
8277
|
+
.#{$ti-prefix}-wash-eco:before { content: $ti-icon-wash-eco; }
|
|
8207
8278
|
.#{$ti-prefix}-wash-gentle:before { content: $ti-icon-wash-gentle; }
|
|
8279
|
+
.#{$ti-prefix}-wash-hand:before { content: $ti-icon-wash-hand; }
|
|
8208
8280
|
.#{$ti-prefix}-wash-machine:before { content: $ti-icon-wash-machine; }
|
|
8209
8281
|
.#{$ti-prefix}-wash-off:before { content: $ti-icon-wash-off; }
|
|
8210
8282
|
.#{$ti-prefix}-wash-press:before { content: $ti-icon-wash-press; }
|