@tabler/icons-webfont 2.42.0 → 2.44.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.44.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.44.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.44.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.44.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.44.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.44.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.44.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -2350,6 +2350,18 @@
|
|
|
2350
2350
|
content: "\ea3c";
|
|
2351
2351
|
}
|
|
2352
2352
|
|
|
2353
|
+
.ti-border-corner-pill:before {
|
|
2354
|
+
content: "\fd62";
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2357
|
+
.ti-border-corner-rounded:before {
|
|
2358
|
+
content: "\fd63";
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
.ti-border-corner-square:before {
|
|
2362
|
+
content: "\fd64";
|
|
2363
|
+
}
|
|
2364
|
+
|
|
2353
2365
|
.ti-border-corners:before {
|
|
2354
2366
|
content: "\f7a0";
|
|
2355
2367
|
}
|
|
@@ -6614,6 +6626,34 @@
|
|
|
6614
6626
|
content: "\ea85";
|
|
6615
6627
|
}
|
|
6616
6628
|
|
|
6629
|
+
.ti-crop-1-1:before {
|
|
6630
|
+
content: "\fd50";
|
|
6631
|
+
}
|
|
6632
|
+
|
|
6633
|
+
.ti-crop-16-9:before {
|
|
6634
|
+
content: "\fd51";
|
|
6635
|
+
}
|
|
6636
|
+
|
|
6637
|
+
.ti-crop-3-2:before {
|
|
6638
|
+
content: "\fd52";
|
|
6639
|
+
}
|
|
6640
|
+
|
|
6641
|
+
.ti-crop-5-4:before {
|
|
6642
|
+
content: "\fd53";
|
|
6643
|
+
}
|
|
6644
|
+
|
|
6645
|
+
.ti-crop-7-5:before {
|
|
6646
|
+
content: "\fd54";
|
|
6647
|
+
}
|
|
6648
|
+
|
|
6649
|
+
.ti-crop-landscape:before {
|
|
6650
|
+
content: "\fd55";
|
|
6651
|
+
}
|
|
6652
|
+
|
|
6653
|
+
.ti-crop-portrait:before {
|
|
6654
|
+
content: "\fd56";
|
|
6655
|
+
}
|
|
6656
|
+
|
|
6617
6657
|
.ti-cross:before {
|
|
6618
6658
|
content: "\ef8f";
|
|
6619
6659
|
}
|
|
@@ -8362,6 +8402,10 @@
|
|
|
8362
8402
|
content: "\ee84";
|
|
8363
8403
|
}
|
|
8364
8404
|
|
|
8405
|
+
.ti-ear-scan:before {
|
|
8406
|
+
content: "\fd57";
|
|
8407
|
+
}
|
|
8408
|
+
|
|
8365
8409
|
.ti-ease-in:before {
|
|
8366
8410
|
content: "\f573";
|
|
8367
8411
|
}
|
|
@@ -8698,6 +8742,10 @@
|
|
|
8698
8742
|
content: "\ecb9";
|
|
8699
8743
|
}
|
|
8700
8744
|
|
|
8745
|
+
.ti-favicon:before {
|
|
8746
|
+
content: "\fd65";
|
|
8747
|
+
}
|
|
8748
|
+
|
|
8701
8749
|
.ti-feather:before {
|
|
8702
8750
|
content: "\ee8b";
|
|
8703
8751
|
}
|
|
@@ -10770,6 +10818,14 @@
|
|
|
10770
10818
|
content: "\fcb7";
|
|
10771
10819
|
}
|
|
10772
10820
|
|
|
10821
|
+
.ti-hospital:before {
|
|
10822
|
+
content: "\fd59";
|
|
10823
|
+
}
|
|
10824
|
+
|
|
10825
|
+
.ti-hospital-circle:before {
|
|
10826
|
+
content: "\fd58";
|
|
10827
|
+
}
|
|
10828
|
+
|
|
10773
10829
|
.ti-hotel-service:before {
|
|
10774
10830
|
content: "\ef80";
|
|
10775
10831
|
}
|
|
@@ -14110,6 +14166,10 @@
|
|
|
14110
14166
|
content: "\eb03";
|
|
14111
14167
|
}
|
|
14112
14168
|
|
|
14169
|
+
.ti-parking-circle:before {
|
|
14170
|
+
content: "\fd5a";
|
|
14171
|
+
}
|
|
14172
|
+
|
|
14113
14173
|
.ti-parking-off:before {
|
|
14114
14174
|
content: "\f172";
|
|
14115
14175
|
}
|
|
@@ -14594,10 +14654,18 @@
|
|
|
14594
14654
|
content: "\ec9c";
|
|
14595
14655
|
}
|
|
14596
14656
|
|
|
14657
|
+
.ti-pin-end:before {
|
|
14658
|
+
content: "\fd5b";
|
|
14659
|
+
}
|
|
14660
|
+
|
|
14597
14661
|
.ti-pin-filled:before {
|
|
14598
14662
|
content: "\f68d";
|
|
14599
14663
|
}
|
|
14600
14664
|
|
|
14665
|
+
.ti-pin-invoke:before {
|
|
14666
|
+
content: "\fd5c";
|
|
14667
|
+
}
|
|
14668
|
+
|
|
14601
14669
|
.ti-ping-pong:before {
|
|
14602
14670
|
content: "\f38d";
|
|
14603
14671
|
}
|
|
@@ -15226,10 +15294,26 @@
|
|
|
15226
15294
|
content: "\edfa";
|
|
15227
15295
|
}
|
|
15228
15296
|
|
|
15297
|
+
.ti-receipt-bitcoin:before {
|
|
15298
|
+
content: "\fd66";
|
|
15299
|
+
}
|
|
15300
|
+
|
|
15301
|
+
.ti-receipt-dollar:before {
|
|
15302
|
+
content: "\fd67";
|
|
15303
|
+
}
|
|
15304
|
+
|
|
15305
|
+
.ti-receipt-euro:before {
|
|
15306
|
+
content: "\fd68";
|
|
15307
|
+
}
|
|
15308
|
+
|
|
15229
15309
|
.ti-receipt-off:before {
|
|
15230
15310
|
content: "\edfb";
|
|
15231
15311
|
}
|
|
15232
15312
|
|
|
15313
|
+
.ti-receipt-pound:before {
|
|
15314
|
+
content: "\fd69";
|
|
15315
|
+
}
|
|
15316
|
+
|
|
15233
15317
|
.ti-receipt-refund:before {
|
|
15234
15318
|
content: "\edfc";
|
|
15235
15319
|
}
|
|
@@ -15238,6 +15322,14 @@
|
|
|
15238
15322
|
content: "\edbd";
|
|
15239
15323
|
}
|
|
15240
15324
|
|
|
15325
|
+
.ti-receipt-yen:before {
|
|
15326
|
+
content: "\fd6a";
|
|
15327
|
+
}
|
|
15328
|
+
|
|
15329
|
+
.ti-receipt-yuan:before {
|
|
15330
|
+
content: "\fd6b";
|
|
15331
|
+
}
|
|
15332
|
+
|
|
15241
15333
|
.ti-recharging:before {
|
|
15242
15334
|
content: "\eeca";
|
|
15243
15335
|
}
|
|
@@ -15742,6 +15834,10 @@
|
|
|
15742
15834
|
content: "\ef16";
|
|
15743
15835
|
}
|
|
15744
15836
|
|
|
15837
|
+
.ti-sandbox:before {
|
|
15838
|
+
content: "\fd6c";
|
|
15839
|
+
}
|
|
15840
|
+
|
|
15745
15841
|
.ti-satellite:before {
|
|
15746
15842
|
content: "\eed3";
|
|
15747
15843
|
}
|
|
@@ -15910,6 +16006,10 @@
|
|
|
15910
16006
|
content: "\eb1e";
|
|
15911
16007
|
}
|
|
15912
16008
|
|
|
16009
|
+
.ti-send-2:before {
|
|
16010
|
+
content: "\fd5d";
|
|
16011
|
+
}
|
|
16012
|
+
|
|
15913
16013
|
.ti-send-off:before {
|
|
15914
16014
|
content: "\f429";
|
|
15915
16015
|
}
|
|
@@ -17762,6 +17862,22 @@
|
|
|
17762
17862
|
content: "\f551";
|
|
17763
17863
|
}
|
|
17764
17864
|
|
|
17865
|
+
.ti-swipe-down:before {
|
|
17866
|
+
content: "\fd5e";
|
|
17867
|
+
}
|
|
17868
|
+
|
|
17869
|
+
.ti-swipe-left:before {
|
|
17870
|
+
content: "\fd5f";
|
|
17871
|
+
}
|
|
17872
|
+
|
|
17873
|
+
.ti-swipe-right:before {
|
|
17874
|
+
content: "\fd60";
|
|
17875
|
+
}
|
|
17876
|
+
|
|
17877
|
+
.ti-swipe-up:before {
|
|
17878
|
+
content: "\fd61";
|
|
17879
|
+
}
|
|
17880
|
+
|
|
17765
17881
|
.ti-switch:before {
|
|
17766
17882
|
content: "\eb33";
|
|
17767
17883
|
}
|
|
@@ -18006,6 +18122,10 @@
|
|
|
18006
18122
|
content: "\eefd";
|
|
18007
18123
|
}
|
|
18008
18124
|
|
|
18125
|
+
.ti-text-grammar:before {
|
|
18126
|
+
content: "\fd6d";
|
|
18127
|
+
}
|
|
18128
|
+
|
|
18009
18129
|
.ti-text-increase:before {
|
|
18010
18130
|
content: "\f203";
|
|
18011
18131
|
}
|
|
@@ -18342,6 +18462,30 @@
|
|
|
18342
18462
|
content: "\ed96";
|
|
18343
18463
|
}
|
|
18344
18464
|
|
|
18465
|
+
.ti-transaction-bitcoin:before {
|
|
18466
|
+
content: "\fd6e";
|
|
18467
|
+
}
|
|
18468
|
+
|
|
18469
|
+
.ti-transaction-dollar:before {
|
|
18470
|
+
content: "\fd6f";
|
|
18471
|
+
}
|
|
18472
|
+
|
|
18473
|
+
.ti-transaction-euro:before {
|
|
18474
|
+
content: "\fd70";
|
|
18475
|
+
}
|
|
18476
|
+
|
|
18477
|
+
.ti-transaction-pound:before {
|
|
18478
|
+
content: "\fd71";
|
|
18479
|
+
}
|
|
18480
|
+
|
|
18481
|
+
.ti-transaction-yen:before {
|
|
18482
|
+
content: "\fd72";
|
|
18483
|
+
}
|
|
18484
|
+
|
|
18485
|
+
.ti-transaction-yuan:before {
|
|
18486
|
+
content: "\fd73";
|
|
18487
|
+
}
|
|
18488
|
+
|
|
18345
18489
|
.ti-transfer:before {
|
|
18346
18490
|
content: "\fc1f";
|
|
18347
18491
|
}
|