@tabler/icons-webfont 2.25.0 → 2.26.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 +75 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +164 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +41 -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.26.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.26.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.26.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.26.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.26.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.26.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.26.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
|
}
|