@tabler/icons-webfont 2.15.0 → 2.17.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 +4 -7
- package/tabler-icons.css +148 -4
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +329 -5
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +79 -7
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.17.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": {
|
|
@@ -32,13 +32,10 @@
|
|
|
32
32
|
"fonts/*",
|
|
33
33
|
"tabler-icons.*"
|
|
34
34
|
],
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
"./icons/*"
|
|
38
|
-
]
|
|
39
|
-
},
|
|
35
|
+
"sass": "./tabler-icons.scss",
|
|
36
|
+
"style": "./tabler-icons.min.css",
|
|
40
37
|
"dependencies": {
|
|
41
|
-
"@tabler/icons": "2.
|
|
38
|
+
"@tabler/icons": "2.17.0"
|
|
42
39
|
},
|
|
43
40
|
"keywords": [
|
|
44
41
|
"icons",
|
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.17.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.17.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.17.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.17.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.17.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -2090,10 +2090,26 @@
|
|
|
2090
2090
|
content: "\ea3a";
|
|
2091
2091
|
}
|
|
2092
2092
|
|
|
2093
|
+
.ti-bookmark-edit:before {
|
|
2094
|
+
content: "\fa5e";
|
|
2095
|
+
}
|
|
2096
|
+
|
|
2097
|
+
.ti-bookmark-minus:before {
|
|
2098
|
+
content: "\fa5f";
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2093
2101
|
.ti-bookmark-off:before {
|
|
2094
2102
|
content: "\eced";
|
|
2095
2103
|
}
|
|
2096
2104
|
|
|
2105
|
+
.ti-bookmark-plus:before {
|
|
2106
|
+
content: "\fa60";
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2109
|
+
.ti-bookmark-question:before {
|
|
2110
|
+
content: "\fa61";
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2097
2113
|
.ti-bookmarks:before {
|
|
2098
2114
|
content: "\ed08";
|
|
2099
2115
|
}
|
|
@@ -2430,6 +2446,14 @@
|
|
|
2430
2446
|
content: "\edc5";
|
|
2431
2447
|
}
|
|
2432
2448
|
|
|
2449
|
+
.ti-brand-aws:before {
|
|
2450
|
+
content: "\fa4c";
|
|
2451
|
+
}
|
|
2452
|
+
|
|
2453
|
+
.ti-brand-azure:before {
|
|
2454
|
+
content: "\fa4d";
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2433
2457
|
.ti-brand-backbone:before {
|
|
2434
2458
|
content: "\f325";
|
|
2435
2459
|
}
|
|
@@ -2538,6 +2562,10 @@
|
|
|
2538
2562
|
content: "\f5fc";
|
|
2539
2563
|
}
|
|
2540
2564
|
|
|
2565
|
+
.ti-brand-cloudflare:before {
|
|
2566
|
+
content: "\fa4e";
|
|
2567
|
+
}
|
|
2568
|
+
|
|
2541
2569
|
.ti-brand-codecov:before {
|
|
2542
2570
|
content: "\f329";
|
|
2543
2571
|
}
|
|
@@ -2838,6 +2866,10 @@
|
|
|
2838
2866
|
content: "\f601";
|
|
2839
2867
|
}
|
|
2840
2868
|
|
|
2869
|
+
.ti-brand-google-maps:before {
|
|
2870
|
+
content: "\fa4f";
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2841
2873
|
.ti-brand-google-one:before {
|
|
2842
2874
|
content: "\f232";
|
|
2843
2875
|
}
|
|
@@ -2886,6 +2918,10 @@
|
|
|
2886
2918
|
content: "\f32d";
|
|
2887
2919
|
}
|
|
2888
2920
|
|
|
2921
|
+
.ti-brand-hexo:before {
|
|
2922
|
+
content: "\fa50";
|
|
2923
|
+
}
|
|
2924
|
+
|
|
2889
2925
|
.ti-brand-hipchat:before {
|
|
2890
2926
|
content: "\edcd";
|
|
2891
2927
|
}
|
|
@@ -2938,6 +2974,10 @@
|
|
|
2938
2974
|
content: "\f001";
|
|
2939
2975
|
}
|
|
2940
2976
|
|
|
2977
|
+
.ti-brand-leetcode:before {
|
|
2978
|
+
content: "\fa51";
|
|
2979
|
+
}
|
|
2980
|
+
|
|
2941
2981
|
.ti-brand-letterboxd:before {
|
|
2942
2982
|
content: "\fa24";
|
|
2943
2983
|
}
|
|
@@ -3078,6 +3118,10 @@
|
|
|
3078
3118
|
content: "\ef8d";
|
|
3079
3119
|
}
|
|
3080
3120
|
|
|
3121
|
+
.ti-brand-oauth:before {
|
|
3122
|
+
content: "\fa52";
|
|
3123
|
+
}
|
|
3124
|
+
|
|
3081
3125
|
.ti-brand-office:before {
|
|
3082
3126
|
content: "\f398";
|
|
3083
3127
|
}
|
|
@@ -3222,6 +3266,10 @@
|
|
|
3222
3266
|
content: "\f4da";
|
|
3223
3267
|
}
|
|
3224
3268
|
|
|
3269
|
+
.ti-brand-rust:before {
|
|
3270
|
+
content: "\fa53";
|
|
3271
|
+
}
|
|
3272
|
+
|
|
3225
3273
|
.ti-brand-safari:before {
|
|
3226
3274
|
content: "\ec23";
|
|
3227
3275
|
}
|
|
@@ -3306,6 +3354,10 @@
|
|
|
3306
3354
|
content: "\ed6f";
|
|
3307
3355
|
}
|
|
3308
3356
|
|
|
3357
|
+
.ti-brand-storj:before {
|
|
3358
|
+
content: "\fa54";
|
|
3359
|
+
}
|
|
3360
|
+
|
|
3309
3361
|
.ti-brand-storybook:before {
|
|
3310
3362
|
content: "\f332";
|
|
3311
3363
|
}
|
|
@@ -3350,6 +3402,10 @@
|
|
|
3350
3402
|
content: "\f0df";
|
|
3351
3403
|
}
|
|
3352
3404
|
|
|
3405
|
+
.ti-brand-swift:before {
|
|
3406
|
+
content: "\fa55";
|
|
3407
|
+
}
|
|
3408
|
+
|
|
3353
3409
|
.ti-brand-symfony:before {
|
|
3354
3410
|
content: "\f616";
|
|
3355
3411
|
}
|
|
@@ -3374,6 +3430,10 @@
|
|
|
3374
3430
|
content: "\ec26";
|
|
3375
3431
|
}
|
|
3376
3432
|
|
|
3433
|
+
.ti-brand-terraform:before {
|
|
3434
|
+
content: "\fa56";
|
|
3435
|
+
}
|
|
3436
|
+
|
|
3377
3437
|
.ti-brand-tether:before {
|
|
3378
3438
|
content: "\f5a3";
|
|
3379
3439
|
}
|
|
@@ -3786,6 +3846,10 @@
|
|
|
3786
3846
|
content: "\ed26";
|
|
3787
3847
|
}
|
|
3788
3848
|
|
|
3849
|
+
.ti-building-mosque:before {
|
|
3850
|
+
content: "\fa57";
|
|
3851
|
+
}
|
|
3852
|
+
|
|
3789
3853
|
.ti-building-pavilion:before {
|
|
3790
3854
|
content: "\ebf7";
|
|
3791
3855
|
}
|
|
@@ -5982,6 +6046,10 @@
|
|
|
5982
6046
|
content: "\f372";
|
|
5983
6047
|
}
|
|
5984
6048
|
|
|
6049
|
+
.ti-currency-iranian-rial:before {
|
|
6050
|
+
content: "\fa58";
|
|
6051
|
+
}
|
|
6052
|
+
|
|
5985
6053
|
.ti-currency-kip:before {
|
|
5986
6054
|
content: "\f373";
|
|
5987
6055
|
}
|
|
@@ -7470,6 +7538,10 @@
|
|
|
7470
7538
|
content: "\f90b";
|
|
7471
7539
|
}
|
|
7472
7540
|
|
|
7541
|
+
.ti-dual-screen:before {
|
|
7542
|
+
content: "\fa59";
|
|
7543
|
+
}
|
|
7544
|
+
|
|
7473
7545
|
.ti-e-passport:before {
|
|
7474
7546
|
content: "\f4df";
|
|
7475
7547
|
}
|
|
@@ -7818,6 +7890,10 @@
|
|
|
7818
7890
|
content: "\ede8";
|
|
7819
7891
|
}
|
|
7820
7892
|
|
|
7893
|
+
.ti-file-cv:before {
|
|
7894
|
+
content: "\fa5a";
|
|
7895
|
+
}
|
|
7896
|
+
|
|
7821
7897
|
.ti-file-database:before {
|
|
7822
7898
|
content: "\f037";
|
|
7823
7899
|
}
|
|
@@ -8222,6 +8298,10 @@
|
|
|
8222
8298
|
content: "\ebd3";
|
|
8223
8299
|
}
|
|
8224
8300
|
|
|
8301
|
+
.ti-focus-auto:before {
|
|
8302
|
+
content: "\fa62";
|
|
8303
|
+
}
|
|
8304
|
+
|
|
8225
8305
|
.ti-focus-centered:before {
|
|
8226
8306
|
content: "\f02a";
|
|
8227
8307
|
}
|
|
@@ -8374,6 +8454,18 @@
|
|
|
8374
8454
|
content: "\efb6";
|
|
8375
8455
|
}
|
|
8376
8456
|
|
|
8457
|
+
.ti-freeze-column:before {
|
|
8458
|
+
content: "\fa63";
|
|
8459
|
+
}
|
|
8460
|
+
|
|
8461
|
+
.ti-freeze-row:before {
|
|
8462
|
+
content: "\fa65";
|
|
8463
|
+
}
|
|
8464
|
+
|
|
8465
|
+
.ti-freeze-row-column:before {
|
|
8466
|
+
content: "\fa64";
|
|
8467
|
+
}
|
|
8468
|
+
|
|
8377
8469
|
.ti-fridge:before {
|
|
8378
8470
|
content: "\f1fa";
|
|
8379
8471
|
}
|
|
@@ -9366,7 +9458,7 @@
|
|
|
9366
9458
|
content: "\fa2c";
|
|
9367
9459
|
}
|
|
9368
9460
|
|
|
9369
|
-
.ti-http-
|
|
9461
|
+
.ti-http-patch:before {
|
|
9370
9462
|
content: "\fa2d";
|
|
9371
9463
|
}
|
|
9372
9464
|
|
|
@@ -9378,6 +9470,10 @@
|
|
|
9378
9470
|
content: "\fa2f";
|
|
9379
9471
|
}
|
|
9380
9472
|
|
|
9473
|
+
.ti-http-que:before {
|
|
9474
|
+
content: "\fa5b";
|
|
9475
|
+
}
|
|
9476
|
+
|
|
9381
9477
|
.ti-http-trace:before {
|
|
9382
9478
|
content: "\fa30";
|
|
9383
9479
|
}
|
|
@@ -10122,6 +10218,10 @@
|
|
|
10122
10218
|
content: "\ec6b";
|
|
10123
10219
|
}
|
|
10124
10220
|
|
|
10221
|
+
.ti-load-balancer:before {
|
|
10222
|
+
content: "\fa5c";
|
|
10223
|
+
}
|
|
10224
|
+
|
|
10125
10225
|
.ti-loader:before {
|
|
10126
10226
|
content: "\eca3";
|
|
10127
10227
|
}
|
|
@@ -12214,6 +12314,10 @@
|
|
|
12214
12314
|
content: "\f17d";
|
|
12215
12315
|
}
|
|
12216
12316
|
|
|
12317
|
+
.ti-play-basketball:before {
|
|
12318
|
+
content: "\fa66";
|
|
12319
|
+
}
|
|
12320
|
+
|
|
12217
12321
|
.ti-play-card:before {
|
|
12218
12322
|
content: "\eebf";
|
|
12219
12323
|
}
|
|
@@ -12222,6 +12326,18 @@
|
|
|
12222
12326
|
content: "\f17e";
|
|
12223
12327
|
}
|
|
12224
12328
|
|
|
12329
|
+
.ti-play-football:before {
|
|
12330
|
+
content: "\fa67";
|
|
12331
|
+
}
|
|
12332
|
+
|
|
12333
|
+
.ti-play-handball:before {
|
|
12334
|
+
content: "\fa68";
|
|
12335
|
+
}
|
|
12336
|
+
|
|
12337
|
+
.ti-play-volleyball:before {
|
|
12338
|
+
content: "\fa69";
|
|
12339
|
+
}
|
|
12340
|
+
|
|
12225
12341
|
.ti-player-eject:before {
|
|
12226
12342
|
content: "\efbc";
|
|
12227
12343
|
}
|
|
@@ -12878,6 +12994,10 @@
|
|
|
12878
12994
|
content: "\f58e";
|
|
12879
12995
|
}
|
|
12880
12996
|
|
|
12997
|
+
.ti-rings:before {
|
|
12998
|
+
content: "\fa6a";
|
|
12999
|
+
}
|
|
13000
|
+
|
|
12881
13001
|
.ti-ripple:before {
|
|
12882
13002
|
content: "\ed82";
|
|
12883
13003
|
}
|
|
@@ -13178,6 +13298,10 @@
|
|
|
13178
13298
|
content: "\ecc1";
|
|
13179
13299
|
}
|
|
13180
13300
|
|
|
13301
|
+
.ti-scoreboard:before {
|
|
13302
|
+
content: "\fa6b";
|
|
13303
|
+
}
|
|
13304
|
+
|
|
13181
13305
|
.ti-screen-share:before {
|
|
13182
13306
|
content: "\ed18";
|
|
13183
13307
|
}
|
|
@@ -13446,6 +13570,10 @@
|
|
|
13446
13570
|
content: "\f1a1";
|
|
13447
13571
|
}
|
|
13448
13572
|
|
|
13573
|
+
.ti-shi-jumping:before {
|
|
13574
|
+
content: "\fa6c";
|
|
13575
|
+
}
|
|
13576
|
+
|
|
13449
13577
|
.ti-shield:before {
|
|
13450
13578
|
content: "\eb24";
|
|
13451
13579
|
}
|
|
@@ -14770,6 +14898,10 @@
|
|
|
14770
14898
|
content: "\f2db";
|
|
14771
14899
|
}
|
|
14772
14900
|
|
|
14901
|
+
.ti-stretching-2:before {
|
|
14902
|
+
content: "\fa6d";
|
|
14903
|
+
}
|
|
14904
|
+
|
|
14773
14905
|
.ti-strikethrough:before {
|
|
14774
14906
|
content: "\eb9e";
|
|
14775
14907
|
}
|
|
@@ -15234,6 +15366,10 @@
|
|
|
15234
15366
|
content: "\f1b4";
|
|
15235
15367
|
}
|
|
15236
15368
|
|
|
15369
|
+
.ti-toml:before {
|
|
15370
|
+
content: "\fa5d";
|
|
15371
|
+
}
|
|
15372
|
+
|
|
15237
15373
|
.ti-tool:before {
|
|
15238
15374
|
content: "\eb40";
|
|
15239
15375
|
}
|
|
@@ -15422,6 +15558,10 @@
|
|
|
15422
15558
|
content: "\f784";
|
|
15423
15559
|
}
|
|
15424
15560
|
|
|
15561
|
+
.ti-treadmill:before {
|
|
15562
|
+
content: "\fa6e";
|
|
15563
|
+
}
|
|
15564
|
+
|
|
15425
15565
|
.ti-tree:before {
|
|
15426
15566
|
content: "\ef01";
|
|
15427
15567
|
}
|
|
@@ -16026,6 +16166,10 @@
|
|
|
16026
16166
|
content: "\f310";
|
|
16027
16167
|
}
|
|
16028
16168
|
|
|
16169
|
+
.ti-waterpolo:before {
|
|
16170
|
+
content: "\fa6f";
|
|
16171
|
+
}
|
|
16172
|
+
|
|
16029
16173
|
.ti-wave-saw-tool:before {
|
|
16030
16174
|
content: "\ecd3";
|
|
16031
16175
|
}
|