@tabler/icons-webfont 2.17.0 → 2.18.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 +75 -3
- package/tabler-icons.css.map +7 -1
- package/tabler-icons.html +164 -2
- package/tabler-icons.min.css +3 -2
- package/tabler-icons.min.css.map +7 -1
- package/tabler-icons.scss +41 -5
package/tabler-icons.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.18.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.18.0');
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons.eot?#iefix-v2.18.0') format('embedded-opentype'),
|
|
17
|
+
url('#{$ti-font-path}/tabler-icons.woff2?v2.18.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.18.0') format('truetype');
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.#{$ti-prefix} {
|
|
@@ -637,6 +637,7 @@ $ti-icon-brand-amigo: unicode('f5f9');
|
|
|
637
637
|
$ti-icon-brand-among-us: unicode('f205');
|
|
638
638
|
$ti-icon-brand-android: unicode('ec16');
|
|
639
639
|
$ti-icon-brand-angular: unicode('ef6b');
|
|
640
|
+
$ti-icon-brand-ansible: unicode('fa70');
|
|
640
641
|
$ti-icon-brand-ao3: unicode('f5e8');
|
|
641
642
|
$ti-icon-brand-appgallery: unicode('f231');
|
|
642
643
|
$ti-icon-brand-apple: unicode('ec17');
|
|
@@ -672,6 +673,7 @@ $ti-icon-brand-campaignmonitor: unicode('f328');
|
|
|
672
673
|
$ti-icon-brand-carbon: unicode('f348');
|
|
673
674
|
$ti-icon-brand-cashapp: unicode('f391');
|
|
674
675
|
$ti-icon-brand-chrome: unicode('ec18');
|
|
676
|
+
$ti-icon-brand-cinema-4d: unicode('fa71');
|
|
675
677
|
$ti-icon-brand-citymapper: unicode('f5fc');
|
|
676
678
|
$ti-icon-brand-cloudflare: unicode('fa4e');
|
|
677
679
|
$ti-icon-brand-codecov: unicode('f329');
|
|
@@ -684,6 +686,7 @@ $ti-icon-brand-coreos: unicode('f5fd');
|
|
|
684
686
|
$ti-icon-brand-couchdb: unicode('f60f');
|
|
685
687
|
$ti-icon-brand-couchsurfing: unicode('f392');
|
|
686
688
|
$ti-icon-brand-cpp: unicode('f5fe');
|
|
689
|
+
$ti-icon-brand-craft: unicode('fa72');
|
|
687
690
|
$ti-icon-brand-crunchbase: unicode('f7e3');
|
|
688
691
|
$ti-icon-brand-css3: unicode('ed6b');
|
|
689
692
|
$ti-icon-brand-ctemplar: unicode('f4d0');
|
|
@@ -699,6 +702,7 @@ $ti-icon-brand-deliveroo: unicode('f4d3');
|
|
|
699
702
|
$ti-icon-brand-deno: unicode('f24f');
|
|
700
703
|
$ti-icon-brand-denodo: unicode('f610');
|
|
701
704
|
$ti-icon-brand-deviantart: unicode('ecfb');
|
|
705
|
+
$ti-icon-brand-digg: unicode('fa73');
|
|
702
706
|
$ti-icon-brand-dingtalk: unicode('f5ea');
|
|
703
707
|
$ti-icon-brand-discord: unicode('ece3');
|
|
704
708
|
$ti-icon-brand-discord-filled: unicode('f7e4');
|
|
@@ -715,13 +719,16 @@ $ti-icon-brand-drops: unicode('f4d5');
|
|
|
715
719
|
$ti-icon-brand-drupal: unicode('f393');
|
|
716
720
|
$ti-icon-brand-edge: unicode('ecfc');
|
|
717
721
|
$ti-icon-brand-elastic: unicode('f611');
|
|
722
|
+
$ti-icon-brand-electronic-arts: unicode('fa74');
|
|
718
723
|
$ti-icon-brand-ember: unicode('f497');
|
|
719
724
|
$ti-icon-brand-envato: unicode('f394');
|
|
720
725
|
$ti-icon-brand-etsy: unicode('f654');
|
|
721
726
|
$ti-icon-brand-evernote: unicode('f600');
|
|
722
727
|
$ti-icon-brand-facebook: unicode('ec1a');
|
|
723
728
|
$ti-icon-brand-facebook-filled: unicode('f7e6');
|
|
729
|
+
$ti-icon-brand-feedly: unicode('fa75');
|
|
724
730
|
$ti-icon-brand-figma: unicode('ec93');
|
|
731
|
+
$ti-icon-brand-filezilla: unicode('fa76');
|
|
725
732
|
$ti-icon-brand-finder: unicode('f218');
|
|
726
733
|
$ti-icon-brand-firebase: unicode('ef6e');
|
|
727
734
|
$ti-icon-brand-firefox: unicode('ecfd');
|
|
@@ -867,6 +874,7 @@ $ti-icon-brand-socket-io: unicode('f49b');
|
|
|
867
874
|
$ti-icon-brand-solidjs: unicode('f5ee');
|
|
868
875
|
$ti-icon-brand-soundcloud: unicode('ed6e');
|
|
869
876
|
$ti-icon-brand-spacehey: unicode('f4fc');
|
|
877
|
+
$ti-icon-brand-speedtest: unicode('fa77');
|
|
870
878
|
$ti-icon-brand-spotify: unicode('ed03');
|
|
871
879
|
$ti-icon-brand-stackoverflow: unicode('ef58');
|
|
872
880
|
$ti-icon-brand-stackshare: unicode('f607');
|
|
@@ -922,6 +930,7 @@ $ti-icon-brand-visual-studio: unicode('ef76');
|
|
|
922
930
|
$ti-icon-brand-vite: unicode('f5f2');
|
|
923
931
|
$ti-icon-brand-vivaldi: unicode('f210');
|
|
924
932
|
$ti-icon-brand-vk: unicode('ed72');
|
|
933
|
+
$ti-icon-brand-vlc: unicode('fa78');
|
|
925
934
|
$ti-icon-brand-volkswagen: unicode('f50e');
|
|
926
935
|
$ti-icon-brand-vsco: unicode('f334');
|
|
927
936
|
$ti-icon-brand-vscode: unicode('f3a0');
|
|
@@ -932,11 +941,13 @@ $ti-icon-brand-webflow: unicode('f2d2');
|
|
|
932
941
|
$ti-icon-brand-wechat: unicode('f5f3');
|
|
933
942
|
$ti-icon-brand-weibo: unicode('f609');
|
|
934
943
|
$ti-icon-brand-whatsapp: unicode('ec74');
|
|
944
|
+
$ti-icon-brand-wikipedia: unicode('fa79');
|
|
935
945
|
$ti-icon-brand-windows: unicode('ecd8');
|
|
936
946
|
$ti-icon-brand-windy: unicode('f4dd');
|
|
937
947
|
$ti-icon-brand-wish: unicode('f212');
|
|
938
948
|
$ti-icon-brand-wix: unicode('f3a1');
|
|
939
949
|
$ti-icon-brand-wordpress: unicode('f2d3');
|
|
950
|
+
$ti-icon-brand-xamarin: unicode('fa7a');
|
|
940
951
|
$ti-icon-brand-xbox: unicode('f298');
|
|
941
952
|
$ti-icon-brand-xing: unicode('f21a');
|
|
942
953
|
$ti-icon-brand-yahoo: unicode('ed73');
|
|
@@ -2254,6 +2265,7 @@ $ti-icon-hanger-2: unicode('f09c');
|
|
|
2254
2265
|
$ti-icon-hanger-off: unicode('f13e');
|
|
2255
2266
|
$ti-icon-hash: unicode('eabc');
|
|
2256
2267
|
$ti-icon-haze: unicode('efaa');
|
|
2268
|
+
$ti-icon-hdr: unicode('fa7b');
|
|
2257
2269
|
$ti-icon-heading: unicode('ee9b');
|
|
2258
2270
|
$ti-icon-heading-off: unicode('f13f');
|
|
2259
2271
|
$ti-icon-headphones: unicode('eabd');
|
|
@@ -2449,6 +2461,7 @@ $ti-icon-inner-shadow-top-left-filled: unicode('f75d');
|
|
|
2449
2461
|
$ti-icon-inner-shadow-top-right: unicode('f524');
|
|
2450
2462
|
$ti-icon-inner-shadow-top-right-filled: unicode('f75e');
|
|
2451
2463
|
$ti-icon-input-search: unicode('f2a2');
|
|
2464
|
+
$ti-icon-ironing: unicode('fa7c');
|
|
2452
2465
|
$ti-icon-ironing-1: unicode('f2f4');
|
|
2453
2466
|
$ti-icon-ironing-2: unicode('f2f5');
|
|
2454
2467
|
$ti-icon-ironing-3: unicode('f2f6');
|
|
@@ -2518,6 +2531,7 @@ $ti-icon-layout-distribute-horizontal: unicode('ead5');
|
|
|
2518
2531
|
$ti-icon-layout-distribute-vertical: unicode('ead6');
|
|
2519
2532
|
$ti-icon-layout-grid: unicode('edba');
|
|
2520
2533
|
$ti-icon-layout-grid-add: unicode('edb9');
|
|
2534
|
+
$ti-icon-layout-grid-remove: unicode('fa7d');
|
|
2521
2535
|
$ti-icon-layout-kanban: unicode('ec3f');
|
|
2522
2536
|
$ti-icon-layout-list: unicode('ec14');
|
|
2523
2537
|
$ti-icon-layout-navbar: unicode('ead7');
|
|
@@ -2634,6 +2648,7 @@ $ti-icon-logic-xnor: unicode('f246');
|
|
|
2634
2648
|
$ti-icon-logic-xor: unicode('f247');
|
|
2635
2649
|
$ti-icon-login: unicode('eba7');
|
|
2636
2650
|
$ti-icon-logout: unicode('eba8');
|
|
2651
|
+
$ti-icon-logout-2: unicode('fa7e');
|
|
2637
2652
|
$ti-icon-lollipop: unicode('efcc');
|
|
2638
2653
|
$ti-icon-lollipop-off: unicode('f157');
|
|
2639
2654
|
$ti-icon-luggage: unicode('efad');
|
|
@@ -4055,6 +4070,7 @@ $ti-icon-wash-dry-3: unicode('f2fc');
|
|
|
4055
4070
|
$ti-icon-wash-dry-a: unicode('f2fd');
|
|
4056
4071
|
$ti-icon-wash-dry-dip: unicode('f2fe');
|
|
4057
4072
|
$ti-icon-wash-dry-f: unicode('f2ff');
|
|
4073
|
+
$ti-icon-wash-dry-flat: unicode('fa7f');
|
|
4058
4074
|
$ti-icon-wash-dry-hang: unicode('f300');
|
|
4059
4075
|
$ti-icon-wash-dry-off: unicode('f301');
|
|
4060
4076
|
$ti-icon-wash-dry-p: unicode('f302');
|
|
@@ -4062,7 +4078,9 @@ $ti-icon-wash-dry-shade: unicode('f303');
|
|
|
4062
4078
|
$ti-icon-wash-dry-w: unicode('f322');
|
|
4063
4079
|
$ti-icon-wash-dryclean: unicode('f305');
|
|
4064
4080
|
$ti-icon-wash-dryclean-off: unicode('f323');
|
|
4081
|
+
$ti-icon-wash-eco: unicode('fa80');
|
|
4065
4082
|
$ti-icon-wash-gentle: unicode('f306');
|
|
4083
|
+
$ti-icon-wash-hand: unicode('fa81');
|
|
4066
4084
|
$ti-icon-wash-machine: unicode('f25e');
|
|
4067
4085
|
$ti-icon-wash-off: unicode('f307');
|
|
4068
4086
|
$ti-icon-wash-press: unicode('f308');
|
|
@@ -4779,6 +4797,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4779
4797
|
.#{$ti-prefix}-brand-among-us:before { content: $ti-icon-brand-among-us; }
|
|
4780
4798
|
.#{$ti-prefix}-brand-android:before { content: $ti-icon-brand-android; }
|
|
4781
4799
|
.#{$ti-prefix}-brand-angular:before { content: $ti-icon-brand-angular; }
|
|
4800
|
+
.#{$ti-prefix}-brand-ansible:before { content: $ti-icon-brand-ansible; }
|
|
4782
4801
|
.#{$ti-prefix}-brand-ao3:before { content: $ti-icon-brand-ao3; }
|
|
4783
4802
|
.#{$ti-prefix}-brand-appgallery:before { content: $ti-icon-brand-appgallery; }
|
|
4784
4803
|
.#{$ti-prefix}-brand-apple:before { content: $ti-icon-brand-apple; }
|
|
@@ -4814,6 +4833,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4814
4833
|
.#{$ti-prefix}-brand-carbon:before { content: $ti-icon-brand-carbon; }
|
|
4815
4834
|
.#{$ti-prefix}-brand-cashapp:before { content: $ti-icon-brand-cashapp; }
|
|
4816
4835
|
.#{$ti-prefix}-brand-chrome:before { content: $ti-icon-brand-chrome; }
|
|
4836
|
+
.#{$ti-prefix}-brand-cinema-4d:before { content: $ti-icon-brand-cinema-4d; }
|
|
4817
4837
|
.#{$ti-prefix}-brand-citymapper:before { content: $ti-icon-brand-citymapper; }
|
|
4818
4838
|
.#{$ti-prefix}-brand-cloudflare:before { content: $ti-icon-brand-cloudflare; }
|
|
4819
4839
|
.#{$ti-prefix}-brand-codecov:before { content: $ti-icon-brand-codecov; }
|
|
@@ -4826,6 +4846,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4826
4846
|
.#{$ti-prefix}-brand-couchdb:before { content: $ti-icon-brand-couchdb; }
|
|
4827
4847
|
.#{$ti-prefix}-brand-couchsurfing:before { content: $ti-icon-brand-couchsurfing; }
|
|
4828
4848
|
.#{$ti-prefix}-brand-cpp:before { content: $ti-icon-brand-cpp; }
|
|
4849
|
+
.#{$ti-prefix}-brand-craft:before { content: $ti-icon-brand-craft; }
|
|
4829
4850
|
.#{$ti-prefix}-brand-crunchbase:before { content: $ti-icon-brand-crunchbase; }
|
|
4830
4851
|
.#{$ti-prefix}-brand-css3:before { content: $ti-icon-brand-css3; }
|
|
4831
4852
|
.#{$ti-prefix}-brand-ctemplar:before { content: $ti-icon-brand-ctemplar; }
|
|
@@ -4841,6 +4862,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4841
4862
|
.#{$ti-prefix}-brand-deno:before { content: $ti-icon-brand-deno; }
|
|
4842
4863
|
.#{$ti-prefix}-brand-denodo:before { content: $ti-icon-brand-denodo; }
|
|
4843
4864
|
.#{$ti-prefix}-brand-deviantart:before { content: $ti-icon-brand-deviantart; }
|
|
4865
|
+
.#{$ti-prefix}-brand-digg:before { content: $ti-icon-brand-digg; }
|
|
4844
4866
|
.#{$ti-prefix}-brand-dingtalk:before { content: $ti-icon-brand-dingtalk; }
|
|
4845
4867
|
.#{$ti-prefix}-brand-discord:before { content: $ti-icon-brand-discord; }
|
|
4846
4868
|
.#{$ti-prefix}-brand-discord-filled:before { content: $ti-icon-brand-discord-filled; }
|
|
@@ -4857,13 +4879,16 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4857
4879
|
.#{$ti-prefix}-brand-drupal:before { content: $ti-icon-brand-drupal; }
|
|
4858
4880
|
.#{$ti-prefix}-brand-edge:before { content: $ti-icon-brand-edge; }
|
|
4859
4881
|
.#{$ti-prefix}-brand-elastic:before { content: $ti-icon-brand-elastic; }
|
|
4882
|
+
.#{$ti-prefix}-brand-electronic-arts:before { content: $ti-icon-brand-electronic-arts; }
|
|
4860
4883
|
.#{$ti-prefix}-brand-ember:before { content: $ti-icon-brand-ember; }
|
|
4861
4884
|
.#{$ti-prefix}-brand-envato:before { content: $ti-icon-brand-envato; }
|
|
4862
4885
|
.#{$ti-prefix}-brand-etsy:before { content: $ti-icon-brand-etsy; }
|
|
4863
4886
|
.#{$ti-prefix}-brand-evernote:before { content: $ti-icon-brand-evernote; }
|
|
4864
4887
|
.#{$ti-prefix}-brand-facebook:before { content: $ti-icon-brand-facebook; }
|
|
4865
4888
|
.#{$ti-prefix}-brand-facebook-filled:before { content: $ti-icon-brand-facebook-filled; }
|
|
4889
|
+
.#{$ti-prefix}-brand-feedly:before { content: $ti-icon-brand-feedly; }
|
|
4866
4890
|
.#{$ti-prefix}-brand-figma:before { content: $ti-icon-brand-figma; }
|
|
4891
|
+
.#{$ti-prefix}-brand-filezilla:before { content: $ti-icon-brand-filezilla; }
|
|
4867
4892
|
.#{$ti-prefix}-brand-finder:before { content: $ti-icon-brand-finder; }
|
|
4868
4893
|
.#{$ti-prefix}-brand-firebase:before { content: $ti-icon-brand-firebase; }
|
|
4869
4894
|
.#{$ti-prefix}-brand-firefox:before { content: $ti-icon-brand-firefox; }
|
|
@@ -5009,6 +5034,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5009
5034
|
.#{$ti-prefix}-brand-solidjs:before { content: $ti-icon-brand-solidjs; }
|
|
5010
5035
|
.#{$ti-prefix}-brand-soundcloud:before { content: $ti-icon-brand-soundcloud; }
|
|
5011
5036
|
.#{$ti-prefix}-brand-spacehey:before { content: $ti-icon-brand-spacehey; }
|
|
5037
|
+
.#{$ti-prefix}-brand-speedtest:before { content: $ti-icon-brand-speedtest; }
|
|
5012
5038
|
.#{$ti-prefix}-brand-spotify:before { content: $ti-icon-brand-spotify; }
|
|
5013
5039
|
.#{$ti-prefix}-brand-stackoverflow:before { content: $ti-icon-brand-stackoverflow; }
|
|
5014
5040
|
.#{$ti-prefix}-brand-stackshare:before { content: $ti-icon-brand-stackshare; }
|
|
@@ -5064,6 +5090,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5064
5090
|
.#{$ti-prefix}-brand-vite:before { content: $ti-icon-brand-vite; }
|
|
5065
5091
|
.#{$ti-prefix}-brand-vivaldi:before { content: $ti-icon-brand-vivaldi; }
|
|
5066
5092
|
.#{$ti-prefix}-brand-vk:before { content: $ti-icon-brand-vk; }
|
|
5093
|
+
.#{$ti-prefix}-brand-vlc:before { content: $ti-icon-brand-vlc; }
|
|
5067
5094
|
.#{$ti-prefix}-brand-volkswagen:before { content: $ti-icon-brand-volkswagen; }
|
|
5068
5095
|
.#{$ti-prefix}-brand-vsco:before { content: $ti-icon-brand-vsco; }
|
|
5069
5096
|
.#{$ti-prefix}-brand-vscode:before { content: $ti-icon-brand-vscode; }
|
|
@@ -5074,11 +5101,13 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5074
5101
|
.#{$ti-prefix}-brand-wechat:before { content: $ti-icon-brand-wechat; }
|
|
5075
5102
|
.#{$ti-prefix}-brand-weibo:before { content: $ti-icon-brand-weibo; }
|
|
5076
5103
|
.#{$ti-prefix}-brand-whatsapp:before { content: $ti-icon-brand-whatsapp; }
|
|
5104
|
+
.#{$ti-prefix}-brand-wikipedia:before { content: $ti-icon-brand-wikipedia; }
|
|
5077
5105
|
.#{$ti-prefix}-brand-windows:before { content: $ti-icon-brand-windows; }
|
|
5078
5106
|
.#{$ti-prefix}-brand-windy:before { content: $ti-icon-brand-windy; }
|
|
5079
5107
|
.#{$ti-prefix}-brand-wish:before { content: $ti-icon-brand-wish; }
|
|
5080
5108
|
.#{$ti-prefix}-brand-wix:before { content: $ti-icon-brand-wix; }
|
|
5081
5109
|
.#{$ti-prefix}-brand-wordpress:before { content: $ti-icon-brand-wordpress; }
|
|
5110
|
+
.#{$ti-prefix}-brand-xamarin:before { content: $ti-icon-brand-xamarin; }
|
|
5082
5111
|
.#{$ti-prefix}-brand-xbox:before { content: $ti-icon-brand-xbox; }
|
|
5083
5112
|
.#{$ti-prefix}-brand-xing:before { content: $ti-icon-brand-xing; }
|
|
5084
5113
|
.#{$ti-prefix}-brand-yahoo:before { content: $ti-icon-brand-yahoo; }
|
|
@@ -6396,6 +6425,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6396
6425
|
.#{$ti-prefix}-hanger-off:before { content: $ti-icon-hanger-off; }
|
|
6397
6426
|
.#{$ti-prefix}-hash:before { content: $ti-icon-hash; }
|
|
6398
6427
|
.#{$ti-prefix}-haze:before { content: $ti-icon-haze; }
|
|
6428
|
+
.#{$ti-prefix}-hdr:before { content: $ti-icon-hdr; }
|
|
6399
6429
|
.#{$ti-prefix}-heading:before { content: $ti-icon-heading; }
|
|
6400
6430
|
.#{$ti-prefix}-heading-off:before { content: $ti-icon-heading-off; }
|
|
6401
6431
|
.#{$ti-prefix}-headphones:before { content: $ti-icon-headphones; }
|
|
@@ -6591,6 +6621,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6591
6621
|
.#{$ti-prefix}-inner-shadow-top-right:before { content: $ti-icon-inner-shadow-top-right; }
|
|
6592
6622
|
.#{$ti-prefix}-inner-shadow-top-right-filled:before { content: $ti-icon-inner-shadow-top-right-filled; }
|
|
6593
6623
|
.#{$ti-prefix}-input-search:before { content: $ti-icon-input-search; }
|
|
6624
|
+
.#{$ti-prefix}-ironing:before { content: $ti-icon-ironing; }
|
|
6594
6625
|
.#{$ti-prefix}-ironing-1:before { content: $ti-icon-ironing-1; }
|
|
6595
6626
|
.#{$ti-prefix}-ironing-2:before { content: $ti-icon-ironing-2; }
|
|
6596
6627
|
.#{$ti-prefix}-ironing-3:before { content: $ti-icon-ironing-3; }
|
|
@@ -6660,6 +6691,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6660
6691
|
.#{$ti-prefix}-layout-distribute-vertical:before { content: $ti-icon-layout-distribute-vertical; }
|
|
6661
6692
|
.#{$ti-prefix}-layout-grid:before { content: $ti-icon-layout-grid; }
|
|
6662
6693
|
.#{$ti-prefix}-layout-grid-add:before { content: $ti-icon-layout-grid-add; }
|
|
6694
|
+
.#{$ti-prefix}-layout-grid-remove:before { content: $ti-icon-layout-grid-remove; }
|
|
6663
6695
|
.#{$ti-prefix}-layout-kanban:before { content: $ti-icon-layout-kanban; }
|
|
6664
6696
|
.#{$ti-prefix}-layout-list:before { content: $ti-icon-layout-list; }
|
|
6665
6697
|
.#{$ti-prefix}-layout-navbar:before { content: $ti-icon-layout-navbar; }
|
|
@@ -6776,6 +6808,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6776
6808
|
.#{$ti-prefix}-logic-xor:before { content: $ti-icon-logic-xor; }
|
|
6777
6809
|
.#{$ti-prefix}-login:before { content: $ti-icon-login; }
|
|
6778
6810
|
.#{$ti-prefix}-logout:before { content: $ti-icon-logout; }
|
|
6811
|
+
.#{$ti-prefix}-logout-2:before { content: $ti-icon-logout-2; }
|
|
6779
6812
|
.#{$ti-prefix}-lollipop:before { content: $ti-icon-lollipop; }
|
|
6780
6813
|
.#{$ti-prefix}-lollipop-off:before { content: $ti-icon-lollipop-off; }
|
|
6781
6814
|
.#{$ti-prefix}-luggage:before { content: $ti-icon-luggage; }
|
|
@@ -8197,6 +8230,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8197
8230
|
.#{$ti-prefix}-wash-dry-a:before { content: $ti-icon-wash-dry-a; }
|
|
8198
8231
|
.#{$ti-prefix}-wash-dry-dip:before { content: $ti-icon-wash-dry-dip; }
|
|
8199
8232
|
.#{$ti-prefix}-wash-dry-f:before { content: $ti-icon-wash-dry-f; }
|
|
8233
|
+
.#{$ti-prefix}-wash-dry-flat:before { content: $ti-icon-wash-dry-flat; }
|
|
8200
8234
|
.#{$ti-prefix}-wash-dry-hang:before { content: $ti-icon-wash-dry-hang; }
|
|
8201
8235
|
.#{$ti-prefix}-wash-dry-off:before { content: $ti-icon-wash-dry-off; }
|
|
8202
8236
|
.#{$ti-prefix}-wash-dry-p:before { content: $ti-icon-wash-dry-p; }
|
|
@@ -8204,7 +8238,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8204
8238
|
.#{$ti-prefix}-wash-dry-w:before { content: $ti-icon-wash-dry-w; }
|
|
8205
8239
|
.#{$ti-prefix}-wash-dryclean:before { content: $ti-icon-wash-dryclean; }
|
|
8206
8240
|
.#{$ti-prefix}-wash-dryclean-off:before { content: $ti-icon-wash-dryclean-off; }
|
|
8241
|
+
.#{$ti-prefix}-wash-eco:before { content: $ti-icon-wash-eco; }
|
|
8207
8242
|
.#{$ti-prefix}-wash-gentle:before { content: $ti-icon-wash-gentle; }
|
|
8243
|
+
.#{$ti-prefix}-wash-hand:before { content: $ti-icon-wash-hand; }
|
|
8208
8244
|
.#{$ti-prefix}-wash-machine:before { content: $ti-icon-wash-machine; }
|
|
8209
8245
|
.#{$ti-prefix}-wash-off:before { content: $ti-icon-wash-off; }
|
|
8210
8246
|
.#{$ti-prefix}-wash-press:before { content: $ti-icon-wash-press; }
|