@tabler/icons-webfont 2.18.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 +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.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;
|
|
@@ -622,6 +622,10 @@
|
|
|
622
622
|
content: "\ea0b";
|
|
623
623
|
}
|
|
624
624
|
|
|
625
|
+
.ti-archive-filled:before {
|
|
626
|
+
content: "\fa82";
|
|
627
|
+
}
|
|
628
|
+
|
|
625
629
|
.ti-archive-off:before {
|
|
626
630
|
content: "\f0ad";
|
|
627
631
|
}
|
|
@@ -1358,6 +1362,10 @@
|
|
|
1358
1362
|
content: "\ea2a";
|
|
1359
1363
|
}
|
|
1360
1364
|
|
|
1365
|
+
.ti-artboard-filled:before {
|
|
1366
|
+
content: "\fa83";
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1361
1369
|
.ti-artboard-off:before {
|
|
1362
1370
|
content: "\f0ae";
|
|
1363
1371
|
}
|
|
@@ -1610,6 +1618,10 @@
|
|
|
1610
1618
|
content: "\ef3a";
|
|
1611
1619
|
}
|
|
1612
1620
|
|
|
1621
|
+
.ti-balloon-filled:before {
|
|
1622
|
+
content: "\fa84";
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1613
1625
|
.ti-balloon-off:before {
|
|
1614
1626
|
content: "\f0fd";
|
|
1615
1627
|
}
|
|
@@ -1618,6 +1630,10 @@
|
|
|
1618
1630
|
content: "\f06e";
|
|
1619
1631
|
}
|
|
1620
1632
|
|
|
1633
|
+
.ti-ballpen-filled:before {
|
|
1634
|
+
content: "\fa85";
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1621
1637
|
.ti-ballpen-off:before {
|
|
1622
1638
|
content: "\f0b1";
|
|
1623
1639
|
}
|
|
@@ -2050,6 +2066,10 @@
|
|
|
2050
2066
|
content: "\f59c";
|
|
2051
2067
|
}
|
|
2052
2068
|
|
|
2069
|
+
.ti-bomb-filled:before {
|
|
2070
|
+
content: "\fa86";
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2053
2073
|
.ti-bone:before {
|
|
2054
2074
|
content: "\edb8";
|
|
2055
2075
|
}
|
|
@@ -2078,6 +2098,10 @@
|
|
|
2078
2098
|
content: "\f070";
|
|
2079
2099
|
}
|
|
2080
2100
|
|
|
2101
|
+
.ti-book-filled:before {
|
|
2102
|
+
content: "\fa87";
|
|
2103
|
+
}
|
|
2104
|
+
|
|
2081
2105
|
.ti-book-off:before {
|
|
2082
2106
|
content: "\f0bc";
|
|
2083
2107
|
}
|
|
@@ -2094,6 +2118,10 @@
|
|
|
2094
2118
|
content: "\fa5e";
|
|
2095
2119
|
}
|
|
2096
2120
|
|
|
2121
|
+
.ti-bookmark-filled:before {
|
|
2122
|
+
content: "\fa88";
|
|
2123
|
+
}
|
|
2124
|
+
|
|
2097
2125
|
.ti-bookmark-minus:before {
|
|
2098
2126
|
content: "\fa5f";
|
|
2099
2127
|
}
|
|
@@ -2190,6 +2218,10 @@
|
|
|
2190
2218
|
content: "\ef0b";
|
|
2191
2219
|
}
|
|
2192
2220
|
|
|
2221
|
+
.ti-bottle-filled:before {
|
|
2222
|
+
content: "\fa89";
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2193
2225
|
.ti-bottle-off:before {
|
|
2194
2226
|
content: "\f3c8";
|
|
2195
2227
|
}
|
|
@@ -2218,34 +2250,66 @@
|
|
|
2218
2250
|
content: "\f2a8";
|
|
2219
2251
|
}
|
|
2220
2252
|
|
|
2253
|
+
.ti-box-align-bottom-filled:before {
|
|
2254
|
+
content: "\fa8a";
|
|
2255
|
+
}
|
|
2256
|
+
|
|
2221
2257
|
.ti-box-align-bottom-left:before {
|
|
2222
2258
|
content: "\f2ce";
|
|
2223
2259
|
}
|
|
2224
2260
|
|
|
2261
|
+
.ti-box-align-bottom-left-filled:before {
|
|
2262
|
+
content: "\fa8b";
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2225
2265
|
.ti-box-align-bottom-right:before {
|
|
2226
2266
|
content: "\f2cf";
|
|
2227
2267
|
}
|
|
2228
2268
|
|
|
2269
|
+
.ti-box-align-bottom-right-filled:before {
|
|
2270
|
+
content: "\fa8c";
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2229
2273
|
.ti-box-align-left:before {
|
|
2230
2274
|
content: "\f2a9";
|
|
2231
2275
|
}
|
|
2232
2276
|
|
|
2277
|
+
.ti-box-align-left-filled:before {
|
|
2278
|
+
content: "\fa8d";
|
|
2279
|
+
}
|
|
2280
|
+
|
|
2233
2281
|
.ti-box-align-right:before {
|
|
2234
2282
|
content: "\f2aa";
|
|
2235
2283
|
}
|
|
2236
2284
|
|
|
2285
|
+
.ti-box-align-right-filled:before {
|
|
2286
|
+
content: "\fa8e";
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2237
2289
|
.ti-box-align-top:before {
|
|
2238
2290
|
content: "\f2ab";
|
|
2239
2291
|
}
|
|
2240
2292
|
|
|
2293
|
+
.ti-box-align-top-filled:before {
|
|
2294
|
+
content: "\fa8f";
|
|
2295
|
+
}
|
|
2296
|
+
|
|
2241
2297
|
.ti-box-align-top-left:before {
|
|
2242
2298
|
content: "\f2d0";
|
|
2243
2299
|
}
|
|
2244
2300
|
|
|
2301
|
+
.ti-box-align-top-left-filled:before {
|
|
2302
|
+
content: "\fa90";
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2245
2305
|
.ti-box-align-top-right:before {
|
|
2246
2306
|
content: "\f2d1";
|
|
2247
2307
|
}
|
|
2248
2308
|
|
|
2309
|
+
.ti-box-align-top-right-filled:before {
|
|
2310
|
+
content: "\fa91";
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2249
2313
|
.ti-box-margin:before {
|
|
2250
2314
|
content: "\ee0b";
|
|
2251
2315
|
}
|
|
@@ -4270,10 +4334,18 @@
|
|
|
4270
4334
|
content: "\f659";
|
|
4271
4335
|
}
|
|
4272
4336
|
|
|
4337
|
+
.ti-carousel-horizontal-filled:before {
|
|
4338
|
+
content: "\fa92";
|
|
4339
|
+
}
|
|
4340
|
+
|
|
4273
4341
|
.ti-carousel-vertical:before {
|
|
4274
4342
|
content: "\f65a";
|
|
4275
4343
|
}
|
|
4276
4344
|
|
|
4345
|
+
.ti-carousel-vertical-filled:before {
|
|
4346
|
+
content: "\fa93";
|
|
4347
|
+
}
|
|
4348
|
+
|
|
4277
4349
|
.ti-carrot:before {
|
|
4278
4350
|
content: "\f21c";
|
|
4279
4351
|
}
|
|
@@ -5710,6 +5782,10 @@
|
|
|
5710
5782
|
content: "\f3d8";
|
|
5711
5783
|
}
|
|
5712
5784
|
|
|
5785
|
+
.ti-cone-plus:before {
|
|
5786
|
+
content: "\fa94";
|
|
5787
|
+
}
|
|
5788
|
+
|
|
5713
5789
|
.ti-confetti:before {
|
|
5714
5790
|
content: "\ee46";
|
|
5715
5791
|
}
|
|
@@ -5962,6 +6038,18 @@
|
|
|
5962
6038
|
content: "\f791";
|
|
5963
6039
|
}
|
|
5964
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
|
+
|
|
5965
6053
|
.ti-cube-send:before {
|
|
5966
6054
|
content: "\f61b";
|
|
5967
6055
|
}
|
|
@@ -6270,6 +6358,14 @@
|
|
|
6270
6358
|
content: "\f54c";
|
|
6271
6359
|
}
|
|
6272
6360
|
|
|
6361
|
+
.ti-cylinder-off:before {
|
|
6362
|
+
content: "\fa98";
|
|
6363
|
+
}
|
|
6364
|
+
|
|
6365
|
+
.ti-cylinder-plus:before {
|
|
6366
|
+
content: "\fa99";
|
|
6367
|
+
}
|
|
6368
|
+
|
|
6273
6369
|
.ti-dashboard:before {
|
|
6274
6370
|
content: "\ea87";
|
|
6275
6371
|
}
|
|
@@ -7218,6 +7314,18 @@
|
|
|
7218
7314
|
content: "\f8f8";
|
|
7219
7315
|
}
|
|
7220
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
|
+
|
|
7221
7329
|
.ti-dialpad:before {
|
|
7222
7330
|
content: "\f067";
|
|
7223
7331
|
}
|
|
@@ -8526,6 +8634,18 @@
|
|
|
8526
8634
|
content: "\f136";
|
|
8527
8635
|
}
|
|
8528
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
|
+
|
|
8529
8649
|
.ti-function:before {
|
|
8530
8650
|
content: "\f225";
|
|
8531
8651
|
}
|
|
@@ -9086,6 +9206,18 @@
|
|
|
9086
9206
|
content: "\fa42";
|
|
9087
9207
|
}
|
|
9088
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
|
+
|
|
9089
9221
|
.ti-hexagon:before {
|
|
9090
9222
|
content: "\ec02";
|
|
9091
9223
|
}
|
|
@@ -9286,6 +9418,30 @@
|
|
|
9286
9418
|
content: "\ee9c";
|
|
9287
9419
|
}
|
|
9288
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
|
+
|
|
9289
9445
|
.ti-hexagons:before {
|
|
9290
9446
|
content: "\f09d";
|
|
9291
9447
|
}
|
|
@@ -9742,6 +9898,18 @@
|
|
|
9742
9898
|
content: "\f2f8";
|
|
9743
9899
|
}
|
|
9744
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
|
+
|
|
9745
9913
|
.ti-italic:before {
|
|
9746
9914
|
content: "\eb93";
|
|
9747
9915
|
}
|
|
@@ -11838,6 +12006,18 @@
|
|
|
11838
12006
|
content: "\eeb8";
|
|
11839
12007
|
}
|
|
11840
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
|
+
|
|
11841
12021
|
.ti-old:before {
|
|
11842
12022
|
content: "\eeb9";
|
|
11843
12023
|
}
|
|
@@ -12718,6 +12898,18 @@
|
|
|
12718
12898
|
content: "\f184";
|
|
12719
12899
|
}
|
|
12720
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
|
+
|
|
12721
12913
|
.ti-prison:before {
|
|
12722
12914
|
content: "\ef79";
|
|
12723
12915
|
}
|
|
@@ -12790,6 +12982,10 @@
|
|
|
12790
12982
|
content: "\f187";
|
|
12791
12983
|
}
|
|
12792
12984
|
|
|
12985
|
+
.ti-pyramid-plus:before {
|
|
12986
|
+
content: "\fab2";
|
|
12987
|
+
}
|
|
12988
|
+
|
|
12793
12989
|
.ti-qrcode:before {
|
|
12794
12990
|
content: "\eb11";
|
|
12795
12991
|
}
|
|
@@ -12942,6 +13138,18 @@
|
|
|
12942
13138
|
content: "\f69b";
|
|
12943
13139
|
}
|
|
12944
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
|
+
|
|
12945
13153
|
.ti-recycle:before {
|
|
12946
13154
|
content: "\eb9b";
|
|
12947
13155
|
}
|
|
@@ -14086,6 +14294,18 @@
|
|
|
14086
14294
|
content: "\ed93";
|
|
14087
14295
|
}
|
|
14088
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
|
+
|
|
14089
14309
|
.ti-spider:before {
|
|
14090
14310
|
content: "\f293";
|
|
14091
14311
|
}
|