@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,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-outline";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons-outline.woff2?v3.
|
|
9
|
+
src: url("./fonts/tabler-icons-outline.woff2?v3.9.0") format("woff2"), url("./fonts/tabler-icons-outline.woff?") format("woff"), url("./fonts/tabler-icons-outline.ttf?v3.9.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons-outline" !important;
|
|
@@ -401,6 +401,14 @@
|
|
|
401
401
|
content: "\f543";
|
|
402
402
|
}
|
|
403
403
|
|
|
404
|
+
.ti-alphabet-arabic:before {
|
|
405
|
+
content: "\ff2f";
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.ti-alphabet-bangla:before {
|
|
409
|
+
content: "\ff2e";
|
|
410
|
+
}
|
|
411
|
+
|
|
404
412
|
.ti-alphabet-cyrillic:before {
|
|
405
413
|
content: "\f1df";
|
|
406
414
|
}
|
|
@@ -409,10 +417,22 @@
|
|
|
409
417
|
content: "\f1e0";
|
|
410
418
|
}
|
|
411
419
|
|
|
420
|
+
.ti-alphabet-hebrew:before {
|
|
421
|
+
content: "\ff2d";
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.ti-alphabet-korean:before {
|
|
425
|
+
content: "\ff2c";
|
|
426
|
+
}
|
|
427
|
+
|
|
412
428
|
.ti-alphabet-latin:before {
|
|
413
429
|
content: "\f1e1";
|
|
414
430
|
}
|
|
415
431
|
|
|
432
|
+
.ti-alphabet-thai:before {
|
|
433
|
+
content: "\ff2b";
|
|
434
|
+
}
|
|
435
|
+
|
|
416
436
|
.ti-alt:before {
|
|
417
437
|
content: "\fc54";
|
|
418
438
|
}
|
|
@@ -2385,6 +2405,30 @@
|
|
|
2385
2405
|
content: "\f0dc";
|
|
2386
2406
|
}
|
|
2387
2407
|
|
|
2408
|
+
.ti-brand-adobe-after-effect:before {
|
|
2409
|
+
content: "\ff2a";
|
|
2410
|
+
}
|
|
2411
|
+
|
|
2412
|
+
.ti-brand-adobe-illustrator:before {
|
|
2413
|
+
content: "\ff29";
|
|
2414
|
+
}
|
|
2415
|
+
|
|
2416
|
+
.ti-brand-adobe-indesign:before {
|
|
2417
|
+
content: "\ff28";
|
|
2418
|
+
}
|
|
2419
|
+
|
|
2420
|
+
.ti-brand-adobe-photoshop:before {
|
|
2421
|
+
content: "\ff27";
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
.ti-brand-adobe-premier:before {
|
|
2425
|
+
content: "\ff26";
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
.ti-brand-adobe-xd:before {
|
|
2429
|
+
content: "\ff25";
|
|
2430
|
+
}
|
|
2431
|
+
|
|
2388
2432
|
.ti-brand-adonis-js:before {
|
|
2389
2433
|
content: "\f496";
|
|
2390
2434
|
}
|
|
@@ -2453,6 +2497,10 @@
|
|
|
2453
2497
|
content: "\ed69";
|
|
2454
2498
|
}
|
|
2455
2499
|
|
|
2500
|
+
.ti-brand-apple-news:before {
|
|
2501
|
+
content: "\ff24";
|
|
2502
|
+
}
|
|
2503
|
+
|
|
2456
2504
|
.ti-brand-apple-podcast:before {
|
|
2457
2505
|
content: "\f1e6";
|
|
2458
2506
|
}
|
|
@@ -2957,6 +3005,10 @@
|
|
|
2957
3005
|
content: "\f5d6";
|
|
2958
3006
|
}
|
|
2959
3007
|
|
|
3008
|
+
.ti-brand-hackerrank:before {
|
|
3009
|
+
content: "\ff23";
|
|
3010
|
+
}
|
|
3011
|
+
|
|
2960
3012
|
.ti-brand-hbo:before {
|
|
2961
3013
|
content: "\f657";
|
|
2962
3014
|
}
|
|
@@ -4037,6 +4089,10 @@
|
|
|
4037
4089
|
content: "\f4c0";
|
|
4038
4090
|
}
|
|
4039
4091
|
|
|
4092
|
+
.ti-buildings:before {
|
|
4093
|
+
content: "\ff40";
|
|
4094
|
+
}
|
|
4095
|
+
|
|
4040
4096
|
.ti-bulb:before {
|
|
4041
4097
|
content: "\ea51";
|
|
4042
4098
|
}
|
|
@@ -4353,6 +4409,18 @@
|
|
|
4353
4409
|
content: "\f4c1";
|
|
4354
4410
|
}
|
|
4355
4411
|
|
|
4412
|
+
.ti-cap-projecting:before {
|
|
4413
|
+
content: "\ff22";
|
|
4414
|
+
}
|
|
4415
|
+
|
|
4416
|
+
.ti-cap-rounded:before {
|
|
4417
|
+
content: "\ff21";
|
|
4418
|
+
}
|
|
4419
|
+
|
|
4420
|
+
.ti-cap-straight:before {
|
|
4421
|
+
content: "\ff20";
|
|
4422
|
+
}
|
|
4423
|
+
|
|
4356
4424
|
.ti-capsule:before {
|
|
4357
4425
|
content: "\fae3";
|
|
4358
4426
|
}
|
|
@@ -5433,6 +5501,10 @@
|
|
|
5433
5501
|
content: "\fc57";
|
|
5434
5502
|
}
|
|
5435
5503
|
|
|
5504
|
+
.ti-clock-bitcoin:before {
|
|
5505
|
+
content: "\ff3f";
|
|
5506
|
+
}
|
|
5507
|
+
|
|
5436
5508
|
.ti-clock-bolt:before {
|
|
5437
5509
|
content: "\f844";
|
|
5438
5510
|
}
|
|
@@ -5593,6 +5665,10 @@
|
|
|
5593
5665
|
content: "\ea76";
|
|
5594
5666
|
}
|
|
5595
5667
|
|
|
5668
|
+
.ti-cloud-bitcoin:before {
|
|
5669
|
+
content: "\ff3e";
|
|
5670
|
+
}
|
|
5671
|
+
|
|
5596
5672
|
.ti-cloud-bolt:before {
|
|
5597
5673
|
content: "\f84b";
|
|
5598
5674
|
}
|
|
@@ -8057,6 +8133,10 @@
|
|
|
8057
8133
|
content: "\ea9a";
|
|
8058
8134
|
}
|
|
8059
8135
|
|
|
8136
|
+
.ti-eye-bitcoin:before {
|
|
8137
|
+
content: "\ff3d";
|
|
8138
|
+
}
|
|
8139
|
+
|
|
8060
8140
|
.ti-eye-bolt:before {
|
|
8061
8141
|
content: "\fb6d";
|
|
8062
8142
|
}
|
|
@@ -8757,6 +8837,10 @@
|
|
|
8757
8837
|
content: "\ee8d";
|
|
8758
8838
|
}
|
|
8759
8839
|
|
|
8840
|
+
.ti-flag-bitcoin:before {
|
|
8841
|
+
content: "\ff3c";
|
|
8842
|
+
}
|
|
8843
|
+
|
|
8760
8844
|
.ti-flag-bolt:before {
|
|
8761
8845
|
content: "\fb8a";
|
|
8762
8846
|
}
|
|
@@ -9585,6 +9669,10 @@
|
|
|
9585
9669
|
content: "\eabe";
|
|
9586
9670
|
}
|
|
9587
9671
|
|
|
9672
|
+
.ti-heart-bitcoin:before {
|
|
9673
|
+
content: "\ff3b";
|
|
9674
|
+
}
|
|
9675
|
+
|
|
9588
9676
|
.ti-heart-bolt:before {
|
|
9589
9677
|
content: "\fb9e";
|
|
9590
9678
|
}
|
|
@@ -10001,6 +10089,10 @@
|
|
|
10001
10089
|
content: "\eac0";
|
|
10002
10090
|
}
|
|
10003
10091
|
|
|
10092
|
+
.ti-home-bitcoin:before {
|
|
10093
|
+
content: "\ff3a";
|
|
10094
|
+
}
|
|
10095
|
+
|
|
10004
10096
|
.ti-home-bolt:before {
|
|
10005
10097
|
content: "\f336";
|
|
10006
10098
|
}
|
|
@@ -10489,6 +10581,14 @@
|
|
|
10489
10581
|
content: "\f585";
|
|
10490
10582
|
}
|
|
10491
10583
|
|
|
10584
|
+
.ti-label:before {
|
|
10585
|
+
content: "\ff38";
|
|
10586
|
+
}
|
|
10587
|
+
|
|
10588
|
+
.ti-label-off:before {
|
|
10589
|
+
content: "\ff39";
|
|
10590
|
+
}
|
|
10591
|
+
|
|
10492
10592
|
.ti-ladder:before {
|
|
10493
10593
|
content: "\efe2";
|
|
10494
10594
|
}
|
|
@@ -11229,6 +11329,10 @@
|
|
|
11229
11329
|
content: "\f404";
|
|
11230
11330
|
}
|
|
11231
11331
|
|
|
11332
|
+
.ti-lock-bitcoin:before {
|
|
11333
|
+
content: "\ff37";
|
|
11334
|
+
}
|
|
11335
|
+
|
|
11232
11336
|
.ti-lock-bolt:before {
|
|
11233
11337
|
content: "\f924";
|
|
11234
11338
|
}
|
|
@@ -11433,6 +11537,10 @@
|
|
|
11433
11537
|
content: "\fa31";
|
|
11434
11538
|
}
|
|
11435
11539
|
|
|
11540
|
+
.ti-mail-bitcoin:before {
|
|
11541
|
+
content: "\ff36";
|
|
11542
|
+
}
|
|
11543
|
+
|
|
11436
11544
|
.ti-mail-bolt:before {
|
|
11437
11545
|
content: "\f937";
|
|
11438
11546
|
}
|
|
@@ -11805,6 +11913,14 @@
|
|
|
11805
11913
|
content: "\f0f4";
|
|
11806
11914
|
}
|
|
11807
11915
|
|
|
11916
|
+
.ti-math-cos:before {
|
|
11917
|
+
content: "\ff1f";
|
|
11918
|
+
}
|
|
11919
|
+
|
|
11920
|
+
.ti-math-ctg:before {
|
|
11921
|
+
content: "\ff35";
|
|
11922
|
+
}
|
|
11923
|
+
|
|
11808
11924
|
.ti-math-equal-greater:before {
|
|
11809
11925
|
content: "\f4e4";
|
|
11810
11926
|
}
|
|
@@ -11873,10 +11989,22 @@
|
|
|
11873
11989
|
content: "\f4ed";
|
|
11874
11990
|
}
|
|
11875
11991
|
|
|
11992
|
+
.ti-math-sec:before {
|
|
11993
|
+
content: "\ff34";
|
|
11994
|
+
}
|
|
11995
|
+
|
|
11996
|
+
.ti-math-sin:before {
|
|
11997
|
+
content: "\ff1e";
|
|
11998
|
+
}
|
|
11999
|
+
|
|
11876
12000
|
.ti-math-symbols:before {
|
|
11877
12001
|
content: "\eeb3";
|
|
11878
12002
|
}
|
|
11879
12003
|
|
|
12004
|
+
.ti-math-tg:before {
|
|
12005
|
+
content: "\ff33";
|
|
12006
|
+
}
|
|
12007
|
+
|
|
11880
12008
|
.ti-math-x-divide-2:before {
|
|
11881
12009
|
content: "\f4ef";
|
|
11882
12010
|
}
|
|
@@ -12413,6 +12541,10 @@
|
|
|
12413
12541
|
content: "\f2df";
|
|
12414
12542
|
}
|
|
12415
12543
|
|
|
12544
|
+
.ti-mood-bitcoin:before {
|
|
12545
|
+
content: "\ff32";
|
|
12546
|
+
}
|
|
12547
|
+
|
|
12416
12548
|
.ti-mood-boy:before {
|
|
12417
12549
|
content: "\ed2d";
|
|
12418
12550
|
}
|
|
@@ -13661,6 +13793,10 @@
|
|
|
13661
13793
|
content: "\fa32";
|
|
13662
13794
|
}
|
|
13663
13795
|
|
|
13796
|
+
.ti-photo-bitcoin:before {
|
|
13797
|
+
content: "\ff31";
|
|
13798
|
+
}
|
|
13799
|
+
|
|
13664
13800
|
.ti-photo-bolt:before {
|
|
13665
13801
|
content: "\f990";
|
|
13666
13802
|
}
|
|
@@ -17673,6 +17809,10 @@
|
|
|
17673
17809
|
content: "\eb4d";
|
|
17674
17810
|
}
|
|
17675
17811
|
|
|
17812
|
+
.ti-user-bitcoin:before {
|
|
17813
|
+
content: "\ff30";
|
|
17814
|
+
}
|
|
17815
|
+
|
|
17676
17816
|
.ti-user-bolt:before {
|
|
17677
17817
|
content: "\f9d1";
|
|
17678
17818
|
}
|