@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
|
@@ -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-outline";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons-outline.woff2?v3.0
|
|
9
|
+
src: url("./fonts/tabler-icons-outline.woff2?v3.2.0") format("woff2"), url("./fonts/tabler-icons-outline.woff?") format("woff"), url("./fonts/tabler-icons-outline.ttf?v3.2.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons-outline" !important;
|
|
@@ -1881,10 +1881,18 @@
|
|
|
1881
1881
|
content: "\f2f2";
|
|
1882
1882
|
}
|
|
1883
1883
|
|
|
1884
|
+
.ti-blend-mode:before {
|
|
1885
|
+
content: "\feb0";
|
|
1886
|
+
}
|
|
1887
|
+
|
|
1884
1888
|
.ti-blender:before {
|
|
1885
1889
|
content: "\fca2";
|
|
1886
1890
|
}
|
|
1887
1891
|
|
|
1892
|
+
.ti-blob:before {
|
|
1893
|
+
content: "\feaf";
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1888
1896
|
.ti-blockquote:before {
|
|
1889
1897
|
content: "\ee09";
|
|
1890
1898
|
}
|
|
@@ -2389,6 +2397,10 @@
|
|
|
2389
2397
|
content: "\ed24";
|
|
2390
2398
|
}
|
|
2391
2399
|
|
|
2400
|
+
.ti-brand-arc:before {
|
|
2401
|
+
content: "\feae";
|
|
2402
|
+
}
|
|
2403
|
+
|
|
2392
2404
|
.ti-brand-asana:before {
|
|
2393
2405
|
content: "\edc5";
|
|
2394
2406
|
}
|
|
@@ -3805,6 +3817,26 @@
|
|
|
3805
3817
|
content: "\f0c2";
|
|
3806
3818
|
}
|
|
3807
3819
|
|
|
3820
|
+
.ti-bubble:before {
|
|
3821
|
+
content: "\feba";
|
|
3822
|
+
}
|
|
3823
|
+
|
|
3824
|
+
.ti-bubble-minus:before {
|
|
3825
|
+
content: "\febe";
|
|
3826
|
+
}
|
|
3827
|
+
|
|
3828
|
+
.ti-bubble-plus:before {
|
|
3829
|
+
content: "\febd";
|
|
3830
|
+
}
|
|
3831
|
+
|
|
3832
|
+
.ti-bubble-text:before {
|
|
3833
|
+
content: "\febc";
|
|
3834
|
+
}
|
|
3835
|
+
|
|
3836
|
+
.ti-bubble-x:before {
|
|
3837
|
+
content: "\febb";
|
|
3838
|
+
}
|
|
3839
|
+
|
|
3808
3840
|
.ti-bucket:before {
|
|
3809
3841
|
content: "\ea47";
|
|
3810
3842
|
}
|
|
@@ -4313,6 +4345,10 @@
|
|
|
4313
4345
|
content: "\f4fd";
|
|
4314
4346
|
}
|
|
4315
4347
|
|
|
4348
|
+
.ti-carambola:before {
|
|
4349
|
+
content: "\feb9";
|
|
4350
|
+
}
|
|
4351
|
+
|
|
4316
4352
|
.ti-caravan:before {
|
|
4317
4353
|
content: "\ec7c";
|
|
4318
4354
|
}
|
|
@@ -4869,6 +4905,14 @@
|
|
|
4869
4905
|
content: "\ed27";
|
|
4870
4906
|
}
|
|
4871
4907
|
|
|
4908
|
+
.ti-circle-dashed-check:before {
|
|
4909
|
+
content: "\feb8";
|
|
4910
|
+
}
|
|
4911
|
+
|
|
4912
|
+
.ti-circle-dashed-minus:before {
|
|
4913
|
+
content: "\feb7";
|
|
4914
|
+
}
|
|
4915
|
+
|
|
4872
4916
|
.ti-circle-dashed-number-0:before {
|
|
4873
4917
|
content: "\fc6b";
|
|
4874
4918
|
}
|
|
@@ -4913,6 +4957,10 @@
|
|
|
4913
4957
|
content: "\fd7a";
|
|
4914
4958
|
}
|
|
4915
4959
|
|
|
4960
|
+
.ti-circle-dashed-plus:before {
|
|
4961
|
+
content: "\feb6";
|
|
4962
|
+
}
|
|
4963
|
+
|
|
4916
4964
|
.ti-circle-dashed-x:before {
|
|
4917
4965
|
content: "\fc75";
|
|
4918
4966
|
}
|
|
@@ -7685,6 +7733,10 @@
|
|
|
7685
7733
|
content: "\fa59";
|
|
7686
7734
|
}
|
|
7687
7735
|
|
|
7736
|
+
.ti-dumpling:before {
|
|
7737
|
+
content: "\feb5";
|
|
7738
|
+
}
|
|
7739
|
+
|
|
7688
7740
|
.ti-e-passport:before {
|
|
7689
7741
|
content: "\f4df";
|
|
7690
7742
|
}
|
|
@@ -7933,6 +7985,10 @@
|
|
|
7933
7985
|
content: "\fb71";
|
|
7934
7986
|
}
|
|
7935
7987
|
|
|
7988
|
+
.ti-eye-dotted:before {
|
|
7989
|
+
content: "\fead";
|
|
7990
|
+
}
|
|
7991
|
+
|
|
7936
7992
|
.ti-eye-down:before {
|
|
7937
7993
|
content: "\fb72";
|
|
7938
7994
|
}
|
|
@@ -8177,6 +8233,10 @@
|
|
|
8177
8233
|
content: "\eb67";
|
|
8178
8234
|
}
|
|
8179
8235
|
|
|
8236
|
+
.ti-file-isr:before {
|
|
8237
|
+
content: "\feac";
|
|
8238
|
+
}
|
|
8239
|
+
|
|
8180
8240
|
.ti-file-lambda:before {
|
|
8181
8241
|
content: "\f53f";
|
|
8182
8242
|
}
|
|
@@ -10185,6 +10245,10 @@
|
|
|
10185
10245
|
content: "\fc5c";
|
|
10186
10246
|
}
|
|
10187
10247
|
|
|
10248
|
+
.ti-invoice:before {
|
|
10249
|
+
content: "\feab";
|
|
10250
|
+
}
|
|
10251
|
+
|
|
10188
10252
|
.ti-ironing:before {
|
|
10189
10253
|
content: "\fa7c";
|
|
10190
10254
|
}
|
|
@@ -10389,6 +10453,14 @@
|
|
|
10389
10453
|
content: "\f150";
|
|
10390
10454
|
}
|
|
10391
10455
|
|
|
10456
|
+
.ti-layers-selected:before {
|
|
10457
|
+
content: "\fea9";
|
|
10458
|
+
}
|
|
10459
|
+
|
|
10460
|
+
.ti-layers-selected-bottom:before {
|
|
10461
|
+
content: "\feaa";
|
|
10462
|
+
}
|
|
10463
|
+
|
|
10392
10464
|
.ti-layers-subtract:before {
|
|
10393
10465
|
content: "\eaca";
|
|
10394
10466
|
}
|
|
@@ -11089,6 +11161,10 @@
|
|
|
11089
11161
|
content: "\eae1";
|
|
11090
11162
|
}
|
|
11091
11163
|
|
|
11164
|
+
.ti-lock-open-2:before {
|
|
11165
|
+
content: "\fea8";
|
|
11166
|
+
}
|
|
11167
|
+
|
|
11092
11168
|
.ti-lock-open-off:before {
|
|
11093
11169
|
content: "\f156";
|
|
11094
11170
|
}
|
|
@@ -11185,6 +11261,10 @@
|
|
|
11185
11261
|
content: "\fa7e";
|
|
11186
11262
|
}
|
|
11187
11263
|
|
|
11264
|
+
.ti-logs:before {
|
|
11265
|
+
content: "\fea7";
|
|
11266
|
+
}
|
|
11267
|
+
|
|
11188
11268
|
.ti-lollipop:before {
|
|
11189
11269
|
content: "\efcc";
|
|
11190
11270
|
}
|
|
@@ -12197,6 +12277,10 @@
|
|
|
12197
12277
|
content: "\f506";
|
|
12198
12278
|
}
|
|
12199
12279
|
|
|
12280
|
+
.ti-monkeybar:before {
|
|
12281
|
+
content: "\feb4";
|
|
12282
|
+
}
|
|
12283
|
+
|
|
12200
12284
|
.ti-mood-angry:before {
|
|
12201
12285
|
content: "\f2de";
|
|
12202
12286
|
}
|
|
@@ -13261,6 +13345,10 @@
|
|
|
13261
13345
|
content: "\efe3";
|
|
13262
13346
|
}
|
|
13263
13347
|
|
|
13348
|
+
.ti-pentagon-minus:before {
|
|
13349
|
+
content: "\feb3";
|
|
13350
|
+
}
|
|
13351
|
+
|
|
13264
13352
|
.ti-pentagon-number-0:before {
|
|
13265
13353
|
content: "\fc7e";
|
|
13266
13354
|
}
|
|
@@ -13973,6 +14061,10 @@
|
|
|
13973
14061
|
content: "\fab1";
|
|
13974
14062
|
}
|
|
13975
14063
|
|
|
14064
|
+
.ti-prism-light:before {
|
|
14065
|
+
content: "\fea6";
|
|
14066
|
+
}
|
|
14067
|
+
|
|
13976
14068
|
.ti-prism-off:before {
|
|
13977
14069
|
content: "\faaf";
|
|
13978
14070
|
}
|
|
@@ -15073,6 +15165,10 @@
|
|
|
15073
15165
|
content: "\f1a1";
|
|
15074
15166
|
}
|
|
15075
15167
|
|
|
15168
|
+
.ti-shareplay:before {
|
|
15169
|
+
content: "\fea5";
|
|
15170
|
+
}
|
|
15171
|
+
|
|
15076
15172
|
.ti-shield:before {
|
|
15077
15173
|
content: "\eb24";
|
|
15078
15174
|
}
|
|
@@ -15617,6 +15713,10 @@
|
|
|
15617
15713
|
content: "\f1aa";
|
|
15618
15714
|
}
|
|
15619
15715
|
|
|
15716
|
+
.ti-spaces:before {
|
|
15717
|
+
content: "\fea4";
|
|
15718
|
+
}
|
|
15719
|
+
|
|
15620
15720
|
.ti-spacing-horizontal:before {
|
|
15621
15721
|
content: "\ef54";
|
|
15622
15722
|
}
|
|
@@ -16237,6 +16337,10 @@
|
|
|
16237
16337
|
content: "\eef5";
|
|
16238
16338
|
}
|
|
16239
16339
|
|
|
16340
|
+
.ti-squares-selected:before {
|
|
16341
|
+
content: "\fea3";
|
|
16342
|
+
}
|
|
16343
|
+
|
|
16240
16344
|
.ti-stack:before {
|
|
16241
16345
|
content: "\eb2d";
|
|
16242
16346
|
}
|
|
@@ -16757,6 +16861,10 @@
|
|
|
16757
16861
|
content: "\ebdd";
|
|
16758
16862
|
}
|
|
16759
16863
|
|
|
16864
|
+
.ti-text-wrap-column:before {
|
|
16865
|
+
content: "\feb2";
|
|
16866
|
+
}
|
|
16867
|
+
|
|
16760
16868
|
.ti-text-wrap-disabled:before {
|
|
16761
16869
|
content: "\eca7";
|
|
16762
16870
|
}
|
|
@@ -17273,6 +17381,14 @@
|
|
|
17273
17381
|
content: "\f1ba";
|
|
17274
17382
|
}
|
|
17275
17383
|
|
|
17384
|
+
.ti-u-turn-left:before {
|
|
17385
|
+
content: "\fea2";
|
|
17386
|
+
}
|
|
17387
|
+
|
|
17388
|
+
.ti-u-turn-right:before {
|
|
17389
|
+
content: "\fea1";
|
|
17390
|
+
}
|
|
17391
|
+
|
|
17276
17392
|
.ti-ufo:before {
|
|
17277
17393
|
content: "\f26f";
|
|
17278
17394
|
}
|
|
@@ -17397,6 +17513,10 @@
|
|
|
17397
17513
|
content: "\fcaf";
|
|
17398
17514
|
}
|
|
17399
17515
|
|
|
17516
|
+
.ti-user-screen:before {
|
|
17517
|
+
content: "\fea0";
|
|
17518
|
+
}
|
|
17519
|
+
|
|
17400
17520
|
.ti-user-search:before {
|
|
17401
17521
|
content: "\ef89";
|
|
17402
17522
|
}
|