@tabler/icons-webfont 3.22.0 → 3.23.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 +14 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +29 -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 +9 -3
- package/dist/tabler-icons-outline.css +62 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +137 -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 +33 -3
- package/dist/tabler-icons.css +74 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +164 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +39 -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.23.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.23.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v3.23.0") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
.ti {
|
|
12
12
|
font-family: "tabler-icons" !important;
|
|
@@ -273,6 +273,10 @@
|
|
|
273
273
|
content: "\f70b";
|
|
274
274
|
}
|
|
275
275
|
|
|
276
|
+
.ti-alarm-smoke:before {
|
|
277
|
+
content: "\100b6";
|
|
278
|
+
}
|
|
279
|
+
|
|
276
280
|
.ti-alarm-snooze:before {
|
|
277
281
|
content: "\f632";
|
|
278
282
|
}
|
|
@@ -1761,6 +1765,10 @@
|
|
|
1761
1765
|
content: "\efc2";
|
|
1762
1766
|
}
|
|
1763
1767
|
|
|
1768
|
+
.ti-badge-2k:before {
|
|
1769
|
+
content: "\100b5";
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1764
1772
|
.ti-badge-3d:before {
|
|
1765
1773
|
content: "\f555";
|
|
1766
1774
|
}
|
|
@@ -1769,6 +1777,10 @@
|
|
|
1769
1777
|
content: "\fe9b";
|
|
1770
1778
|
}
|
|
1771
1779
|
|
|
1780
|
+
.ti-badge-3k:before {
|
|
1781
|
+
content: "\100b4";
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1772
1784
|
.ti-badge-4k:before {
|
|
1773
1785
|
content: "\f556";
|
|
1774
1786
|
}
|
|
@@ -1777,6 +1789,10 @@
|
|
|
1777
1789
|
content: "\fe9a";
|
|
1778
1790
|
}
|
|
1779
1791
|
|
|
1792
|
+
.ti-badge-5k:before {
|
|
1793
|
+
content: "\100b3";
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1780
1796
|
.ti-badge-8k:before {
|
|
1781
1797
|
content: "\f557";
|
|
1782
1798
|
}
|
|
@@ -2537,6 +2553,10 @@
|
|
|
2537
2553
|
content: "\ee09";
|
|
2538
2554
|
}
|
|
2539
2555
|
|
|
2556
|
+
.ti-blocks:before {
|
|
2557
|
+
content: "\100b2";
|
|
2558
|
+
}
|
|
2559
|
+
|
|
2540
2560
|
.ti-bluetooth:before {
|
|
2541
2561
|
content: "\ea37";
|
|
2542
2562
|
}
|
|
@@ -2857,6 +2877,10 @@
|
|
|
2857
2877
|
content: "\fe87";
|
|
2858
2878
|
}
|
|
2859
2879
|
|
|
2880
|
+
.ti-bowling:before {
|
|
2881
|
+
content: "\100b1";
|
|
2882
|
+
}
|
|
2883
|
+
|
|
2860
2884
|
.ti-box:before {
|
|
2861
2885
|
content: "\ea45";
|
|
2862
2886
|
}
|
|
@@ -4741,6 +4765,14 @@
|
|
|
4741
4765
|
content: "\efd6";
|
|
4742
4766
|
}
|
|
4743
4767
|
|
|
4768
|
+
.ti-browser-maximize:before {
|
|
4769
|
+
content: "\100b0";
|
|
4770
|
+
}
|
|
4771
|
+
|
|
4772
|
+
.ti-browser-minus:before {
|
|
4773
|
+
content: "\100af";
|
|
4774
|
+
}
|
|
4775
|
+
|
|
4744
4776
|
.ti-browser-off:before {
|
|
4745
4777
|
content: "\f0c1";
|
|
4746
4778
|
}
|
|
@@ -4749,6 +4781,10 @@
|
|
|
4749
4781
|
content: "\efd7";
|
|
4750
4782
|
}
|
|
4751
4783
|
|
|
4784
|
+
.ti-browser-share:before {
|
|
4785
|
+
content: "\100ae";
|
|
4786
|
+
}
|
|
4787
|
+
|
|
4752
4788
|
.ti-browser-x:before {
|
|
4753
4789
|
content: "\efd8";
|
|
4754
4790
|
}
|
|
@@ -5085,6 +5121,10 @@
|
|
|
5085
5121
|
content: "\ea52";
|
|
5086
5122
|
}
|
|
5087
5123
|
|
|
5124
|
+
.ti-calendar-event-filled:before {
|
|
5125
|
+
content: "\100b9";
|
|
5126
|
+
}
|
|
5127
|
+
|
|
5088
5128
|
.ti-calendar-exclamation:before {
|
|
5089
5129
|
content: "\f829";
|
|
5090
5130
|
}
|
|
@@ -5105,6 +5145,10 @@
|
|
|
5105
5145
|
content: "\fd2f";
|
|
5106
5146
|
}
|
|
5107
5147
|
|
|
5148
|
+
.ti-calendar-month-filled:before {
|
|
5149
|
+
content: "\100b8";
|
|
5150
|
+
}
|
|
5151
|
+
|
|
5108
5152
|
.ti-calendar-off:before {
|
|
5109
5153
|
content: "\ee1f";
|
|
5110
5154
|
}
|
|
@@ -5169,6 +5213,10 @@
|
|
|
5169
5213
|
content: "\fd30";
|
|
5170
5214
|
}
|
|
5171
5215
|
|
|
5216
|
+
.ti-calendar-week-filled:before {
|
|
5217
|
+
content: "\100b7";
|
|
5218
|
+
}
|
|
5219
|
+
|
|
5172
5220
|
.ti-calendar-x:before {
|
|
5173
5221
|
content: "\f832";
|
|
5174
5222
|
}
|
|
@@ -7409,6 +7457,18 @@
|
|
|
7409
7457
|
content: "\ee43";
|
|
7410
7458
|
}
|
|
7411
7459
|
|
|
7460
|
+
.ti-code-variable:before {
|
|
7461
|
+
content: "\100ab";
|
|
7462
|
+
}
|
|
7463
|
+
|
|
7464
|
+
.ti-code-variable-minus:before {
|
|
7465
|
+
content: "\100ad";
|
|
7466
|
+
}
|
|
7467
|
+
|
|
7468
|
+
.ti-code-variable-plus:before {
|
|
7469
|
+
content: "\100ac";
|
|
7470
|
+
}
|
|
7471
|
+
|
|
7412
7472
|
.ti-coffee:before {
|
|
7413
7473
|
content: "\ef0e";
|
|
7414
7474
|
}
|
|
@@ -21829,6 +21889,10 @@
|
|
|
21829
21889
|
content: "\f26e";
|
|
21830
21890
|
}
|
|
21831
21891
|
|
|
21892
|
+
.ti-uhd:before {
|
|
21893
|
+
content: "\100aa";
|
|
21894
|
+
}
|
|
21895
|
+
|
|
21832
21896
|
.ti-umbrella:before {
|
|
21833
21897
|
content: "\ebf1";
|
|
21834
21898
|
}
|
|
@@ -22421,6 +22485,14 @@
|
|
|
22421
22485
|
content: "\f589";
|
|
22422
22486
|
}
|
|
22423
22487
|
|
|
22488
|
+
.ti-wheat:before {
|
|
22489
|
+
content: "\100a8";
|
|
22490
|
+
}
|
|
22491
|
+
|
|
22492
|
+
.ti-wheat-off:before {
|
|
22493
|
+
content: "\100a9";
|
|
22494
|
+
}
|
|
22495
|
+
|
|
22424
22496
|
.ti-wheel:before {
|
|
22425
22497
|
content: "\fc64";
|
|
22426
22498
|
}
|