@tabler/icons-webfont 2.33.0 → 2.35.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 +3 -2
- package/tabler-icons.css +159 -3
- package/tabler-icons.css.map +1 -7
- package/tabler-icons.html +353 -2
- package/tabler-icons.min.css +2 -3
- package/tabler-icons.min.css.map +1 -7
- package/tabler-icons.scss +83 -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.35.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.35.0"
|
|
39
39
|
},
|
|
40
40
|
"keywords": [
|
|
41
41
|
"icons",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"web"
|
|
48
48
|
],
|
|
49
49
|
"devDependencies": {
|
|
50
|
+
"sass": "^1.68.0",
|
|
50
51
|
"webfont": "^11.2.26"
|
|
51
52
|
}
|
|
52
53
|
}
|
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.35.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.35.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.35.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.35.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.35.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -1514,6 +1514,10 @@
|
|
|
1514
1514
|
content: "\f3c1";
|
|
1515
1515
|
}
|
|
1516
1516
|
|
|
1517
|
+
.ti-automatic-gearbox:before {
|
|
1518
|
+
content: "\fc89";
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1517
1521
|
.ti-award:before {
|
|
1518
1522
|
content: "\ea2c";
|
|
1519
1523
|
}
|
|
@@ -2262,6 +2266,10 @@
|
|
|
2262
2266
|
content: "\ea3a";
|
|
2263
2267
|
}
|
|
2264
2268
|
|
|
2269
|
+
.ti-bookmark-ai:before {
|
|
2270
|
+
content: "\fc8a";
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2265
2273
|
.ti-bookmark-edit:before {
|
|
2266
2274
|
content: "\fa5e";
|
|
2267
2275
|
}
|
|
@@ -4566,10 +4574,18 @@
|
|
|
4566
4574
|
content: "\efa4";
|
|
4567
4575
|
}
|
|
4568
4576
|
|
|
4577
|
+
.ti-car-garage:before {
|
|
4578
|
+
content: "\fc77";
|
|
4579
|
+
}
|
|
4580
|
+
|
|
4569
4581
|
.ti-car-off:before {
|
|
4570
4582
|
content: "\f0c7";
|
|
4571
4583
|
}
|
|
4572
4584
|
|
|
4585
|
+
.ti-car-suv:before {
|
|
4586
|
+
content: "\fc8b";
|
|
4587
|
+
}
|
|
4588
|
+
|
|
4573
4589
|
.ti-car-turbine:before {
|
|
4574
4590
|
content: "\f4fd";
|
|
4575
4591
|
}
|
|
@@ -5458,6 +5474,10 @@
|
|
|
5458
5474
|
content: "\ea68";
|
|
5459
5475
|
}
|
|
5460
5476
|
|
|
5477
|
+
.ti-circle-minus-2:before {
|
|
5478
|
+
content: "\fc8c";
|
|
5479
|
+
}
|
|
5480
|
+
|
|
5461
5481
|
.ti-circle-number-0:before {
|
|
5462
5482
|
content: "\ee34";
|
|
5463
5483
|
}
|
|
@@ -5506,6 +5526,10 @@
|
|
|
5506
5526
|
content: "\ea69";
|
|
5507
5527
|
}
|
|
5508
5528
|
|
|
5529
|
+
.ti-circle-plus-2:before {
|
|
5530
|
+
content: "\fc8d";
|
|
5531
|
+
}
|
|
5532
|
+
|
|
5509
5533
|
.ti-circle-rectangle:before {
|
|
5510
5534
|
content: "\f010";
|
|
5511
5535
|
}
|
|
@@ -5922,6 +5946,10 @@
|
|
|
5922
5946
|
content: "\f854";
|
|
5923
5947
|
}
|
|
5924
5948
|
|
|
5949
|
+
.ti-cloud-network:before {
|
|
5950
|
+
content: "\fc78";
|
|
5951
|
+
}
|
|
5952
|
+
|
|
5925
5953
|
.ti-cloud-off:before {
|
|
5926
5954
|
content: "\ed3e";
|
|
5927
5955
|
}
|
|
@@ -10210,6 +10238,14 @@
|
|
|
10210
10238
|
content: "\f47b";
|
|
10211
10239
|
}
|
|
10212
10240
|
|
|
10241
|
+
.ti-hexagon-minus:before {
|
|
10242
|
+
content: "\fc8f";
|
|
10243
|
+
}
|
|
10244
|
+
|
|
10245
|
+
.ti-hexagon-minus-2:before {
|
|
10246
|
+
content: "\fc8e";
|
|
10247
|
+
}
|
|
10248
|
+
|
|
10213
10249
|
.ti-hexagon-number-0:before {
|
|
10214
10250
|
content: "\f459";
|
|
10215
10251
|
}
|
|
@@ -10258,6 +10294,10 @@
|
|
|
10258
10294
|
content: "\fc45";
|
|
10259
10295
|
}
|
|
10260
10296
|
|
|
10297
|
+
.ti-hexagon-plus-2:before {
|
|
10298
|
+
content: "\fc90";
|
|
10299
|
+
}
|
|
10300
|
+
|
|
10261
10301
|
.ti-hexagonal-prism:before {
|
|
10262
10302
|
content: "\faa5";
|
|
10263
10303
|
}
|
|
@@ -11986,6 +12026,10 @@
|
|
|
11986
12026
|
content: "\fbd0";
|
|
11987
12027
|
}
|
|
11988
12028
|
|
|
12029
|
+
.ti-map-route:before {
|
|
12030
|
+
content: "\fc79";
|
|
12031
|
+
}
|
|
12032
|
+
|
|
11989
12033
|
.ti-map-search:before {
|
|
11990
12034
|
content: "\ef82";
|
|
11991
12035
|
}
|
|
@@ -12234,6 +12278,10 @@
|
|
|
12234
12278
|
content: "\f514";
|
|
12235
12279
|
}
|
|
12236
12280
|
|
|
12281
|
+
.ti-melon:before {
|
|
12282
|
+
content: "\fc7a";
|
|
12283
|
+
}
|
|
12284
|
+
|
|
12237
12285
|
.ti-menorah:before {
|
|
12238
12286
|
content: "\f58c";
|
|
12239
12287
|
}
|
|
@@ -13302,10 +13350,26 @@
|
|
|
13302
13350
|
content: "\f686";
|
|
13303
13351
|
}
|
|
13304
13352
|
|
|
13353
|
+
.ti-octagon-minus:before {
|
|
13354
|
+
content: "\fc92";
|
|
13355
|
+
}
|
|
13356
|
+
|
|
13357
|
+
.ti-octagon-minus-2:before {
|
|
13358
|
+
content: "\fc91";
|
|
13359
|
+
}
|
|
13360
|
+
|
|
13305
13361
|
.ti-octagon-off:before {
|
|
13306
13362
|
content: "\eeb8";
|
|
13307
13363
|
}
|
|
13308
13364
|
|
|
13365
|
+
.ti-octagon-plus:before {
|
|
13366
|
+
content: "\fc94";
|
|
13367
|
+
}
|
|
13368
|
+
|
|
13369
|
+
.ti-octagon-plus-2:before {
|
|
13370
|
+
content: "\fc93";
|
|
13371
|
+
}
|
|
13372
|
+
|
|
13309
13373
|
.ti-octahedron:before {
|
|
13310
13374
|
content: "\faae";
|
|
13311
13375
|
}
|
|
@@ -13470,6 +13534,18 @@
|
|
|
13470
13534
|
content: "\f4ca";
|
|
13471
13535
|
}
|
|
13472
13536
|
|
|
13537
|
+
.ti-password-fingerprint:before {
|
|
13538
|
+
content: "\fc7b";
|
|
13539
|
+
}
|
|
13540
|
+
|
|
13541
|
+
.ti-password-mobile-phone:before {
|
|
13542
|
+
content: "\fc7c";
|
|
13543
|
+
}
|
|
13544
|
+
|
|
13545
|
+
.ti-password-user:before {
|
|
13546
|
+
content: "\fc7d";
|
|
13547
|
+
}
|
|
13548
|
+
|
|
13473
13549
|
.ti-paw:before {
|
|
13474
13550
|
content: "\eff9";
|
|
13475
13551
|
}
|
|
@@ -13606,6 +13682,46 @@
|
|
|
13606
13682
|
content: "\f68c";
|
|
13607
13683
|
}
|
|
13608
13684
|
|
|
13685
|
+
.ti-pentagon-number-0:before {
|
|
13686
|
+
content: "\fc7e";
|
|
13687
|
+
}
|
|
13688
|
+
|
|
13689
|
+
.ti-pentagon-number-1:before {
|
|
13690
|
+
content: "\fc7f";
|
|
13691
|
+
}
|
|
13692
|
+
|
|
13693
|
+
.ti-pentagon-number-2:before {
|
|
13694
|
+
content: "\fc80";
|
|
13695
|
+
}
|
|
13696
|
+
|
|
13697
|
+
.ti-pentagon-number-3:before {
|
|
13698
|
+
content: "\fc81";
|
|
13699
|
+
}
|
|
13700
|
+
|
|
13701
|
+
.ti-pentagon-number-4:before {
|
|
13702
|
+
content: "\fc82";
|
|
13703
|
+
}
|
|
13704
|
+
|
|
13705
|
+
.ti-pentagon-number-5:before {
|
|
13706
|
+
content: "\fc83";
|
|
13707
|
+
}
|
|
13708
|
+
|
|
13709
|
+
.ti-pentagon-number-6:before {
|
|
13710
|
+
content: "\fc84";
|
|
13711
|
+
}
|
|
13712
|
+
|
|
13713
|
+
.ti-pentagon-number-7:before {
|
|
13714
|
+
content: "\fc85";
|
|
13715
|
+
}
|
|
13716
|
+
|
|
13717
|
+
.ti-pentagon-number-8:before {
|
|
13718
|
+
content: "\fc86";
|
|
13719
|
+
}
|
|
13720
|
+
|
|
13721
|
+
.ti-pentagon-number-9:before {
|
|
13722
|
+
content: "\fc87";
|
|
13723
|
+
}
|
|
13724
|
+
|
|
13609
13725
|
.ti-pentagon-off:before {
|
|
13610
13726
|
content: "\f41a";
|
|
13611
13727
|
}
|
|
@@ -13614,6 +13730,10 @@
|
|
|
13614
13730
|
content: "\fc49";
|
|
13615
13731
|
}
|
|
13616
13732
|
|
|
13733
|
+
.ti-pentagon-x:before {
|
|
13734
|
+
content: "\fc88";
|
|
13735
|
+
}
|
|
13736
|
+
|
|
13617
13737
|
.ti-pentagram:before {
|
|
13618
13738
|
content: "\f586";
|
|
13619
13739
|
}
|
|
@@ -13818,6 +13938,10 @@
|
|
|
13818
13938
|
content: "\f38b";
|
|
13819
13939
|
}
|
|
13820
13940
|
|
|
13941
|
+
.ti-photo-video:before {
|
|
13942
|
+
content: "\fc95";
|
|
13943
|
+
}
|
|
13944
|
+
|
|
13821
13945
|
.ti-photo-x:before {
|
|
13822
13946
|
content: "\f367";
|
|
13823
13947
|
}
|
|
@@ -16374,6 +16498,10 @@
|
|
|
16374
16498
|
content: "\eb2a";
|
|
16375
16499
|
}
|
|
16376
16500
|
|
|
16501
|
+
.ti-square-plus-2:before {
|
|
16502
|
+
content: "\fc96";
|
|
16503
|
+
}
|
|
16504
|
+
|
|
16377
16505
|
.ti-square-root:before {
|
|
16378
16506
|
content: "\eef1";
|
|
16379
16507
|
}
|
|
@@ -16622,6 +16750,10 @@
|
|
|
16622
16750
|
content: "\f63e";
|
|
16623
16751
|
}
|
|
16624
16752
|
|
|
16753
|
+
.ti-square-rounded-minus-2:before {
|
|
16754
|
+
content: "\fc97";
|
|
16755
|
+
}
|
|
16756
|
+
|
|
16625
16757
|
.ti-square-rounded-minus-filled:before {
|
|
16626
16758
|
content: "\fb40";
|
|
16627
16759
|
}
|
|
@@ -16710,6 +16842,10 @@
|
|
|
16710
16842
|
content: "\f63f";
|
|
16711
16843
|
}
|
|
16712
16844
|
|
|
16845
|
+
.ti-square-rounded-plus-2:before {
|
|
16846
|
+
content: "\fc98";
|
|
16847
|
+
}
|
|
16848
|
+
|
|
16713
16849
|
.ti-square-rounded-plus-filled:before {
|
|
16714
16850
|
content: "\f6e8";
|
|
16715
16851
|
}
|
|
@@ -17050,6 +17186,10 @@
|
|
|
17050
17186
|
content: "\efc0";
|
|
17051
17187
|
}
|
|
17052
17188
|
|
|
17189
|
+
.ti-tag-starred:before {
|
|
17190
|
+
content: "\fc99";
|
|
17191
|
+
}
|
|
17192
|
+
|
|
17053
17193
|
.ti-tags:before {
|
|
17054
17194
|
content: "\ef86";
|
|
17055
17195
|
}
|
|
@@ -17630,10 +17770,26 @@
|
|
|
17630
17770
|
content: "\f6ae";
|
|
17631
17771
|
}
|
|
17632
17772
|
|
|
17773
|
+
.ti-triangle-minus:before {
|
|
17774
|
+
content: "\fc9b";
|
|
17775
|
+
}
|
|
17776
|
+
|
|
17777
|
+
.ti-triangle-minus-2:before {
|
|
17778
|
+
content: "\fc9a";
|
|
17779
|
+
}
|
|
17780
|
+
|
|
17633
17781
|
.ti-triangle-off:before {
|
|
17634
17782
|
content: "\ef02";
|
|
17635
17783
|
}
|
|
17636
17784
|
|
|
17785
|
+
.ti-triangle-plus:before {
|
|
17786
|
+
content: "\fc9d";
|
|
17787
|
+
}
|
|
17788
|
+
|
|
17789
|
+
.ti-triangle-plus-2:before {
|
|
17790
|
+
content: "\fc9c";
|
|
17791
|
+
}
|
|
17792
|
+
|
|
17637
17793
|
.ti-triangle-square-circle:before {
|
|
17638
17794
|
content: "\ece8";
|
|
17639
17795
|
}
|