@tabler/icons-webfont 2.19.0 → 2.21.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 +223 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +497 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +115 -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.21.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.21.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.21.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.21.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.21.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.21.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.21.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -1494,6 +1494,10 @@
|
|
|
1494
1494
|
content: "\f3c2";
|
|
1495
1495
|
}
|
|
1496
1496
|
|
|
1497
|
+
.ti-backslash:before {
|
|
1498
|
+
content: "\fab9";
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1497
1501
|
.ti-backspace:before {
|
|
1498
1502
|
content: "\ea2d";
|
|
1499
1503
|
}
|
|
@@ -5782,6 +5786,10 @@
|
|
|
5782
5786
|
content: "\f3d8";
|
|
5783
5787
|
}
|
|
5784
5788
|
|
|
5789
|
+
.ti-cone-plus:before {
|
|
5790
|
+
content: "\fa94";
|
|
5791
|
+
}
|
|
5792
|
+
|
|
5785
5793
|
.ti-confetti:before {
|
|
5786
5794
|
content: "\ee46";
|
|
5787
5795
|
}
|
|
@@ -6034,6 +6042,18 @@
|
|
|
6034
6042
|
content: "\f791";
|
|
6035
6043
|
}
|
|
6036
6044
|
|
|
6045
|
+
.ti-cube:before {
|
|
6046
|
+
content: "\fa97";
|
|
6047
|
+
}
|
|
6048
|
+
|
|
6049
|
+
.ti-cube-off:before {
|
|
6050
|
+
content: "\fa95";
|
|
6051
|
+
}
|
|
6052
|
+
|
|
6053
|
+
.ti-cube-plus:before {
|
|
6054
|
+
content: "\fa96";
|
|
6055
|
+
}
|
|
6056
|
+
|
|
6037
6057
|
.ti-cube-send:before {
|
|
6038
6058
|
content: "\f61b";
|
|
6039
6059
|
}
|
|
@@ -6342,6 +6362,14 @@
|
|
|
6342
6362
|
content: "\f54c";
|
|
6343
6363
|
}
|
|
6344
6364
|
|
|
6365
|
+
.ti-cylinder-off:before {
|
|
6366
|
+
content: "\fa98";
|
|
6367
|
+
}
|
|
6368
|
+
|
|
6369
|
+
.ti-cylinder-plus:before {
|
|
6370
|
+
content: "\fa99";
|
|
6371
|
+
}
|
|
6372
|
+
|
|
6345
6373
|
.ti-dashboard:before {
|
|
6346
6374
|
content: "\ea87";
|
|
6347
6375
|
}
|
|
@@ -7290,6 +7318,18 @@
|
|
|
7290
7318
|
content: "\f8f8";
|
|
7291
7319
|
}
|
|
7292
7320
|
|
|
7321
|
+
.ti-diabolo:before {
|
|
7322
|
+
content: "\fa9c";
|
|
7323
|
+
}
|
|
7324
|
+
|
|
7325
|
+
.ti-diabolo-off:before {
|
|
7326
|
+
content: "\fa9a";
|
|
7327
|
+
}
|
|
7328
|
+
|
|
7329
|
+
.ti-diabolo-plus:before {
|
|
7330
|
+
content: "\fa9b";
|
|
7331
|
+
}
|
|
7332
|
+
|
|
7293
7333
|
.ti-dialpad:before {
|
|
7294
7334
|
content: "\f067";
|
|
7295
7335
|
}
|
|
@@ -8598,6 +8638,18 @@
|
|
|
8598
8638
|
content: "\f136";
|
|
8599
8639
|
}
|
|
8600
8640
|
|
|
8641
|
+
.ti-frustum:before {
|
|
8642
|
+
content: "\fa9f";
|
|
8643
|
+
}
|
|
8644
|
+
|
|
8645
|
+
.ti-frustum-off:before {
|
|
8646
|
+
content: "\fa9d";
|
|
8647
|
+
}
|
|
8648
|
+
|
|
8649
|
+
.ti-frustum-plus:before {
|
|
8650
|
+
content: "\fa9e";
|
|
8651
|
+
}
|
|
8652
|
+
|
|
8601
8653
|
.ti-function:before {
|
|
8602
8654
|
content: "\f225";
|
|
8603
8655
|
}
|
|
@@ -9158,6 +9210,18 @@
|
|
|
9158
9210
|
content: "\fa42";
|
|
9159
9211
|
}
|
|
9160
9212
|
|
|
9213
|
+
.ti-hemisphere:before {
|
|
9214
|
+
content: "\faa2";
|
|
9215
|
+
}
|
|
9216
|
+
|
|
9217
|
+
.ti-hemisphere-off:before {
|
|
9218
|
+
content: "\faa0";
|
|
9219
|
+
}
|
|
9220
|
+
|
|
9221
|
+
.ti-hemisphere-plus:before {
|
|
9222
|
+
content: "\faa1";
|
|
9223
|
+
}
|
|
9224
|
+
|
|
9161
9225
|
.ti-hexagon:before {
|
|
9162
9226
|
content: "\ec02";
|
|
9163
9227
|
}
|
|
@@ -9358,6 +9422,30 @@
|
|
|
9358
9422
|
content: "\ee9c";
|
|
9359
9423
|
}
|
|
9360
9424
|
|
|
9425
|
+
.ti-hexagonal-prism:before {
|
|
9426
|
+
content: "\faa5";
|
|
9427
|
+
}
|
|
9428
|
+
|
|
9429
|
+
.ti-hexagonal-prism-off:before {
|
|
9430
|
+
content: "\faa3";
|
|
9431
|
+
}
|
|
9432
|
+
|
|
9433
|
+
.ti-hexagonal-prism-plus:before {
|
|
9434
|
+
content: "\faa4";
|
|
9435
|
+
}
|
|
9436
|
+
|
|
9437
|
+
.ti-hexagonal-pyramid:before {
|
|
9438
|
+
content: "\faa8";
|
|
9439
|
+
}
|
|
9440
|
+
|
|
9441
|
+
.ti-hexagonal-pyramid-off:before {
|
|
9442
|
+
content: "\faa6";
|
|
9443
|
+
}
|
|
9444
|
+
|
|
9445
|
+
.ti-hexagonal-pyramid-plus:before {
|
|
9446
|
+
content: "\faa7";
|
|
9447
|
+
}
|
|
9448
|
+
|
|
9361
9449
|
.ti-hexagons:before {
|
|
9362
9450
|
content: "\f09d";
|
|
9363
9451
|
}
|
|
@@ -9814,6 +9902,18 @@
|
|
|
9814
9902
|
content: "\f2f8";
|
|
9815
9903
|
}
|
|
9816
9904
|
|
|
9905
|
+
.ti-irregular-polyhedron:before {
|
|
9906
|
+
content: "\faab";
|
|
9907
|
+
}
|
|
9908
|
+
|
|
9909
|
+
.ti-irregular-polyhedron-off:before {
|
|
9910
|
+
content: "\faa9";
|
|
9911
|
+
}
|
|
9912
|
+
|
|
9913
|
+
.ti-irregular-polyhedron-plus:before {
|
|
9914
|
+
content: "\faaa";
|
|
9915
|
+
}
|
|
9916
|
+
|
|
9817
9917
|
.ti-italic:before {
|
|
9818
9918
|
content: "\eb93";
|
|
9819
9919
|
}
|
|
@@ -11910,6 +12010,18 @@
|
|
|
11910
12010
|
content: "\eeb8";
|
|
11911
12011
|
}
|
|
11912
12012
|
|
|
12013
|
+
.ti-octahedron:before {
|
|
12014
|
+
content: "\faae";
|
|
12015
|
+
}
|
|
12016
|
+
|
|
12017
|
+
.ti-octahedron-off:before {
|
|
12018
|
+
content: "\faac";
|
|
12019
|
+
}
|
|
12020
|
+
|
|
12021
|
+
.ti-octahedron-plus:before {
|
|
12022
|
+
content: "\faad";
|
|
12023
|
+
}
|
|
12024
|
+
|
|
11913
12025
|
.ti-old:before {
|
|
11914
12026
|
content: "\eeb9";
|
|
11915
12027
|
}
|
|
@@ -12790,6 +12902,18 @@
|
|
|
12790
12902
|
content: "\f184";
|
|
12791
12903
|
}
|
|
12792
12904
|
|
|
12905
|
+
.ti-prism:before {
|
|
12906
|
+
content: "\fab1";
|
|
12907
|
+
}
|
|
12908
|
+
|
|
12909
|
+
.ti-prism-off:before {
|
|
12910
|
+
content: "\faaf";
|
|
12911
|
+
}
|
|
12912
|
+
|
|
12913
|
+
.ti-prism-plus:before {
|
|
12914
|
+
content: "\fab0";
|
|
12915
|
+
}
|
|
12916
|
+
|
|
12793
12917
|
.ti-prison:before {
|
|
12794
12918
|
content: "\ef79";
|
|
12795
12919
|
}
|
|
@@ -12862,6 +12986,10 @@
|
|
|
12862
12986
|
content: "\f187";
|
|
12863
12987
|
}
|
|
12864
12988
|
|
|
12989
|
+
.ti-pyramid-plus:before {
|
|
12990
|
+
content: "\fab2";
|
|
12991
|
+
}
|
|
12992
|
+
|
|
12865
12993
|
.ti-qrcode:before {
|
|
12866
12994
|
content: "\eb11";
|
|
12867
12995
|
}
|
|
@@ -13014,6 +13142,18 @@
|
|
|
13014
13142
|
content: "\f69b";
|
|
13015
13143
|
}
|
|
13016
13144
|
|
|
13145
|
+
.ti-rectangular-prism:before {
|
|
13146
|
+
content: "\fab5";
|
|
13147
|
+
}
|
|
13148
|
+
|
|
13149
|
+
.ti-rectangular-prism-off:before {
|
|
13150
|
+
content: "\fab3";
|
|
13151
|
+
}
|
|
13152
|
+
|
|
13153
|
+
.ti-rectangular-prism-plus:before {
|
|
13154
|
+
content: "\fab4";
|
|
13155
|
+
}
|
|
13156
|
+
|
|
13017
13157
|
.ti-recycle:before {
|
|
13018
13158
|
content: "\eb9b";
|
|
13019
13159
|
}
|
|
@@ -13122,6 +13262,70 @@
|
|
|
13122
13262
|
content: "\eecf";
|
|
13123
13263
|
}
|
|
13124
13264
|
|
|
13265
|
+
.ti-rewind-backward-10:before {
|
|
13266
|
+
content: "\faba";
|
|
13267
|
+
}
|
|
13268
|
+
|
|
13269
|
+
.ti-rewind-backward-15:before {
|
|
13270
|
+
content: "\fabb";
|
|
13271
|
+
}
|
|
13272
|
+
|
|
13273
|
+
.ti-rewind-backward-20:before {
|
|
13274
|
+
content: "\fabc";
|
|
13275
|
+
}
|
|
13276
|
+
|
|
13277
|
+
.ti-rewind-backward-30:before {
|
|
13278
|
+
content: "\fabd";
|
|
13279
|
+
}
|
|
13280
|
+
|
|
13281
|
+
.ti-rewind-backward-40:before {
|
|
13282
|
+
content: "\fabe";
|
|
13283
|
+
}
|
|
13284
|
+
|
|
13285
|
+
.ti-rewind-backward-5:before {
|
|
13286
|
+
content: "\fabf";
|
|
13287
|
+
}
|
|
13288
|
+
|
|
13289
|
+
.ti-rewind-backward-50:before {
|
|
13290
|
+
content: "\fac0";
|
|
13291
|
+
}
|
|
13292
|
+
|
|
13293
|
+
.ti-rewind-backward-60:before {
|
|
13294
|
+
content: "\fac1";
|
|
13295
|
+
}
|
|
13296
|
+
|
|
13297
|
+
.ti-rewind-forward-10:before {
|
|
13298
|
+
content: "\fac2";
|
|
13299
|
+
}
|
|
13300
|
+
|
|
13301
|
+
.ti-rewind-forward-15:before {
|
|
13302
|
+
content: "\fac3";
|
|
13303
|
+
}
|
|
13304
|
+
|
|
13305
|
+
.ti-rewind-forward-20:before {
|
|
13306
|
+
content: "\fac4";
|
|
13307
|
+
}
|
|
13308
|
+
|
|
13309
|
+
.ti-rewind-forward-30:before {
|
|
13310
|
+
content: "\fac5";
|
|
13311
|
+
}
|
|
13312
|
+
|
|
13313
|
+
.ti-rewind-forward-40:before {
|
|
13314
|
+
content: "\fac6";
|
|
13315
|
+
}
|
|
13316
|
+
|
|
13317
|
+
.ti-rewind-forward-5:before {
|
|
13318
|
+
content: "\fac7";
|
|
13319
|
+
}
|
|
13320
|
+
|
|
13321
|
+
.ti-rewind-forward-50:before {
|
|
13322
|
+
content: "\fac8";
|
|
13323
|
+
}
|
|
13324
|
+
|
|
13325
|
+
.ti-rewind-forward-60:before {
|
|
13326
|
+
content: "\fac9";
|
|
13327
|
+
}
|
|
13328
|
+
|
|
13125
13329
|
.ti-ribbon-health:before {
|
|
13126
13330
|
content: "\f58e";
|
|
13127
13331
|
}
|
|
@@ -13974,6 +14178,10 @@
|
|
|
13974
14178
|
content: "\f42b";
|
|
13975
14179
|
}
|
|
13976
14180
|
|
|
14181
|
+
.ti-skateboarding:before {
|
|
14182
|
+
content: "\faca";
|
|
14183
|
+
}
|
|
14184
|
+
|
|
13977
14185
|
.ti-skull:before {
|
|
13978
14186
|
content: "\f292";
|
|
13979
14187
|
}
|
|
@@ -14158,6 +14366,18 @@
|
|
|
14158
14366
|
content: "\ed93";
|
|
14159
14367
|
}
|
|
14160
14368
|
|
|
14369
|
+
.ti-sphere:before {
|
|
14370
|
+
content: "\fab8";
|
|
14371
|
+
}
|
|
14372
|
+
|
|
14373
|
+
.ti-sphere-off:before {
|
|
14374
|
+
content: "\fab6";
|
|
14375
|
+
}
|
|
14376
|
+
|
|
14377
|
+
.ti-sphere-plus:before {
|
|
14378
|
+
content: "\fab7";
|
|
14379
|
+
}
|
|
14380
|
+
|
|
14161
14381
|
.ti-spider:before {
|
|
14162
14382
|
content: "\f293";
|
|
14163
14383
|
}
|