@tabler/icons-webfont 2.5.0 → 2.7.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 +147 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +326 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +77 -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.7.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": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
]
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@tabler/icons": "2.
|
|
41
|
+
"@tabler/icons": "2.7.0"
|
|
42
42
|
},
|
|
43
43
|
"keywords": [
|
|
44
44
|
"icons",
|
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.7.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.7.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.7.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.7.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.7.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -114,6 +114,14 @@
|
|
|
114
114
|
content: "\ef1f";
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
+
.ti-ad-circle:before {
|
|
118
|
+
content: "\f79e";
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.ti-ad-circle-off:before {
|
|
122
|
+
content: "\f79d";
|
|
123
|
+
}
|
|
124
|
+
|
|
117
125
|
.ti-ad-filled:before {
|
|
118
126
|
content: "\f6eb";
|
|
119
127
|
}
|
|
@@ -274,6 +282,10 @@
|
|
|
274
282
|
content: "\f710";
|
|
275
283
|
}
|
|
276
284
|
|
|
285
|
+
.ti-align-box-center-middle:before {
|
|
286
|
+
content: "\f79f";
|
|
287
|
+
}
|
|
288
|
+
|
|
277
289
|
.ti-align-box-left-bottom:before {
|
|
278
290
|
content: "\f533";
|
|
279
291
|
}
|
|
@@ -1850,6 +1862,10 @@
|
|
|
1850
1862
|
content: "\ea3c";
|
|
1851
1863
|
}
|
|
1852
1864
|
|
|
1865
|
+
.ti-border-corners:before {
|
|
1866
|
+
content: "\f7a0";
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1853
1869
|
.ti-border-horizontal:before {
|
|
1854
1870
|
content: "\ea3d";
|
|
1855
1871
|
}
|
|
@@ -1878,6 +1894,10 @@
|
|
|
1878
1894
|
content: "\ea42";
|
|
1879
1895
|
}
|
|
1880
1896
|
|
|
1897
|
+
.ti-border-sides:before {
|
|
1898
|
+
content: "\f7a1";
|
|
1899
|
+
}
|
|
1900
|
+
|
|
1881
1901
|
.ti-border-style:before {
|
|
1882
1902
|
content: "\ee0a";
|
|
1883
1903
|
}
|
|
@@ -2094,6 +2114,10 @@
|
|
|
2094
2114
|
content: "\f390";
|
|
2095
2115
|
}
|
|
2096
2116
|
|
|
2117
|
+
.ti-brand-alipay:before {
|
|
2118
|
+
content: "\f7a2";
|
|
2119
|
+
}
|
|
2120
|
+
|
|
2097
2121
|
.ti-brand-alpine-js:before {
|
|
2098
2122
|
content: "\f324";
|
|
2099
2123
|
}
|
|
@@ -2230,6 +2254,14 @@
|
|
|
2230
2254
|
content: "\f003";
|
|
2231
2255
|
}
|
|
2232
2256
|
|
|
2257
|
+
.ti-brand-cake:before {
|
|
2258
|
+
content: "\f7a3";
|
|
2259
|
+
}
|
|
2260
|
+
|
|
2261
|
+
.ti-brand-cakephp:before {
|
|
2262
|
+
content: "\f7af";
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2233
2265
|
.ti-brand-campaignmonitor:before {
|
|
2234
2266
|
content: "\f328";
|
|
2235
2267
|
}
|
|
@@ -2438,6 +2470,10 @@
|
|
|
2438
2470
|
content: "\ecfd";
|
|
2439
2471
|
}
|
|
2440
2472
|
|
|
2473
|
+
.ti-brand-fiverr:before {
|
|
2474
|
+
content: "\f7a4";
|
|
2475
|
+
}
|
|
2476
|
+
|
|
2441
2477
|
.ti-brand-flickr:before {
|
|
2442
2478
|
content: "\ecfe";
|
|
2443
2479
|
}
|
|
@@ -2598,6 +2634,10 @@
|
|
|
2598
2634
|
content: "\ef0c";
|
|
2599
2635
|
}
|
|
2600
2636
|
|
|
2637
|
+
.ti-brand-juejin:before {
|
|
2638
|
+
content: "\f7b0";
|
|
2639
|
+
}
|
|
2640
|
+
|
|
2601
2641
|
.ti-brand-kickstarter:before {
|
|
2602
2642
|
content: "\edce";
|
|
2603
2643
|
}
|
|
@@ -2990,6 +3030,10 @@
|
|
|
2990
3030
|
content: "\ef74";
|
|
2991
3031
|
}
|
|
2992
3032
|
|
|
3033
|
+
.ti-brand-sugarizer:before {
|
|
3034
|
+
content: "\f7a5";
|
|
3035
|
+
}
|
|
3036
|
+
|
|
2993
3037
|
.ti-brand-supabase:before {
|
|
2994
3038
|
content: "\f6d3";
|
|
2995
3039
|
}
|
|
@@ -5390,6 +5434,10 @@
|
|
|
5390
5434
|
content: "\ee62";
|
|
5391
5435
|
}
|
|
5392
5436
|
|
|
5437
|
+
.ti-currency-nano:before {
|
|
5438
|
+
content: "\f7a6";
|
|
5439
|
+
}
|
|
5440
|
+
|
|
5393
5441
|
.ti-currency-off:before {
|
|
5394
5442
|
content: "\f3de";
|
|
5395
5443
|
}
|
|
@@ -5630,6 +5678,10 @@
|
|
|
5630
5678
|
content: "\f060";
|
|
5631
5679
|
}
|
|
5632
5680
|
|
|
5681
|
+
.ti-device-imac:before {
|
|
5682
|
+
content: "\f7a7";
|
|
5683
|
+
}
|
|
5684
|
+
|
|
5633
5685
|
.ti-device-ipad:before {
|
|
5634
5686
|
content: "\f648";
|
|
5635
5687
|
}
|
|
@@ -7346,6 +7398,14 @@
|
|
|
7346
7398
|
content: "\eabf";
|
|
7347
7399
|
}
|
|
7348
7400
|
|
|
7401
|
+
.ti-help-hexagon:before {
|
|
7402
|
+
content: "\f7a8";
|
|
7403
|
+
}
|
|
7404
|
+
|
|
7405
|
+
.ti-help-octagon:before {
|
|
7406
|
+
content: "\f7a9";
|
|
7407
|
+
}
|
|
7408
|
+
|
|
7349
7409
|
.ti-help-off:before {
|
|
7350
7410
|
content: "\f3f8";
|
|
7351
7411
|
}
|
|
@@ -7746,6 +7806,10 @@
|
|
|
7746
7806
|
content: "\f147";
|
|
7747
7807
|
}
|
|
7748
7808
|
|
|
7809
|
+
.ti-html:before {
|
|
7810
|
+
content: "\f7b1";
|
|
7811
|
+
}
|
|
7812
|
+
|
|
7749
7813
|
.ti-ice-cream:before {
|
|
7750
7814
|
content: "\eac2";
|
|
7751
7815
|
}
|
|
@@ -7822,6 +7886,14 @@
|
|
|
7822
7886
|
content: "\f6d8";
|
|
7823
7887
|
}
|
|
7824
7888
|
|
|
7889
|
+
.ti-info-hexagon:before {
|
|
7890
|
+
content: "\f7aa";
|
|
7891
|
+
}
|
|
7892
|
+
|
|
7893
|
+
.ti-info-octagon:before {
|
|
7894
|
+
content: "\f7ab";
|
|
7895
|
+
}
|
|
7896
|
+
|
|
7825
7897
|
.ti-info-square:before {
|
|
7826
7898
|
content: "\eac6";
|
|
7827
7899
|
}
|
|
@@ -7950,6 +8022,10 @@
|
|
|
7950
8022
|
content: "\f3ac";
|
|
7951
8023
|
}
|
|
7952
8024
|
|
|
8025
|
+
.ti-json:before {
|
|
8026
|
+
content: "\f7b2";
|
|
8027
|
+
}
|
|
8028
|
+
|
|
7953
8029
|
.ti-jump-rope:before {
|
|
7954
8030
|
content: "\ed8f";
|
|
7955
8031
|
}
|
|
@@ -9090,6 +9166,14 @@
|
|
|
9090
9166
|
content: "\ed2d";
|
|
9091
9167
|
}
|
|
9092
9168
|
|
|
9169
|
+
.ti-mood-check:before {
|
|
9170
|
+
content: "\f7b3";
|
|
9171
|
+
}
|
|
9172
|
+
|
|
9173
|
+
.ti-mood-cog:before {
|
|
9174
|
+
content: "\f7b4";
|
|
9175
|
+
}
|
|
9176
|
+
|
|
9093
9177
|
.ti-mood-confuzed:before {
|
|
9094
9178
|
content: "\eaf3";
|
|
9095
9179
|
}
|
|
@@ -9102,6 +9186,10 @@
|
|
|
9102
9186
|
content: "\ecbb";
|
|
9103
9187
|
}
|
|
9104
9188
|
|
|
9189
|
+
.ti-mood-dollar:before {
|
|
9190
|
+
content: "\f7b5";
|
|
9191
|
+
}
|
|
9192
|
+
|
|
9105
9193
|
.ti-mood-empty:before {
|
|
9106
9194
|
content: "\eeb5";
|
|
9107
9195
|
}
|
|
@@ -9110,6 +9198,10 @@
|
|
|
9110
9198
|
content: "\eaf4";
|
|
9111
9199
|
}
|
|
9112
9200
|
|
|
9201
|
+
.ti-mood-heart:before {
|
|
9202
|
+
content: "\f7b6";
|
|
9203
|
+
}
|
|
9204
|
+
|
|
9113
9205
|
.ti-mood-kid:before {
|
|
9114
9206
|
content: "\ec03";
|
|
9115
9207
|
}
|
|
@@ -9122,6 +9214,10 @@
|
|
|
9122
9214
|
content: "\f2c6";
|
|
9123
9215
|
}
|
|
9124
9216
|
|
|
9217
|
+
.ti-mood-minus:before {
|
|
9218
|
+
content: "\f7b7";
|
|
9219
|
+
}
|
|
9220
|
+
|
|
9125
9221
|
.ti-mood-nerd:before {
|
|
9126
9222
|
content: "\f2e1";
|
|
9127
9223
|
}
|
|
@@ -9138,6 +9234,14 @@
|
|
|
9138
9234
|
content: "\f161";
|
|
9139
9235
|
}
|
|
9140
9236
|
|
|
9237
|
+
.ti-mood-pin:before {
|
|
9238
|
+
content: "\f7b8";
|
|
9239
|
+
}
|
|
9240
|
+
|
|
9241
|
+
.ti-mood-plus:before {
|
|
9242
|
+
content: "\f7b9";
|
|
9243
|
+
}
|
|
9244
|
+
|
|
9141
9245
|
.ti-mood-sad:before {
|
|
9142
9246
|
content: "\eaf6";
|
|
9143
9247
|
}
|
|
@@ -9154,6 +9258,10 @@
|
|
|
9154
9258
|
content: "\f2e4";
|
|
9155
9259
|
}
|
|
9156
9260
|
|
|
9261
|
+
.ti-mood-search:before {
|
|
9262
|
+
content: "\f7ba";
|
|
9263
|
+
}
|
|
9264
|
+
|
|
9157
9265
|
.ti-mood-sick:before {
|
|
9158
9266
|
content: "\f2e5";
|
|
9159
9267
|
}
|
|
@@ -9198,6 +9306,10 @@
|
|
|
9198
9306
|
content: "\f2eb";
|
|
9199
9307
|
}
|
|
9200
9308
|
|
|
9309
|
+
.ti-mood-up:before {
|
|
9310
|
+
content: "\f7bb";
|
|
9311
|
+
}
|
|
9312
|
+
|
|
9201
9313
|
.ti-mood-wink:before {
|
|
9202
9314
|
content: "\f2ed";
|
|
9203
9315
|
}
|
|
@@ -9210,6 +9322,10 @@
|
|
|
9210
9322
|
content: "\f2ee";
|
|
9211
9323
|
}
|
|
9212
9324
|
|
|
9325
|
+
.ti-mood-x:before {
|
|
9326
|
+
content: "\f7bc";
|
|
9327
|
+
}
|
|
9328
|
+
|
|
9213
9329
|
.ti-mood-xd:before {
|
|
9214
9330
|
content: "\f2ef";
|
|
9215
9331
|
}
|
|
@@ -9638,6 +9754,10 @@
|
|
|
9638
9754
|
content: "\f419";
|
|
9639
9755
|
}
|
|
9640
9756
|
|
|
9757
|
+
.ti-pdf:before {
|
|
9758
|
+
content: "\f7ac";
|
|
9759
|
+
}
|
|
9760
|
+
|
|
9641
9761
|
.ti-peace:before {
|
|
9642
9762
|
content: "\ecbe";
|
|
9643
9763
|
}
|
|
@@ -10094,6 +10214,14 @@
|
|
|
10094
10214
|
content: "\eb0b";
|
|
10095
10215
|
}
|
|
10096
10216
|
|
|
10217
|
+
.ti-plus-equal:before {
|
|
10218
|
+
content: "\f7ad";
|
|
10219
|
+
}
|
|
10220
|
+
|
|
10221
|
+
.ti-plus-minus:before {
|
|
10222
|
+
content: "\f7ae";
|
|
10223
|
+
}
|
|
10224
|
+
|
|
10097
10225
|
.ti-png:before {
|
|
10098
10226
|
content: "\f3ad";
|
|
10099
10227
|
}
|
|
@@ -10982,6 +11110,10 @@
|
|
|
10982
11110
|
content: "\f799";
|
|
10983
11111
|
}
|
|
10984
11112
|
|
|
11113
|
+
.ti-share-3:before {
|
|
11114
|
+
content: "\f7bd";
|
|
11115
|
+
}
|
|
11116
|
+
|
|
10985
11117
|
.ti-share-off:before {
|
|
10986
11118
|
content: "\f1a1";
|
|
10987
11119
|
}
|
|
@@ -11238,6 +11370,14 @@
|
|
|
11238
11370
|
content: "\f42c";
|
|
11239
11371
|
}
|
|
11240
11372
|
|
|
11373
|
+
.ti-solar-panel:before {
|
|
11374
|
+
content: "\f7bf";
|
|
11375
|
+
}
|
|
11376
|
+
|
|
11377
|
+
.ti-solar-panel-2:before {
|
|
11378
|
+
content: "\f7be";
|
|
11379
|
+
}
|
|
11380
|
+
|
|
11241
11381
|
.ti-sort-0-9:before {
|
|
11242
11382
|
content: "\f54d";
|
|
11243
11383
|
}
|
|
@@ -11366,6 +11506,10 @@
|
|
|
11366
11506
|
content: "\f42f";
|
|
11367
11507
|
}
|
|
11368
11508
|
|
|
11509
|
+
.ti-sql:before {
|
|
11510
|
+
content: "\f7c0";
|
|
11511
|
+
}
|
|
11512
|
+
|
|
11369
11513
|
.ti-square:before {
|
|
11370
11514
|
content: "\eb2c";
|
|
11371
11515
|
}
|