@tabler/icons-webfont 2.18.0 → 2.19.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.19.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.19.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.19.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.19.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.19.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.19.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.19.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
|
}
|