@tabler/icons-webfont 2.19.0 → 2.20.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 +151 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +335 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +79 -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.20.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.20.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.20.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.20.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.20.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.20.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.20.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -5782,6 +5782,10 @@
|
|
|
5782
5782
|
content: "\f3d8";
|
|
5783
5783
|
}
|
|
5784
5784
|
|
|
5785
|
+
.ti-cone-plus:before {
|
|
5786
|
+
content: "\fa94";
|
|
5787
|
+
}
|
|
5788
|
+
|
|
5785
5789
|
.ti-confetti:before {
|
|
5786
5790
|
content: "\ee46";
|
|
5787
5791
|
}
|
|
@@ -6034,6 +6038,18 @@
|
|
|
6034
6038
|
content: "\f791";
|
|
6035
6039
|
}
|
|
6036
6040
|
|
|
6041
|
+
.ti-cube:before {
|
|
6042
|
+
content: "\fa97";
|
|
6043
|
+
}
|
|
6044
|
+
|
|
6045
|
+
.ti-cube-off:before {
|
|
6046
|
+
content: "\fa95";
|
|
6047
|
+
}
|
|
6048
|
+
|
|
6049
|
+
.ti-cube-plus:before {
|
|
6050
|
+
content: "\fa96";
|
|
6051
|
+
}
|
|
6052
|
+
|
|
6037
6053
|
.ti-cube-send:before {
|
|
6038
6054
|
content: "\f61b";
|
|
6039
6055
|
}
|
|
@@ -6342,6 +6358,14 @@
|
|
|
6342
6358
|
content: "\f54c";
|
|
6343
6359
|
}
|
|
6344
6360
|
|
|
6361
|
+
.ti-cylinder-off:before {
|
|
6362
|
+
content: "\fa98";
|
|
6363
|
+
}
|
|
6364
|
+
|
|
6365
|
+
.ti-cylinder-plus:before {
|
|
6366
|
+
content: "\fa99";
|
|
6367
|
+
}
|
|
6368
|
+
|
|
6345
6369
|
.ti-dashboard:before {
|
|
6346
6370
|
content: "\ea87";
|
|
6347
6371
|
}
|
|
@@ -7290,6 +7314,18 @@
|
|
|
7290
7314
|
content: "\f8f8";
|
|
7291
7315
|
}
|
|
7292
7316
|
|
|
7317
|
+
.ti-diabolo:before {
|
|
7318
|
+
content: "\fa9c";
|
|
7319
|
+
}
|
|
7320
|
+
|
|
7321
|
+
.ti-diabolo-off:before {
|
|
7322
|
+
content: "\fa9a";
|
|
7323
|
+
}
|
|
7324
|
+
|
|
7325
|
+
.ti-diabolo-plus:before {
|
|
7326
|
+
content: "\fa9b";
|
|
7327
|
+
}
|
|
7328
|
+
|
|
7293
7329
|
.ti-dialpad:before {
|
|
7294
7330
|
content: "\f067";
|
|
7295
7331
|
}
|
|
@@ -8598,6 +8634,18 @@
|
|
|
8598
8634
|
content: "\f136";
|
|
8599
8635
|
}
|
|
8600
8636
|
|
|
8637
|
+
.ti-frustum:before {
|
|
8638
|
+
content: "\fa9f";
|
|
8639
|
+
}
|
|
8640
|
+
|
|
8641
|
+
.ti-frustum-off:before {
|
|
8642
|
+
content: "\fa9d";
|
|
8643
|
+
}
|
|
8644
|
+
|
|
8645
|
+
.ti-frustum-plus:before {
|
|
8646
|
+
content: "\fa9e";
|
|
8647
|
+
}
|
|
8648
|
+
|
|
8601
8649
|
.ti-function:before {
|
|
8602
8650
|
content: "\f225";
|
|
8603
8651
|
}
|
|
@@ -9158,6 +9206,18 @@
|
|
|
9158
9206
|
content: "\fa42";
|
|
9159
9207
|
}
|
|
9160
9208
|
|
|
9209
|
+
.ti-hemisphere:before {
|
|
9210
|
+
content: "\faa2";
|
|
9211
|
+
}
|
|
9212
|
+
|
|
9213
|
+
.ti-hemisphere-off:before {
|
|
9214
|
+
content: "\faa0";
|
|
9215
|
+
}
|
|
9216
|
+
|
|
9217
|
+
.ti-hemisphere-plus:before {
|
|
9218
|
+
content: "\faa1";
|
|
9219
|
+
}
|
|
9220
|
+
|
|
9161
9221
|
.ti-hexagon:before {
|
|
9162
9222
|
content: "\ec02";
|
|
9163
9223
|
}
|
|
@@ -9358,6 +9418,30 @@
|
|
|
9358
9418
|
content: "\ee9c";
|
|
9359
9419
|
}
|
|
9360
9420
|
|
|
9421
|
+
.ti-hexagonal-prism:before {
|
|
9422
|
+
content: "\faa5";
|
|
9423
|
+
}
|
|
9424
|
+
|
|
9425
|
+
.ti-hexagonal-prism-off:before {
|
|
9426
|
+
content: "\faa3";
|
|
9427
|
+
}
|
|
9428
|
+
|
|
9429
|
+
.ti-hexagonal-prism-plus:before {
|
|
9430
|
+
content: "\faa4";
|
|
9431
|
+
}
|
|
9432
|
+
|
|
9433
|
+
.ti-hexagonal-pyramid:before {
|
|
9434
|
+
content: "\faa8";
|
|
9435
|
+
}
|
|
9436
|
+
|
|
9437
|
+
.ti-hexagonal-pyramid-off:before {
|
|
9438
|
+
content: "\faa6";
|
|
9439
|
+
}
|
|
9440
|
+
|
|
9441
|
+
.ti-hexagonal-pyramid-plus:before {
|
|
9442
|
+
content: "\faa7";
|
|
9443
|
+
}
|
|
9444
|
+
|
|
9361
9445
|
.ti-hexagons:before {
|
|
9362
9446
|
content: "\f09d";
|
|
9363
9447
|
}
|
|
@@ -9814,6 +9898,18 @@
|
|
|
9814
9898
|
content: "\f2f8";
|
|
9815
9899
|
}
|
|
9816
9900
|
|
|
9901
|
+
.ti-irregular-polyhedron:before {
|
|
9902
|
+
content: "\faab";
|
|
9903
|
+
}
|
|
9904
|
+
|
|
9905
|
+
.ti-irregular-polyhedron-off:before {
|
|
9906
|
+
content: "\faa9";
|
|
9907
|
+
}
|
|
9908
|
+
|
|
9909
|
+
.ti-irregular-polyhedron-plus:before {
|
|
9910
|
+
content: "\faaa";
|
|
9911
|
+
}
|
|
9912
|
+
|
|
9817
9913
|
.ti-italic:before {
|
|
9818
9914
|
content: "\eb93";
|
|
9819
9915
|
}
|
|
@@ -11910,6 +12006,18 @@
|
|
|
11910
12006
|
content: "\eeb8";
|
|
11911
12007
|
}
|
|
11912
12008
|
|
|
12009
|
+
.ti-octahedron:before {
|
|
12010
|
+
content: "\faae";
|
|
12011
|
+
}
|
|
12012
|
+
|
|
12013
|
+
.ti-octahedron-off:before {
|
|
12014
|
+
content: "\faac";
|
|
12015
|
+
}
|
|
12016
|
+
|
|
12017
|
+
.ti-octahedron-plus:before {
|
|
12018
|
+
content: "\faad";
|
|
12019
|
+
}
|
|
12020
|
+
|
|
11913
12021
|
.ti-old:before {
|
|
11914
12022
|
content: "\eeb9";
|
|
11915
12023
|
}
|
|
@@ -12790,6 +12898,18 @@
|
|
|
12790
12898
|
content: "\f184";
|
|
12791
12899
|
}
|
|
12792
12900
|
|
|
12901
|
+
.ti-prism:before {
|
|
12902
|
+
content: "\fab1";
|
|
12903
|
+
}
|
|
12904
|
+
|
|
12905
|
+
.ti-prism-off:before {
|
|
12906
|
+
content: "\faaf";
|
|
12907
|
+
}
|
|
12908
|
+
|
|
12909
|
+
.ti-prism-plus:before {
|
|
12910
|
+
content: "\fab0";
|
|
12911
|
+
}
|
|
12912
|
+
|
|
12793
12913
|
.ti-prison:before {
|
|
12794
12914
|
content: "\ef79";
|
|
12795
12915
|
}
|
|
@@ -12862,6 +12982,10 @@
|
|
|
12862
12982
|
content: "\f187";
|
|
12863
12983
|
}
|
|
12864
12984
|
|
|
12985
|
+
.ti-pyramid-plus:before {
|
|
12986
|
+
content: "\fab2";
|
|
12987
|
+
}
|
|
12988
|
+
|
|
12865
12989
|
.ti-qrcode:before {
|
|
12866
12990
|
content: "\eb11";
|
|
12867
12991
|
}
|
|
@@ -13014,6 +13138,18 @@
|
|
|
13014
13138
|
content: "\f69b";
|
|
13015
13139
|
}
|
|
13016
13140
|
|
|
13141
|
+
.ti-rectangular-prism:before {
|
|
13142
|
+
content: "\fab5";
|
|
13143
|
+
}
|
|
13144
|
+
|
|
13145
|
+
.ti-rectangular-prism-off:before {
|
|
13146
|
+
content: "\fab3";
|
|
13147
|
+
}
|
|
13148
|
+
|
|
13149
|
+
.ti-rectangular-prism-plus:before {
|
|
13150
|
+
content: "\fab4";
|
|
13151
|
+
}
|
|
13152
|
+
|
|
13017
13153
|
.ti-recycle:before {
|
|
13018
13154
|
content: "\eb9b";
|
|
13019
13155
|
}
|
|
@@ -14158,6 +14294,18 @@
|
|
|
14158
14294
|
content: "\ed93";
|
|
14159
14295
|
}
|
|
14160
14296
|
|
|
14297
|
+
.ti-sphere:before {
|
|
14298
|
+
content: "\fab8";
|
|
14299
|
+
}
|
|
14300
|
+
|
|
14301
|
+
.ti-sphere-off:before {
|
|
14302
|
+
content: "\fab6";
|
|
14303
|
+
}
|
|
14304
|
+
|
|
14305
|
+
.ti-sphere-plus:before {
|
|
14306
|
+
content: "\fab7";
|
|
14307
|
+
}
|
|
14308
|
+
|
|
14161
14309
|
.ti-spider:before {
|
|
14162
14310
|
content: "\f293";
|
|
14163
14311
|
}
|