@tabler/icons-webfont 3.4.0 → 3.6.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/dist/fonts/tabler-icons-filled.ttf +0 -0
- package/dist/fonts/tabler-icons-filled.woff +0 -0
- package/dist/fonts/tabler-icons-filled.woff2 +0 -0
- package/dist/fonts/tabler-icons-outline.ttf +0 -0
- package/dist/fonts/tabler-icons-outline.woff +0 -0
- package/dist/fonts/tabler-icons-outline.woff2 +0 -0
- package/dist/fonts/tabler-icons.ttf +0 -0
- package/dist/fonts/tabler-icons.woff +0 -0
- package/dist/fonts/tabler-icons.woff2 +0 -0
- package/dist/tabler-icons-filled.css +50 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +110 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.min.css.map +1 -1
- package/dist/tabler-icons-filled.scss +27 -3
- package/dist/tabler-icons-outline.css +98 -2
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +218 -2
- package/dist/tabler-icons-outline.min.css +2 -2
- package/dist/tabler-icons-outline.min.css.map +1 -1
- package/dist/tabler-icons-outline.scss +51 -3
- package/dist/tabler-icons.css +146 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +326 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +75 -3
- package/package.json +2 -2
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport"
|
|
6
6
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
7
7
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
8
|
-
<title>Tabler Icons - version 3.
|
|
8
|
+
<title>Tabler Icons - version 3.6.0</title>
|
|
9
9
|
|
|
10
10
|
<link rel="preconnect" href="https://rsms.me/">
|
|
11
11
|
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<h1>
|
|
117
117
|
Tabler Icons Outline
|
|
118
118
|
</h1>
|
|
119
|
-
<p class="text-muted">version 3.
|
|
119
|
+
<p class="text-muted">version 3.6.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -945,6 +945,15 @@
|
|
|
945
945
|
</div>
|
|
946
946
|
</div>
|
|
947
947
|
|
|
948
|
+
<div class="tabler-icon">
|
|
949
|
+
<i class="ti ti-align-left-2"></i>
|
|
950
|
+
<strong>align-left-2</strong>
|
|
951
|
+
<div class="tabler-icon-codes">
|
|
952
|
+
<code>ti ti-align-left-2</code><br>
|
|
953
|
+
<code>\ff00</code>
|
|
954
|
+
</div>
|
|
955
|
+
</div>
|
|
956
|
+
|
|
948
957
|
<div class="tabler-icon">
|
|
949
958
|
<i class="ti ti-align-right"></i>
|
|
950
959
|
<strong>align-right</strong>
|
|
@@ -954,6 +963,15 @@
|
|
|
954
963
|
</div>
|
|
955
964
|
</div>
|
|
956
965
|
|
|
966
|
+
<div class="tabler-icon">
|
|
967
|
+
<i class="ti ti-align-right-2"></i>
|
|
968
|
+
<strong>align-right-2</strong>
|
|
969
|
+
<div class="tabler-icon-codes">
|
|
970
|
+
<code>ti ti-align-right-2</code><br>
|
|
971
|
+
<code>\feff</code>
|
|
972
|
+
</div>
|
|
973
|
+
</div>
|
|
974
|
+
|
|
957
975
|
<div class="tabler-icon">
|
|
958
976
|
<i class="ti ti-alpha"></i>
|
|
959
977
|
<strong>alpha</strong>
|
|
@@ -3042,6 +3060,15 @@
|
|
|
3042
3060
|
</div>
|
|
3043
3061
|
</div>
|
|
3044
3062
|
|
|
3063
|
+
<div class="tabler-icon">
|
|
3064
|
+
<i class="ti ti-automation"></i>
|
|
3065
|
+
<strong>automation</strong>
|
|
3066
|
+
<div class="tabler-icon-codes">
|
|
3067
|
+
<code>ti ti-automation</code><br>
|
|
3068
|
+
<code>\fef8</code>
|
|
3069
|
+
</div>
|
|
3070
|
+
</div>
|
|
3071
|
+
|
|
3045
3072
|
<div class="tabler-icon">
|
|
3046
3073
|
<i class="ti ti-avocado"></i>
|
|
3047
3074
|
<strong>avocado</strong>
|
|
@@ -4257,6 +4284,15 @@
|
|
|
4257
4284
|
</div>
|
|
4258
4285
|
</div>
|
|
4259
4286
|
|
|
4287
|
+
<div class="tabler-icon">
|
|
4288
|
+
<i class="ti ti-binoculars"></i>
|
|
4289
|
+
<strong>binoculars</strong>
|
|
4290
|
+
<div class="tabler-icon-codes">
|
|
4291
|
+
<code>ti ti-binoculars</code><br>
|
|
4292
|
+
<code>\fefe</code>
|
|
4293
|
+
</div>
|
|
4294
|
+
</div>
|
|
4295
|
+
|
|
4260
4296
|
<div class="tabler-icon">
|
|
4261
4297
|
<i class="ti ti-biohazard"></i>
|
|
4262
4298
|
<strong>biohazard</strong>
|
|
@@ -8946,6 +8982,15 @@
|
|
|
8946
8982
|
</div>
|
|
8947
8983
|
</div>
|
|
8948
8984
|
|
|
8985
|
+
<div class="tabler-icon">
|
|
8986
|
+
<i class="ti ti-building-off"></i>
|
|
8987
|
+
<strong>building-off</strong>
|
|
8988
|
+
<div class="tabler-icon-codes">
|
|
8989
|
+
<code>ti ti-building-off</code><br>
|
|
8990
|
+
<code>\fefd</code>
|
|
8991
|
+
</div>
|
|
8992
|
+
</div>
|
|
8993
|
+
|
|
8949
8994
|
<div class="tabler-icon">
|
|
8950
8995
|
<i class="ti ti-building-pavilion"></i>
|
|
8951
8996
|
<strong>building-pavilion</strong>
|
|
@@ -10332,6 +10377,15 @@
|
|
|
10332
10377
|
</div>
|
|
10333
10378
|
</div>
|
|
10334
10379
|
|
|
10380
|
+
<div class="tabler-icon">
|
|
10381
|
+
<i class="ti ti-chart-bar-popular"></i>
|
|
10382
|
+
<strong>chart-bar-popular</strong>
|
|
10383
|
+
<div class="tabler-icon-codes">
|
|
10384
|
+
<code>ti ti-chart-bar-popular</code><br>
|
|
10385
|
+
<code>\fef7</code>
|
|
10386
|
+
</div>
|
|
10387
|
+
</div>
|
|
10388
|
+
|
|
10335
10389
|
<div class="tabler-icon">
|
|
10336
10390
|
<i class="ti ti-chart-bubble"></i>
|
|
10337
10391
|
<strong>chart-bubble</strong>
|
|
@@ -10359,6 +10413,15 @@
|
|
|
10359
10413
|
</div>
|
|
10360
10414
|
</div>
|
|
10361
10415
|
|
|
10416
|
+
<div class="tabler-icon">
|
|
10417
|
+
<i class="ti ti-chart-cohort"></i>
|
|
10418
|
+
<strong>chart-cohort</strong>
|
|
10419
|
+
<div class="tabler-icon-codes">
|
|
10420
|
+
<code>ti ti-chart-cohort</code><br>
|
|
10421
|
+
<code>\fef6</code>
|
|
10422
|
+
</div>
|
|
10423
|
+
</div>
|
|
10424
|
+
|
|
10362
10425
|
<div class="tabler-icon">
|
|
10363
10426
|
<i class="ti ti-chart-donut"></i>
|
|
10364
10427
|
<strong>chart-donut</strong>
|
|
@@ -10422,6 +10485,15 @@
|
|
|
10422
10485
|
</div>
|
|
10423
10486
|
</div>
|
|
10424
10487
|
|
|
10488
|
+
<div class="tabler-icon">
|
|
10489
|
+
<i class="ti ti-chart-funnel"></i>
|
|
10490
|
+
<strong>chart-funnel</strong>
|
|
10491
|
+
<div class="tabler-icon-codes">
|
|
10492
|
+
<code>ti ti-chart-funnel</code><br>
|
|
10493
|
+
<code>\fef5</code>
|
|
10494
|
+
</div>
|
|
10495
|
+
</div>
|
|
10496
|
+
|
|
10425
10497
|
<div class="tabler-icon">
|
|
10426
10498
|
<i class="ti ti-chart-grid-dots"></i>
|
|
10427
10499
|
<strong>chart-grid-dots</strong>
|
|
@@ -11961,6 +12033,15 @@
|
|
|
11961
12033
|
</div>
|
|
11962
12034
|
</div>
|
|
11963
12035
|
|
|
12036
|
+
<div class="tabler-icon">
|
|
12037
|
+
<i class="ti ti-cliff-jumping"></i>
|
|
12038
|
+
<strong>cliff-jumping</strong>
|
|
12039
|
+
<div class="tabler-icon-codes">
|
|
12040
|
+
<code>ti ti-cliff-jumping</code><br>
|
|
12041
|
+
<code>\fefc</code>
|
|
12042
|
+
</div>
|
|
12043
|
+
</div>
|
|
12044
|
+
|
|
11964
12045
|
<div class="tabler-icon">
|
|
11965
12046
|
<i class="ti ti-clipboard"></i>
|
|
11966
12047
|
<strong>clipboard</strong>
|
|
@@ -13230,6 +13311,15 @@
|
|
|
13230
13311
|
</div>
|
|
13231
13312
|
</div>
|
|
13232
13313
|
|
|
13314
|
+
<div class="tabler-icon">
|
|
13315
|
+
<i class="ti ti-contract"></i>
|
|
13316
|
+
<strong>contract</strong>
|
|
13317
|
+
<div class="tabler-icon-codes">
|
|
13318
|
+
<code>ti ti-contract</code><br>
|
|
13319
|
+
<code>\fefb</code>
|
|
13320
|
+
</div>
|
|
13321
|
+
</div>
|
|
13322
|
+
|
|
13233
13323
|
<div class="tabler-icon">
|
|
13234
13324
|
<i class="ti ti-contrast"></i>
|
|
13235
13325
|
<strong>contrast</strong>
|
|
@@ -16344,6 +16434,15 @@
|
|
|
16344
16434
|
</div>
|
|
16345
16435
|
</div>
|
|
16346
16436
|
|
|
16437
|
+
<div class="tabler-icon">
|
|
16438
|
+
<i class="ti ti-device-unknown"></i>
|
|
16439
|
+
<strong>device-unknown</strong>
|
|
16440
|
+
<div class="tabler-icon-codes">
|
|
16441
|
+
<code>ti ti-device-unknown</code><br>
|
|
16442
|
+
<code>\fef4</code>
|
|
16443
|
+
</div>
|
|
16444
|
+
</div>
|
|
16445
|
+
|
|
16347
16446
|
<div class="tabler-icon">
|
|
16348
16447
|
<i class="ti ti-device-usb"></i>
|
|
16349
16448
|
<strong>device-usb</strong>
|
|
@@ -18558,6 +18657,15 @@
|
|
|
18558
18657
|
</div>
|
|
18559
18658
|
</div>
|
|
18560
18659
|
|
|
18660
|
+
<div class="tabler-icon">
|
|
18661
|
+
<i class="ti ti-file-excel"></i>
|
|
18662
|
+
<strong>file-excel</strong>
|
|
18663
|
+
<div class="tabler-icon-codes">
|
|
18664
|
+
<code>ti ti-file-excel</code><br>
|
|
18665
|
+
<code>\fef3</code>
|
|
18666
|
+
</div>
|
|
18667
|
+
</div>
|
|
18668
|
+
|
|
18561
18669
|
<div class="tabler-icon">
|
|
18562
18670
|
<i class="ti ti-file-export"></i>
|
|
18563
18671
|
<strong>file-export</strong>
|
|
@@ -19125,6 +19233,15 @@
|
|
|
19125
19233
|
</div>
|
|
19126
19234
|
</div>
|
|
19127
19235
|
|
|
19236
|
+
<div class="tabler-icon">
|
|
19237
|
+
<i class="ti ti-file-word"></i>
|
|
19238
|
+
<strong>file-word</strong>
|
|
19239
|
+
<div class="tabler-icon-codes">
|
|
19240
|
+
<code>ti ti-file-word</code><br>
|
|
19241
|
+
<code>\fef2</code>
|
|
19242
|
+
</div>
|
|
19243
|
+
</div>
|
|
19244
|
+
|
|
19128
19245
|
<div class="tabler-icon">
|
|
19129
19246
|
<i class="ti ti-file-x"></i>
|
|
19130
19247
|
<strong>file-x</strong>
|
|
@@ -29430,6 +29547,15 @@
|
|
|
29430
29547
|
</div>
|
|
29431
29548
|
</div>
|
|
29432
29549
|
|
|
29550
|
+
<div class="tabler-icon">
|
|
29551
|
+
<i class="ti ti-object-scan"></i>
|
|
29552
|
+
<strong>object-scan</strong>
|
|
29553
|
+
<div class="tabler-icon-codes">
|
|
29554
|
+
<code>ti ti-object-scan</code><br>
|
|
29555
|
+
<code>\fef1</code>
|
|
29556
|
+
</div>
|
|
29557
|
+
</div>
|
|
29558
|
+
|
|
29433
29559
|
<div class="tabler-icon">
|
|
29434
29560
|
<i class="ti ti-octagon"></i>
|
|
29435
29561
|
<strong>octagon</strong>
|
|
@@ -33858,6 +33984,15 @@
|
|
|
33858
33984
|
</div>
|
|
33859
33985
|
</div>
|
|
33860
33986
|
|
|
33987
|
+
<div class="tabler-icon">
|
|
33988
|
+
<i class="ti ti-scuba-diving-tank"></i>
|
|
33989
|
+
<strong>scuba-diving-tank</strong>
|
|
33990
|
+
<div class="tabler-icon-codes">
|
|
33991
|
+
<code>ti ti-scuba-diving-tank</code><br>
|
|
33992
|
+
<code>\fefa</code>
|
|
33993
|
+
</div>
|
|
33994
|
+
</div>
|
|
33995
|
+
|
|
33861
33996
|
<div class="tabler-icon">
|
|
33862
33997
|
<i class="ti ti-scuba-mask"></i>
|
|
33863
33998
|
<strong>scuba-mask</strong>
|
|
@@ -37872,6 +38007,33 @@
|
|
|
37872
38007
|
</div>
|
|
37873
38008
|
</div>
|
|
37874
38009
|
|
|
38010
|
+
<div class="tabler-icon">
|
|
38011
|
+
<i class="ti ti-tax"></i>
|
|
38012
|
+
<strong>tax</strong>
|
|
38013
|
+
<div class="tabler-icon-codes">
|
|
38014
|
+
<code>ti ti-tax</code><br>
|
|
38015
|
+
<code>\feee</code>
|
|
38016
|
+
</div>
|
|
38017
|
+
</div>
|
|
38018
|
+
|
|
38019
|
+
<div class="tabler-icon">
|
|
38020
|
+
<i class="ti ti-tax-euro"></i>
|
|
38021
|
+
<strong>tax-euro</strong>
|
|
38022
|
+
<div class="tabler-icon-codes">
|
|
38023
|
+
<code>ti ti-tax-euro</code><br>
|
|
38024
|
+
<code>\fef0</code>
|
|
38025
|
+
</div>
|
|
38026
|
+
</div>
|
|
38027
|
+
|
|
38028
|
+
<div class="tabler-icon">
|
|
38029
|
+
<i class="ti ti-tax-pound"></i>
|
|
38030
|
+
<strong>tax-pound</strong>
|
|
38031
|
+
<div class="tabler-icon-codes">
|
|
38032
|
+
<code>ti ti-tax-pound</code><br>
|
|
38033
|
+
<code>\feef</code>
|
|
38034
|
+
</div>
|
|
38035
|
+
</div>
|
|
38036
|
+
|
|
37875
38037
|
<div class="tabler-icon">
|
|
37876
38038
|
<i class="ti ti-teapot"></i>
|
|
37877
38039
|
<strong>teapot</strong>
|
|
@@ -38484,6 +38646,42 @@
|
|
|
38484
38646
|
</div>
|
|
38485
38647
|
</div>
|
|
38486
38648
|
|
|
38649
|
+
<div class="tabler-icon">
|
|
38650
|
+
<i class="ti ti-timezone"></i>
|
|
38651
|
+
<strong>timezone</strong>
|
|
38652
|
+
<div class="tabler-icon-codes">
|
|
38653
|
+
<code>ti ti-timezone</code><br>
|
|
38654
|
+
<code>\feed</code>
|
|
38655
|
+
</div>
|
|
38656
|
+
</div>
|
|
38657
|
+
|
|
38658
|
+
<div class="tabler-icon">
|
|
38659
|
+
<i class="ti ti-tip-jar"></i>
|
|
38660
|
+
<strong>tip-jar</strong>
|
|
38661
|
+
<div class="tabler-icon-codes">
|
|
38662
|
+
<code>ti ti-tip-jar</code><br>
|
|
38663
|
+
<code>\feea</code>
|
|
38664
|
+
</div>
|
|
38665
|
+
</div>
|
|
38666
|
+
|
|
38667
|
+
<div class="tabler-icon">
|
|
38668
|
+
<i class="ti ti-tip-jar-euro"></i>
|
|
38669
|
+
<strong>tip-jar-euro</strong>
|
|
38670
|
+
<div class="tabler-icon-codes">
|
|
38671
|
+
<code>ti ti-tip-jar-euro</code><br>
|
|
38672
|
+
<code>\feec</code>
|
|
38673
|
+
</div>
|
|
38674
|
+
</div>
|
|
38675
|
+
|
|
38676
|
+
<div class="tabler-icon">
|
|
38677
|
+
<i class="ti ti-tip-jar-pound"></i>
|
|
38678
|
+
<strong>tip-jar-pound</strong>
|
|
38679
|
+
<div class="tabler-icon-codes">
|
|
38680
|
+
<code>ti ti-tip-jar-pound</code><br>
|
|
38681
|
+
<code>\feeb</code>
|
|
38682
|
+
</div>
|
|
38683
|
+
</div>
|
|
38684
|
+
|
|
38487
38685
|
<div class="tabler-icon">
|
|
38488
38686
|
<i class="ti ti-tir"></i>
|
|
38489
38687
|
<strong>tir</strong>
|
|
@@ -40086,6 +40284,24 @@
|
|
|
40086
40284
|
</div>
|
|
40087
40285
|
</div>
|
|
40088
40286
|
|
|
40287
|
+
<div class="tabler-icon">
|
|
40288
|
+
<i class="ti ti-viewport-short"></i>
|
|
40289
|
+
<strong>viewport-short</strong>
|
|
40290
|
+
<div class="tabler-icon-codes">
|
|
40291
|
+
<code>ti ti-viewport-short</code><br>
|
|
40292
|
+
<code>\fee9</code>
|
|
40293
|
+
</div>
|
|
40294
|
+
</div>
|
|
40295
|
+
|
|
40296
|
+
<div class="tabler-icon">
|
|
40297
|
+
<i class="ti ti-viewport-tall"></i>
|
|
40298
|
+
<strong>viewport-tall</strong>
|
|
40299
|
+
<div class="tabler-icon-codes">
|
|
40300
|
+
<code>ti ti-viewport-tall</code><br>
|
|
40301
|
+
<code>\fee8</code>
|
|
40302
|
+
</div>
|
|
40303
|
+
</div>
|
|
40304
|
+
|
|
40089
40305
|
<div class="tabler-icon">
|
|
40090
40306
|
<i class="ti ti-viewport-wide"></i>
|
|
40091
40307
|
<strong>viewport-wide</strong>
|