@tabler/icons-webfont 2.14.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 +172 -4
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +383 -5
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +91 -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;
|
|
@@ -318,6 +318,10 @@
|
|
|
318
318
|
content: "\f80e";
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
+
.ti-alert-hexagon-filled:before {
|
|
322
|
+
content: "\fa34";
|
|
323
|
+
}
|
|
324
|
+
|
|
321
325
|
.ti-alert-octagon:before {
|
|
322
326
|
content: "\ecc6";
|
|
323
327
|
}
|
|
@@ -334,10 +338,18 @@
|
|
|
334
338
|
content: "\f811";
|
|
335
339
|
}
|
|
336
340
|
|
|
341
|
+
.ti-alert-square-filled:before {
|
|
342
|
+
content: "\fa35";
|
|
343
|
+
}
|
|
344
|
+
|
|
337
345
|
.ti-alert-square-rounded:before {
|
|
338
346
|
content: "\f810";
|
|
339
347
|
}
|
|
340
348
|
|
|
349
|
+
.ti-alert-square-rounded-filled:before {
|
|
350
|
+
content: "\fa36";
|
|
351
|
+
}
|
|
352
|
+
|
|
341
353
|
.ti-alert-triangle:before {
|
|
342
354
|
content: "\ea06";
|
|
343
355
|
}
|
|
@@ -2418,6 +2430,14 @@
|
|
|
2418
2430
|
content: "\edc5";
|
|
2419
2431
|
}
|
|
2420
2432
|
|
|
2433
|
+
.ti-brand-aws:before {
|
|
2434
|
+
content: "\fa4c";
|
|
2435
|
+
}
|
|
2436
|
+
|
|
2437
|
+
.ti-brand-azure:before {
|
|
2438
|
+
content: "\fa4d";
|
|
2439
|
+
}
|
|
2440
|
+
|
|
2421
2441
|
.ti-brand-backbone:before {
|
|
2422
2442
|
content: "\f325";
|
|
2423
2443
|
}
|
|
@@ -2526,6 +2546,10 @@
|
|
|
2526
2546
|
content: "\f5fc";
|
|
2527
2547
|
}
|
|
2528
2548
|
|
|
2549
|
+
.ti-brand-cloudflare:before {
|
|
2550
|
+
content: "\fa4e";
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2529
2553
|
.ti-brand-codecov:before {
|
|
2530
2554
|
content: "\f329";
|
|
2531
2555
|
}
|
|
@@ -2826,6 +2850,10 @@
|
|
|
2826
2850
|
content: "\f601";
|
|
2827
2851
|
}
|
|
2828
2852
|
|
|
2853
|
+
.ti-brand-google-maps:before {
|
|
2854
|
+
content: "\fa4f";
|
|
2855
|
+
}
|
|
2856
|
+
|
|
2829
2857
|
.ti-brand-google-one:before {
|
|
2830
2858
|
content: "\f232";
|
|
2831
2859
|
}
|
|
@@ -2874,6 +2902,10 @@
|
|
|
2874
2902
|
content: "\f32d";
|
|
2875
2903
|
}
|
|
2876
2904
|
|
|
2905
|
+
.ti-brand-hexo:before {
|
|
2906
|
+
content: "\fa50";
|
|
2907
|
+
}
|
|
2908
|
+
|
|
2877
2909
|
.ti-brand-hipchat:before {
|
|
2878
2910
|
content: "\edcd";
|
|
2879
2911
|
}
|
|
@@ -2926,6 +2958,10 @@
|
|
|
2926
2958
|
content: "\f001";
|
|
2927
2959
|
}
|
|
2928
2960
|
|
|
2961
|
+
.ti-brand-leetcode:before {
|
|
2962
|
+
content: "\fa51";
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2929
2965
|
.ti-brand-letterboxd:before {
|
|
2930
2966
|
content: "\fa24";
|
|
2931
2967
|
}
|
|
@@ -3066,6 +3102,10 @@
|
|
|
3066
3102
|
content: "\ef8d";
|
|
3067
3103
|
}
|
|
3068
3104
|
|
|
3105
|
+
.ti-brand-oauth:before {
|
|
3106
|
+
content: "\fa52";
|
|
3107
|
+
}
|
|
3108
|
+
|
|
3069
3109
|
.ti-brand-office:before {
|
|
3070
3110
|
content: "\f398";
|
|
3071
3111
|
}
|
|
@@ -3210,6 +3250,10 @@
|
|
|
3210
3250
|
content: "\f4da";
|
|
3211
3251
|
}
|
|
3212
3252
|
|
|
3253
|
+
.ti-brand-rust:before {
|
|
3254
|
+
content: "\fa53";
|
|
3255
|
+
}
|
|
3256
|
+
|
|
3213
3257
|
.ti-brand-safari:before {
|
|
3214
3258
|
content: "\ec23";
|
|
3215
3259
|
}
|
|
@@ -3294,6 +3338,10 @@
|
|
|
3294
3338
|
content: "\ed6f";
|
|
3295
3339
|
}
|
|
3296
3340
|
|
|
3341
|
+
.ti-brand-storj:before {
|
|
3342
|
+
content: "\fa54";
|
|
3343
|
+
}
|
|
3344
|
+
|
|
3297
3345
|
.ti-brand-storybook:before {
|
|
3298
3346
|
content: "\f332";
|
|
3299
3347
|
}
|
|
@@ -3338,6 +3386,10 @@
|
|
|
3338
3386
|
content: "\f0df";
|
|
3339
3387
|
}
|
|
3340
3388
|
|
|
3389
|
+
.ti-brand-swift:before {
|
|
3390
|
+
content: "\fa55";
|
|
3391
|
+
}
|
|
3392
|
+
|
|
3341
3393
|
.ti-brand-symfony:before {
|
|
3342
3394
|
content: "\f616";
|
|
3343
3395
|
}
|
|
@@ -3362,6 +3414,10 @@
|
|
|
3362
3414
|
content: "\ec26";
|
|
3363
3415
|
}
|
|
3364
3416
|
|
|
3417
|
+
.ti-brand-terraform:before {
|
|
3418
|
+
content: "\fa56";
|
|
3419
|
+
}
|
|
3420
|
+
|
|
3365
3421
|
.ti-brand-tether:before {
|
|
3366
3422
|
content: "\f5a3";
|
|
3367
3423
|
}
|
|
@@ -3774,6 +3830,10 @@
|
|
|
3774
3830
|
content: "\ed26";
|
|
3775
3831
|
}
|
|
3776
3832
|
|
|
3833
|
+
.ti-building-mosque:before {
|
|
3834
|
+
content: "\fa57";
|
|
3835
|
+
}
|
|
3836
|
+
|
|
3777
3837
|
.ti-building-pavilion:before {
|
|
3778
3838
|
content: "\ebf7";
|
|
3779
3839
|
}
|
|
@@ -3998,6 +4058,10 @@
|
|
|
3998
4058
|
content: "\f83a";
|
|
3999
4059
|
}
|
|
4000
4060
|
|
|
4061
|
+
.ti-camera-filled:before {
|
|
4062
|
+
content: "\fa37";
|
|
4063
|
+
}
|
|
4064
|
+
|
|
4001
4065
|
.ti-camera-heart:before {
|
|
4002
4066
|
content: "\f83b";
|
|
4003
4067
|
}
|
|
@@ -5966,6 +6030,10 @@
|
|
|
5966
6030
|
content: "\f372";
|
|
5967
6031
|
}
|
|
5968
6032
|
|
|
6033
|
+
.ti-currency-iranian-rial:before {
|
|
6034
|
+
content: "\fa58";
|
|
6035
|
+
}
|
|
6036
|
+
|
|
5969
6037
|
.ti-currency-kip:before {
|
|
5970
6038
|
content: "\f373";
|
|
5971
6039
|
}
|
|
@@ -6390,6 +6458,10 @@
|
|
|
6390
6458
|
content: "\f060";
|
|
6391
6459
|
}
|
|
6392
6460
|
|
|
6461
|
+
.ti-device-heart-monitor-filled:before {
|
|
6462
|
+
content: "\fa38";
|
|
6463
|
+
}
|
|
6464
|
+
|
|
6393
6465
|
.ti-device-imac:before {
|
|
6394
6466
|
content: "\f7a7";
|
|
6395
6467
|
}
|
|
@@ -6694,6 +6766,10 @@
|
|
|
6694
6766
|
content: "\f8b4";
|
|
6695
6767
|
}
|
|
6696
6768
|
|
|
6769
|
+
.ti-device-mobile-filled:before {
|
|
6770
|
+
content: "\fa39";
|
|
6771
|
+
}
|
|
6772
|
+
|
|
6697
6773
|
.ti-device-mobile-heart:before {
|
|
6698
6774
|
content: "\f8b5";
|
|
6699
6775
|
}
|
|
@@ -6830,6 +6906,10 @@
|
|
|
6830
6906
|
content: "\f8c7";
|
|
6831
6907
|
}
|
|
6832
6908
|
|
|
6909
|
+
.ti-device-tablet-filled:before {
|
|
6910
|
+
content: "\fa3a";
|
|
6911
|
+
}
|
|
6912
|
+
|
|
6833
6913
|
.ti-device-tablet-heart:before {
|
|
6834
6914
|
content: "\f8c8";
|
|
6835
6915
|
}
|
|
@@ -7082,6 +7162,10 @@
|
|
|
7082
7162
|
content: "\f067";
|
|
7083
7163
|
}
|
|
7084
7164
|
|
|
7165
|
+
.ti-dialpad-filled:before {
|
|
7166
|
+
content: "\fa3b";
|
|
7167
|
+
}
|
|
7168
|
+
|
|
7085
7169
|
.ti-dialpad-off:before {
|
|
7086
7170
|
content: "\f114";
|
|
7087
7171
|
}
|
|
@@ -7438,6 +7522,10 @@
|
|
|
7438
7522
|
content: "\f90b";
|
|
7439
7523
|
}
|
|
7440
7524
|
|
|
7525
|
+
.ti-dual-screen:before {
|
|
7526
|
+
content: "\fa59";
|
|
7527
|
+
}
|
|
7528
|
+
|
|
7441
7529
|
.ti-e-passport:before {
|
|
7442
7530
|
content: "\f4df";
|
|
7443
7531
|
}
|
|
@@ -7786,6 +7874,10 @@
|
|
|
7786
7874
|
content: "\ede8";
|
|
7787
7875
|
}
|
|
7788
7876
|
|
|
7877
|
+
.ti-file-cv:before {
|
|
7878
|
+
content: "\fa5a";
|
|
7879
|
+
}
|
|
7880
|
+
|
|
7789
7881
|
.ti-file-database:before {
|
|
7790
7882
|
content: "\f037";
|
|
7791
7883
|
}
|
|
@@ -8774,6 +8866,10 @@
|
|
|
8774
8866
|
content: "\eabd";
|
|
8775
8867
|
}
|
|
8776
8868
|
|
|
8869
|
+
.ti-headphones-filled:before {
|
|
8870
|
+
content: "\fa3c";
|
|
8871
|
+
}
|
|
8872
|
+
|
|
8777
8873
|
.ti-headphones-off:before {
|
|
8778
8874
|
content: "\ed1d";
|
|
8779
8875
|
}
|
|
@@ -8858,14 +8954,26 @@
|
|
|
8858
8954
|
content: "\f91d";
|
|
8859
8955
|
}
|
|
8860
8956
|
|
|
8957
|
+
.ti-help-circle-filled:before {
|
|
8958
|
+
content: "\fa3d";
|
|
8959
|
+
}
|
|
8960
|
+
|
|
8861
8961
|
.ti-help-hexagon:before {
|
|
8862
8962
|
content: "\f7a8";
|
|
8863
8963
|
}
|
|
8864
8964
|
|
|
8965
|
+
.ti-help-hexagon-filled:before {
|
|
8966
|
+
content: "\fa3e";
|
|
8967
|
+
}
|
|
8968
|
+
|
|
8865
8969
|
.ti-help-octagon:before {
|
|
8866
8970
|
content: "\f7a9";
|
|
8867
8971
|
}
|
|
8868
8972
|
|
|
8973
|
+
.ti-help-octagon-filled:before {
|
|
8974
|
+
content: "\fa3f";
|
|
8975
|
+
}
|
|
8976
|
+
|
|
8869
8977
|
.ti-help-off:before {
|
|
8870
8978
|
content: "\f3f8";
|
|
8871
8979
|
}
|
|
@@ -8878,14 +8986,26 @@
|
|
|
8878
8986
|
content: "\f920";
|
|
8879
8987
|
}
|
|
8880
8988
|
|
|
8989
|
+
.ti-help-square-filled:before {
|
|
8990
|
+
content: "\fa40";
|
|
8991
|
+
}
|
|
8992
|
+
|
|
8881
8993
|
.ti-help-square-rounded:before {
|
|
8882
8994
|
content: "\f91f";
|
|
8883
8995
|
}
|
|
8884
8996
|
|
|
8997
|
+
.ti-help-square-rounded-filled:before {
|
|
8998
|
+
content: "\fa41";
|
|
8999
|
+
}
|
|
9000
|
+
|
|
8885
9001
|
.ti-help-triangle:before {
|
|
8886
9002
|
content: "\f921";
|
|
8887
9003
|
}
|
|
8888
9004
|
|
|
9005
|
+
.ti-help-triangle-filled:before {
|
|
9006
|
+
content: "\fa42";
|
|
9007
|
+
}
|
|
9008
|
+
|
|
8889
9009
|
.ti-hexagon:before {
|
|
8890
9010
|
content: "\ec02";
|
|
8891
9011
|
}
|
|
@@ -9306,7 +9426,7 @@
|
|
|
9306
9426
|
content: "\fa2c";
|
|
9307
9427
|
}
|
|
9308
9428
|
|
|
9309
|
-
.ti-http-
|
|
9429
|
+
.ti-http-patch:before {
|
|
9310
9430
|
content: "\fa2d";
|
|
9311
9431
|
}
|
|
9312
9432
|
|
|
@@ -9318,6 +9438,10 @@
|
|
|
9318
9438
|
content: "\fa2f";
|
|
9319
9439
|
}
|
|
9320
9440
|
|
|
9441
|
+
.ti-http-que:before {
|
|
9442
|
+
content: "\fa5b";
|
|
9443
|
+
}
|
|
9444
|
+
|
|
9321
9445
|
.ti-http-trace:before {
|
|
9322
9446
|
content: "\fa30";
|
|
9323
9447
|
}
|
|
@@ -9402,10 +9526,18 @@
|
|
|
9402
9526
|
content: "\f7aa";
|
|
9403
9527
|
}
|
|
9404
9528
|
|
|
9529
|
+
.ti-info-hexagon-filled:before {
|
|
9530
|
+
content: "\fa43";
|
|
9531
|
+
}
|
|
9532
|
+
|
|
9405
9533
|
.ti-info-octagon:before {
|
|
9406
9534
|
content: "\f7ab";
|
|
9407
9535
|
}
|
|
9408
9536
|
|
|
9537
|
+
.ti-info-octagon-filled:before {
|
|
9538
|
+
content: "\fa44";
|
|
9539
|
+
}
|
|
9540
|
+
|
|
9409
9541
|
.ti-info-small:before {
|
|
9410
9542
|
content: "\f922";
|
|
9411
9543
|
}
|
|
@@ -9414,6 +9546,10 @@
|
|
|
9414
9546
|
content: "\eac6";
|
|
9415
9547
|
}
|
|
9416
9548
|
|
|
9549
|
+
.ti-info-square-filled:before {
|
|
9550
|
+
content: "\fa45";
|
|
9551
|
+
}
|
|
9552
|
+
|
|
9417
9553
|
.ti-info-square-rounded:before {
|
|
9418
9554
|
content: "\f635";
|
|
9419
9555
|
}
|
|
@@ -9426,6 +9562,10 @@
|
|
|
9426
9562
|
content: "\f923";
|
|
9427
9563
|
}
|
|
9428
9564
|
|
|
9565
|
+
.ti-info-triangle-filled:before {
|
|
9566
|
+
content: "\fa46";
|
|
9567
|
+
}
|
|
9568
|
+
|
|
9429
9569
|
.ti-inner-shadow-bottom:before {
|
|
9430
9570
|
content: "\f520";
|
|
9431
9571
|
}
|
|
@@ -10046,6 +10186,10 @@
|
|
|
10046
10186
|
content: "\ec6b";
|
|
10047
10187
|
}
|
|
10048
10188
|
|
|
10189
|
+
.ti-load-balancer:before {
|
|
10190
|
+
content: "\fa5c";
|
|
10191
|
+
}
|
|
10192
|
+
|
|
10049
10193
|
.ti-loader:before {
|
|
10050
10194
|
content: "\eca3";
|
|
10051
10195
|
}
|
|
@@ -10314,6 +10458,10 @@
|
|
|
10314
10458
|
content: "\f069";
|
|
10315
10459
|
}
|
|
10316
10460
|
|
|
10461
|
+
.ti-mail-filled:before {
|
|
10462
|
+
content: "\fa47";
|
|
10463
|
+
}
|
|
10464
|
+
|
|
10317
10465
|
.ti-mail-forward:before {
|
|
10318
10466
|
content: "\eeac";
|
|
10319
10467
|
}
|
|
@@ -10334,6 +10482,10 @@
|
|
|
10334
10482
|
content: "\eae4";
|
|
10335
10483
|
}
|
|
10336
10484
|
|
|
10485
|
+
.ti-mail-opened-filled:before {
|
|
10486
|
+
content: "\fa48";
|
|
10487
|
+
}
|
|
10488
|
+
|
|
10337
10489
|
.ti-mail-pause:before {
|
|
10338
10490
|
content: "\f941";
|
|
10339
10491
|
}
|
|
@@ -11858,6 +12010,10 @@
|
|
|
11858
12010
|
content: "\ec05";
|
|
11859
12011
|
}
|
|
11860
12012
|
|
|
12013
|
+
.ti-phone-filled:before {
|
|
12014
|
+
content: "\fa49";
|
|
12015
|
+
}
|
|
12016
|
+
|
|
11861
12017
|
.ti-phone-incoming:before {
|
|
11862
12018
|
content: "\eb06";
|
|
11863
12019
|
}
|
|
@@ -11926,6 +12082,10 @@
|
|
|
11926
12082
|
content: "\f994";
|
|
11927
12083
|
}
|
|
11928
12084
|
|
|
12085
|
+
.ti-photo-filled:before {
|
|
12086
|
+
content: "\fa4a";
|
|
12087
|
+
}
|
|
12088
|
+
|
|
11929
12089
|
.ti-photo-heart:before {
|
|
11930
12090
|
content: "\f361";
|
|
11931
12091
|
}
|
|
@@ -12390,6 +12550,10 @@
|
|
|
12390
12550
|
content: "\eec2";
|
|
12391
12551
|
}
|
|
12392
12552
|
|
|
12553
|
+
.ti-polaroid-filled:before {
|
|
12554
|
+
content: "\fa4b";
|
|
12555
|
+
}
|
|
12556
|
+
|
|
12393
12557
|
.ti-polygon:before {
|
|
12394
12558
|
content: "\efd0";
|
|
12395
12559
|
}
|
|
@@ -15138,6 +15302,10 @@
|
|
|
15138
15302
|
content: "\f1b4";
|
|
15139
15303
|
}
|
|
15140
15304
|
|
|
15305
|
+
.ti-toml:before {
|
|
15306
|
+
content: "\fa5d";
|
|
15307
|
+
}
|
|
15308
|
+
|
|
15141
15309
|
.ti-tool:before {
|
|
15142
15310
|
content: "\eb40";
|
|
15143
15311
|
}
|