@tabler/icons-webfont 2.15.0 → 2.16.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 +76 -4
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +167 -5
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +43 -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.16.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.16.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.16.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.16.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.16.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.16.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.16.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -2430,6 +2430,14 @@
|
|
|
2430
2430
|
content: "\edc5";
|
|
2431
2431
|
}
|
|
2432
2432
|
|
|
2433
|
+
.ti-brand-aws:before {
|
|
2434
|
+
content: "\fa4c";
|
|
2435
|
+
}
|
|
2436
|
+
|
|
2437
|
+
.ti-brand-azure:before {
|
|
2438
|
+
content: "\fa4d";
|
|
2439
|
+
}
|
|
2440
|
+
|
|
2433
2441
|
.ti-brand-backbone:before {
|
|
2434
2442
|
content: "\f325";
|
|
2435
2443
|
}
|
|
@@ -2538,6 +2546,10 @@
|
|
|
2538
2546
|
content: "\f5fc";
|
|
2539
2547
|
}
|
|
2540
2548
|
|
|
2549
|
+
.ti-brand-cloudflare:before {
|
|
2550
|
+
content: "\fa4e";
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2541
2553
|
.ti-brand-codecov:before {
|
|
2542
2554
|
content: "\f329";
|
|
2543
2555
|
}
|
|
@@ -2838,6 +2850,10 @@
|
|
|
2838
2850
|
content: "\f601";
|
|
2839
2851
|
}
|
|
2840
2852
|
|
|
2853
|
+
.ti-brand-google-maps:before {
|
|
2854
|
+
content: "\fa4f";
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2841
2857
|
.ti-brand-google-one:before {
|
|
2842
2858
|
content: "\f232";
|
|
2843
2859
|
}
|
|
@@ -2886,6 +2902,10 @@
|
|
|
2886
2902
|
content: "\f32d";
|
|
2887
2903
|
}
|
|
2888
2904
|
|
|
2905
|
+
.ti-brand-hexo:before {
|
|
2906
|
+
content: "\fa50";
|
|
2907
|
+
}
|
|
2908
|
+
|
|
2889
2909
|
.ti-brand-hipchat:before {
|
|
2890
2910
|
content: "\edcd";
|
|
2891
2911
|
}
|
|
@@ -2938,6 +2958,10 @@
|
|
|
2938
2958
|
content: "\f001";
|
|
2939
2959
|
}
|
|
2940
2960
|
|
|
2961
|
+
.ti-brand-leetcode:before {
|
|
2962
|
+
content: "\fa51";
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2941
2965
|
.ti-brand-letterboxd:before {
|
|
2942
2966
|
content: "\fa24";
|
|
2943
2967
|
}
|
|
@@ -3078,6 +3102,10 @@
|
|
|
3078
3102
|
content: "\ef8d";
|
|
3079
3103
|
}
|
|
3080
3104
|
|
|
3105
|
+
.ti-brand-oauth:before {
|
|
3106
|
+
content: "\fa52";
|
|
3107
|
+
}
|
|
3108
|
+
|
|
3081
3109
|
.ti-brand-office:before {
|
|
3082
3110
|
content: "\f398";
|
|
3083
3111
|
}
|
|
@@ -3222,6 +3250,10 @@
|
|
|
3222
3250
|
content: "\f4da";
|
|
3223
3251
|
}
|
|
3224
3252
|
|
|
3253
|
+
.ti-brand-rust:before {
|
|
3254
|
+
content: "\fa53";
|
|
3255
|
+
}
|
|
3256
|
+
|
|
3225
3257
|
.ti-brand-safari:before {
|
|
3226
3258
|
content: "\ec23";
|
|
3227
3259
|
}
|
|
@@ -3306,6 +3338,10 @@
|
|
|
3306
3338
|
content: "\ed6f";
|
|
3307
3339
|
}
|
|
3308
3340
|
|
|
3341
|
+
.ti-brand-storj:before {
|
|
3342
|
+
content: "\fa54";
|
|
3343
|
+
}
|
|
3344
|
+
|
|
3309
3345
|
.ti-brand-storybook:before {
|
|
3310
3346
|
content: "\f332";
|
|
3311
3347
|
}
|
|
@@ -3350,6 +3386,10 @@
|
|
|
3350
3386
|
content: "\f0df";
|
|
3351
3387
|
}
|
|
3352
3388
|
|
|
3389
|
+
.ti-brand-swift:before {
|
|
3390
|
+
content: "\fa55";
|
|
3391
|
+
}
|
|
3392
|
+
|
|
3353
3393
|
.ti-brand-symfony:before {
|
|
3354
3394
|
content: "\f616";
|
|
3355
3395
|
}
|
|
@@ -3374,6 +3414,10 @@
|
|
|
3374
3414
|
content: "\ec26";
|
|
3375
3415
|
}
|
|
3376
3416
|
|
|
3417
|
+
.ti-brand-terraform:before {
|
|
3418
|
+
content: "\fa56";
|
|
3419
|
+
}
|
|
3420
|
+
|
|
3377
3421
|
.ti-brand-tether:before {
|
|
3378
3422
|
content: "\f5a3";
|
|
3379
3423
|
}
|
|
@@ -3786,6 +3830,10 @@
|
|
|
3786
3830
|
content: "\ed26";
|
|
3787
3831
|
}
|
|
3788
3832
|
|
|
3833
|
+
.ti-building-mosque:before {
|
|
3834
|
+
content: "\fa57";
|
|
3835
|
+
}
|
|
3836
|
+
|
|
3789
3837
|
.ti-building-pavilion:before {
|
|
3790
3838
|
content: "\ebf7";
|
|
3791
3839
|
}
|
|
@@ -5982,6 +6030,10 @@
|
|
|
5982
6030
|
content: "\f372";
|
|
5983
6031
|
}
|
|
5984
6032
|
|
|
6033
|
+
.ti-currency-iranian-rial:before {
|
|
6034
|
+
content: "\fa58";
|
|
6035
|
+
}
|
|
6036
|
+
|
|
5985
6037
|
.ti-currency-kip:before {
|
|
5986
6038
|
content: "\f373";
|
|
5987
6039
|
}
|
|
@@ -7470,6 +7522,10 @@
|
|
|
7470
7522
|
content: "\f90b";
|
|
7471
7523
|
}
|
|
7472
7524
|
|
|
7525
|
+
.ti-dual-screen:before {
|
|
7526
|
+
content: "\fa59";
|
|
7527
|
+
}
|
|
7528
|
+
|
|
7473
7529
|
.ti-e-passport:before {
|
|
7474
7530
|
content: "\f4df";
|
|
7475
7531
|
}
|
|
@@ -7818,6 +7874,10 @@
|
|
|
7818
7874
|
content: "\ede8";
|
|
7819
7875
|
}
|
|
7820
7876
|
|
|
7877
|
+
.ti-file-cv:before {
|
|
7878
|
+
content: "\fa5a";
|
|
7879
|
+
}
|
|
7880
|
+
|
|
7821
7881
|
.ti-file-database:before {
|
|
7822
7882
|
content: "\f037";
|
|
7823
7883
|
}
|
|
@@ -9366,7 +9426,7 @@
|
|
|
9366
9426
|
content: "\fa2c";
|
|
9367
9427
|
}
|
|
9368
9428
|
|
|
9369
|
-
.ti-http-
|
|
9429
|
+
.ti-http-patch:before {
|
|
9370
9430
|
content: "\fa2d";
|
|
9371
9431
|
}
|
|
9372
9432
|
|
|
@@ -9378,6 +9438,10 @@
|
|
|
9378
9438
|
content: "\fa2f";
|
|
9379
9439
|
}
|
|
9380
9440
|
|
|
9441
|
+
.ti-http-que:before {
|
|
9442
|
+
content: "\fa5b";
|
|
9443
|
+
}
|
|
9444
|
+
|
|
9381
9445
|
.ti-http-trace:before {
|
|
9382
9446
|
content: "\fa30";
|
|
9383
9447
|
}
|
|
@@ -10122,6 +10186,10 @@
|
|
|
10122
10186
|
content: "\ec6b";
|
|
10123
10187
|
}
|
|
10124
10188
|
|
|
10189
|
+
.ti-load-balancer:before {
|
|
10190
|
+
content: "\fa5c";
|
|
10191
|
+
}
|
|
10192
|
+
|
|
10125
10193
|
.ti-loader:before {
|
|
10126
10194
|
content: "\eca3";
|
|
10127
10195
|
}
|
|
@@ -15234,6 +15302,10 @@
|
|
|
15234
15302
|
content: "\f1b4";
|
|
15235
15303
|
}
|
|
15236
15304
|
|
|
15305
|
+
.ti-toml:before {
|
|
15306
|
+
content: "\fa5d";
|
|
15307
|
+
}
|
|
15308
|
+
|
|
15237
15309
|
.ti-tool:before {
|
|
15238
15310
|
content: "\eb40";
|
|
15239
15311
|
}
|