@tabler/icons-webfont 3.9.0 → 3.10.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 +78 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +173 -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 +41 -3
- package/dist/tabler-icons-outline.css +70 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +155 -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 +37 -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
package/dist/tabler-icons.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 3.
|
|
2
|
+
* Tabler Icons 3.10.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.10.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v3.10.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons" !important;
|
|
@@ -2313,6 +2313,14 @@
|
|
|
2313
2313
|
content: "\f5d3";
|
|
2314
2314
|
}
|
|
2315
2315
|
|
|
2316
|
+
.ti-binary-tree-2-filled:before {
|
|
2317
|
+
content: "\ff65";
|
|
2318
|
+
}
|
|
2319
|
+
|
|
2320
|
+
.ti-binary-tree-filled:before {
|
|
2321
|
+
content: "\ff64";
|
|
2322
|
+
}
|
|
2323
|
+
|
|
2316
2324
|
.ti-binoculars:before {
|
|
2317
2325
|
content: "\fefe";
|
|
2318
2326
|
}
|
|
@@ -4513,6 +4521,14 @@
|
|
|
4513
4521
|
content: "\febd";
|
|
4514
4522
|
}
|
|
4515
4523
|
|
|
4524
|
+
.ti-bubble-tea:before {
|
|
4525
|
+
content: "\ff51";
|
|
4526
|
+
}
|
|
4527
|
+
|
|
4528
|
+
.ti-bubble-tea-2:before {
|
|
4529
|
+
content: "\ff52";
|
|
4530
|
+
}
|
|
4531
|
+
|
|
4516
4532
|
.ti-bubble-text:before {
|
|
4517
4533
|
content: "\febc";
|
|
4518
4534
|
}
|
|
@@ -4573,6 +4589,10 @@
|
|
|
4573
4589
|
content: "\fe81";
|
|
4574
4590
|
}
|
|
4575
4591
|
|
|
4592
|
+
.ti-building-burj-al-arab:before {
|
|
4593
|
+
content: "\ff50";
|
|
4594
|
+
}
|
|
4595
|
+
|
|
4576
4596
|
.ti-building-carousel:before {
|
|
4577
4597
|
content: "\ed87";
|
|
4578
4598
|
}
|
|
@@ -6237,6 +6257,10 @@
|
|
|
6237
6257
|
content: "\f010";
|
|
6238
6258
|
}
|
|
6239
6259
|
|
|
6260
|
+
.ti-circle-rectangle-filled:before {
|
|
6261
|
+
content: "\ff63";
|
|
6262
|
+
}
|
|
6263
|
+
|
|
6240
6264
|
.ti-circle-rectangle-off:before {
|
|
6241
6265
|
content: "\f0cd";
|
|
6242
6266
|
}
|
|
@@ -9265,6 +9289,10 @@
|
|
|
9265
9289
|
content: "\f634";
|
|
9266
9290
|
}
|
|
9267
9291
|
|
|
9292
|
+
.ti-exclamation-circle-filled:before {
|
|
9293
|
+
content: "\ff62";
|
|
9294
|
+
}
|
|
9295
|
+
|
|
9268
9296
|
.ti-exclamation-mark:before {
|
|
9269
9297
|
content: "\efb4";
|
|
9270
9298
|
}
|
|
@@ -10845,10 +10873,22 @@
|
|
|
10845
10873
|
content: "\ee94";
|
|
10846
10874
|
}
|
|
10847
10875
|
|
|
10876
|
+
.ti-hand-finger-down:before {
|
|
10877
|
+
content: "\ff4f";
|
|
10878
|
+
}
|
|
10879
|
+
|
|
10880
|
+
.ti-hand-finger-left:before {
|
|
10881
|
+
content: "\ff4e";
|
|
10882
|
+
}
|
|
10883
|
+
|
|
10848
10884
|
.ti-hand-finger-off:before {
|
|
10849
10885
|
content: "\f13d";
|
|
10850
10886
|
}
|
|
10851
10887
|
|
|
10888
|
+
.ti-hand-finger-right:before {
|
|
10889
|
+
content: "\ff4d";
|
|
10890
|
+
}
|
|
10891
|
+
|
|
10852
10892
|
.ti-hand-grab:before {
|
|
10853
10893
|
content: "\f091";
|
|
10854
10894
|
}
|
|
@@ -10901,6 +10941,10 @@
|
|
|
10901
10941
|
content: "\f09c";
|
|
10902
10942
|
}
|
|
10903
10943
|
|
|
10944
|
+
.ti-hanger-2-filled:before {
|
|
10945
|
+
content: "\ff61";
|
|
10946
|
+
}
|
|
10947
|
+
|
|
10904
10948
|
.ti-hanger-off:before {
|
|
10905
10949
|
content: "\f13e";
|
|
10906
10950
|
}
|
|
@@ -12065,6 +12109,18 @@
|
|
|
12065
12109
|
content: "\f67e";
|
|
12066
12110
|
}
|
|
12067
12111
|
|
|
12112
|
+
.ti-join-bevel:before {
|
|
12113
|
+
content: "\ff4c";
|
|
12114
|
+
}
|
|
12115
|
+
|
|
12116
|
+
.ti-join-round:before {
|
|
12117
|
+
content: "\ff4b";
|
|
12118
|
+
}
|
|
12119
|
+
|
|
12120
|
+
.ti-join-straight:before {
|
|
12121
|
+
content: "\ff4a";
|
|
12122
|
+
}
|
|
12123
|
+
|
|
12068
12124
|
.ti-jpg:before {
|
|
12069
12125
|
content: "\f3ac";
|
|
12070
12126
|
}
|
|
@@ -12165,6 +12221,14 @@
|
|
|
12165
12221
|
content: "\ff41";
|
|
12166
12222
|
}
|
|
12167
12223
|
|
|
12224
|
+
.ti-label-important:before {
|
|
12225
|
+
content: "\ff49";
|
|
12226
|
+
}
|
|
12227
|
+
|
|
12228
|
+
.ti-label-important-filled:before {
|
|
12229
|
+
content: "\ff60";
|
|
12230
|
+
}
|
|
12231
|
+
|
|
12168
12232
|
.ti-label-off:before {
|
|
12169
12233
|
content: "\ff39";
|
|
12170
12234
|
}
|
|
@@ -12229,6 +12293,26 @@
|
|
|
12229
12293
|
content: "\f388";
|
|
12230
12294
|
}
|
|
12231
12295
|
|
|
12296
|
+
.ti-lasso-polygon-filled:before {
|
|
12297
|
+
content: "\ff5f";
|
|
12298
|
+
}
|
|
12299
|
+
|
|
12300
|
+
.ti-laurel-wreath:before {
|
|
12301
|
+
content: "\ff45";
|
|
12302
|
+
}
|
|
12303
|
+
|
|
12304
|
+
.ti-laurel-wreath-1:before {
|
|
12305
|
+
content: "\ff48";
|
|
12306
|
+
}
|
|
12307
|
+
|
|
12308
|
+
.ti-laurel-wreath-2:before {
|
|
12309
|
+
content: "\ff47";
|
|
12310
|
+
}
|
|
12311
|
+
|
|
12312
|
+
.ti-laurel-wreath-3:before {
|
|
12313
|
+
content: "\ff46";
|
|
12314
|
+
}
|
|
12315
|
+
|
|
12232
12316
|
.ti-layers-difference:before {
|
|
12233
12317
|
content: "\eac8";
|
|
12234
12318
|
}
|
|
@@ -12533,6 +12617,10 @@
|
|
|
12533
12617
|
content: "\ed4f";
|
|
12534
12618
|
}
|
|
12535
12619
|
|
|
12620
|
+
.ti-leaf-2:before {
|
|
12621
|
+
content: "\ff44";
|
|
12622
|
+
}
|
|
12623
|
+
|
|
12536
12624
|
.ti-leaf-off:before {
|
|
12537
12625
|
content: "\f400";
|
|
12538
12626
|
}
|
|
@@ -13849,6 +13937,14 @@
|
|
|
13849
13937
|
content: "\ec42";
|
|
13850
13938
|
}
|
|
13851
13939
|
|
|
13940
|
+
.ti-menu-3:before {
|
|
13941
|
+
content: "\ff43";
|
|
13942
|
+
}
|
|
13943
|
+
|
|
13944
|
+
.ti-menu-4:before {
|
|
13945
|
+
content: "\ff42";
|
|
13946
|
+
}
|
|
13947
|
+
|
|
13852
13948
|
.ti-menu-deep:before {
|
|
13853
13949
|
content: "\fafb";
|
|
13854
13950
|
}
|
|
@@ -14253,6 +14349,10 @@
|
|
|
14253
14349
|
content: "\efcf";
|
|
14254
14350
|
}
|
|
14255
14351
|
|
|
14352
|
+
.ti-military-rank-filled:before {
|
|
14353
|
+
content: "\ff5e";
|
|
14354
|
+
}
|
|
14355
|
+
|
|
14256
14356
|
.ti-milk:before {
|
|
14257
14357
|
content: "\ef13";
|
|
14258
14358
|
}
|
|
@@ -16321,6 +16421,14 @@
|
|
|
16321
16421
|
content: "\eec3";
|
|
16322
16422
|
}
|
|
16323
16423
|
|
|
16424
|
+
.ti-presentation-analytics-filled:before {
|
|
16425
|
+
content: "\ff5d";
|
|
16426
|
+
}
|
|
16427
|
+
|
|
16428
|
+
.ti-presentation-filled:before {
|
|
16429
|
+
content: "\ff5c";
|
|
16430
|
+
}
|
|
16431
|
+
|
|
16324
16432
|
.ti-presentation-off:before {
|
|
16325
16433
|
content: "\f183";
|
|
16326
16434
|
}
|
|
@@ -18033,6 +18141,10 @@
|
|
|
18033
18141
|
content: "\eee2";
|
|
18034
18142
|
}
|
|
18035
18143
|
|
|
18144
|
+
.ti-sort-ascending-2-filled:before {
|
|
18145
|
+
content: "\ff5b";
|
|
18146
|
+
}
|
|
18147
|
+
|
|
18036
18148
|
.ti-sort-ascending-letters:before {
|
|
18037
18149
|
content: "\ef18";
|
|
18038
18150
|
}
|
|
@@ -18045,6 +18157,10 @@
|
|
|
18045
18157
|
content: "\fd94";
|
|
18046
18158
|
}
|
|
18047
18159
|
|
|
18160
|
+
.ti-sort-ascending-shapes-filled:before {
|
|
18161
|
+
content: "\ff5a";
|
|
18162
|
+
}
|
|
18163
|
+
|
|
18048
18164
|
.ti-sort-ascending-small-big:before {
|
|
18049
18165
|
content: "\fd95";
|
|
18050
18166
|
}
|
|
@@ -18057,6 +18173,10 @@
|
|
|
18057
18173
|
content: "\eee3";
|
|
18058
18174
|
}
|
|
18059
18175
|
|
|
18176
|
+
.ti-sort-descending-2-filled:before {
|
|
18177
|
+
content: "\ff59";
|
|
18178
|
+
}
|
|
18179
|
+
|
|
18060
18180
|
.ti-sort-descending-letters:before {
|
|
18061
18181
|
content: "\ef1a";
|
|
18062
18182
|
}
|
|
@@ -18069,6 +18189,10 @@
|
|
|
18069
18189
|
content: "\fd97";
|
|
18070
18190
|
}
|
|
18071
18191
|
|
|
18192
|
+
.ti-sort-descending-shapes-filled:before {
|
|
18193
|
+
content: "\ff58";
|
|
18194
|
+
}
|
|
18195
|
+
|
|
18072
18196
|
.ti-sort-descending-small-big:before {
|
|
18073
18197
|
content: "\fd96";
|
|
18074
18198
|
}
|
|
@@ -19469,18 +19593,34 @@
|
|
|
19469
19593
|
content: "\fd5e";
|
|
19470
19594
|
}
|
|
19471
19595
|
|
|
19596
|
+
.ti-swipe-down-filled:before {
|
|
19597
|
+
content: "\ff57";
|
|
19598
|
+
}
|
|
19599
|
+
|
|
19472
19600
|
.ti-swipe-left:before {
|
|
19473
19601
|
content: "\fd5f";
|
|
19474
19602
|
}
|
|
19475
19603
|
|
|
19604
|
+
.ti-swipe-left-filled:before {
|
|
19605
|
+
content: "\ff56";
|
|
19606
|
+
}
|
|
19607
|
+
|
|
19476
19608
|
.ti-swipe-right:before {
|
|
19477
19609
|
content: "\fd60";
|
|
19478
19610
|
}
|
|
19479
19611
|
|
|
19612
|
+
.ti-swipe-right-filled:before {
|
|
19613
|
+
content: "\ff55";
|
|
19614
|
+
}
|
|
19615
|
+
|
|
19480
19616
|
.ti-swipe-up:before {
|
|
19481
19617
|
content: "\fd61";
|
|
19482
19618
|
}
|
|
19483
19619
|
|
|
19620
|
+
.ti-swipe-up-filled:before {
|
|
19621
|
+
content: "\ff54";
|
|
19622
|
+
}
|
|
19623
|
+
|
|
19484
19624
|
.ti-switch:before {
|
|
19485
19625
|
content: "\eb33";
|
|
19486
19626
|
}
|
|
@@ -19725,6 +19865,10 @@
|
|
|
19725
19865
|
content: "\f0a4";
|
|
19726
19866
|
}
|
|
19727
19867
|
|
|
19868
|
+
.ti-test-pipe-2-filled:before {
|
|
19869
|
+
content: "\ff53";
|
|
19870
|
+
}
|
|
19871
|
+
|
|
19728
19872
|
.ti-test-pipe-off:before {
|
|
19729
19873
|
content: "\f1b1";
|
|
19730
19874
|
}
|