@tabler/icons-webfont 2.23.0 → 2.25.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 +195 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +434 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +101 -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.25.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.25.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.25.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.25.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.25.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.25.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.25.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -262,6 +262,10 @@
|
|
|
262
262
|
content: "\f542";
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
+
.ti-air-traffic-control:before {
|
|
266
|
+
content: "\fb01";
|
|
267
|
+
}
|
|
268
|
+
|
|
265
269
|
.ti-alarm:before {
|
|
266
270
|
content: "\ea04";
|
|
267
271
|
}
|
|
@@ -3174,6 +3178,10 @@
|
|
|
3174
3178
|
content: "\fadf";
|
|
3175
3179
|
}
|
|
3176
3180
|
|
|
3181
|
+
.ti-brand-minecraft:before {
|
|
3182
|
+
content: "\faef";
|
|
3183
|
+
}
|
|
3184
|
+
|
|
3177
3185
|
.ti-brand-miniprogram:before {
|
|
3178
3186
|
content: "\f602";
|
|
3179
3187
|
}
|
|
@@ -3582,6 +3590,10 @@
|
|
|
3582
3590
|
content: "\f5a3";
|
|
3583
3591
|
}
|
|
3584
3592
|
|
|
3593
|
+
.ti-brand-threads:before {
|
|
3594
|
+
content: "\fb02";
|
|
3595
|
+
}
|
|
3596
|
+
|
|
3585
3597
|
.ti-brand-threejs:before {
|
|
3586
3598
|
content: "\f5f0";
|
|
3587
3599
|
}
|
|
@@ -3846,6 +3858,10 @@
|
|
|
3846
3858
|
content: "\ea46";
|
|
3847
3859
|
}
|
|
3848
3860
|
|
|
3861
|
+
.ti-briefcase-2:before {
|
|
3862
|
+
content: "\fb03";
|
|
3863
|
+
}
|
|
3864
|
+
|
|
3849
3865
|
.ti-briefcase-off:before {
|
|
3850
3866
|
content: "\f3cc";
|
|
3851
3867
|
}
|
|
@@ -4758,6 +4774,22 @@
|
|
|
4758
4774
|
content: "\f72e";
|
|
4759
4775
|
}
|
|
4760
4776
|
|
|
4777
|
+
.ti-chevron-compact-down:before {
|
|
4778
|
+
content: "\faf0";
|
|
4779
|
+
}
|
|
4780
|
+
|
|
4781
|
+
.ti-chevron-compact-left:before {
|
|
4782
|
+
content: "\faf1";
|
|
4783
|
+
}
|
|
4784
|
+
|
|
4785
|
+
.ti-chevron-compact-right:before {
|
|
4786
|
+
content: "\faf2";
|
|
4787
|
+
}
|
|
4788
|
+
|
|
4789
|
+
.ti-chevron-compact-up:before {
|
|
4790
|
+
content: "\faf3";
|
|
4791
|
+
}
|
|
4792
|
+
|
|
4761
4793
|
.ti-chevron-down:before {
|
|
4762
4794
|
content: "\ea5f";
|
|
4763
4795
|
}
|
|
@@ -5794,6 +5826,10 @@
|
|
|
5794
5826
|
content: "\ee45";
|
|
5795
5827
|
}
|
|
5796
5828
|
|
|
5829
|
+
.ti-column-remove:before {
|
|
5830
|
+
content: "\faf4";
|
|
5831
|
+
}
|
|
5832
|
+
|
|
5797
5833
|
.ti-columns:before {
|
|
5798
5834
|
content: "\eb83";
|
|
5799
5835
|
}
|
|
@@ -6234,6 +6270,10 @@
|
|
|
6234
6270
|
content: "\f3dd";
|
|
6235
6271
|
}
|
|
6236
6272
|
|
|
6273
|
+
.ti-currency-florin:before {
|
|
6274
|
+
content: "\faf5";
|
|
6275
|
+
}
|
|
6276
|
+
|
|
6237
6277
|
.ti-currency-forint:before {
|
|
6238
6278
|
content: "\ee5a";
|
|
6239
6279
|
}
|
|
@@ -7910,6 +7950,18 @@
|
|
|
7910
7950
|
content: "\f122";
|
|
7911
7951
|
}
|
|
7912
7952
|
|
|
7953
|
+
.ti-escalator:before {
|
|
7954
|
+
content: "\fb06";
|
|
7955
|
+
}
|
|
7956
|
+
|
|
7957
|
+
.ti-escalator-down:before {
|
|
7958
|
+
content: "\fb04";
|
|
7959
|
+
}
|
|
7960
|
+
|
|
7961
|
+
.ti-escalator-up:before {
|
|
7962
|
+
content: "\fb05";
|
|
7963
|
+
}
|
|
7964
|
+
|
|
7913
7965
|
.ti-exchange:before {
|
|
7914
7966
|
content: "\ebe7";
|
|
7915
7967
|
}
|
|
@@ -8298,6 +8350,98 @@
|
|
|
8298
8350
|
content: "\f040";
|
|
8299
8351
|
}
|
|
8300
8352
|
|
|
8353
|
+
.ti-file-type-bmp:before {
|
|
8354
|
+
content: "\fb07";
|
|
8355
|
+
}
|
|
8356
|
+
|
|
8357
|
+
.ti-file-type-css:before {
|
|
8358
|
+
content: "\fb08";
|
|
8359
|
+
}
|
|
8360
|
+
|
|
8361
|
+
.ti-file-type-csv:before {
|
|
8362
|
+
content: "\fb09";
|
|
8363
|
+
}
|
|
8364
|
+
|
|
8365
|
+
.ti-file-type-doc:before {
|
|
8366
|
+
content: "\fb0a";
|
|
8367
|
+
}
|
|
8368
|
+
|
|
8369
|
+
.ti-file-type-docx:before {
|
|
8370
|
+
content: "\fb0b";
|
|
8371
|
+
}
|
|
8372
|
+
|
|
8373
|
+
.ti-file-type-html:before {
|
|
8374
|
+
content: "\fb0c";
|
|
8375
|
+
}
|
|
8376
|
+
|
|
8377
|
+
.ti-file-type-jpg:before {
|
|
8378
|
+
content: "\fb0d";
|
|
8379
|
+
}
|
|
8380
|
+
|
|
8381
|
+
.ti-file-type-js:before {
|
|
8382
|
+
content: "\fb0e";
|
|
8383
|
+
}
|
|
8384
|
+
|
|
8385
|
+
.ti-file-type-jsx:before {
|
|
8386
|
+
content: "\fb0f";
|
|
8387
|
+
}
|
|
8388
|
+
|
|
8389
|
+
.ti-file-type-pdf:before {
|
|
8390
|
+
content: "\fb10";
|
|
8391
|
+
}
|
|
8392
|
+
|
|
8393
|
+
.ti-file-type-php:before {
|
|
8394
|
+
content: "\fb11";
|
|
8395
|
+
}
|
|
8396
|
+
|
|
8397
|
+
.ti-file-type-png:before {
|
|
8398
|
+
content: "\fb12";
|
|
8399
|
+
}
|
|
8400
|
+
|
|
8401
|
+
.ti-file-type-ppt:before {
|
|
8402
|
+
content: "\fb13";
|
|
8403
|
+
}
|
|
8404
|
+
|
|
8405
|
+
.ti-file-type-rs:before {
|
|
8406
|
+
content: "\fb14";
|
|
8407
|
+
}
|
|
8408
|
+
|
|
8409
|
+
.ti-file-type-sql:before {
|
|
8410
|
+
content: "\fb15";
|
|
8411
|
+
}
|
|
8412
|
+
|
|
8413
|
+
.ti-file-type-svg:before {
|
|
8414
|
+
content: "\fb16";
|
|
8415
|
+
}
|
|
8416
|
+
|
|
8417
|
+
.ti-file-type-ts:before {
|
|
8418
|
+
content: "\fb17";
|
|
8419
|
+
}
|
|
8420
|
+
|
|
8421
|
+
.ti-file-type-tsx:before {
|
|
8422
|
+
content: "\fb18";
|
|
8423
|
+
}
|
|
8424
|
+
|
|
8425
|
+
.ti-file-type-txt:before {
|
|
8426
|
+
content: "\fb19";
|
|
8427
|
+
}
|
|
8428
|
+
|
|
8429
|
+
.ti-file-type-vue:before {
|
|
8430
|
+
content: "\fb1a";
|
|
8431
|
+
}
|
|
8432
|
+
|
|
8433
|
+
.ti-file-type-xls:before {
|
|
8434
|
+
content: "\fb1b";
|
|
8435
|
+
}
|
|
8436
|
+
|
|
8437
|
+
.ti-file-type-xml:before {
|
|
8438
|
+
content: "\fb1c";
|
|
8439
|
+
}
|
|
8440
|
+
|
|
8441
|
+
.ti-file-type-zip:before {
|
|
8442
|
+
content: "\fb1d";
|
|
8443
|
+
}
|
|
8444
|
+
|
|
8301
8445
|
.ti-file-typography:before {
|
|
8302
8446
|
content: "\f041";
|
|
8303
8447
|
}
|
|
@@ -8382,6 +8526,10 @@
|
|
|
8382
8526
|
content: "\f12a";
|
|
8383
8527
|
}
|
|
8384
8528
|
|
|
8529
|
+
.ti-fire-extinguisher:before {
|
|
8530
|
+
content: "\faf6";
|
|
8531
|
+
}
|
|
8532
|
+
|
|
8385
8533
|
.ti-fire-hydrant:before {
|
|
8386
8534
|
content: "\f3a9";
|
|
8387
8535
|
}
|
|
@@ -8602,6 +8750,10 @@
|
|
|
8602
8750
|
content: "\ed14";
|
|
8603
8751
|
}
|
|
8604
8752
|
|
|
8753
|
+
.ti-folder-open:before {
|
|
8754
|
+
content: "\faf7";
|
|
8755
|
+
}
|
|
8756
|
+
|
|
8605
8757
|
.ti-folder-pause:before {
|
|
8606
8758
|
content: "\f915";
|
|
8607
8759
|
}
|
|
@@ -9130,6 +9282,10 @@
|
|
|
9130
9282
|
content: "\efaa";
|
|
9131
9283
|
}
|
|
9132
9284
|
|
|
9285
|
+
.ti-haze-moon:before {
|
|
9286
|
+
content: "\faf8";
|
|
9287
|
+
}
|
|
9288
|
+
|
|
9133
9289
|
.ti-hdr:before {
|
|
9134
9290
|
content: "\fa7b";
|
|
9135
9291
|
}
|
|
@@ -10102,6 +10258,10 @@
|
|
|
10102
10258
|
content: "\f14d";
|
|
10103
10259
|
}
|
|
10104
10260
|
|
|
10261
|
+
.ti-lane:before {
|
|
10262
|
+
content: "\faf9";
|
|
10263
|
+
}
|
|
10264
|
+
|
|
10105
10265
|
.ti-language:before {
|
|
10106
10266
|
content: "\ebbe";
|
|
10107
10267
|
}
|
|
@@ -10510,6 +10670,10 @@
|
|
|
10510
10670
|
content: "\eea9";
|
|
10511
10671
|
}
|
|
10512
10672
|
|
|
10673
|
+
.ti-list-tree:before {
|
|
10674
|
+
content: "\fafa";
|
|
10675
|
+
}
|
|
10676
|
+
|
|
10513
10677
|
.ti-live-photo:before {
|
|
10514
10678
|
content: "\eadf";
|
|
10515
10679
|
}
|
|
@@ -11218,6 +11382,10 @@
|
|
|
11218
11382
|
content: "\ec42";
|
|
11219
11383
|
}
|
|
11220
11384
|
|
|
11385
|
+
.ti-menu-deep:before {
|
|
11386
|
+
content: "\fafb";
|
|
11387
|
+
}
|
|
11388
|
+
|
|
11221
11389
|
.ti-menu-order:before {
|
|
11222
11390
|
content: "\f5f5";
|
|
11223
11391
|
}
|
|
@@ -12530,6 +12698,10 @@
|
|
|
12530
12698
|
content: "\fad3";
|
|
12531
12699
|
}
|
|
12532
12700
|
|
|
12701
|
+
.ti-pick:before {
|
|
12702
|
+
content: "\fafc";
|
|
12703
|
+
}
|
|
12704
|
+
|
|
12533
12705
|
.ti-picture-in-picture:before {
|
|
12534
12706
|
content: "\ed35";
|
|
12535
12707
|
}
|
|
@@ -13110,6 +13282,10 @@
|
|
|
13110
13282
|
content: "\f188";
|
|
13111
13283
|
}
|
|
13112
13284
|
|
|
13285
|
+
.ti-quotes:before {
|
|
13286
|
+
content: "\fb1e";
|
|
13287
|
+
}
|
|
13288
|
+
|
|
13113
13289
|
.ti-radar:before {
|
|
13114
13290
|
content: "\f017";
|
|
13115
13291
|
}
|
|
@@ -13370,6 +13546,10 @@
|
|
|
13370
13546
|
content: "\eecf";
|
|
13371
13547
|
}
|
|
13372
13548
|
|
|
13549
|
+
.ti-restore:before {
|
|
13550
|
+
content: "\fafd";
|
|
13551
|
+
}
|
|
13552
|
+
|
|
13373
13553
|
.ti-rewind-backward-10:before {
|
|
13374
13554
|
content: "\faba";
|
|
13375
13555
|
}
|
|
@@ -13594,6 +13774,10 @@
|
|
|
13594
13774
|
content: "\eed1";
|
|
13595
13775
|
}
|
|
13596
13776
|
|
|
13777
|
+
.ti-row-remove:before {
|
|
13778
|
+
content: "\fafe";
|
|
13779
|
+
}
|
|
13780
|
+
|
|
13597
13781
|
.ti-rss:before {
|
|
13598
13782
|
content: "\eb19";
|
|
13599
13783
|
}
|
|
@@ -15486,6 +15670,10 @@
|
|
|
15486
15670
|
content: "\f25b";
|
|
15487
15671
|
}
|
|
15488
15672
|
|
|
15673
|
+
.ti-table-column:before {
|
|
15674
|
+
content: "\faff";
|
|
15675
|
+
}
|
|
15676
|
+
|
|
15489
15677
|
.ti-table-down:before {
|
|
15490
15678
|
content: "\fa1c";
|
|
15491
15679
|
}
|
|
@@ -15522,6 +15710,10 @@
|
|
|
15522
15710
|
content: "\fa1f";
|
|
15523
15711
|
}
|
|
15524
15712
|
|
|
15713
|
+
.ti-table-row:before {
|
|
15714
|
+
content: "\fb00";
|
|
15715
|
+
}
|
|
15716
|
+
|
|
15525
15717
|
.ti-table-share:before {
|
|
15526
15718
|
content: "\fa20";
|
|
15527
15719
|
}
|