@tabler/icons-webfont 3.6.0 → 3.8.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/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/dist/fonts/tabler-icons-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-outline.woff +0 -0
- package/dist/fonts/tabler-icons-outline.woff2 +0 -0
- package/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 +2 -2
- package/dist/tabler-icons-filled.html +2 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.scss +3 -3
- package/dist/tabler-icons-outline.css +151 -3
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +329 -5
- package/dist/tabler-icons-outline.min.css +2 -2
- package/dist/tabler-icons-outline.min.css.map +1 -1
- package/dist/tabler-icons-outline.scss +78 -5
- package/dist/tabler-icons.css +151 -11
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +329 -23
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +78 -9
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons 3.
|
|
3
|
+
* Tabler Icons 3.8.0 by tabler - https://tabler.io
|
|
4
4
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
5
5
|
*/
|
|
6
6
|
$ti-font-family: 'tabler-icons-outline' !default;
|
|
@@ -13,9 +13,9 @@ $ti-prefix: 'ti' !default;
|
|
|
13
13
|
font-style: normal;
|
|
14
14
|
font-weight: 400;
|
|
15
15
|
font-display: $ti-font-display;
|
|
16
|
-
src: url('#{$ti-font-path}/tabler-icons-outline.woff2?v3.
|
|
16
|
+
src: url('#{$ti-font-path}/tabler-icons-outline.woff2?v3.8.0') format('woff2'),
|
|
17
17
|
url('#{$ti-font-path}/tabler-icons-outline.woff?') format('woff'),
|
|
18
|
-
url('#{$ti-font-path}/tabler-icons-outline.ttf?v3.
|
|
18
|
+
url('#{$ti-font-path}/tabler-icons-outline.ttf?v3.8.0') format('truetype');
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.#{$ti-prefix} {
|
|
@@ -132,9 +132,14 @@ $ti-icon-align-left-2: unicode('ff00');
|
|
|
132
132
|
$ti-icon-align-right: unicode('ea0a');
|
|
133
133
|
$ti-icon-align-right-2: unicode('feff');
|
|
134
134
|
$ti-icon-alpha: unicode('f543');
|
|
135
|
+
$ti-icon-alphabet-arabic: unicode('ff2f');
|
|
136
|
+
$ti-icon-alphabet-bangla: unicode('ff2e');
|
|
135
137
|
$ti-icon-alphabet-cyrillic: unicode('f1df');
|
|
136
138
|
$ti-icon-alphabet-greek: unicode('f1e0');
|
|
139
|
+
$ti-icon-alphabet-hebrew: unicode('ff2d');
|
|
140
|
+
$ti-icon-alphabet-korean: unicode('ff2c');
|
|
137
141
|
$ti-icon-alphabet-latin: unicode('f1e1');
|
|
142
|
+
$ti-icon-alphabet-thai: unicode('ff2b');
|
|
138
143
|
$ti-icon-alt: unicode('fc54');
|
|
139
144
|
$ti-icon-ambulance: unicode('ebf5');
|
|
140
145
|
$ti-icon-ampersand: unicode('f229');
|
|
@@ -458,7 +463,18 @@ $ti-icon-battery-automotive: unicode('ee07');
|
|
|
458
463
|
$ti-icon-battery-charging: unicode('ea33');
|
|
459
464
|
$ti-icon-battery-charging-2: unicode('ef3b');
|
|
460
465
|
$ti-icon-battery-eco: unicode('ef3c');
|
|
466
|
+
$ti-icon-battery-exclamation: unicode('ff1d');
|
|
461
467
|
$ti-icon-battery-off: unicode('ed1c');
|
|
468
|
+
$ti-icon-battery-vertical: unicode('ff13');
|
|
469
|
+
$ti-icon-battery-vertical-1: unicode('ff1c');
|
|
470
|
+
$ti-icon-battery-vertical-2: unicode('ff1b');
|
|
471
|
+
$ti-icon-battery-vertical-3: unicode('ff1a');
|
|
472
|
+
$ti-icon-battery-vertical-4: unicode('ff19');
|
|
473
|
+
$ti-icon-battery-vertical-charging: unicode('ff17');
|
|
474
|
+
$ti-icon-battery-vertical-charging-2: unicode('ff18');
|
|
475
|
+
$ti-icon-battery-vertical-eco: unicode('ff16');
|
|
476
|
+
$ti-icon-battery-vertical-exclamation: unicode('ff15');
|
|
477
|
+
$ti-icon-battery-vertical-off: unicode('ff14');
|
|
462
478
|
$ti-icon-beach: unicode('ef3d');
|
|
463
479
|
$ti-icon-beach-off: unicode('f0b7');
|
|
464
480
|
$ti-icon-bed: unicode('eb5c');
|
|
@@ -617,6 +633,12 @@ $ti-icon-brain: unicode('f59f');
|
|
|
617
633
|
$ti-icon-brand-4chan: unicode('f494');
|
|
618
634
|
$ti-icon-brand-abstract: unicode('f495');
|
|
619
635
|
$ti-icon-brand-adobe: unicode('f0dc');
|
|
636
|
+
$ti-icon-brand-adobe-after-effect: unicode('ff2a');
|
|
637
|
+
$ti-icon-brand-adobe-illustrator: unicode('ff29');
|
|
638
|
+
$ti-icon-brand-adobe-indesign: unicode('ff28');
|
|
639
|
+
$ti-icon-brand-adobe-photoshop: unicode('ff27');
|
|
640
|
+
$ti-icon-brand-adobe-premier: unicode('ff26');
|
|
641
|
+
$ti-icon-brand-adobe-xd: unicode('ff25');
|
|
620
642
|
$ti-icon-brand-adonis-js: unicode('f496');
|
|
621
643
|
$ti-icon-brand-airbnb: unicode('ed68');
|
|
622
644
|
$ti-icon-brand-airtable: unicode('ef6a');
|
|
@@ -634,6 +656,7 @@ $ti-icon-brand-ao3: unicode('f5e8');
|
|
|
634
656
|
$ti-icon-brand-appgallery: unicode('f231');
|
|
635
657
|
$ti-icon-brand-apple: unicode('ec17');
|
|
636
658
|
$ti-icon-brand-apple-arcade: unicode('ed69');
|
|
659
|
+
$ti-icon-brand-apple-news: unicode('ff24');
|
|
637
660
|
$ti-icon-brand-apple-podcast: unicode('f1e6');
|
|
638
661
|
$ti-icon-brand-appstore: unicode('ed24');
|
|
639
662
|
$ti-icon-brand-arc: unicode('feae');
|
|
@@ -760,6 +783,7 @@ $ti-icon-brand-gravatar: unicode('edcc');
|
|
|
760
783
|
$ti-icon-brand-grindr: unicode('f20d');
|
|
761
784
|
$ti-icon-brand-guardian: unicode('f4fb');
|
|
762
785
|
$ti-icon-brand-gumroad: unicode('f5d6');
|
|
786
|
+
$ti-icon-brand-hackerrank: unicode('ff23');
|
|
763
787
|
$ti-icon-brand-hbo: unicode('f657');
|
|
764
788
|
$ti-icon-brand-headlessui: unicode('f32d');
|
|
765
789
|
$ti-icon-brand-hexo: unicode('fa50');
|
|
@@ -797,6 +821,7 @@ $ti-icon-brand-meetup: unicode('fc6a');
|
|
|
797
821
|
$ti-icon-brand-mercedes: unicode('f072');
|
|
798
822
|
$ti-icon-brand-messenger: unicode('ec71');
|
|
799
823
|
$ti-icon-brand-meta: unicode('efb0');
|
|
824
|
+
$ti-icon-brand-metabrainz: unicode('ff12');
|
|
800
825
|
$ti-icon-brand-minecraft: unicode('faef');
|
|
801
826
|
$ti-icon-brand-miniprogram: unicode('f602');
|
|
802
827
|
$ti-icon-brand-mixpanel: unicode('f397');
|
|
@@ -1102,11 +1127,15 @@ $ti-icon-camera-up: unicode('f842');
|
|
|
1102
1127
|
$ti-icon-camera-x: unicode('f843');
|
|
1103
1128
|
$ti-icon-camper: unicode('fa25');
|
|
1104
1129
|
$ti-icon-campfire: unicode('f5a7');
|
|
1130
|
+
$ti-icon-cancel: unicode('ff11');
|
|
1105
1131
|
$ti-icon-candle: unicode('efc6');
|
|
1106
1132
|
$ti-icon-candy: unicode('ef0d');
|
|
1107
1133
|
$ti-icon-candy-off: unicode('f0c5');
|
|
1108
1134
|
$ti-icon-cane: unicode('f50f');
|
|
1109
1135
|
$ti-icon-cannabis: unicode('f4c1');
|
|
1136
|
+
$ti-icon-cap-projecting: unicode('ff22');
|
|
1137
|
+
$ti-icon-cap-rounded: unicode('ff21');
|
|
1138
|
+
$ti-icon-cap-straight: unicode('ff20');
|
|
1110
1139
|
$ti-icon-capsule: unicode('fae3');
|
|
1111
1140
|
$ti-icon-capsule-horizontal: unicode('fae2');
|
|
1112
1141
|
$ti-icon-capture: unicode('ec3c');
|
|
@@ -2970,6 +2999,7 @@ $ti-icon-math: unicode('ebeb');
|
|
|
2970
2999
|
$ti-icon-math-1-divide-2: unicode('f4e2');
|
|
2971
3000
|
$ti-icon-math-1-divide-3: unicode('f4e3');
|
|
2972
3001
|
$ti-icon-math-avg: unicode('f0f4');
|
|
3002
|
+
$ti-icon-math-cos: unicode('ff1f');
|
|
2973
3003
|
$ti-icon-math-equal-greater: unicode('f4e4');
|
|
2974
3004
|
$ti-icon-math-equal-lower: unicode('f4e5');
|
|
2975
3005
|
$ti-icon-math-function: unicode('eeb2');
|
|
@@ -2987,6 +3017,7 @@ $ti-icon-math-not: unicode('f4ec');
|
|
|
2987
3017
|
$ti-icon-math-off: unicode('f409');
|
|
2988
3018
|
$ti-icon-math-pi: unicode('f4ee');
|
|
2989
3019
|
$ti-icon-math-pi-divide-2: unicode('f4ed');
|
|
3020
|
+
$ti-icon-math-sin: unicode('ff1e');
|
|
2990
3021
|
$ti-icon-math-symbols: unicode('eeb3');
|
|
2991
3022
|
$ti-icon-math-x-divide-2: unicode('f4ef');
|
|
2992
3023
|
$ti-icon-math-x-divide-y: unicode('f4f1');
|
|
@@ -3158,7 +3189,7 @@ $ti-icon-mood-sing: unicode('f2c7');
|
|
|
3158
3189
|
$ti-icon-mood-smile: unicode('eaf7');
|
|
3159
3190
|
$ti-icon-mood-smile-beam: unicode('f2e7');
|
|
3160
3191
|
$ti-icon-mood-smile-dizzy: unicode('f2e8');
|
|
3161
|
-
$ti-icon-mood-
|
|
3192
|
+
$ti-icon-mood-surprised: unicode('ec04');
|
|
3162
3193
|
$ti-icon-mood-tongue: unicode('eb95');
|
|
3163
3194
|
$ti-icon-mood-tongue-wink: unicode('f2ea');
|
|
3164
3195
|
$ti-icon-mood-tongue-wink-2: unicode('f2e9');
|
|
@@ -3714,6 +3745,7 @@ $ti-icon-rollercoaster-off: unicode('f423');
|
|
|
3714
3745
|
$ti-icon-rosette: unicode('f599');
|
|
3715
3746
|
$ti-icon-rosette-discount: unicode('ee7c');
|
|
3716
3747
|
$ti-icon-rosette-discount-check: unicode('f1f8');
|
|
3748
|
+
$ti-icon-rosette-discount-check-off: unicode('ff10');
|
|
3717
3749
|
$ti-icon-rosette-discount-off: unicode('f3e6');
|
|
3718
3750
|
$ti-icon-rosette-number-0: unicode('f58f');
|
|
3719
3751
|
$ti-icon-rosette-number-1: unicode('f590');
|
|
@@ -3756,6 +3788,7 @@ $ti-icon-ruler-2: unicode('eed2');
|
|
|
3756
3788
|
$ti-icon-ruler-2-off: unicode('f195');
|
|
3757
3789
|
$ti-icon-ruler-3: unicode('f290');
|
|
3758
3790
|
$ti-icon-ruler-measure: unicode('f291');
|
|
3791
|
+
$ti-icon-ruler-measure-2: unicode('ff0f');
|
|
3759
3792
|
$ti-icon-ruler-off: unicode('f196');
|
|
3760
3793
|
$ti-icon-run: unicode('ec82');
|
|
3761
3794
|
$ti-icon-rv-truck: unicode('fcc0');
|
|
@@ -4424,6 +4457,9 @@ $ti-icon-u-turn-right: unicode('fea1');
|
|
|
4424
4457
|
$ti-icon-ufo: unicode('f26f');
|
|
4425
4458
|
$ti-icon-ufo-off: unicode('f26e');
|
|
4426
4459
|
$ti-icon-umbrella: unicode('ebf1');
|
|
4460
|
+
$ti-icon-umbrella-2: unicode('ff0e');
|
|
4461
|
+
$ti-icon-umbrella-closed: unicode('ff0c');
|
|
4462
|
+
$ti-icon-umbrella-closed-2: unicode('ff0d');
|
|
4427
4463
|
$ti-icon-umbrella-off: unicode('f1bb');
|
|
4428
4464
|
$ti-icon-underline: unicode('eba2');
|
|
4429
4465
|
$ti-icon-universe: unicode('fcc4');
|
|
@@ -4755,9 +4791,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4755
4791
|
.#{$ti-prefix}-align-right:before { content: $ti-icon-align-right; }
|
|
4756
4792
|
.#{$ti-prefix}-align-right-2:before { content: $ti-icon-align-right-2; }
|
|
4757
4793
|
.#{$ti-prefix}-alpha:before { content: $ti-icon-alpha; }
|
|
4794
|
+
.#{$ti-prefix}-alphabet-arabic:before { content: $ti-icon-alphabet-arabic; }
|
|
4795
|
+
.#{$ti-prefix}-alphabet-bangla:before { content: $ti-icon-alphabet-bangla; }
|
|
4758
4796
|
.#{$ti-prefix}-alphabet-cyrillic:before { content: $ti-icon-alphabet-cyrillic; }
|
|
4759
4797
|
.#{$ti-prefix}-alphabet-greek:before { content: $ti-icon-alphabet-greek; }
|
|
4798
|
+
.#{$ti-prefix}-alphabet-hebrew:before { content: $ti-icon-alphabet-hebrew; }
|
|
4799
|
+
.#{$ti-prefix}-alphabet-korean:before { content: $ti-icon-alphabet-korean; }
|
|
4760
4800
|
.#{$ti-prefix}-alphabet-latin:before { content: $ti-icon-alphabet-latin; }
|
|
4801
|
+
.#{$ti-prefix}-alphabet-thai:before { content: $ti-icon-alphabet-thai; }
|
|
4761
4802
|
.#{$ti-prefix}-alt:before { content: $ti-icon-alt; }
|
|
4762
4803
|
.#{$ti-prefix}-ambulance:before { content: $ti-icon-ambulance; }
|
|
4763
4804
|
.#{$ti-prefix}-ampersand:before { content: $ti-icon-ampersand; }
|
|
@@ -5081,7 +5122,18 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5081
5122
|
.#{$ti-prefix}-battery-charging:before { content: $ti-icon-battery-charging; }
|
|
5082
5123
|
.#{$ti-prefix}-battery-charging-2:before { content: $ti-icon-battery-charging-2; }
|
|
5083
5124
|
.#{$ti-prefix}-battery-eco:before { content: $ti-icon-battery-eco; }
|
|
5125
|
+
.#{$ti-prefix}-battery-exclamation:before { content: $ti-icon-battery-exclamation; }
|
|
5084
5126
|
.#{$ti-prefix}-battery-off:before { content: $ti-icon-battery-off; }
|
|
5127
|
+
.#{$ti-prefix}-battery-vertical:before { content: $ti-icon-battery-vertical; }
|
|
5128
|
+
.#{$ti-prefix}-battery-vertical-1:before { content: $ti-icon-battery-vertical-1; }
|
|
5129
|
+
.#{$ti-prefix}-battery-vertical-2:before { content: $ti-icon-battery-vertical-2; }
|
|
5130
|
+
.#{$ti-prefix}-battery-vertical-3:before { content: $ti-icon-battery-vertical-3; }
|
|
5131
|
+
.#{$ti-prefix}-battery-vertical-4:before { content: $ti-icon-battery-vertical-4; }
|
|
5132
|
+
.#{$ti-prefix}-battery-vertical-charging:before { content: $ti-icon-battery-vertical-charging; }
|
|
5133
|
+
.#{$ti-prefix}-battery-vertical-charging-2:before { content: $ti-icon-battery-vertical-charging-2; }
|
|
5134
|
+
.#{$ti-prefix}-battery-vertical-eco:before { content: $ti-icon-battery-vertical-eco; }
|
|
5135
|
+
.#{$ti-prefix}-battery-vertical-exclamation:before { content: $ti-icon-battery-vertical-exclamation; }
|
|
5136
|
+
.#{$ti-prefix}-battery-vertical-off:before { content: $ti-icon-battery-vertical-off; }
|
|
5085
5137
|
.#{$ti-prefix}-beach:before { content: $ti-icon-beach; }
|
|
5086
5138
|
.#{$ti-prefix}-beach-off:before { content: $ti-icon-beach-off; }
|
|
5087
5139
|
.#{$ti-prefix}-bed:before { content: $ti-icon-bed; }
|
|
@@ -5240,6 +5292,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5240
5292
|
.#{$ti-prefix}-brand-4chan:before { content: $ti-icon-brand-4chan; }
|
|
5241
5293
|
.#{$ti-prefix}-brand-abstract:before { content: $ti-icon-brand-abstract; }
|
|
5242
5294
|
.#{$ti-prefix}-brand-adobe:before { content: $ti-icon-brand-adobe; }
|
|
5295
|
+
.#{$ti-prefix}-brand-adobe-after-effect:before { content: $ti-icon-brand-adobe-after-effect; }
|
|
5296
|
+
.#{$ti-prefix}-brand-adobe-illustrator:before { content: $ti-icon-brand-adobe-illustrator; }
|
|
5297
|
+
.#{$ti-prefix}-brand-adobe-indesign:before { content: $ti-icon-brand-adobe-indesign; }
|
|
5298
|
+
.#{$ti-prefix}-brand-adobe-photoshop:before { content: $ti-icon-brand-adobe-photoshop; }
|
|
5299
|
+
.#{$ti-prefix}-brand-adobe-premier:before { content: $ti-icon-brand-adobe-premier; }
|
|
5300
|
+
.#{$ti-prefix}-brand-adobe-xd:before { content: $ti-icon-brand-adobe-xd; }
|
|
5243
5301
|
.#{$ti-prefix}-brand-adonis-js:before { content: $ti-icon-brand-adonis-js; }
|
|
5244
5302
|
.#{$ti-prefix}-brand-airbnb:before { content: $ti-icon-brand-airbnb; }
|
|
5245
5303
|
.#{$ti-prefix}-brand-airtable:before { content: $ti-icon-brand-airtable; }
|
|
@@ -5257,6 +5315,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5257
5315
|
.#{$ti-prefix}-brand-appgallery:before { content: $ti-icon-brand-appgallery; }
|
|
5258
5316
|
.#{$ti-prefix}-brand-apple:before { content: $ti-icon-brand-apple; }
|
|
5259
5317
|
.#{$ti-prefix}-brand-apple-arcade:before { content: $ti-icon-brand-apple-arcade; }
|
|
5318
|
+
.#{$ti-prefix}-brand-apple-news:before { content: $ti-icon-brand-apple-news; }
|
|
5260
5319
|
.#{$ti-prefix}-brand-apple-podcast:before { content: $ti-icon-brand-apple-podcast; }
|
|
5261
5320
|
.#{$ti-prefix}-brand-appstore:before { content: $ti-icon-brand-appstore; }
|
|
5262
5321
|
.#{$ti-prefix}-brand-arc:before { content: $ti-icon-brand-arc; }
|
|
@@ -5383,6 +5442,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5383
5442
|
.#{$ti-prefix}-brand-grindr:before { content: $ti-icon-brand-grindr; }
|
|
5384
5443
|
.#{$ti-prefix}-brand-guardian:before { content: $ti-icon-brand-guardian; }
|
|
5385
5444
|
.#{$ti-prefix}-brand-gumroad:before { content: $ti-icon-brand-gumroad; }
|
|
5445
|
+
.#{$ti-prefix}-brand-hackerrank:before { content: $ti-icon-brand-hackerrank; }
|
|
5386
5446
|
.#{$ti-prefix}-brand-hbo:before { content: $ti-icon-brand-hbo; }
|
|
5387
5447
|
.#{$ti-prefix}-brand-headlessui:before { content: $ti-icon-brand-headlessui; }
|
|
5388
5448
|
.#{$ti-prefix}-brand-hexo:before { content: $ti-icon-brand-hexo; }
|
|
@@ -5420,6 +5480,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5420
5480
|
.#{$ti-prefix}-brand-mercedes:before { content: $ti-icon-brand-mercedes; }
|
|
5421
5481
|
.#{$ti-prefix}-brand-messenger:before { content: $ti-icon-brand-messenger; }
|
|
5422
5482
|
.#{$ti-prefix}-brand-meta:before { content: $ti-icon-brand-meta; }
|
|
5483
|
+
.#{$ti-prefix}-brand-metabrainz:before { content: $ti-icon-brand-metabrainz; }
|
|
5423
5484
|
.#{$ti-prefix}-brand-minecraft:before { content: $ti-icon-brand-minecraft; }
|
|
5424
5485
|
.#{$ti-prefix}-brand-miniprogram:before { content: $ti-icon-brand-miniprogram; }
|
|
5425
5486
|
.#{$ti-prefix}-brand-mixpanel:before { content: $ti-icon-brand-mixpanel; }
|
|
@@ -5725,11 +5786,15 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5725
5786
|
.#{$ti-prefix}-camera-x:before { content: $ti-icon-camera-x; }
|
|
5726
5787
|
.#{$ti-prefix}-camper:before { content: $ti-icon-camper; }
|
|
5727
5788
|
.#{$ti-prefix}-campfire:before { content: $ti-icon-campfire; }
|
|
5789
|
+
.#{$ti-prefix}-cancel:before { content: $ti-icon-cancel; }
|
|
5728
5790
|
.#{$ti-prefix}-candle:before { content: $ti-icon-candle; }
|
|
5729
5791
|
.#{$ti-prefix}-candy:before { content: $ti-icon-candy; }
|
|
5730
5792
|
.#{$ti-prefix}-candy-off:before { content: $ti-icon-candy-off; }
|
|
5731
5793
|
.#{$ti-prefix}-cane:before { content: $ti-icon-cane; }
|
|
5732
5794
|
.#{$ti-prefix}-cannabis:before { content: $ti-icon-cannabis; }
|
|
5795
|
+
.#{$ti-prefix}-cap-projecting:before { content: $ti-icon-cap-projecting; }
|
|
5796
|
+
.#{$ti-prefix}-cap-rounded:before { content: $ti-icon-cap-rounded; }
|
|
5797
|
+
.#{$ti-prefix}-cap-straight:before { content: $ti-icon-cap-straight; }
|
|
5733
5798
|
.#{$ti-prefix}-capsule:before { content: $ti-icon-capsule; }
|
|
5734
5799
|
.#{$ti-prefix}-capsule-horizontal:before { content: $ti-icon-capsule-horizontal; }
|
|
5735
5800
|
.#{$ti-prefix}-capture:before { content: $ti-icon-capture; }
|
|
@@ -7593,6 +7658,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7593
7658
|
.#{$ti-prefix}-math-1-divide-2:before { content: $ti-icon-math-1-divide-2; }
|
|
7594
7659
|
.#{$ti-prefix}-math-1-divide-3:before { content: $ti-icon-math-1-divide-3; }
|
|
7595
7660
|
.#{$ti-prefix}-math-avg:before { content: $ti-icon-math-avg; }
|
|
7661
|
+
.#{$ti-prefix}-math-cos:before { content: $ti-icon-math-cos; }
|
|
7596
7662
|
.#{$ti-prefix}-math-equal-greater:before { content: $ti-icon-math-equal-greater; }
|
|
7597
7663
|
.#{$ti-prefix}-math-equal-lower:before { content: $ti-icon-math-equal-lower; }
|
|
7598
7664
|
.#{$ti-prefix}-math-function:before { content: $ti-icon-math-function; }
|
|
@@ -7610,6 +7676,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7610
7676
|
.#{$ti-prefix}-math-off:before { content: $ti-icon-math-off; }
|
|
7611
7677
|
.#{$ti-prefix}-math-pi:before { content: $ti-icon-math-pi; }
|
|
7612
7678
|
.#{$ti-prefix}-math-pi-divide-2:before { content: $ti-icon-math-pi-divide-2; }
|
|
7679
|
+
.#{$ti-prefix}-math-sin:before { content: $ti-icon-math-sin; }
|
|
7613
7680
|
.#{$ti-prefix}-math-symbols:before { content: $ti-icon-math-symbols; }
|
|
7614
7681
|
.#{$ti-prefix}-math-x-divide-2:before { content: $ti-icon-math-x-divide-2; }
|
|
7615
7682
|
.#{$ti-prefix}-math-x-divide-y:before { content: $ti-icon-math-x-divide-y; }
|
|
@@ -7781,7 +7848,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7781
7848
|
.#{$ti-prefix}-mood-smile:before { content: $ti-icon-mood-smile; }
|
|
7782
7849
|
.#{$ti-prefix}-mood-smile-beam:before { content: $ti-icon-mood-smile-beam; }
|
|
7783
7850
|
.#{$ti-prefix}-mood-smile-dizzy:before { content: $ti-icon-mood-smile-dizzy; }
|
|
7784
|
-
.#{$ti-prefix}-mood-
|
|
7851
|
+
.#{$ti-prefix}-mood-surprised:before { content: $ti-icon-mood-surprised; }
|
|
7785
7852
|
.#{$ti-prefix}-mood-tongue:before { content: $ti-icon-mood-tongue; }
|
|
7786
7853
|
.#{$ti-prefix}-mood-tongue-wink:before { content: $ti-icon-mood-tongue-wink; }
|
|
7787
7854
|
.#{$ti-prefix}-mood-tongue-wink-2:before { content: $ti-icon-mood-tongue-wink-2; }
|
|
@@ -8337,6 +8404,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8337
8404
|
.#{$ti-prefix}-rosette:before { content: $ti-icon-rosette; }
|
|
8338
8405
|
.#{$ti-prefix}-rosette-discount:before { content: $ti-icon-rosette-discount; }
|
|
8339
8406
|
.#{$ti-prefix}-rosette-discount-check:before { content: $ti-icon-rosette-discount-check; }
|
|
8407
|
+
.#{$ti-prefix}-rosette-discount-check-off:before { content: $ti-icon-rosette-discount-check-off; }
|
|
8340
8408
|
.#{$ti-prefix}-rosette-discount-off:before { content: $ti-icon-rosette-discount-off; }
|
|
8341
8409
|
.#{$ti-prefix}-rosette-number-0:before { content: $ti-icon-rosette-number-0; }
|
|
8342
8410
|
.#{$ti-prefix}-rosette-number-1:before { content: $ti-icon-rosette-number-1; }
|
|
@@ -8379,6 +8447,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8379
8447
|
.#{$ti-prefix}-ruler-2-off:before { content: $ti-icon-ruler-2-off; }
|
|
8380
8448
|
.#{$ti-prefix}-ruler-3:before { content: $ti-icon-ruler-3; }
|
|
8381
8449
|
.#{$ti-prefix}-ruler-measure:before { content: $ti-icon-ruler-measure; }
|
|
8450
|
+
.#{$ti-prefix}-ruler-measure-2:before { content: $ti-icon-ruler-measure-2; }
|
|
8382
8451
|
.#{$ti-prefix}-ruler-off:before { content: $ti-icon-ruler-off; }
|
|
8383
8452
|
.#{$ti-prefix}-run:before { content: $ti-icon-run; }
|
|
8384
8453
|
.#{$ti-prefix}-rv-truck:before { content: $ti-icon-rv-truck; }
|
|
@@ -9047,6 +9116,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9047
9116
|
.#{$ti-prefix}-ufo:before { content: $ti-icon-ufo; }
|
|
9048
9117
|
.#{$ti-prefix}-ufo-off:before { content: $ti-icon-ufo-off; }
|
|
9049
9118
|
.#{$ti-prefix}-umbrella:before { content: $ti-icon-umbrella; }
|
|
9119
|
+
.#{$ti-prefix}-umbrella-2:before { content: $ti-icon-umbrella-2; }
|
|
9120
|
+
.#{$ti-prefix}-umbrella-closed:before { content: $ti-icon-umbrella-closed; }
|
|
9121
|
+
.#{$ti-prefix}-umbrella-closed-2:before { content: $ti-icon-umbrella-closed-2; }
|
|
9050
9122
|
.#{$ti-prefix}-umbrella-off:before { content: $ti-icon-umbrella-off; }
|
|
9051
9123
|
.#{$ti-prefix}-underline:before { content: $ti-icon-underline; }
|
|
9052
9124
|
.#{$ti-prefix}-universe:before { content: $ti-icon-universe; }
|
|
@@ -9332,4 +9404,5 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9332
9404
|
.#{$ti-prefix}-square-8:before { content: $ti-icon-square-number-8; }
|
|
9333
9405
|
.#{$ti-prefix}-square-9:before { content: $ti-icon-square-number-9; }
|
|
9334
9406
|
.#{$ti-prefix}-message-circle-2:before { content: $ti-icon-message-circle; }
|
|
9407
|
+
.#{$ti-prefix}-mood-suprised:before { content: $ti-icon-mood-surprised; }
|
|
9335
9408
|
|
package/dist/tabler-icons.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.8.0 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.woff2?v3.
|
|
9
|
+
src: url("./fonts/tabler-icons.woff2?v3.8.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v3.8.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons" !important;
|
|
@@ -517,6 +517,14 @@
|
|
|
517
517
|
content: "\f543";
|
|
518
518
|
}
|
|
519
519
|
|
|
520
|
+
.ti-alphabet-arabic:before {
|
|
521
|
+
content: "\ff2f";
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.ti-alphabet-bangla:before {
|
|
525
|
+
content: "\ff2e";
|
|
526
|
+
}
|
|
527
|
+
|
|
520
528
|
.ti-alphabet-cyrillic:before {
|
|
521
529
|
content: "\f1df";
|
|
522
530
|
}
|
|
@@ -525,10 +533,22 @@
|
|
|
525
533
|
content: "\f1e0";
|
|
526
534
|
}
|
|
527
535
|
|
|
536
|
+
.ti-alphabet-hebrew:before {
|
|
537
|
+
content: "\ff2d";
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.ti-alphabet-korean:before {
|
|
541
|
+
content: "\ff2c";
|
|
542
|
+
}
|
|
543
|
+
|
|
528
544
|
.ti-alphabet-latin:before {
|
|
529
545
|
content: "\f1e1";
|
|
530
546
|
}
|
|
531
547
|
|
|
548
|
+
.ti-alphabet-thai:before {
|
|
549
|
+
content: "\ff2b";
|
|
550
|
+
}
|
|
551
|
+
|
|
532
552
|
.ti-alt:before {
|
|
533
553
|
content: "\fc54";
|
|
534
554
|
}
|
|
@@ -2041,6 +2061,10 @@
|
|
|
2041
2061
|
content: "\ef3c";
|
|
2042
2062
|
}
|
|
2043
2063
|
|
|
2064
|
+
.ti-battery-exclamation:before {
|
|
2065
|
+
content: "\ff1d";
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2044
2068
|
.ti-battery-filled:before {
|
|
2045
2069
|
content: "\f668";
|
|
2046
2070
|
}
|
|
@@ -2049,6 +2073,46 @@
|
|
|
2049
2073
|
content: "\ed1c";
|
|
2050
2074
|
}
|
|
2051
2075
|
|
|
2076
|
+
.ti-battery-vertical:before {
|
|
2077
|
+
content: "\ff13";
|
|
2078
|
+
}
|
|
2079
|
+
|
|
2080
|
+
.ti-battery-vertical-1:before {
|
|
2081
|
+
content: "\ff1c";
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
.ti-battery-vertical-2:before {
|
|
2085
|
+
content: "\ff1b";
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
.ti-battery-vertical-3:before {
|
|
2089
|
+
content: "\ff1a";
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
.ti-battery-vertical-4:before {
|
|
2093
|
+
content: "\ff19";
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
.ti-battery-vertical-charging:before {
|
|
2097
|
+
content: "\ff17";
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
.ti-battery-vertical-charging-2:before {
|
|
2101
|
+
content: "\ff18";
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
.ti-battery-vertical-eco:before {
|
|
2105
|
+
content: "\ff16";
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
.ti-battery-vertical-exclamation:before {
|
|
2109
|
+
content: "\ff15";
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
.ti-battery-vertical-off:before {
|
|
2113
|
+
content: "\ff14";
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2052
2116
|
.ti-beach:before {
|
|
2053
2117
|
content: "\ef3d";
|
|
2054
2118
|
}
|
|
@@ -2821,6 +2885,30 @@
|
|
|
2821
2885
|
content: "\f0dc";
|
|
2822
2886
|
}
|
|
2823
2887
|
|
|
2888
|
+
.ti-brand-adobe-after-effect:before {
|
|
2889
|
+
content: "\ff2a";
|
|
2890
|
+
}
|
|
2891
|
+
|
|
2892
|
+
.ti-brand-adobe-illustrator:before {
|
|
2893
|
+
content: "\ff29";
|
|
2894
|
+
}
|
|
2895
|
+
|
|
2896
|
+
.ti-brand-adobe-indesign:before {
|
|
2897
|
+
content: "\ff28";
|
|
2898
|
+
}
|
|
2899
|
+
|
|
2900
|
+
.ti-brand-adobe-photoshop:before {
|
|
2901
|
+
content: "\ff27";
|
|
2902
|
+
}
|
|
2903
|
+
|
|
2904
|
+
.ti-brand-adobe-premier:before {
|
|
2905
|
+
content: "\ff26";
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
.ti-brand-adobe-xd:before {
|
|
2909
|
+
content: "\ff25";
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2824
2912
|
.ti-brand-adonis-js:before {
|
|
2825
2913
|
content: "\f496";
|
|
2826
2914
|
}
|
|
@@ -2893,6 +2981,10 @@
|
|
|
2893
2981
|
content: "\fd74";
|
|
2894
2982
|
}
|
|
2895
2983
|
|
|
2984
|
+
.ti-brand-apple-news:before {
|
|
2985
|
+
content: "\ff24";
|
|
2986
|
+
}
|
|
2987
|
+
|
|
2896
2988
|
.ti-brand-apple-podcast:before {
|
|
2897
2989
|
content: "\f1e6";
|
|
2898
2990
|
}
|
|
@@ -3417,6 +3509,10 @@
|
|
|
3417
3509
|
content: "\f5d6";
|
|
3418
3510
|
}
|
|
3419
3511
|
|
|
3512
|
+
.ti-brand-hackerrank:before {
|
|
3513
|
+
content: "\ff23";
|
|
3514
|
+
}
|
|
3515
|
+
|
|
3420
3516
|
.ti-brand-hbo:before {
|
|
3421
3517
|
content: "\f657";
|
|
3422
3518
|
}
|
|
@@ -3565,6 +3661,10 @@
|
|
|
3565
3661
|
content: "\efb0";
|
|
3566
3662
|
}
|
|
3567
3663
|
|
|
3664
|
+
.ti-brand-metabrainz:before {
|
|
3665
|
+
content: "\ff12";
|
|
3666
|
+
}
|
|
3667
|
+
|
|
3568
3668
|
.ti-brand-minecraft:before {
|
|
3569
3669
|
content: "\faef";
|
|
3570
3670
|
}
|
|
@@ -4877,6 +4977,10 @@
|
|
|
4877
4977
|
content: "\fb28";
|
|
4878
4978
|
}
|
|
4879
4979
|
|
|
4980
|
+
.ti-cancel:before {
|
|
4981
|
+
content: "\ff11";
|
|
4982
|
+
}
|
|
4983
|
+
|
|
4880
4984
|
.ti-candle:before {
|
|
4881
4985
|
content: "\efc6";
|
|
4882
4986
|
}
|
|
@@ -4901,6 +5005,18 @@
|
|
|
4901
5005
|
content: "\f4c1";
|
|
4902
5006
|
}
|
|
4903
5007
|
|
|
5008
|
+
.ti-cap-projecting:before {
|
|
5009
|
+
content: "\ff22";
|
|
5010
|
+
}
|
|
5011
|
+
|
|
5012
|
+
.ti-cap-rounded:before {
|
|
5013
|
+
content: "\ff21";
|
|
5014
|
+
}
|
|
5015
|
+
|
|
5016
|
+
.ti-cap-straight:before {
|
|
5017
|
+
content: "\ff20";
|
|
5018
|
+
}
|
|
5019
|
+
|
|
4904
5020
|
.ti-capsule:before {
|
|
4905
5021
|
content: "\fae3";
|
|
4906
5022
|
}
|
|
@@ -13489,6 +13605,10 @@
|
|
|
13489
13605
|
content: "\f0f4";
|
|
13490
13606
|
}
|
|
13491
13607
|
|
|
13608
|
+
.ti-math-cos:before {
|
|
13609
|
+
content: "\ff1f";
|
|
13610
|
+
}
|
|
13611
|
+
|
|
13492
13612
|
.ti-math-equal-greater:before {
|
|
13493
13613
|
content: "\f4e4";
|
|
13494
13614
|
}
|
|
@@ -13557,6 +13677,10 @@
|
|
|
13557
13677
|
content: "\f4ed";
|
|
13558
13678
|
}
|
|
13559
13679
|
|
|
13680
|
+
.ti-math-sin:before {
|
|
13681
|
+
content: "\ff1e";
|
|
13682
|
+
}
|
|
13683
|
+
|
|
13560
13684
|
.ti-math-symbols:before {
|
|
13561
13685
|
content: "\eeb3";
|
|
13562
13686
|
}
|
|
@@ -13785,14 +13909,6 @@
|
|
|
13785
13909
|
content: "\eaed";
|
|
13786
13910
|
}
|
|
13787
13911
|
|
|
13788
|
-
.ti-message-circle-2:before {
|
|
13789
|
-
content: "\ed3f";
|
|
13790
|
-
}
|
|
13791
|
-
|
|
13792
|
-
.ti-message-circle-2-filled:before {
|
|
13793
|
-
content: "\f682";
|
|
13794
|
-
}
|
|
13795
|
-
|
|
13796
13912
|
.ti-message-circle-bolt:before {
|
|
13797
13913
|
content: "\f970";
|
|
13798
13914
|
}
|
|
@@ -14317,7 +14433,7 @@
|
|
|
14317
14433
|
content: "\f7f8";
|
|
14318
14434
|
}
|
|
14319
14435
|
|
|
14320
|
-
.ti-mood-
|
|
14436
|
+
.ti-mood-surprised:before {
|
|
14321
14437
|
content: "\ec04";
|
|
14322
14438
|
}
|
|
14323
14439
|
|
|
@@ -16729,6 +16845,10 @@
|
|
|
16729
16845
|
content: "\f746";
|
|
16730
16846
|
}
|
|
16731
16847
|
|
|
16848
|
+
.ti-rosette-discount-check-off:before {
|
|
16849
|
+
content: "\ff10";
|
|
16850
|
+
}
|
|
16851
|
+
|
|
16732
16852
|
.ti-rosette-discount-filled:before {
|
|
16733
16853
|
content: "\ff05";
|
|
16734
16854
|
}
|
|
@@ -16905,6 +17025,10 @@
|
|
|
16905
17025
|
content: "\f291";
|
|
16906
17026
|
}
|
|
16907
17027
|
|
|
17028
|
+
.ti-ruler-measure-2:before {
|
|
17029
|
+
content: "\ff0f";
|
|
17030
|
+
}
|
|
17031
|
+
|
|
16908
17032
|
.ti-ruler-off:before {
|
|
16909
17033
|
content: "\f196";
|
|
16910
17034
|
}
|
|
@@ -20225,6 +20349,18 @@
|
|
|
20225
20349
|
content: "\ebf1";
|
|
20226
20350
|
}
|
|
20227
20351
|
|
|
20352
|
+
.ti-umbrella-2:before {
|
|
20353
|
+
content: "\ff0e";
|
|
20354
|
+
}
|
|
20355
|
+
|
|
20356
|
+
.ti-umbrella-closed:before {
|
|
20357
|
+
content: "\ff0c";
|
|
20358
|
+
}
|
|
20359
|
+
|
|
20360
|
+
.ti-umbrella-closed-2:before {
|
|
20361
|
+
content: "\ff0d";
|
|
20362
|
+
}
|
|
20363
|
+
|
|
20228
20364
|
.ti-umbrella-filled:before {
|
|
20229
20365
|
content: "\f6b0";
|
|
20230
20366
|
}
|
|
@@ -21453,6 +21589,10 @@
|
|
|
21453
21589
|
content: "\eaed";
|
|
21454
21590
|
}
|
|
21455
21591
|
|
|
21592
|
+
.ti-mood-suprised:before {
|
|
21593
|
+
content: "\ec04";
|
|
21594
|
+
}
|
|
21595
|
+
|
|
21456
21596
|
.ti-discount-check-filled:before {
|
|
21457
21597
|
content: "\f746";
|
|
21458
21598
|
}
|