@tabler/icons-webfont 3.7.0 → 3.9.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 +6 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +11 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.min.css.map +1 -1
- package/dist/tabler-icons-filled.scss +5 -3
- package/dist/tabler-icons-outline.css +142 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +317 -2
- 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 +73 -3
- package/dist/tabler-icons.css +146 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +326 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +75 -3
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* Tabler Icons 3.
|
|
3
|
+
* Tabler Icons 3.9.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.9.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.9.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');
|
|
@@ -628,6 +633,12 @@ $ti-icon-brain: unicode('f59f');
|
|
|
628
633
|
$ti-icon-brand-4chan: unicode('f494');
|
|
629
634
|
$ti-icon-brand-abstract: unicode('f495');
|
|
630
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');
|
|
631
642
|
$ti-icon-brand-adonis-js: unicode('f496');
|
|
632
643
|
$ti-icon-brand-airbnb: unicode('ed68');
|
|
633
644
|
$ti-icon-brand-airtable: unicode('ef6a');
|
|
@@ -645,6 +656,7 @@ $ti-icon-brand-ao3: unicode('f5e8');
|
|
|
645
656
|
$ti-icon-brand-appgallery: unicode('f231');
|
|
646
657
|
$ti-icon-brand-apple: unicode('ec17');
|
|
647
658
|
$ti-icon-brand-apple-arcade: unicode('ed69');
|
|
659
|
+
$ti-icon-brand-apple-news: unicode('ff24');
|
|
648
660
|
$ti-icon-brand-apple-podcast: unicode('f1e6');
|
|
649
661
|
$ti-icon-brand-appstore: unicode('ed24');
|
|
650
662
|
$ti-icon-brand-arc: unicode('feae');
|
|
@@ -771,6 +783,7 @@ $ti-icon-brand-gravatar: unicode('edcc');
|
|
|
771
783
|
$ti-icon-brand-grindr: unicode('f20d');
|
|
772
784
|
$ti-icon-brand-guardian: unicode('f4fb');
|
|
773
785
|
$ti-icon-brand-gumroad: unicode('f5d6');
|
|
786
|
+
$ti-icon-brand-hackerrank: unicode('ff23');
|
|
774
787
|
$ti-icon-brand-hbo: unicode('f657');
|
|
775
788
|
$ti-icon-brand-headlessui: unicode('f32d');
|
|
776
789
|
$ti-icon-brand-hexo: unicode('fa50');
|
|
@@ -1041,6 +1054,7 @@ $ti-icon-building-store: unicode('ea4e');
|
|
|
1041
1054
|
$ti-icon-building-tunnel: unicode('f5a6');
|
|
1042
1055
|
$ti-icon-building-warehouse: unicode('ebe3');
|
|
1043
1056
|
$ti-icon-building-wind-turbine: unicode('f4c0');
|
|
1057
|
+
$ti-icon-buildings: unicode('ff40');
|
|
1044
1058
|
$ti-icon-bulb: unicode('ea51');
|
|
1045
1059
|
$ti-icon-bulb-off: unicode('ea50');
|
|
1046
1060
|
$ti-icon-bulldozer: unicode('ee1d');
|
|
@@ -1120,6 +1134,9 @@ $ti-icon-candy: unicode('ef0d');
|
|
|
1120
1134
|
$ti-icon-candy-off: unicode('f0c5');
|
|
1121
1135
|
$ti-icon-cane: unicode('f50f');
|
|
1122
1136
|
$ti-icon-cannabis: unicode('f4c1');
|
|
1137
|
+
$ti-icon-cap-projecting: unicode('ff22');
|
|
1138
|
+
$ti-icon-cap-rounded: unicode('ff21');
|
|
1139
|
+
$ti-icon-cap-straight: unicode('ff20');
|
|
1123
1140
|
$ti-icon-capsule: unicode('fae3');
|
|
1124
1141
|
$ti-icon-capsule-horizontal: unicode('fae2');
|
|
1125
1142
|
$ti-icon-capture: unicode('ec3c');
|
|
@@ -1390,6 +1407,7 @@ $ti-icon-clock: unicode('ea70');
|
|
|
1390
1407
|
$ti-icon-clock-12: unicode('fc56');
|
|
1391
1408
|
$ti-icon-clock-2: unicode('f099');
|
|
1392
1409
|
$ti-icon-clock-24: unicode('fc57');
|
|
1410
|
+
$ti-icon-clock-bitcoin: unicode('ff3f');
|
|
1393
1411
|
$ti-icon-clock-bolt: unicode('f844');
|
|
1394
1412
|
$ti-icon-clock-cancel: unicode('f546');
|
|
1395
1413
|
$ti-icon-clock-check: unicode('f7c1');
|
|
@@ -1430,6 +1448,7 @@ $ti-icon-clock-x: unicode('f7cb');
|
|
|
1430
1448
|
$ti-icon-clothes-rack: unicode('f285');
|
|
1431
1449
|
$ti-icon-clothes-rack-off: unicode('f3d6');
|
|
1432
1450
|
$ti-icon-cloud: unicode('ea76');
|
|
1451
|
+
$ti-icon-cloud-bitcoin: unicode('ff3e');
|
|
1433
1452
|
$ti-icon-cloud-bolt: unicode('f84b');
|
|
1434
1453
|
$ti-icon-cloud-cancel: unicode('f84c');
|
|
1435
1454
|
$ti-icon-cloud-check: unicode('f84d');
|
|
@@ -2046,6 +2065,7 @@ $ti-icon-exposure-plus-2: unicode('f2a0');
|
|
|
2046
2065
|
$ti-icon-external-link: unicode('ea99');
|
|
2047
2066
|
$ti-icon-external-link-off: unicode('f125');
|
|
2048
2067
|
$ti-icon-eye: unicode('ea9a');
|
|
2068
|
+
$ti-icon-eye-bitcoin: unicode('ff3d');
|
|
2049
2069
|
$ti-icon-eye-bolt: unicode('fb6d');
|
|
2050
2070
|
$ti-icon-eye-cancel: unicode('fb6e');
|
|
2051
2071
|
$ti-icon-eye-check: unicode('ee88');
|
|
@@ -2221,6 +2241,7 @@ $ti-icon-flag: unicode('eaa6');
|
|
|
2221
2241
|
$ti-icon-flag-2: unicode('ee8c');
|
|
2222
2242
|
$ti-icon-flag-2-off: unicode('f12c');
|
|
2223
2243
|
$ti-icon-flag-3: unicode('ee8d');
|
|
2244
|
+
$ti-icon-flag-bitcoin: unicode('ff3c');
|
|
2224
2245
|
$ti-icon-flag-bolt: unicode('fb8a');
|
|
2225
2246
|
$ti-icon-flag-cancel: unicode('fb8b');
|
|
2226
2247
|
$ti-icon-flag-check: unicode('fb8c');
|
|
@@ -2428,6 +2449,7 @@ $ti-icon-headset: unicode('eb90');
|
|
|
2428
2449
|
$ti-icon-headset-off: unicode('f3f6');
|
|
2429
2450
|
$ti-icon-health-recognition: unicode('f1fb');
|
|
2430
2451
|
$ti-icon-heart: unicode('eabe');
|
|
2452
|
+
$ti-icon-heart-bitcoin: unicode('ff3b');
|
|
2431
2453
|
$ti-icon-heart-bolt: unicode('fb9e');
|
|
2432
2454
|
$ti-icon-heart-broken: unicode('ecba');
|
|
2433
2455
|
$ti-icon-heart-cancel: unicode('fb9f');
|
|
@@ -2532,6 +2554,7 @@ $ti-icon-history-off: unicode('f3fb');
|
|
|
2532
2554
|
$ti-icon-history-toggle: unicode('f1fc');
|
|
2533
2555
|
$ti-icon-home: unicode('eac1');
|
|
2534
2556
|
$ti-icon-home-2: unicode('eac0');
|
|
2557
|
+
$ti-icon-home-bitcoin: unicode('ff3a');
|
|
2535
2558
|
$ti-icon-home-bolt: unicode('f336');
|
|
2536
2559
|
$ti-icon-home-cancel: unicode('f350');
|
|
2537
2560
|
$ti-icon-home-check: unicode('f337');
|
|
@@ -2654,6 +2677,8 @@ $ti-icon-keyframe-align-center: unicode('f582');
|
|
|
2654
2677
|
$ti-icon-keyframe-align-horizontal: unicode('f583');
|
|
2655
2678
|
$ti-icon-keyframe-align-vertical: unicode('f584');
|
|
2656
2679
|
$ti-icon-keyframes: unicode('f585');
|
|
2680
|
+
$ti-icon-label: unicode('ff38');
|
|
2681
|
+
$ti-icon-label-off: unicode('ff39');
|
|
2657
2682
|
$ti-icon-ladder: unicode('efe2');
|
|
2658
2683
|
$ti-icon-ladder-off: unicode('f14c');
|
|
2659
2684
|
$ti-icon-ladle: unicode('fc14');
|
|
@@ -2839,6 +2864,7 @@ $ti-icon-location-x: unicode('fbc2');
|
|
|
2839
2864
|
$ti-icon-lock: unicode('eae2');
|
|
2840
2865
|
$ti-icon-lock-access: unicode('eeaa');
|
|
2841
2866
|
$ti-icon-lock-access-off: unicode('f404');
|
|
2867
|
+
$ti-icon-lock-bitcoin: unicode('ff37');
|
|
2842
2868
|
$ti-icon-lock-bolt: unicode('f924');
|
|
2843
2869
|
$ti-icon-lock-cancel: unicode('f925');
|
|
2844
2870
|
$ti-icon-lock-check: unicode('f926');
|
|
@@ -2890,6 +2916,7 @@ $ti-icon-magnet-off: unicode('f159');
|
|
|
2890
2916
|
$ti-icon-magnetic: unicode('fcb9');
|
|
2891
2917
|
$ti-icon-mail: unicode('eae5');
|
|
2892
2918
|
$ti-icon-mail-ai: unicode('fa31');
|
|
2919
|
+
$ti-icon-mail-bitcoin: unicode('ff36');
|
|
2893
2920
|
$ti-icon-mail-bolt: unicode('f937');
|
|
2894
2921
|
$ti-icon-mail-cancel: unicode('f938');
|
|
2895
2922
|
$ti-icon-mail-check: unicode('f939');
|
|
@@ -2983,6 +3010,8 @@ $ti-icon-math: unicode('ebeb');
|
|
|
2983
3010
|
$ti-icon-math-1-divide-2: unicode('f4e2');
|
|
2984
3011
|
$ti-icon-math-1-divide-3: unicode('f4e3');
|
|
2985
3012
|
$ti-icon-math-avg: unicode('f0f4');
|
|
3013
|
+
$ti-icon-math-cos: unicode('ff1f');
|
|
3014
|
+
$ti-icon-math-ctg: unicode('ff35');
|
|
2986
3015
|
$ti-icon-math-equal-greater: unicode('f4e4');
|
|
2987
3016
|
$ti-icon-math-equal-lower: unicode('f4e5');
|
|
2988
3017
|
$ti-icon-math-function: unicode('eeb2');
|
|
@@ -3000,7 +3029,10 @@ $ti-icon-math-not: unicode('f4ec');
|
|
|
3000
3029
|
$ti-icon-math-off: unicode('f409');
|
|
3001
3030
|
$ti-icon-math-pi: unicode('f4ee');
|
|
3002
3031
|
$ti-icon-math-pi-divide-2: unicode('f4ed');
|
|
3032
|
+
$ti-icon-math-sec: unicode('ff34');
|
|
3033
|
+
$ti-icon-math-sin: unicode('ff1e');
|
|
3003
3034
|
$ti-icon-math-symbols: unicode('eeb3');
|
|
3035
|
+
$ti-icon-math-tg: unicode('ff33');
|
|
3004
3036
|
$ti-icon-math-x-divide-2: unicode('f4ef');
|
|
3005
3037
|
$ti-icon-math-x-divide-y: unicode('f4f1');
|
|
3006
3038
|
$ti-icon-math-x-divide-y-2: unicode('f4f0');
|
|
@@ -3135,6 +3167,7 @@ $ti-icon-monkeybar: unicode('feb4');
|
|
|
3135
3167
|
$ti-icon-mood-angry: unicode('f2de');
|
|
3136
3168
|
$ti-icon-mood-annoyed: unicode('f2e0');
|
|
3137
3169
|
$ti-icon-mood-annoyed-2: unicode('f2df');
|
|
3170
|
+
$ti-icon-mood-bitcoin: unicode('ff32');
|
|
3138
3171
|
$ti-icon-mood-boy: unicode('ed2d');
|
|
3139
3172
|
$ti-icon-mood-check: unicode('f7b3');
|
|
3140
3173
|
$ti-icon-mood-cog: unicode('f7b4');
|
|
@@ -3447,6 +3480,7 @@ $ti-icon-phone-plus: unicode('ec06');
|
|
|
3447
3480
|
$ti-icon-phone-x: unicode('ec07');
|
|
3448
3481
|
$ti-icon-photo: unicode('eb0a');
|
|
3449
3482
|
$ti-icon-photo-ai: unicode('fa32');
|
|
3483
|
+
$ti-icon-photo-bitcoin: unicode('ff31');
|
|
3450
3484
|
$ti-icon-photo-bolt: unicode('f990');
|
|
3451
3485
|
$ti-icon-photo-cancel: unicode('f35d');
|
|
3452
3486
|
$ti-icon-photo-check: unicode('f35e');
|
|
@@ -4450,6 +4484,7 @@ $ti-icon-upload: unicode('eb47');
|
|
|
4450
4484
|
$ti-icon-urgent: unicode('eb48');
|
|
4451
4485
|
$ti-icon-usb: unicode('f00c');
|
|
4452
4486
|
$ti-icon-user: unicode('eb4d');
|
|
4487
|
+
$ti-icon-user-bitcoin: unicode('ff30');
|
|
4453
4488
|
$ti-icon-user-bolt: unicode('f9d1');
|
|
4454
4489
|
$ti-icon-user-cancel: unicode('f9d2');
|
|
4455
4490
|
$ti-icon-user-check: unicode('eb49');
|
|
@@ -4773,9 +4808,14 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
4773
4808
|
.#{$ti-prefix}-align-right:before { content: $ti-icon-align-right; }
|
|
4774
4809
|
.#{$ti-prefix}-align-right-2:before { content: $ti-icon-align-right-2; }
|
|
4775
4810
|
.#{$ti-prefix}-alpha:before { content: $ti-icon-alpha; }
|
|
4811
|
+
.#{$ti-prefix}-alphabet-arabic:before { content: $ti-icon-alphabet-arabic; }
|
|
4812
|
+
.#{$ti-prefix}-alphabet-bangla:before { content: $ti-icon-alphabet-bangla; }
|
|
4776
4813
|
.#{$ti-prefix}-alphabet-cyrillic:before { content: $ti-icon-alphabet-cyrillic; }
|
|
4777
4814
|
.#{$ti-prefix}-alphabet-greek:before { content: $ti-icon-alphabet-greek; }
|
|
4815
|
+
.#{$ti-prefix}-alphabet-hebrew:before { content: $ti-icon-alphabet-hebrew; }
|
|
4816
|
+
.#{$ti-prefix}-alphabet-korean:before { content: $ti-icon-alphabet-korean; }
|
|
4778
4817
|
.#{$ti-prefix}-alphabet-latin:before { content: $ti-icon-alphabet-latin; }
|
|
4818
|
+
.#{$ti-prefix}-alphabet-thai:before { content: $ti-icon-alphabet-thai; }
|
|
4779
4819
|
.#{$ti-prefix}-alt:before { content: $ti-icon-alt; }
|
|
4780
4820
|
.#{$ti-prefix}-ambulance:before { content: $ti-icon-ambulance; }
|
|
4781
4821
|
.#{$ti-prefix}-ampersand:before { content: $ti-icon-ampersand; }
|
|
@@ -5269,6 +5309,12 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5269
5309
|
.#{$ti-prefix}-brand-4chan:before { content: $ti-icon-brand-4chan; }
|
|
5270
5310
|
.#{$ti-prefix}-brand-abstract:before { content: $ti-icon-brand-abstract; }
|
|
5271
5311
|
.#{$ti-prefix}-brand-adobe:before { content: $ti-icon-brand-adobe; }
|
|
5312
|
+
.#{$ti-prefix}-brand-adobe-after-effect:before { content: $ti-icon-brand-adobe-after-effect; }
|
|
5313
|
+
.#{$ti-prefix}-brand-adobe-illustrator:before { content: $ti-icon-brand-adobe-illustrator; }
|
|
5314
|
+
.#{$ti-prefix}-brand-adobe-indesign:before { content: $ti-icon-brand-adobe-indesign; }
|
|
5315
|
+
.#{$ti-prefix}-brand-adobe-photoshop:before { content: $ti-icon-brand-adobe-photoshop; }
|
|
5316
|
+
.#{$ti-prefix}-brand-adobe-premier:before { content: $ti-icon-brand-adobe-premier; }
|
|
5317
|
+
.#{$ti-prefix}-brand-adobe-xd:before { content: $ti-icon-brand-adobe-xd; }
|
|
5272
5318
|
.#{$ti-prefix}-brand-adonis-js:before { content: $ti-icon-brand-adonis-js; }
|
|
5273
5319
|
.#{$ti-prefix}-brand-airbnb:before { content: $ti-icon-brand-airbnb; }
|
|
5274
5320
|
.#{$ti-prefix}-brand-airtable:before { content: $ti-icon-brand-airtable; }
|
|
@@ -5286,6 +5332,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5286
5332
|
.#{$ti-prefix}-brand-appgallery:before { content: $ti-icon-brand-appgallery; }
|
|
5287
5333
|
.#{$ti-prefix}-brand-apple:before { content: $ti-icon-brand-apple; }
|
|
5288
5334
|
.#{$ti-prefix}-brand-apple-arcade:before { content: $ti-icon-brand-apple-arcade; }
|
|
5335
|
+
.#{$ti-prefix}-brand-apple-news:before { content: $ti-icon-brand-apple-news; }
|
|
5289
5336
|
.#{$ti-prefix}-brand-apple-podcast:before { content: $ti-icon-brand-apple-podcast; }
|
|
5290
5337
|
.#{$ti-prefix}-brand-appstore:before { content: $ti-icon-brand-appstore; }
|
|
5291
5338
|
.#{$ti-prefix}-brand-arc:before { content: $ti-icon-brand-arc; }
|
|
@@ -5412,6 +5459,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5412
5459
|
.#{$ti-prefix}-brand-grindr:before { content: $ti-icon-brand-grindr; }
|
|
5413
5460
|
.#{$ti-prefix}-brand-guardian:before { content: $ti-icon-brand-guardian; }
|
|
5414
5461
|
.#{$ti-prefix}-brand-gumroad:before { content: $ti-icon-brand-gumroad; }
|
|
5462
|
+
.#{$ti-prefix}-brand-hackerrank:before { content: $ti-icon-brand-hackerrank; }
|
|
5415
5463
|
.#{$ti-prefix}-brand-hbo:before { content: $ti-icon-brand-hbo; }
|
|
5416
5464
|
.#{$ti-prefix}-brand-headlessui:before { content: $ti-icon-brand-headlessui; }
|
|
5417
5465
|
.#{$ti-prefix}-brand-hexo:before { content: $ti-icon-brand-hexo; }
|
|
@@ -5682,6 +5730,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5682
5730
|
.#{$ti-prefix}-building-tunnel:before { content: $ti-icon-building-tunnel; }
|
|
5683
5731
|
.#{$ti-prefix}-building-warehouse:before { content: $ti-icon-building-warehouse; }
|
|
5684
5732
|
.#{$ti-prefix}-building-wind-turbine:before { content: $ti-icon-building-wind-turbine; }
|
|
5733
|
+
.#{$ti-prefix}-buildings:before { content: $ti-icon-buildings; }
|
|
5685
5734
|
.#{$ti-prefix}-bulb:before { content: $ti-icon-bulb; }
|
|
5686
5735
|
.#{$ti-prefix}-bulb-off:before { content: $ti-icon-bulb-off; }
|
|
5687
5736
|
.#{$ti-prefix}-bulldozer:before { content: $ti-icon-bulldozer; }
|
|
@@ -5761,6 +5810,9 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
5761
5810
|
.#{$ti-prefix}-candy-off:before { content: $ti-icon-candy-off; }
|
|
5762
5811
|
.#{$ti-prefix}-cane:before { content: $ti-icon-cane; }
|
|
5763
5812
|
.#{$ti-prefix}-cannabis:before { content: $ti-icon-cannabis; }
|
|
5813
|
+
.#{$ti-prefix}-cap-projecting:before { content: $ti-icon-cap-projecting; }
|
|
5814
|
+
.#{$ti-prefix}-cap-rounded:before { content: $ti-icon-cap-rounded; }
|
|
5815
|
+
.#{$ti-prefix}-cap-straight:before { content: $ti-icon-cap-straight; }
|
|
5764
5816
|
.#{$ti-prefix}-capsule:before { content: $ti-icon-capsule; }
|
|
5765
5817
|
.#{$ti-prefix}-capsule-horizontal:before { content: $ti-icon-capsule-horizontal; }
|
|
5766
5818
|
.#{$ti-prefix}-capture:before { content: $ti-icon-capture; }
|
|
@@ -6031,6 +6083,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6031
6083
|
.#{$ti-prefix}-clock-12:before { content: $ti-icon-clock-12; }
|
|
6032
6084
|
.#{$ti-prefix}-clock-2:before { content: $ti-icon-clock-2; }
|
|
6033
6085
|
.#{$ti-prefix}-clock-24:before { content: $ti-icon-clock-24; }
|
|
6086
|
+
.#{$ti-prefix}-clock-bitcoin:before { content: $ti-icon-clock-bitcoin; }
|
|
6034
6087
|
.#{$ti-prefix}-clock-bolt:before { content: $ti-icon-clock-bolt; }
|
|
6035
6088
|
.#{$ti-prefix}-clock-cancel:before { content: $ti-icon-clock-cancel; }
|
|
6036
6089
|
.#{$ti-prefix}-clock-check:before { content: $ti-icon-clock-check; }
|
|
@@ -6071,6 +6124,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6071
6124
|
.#{$ti-prefix}-clothes-rack:before { content: $ti-icon-clothes-rack; }
|
|
6072
6125
|
.#{$ti-prefix}-clothes-rack-off:before { content: $ti-icon-clothes-rack-off; }
|
|
6073
6126
|
.#{$ti-prefix}-cloud:before { content: $ti-icon-cloud; }
|
|
6127
|
+
.#{$ti-prefix}-cloud-bitcoin:before { content: $ti-icon-cloud-bitcoin; }
|
|
6074
6128
|
.#{$ti-prefix}-cloud-bolt:before { content: $ti-icon-cloud-bolt; }
|
|
6075
6129
|
.#{$ti-prefix}-cloud-cancel:before { content: $ti-icon-cloud-cancel; }
|
|
6076
6130
|
.#{$ti-prefix}-cloud-check:before { content: $ti-icon-cloud-check; }
|
|
@@ -6687,6 +6741,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6687
6741
|
.#{$ti-prefix}-external-link:before { content: $ti-icon-external-link; }
|
|
6688
6742
|
.#{$ti-prefix}-external-link-off:before { content: $ti-icon-external-link-off; }
|
|
6689
6743
|
.#{$ti-prefix}-eye:before { content: $ti-icon-eye; }
|
|
6744
|
+
.#{$ti-prefix}-eye-bitcoin:before { content: $ti-icon-eye-bitcoin; }
|
|
6690
6745
|
.#{$ti-prefix}-eye-bolt:before { content: $ti-icon-eye-bolt; }
|
|
6691
6746
|
.#{$ti-prefix}-eye-cancel:before { content: $ti-icon-eye-cancel; }
|
|
6692
6747
|
.#{$ti-prefix}-eye-check:before { content: $ti-icon-eye-check; }
|
|
@@ -6862,6 +6917,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
6862
6917
|
.#{$ti-prefix}-flag-2:before { content: $ti-icon-flag-2; }
|
|
6863
6918
|
.#{$ti-prefix}-flag-2-off:before { content: $ti-icon-flag-2-off; }
|
|
6864
6919
|
.#{$ti-prefix}-flag-3:before { content: $ti-icon-flag-3; }
|
|
6920
|
+
.#{$ti-prefix}-flag-bitcoin:before { content: $ti-icon-flag-bitcoin; }
|
|
6865
6921
|
.#{$ti-prefix}-flag-bolt:before { content: $ti-icon-flag-bolt; }
|
|
6866
6922
|
.#{$ti-prefix}-flag-cancel:before { content: $ti-icon-flag-cancel; }
|
|
6867
6923
|
.#{$ti-prefix}-flag-check:before { content: $ti-icon-flag-check; }
|
|
@@ -7069,6 +7125,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7069
7125
|
.#{$ti-prefix}-headset-off:before { content: $ti-icon-headset-off; }
|
|
7070
7126
|
.#{$ti-prefix}-health-recognition:before { content: $ti-icon-health-recognition; }
|
|
7071
7127
|
.#{$ti-prefix}-heart:before { content: $ti-icon-heart; }
|
|
7128
|
+
.#{$ti-prefix}-heart-bitcoin:before { content: $ti-icon-heart-bitcoin; }
|
|
7072
7129
|
.#{$ti-prefix}-heart-bolt:before { content: $ti-icon-heart-bolt; }
|
|
7073
7130
|
.#{$ti-prefix}-heart-broken:before { content: $ti-icon-heart-broken; }
|
|
7074
7131
|
.#{$ti-prefix}-heart-cancel:before { content: $ti-icon-heart-cancel; }
|
|
@@ -7173,6 +7230,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7173
7230
|
.#{$ti-prefix}-history-toggle:before { content: $ti-icon-history-toggle; }
|
|
7174
7231
|
.#{$ti-prefix}-home:before { content: $ti-icon-home; }
|
|
7175
7232
|
.#{$ti-prefix}-home-2:before { content: $ti-icon-home-2; }
|
|
7233
|
+
.#{$ti-prefix}-home-bitcoin:before { content: $ti-icon-home-bitcoin; }
|
|
7176
7234
|
.#{$ti-prefix}-home-bolt:before { content: $ti-icon-home-bolt; }
|
|
7177
7235
|
.#{$ti-prefix}-home-cancel:before { content: $ti-icon-home-cancel; }
|
|
7178
7236
|
.#{$ti-prefix}-home-check:before { content: $ti-icon-home-check; }
|
|
@@ -7295,6 +7353,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7295
7353
|
.#{$ti-prefix}-keyframe-align-horizontal:before { content: $ti-icon-keyframe-align-horizontal; }
|
|
7296
7354
|
.#{$ti-prefix}-keyframe-align-vertical:before { content: $ti-icon-keyframe-align-vertical; }
|
|
7297
7355
|
.#{$ti-prefix}-keyframes:before { content: $ti-icon-keyframes; }
|
|
7356
|
+
.#{$ti-prefix}-label:before { content: $ti-icon-label; }
|
|
7357
|
+
.#{$ti-prefix}-label-off:before { content: $ti-icon-label-off; }
|
|
7298
7358
|
.#{$ti-prefix}-ladder:before { content: $ti-icon-ladder; }
|
|
7299
7359
|
.#{$ti-prefix}-ladder-off:before { content: $ti-icon-ladder-off; }
|
|
7300
7360
|
.#{$ti-prefix}-ladle:before { content: $ti-icon-ladle; }
|
|
@@ -7480,6 +7540,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7480
7540
|
.#{$ti-prefix}-lock:before { content: $ti-icon-lock; }
|
|
7481
7541
|
.#{$ti-prefix}-lock-access:before { content: $ti-icon-lock-access; }
|
|
7482
7542
|
.#{$ti-prefix}-lock-access-off:before { content: $ti-icon-lock-access-off; }
|
|
7543
|
+
.#{$ti-prefix}-lock-bitcoin:before { content: $ti-icon-lock-bitcoin; }
|
|
7483
7544
|
.#{$ti-prefix}-lock-bolt:before { content: $ti-icon-lock-bolt; }
|
|
7484
7545
|
.#{$ti-prefix}-lock-cancel:before { content: $ti-icon-lock-cancel; }
|
|
7485
7546
|
.#{$ti-prefix}-lock-check:before { content: $ti-icon-lock-check; }
|
|
@@ -7531,6 +7592,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7531
7592
|
.#{$ti-prefix}-magnetic:before { content: $ti-icon-magnetic; }
|
|
7532
7593
|
.#{$ti-prefix}-mail:before { content: $ti-icon-mail; }
|
|
7533
7594
|
.#{$ti-prefix}-mail-ai:before { content: $ti-icon-mail-ai; }
|
|
7595
|
+
.#{$ti-prefix}-mail-bitcoin:before { content: $ti-icon-mail-bitcoin; }
|
|
7534
7596
|
.#{$ti-prefix}-mail-bolt:before { content: $ti-icon-mail-bolt; }
|
|
7535
7597
|
.#{$ti-prefix}-mail-cancel:before { content: $ti-icon-mail-cancel; }
|
|
7536
7598
|
.#{$ti-prefix}-mail-check:before { content: $ti-icon-mail-check; }
|
|
@@ -7624,6 +7686,8 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7624
7686
|
.#{$ti-prefix}-math-1-divide-2:before { content: $ti-icon-math-1-divide-2; }
|
|
7625
7687
|
.#{$ti-prefix}-math-1-divide-3:before { content: $ti-icon-math-1-divide-3; }
|
|
7626
7688
|
.#{$ti-prefix}-math-avg:before { content: $ti-icon-math-avg; }
|
|
7689
|
+
.#{$ti-prefix}-math-cos:before { content: $ti-icon-math-cos; }
|
|
7690
|
+
.#{$ti-prefix}-math-ctg:before { content: $ti-icon-math-ctg; }
|
|
7627
7691
|
.#{$ti-prefix}-math-equal-greater:before { content: $ti-icon-math-equal-greater; }
|
|
7628
7692
|
.#{$ti-prefix}-math-equal-lower:before { content: $ti-icon-math-equal-lower; }
|
|
7629
7693
|
.#{$ti-prefix}-math-function:before { content: $ti-icon-math-function; }
|
|
@@ -7641,7 +7705,10 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7641
7705
|
.#{$ti-prefix}-math-off:before { content: $ti-icon-math-off; }
|
|
7642
7706
|
.#{$ti-prefix}-math-pi:before { content: $ti-icon-math-pi; }
|
|
7643
7707
|
.#{$ti-prefix}-math-pi-divide-2:before { content: $ti-icon-math-pi-divide-2; }
|
|
7708
|
+
.#{$ti-prefix}-math-sec:before { content: $ti-icon-math-sec; }
|
|
7709
|
+
.#{$ti-prefix}-math-sin:before { content: $ti-icon-math-sin; }
|
|
7644
7710
|
.#{$ti-prefix}-math-symbols:before { content: $ti-icon-math-symbols; }
|
|
7711
|
+
.#{$ti-prefix}-math-tg:before { content: $ti-icon-math-tg; }
|
|
7645
7712
|
.#{$ti-prefix}-math-x-divide-2:before { content: $ti-icon-math-x-divide-2; }
|
|
7646
7713
|
.#{$ti-prefix}-math-x-divide-y:before { content: $ti-icon-math-x-divide-y; }
|
|
7647
7714
|
.#{$ti-prefix}-math-x-divide-y-2:before { content: $ti-icon-math-x-divide-y-2; }
|
|
@@ -7776,6 +7843,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
7776
7843
|
.#{$ti-prefix}-mood-angry:before { content: $ti-icon-mood-angry; }
|
|
7777
7844
|
.#{$ti-prefix}-mood-annoyed:before { content: $ti-icon-mood-annoyed; }
|
|
7778
7845
|
.#{$ti-prefix}-mood-annoyed-2:before { content: $ti-icon-mood-annoyed-2; }
|
|
7846
|
+
.#{$ti-prefix}-mood-bitcoin:before { content: $ti-icon-mood-bitcoin; }
|
|
7779
7847
|
.#{$ti-prefix}-mood-boy:before { content: $ti-icon-mood-boy; }
|
|
7780
7848
|
.#{$ti-prefix}-mood-check:before { content: $ti-icon-mood-check; }
|
|
7781
7849
|
.#{$ti-prefix}-mood-cog:before { content: $ti-icon-mood-cog; }
|
|
@@ -8088,6 +8156,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
8088
8156
|
.#{$ti-prefix}-phone-x:before { content: $ti-icon-phone-x; }
|
|
8089
8157
|
.#{$ti-prefix}-photo:before { content: $ti-icon-photo; }
|
|
8090
8158
|
.#{$ti-prefix}-photo-ai:before { content: $ti-icon-photo-ai; }
|
|
8159
|
+
.#{$ti-prefix}-photo-bitcoin:before { content: $ti-icon-photo-bitcoin; }
|
|
8091
8160
|
.#{$ti-prefix}-photo-bolt:before { content: $ti-icon-photo-bolt; }
|
|
8092
8161
|
.#{$ti-prefix}-photo-cancel:before { content: $ti-icon-photo-cancel; }
|
|
8093
8162
|
.#{$ti-prefix}-photo-check:before { content: $ti-icon-photo-check; }
|
|
@@ -9091,6 +9160,7 @@ $ti-icon-zzz-off: unicode('f440');
|
|
|
9091
9160
|
.#{$ti-prefix}-urgent:before { content: $ti-icon-urgent; }
|
|
9092
9161
|
.#{$ti-prefix}-usb:before { content: $ti-icon-usb; }
|
|
9093
9162
|
.#{$ti-prefix}-user:before { content: $ti-icon-user; }
|
|
9163
|
+
.#{$ti-prefix}-user-bitcoin:before { content: $ti-icon-user-bitcoin; }
|
|
9094
9164
|
.#{$ti-prefix}-user-bolt:before { content: $ti-icon-user-bolt; }
|
|
9095
9165
|
.#{$ti-prefix}-user-cancel:before { content: $ti-icon-user-cancel; }
|
|
9096
9166
|
.#{$ti-prefix}-user-check:before { content: $ti-icon-user-check; }
|
package/dist/tabler-icons.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.9.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.9.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v3.9.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
|
}
|
|
@@ -2865,6 +2885,30 @@
|
|
|
2865
2885
|
content: "\f0dc";
|
|
2866
2886
|
}
|
|
2867
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
|
+
|
|
2868
2912
|
.ti-brand-adonis-js:before {
|
|
2869
2913
|
content: "\f496";
|
|
2870
2914
|
}
|
|
@@ -2937,6 +2981,10 @@
|
|
|
2937
2981
|
content: "\fd74";
|
|
2938
2982
|
}
|
|
2939
2983
|
|
|
2984
|
+
.ti-brand-apple-news:before {
|
|
2985
|
+
content: "\ff24";
|
|
2986
|
+
}
|
|
2987
|
+
|
|
2940
2988
|
.ti-brand-apple-podcast:before {
|
|
2941
2989
|
content: "\f1e6";
|
|
2942
2990
|
}
|
|
@@ -3461,6 +3509,10 @@
|
|
|
3461
3509
|
content: "\f5d6";
|
|
3462
3510
|
}
|
|
3463
3511
|
|
|
3512
|
+
.ti-brand-hackerrank:before {
|
|
3513
|
+
content: "\ff23";
|
|
3514
|
+
}
|
|
3515
|
+
|
|
3464
3516
|
.ti-brand-hbo:before {
|
|
3465
3517
|
content: "\f657";
|
|
3466
3518
|
}
|
|
@@ -4609,6 +4661,10 @@
|
|
|
4609
4661
|
content: "\f4c0";
|
|
4610
4662
|
}
|
|
4611
4663
|
|
|
4664
|
+
.ti-buildings:before {
|
|
4665
|
+
content: "\ff40";
|
|
4666
|
+
}
|
|
4667
|
+
|
|
4612
4668
|
.ti-bulb:before {
|
|
4613
4669
|
content: "\ea51";
|
|
4614
4670
|
}
|
|
@@ -4953,6 +5009,18 @@
|
|
|
4953
5009
|
content: "\f4c1";
|
|
4954
5010
|
}
|
|
4955
5011
|
|
|
5012
|
+
.ti-cap-projecting:before {
|
|
5013
|
+
content: "\ff22";
|
|
5014
|
+
}
|
|
5015
|
+
|
|
5016
|
+
.ti-cap-rounded:before {
|
|
5017
|
+
content: "\ff21";
|
|
5018
|
+
}
|
|
5019
|
+
|
|
5020
|
+
.ti-cap-straight:before {
|
|
5021
|
+
content: "\ff20";
|
|
5022
|
+
}
|
|
5023
|
+
|
|
4956
5024
|
.ti-capsule:before {
|
|
4957
5025
|
content: "\fae3";
|
|
4958
5026
|
}
|
|
@@ -6357,6 +6425,10 @@
|
|
|
6357
6425
|
content: "\fc57";
|
|
6358
6426
|
}
|
|
6359
6427
|
|
|
6428
|
+
.ti-clock-bitcoin:before {
|
|
6429
|
+
content: "\ff3f";
|
|
6430
|
+
}
|
|
6431
|
+
|
|
6360
6432
|
.ti-clock-bolt:before {
|
|
6361
6433
|
content: "\f844";
|
|
6362
6434
|
}
|
|
@@ -6569,6 +6641,10 @@
|
|
|
6569
6641
|
content: "\ea76";
|
|
6570
6642
|
}
|
|
6571
6643
|
|
|
6644
|
+
.ti-cloud-bitcoin:before {
|
|
6645
|
+
content: "\ff3e";
|
|
6646
|
+
}
|
|
6647
|
+
|
|
6572
6648
|
.ti-cloud-bolt:before {
|
|
6573
6649
|
content: "\f84b";
|
|
6574
6650
|
}
|
|
@@ -9245,6 +9321,10 @@
|
|
|
9245
9321
|
content: "\ea9a";
|
|
9246
9322
|
}
|
|
9247
9323
|
|
|
9324
|
+
.ti-eye-bitcoin:before {
|
|
9325
|
+
content: "\ff3d";
|
|
9326
|
+
}
|
|
9327
|
+
|
|
9248
9328
|
.ti-eye-bolt:before {
|
|
9249
9329
|
content: "\fb6d";
|
|
9250
9330
|
}
|
|
@@ -9969,6 +10049,10 @@
|
|
|
9969
10049
|
content: "\f708";
|
|
9970
10050
|
}
|
|
9971
10051
|
|
|
10052
|
+
.ti-flag-bitcoin:before {
|
|
10053
|
+
content: "\ff3c";
|
|
10054
|
+
}
|
|
10055
|
+
|
|
9972
10056
|
.ti-flag-bolt:before {
|
|
9973
10057
|
content: "\fb8a";
|
|
9974
10058
|
}
|
|
@@ -10873,6 +10957,10 @@
|
|
|
10873
10957
|
content: "\eabe";
|
|
10874
10958
|
}
|
|
10875
10959
|
|
|
10960
|
+
.ti-heart-bitcoin:before {
|
|
10961
|
+
content: "\ff3b";
|
|
10962
|
+
}
|
|
10963
|
+
|
|
10876
10964
|
.ti-heart-bolt:before {
|
|
10877
10965
|
content: "\fb9e";
|
|
10878
10966
|
}
|
|
@@ -11473,6 +11561,10 @@
|
|
|
11473
11561
|
content: "\eac0";
|
|
11474
11562
|
}
|
|
11475
11563
|
|
|
11564
|
+
.ti-home-bitcoin:before {
|
|
11565
|
+
content: "\ff3a";
|
|
11566
|
+
}
|
|
11567
|
+
|
|
11476
11568
|
.ti-home-bolt:before {
|
|
11477
11569
|
content: "\f336";
|
|
11478
11570
|
}
|
|
@@ -12065,6 +12157,18 @@
|
|
|
12065
12157
|
content: "\fc34";
|
|
12066
12158
|
}
|
|
12067
12159
|
|
|
12160
|
+
.ti-label:before {
|
|
12161
|
+
content: "\ff38";
|
|
12162
|
+
}
|
|
12163
|
+
|
|
12164
|
+
.ti-label-filled:before {
|
|
12165
|
+
content: "\ff41";
|
|
12166
|
+
}
|
|
12167
|
+
|
|
12168
|
+
.ti-label-off:before {
|
|
12169
|
+
content: "\ff39";
|
|
12170
|
+
}
|
|
12171
|
+
|
|
12068
12172
|
.ti-ladder:before {
|
|
12069
12173
|
content: "\efe2";
|
|
12070
12174
|
}
|
|
@@ -12925,6 +13029,10 @@
|
|
|
12925
13029
|
content: "\f404";
|
|
12926
13030
|
}
|
|
12927
13031
|
|
|
13032
|
+
.ti-lock-bitcoin:before {
|
|
13033
|
+
content: "\ff37";
|
|
13034
|
+
}
|
|
13035
|
+
|
|
12928
13036
|
.ti-lock-bolt:before {
|
|
12929
13037
|
content: "\f924";
|
|
12930
13038
|
}
|
|
@@ -13149,6 +13257,10 @@
|
|
|
13149
13257
|
content: "\fa31";
|
|
13150
13258
|
}
|
|
13151
13259
|
|
|
13260
|
+
.ti-mail-bitcoin:before {
|
|
13261
|
+
content: "\ff36";
|
|
13262
|
+
}
|
|
13263
|
+
|
|
13152
13264
|
.ti-mail-bolt:before {
|
|
13153
13265
|
content: "\f937";
|
|
13154
13266
|
}
|
|
@@ -13541,6 +13653,14 @@
|
|
|
13541
13653
|
content: "\f0f4";
|
|
13542
13654
|
}
|
|
13543
13655
|
|
|
13656
|
+
.ti-math-cos:before {
|
|
13657
|
+
content: "\ff1f";
|
|
13658
|
+
}
|
|
13659
|
+
|
|
13660
|
+
.ti-math-ctg:before {
|
|
13661
|
+
content: "\ff35";
|
|
13662
|
+
}
|
|
13663
|
+
|
|
13544
13664
|
.ti-math-equal-greater:before {
|
|
13545
13665
|
content: "\f4e4";
|
|
13546
13666
|
}
|
|
@@ -13609,10 +13729,22 @@
|
|
|
13609
13729
|
content: "\f4ed";
|
|
13610
13730
|
}
|
|
13611
13731
|
|
|
13732
|
+
.ti-math-sec:before {
|
|
13733
|
+
content: "\ff34";
|
|
13734
|
+
}
|
|
13735
|
+
|
|
13736
|
+
.ti-math-sin:before {
|
|
13737
|
+
content: "\ff1e";
|
|
13738
|
+
}
|
|
13739
|
+
|
|
13612
13740
|
.ti-math-symbols:before {
|
|
13613
13741
|
content: "\eeb3";
|
|
13614
13742
|
}
|
|
13615
13743
|
|
|
13744
|
+
.ti-math-tg:before {
|
|
13745
|
+
content: "\ff33";
|
|
13746
|
+
}
|
|
13747
|
+
|
|
13616
13748
|
.ti-math-x-divide-2:before {
|
|
13617
13749
|
content: "\f4ef";
|
|
13618
13750
|
}
|
|
@@ -14185,6 +14317,10 @@
|
|
|
14185
14317
|
content: "\f2df";
|
|
14186
14318
|
}
|
|
14187
14319
|
|
|
14320
|
+
.ti-mood-bitcoin:before {
|
|
14321
|
+
content: "\ff32";
|
|
14322
|
+
}
|
|
14323
|
+
|
|
14188
14324
|
.ti-mood-boy:before {
|
|
14189
14325
|
content: "\ed2d";
|
|
14190
14326
|
}
|
|
@@ -15533,6 +15669,10 @@
|
|
|
15533
15669
|
content: "\fa32";
|
|
15534
15670
|
}
|
|
15535
15671
|
|
|
15672
|
+
.ti-photo-bitcoin:before {
|
|
15673
|
+
content: "\ff31";
|
|
15674
|
+
}
|
|
15675
|
+
|
|
15536
15676
|
.ti-photo-bolt:before {
|
|
15537
15677
|
content: "\f990";
|
|
15538
15678
|
}
|
|
@@ -20325,6 +20465,10 @@
|
|
|
20325
20465
|
content: "\eb4d";
|
|
20326
20466
|
}
|
|
20327
20467
|
|
|
20468
|
+
.ti-user-bitcoin:before {
|
|
20469
|
+
content: "\ff30";
|
|
20470
|
+
}
|
|
20471
|
+
|
|
20328
20472
|
.ti-user-bolt:before {
|
|
20329
20473
|
content: "\f9d1";
|
|
20330
20474
|
}
|