@tabler/icons-webfont 2.25.0 → 2.27.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/fonts/tabler-icons.eot +0 -0
- package/fonts/tabler-icons.ttf +0 -0
- package/fonts/tabler-icons.woff +0 -0
- package/fonts/tabler-icons.woff2 +0 -0
- package/package.json +2 -2
- package/tabler-icons.css +147 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +326 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +77 -5
package/fonts/tabler-icons.eot
CHANGED
|
Binary file
|
package/fonts/tabler-icons.ttf
CHANGED
|
Binary file
|
package/fonts/tabler-icons.woff
CHANGED
|
Binary file
|
package/fonts/tabler-icons.woff2
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tabler/icons-webfont",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.27.0",
|
|
4
4
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
5
5
|
"homepage": "https://tabler-icons.io",
|
|
6
6
|
"bugs": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"sass": "./tabler-icons.scss",
|
|
36
36
|
"style": "./tabler-icons.min.css",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@tabler/icons": "2.
|
|
38
|
+
"@tabler/icons": "2.27.0"
|
|
39
39
|
},
|
|
40
40
|
"keywords": [
|
|
41
41
|
"icons",
|
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.27.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.eot?v2.
|
|
10
|
-
src: url("./fonts/tabler-icons.eot?#iefix-v2.
|
|
9
|
+
src: url("./fonts/tabler-icons.eot?v2.27.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.27.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.27.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.27.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -2178,6 +2178,10 @@
|
|
|
2178
2178
|
content: "\ed08";
|
|
2179
2179
|
}
|
|
2180
2180
|
|
|
2181
|
+
.ti-bookmarks-filled:before {
|
|
2182
|
+
content: "\fb1f";
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2181
2185
|
.ti-bookmarks-off:before {
|
|
2182
2186
|
content: "\f0bd";
|
|
2183
2187
|
}
|
|
@@ -2266,10 +2270,18 @@
|
|
|
2266
2270
|
content: "\f59d";
|
|
2267
2271
|
}
|
|
2268
2272
|
|
|
2273
|
+
.ti-bounce-left-filled:before {
|
|
2274
|
+
content: "\fb20";
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2269
2277
|
.ti-bounce-right:before {
|
|
2270
2278
|
content: "\f59e";
|
|
2271
2279
|
}
|
|
2272
2280
|
|
|
2281
|
+
.ti-bounce-right-filled:before {
|
|
2282
|
+
content: "\fb21";
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2273
2285
|
.ti-bow:before {
|
|
2274
2286
|
content: "\f096";
|
|
2275
2287
|
}
|
|
@@ -2278,6 +2290,10 @@
|
|
|
2278
2290
|
content: "\f4fa";
|
|
2279
2291
|
}
|
|
2280
2292
|
|
|
2293
|
+
.ti-bowl-filled:before {
|
|
2294
|
+
content: "\fb22";
|
|
2295
|
+
}
|
|
2296
|
+
|
|
2281
2297
|
.ti-box:before {
|
|
2282
2298
|
content: "\ea45";
|
|
2283
2299
|
}
|
|
@@ -3878,6 +3894,10 @@
|
|
|
3878
3894
|
content: "\eb7d";
|
|
3879
3895
|
}
|
|
3880
3896
|
|
|
3897
|
+
.ti-brightness-down-filled:before {
|
|
3898
|
+
content: "\fb23";
|
|
3899
|
+
}
|
|
3900
|
+
|
|
3881
3901
|
.ti-brightness-half:before {
|
|
3882
3902
|
content: "\ee1a";
|
|
3883
3903
|
}
|
|
@@ -3890,6 +3910,10 @@
|
|
|
3890
3910
|
content: "\eb7e";
|
|
3891
3911
|
}
|
|
3892
3912
|
|
|
3913
|
+
.ti-brightness-up-filled:before {
|
|
3914
|
+
content: "\fb24";
|
|
3915
|
+
}
|
|
3916
|
+
|
|
3893
3917
|
.ti-broadcast:before {
|
|
3894
3918
|
content: "\f1e9";
|
|
3895
3919
|
}
|
|
@@ -4094,6 +4118,10 @@
|
|
|
4094
4118
|
content: "\f21b";
|
|
4095
4119
|
}
|
|
4096
4120
|
|
|
4121
|
+
.ti-cactus-filled:before {
|
|
4122
|
+
content: "\fb25";
|
|
4123
|
+
}
|
|
4124
|
+
|
|
4097
4125
|
.ti-cactus-off:before {
|
|
4098
4126
|
content: "\f3cf";
|
|
4099
4127
|
}
|
|
@@ -4110,6 +4138,10 @@
|
|
|
4110
4138
|
content: "\eb80";
|
|
4111
4139
|
}
|
|
4112
4140
|
|
|
4141
|
+
.ti-calculator-filled:before {
|
|
4142
|
+
content: "\fb26";
|
|
4143
|
+
}
|
|
4144
|
+
|
|
4113
4145
|
.ti-calculator-off:before {
|
|
4114
4146
|
content: "\f0c4";
|
|
4115
4147
|
}
|
|
@@ -4158,6 +4190,10 @@
|
|
|
4158
4190
|
content: "\f829";
|
|
4159
4191
|
}
|
|
4160
4192
|
|
|
4193
|
+
.ti-calendar-filled:before {
|
|
4194
|
+
content: "\fb27";
|
|
4195
|
+
}
|
|
4196
|
+
|
|
4161
4197
|
.ti-calendar-heart:before {
|
|
4162
4198
|
content: "\f82a";
|
|
4163
4199
|
}
|
|
@@ -4322,6 +4358,10 @@
|
|
|
4322
4358
|
content: "\f5a7";
|
|
4323
4359
|
}
|
|
4324
4360
|
|
|
4361
|
+
.ti-campfire-filled:before {
|
|
4362
|
+
content: "\fb28";
|
|
4363
|
+
}
|
|
4364
|
+
|
|
4325
4365
|
.ti-candle:before {
|
|
4326
4366
|
content: "\efc6";
|
|
4327
4367
|
}
|
|
@@ -4354,6 +4394,10 @@
|
|
|
4354
4394
|
content: "\ec3c";
|
|
4355
4395
|
}
|
|
4356
4396
|
|
|
4397
|
+
.ti-capture-filled:before {
|
|
4398
|
+
content: "\fb29";
|
|
4399
|
+
}
|
|
4400
|
+
|
|
4357
4401
|
.ti-capture-off:before {
|
|
4358
4402
|
content: "\f0c6";
|
|
4359
4403
|
}
|
|
@@ -4398,18 +4442,34 @@
|
|
|
4398
4442
|
content: "\eb5d";
|
|
4399
4443
|
}
|
|
4400
4444
|
|
|
4445
|
+
.ti-caret-down-filled:before {
|
|
4446
|
+
content: "\fb2a";
|
|
4447
|
+
}
|
|
4448
|
+
|
|
4401
4449
|
.ti-caret-left:before {
|
|
4402
4450
|
content: "\eb5e";
|
|
4403
4451
|
}
|
|
4404
4452
|
|
|
4453
|
+
.ti-caret-left-filled:before {
|
|
4454
|
+
content: "\fb2b";
|
|
4455
|
+
}
|
|
4456
|
+
|
|
4405
4457
|
.ti-caret-right:before {
|
|
4406
4458
|
content: "\eb5f";
|
|
4407
4459
|
}
|
|
4408
4460
|
|
|
4461
|
+
.ti-caret-right-filled:before {
|
|
4462
|
+
content: "\fb2c";
|
|
4463
|
+
}
|
|
4464
|
+
|
|
4409
4465
|
.ti-caret-up:before {
|
|
4410
4466
|
content: "\eb60";
|
|
4411
4467
|
}
|
|
4412
4468
|
|
|
4469
|
+
.ti-caret-up-filled:before {
|
|
4470
|
+
content: "\fb2d";
|
|
4471
|
+
}
|
|
4472
|
+
|
|
4413
4473
|
.ti-carousel-horizontal:before {
|
|
4414
4474
|
content: "\f659";
|
|
4415
4475
|
}
|
|
@@ -4470,6 +4530,10 @@
|
|
|
4470
4530
|
content: "\f1f5";
|
|
4471
4531
|
}
|
|
4472
4532
|
|
|
4533
|
+
.ti-category-filled:before {
|
|
4534
|
+
content: "\fb2e";
|
|
4535
|
+
}
|
|
4536
|
+
|
|
4473
4537
|
.ti-ce:before {
|
|
4474
4538
|
content: "\ed75";
|
|
4475
4539
|
}
|
|
@@ -12050,6 +12114,10 @@
|
|
|
12050
12114
|
content: "\f1d7";
|
|
12051
12115
|
}
|
|
12052
12116
|
|
|
12117
|
+
.ti-mouse-filled:before {
|
|
12118
|
+
content: "\fb2f";
|
|
12119
|
+
}
|
|
12120
|
+
|
|
12053
12121
|
.ti-mouse-off:before {
|
|
12054
12122
|
content: "\f163";
|
|
12055
12123
|
}
|
|
@@ -13050,6 +13118,10 @@
|
|
|
13050
13118
|
content: "\f9a0";
|
|
13051
13119
|
}
|
|
13052
13120
|
|
|
13121
|
+
.ti-pointer-filled:before {
|
|
13122
|
+
content: "\fb30";
|
|
13123
|
+
}
|
|
13124
|
+
|
|
13053
13125
|
.ti-pointer-heart:before {
|
|
13054
13126
|
content: "\f9a1";
|
|
13055
13127
|
}
|
|
@@ -14750,22 +14822,42 @@
|
|
|
14750
14822
|
content: "\f4b7";
|
|
14751
14823
|
}
|
|
14752
14824
|
|
|
14825
|
+
.ti-square-arrow-down-filled:before {
|
|
14826
|
+
content: "\fb31";
|
|
14827
|
+
}
|
|
14828
|
+
|
|
14753
14829
|
.ti-square-arrow-left:before {
|
|
14754
14830
|
content: "\f4b8";
|
|
14755
14831
|
}
|
|
14756
14832
|
|
|
14833
|
+
.ti-square-arrow-left-filled:before {
|
|
14834
|
+
content: "\fb32";
|
|
14835
|
+
}
|
|
14836
|
+
|
|
14757
14837
|
.ti-square-arrow-right:before {
|
|
14758
14838
|
content: "\f4b9";
|
|
14759
14839
|
}
|
|
14760
14840
|
|
|
14841
|
+
.ti-square-arrow-right-filled:before {
|
|
14842
|
+
content: "\fb33";
|
|
14843
|
+
}
|
|
14844
|
+
|
|
14761
14845
|
.ti-square-arrow-up:before {
|
|
14762
14846
|
content: "\f4ba";
|
|
14763
14847
|
}
|
|
14764
14848
|
|
|
14849
|
+
.ti-square-arrow-up-filled:before {
|
|
14850
|
+
content: "\fb34";
|
|
14851
|
+
}
|
|
14852
|
+
|
|
14765
14853
|
.ti-square-asterisk:before {
|
|
14766
14854
|
content: "\f01a";
|
|
14767
14855
|
}
|
|
14768
14856
|
|
|
14857
|
+
.ti-square-asterisk-filled:before {
|
|
14858
|
+
content: "\fb35";
|
|
14859
|
+
}
|
|
14860
|
+
|
|
14769
14861
|
.ti-square-check:before {
|
|
14770
14862
|
content: "\eb28";
|
|
14771
14863
|
}
|
|
@@ -14778,38 +14870,74 @@
|
|
|
14778
14870
|
content: "\f627";
|
|
14779
14871
|
}
|
|
14780
14872
|
|
|
14873
|
+
.ti-square-chevron-down-filled:before {
|
|
14874
|
+
content: "\fb36";
|
|
14875
|
+
}
|
|
14876
|
+
|
|
14781
14877
|
.ti-square-chevron-left:before {
|
|
14782
14878
|
content: "\f628";
|
|
14783
14879
|
}
|
|
14784
14880
|
|
|
14881
|
+
.ti-square-chevron-left-filled:before {
|
|
14882
|
+
content: "\fb37";
|
|
14883
|
+
}
|
|
14884
|
+
|
|
14785
14885
|
.ti-square-chevron-right:before {
|
|
14786
14886
|
content: "\f629";
|
|
14787
14887
|
}
|
|
14788
14888
|
|
|
14889
|
+
.ti-square-chevron-right-filled:before {
|
|
14890
|
+
content: "\fb38";
|
|
14891
|
+
}
|
|
14892
|
+
|
|
14789
14893
|
.ti-square-chevron-up:before {
|
|
14790
14894
|
content: "\f62a";
|
|
14791
14895
|
}
|
|
14792
14896
|
|
|
14897
|
+
.ti-square-chevron-up-filled:before {
|
|
14898
|
+
content: "\fb39";
|
|
14899
|
+
}
|
|
14900
|
+
|
|
14793
14901
|
.ti-square-chevrons-down:before {
|
|
14794
14902
|
content: "\f64b";
|
|
14795
14903
|
}
|
|
14796
14904
|
|
|
14905
|
+
.ti-square-chevrons-down-filled:before {
|
|
14906
|
+
content: "\fb3a";
|
|
14907
|
+
}
|
|
14908
|
+
|
|
14797
14909
|
.ti-square-chevrons-left:before {
|
|
14798
14910
|
content: "\f64c";
|
|
14799
14911
|
}
|
|
14800
14912
|
|
|
14913
|
+
.ti-square-chevrons-left-filled:before {
|
|
14914
|
+
content: "\fb3b";
|
|
14915
|
+
}
|
|
14916
|
+
|
|
14801
14917
|
.ti-square-chevrons-right:before {
|
|
14802
14918
|
content: "\f64d";
|
|
14803
14919
|
}
|
|
14804
14920
|
|
|
14921
|
+
.ti-square-chevrons-right-filled:before {
|
|
14922
|
+
content: "\fb3c";
|
|
14923
|
+
}
|
|
14924
|
+
|
|
14805
14925
|
.ti-square-chevrons-up:before {
|
|
14806
14926
|
content: "\f64e";
|
|
14807
14927
|
}
|
|
14808
14928
|
|
|
14929
|
+
.ti-square-chevrons-up-filled:before {
|
|
14930
|
+
content: "\fb3d";
|
|
14931
|
+
}
|
|
14932
|
+
|
|
14809
14933
|
.ti-square-dot:before {
|
|
14810
14934
|
content: "\ed59";
|
|
14811
14935
|
}
|
|
14812
14936
|
|
|
14937
|
+
.ti-square-dot-filled:before {
|
|
14938
|
+
content: "\fb3e";
|
|
14939
|
+
}
|
|
14940
|
+
|
|
14813
14941
|
.ti-square-f0:before {
|
|
14814
14942
|
content: "\f526";
|
|
14815
14943
|
}
|
|
@@ -15014,6 +15142,10 @@
|
|
|
15014
15142
|
content: "\eb29";
|
|
15015
15143
|
}
|
|
15016
15144
|
|
|
15145
|
+
.ti-square-minus-filled:before {
|
|
15146
|
+
content: "\fb3f";
|
|
15147
|
+
}
|
|
15148
|
+
|
|
15017
15149
|
.ti-square-number-0:before {
|
|
15018
15150
|
content: "\eee5";
|
|
15019
15151
|
}
|
|
@@ -15310,6 +15442,10 @@
|
|
|
15310
15442
|
content: "\f63e";
|
|
15311
15443
|
}
|
|
15312
15444
|
|
|
15445
|
+
.ti-square-rounded-minus-filled:before {
|
|
15446
|
+
content: "\fb40";
|
|
15447
|
+
}
|
|
15448
|
+
|
|
15313
15449
|
.ti-square-rounded-number-0:before {
|
|
15314
15450
|
content: "\f5c8";
|
|
15315
15451
|
}
|
|
@@ -15418,6 +15554,10 @@
|
|
|
15418
15554
|
content: "\eb2b";
|
|
15419
15555
|
}
|
|
15420
15556
|
|
|
15557
|
+
.ti-square-x-filled:before {
|
|
15558
|
+
content: "\fb41";
|
|
15559
|
+
}
|
|
15560
|
+
|
|
15421
15561
|
.ti-squares-diagonal:before {
|
|
15422
15562
|
content: "\eef5";
|
|
15423
15563
|
}
|
|
@@ -16310,6 +16450,10 @@
|
|
|
16310
16450
|
content: "\ece8";
|
|
16311
16451
|
}
|
|
16312
16452
|
|
|
16453
|
+
.ti-triangle-square-circle-filled:before {
|
|
16454
|
+
content: "\fb42";
|
|
16455
|
+
}
|
|
16456
|
+
|
|
16313
16457
|
.ti-triangles:before {
|
|
16314
16458
|
content: "\f0a5";
|
|
16315
16459
|
}
|