@tabler/icons-webfont 3.29.0 → 3.31.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/README.md +2 -2
- package/dist/fonts/tabler-icons-200-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-200-filled.woff +0 -0
- package/dist/fonts/tabler-icons-200-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-200-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-200-outline.woff +0 -0
- package/dist/fonts/tabler-icons-200-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons-200.ttf +0 -0
- package/dist/fonts/tabler-icons-200.woff +0 -0
- package/dist/fonts/tabler-icons-200.woff2 +0 -0
- package/dist/fonts/tabler-icons-300-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-300-filled.woff +0 -0
- package/dist/fonts/tabler-icons-300-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-300-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-300-outline.woff +0 -0
- package/dist/fonts/tabler-icons-300-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons-300.ttf +0 -0
- package/dist/fonts/tabler-icons-300.woff +0 -0
- package/dist/fonts/tabler-icons-300.woff2 +0 -0
- 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-200-filled.css +3812 -0
- package/dist/tabler-icons-200-filled.css.map +1 -0
- package/dist/tabler-icons-200-filled.html +8650 -0
- package/dist/tabler-icons-200-filled.min.css +4 -0
- package/dist/tabler-icons-200-filled.min.css.map +1 -0
- package/dist/tabler-icons-200-filled.scss +1937 -0
- package/dist/tabler-icons-200-outline.css +19980 -0
- package/dist/tabler-icons-200-outline.css.map +1 -0
- package/dist/tabler-icons-200-outline.html +44578 -0
- package/dist/tabler-icons-200-outline.min.css +4 -0
- package/dist/tabler-icons-200-outline.min.css.map +1 -0
- package/dist/tabler-icons-200-outline.scss +9971 -0
- package/dist/tabler-icons-200.css +23768 -0
- package/dist/tabler-icons-200.css.map +1 -0
- package/dist/tabler-icons-200.html +53074 -0
- package/dist/tabler-icons-200.min.css +4 -0
- package/dist/tabler-icons-200.min.css.map +1 -0
- package/dist/tabler-icons-200.scss +11862 -0
- package/dist/tabler-icons-300-filled.css +3812 -0
- package/dist/tabler-icons-300-filled.css.map +1 -0
- package/dist/tabler-icons-300-filled.html +8650 -0
- package/dist/tabler-icons-300-filled.min.css +4 -0
- package/dist/tabler-icons-300-filled.min.css.map +1 -0
- package/dist/tabler-icons-300-filled.scss +1937 -0
- package/dist/tabler-icons-300-outline.css +19980 -0
- package/dist/tabler-icons-300-outline.css.map +1 -0
- package/dist/tabler-icons-300-outline.html +44578 -0
- package/dist/tabler-icons-300-outline.min.css +4 -0
- package/dist/tabler-icons-300-outline.min.css.map +1 -0
- package/dist/tabler-icons-300-outline.scss +9971 -0
- package/dist/tabler-icons-300.css +23768 -0
- package/dist/tabler-icons-300.css.map +1 -0
- package/dist/tabler-icons-300.html +53074 -0
- package/dist/tabler-icons-300.min.css +4 -0
- package/dist/tabler-icons-300.min.css.map +1 -0
- package/dist/tabler-icons-300.scss +11862 -0
- package/dist/tabler-icons-filled.css +74 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +164 -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 +39 -3
- package/dist/tabler-icons-outline.css +74 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +164 -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 +39 -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 +9 -6
package/dist/tabler-icons.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.31.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.31.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v3.31.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons" !important;
|
|
@@ -5649,18 +5649,66 @@
|
|
|
5649
5649
|
content: "\ee25";
|
|
5650
5650
|
}
|
|
5651
5651
|
|
|
5652
|
+
.ti-cash-banknote-edit:before {
|
|
5653
|
+
content: "\10149";
|
|
5654
|
+
}
|
|
5655
|
+
|
|
5652
5656
|
.ti-cash-banknote-filled:before {
|
|
5653
5657
|
content: "\fe80";
|
|
5654
5658
|
}
|
|
5655
5659
|
|
|
5660
|
+
.ti-cash-banknote-heart:before {
|
|
5661
|
+
content: "\10148";
|
|
5662
|
+
}
|
|
5663
|
+
|
|
5664
|
+
.ti-cash-banknote-minus:before {
|
|
5665
|
+
content: "\10147";
|
|
5666
|
+
}
|
|
5667
|
+
|
|
5668
|
+
.ti-cash-banknote-move:before {
|
|
5669
|
+
content: "\10145";
|
|
5670
|
+
}
|
|
5671
|
+
|
|
5672
|
+
.ti-cash-banknote-move-back:before {
|
|
5673
|
+
content: "\10146";
|
|
5674
|
+
}
|
|
5675
|
+
|
|
5656
5676
|
.ti-cash-banknote-off:before {
|
|
5657
5677
|
content: "\ee24";
|
|
5658
5678
|
}
|
|
5659
5679
|
|
|
5680
|
+
.ti-cash-banknote-plus:before {
|
|
5681
|
+
content: "\10144";
|
|
5682
|
+
}
|
|
5683
|
+
|
|
5684
|
+
.ti-cash-edit:before {
|
|
5685
|
+
content: "\10143";
|
|
5686
|
+
}
|
|
5687
|
+
|
|
5688
|
+
.ti-cash-heart:before {
|
|
5689
|
+
content: "\10142";
|
|
5690
|
+
}
|
|
5691
|
+
|
|
5692
|
+
.ti-cash-minus:before {
|
|
5693
|
+
content: "\10141";
|
|
5694
|
+
}
|
|
5695
|
+
|
|
5696
|
+
.ti-cash-move:before {
|
|
5697
|
+
content: "\1013f";
|
|
5698
|
+
}
|
|
5699
|
+
|
|
5700
|
+
.ti-cash-move-back:before {
|
|
5701
|
+
content: "\10140";
|
|
5702
|
+
}
|
|
5703
|
+
|
|
5660
5704
|
.ti-cash-off:before {
|
|
5661
5705
|
content: "\f105";
|
|
5662
5706
|
}
|
|
5663
5707
|
|
|
5708
|
+
.ti-cash-plus:before {
|
|
5709
|
+
content: "\1013e";
|
|
5710
|
+
}
|
|
5711
|
+
|
|
5664
5712
|
.ti-cash-register:before {
|
|
5665
5713
|
content: "\fee6";
|
|
5666
5714
|
}
|
|
@@ -9877,6 +9925,10 @@
|
|
|
9877
9925
|
content: "\efde";
|
|
9878
9926
|
}
|
|
9879
9927
|
|
|
9928
|
+
.ti-drop-circle-filled:before {
|
|
9929
|
+
content: "\10137";
|
|
9930
|
+
}
|
|
9931
|
+
|
|
9880
9932
|
.ti-droplet:before {
|
|
9881
9933
|
content: "\ea97";
|
|
9882
9934
|
}
|
|
@@ -9993,10 +10045,18 @@
|
|
|
9993
10045
|
content: "\fa59";
|
|
9994
10046
|
}
|
|
9995
10047
|
|
|
10048
|
+
.ti-dual-screen-filled:before {
|
|
10049
|
+
content: "\10136";
|
|
10050
|
+
}
|
|
10051
|
+
|
|
9996
10052
|
.ti-dumpling:before {
|
|
9997
10053
|
content: "\feb5";
|
|
9998
10054
|
}
|
|
9999
10055
|
|
|
10056
|
+
.ti-dumpling-filled:before {
|
|
10057
|
+
content: "\10135";
|
|
10058
|
+
}
|
|
10059
|
+
|
|
10000
10060
|
.ti-e-passport:before {
|
|
10001
10061
|
content: "\f4df";
|
|
10002
10062
|
}
|
|
@@ -10073,6 +10133,10 @@
|
|
|
10073
10133
|
content: "\f386";
|
|
10074
10134
|
}
|
|
10075
10135
|
|
|
10136
|
+
.ti-egg-fried-filled:before {
|
|
10137
|
+
content: "\10134";
|
|
10138
|
+
}
|
|
10139
|
+
|
|
10076
10140
|
.ti-egg-off:before {
|
|
10077
10141
|
content: "\f11f";
|
|
10078
10142
|
}
|
|
@@ -10157,14 +10221,30 @@
|
|
|
10157
10221
|
content: "\fb04";
|
|
10158
10222
|
}
|
|
10159
10223
|
|
|
10224
|
+
.ti-escalator-down-filled:before {
|
|
10225
|
+
content: "\10133";
|
|
10226
|
+
}
|
|
10227
|
+
|
|
10228
|
+
.ti-escalator-filled:before {
|
|
10229
|
+
content: "\10131";
|
|
10230
|
+
}
|
|
10231
|
+
|
|
10160
10232
|
.ti-escalator-up:before {
|
|
10161
10233
|
content: "\fb05";
|
|
10162
10234
|
}
|
|
10163
10235
|
|
|
10236
|
+
.ti-escalator-up-filled:before {
|
|
10237
|
+
content: "\10132";
|
|
10238
|
+
}
|
|
10239
|
+
|
|
10164
10240
|
.ti-exchange:before {
|
|
10165
10241
|
content: "\ebe7";
|
|
10166
10242
|
}
|
|
10167
10243
|
|
|
10244
|
+
.ti-exchange-filled:before {
|
|
10245
|
+
content: "\10130";
|
|
10246
|
+
}
|
|
10247
|
+
|
|
10168
10248
|
.ti-exchange-off:before {
|
|
10169
10249
|
content: "\f123";
|
|
10170
10250
|
}
|
|
@@ -10189,6 +10269,10 @@
|
|
|
10189
10269
|
content: "\f256";
|
|
10190
10270
|
}
|
|
10191
10271
|
|
|
10272
|
+
.ti-explicit-filled:before {
|
|
10273
|
+
content: "\1012f";
|
|
10274
|
+
}
|
|
10275
|
+
|
|
10192
10276
|
.ti-explicit-off:before {
|
|
10193
10277
|
content: "\f3ea";
|
|
10194
10278
|
}
|
|
@@ -10497,6 +10581,10 @@
|
|
|
10497
10581
|
content: "\ea9c";
|
|
10498
10582
|
}
|
|
10499
10583
|
|
|
10584
|
+
.ti-file-check-filled:before {
|
|
10585
|
+
content: "\1012e";
|
|
10586
|
+
}
|
|
10587
|
+
|
|
10500
10588
|
.ti-file-code:before {
|
|
10501
10589
|
content: "\ebd0";
|
|
10502
10590
|
}
|
|
@@ -10505,10 +10593,18 @@
|
|
|
10505
10593
|
content: "\ede8";
|
|
10506
10594
|
}
|
|
10507
10595
|
|
|
10596
|
+
.ti-file-code-2-filled:before {
|
|
10597
|
+
content: "\1012d";
|
|
10598
|
+
}
|
|
10599
|
+
|
|
10508
10600
|
.ti-file-cv:before {
|
|
10509
10601
|
content: "\fa5a";
|
|
10510
10602
|
}
|
|
10511
10603
|
|
|
10604
|
+
.ti-file-cv-filled:before {
|
|
10605
|
+
content: "\1012c";
|
|
10606
|
+
}
|
|
10607
|
+
|
|
10512
10608
|
.ti-file-database:before {
|
|
10513
10609
|
content: "\f037";
|
|
10514
10610
|
}
|
|
@@ -10517,6 +10613,10 @@
|
|
|
10517
10613
|
content: "\f53d";
|
|
10518
10614
|
}
|
|
10519
10615
|
|
|
10616
|
+
.ti-file-delta-filled:before {
|
|
10617
|
+
content: "\1012b";
|
|
10618
|
+
}
|
|
10619
|
+
|
|
10520
10620
|
.ti-file-description:before {
|
|
10521
10621
|
content: "\f028";
|
|
10522
10622
|
}
|
|
@@ -10553,6 +10653,10 @@
|
|
|
10553
10653
|
content: "\ea9d";
|
|
10554
10654
|
}
|
|
10555
10655
|
|
|
10656
|
+
.ti-file-download-filled:before {
|
|
10657
|
+
content: "\1012a";
|
|
10658
|
+
}
|
|
10659
|
+
|
|
10556
10660
|
.ti-file-euro:before {
|
|
10557
10661
|
content: "\efe1";
|
|
10558
10662
|
}
|
|
@@ -10609,6 +10713,10 @@
|
|
|
10609
10713
|
content: "\f53f";
|
|
10610
10714
|
}
|
|
10611
10715
|
|
|
10716
|
+
.ti-file-lambda-filled:before {
|
|
10717
|
+
content: "\10129";
|
|
10718
|
+
}
|
|
10719
|
+
|
|
10612
10720
|
.ti-file-like:before {
|
|
10613
10721
|
content: "\ed2b";
|
|
10614
10722
|
}
|
|
@@ -10649,10 +10757,18 @@
|
|
|
10649
10757
|
content: "\f540";
|
|
10650
10758
|
}
|
|
10651
10759
|
|
|
10760
|
+
.ti-file-percent-filled:before {
|
|
10761
|
+
content: "\10128";
|
|
10762
|
+
}
|
|
10763
|
+
|
|
10652
10764
|
.ti-file-phone:before {
|
|
10653
10765
|
content: "\ecdc";
|
|
10654
10766
|
}
|
|
10655
10767
|
|
|
10768
|
+
.ti-file-phone-filled:before {
|
|
10769
|
+
content: "\10127";
|
|
10770
|
+
}
|
|
10771
|
+
|
|
10656
10772
|
.ti-file-plus:before {
|
|
10657
10773
|
content: "\eaa0";
|
|
10658
10774
|
}
|
|
@@ -10673,6 +10789,10 @@
|
|
|
10673
10789
|
content: "\f03b";
|
|
10674
10790
|
}
|
|
10675
10791
|
|
|
10792
|
+
.ti-file-rss-filled:before {
|
|
10793
|
+
content: "\10126";
|
|
10794
|
+
}
|
|
10795
|
+
|
|
10676
10796
|
.ti-file-sad:before {
|
|
10677
10797
|
content: "\fd23";
|
|
10678
10798
|
}
|
|
@@ -15593,6 +15713,30 @@
|
|
|
15593
15713
|
content: "\f506";
|
|
15594
15714
|
}
|
|
15595
15715
|
|
|
15716
|
+
.ti-moneybag-edit:before {
|
|
15717
|
+
content: "\1013d";
|
|
15718
|
+
}
|
|
15719
|
+
|
|
15720
|
+
.ti-moneybag-heart:before {
|
|
15721
|
+
content: "\1013c";
|
|
15722
|
+
}
|
|
15723
|
+
|
|
15724
|
+
.ti-moneybag-minus:before {
|
|
15725
|
+
content: "\1013b";
|
|
15726
|
+
}
|
|
15727
|
+
|
|
15728
|
+
.ti-moneybag-move:before {
|
|
15729
|
+
content: "\10139";
|
|
15730
|
+
}
|
|
15731
|
+
|
|
15732
|
+
.ti-moneybag-move-back:before {
|
|
15733
|
+
content: "\1013a";
|
|
15734
|
+
}
|
|
15735
|
+
|
|
15736
|
+
.ti-moneybag-plus:before {
|
|
15737
|
+
content: "\10138";
|
|
15738
|
+
}
|
|
15739
|
+
|
|
15596
15740
|
.ti-monkeybar:before {
|
|
15597
15741
|
content: "\feb4";
|
|
15598
15742
|
}
|