@tabler/icons-webfont 3.0.3 → 3.2.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 +26 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +56 -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 +15 -3
- package/dist/tabler-icons-outline.css +122 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +272 -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 +63 -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.0
|
|
2
|
+
* Tabler Icons 3.2.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.0
|
|
9
|
+
src: url("./fonts/tabler-icons.woff2?v3.2.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v3.2.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons" !important;
|
|
@@ -2269,10 +2269,22 @@
|
|
|
2269
2269
|
content: "\f2f2";
|
|
2270
2270
|
}
|
|
2271
2271
|
|
|
2272
|
+
.ti-blend-mode:before {
|
|
2273
|
+
content: "\feb0";
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2272
2276
|
.ti-blender:before {
|
|
2273
2277
|
content: "\fca2";
|
|
2274
2278
|
}
|
|
2275
2279
|
|
|
2280
|
+
.ti-blob:before {
|
|
2281
|
+
content: "\feaf";
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2284
|
+
.ti-blob-filled:before {
|
|
2285
|
+
content: "\feb1";
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2276
2288
|
.ti-blockquote:before {
|
|
2277
2289
|
content: "\ee09";
|
|
2278
2290
|
}
|
|
@@ -2865,6 +2877,10 @@
|
|
|
2865
2877
|
content: "\ed24";
|
|
2866
2878
|
}
|
|
2867
2879
|
|
|
2880
|
+
.ti-brand-arc:before {
|
|
2881
|
+
content: "\feae";
|
|
2882
|
+
}
|
|
2883
|
+
|
|
2868
2884
|
.ti-brand-asana:before {
|
|
2869
2885
|
content: "\edc5";
|
|
2870
2886
|
}
|
|
@@ -4357,6 +4373,30 @@
|
|
|
4357
4373
|
content: "\f0c2";
|
|
4358
4374
|
}
|
|
4359
4375
|
|
|
4376
|
+
.ti-bubble:before {
|
|
4377
|
+
content: "\feba";
|
|
4378
|
+
}
|
|
4379
|
+
|
|
4380
|
+
.ti-bubble-filled:before {
|
|
4381
|
+
content: "\fec3";
|
|
4382
|
+
}
|
|
4383
|
+
|
|
4384
|
+
.ti-bubble-minus:before {
|
|
4385
|
+
content: "\febe";
|
|
4386
|
+
}
|
|
4387
|
+
|
|
4388
|
+
.ti-bubble-plus:before {
|
|
4389
|
+
content: "\febd";
|
|
4390
|
+
}
|
|
4391
|
+
|
|
4392
|
+
.ti-bubble-text:before {
|
|
4393
|
+
content: "\febc";
|
|
4394
|
+
}
|
|
4395
|
+
|
|
4396
|
+
.ti-bubble-x:before {
|
|
4397
|
+
content: "\febb";
|
|
4398
|
+
}
|
|
4399
|
+
|
|
4360
4400
|
.ti-bucket:before {
|
|
4361
4401
|
content: "\ea47";
|
|
4362
4402
|
}
|
|
@@ -4913,6 +4953,10 @@
|
|
|
4913
4953
|
content: "\f4fd";
|
|
4914
4954
|
}
|
|
4915
4955
|
|
|
4956
|
+
.ti-carambola:before {
|
|
4957
|
+
content: "\feb9";
|
|
4958
|
+
}
|
|
4959
|
+
|
|
4916
4960
|
.ti-caravan:before {
|
|
4917
4961
|
content: "\ec7c";
|
|
4918
4962
|
}
|
|
@@ -5609,6 +5653,14 @@
|
|
|
5609
5653
|
content: "\ed27";
|
|
5610
5654
|
}
|
|
5611
5655
|
|
|
5656
|
+
.ti-circle-dashed-check:before {
|
|
5657
|
+
content: "\feb8";
|
|
5658
|
+
}
|
|
5659
|
+
|
|
5660
|
+
.ti-circle-dashed-minus:before {
|
|
5661
|
+
content: "\feb7";
|
|
5662
|
+
}
|
|
5663
|
+
|
|
5612
5664
|
.ti-circle-dashed-number-0:before {
|
|
5613
5665
|
content: "\fc6b";
|
|
5614
5666
|
}
|
|
@@ -5653,6 +5705,10 @@
|
|
|
5653
5705
|
content: "\fd7a";
|
|
5654
5706
|
}
|
|
5655
5707
|
|
|
5708
|
+
.ti-circle-dashed-plus:before {
|
|
5709
|
+
content: "\feb6";
|
|
5710
|
+
}
|
|
5711
|
+
|
|
5656
5712
|
.ti-circle-dashed-x:before {
|
|
5657
5713
|
content: "\fc75";
|
|
5658
5714
|
}
|
|
@@ -8841,6 +8897,10 @@
|
|
|
8841
8897
|
content: "\fa59";
|
|
8842
8898
|
}
|
|
8843
8899
|
|
|
8900
|
+
.ti-dumpling:before {
|
|
8901
|
+
content: "\feb5";
|
|
8902
|
+
}
|
|
8903
|
+
|
|
8844
8904
|
.ti-e-passport:before {
|
|
8845
8905
|
content: "\f4df";
|
|
8846
8906
|
}
|
|
@@ -9093,6 +9153,10 @@
|
|
|
9093
9153
|
content: "\fb71";
|
|
9094
9154
|
}
|
|
9095
9155
|
|
|
9156
|
+
.ti-eye-dotted:before {
|
|
9157
|
+
content: "\fead";
|
|
9158
|
+
}
|
|
9159
|
+
|
|
9096
9160
|
.ti-eye-down:before {
|
|
9097
9161
|
content: "\fb72";
|
|
9098
9162
|
}
|
|
@@ -9345,6 +9409,10 @@
|
|
|
9345
9409
|
content: "\eb67";
|
|
9346
9410
|
}
|
|
9347
9411
|
|
|
9412
|
+
.ti-file-isr:before {
|
|
9413
|
+
content: "\feac";
|
|
9414
|
+
}
|
|
9415
|
+
|
|
9348
9416
|
.ti-file-lambda:before {
|
|
9349
9417
|
content: "\f53f";
|
|
9350
9418
|
}
|
|
@@ -11693,6 +11761,10 @@
|
|
|
11693
11761
|
content: "\fc5c";
|
|
11694
11762
|
}
|
|
11695
11763
|
|
|
11764
|
+
.ti-invoice:before {
|
|
11765
|
+
content: "\feab";
|
|
11766
|
+
}
|
|
11767
|
+
|
|
11696
11768
|
.ti-ironing:before {
|
|
11697
11769
|
content: "\fa7c";
|
|
11698
11770
|
}
|
|
@@ -11933,6 +12005,14 @@
|
|
|
11933
12005
|
content: "\f150";
|
|
11934
12006
|
}
|
|
11935
12007
|
|
|
12008
|
+
.ti-layers-selected:before {
|
|
12009
|
+
content: "\fea9";
|
|
12010
|
+
}
|
|
12011
|
+
|
|
12012
|
+
.ti-layers-selected-bottom:before {
|
|
12013
|
+
content: "\feaa";
|
|
12014
|
+
}
|
|
12015
|
+
|
|
11936
12016
|
.ti-layers-subtract:before {
|
|
11937
12017
|
content: "\eaca";
|
|
11938
12018
|
}
|
|
@@ -12753,6 +12833,10 @@
|
|
|
12753
12833
|
content: "\eae1";
|
|
12754
12834
|
}
|
|
12755
12835
|
|
|
12836
|
+
.ti-lock-open-2:before {
|
|
12837
|
+
content: "\fea8";
|
|
12838
|
+
}
|
|
12839
|
+
|
|
12756
12840
|
.ti-lock-open-off:before {
|
|
12757
12841
|
content: "\f156";
|
|
12758
12842
|
}
|
|
@@ -12853,6 +12937,10 @@
|
|
|
12853
12937
|
content: "\fa7e";
|
|
12854
12938
|
}
|
|
12855
12939
|
|
|
12940
|
+
.ti-logs:before {
|
|
12941
|
+
content: "\fea7";
|
|
12942
|
+
}
|
|
12943
|
+
|
|
12856
12944
|
.ti-lollipop:before {
|
|
12857
12945
|
content: "\efcc";
|
|
12858
12946
|
}
|
|
@@ -13917,6 +14005,10 @@
|
|
|
13917
14005
|
content: "\f506";
|
|
13918
14006
|
}
|
|
13919
14007
|
|
|
14008
|
+
.ti-monkeybar:before {
|
|
14009
|
+
content: "\feb4";
|
|
14010
|
+
}
|
|
14011
|
+
|
|
13920
14012
|
.ti-mood-angry:before {
|
|
13921
14013
|
content: "\f2de";
|
|
13922
14014
|
}
|
|
@@ -15057,6 +15149,10 @@
|
|
|
15057
15149
|
content: "\f68c";
|
|
15058
15150
|
}
|
|
15059
15151
|
|
|
15152
|
+
.ti-pentagon-minus:before {
|
|
15153
|
+
content: "\feb3";
|
|
15154
|
+
}
|
|
15155
|
+
|
|
15060
15156
|
.ti-pentagon-number-0:before {
|
|
15061
15157
|
content: "\fc7e";
|
|
15062
15158
|
}
|
|
@@ -15341,6 +15437,10 @@
|
|
|
15341
15437
|
content: "\ed35";
|
|
15342
15438
|
}
|
|
15343
15439
|
|
|
15440
|
+
.ti-picture-in-picture-filled:before {
|
|
15441
|
+
content: "\fec1";
|
|
15442
|
+
}
|
|
15443
|
+
|
|
15344
15444
|
.ti-picture-in-picture-off:before {
|
|
15345
15445
|
content: "\ed43";
|
|
15346
15446
|
}
|
|
@@ -15353,6 +15453,10 @@
|
|
|
15353
15453
|
content: "\efe4";
|
|
15354
15454
|
}
|
|
15355
15455
|
|
|
15456
|
+
.ti-picture-in-picture-top-filled:before {
|
|
15457
|
+
content: "\fec2";
|
|
15458
|
+
}
|
|
15459
|
+
|
|
15356
15460
|
.ti-pig:before {
|
|
15357
15461
|
content: "\ef52";
|
|
15358
15462
|
}
|
|
@@ -15833,6 +15937,10 @@
|
|
|
15833
15937
|
content: "\fab1";
|
|
15834
15938
|
}
|
|
15835
15939
|
|
|
15940
|
+
.ti-prism-light:before {
|
|
15941
|
+
content: "\fea6";
|
|
15942
|
+
}
|
|
15943
|
+
|
|
15836
15944
|
.ti-prism-off:before {
|
|
15837
15945
|
content: "\faaf";
|
|
15838
15946
|
}
|
|
@@ -16985,6 +17093,10 @@
|
|
|
16985
17093
|
content: "\f1a1";
|
|
16986
17094
|
}
|
|
16987
17095
|
|
|
17096
|
+
.ti-shareplay:before {
|
|
17097
|
+
content: "\fea5";
|
|
17098
|
+
}
|
|
17099
|
+
|
|
16988
17100
|
.ti-shield:before {
|
|
16989
17101
|
content: "\eb24";
|
|
16990
17102
|
}
|
|
@@ -17569,6 +17681,10 @@
|
|
|
17569
17681
|
content: "\f1aa";
|
|
17570
17682
|
}
|
|
17571
17683
|
|
|
17684
|
+
.ti-spaces:before {
|
|
17685
|
+
content: "\fea4";
|
|
17686
|
+
}
|
|
17687
|
+
|
|
17572
17688
|
.ti-spacing-horizontal:before {
|
|
17573
17689
|
content: "\ef54";
|
|
17574
17690
|
}
|
|
@@ -18669,6 +18785,10 @@
|
|
|
18669
18785
|
content: "\fe9f";
|
|
18670
18786
|
}
|
|
18671
18787
|
|
|
18788
|
+
.ti-squares-selected:before {
|
|
18789
|
+
content: "\fea3";
|
|
18790
|
+
}
|
|
18791
|
+
|
|
18672
18792
|
.ti-stack:before {
|
|
18673
18793
|
content: "\eb2d";
|
|
18674
18794
|
}
|
|
@@ -19221,6 +19341,10 @@
|
|
|
19221
19341
|
content: "\ebdd";
|
|
19222
19342
|
}
|
|
19223
19343
|
|
|
19344
|
+
.ti-text-wrap-column:before {
|
|
19345
|
+
content: "\feb2";
|
|
19346
|
+
}
|
|
19347
|
+
|
|
19224
19348
|
.ti-text-wrap-disabled:before {
|
|
19225
19349
|
content: "\eca7";
|
|
19226
19350
|
}
|
|
@@ -19365,10 +19489,18 @@
|
|
|
19365
19489
|
content: "\eb3e";
|
|
19366
19490
|
}
|
|
19367
19491
|
|
|
19492
|
+
.ti-toggle-left-filled:before {
|
|
19493
|
+
content: "\fec0";
|
|
19494
|
+
}
|
|
19495
|
+
|
|
19368
19496
|
.ti-toggle-right:before {
|
|
19369
19497
|
content: "\eb3f";
|
|
19370
19498
|
}
|
|
19371
19499
|
|
|
19500
|
+
.ti-toggle-right-filled:before {
|
|
19501
|
+
content: "\febf";
|
|
19502
|
+
}
|
|
19503
|
+
|
|
19372
19504
|
.ti-toilet-paper:before {
|
|
19373
19505
|
content: "\efd3";
|
|
19374
19506
|
}
|
|
@@ -19793,6 +19925,14 @@
|
|
|
19793
19925
|
content: "\f1ba";
|
|
19794
19926
|
}
|
|
19795
19927
|
|
|
19928
|
+
.ti-u-turn-left:before {
|
|
19929
|
+
content: "\fea2";
|
|
19930
|
+
}
|
|
19931
|
+
|
|
19932
|
+
.ti-u-turn-right:before {
|
|
19933
|
+
content: "\fea1";
|
|
19934
|
+
}
|
|
19935
|
+
|
|
19796
19936
|
.ti-ufo:before {
|
|
19797
19937
|
content: "\f26f";
|
|
19798
19938
|
}
|
|
@@ -19925,6 +20065,10 @@
|
|
|
19925
20065
|
content: "\fcaf";
|
|
19926
20066
|
}
|
|
19927
20067
|
|
|
20068
|
+
.ti-user-screen:before {
|
|
20069
|
+
content: "\fea0";
|
|
20070
|
+
}
|
|
20071
|
+
|
|
19928
20072
|
.ti-user-search:before {
|
|
19929
20073
|
content: "\ef89";
|
|
19930
20074
|
}
|