@tabler/icons-webfont 3.39.0 → 3.41.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/.DS_Store +0 -0
- package/dist/fonts/tabler-icons-200.svg +160 -52
- 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.svg +160 -52
- 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.svg +161 -53
- 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.css +162 -18
- package/dist/tabler-icons-200.html +306 -18
- package/dist/tabler-icons-200.min.css +2 -2
- package/dist/tabler-icons-200.scss +5 -5
- package/dist/tabler-icons-300.css +162 -18
- package/dist/tabler-icons-300.html +306 -18
- package/dist/tabler-icons-300.min.css +2 -2
- package/dist/tabler-icons-300.scss +5 -5
- 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.css +162 -18
- package/dist/tabler-icons.html +306 -18
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.scss +5 -5
- package/package.json +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.41.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-300";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons-300.woff2?v3.
|
|
9
|
+
src: url("./fonts/tabler-icons-300.woff2?v3.41.0") format("woff2"), url("./fonts/tabler-icons-300.woff?") format("woff"), url("./fonts/tabler-icons-300.ttf?v3.41.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons-300" !important;
|
|
@@ -549,6 +549,10 @@
|
|
|
549
549
|
content: "\f0ab";
|
|
550
550
|
}
|
|
551
551
|
|
|
552
|
+
.ti-api-book:before {
|
|
553
|
+
content: "\1020b";
|
|
554
|
+
}
|
|
555
|
+
|
|
552
556
|
.ti-api-off:before {
|
|
553
557
|
content: "\f0f8";
|
|
554
558
|
}
|
|
@@ -3157,6 +3161,10 @@
|
|
|
3157
3161
|
content: "\f34a";
|
|
3158
3162
|
}
|
|
3159
3163
|
|
|
3164
|
+
.ti-brand-infakt:before {
|
|
3165
|
+
content: "\1020a";
|
|
3166
|
+
}
|
|
3167
|
+
|
|
3160
3168
|
.ti-brand-instagram:before {
|
|
3161
3169
|
content: "\ec20";
|
|
3162
3170
|
}
|
|
@@ -3173,6 +3181,10 @@
|
|
|
3173
3181
|
content: "\ef0c";
|
|
3174
3182
|
}
|
|
3175
3183
|
|
|
3184
|
+
.ti-brand-jira:before {
|
|
3185
|
+
content: "\10231";
|
|
3186
|
+
}
|
|
3187
|
+
|
|
3176
3188
|
.ti-brand-juejin:before {
|
|
3177
3189
|
content: "\f7b0";
|
|
3178
3190
|
}
|
|
@@ -4677,6 +4689,14 @@
|
|
|
4677
4689
|
content: "\f0c7";
|
|
4678
4690
|
}
|
|
4679
4691
|
|
|
4692
|
+
.ti-car-off-road:before {
|
|
4693
|
+
content: "\10230";
|
|
4694
|
+
}
|
|
4695
|
+
|
|
4696
|
+
.ti-car-suspension:before {
|
|
4697
|
+
content: "\1022f";
|
|
4698
|
+
}
|
|
4699
|
+
|
|
4680
4700
|
.ti-car-suv:before {
|
|
4681
4701
|
content: "\fc8b";
|
|
4682
4702
|
}
|
|
@@ -5773,6 +5793,22 @@
|
|
|
5773
5793
|
content: "\ee40";
|
|
5774
5794
|
}
|
|
5775
5795
|
|
|
5796
|
+
.ti-circle-open-arrow-down:before {
|
|
5797
|
+
content: "\10209";
|
|
5798
|
+
}
|
|
5799
|
+
|
|
5800
|
+
.ti-circle-open-arrow-left:before {
|
|
5801
|
+
content: "\10208";
|
|
5802
|
+
}
|
|
5803
|
+
|
|
5804
|
+
.ti-circle-open-arrow-right:before {
|
|
5805
|
+
content: "\10207";
|
|
5806
|
+
}
|
|
5807
|
+
|
|
5808
|
+
.ti-circle-open-arrow-up:before {
|
|
5809
|
+
content: "\10206";
|
|
5810
|
+
}
|
|
5811
|
+
|
|
5776
5812
|
.ti-circle-percentage:before {
|
|
5777
5813
|
content: "\fd7b";
|
|
5778
5814
|
}
|
|
@@ -5785,6 +5821,10 @@
|
|
|
5785
5821
|
content: "\fc8d";
|
|
5786
5822
|
}
|
|
5787
5823
|
|
|
5824
|
+
.ti-circle-plus-minus:before {
|
|
5825
|
+
content: "\10205";
|
|
5826
|
+
}
|
|
5827
|
+
|
|
5788
5828
|
.ti-circle-rectangle:before {
|
|
5789
5829
|
content: "\f010";
|
|
5790
5830
|
}
|
|
@@ -6697,6 +6737,10 @@
|
|
|
6697
6737
|
content: "\ea84";
|
|
6698
6738
|
}
|
|
6699
6739
|
|
|
6740
|
+
.ti-credit-card-hand:before {
|
|
6741
|
+
content: "\1022e";
|
|
6742
|
+
}
|
|
6743
|
+
|
|
6700
6744
|
.ti-credit-card-off:before {
|
|
6701
6745
|
content: "\ed11";
|
|
6702
6746
|
}
|
|
@@ -7253,6 +7297,14 @@
|
|
|
7253
7297
|
content: "\f3e2";
|
|
7254
7298
|
}
|
|
7255
7299
|
|
|
7300
|
+
.ti-device-3d-camera:before {
|
|
7301
|
+
content: "\1022d";
|
|
7302
|
+
}
|
|
7303
|
+
|
|
7304
|
+
.ti-device-3d-lens:before {
|
|
7305
|
+
content: "\1022c";
|
|
7306
|
+
}
|
|
7307
|
+
|
|
7256
7308
|
.ti-device-airpods:before {
|
|
7257
7309
|
content: "\f5a9";
|
|
7258
7310
|
}
|
|
@@ -7781,6 +7833,10 @@
|
|
|
7781
7833
|
content: "\f792";
|
|
7782
7834
|
}
|
|
7783
7835
|
|
|
7836
|
+
.ti-device-screen:before {
|
|
7837
|
+
content: "\1022b";
|
|
7838
|
+
}
|
|
7839
|
+
|
|
7784
7840
|
.ti-device-sd-card:before {
|
|
7785
7841
|
content: "\f384";
|
|
7786
7842
|
}
|
|
@@ -10813,6 +10869,10 @@
|
|
|
10813
10869
|
content: "\f354";
|
|
10814
10870
|
}
|
|
10815
10871
|
|
|
10872
|
+
.ti-home-lock:before {
|
|
10873
|
+
content: "\10204";
|
|
10874
|
+
}
|
|
10875
|
+
|
|
10816
10876
|
.ti-home-minus:before {
|
|
10817
10877
|
content: "\f33d";
|
|
10818
10878
|
}
|
|
@@ -11025,6 +11085,10 @@
|
|
|
11025
11085
|
content: "\efcb";
|
|
11026
11086
|
}
|
|
11027
11087
|
|
|
11088
|
+
.ti-iceberg:before {
|
|
11089
|
+
content: "\1022a";
|
|
11090
|
+
}
|
|
11091
|
+
|
|
11028
11092
|
.ti-icons:before {
|
|
11029
11093
|
content: "\f1d4";
|
|
11030
11094
|
}
|
|
@@ -11225,6 +11289,10 @@
|
|
|
11225
11289
|
content: "\f581";
|
|
11226
11290
|
}
|
|
11227
11291
|
|
|
11292
|
+
.ti-jetski:before {
|
|
11293
|
+
content: "\10229";
|
|
11294
|
+
}
|
|
11295
|
+
|
|
11228
11296
|
.ti-jewish-star:before {
|
|
11229
11297
|
content: "\f3ff";
|
|
11230
11298
|
}
|
|
@@ -12465,6 +12533,10 @@
|
|
|
12465
12533
|
content: "\fbcc";
|
|
12466
12534
|
}
|
|
12467
12535
|
|
|
12536
|
+
.ti-map-lock:before {
|
|
12537
|
+
content: "\10203";
|
|
12538
|
+
}
|
|
12539
|
+
|
|
12468
12540
|
.ti-map-minus:before {
|
|
12469
12541
|
content: "\fbcd";
|
|
12470
12542
|
}
|
|
@@ -12593,6 +12665,10 @@
|
|
|
12593
12665
|
content: "\fbd1";
|
|
12594
12666
|
}
|
|
12595
12667
|
|
|
12668
|
+
.ti-map-shield:before {
|
|
12669
|
+
content: "\10202";
|
|
12670
|
+
}
|
|
12671
|
+
|
|
12596
12672
|
.ti-map-south:before {
|
|
12597
12673
|
content: "\fc5f";
|
|
12598
12674
|
}
|
|
@@ -12893,6 +12969,10 @@
|
|
|
12893
12969
|
content: "\f5f5";
|
|
12894
12970
|
}
|
|
12895
12971
|
|
|
12972
|
+
.ti-mesh:before {
|
|
12973
|
+
content: "\10201";
|
|
12974
|
+
}
|
|
12975
|
+
|
|
12896
12976
|
.ti-message:before {
|
|
12897
12977
|
content: "\eaef";
|
|
12898
12978
|
}
|
|
@@ -14070,23 +14150,23 @@
|
|
|
14070
14150
|
}
|
|
14071
14151
|
|
|
14072
14152
|
.ti-number-35-small:before {
|
|
14073
|
-
content: "\
|
|
14153
|
+
content: "\10210";
|
|
14074
14154
|
}
|
|
14075
14155
|
|
|
14076
14156
|
.ti-number-36-small:before {
|
|
14077
|
-
content: "\
|
|
14157
|
+
content: "\10211";
|
|
14078
14158
|
}
|
|
14079
14159
|
|
|
14080
14160
|
.ti-number-37-small:before {
|
|
14081
|
-
content: "\
|
|
14161
|
+
content: "\10212";
|
|
14082
14162
|
}
|
|
14083
14163
|
|
|
14084
14164
|
.ti-number-38-small:before {
|
|
14085
|
-
content: "\
|
|
14165
|
+
content: "\10213";
|
|
14086
14166
|
}
|
|
14087
14167
|
|
|
14088
14168
|
.ti-number-39-small:before {
|
|
14089
|
-
content: "\
|
|
14169
|
+
content: "\10214";
|
|
14090
14170
|
}
|
|
14091
14171
|
|
|
14092
14172
|
.ti-number-4:before {
|
|
@@ -14098,43 +14178,43 @@
|
|
|
14098
14178
|
}
|
|
14099
14179
|
|
|
14100
14180
|
.ti-number-40-small:before {
|
|
14101
|
-
content: "\
|
|
14181
|
+
content: "\10215";
|
|
14102
14182
|
}
|
|
14103
14183
|
|
|
14104
14184
|
.ti-number-41-small:before {
|
|
14105
|
-
content: "\
|
|
14185
|
+
content: "\10216";
|
|
14106
14186
|
}
|
|
14107
14187
|
|
|
14108
14188
|
.ti-number-42-small:before {
|
|
14109
|
-
content: "\
|
|
14189
|
+
content: "\10217";
|
|
14110
14190
|
}
|
|
14111
14191
|
|
|
14112
14192
|
.ti-number-43-small:before {
|
|
14113
|
-
content: "\
|
|
14193
|
+
content: "\10218";
|
|
14114
14194
|
}
|
|
14115
14195
|
|
|
14116
14196
|
.ti-number-44-small:before {
|
|
14117
|
-
content: "\
|
|
14197
|
+
content: "\10219";
|
|
14118
14198
|
}
|
|
14119
14199
|
|
|
14120
14200
|
.ti-number-45-small:before {
|
|
14121
|
-
content: "\
|
|
14201
|
+
content: "\1021a";
|
|
14122
14202
|
}
|
|
14123
14203
|
|
|
14124
14204
|
.ti-number-46-small:before {
|
|
14125
|
-
content: "\
|
|
14205
|
+
content: "\1021b";
|
|
14126
14206
|
}
|
|
14127
14207
|
|
|
14128
14208
|
.ti-number-47-small:before {
|
|
14129
|
-
content: "\
|
|
14209
|
+
content: "\1021c";
|
|
14130
14210
|
}
|
|
14131
14211
|
|
|
14132
14212
|
.ti-number-48-small:before {
|
|
14133
|
-
content: "\
|
|
14213
|
+
content: "\1021d";
|
|
14134
14214
|
}
|
|
14135
14215
|
|
|
14136
14216
|
.ti-number-49-small:before {
|
|
14137
|
-
content: "\
|
|
14217
|
+
content: "\1021e";
|
|
14138
14218
|
}
|
|
14139
14219
|
|
|
14140
14220
|
.ti-number-5:before {
|
|
@@ -14146,7 +14226,7 @@
|
|
|
14146
14226
|
}
|
|
14147
14227
|
|
|
14148
14228
|
.ti-number-50-small:before {
|
|
14149
|
-
content: "\
|
|
14229
|
+
content: "\1021f";
|
|
14150
14230
|
}
|
|
14151
14231
|
|
|
14152
14232
|
.ti-number-51-small:before {
|
|
@@ -14433,6 +14513,10 @@
|
|
|
14433
14513
|
content: "\eeb9";
|
|
14434
14514
|
}
|
|
14435
14515
|
|
|
14516
|
+
.ti-olympic-torch:before {
|
|
14517
|
+
content: "\10228";
|
|
14518
|
+
}
|
|
14519
|
+
|
|
14436
14520
|
.ti-olympics:before {
|
|
14437
14521
|
content: "\eeba";
|
|
14438
14522
|
}
|
|
@@ -14569,6 +14653,10 @@
|
|
|
14569
14653
|
content: "\fd5a";
|
|
14570
14654
|
}
|
|
14571
14655
|
|
|
14656
|
+
.ti-parking-meter:before {
|
|
14657
|
+
content: "\10227";
|
|
14658
|
+
}
|
|
14659
|
+
|
|
14572
14660
|
.ti-parking-off:before {
|
|
14573
14661
|
content: "\f172";
|
|
14574
14662
|
}
|
|
@@ -15125,6 +15213,10 @@
|
|
|
15125
15213
|
content: "\f178";
|
|
15126
15214
|
}
|
|
15127
15215
|
|
|
15216
|
+
.ti-pillow:before {
|
|
15217
|
+
content: "\10226";
|
|
15218
|
+
}
|
|
15219
|
+
|
|
15128
15220
|
.ti-pills:before {
|
|
15129
15221
|
content: "\ef66";
|
|
15130
15222
|
}
|
|
@@ -15153,6 +15245,10 @@
|
|
|
15153
15245
|
content: "\ed5f";
|
|
15154
15246
|
}
|
|
15155
15247
|
|
|
15248
|
+
.ti-pipeline:before {
|
|
15249
|
+
content: "\10225";
|
|
15250
|
+
}
|
|
15251
|
+
|
|
15156
15252
|
.ti-pizza:before {
|
|
15157
15253
|
content: "\edbb";
|
|
15158
15254
|
}
|
|
@@ -15681,6 +15777,14 @@
|
|
|
15681
15777
|
content: "\ec9d";
|
|
15682
15778
|
}
|
|
15683
15779
|
|
|
15780
|
+
.ti-queue-pop-in:before {
|
|
15781
|
+
content: "\10200";
|
|
15782
|
+
}
|
|
15783
|
+
|
|
15784
|
+
.ti-queue-pop-out:before {
|
|
15785
|
+
content: "\101ff";
|
|
15786
|
+
}
|
|
15787
|
+
|
|
15684
15788
|
.ti-quote:before {
|
|
15685
15789
|
content: "\efbe";
|
|
15686
15790
|
}
|
|
@@ -15689,6 +15793,10 @@
|
|
|
15689
15793
|
content: "\f188";
|
|
15690
15794
|
}
|
|
15691
15795
|
|
|
15796
|
+
.ti-quote-open:before {
|
|
15797
|
+
content: "\10224";
|
|
15798
|
+
}
|
|
15799
|
+
|
|
15692
15800
|
.ti-quotes:before {
|
|
15693
15801
|
content: "\fb1e";
|
|
15694
15802
|
}
|
|
@@ -16389,6 +16497,14 @@
|
|
|
16389
16497
|
content: "\f1ff";
|
|
16390
16498
|
}
|
|
16391
16499
|
|
|
16500
|
+
.ti-scan-letter-a:before {
|
|
16501
|
+
content: "\10223";
|
|
16502
|
+
}
|
|
16503
|
+
|
|
16504
|
+
.ti-scan-letter-t:before {
|
|
16505
|
+
content: "\10222";
|
|
16506
|
+
}
|
|
16507
|
+
|
|
16392
16508
|
.ti-scan-position:before {
|
|
16393
16509
|
content: "\fdac";
|
|
16394
16510
|
}
|
|
@@ -16517,6 +16633,10 @@
|
|
|
16517
16633
|
content: "\f19d";
|
|
16518
16634
|
}
|
|
16519
16635
|
|
|
16636
|
+
.ti-segway:before {
|
|
16637
|
+
content: "\10221";
|
|
16638
|
+
}
|
|
16639
|
+
|
|
16520
16640
|
.ti-select:before {
|
|
16521
16641
|
content: "\ec9e";
|
|
16522
16642
|
}
|
|
@@ -18061,6 +18181,18 @@
|
|
|
18061
18181
|
content: "\eb9e";
|
|
18062
18182
|
}
|
|
18063
18183
|
|
|
18184
|
+
.ti-stroke-curved:before {
|
|
18185
|
+
content: "\101fe";
|
|
18186
|
+
}
|
|
18187
|
+
|
|
18188
|
+
.ti-stroke-dynamic:before {
|
|
18189
|
+
content: "\101fd";
|
|
18190
|
+
}
|
|
18191
|
+
|
|
18192
|
+
.ti-stroke-straight:before {
|
|
18193
|
+
content: "\101fc";
|
|
18194
|
+
}
|
|
18195
|
+
|
|
18064
18196
|
.ti-submarine:before {
|
|
18065
18197
|
content: "\ed94";
|
|
18066
18198
|
}
|
|
@@ -18933,6 +19065,10 @@
|
|
|
18933
19065
|
content: "\edc4";
|
|
18934
19066
|
}
|
|
18935
19067
|
|
|
19068
|
+
.ti-trending-up-down:before {
|
|
19069
|
+
content: "\101fb";
|
|
19070
|
+
}
|
|
19071
|
+
|
|
18936
19072
|
.ti-triangle:before {
|
|
18937
19073
|
content: "\eb44";
|
|
18938
19074
|
}
|
|
@@ -19389,6 +19525,10 @@
|
|
|
19389
19525
|
content: "\f3b3";
|
|
19390
19526
|
}
|
|
19391
19527
|
|
|
19528
|
+
.ti-vip-2:before {
|
|
19529
|
+
content: "\101fa";
|
|
19530
|
+
}
|
|
19531
|
+
|
|
19392
19532
|
.ti-vip-off:before {
|
|
19393
19533
|
content: "\f43a";
|
|
19394
19534
|
}
|
|
@@ -19865,6 +20005,10 @@
|
|
|
19865
20005
|
content: "\eb55";
|
|
19866
20006
|
}
|
|
19867
20007
|
|
|
20008
|
+
.ti-x-mark:before {
|
|
20009
|
+
content: "\10220";
|
|
20010
|
+
}
|
|
20011
|
+
|
|
19868
20012
|
.ti-x-power-y:before {
|
|
19869
20013
|
content: "\10072";
|
|
19870
20014
|
}
|