@tabler/icons-webfont 3.5.0 → 3.7.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 +46 -2
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +101 -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 +25 -3
- package/dist/tabler-icons-outline.css +107 -3
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +230 -5
- 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 +56 -5
- package/dist/tabler-icons.css +151 -11
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +329 -23
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +78 -9
- 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.7.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.7.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>
|
|
@@ -3897,6 +3915,15 @@
|
|
|
3897
3915
|
</div>
|
|
3898
3916
|
</div>
|
|
3899
3917
|
|
|
3918
|
+
<div class="tabler-icon">
|
|
3919
|
+
<i class="ti ti-battery-exclamation"></i>
|
|
3920
|
+
<strong>battery-exclamation</strong>
|
|
3921
|
+
<div class="tabler-icon-codes">
|
|
3922
|
+
<code>ti ti-battery-exclamation</code><br>
|
|
3923
|
+
<code>\ff1d</code>
|
|
3924
|
+
</div>
|
|
3925
|
+
</div>
|
|
3926
|
+
|
|
3900
3927
|
<div class="tabler-icon">
|
|
3901
3928
|
<i class="ti ti-battery-off"></i>
|
|
3902
3929
|
<strong>battery-off</strong>
|
|
@@ -3906,6 +3933,96 @@
|
|
|
3906
3933
|
</div>
|
|
3907
3934
|
</div>
|
|
3908
3935
|
|
|
3936
|
+
<div class="tabler-icon">
|
|
3937
|
+
<i class="ti ti-battery-vertical"></i>
|
|
3938
|
+
<strong>battery-vertical</strong>
|
|
3939
|
+
<div class="tabler-icon-codes">
|
|
3940
|
+
<code>ti ti-battery-vertical</code><br>
|
|
3941
|
+
<code>\ff13</code>
|
|
3942
|
+
</div>
|
|
3943
|
+
</div>
|
|
3944
|
+
|
|
3945
|
+
<div class="tabler-icon">
|
|
3946
|
+
<i class="ti ti-battery-vertical-1"></i>
|
|
3947
|
+
<strong>battery-vertical-1</strong>
|
|
3948
|
+
<div class="tabler-icon-codes">
|
|
3949
|
+
<code>ti ti-battery-vertical-1</code><br>
|
|
3950
|
+
<code>\ff1c</code>
|
|
3951
|
+
</div>
|
|
3952
|
+
</div>
|
|
3953
|
+
|
|
3954
|
+
<div class="tabler-icon">
|
|
3955
|
+
<i class="ti ti-battery-vertical-2"></i>
|
|
3956
|
+
<strong>battery-vertical-2</strong>
|
|
3957
|
+
<div class="tabler-icon-codes">
|
|
3958
|
+
<code>ti ti-battery-vertical-2</code><br>
|
|
3959
|
+
<code>\ff1b</code>
|
|
3960
|
+
</div>
|
|
3961
|
+
</div>
|
|
3962
|
+
|
|
3963
|
+
<div class="tabler-icon">
|
|
3964
|
+
<i class="ti ti-battery-vertical-3"></i>
|
|
3965
|
+
<strong>battery-vertical-3</strong>
|
|
3966
|
+
<div class="tabler-icon-codes">
|
|
3967
|
+
<code>ti ti-battery-vertical-3</code><br>
|
|
3968
|
+
<code>\ff1a</code>
|
|
3969
|
+
</div>
|
|
3970
|
+
</div>
|
|
3971
|
+
|
|
3972
|
+
<div class="tabler-icon">
|
|
3973
|
+
<i class="ti ti-battery-vertical-4"></i>
|
|
3974
|
+
<strong>battery-vertical-4</strong>
|
|
3975
|
+
<div class="tabler-icon-codes">
|
|
3976
|
+
<code>ti ti-battery-vertical-4</code><br>
|
|
3977
|
+
<code>\ff19</code>
|
|
3978
|
+
</div>
|
|
3979
|
+
</div>
|
|
3980
|
+
|
|
3981
|
+
<div class="tabler-icon">
|
|
3982
|
+
<i class="ti ti-battery-vertical-charging"></i>
|
|
3983
|
+
<strong>battery-vertical-charging</strong>
|
|
3984
|
+
<div class="tabler-icon-codes">
|
|
3985
|
+
<code>ti ti-battery-vertical-charging</code><br>
|
|
3986
|
+
<code>\ff17</code>
|
|
3987
|
+
</div>
|
|
3988
|
+
</div>
|
|
3989
|
+
|
|
3990
|
+
<div class="tabler-icon">
|
|
3991
|
+
<i class="ti ti-battery-vertical-charging-2"></i>
|
|
3992
|
+
<strong>battery-vertical-charging-2</strong>
|
|
3993
|
+
<div class="tabler-icon-codes">
|
|
3994
|
+
<code>ti ti-battery-vertical-charging-2</code><br>
|
|
3995
|
+
<code>\ff18</code>
|
|
3996
|
+
</div>
|
|
3997
|
+
</div>
|
|
3998
|
+
|
|
3999
|
+
<div class="tabler-icon">
|
|
4000
|
+
<i class="ti ti-battery-vertical-eco"></i>
|
|
4001
|
+
<strong>battery-vertical-eco</strong>
|
|
4002
|
+
<div class="tabler-icon-codes">
|
|
4003
|
+
<code>ti ti-battery-vertical-eco</code><br>
|
|
4004
|
+
<code>\ff16</code>
|
|
4005
|
+
</div>
|
|
4006
|
+
</div>
|
|
4007
|
+
|
|
4008
|
+
<div class="tabler-icon">
|
|
4009
|
+
<i class="ti ti-battery-vertical-exclamation"></i>
|
|
4010
|
+
<strong>battery-vertical-exclamation</strong>
|
|
4011
|
+
<div class="tabler-icon-codes">
|
|
4012
|
+
<code>ti ti-battery-vertical-exclamation</code><br>
|
|
4013
|
+
<code>\ff15</code>
|
|
4014
|
+
</div>
|
|
4015
|
+
</div>
|
|
4016
|
+
|
|
4017
|
+
<div class="tabler-icon">
|
|
4018
|
+
<i class="ti ti-battery-vertical-off"></i>
|
|
4019
|
+
<strong>battery-vertical-off</strong>
|
|
4020
|
+
<div class="tabler-icon-codes">
|
|
4021
|
+
<code>ti ti-battery-vertical-off</code><br>
|
|
4022
|
+
<code>\ff14</code>
|
|
4023
|
+
</div>
|
|
4024
|
+
</div>
|
|
4025
|
+
|
|
3909
4026
|
<div class="tabler-icon">
|
|
3910
4027
|
<i class="ti ti-beach"></i>
|
|
3911
4028
|
<strong>beach</strong>
|
|
@@ -4266,6 +4383,15 @@
|
|
|
4266
4383
|
</div>
|
|
4267
4384
|
</div>
|
|
4268
4385
|
|
|
4386
|
+
<div class="tabler-icon">
|
|
4387
|
+
<i class="ti ti-binoculars"></i>
|
|
4388
|
+
<strong>binoculars</strong>
|
|
4389
|
+
<div class="tabler-icon-codes">
|
|
4390
|
+
<code>ti ti-binoculars</code><br>
|
|
4391
|
+
<code>\fefe</code>
|
|
4392
|
+
</div>
|
|
4393
|
+
</div>
|
|
4394
|
+
|
|
4269
4395
|
<div class="tabler-icon">
|
|
4270
4396
|
<i class="ti ti-biohazard"></i>
|
|
4271
4397
|
<strong>biohazard</strong>
|
|
@@ -6939,6 +7065,15 @@
|
|
|
6939
7065
|
</div>
|
|
6940
7066
|
</div>
|
|
6941
7067
|
|
|
7068
|
+
<div class="tabler-icon">
|
|
7069
|
+
<i class="ti ti-brand-metabrainz"></i>
|
|
7070
|
+
<strong>brand-metabrainz</strong>
|
|
7071
|
+
<div class="tabler-icon-codes">
|
|
7072
|
+
<code>ti ti-brand-metabrainz</code><br>
|
|
7073
|
+
<code>\ff12</code>
|
|
7074
|
+
</div>
|
|
7075
|
+
</div>
|
|
7076
|
+
|
|
6942
7077
|
<div class="tabler-icon">
|
|
6943
7078
|
<i class="ti ti-brand-minecraft"></i>
|
|
6944
7079
|
<strong>brand-minecraft</strong>
|
|
@@ -8955,6 +9090,15 @@
|
|
|
8955
9090
|
</div>
|
|
8956
9091
|
</div>
|
|
8957
9092
|
|
|
9093
|
+
<div class="tabler-icon">
|
|
9094
|
+
<i class="ti ti-building-off"></i>
|
|
9095
|
+
<strong>building-off</strong>
|
|
9096
|
+
<div class="tabler-icon-codes">
|
|
9097
|
+
<code>ti ti-building-off</code><br>
|
|
9098
|
+
<code>\fefd</code>
|
|
9099
|
+
</div>
|
|
9100
|
+
</div>
|
|
9101
|
+
|
|
8958
9102
|
<div class="tabler-icon">
|
|
8959
9103
|
<i class="ti ti-building-pavilion"></i>
|
|
8960
9104
|
<strong>building-pavilion</strong>
|
|
@@ -9675,6 +9819,15 @@
|
|
|
9675
9819
|
</div>
|
|
9676
9820
|
</div>
|
|
9677
9821
|
|
|
9822
|
+
<div class="tabler-icon">
|
|
9823
|
+
<i class="ti ti-cancel"></i>
|
|
9824
|
+
<strong>cancel</strong>
|
|
9825
|
+
<div class="tabler-icon-codes">
|
|
9826
|
+
<code>ti ti-cancel</code><br>
|
|
9827
|
+
<code>\ff11</code>
|
|
9828
|
+
</div>
|
|
9829
|
+
</div>
|
|
9830
|
+
|
|
9678
9831
|
<div class="tabler-icon">
|
|
9679
9832
|
<i class="ti ti-candle"></i>
|
|
9680
9833
|
<strong>candle</strong>
|
|
@@ -11997,6 +12150,15 @@
|
|
|
11997
12150
|
</div>
|
|
11998
12151
|
</div>
|
|
11999
12152
|
|
|
12153
|
+
<div class="tabler-icon">
|
|
12154
|
+
<i class="ti ti-cliff-jumping"></i>
|
|
12155
|
+
<strong>cliff-jumping</strong>
|
|
12156
|
+
<div class="tabler-icon-codes">
|
|
12157
|
+
<code>ti ti-cliff-jumping</code><br>
|
|
12158
|
+
<code>\fefc</code>
|
|
12159
|
+
</div>
|
|
12160
|
+
</div>
|
|
12161
|
+
|
|
12000
12162
|
<div class="tabler-icon">
|
|
12001
12163
|
<i class="ti ti-clipboard"></i>
|
|
12002
12164
|
<strong>clipboard</strong>
|
|
@@ -13266,6 +13428,15 @@
|
|
|
13266
13428
|
</div>
|
|
13267
13429
|
</div>
|
|
13268
13430
|
|
|
13431
|
+
<div class="tabler-icon">
|
|
13432
|
+
<i class="ti ti-contract"></i>
|
|
13433
|
+
<strong>contract</strong>
|
|
13434
|
+
<div class="tabler-icon-codes">
|
|
13435
|
+
<code>ti ti-contract</code><br>
|
|
13436
|
+
<code>\fefb</code>
|
|
13437
|
+
</div>
|
|
13438
|
+
</div>
|
|
13439
|
+
|
|
13269
13440
|
<div class="tabler-icon">
|
|
13270
13441
|
<i class="ti ti-contrast"></i>
|
|
13271
13442
|
<strong>contrast</strong>
|
|
@@ -28162,10 +28333,10 @@
|
|
|
28162
28333
|
</div>
|
|
28163
28334
|
|
|
28164
28335
|
<div class="tabler-icon">
|
|
28165
|
-
<i class="ti ti-mood-
|
|
28166
|
-
<strong>mood-
|
|
28336
|
+
<i class="ti ti-mood-surprised"></i>
|
|
28337
|
+
<strong>mood-surprised</strong>
|
|
28167
28338
|
<div class="tabler-icon-codes">
|
|
28168
|
-
<code>ti ti-mood-
|
|
28339
|
+
<code>ti ti-mood-surprised</code><br>
|
|
28169
28340
|
<code>\ec04</code>
|
|
28170
28341
|
</div>
|
|
28171
28342
|
</div>
|
|
@@ -33165,6 +33336,15 @@
|
|
|
33165
33336
|
</div>
|
|
33166
33337
|
</div>
|
|
33167
33338
|
|
|
33339
|
+
<div class="tabler-icon">
|
|
33340
|
+
<i class="ti ti-rosette-discount-check-off"></i>
|
|
33341
|
+
<strong>rosette-discount-check-off</strong>
|
|
33342
|
+
<div class="tabler-icon-codes">
|
|
33343
|
+
<code>ti ti-rosette-discount-check-off</code><br>
|
|
33344
|
+
<code>\ff10</code>
|
|
33345
|
+
</div>
|
|
33346
|
+
</div>
|
|
33347
|
+
|
|
33168
33348
|
<div class="tabler-icon">
|
|
33169
33349
|
<i class="ti ti-rosette-discount-off"></i>
|
|
33170
33350
|
<strong>rosette-discount-off</strong>
|
|
@@ -33543,6 +33723,15 @@
|
|
|
33543
33723
|
</div>
|
|
33544
33724
|
</div>
|
|
33545
33725
|
|
|
33726
|
+
<div class="tabler-icon">
|
|
33727
|
+
<i class="ti ti-ruler-measure-2"></i>
|
|
33728
|
+
<strong>ruler-measure-2</strong>
|
|
33729
|
+
<div class="tabler-icon-codes">
|
|
33730
|
+
<code>ti ti-ruler-measure-2</code><br>
|
|
33731
|
+
<code>\ff0f</code>
|
|
33732
|
+
</div>
|
|
33733
|
+
</div>
|
|
33734
|
+
|
|
33546
33735
|
<div class="tabler-icon">
|
|
33547
33736
|
<i class="ti ti-ruler-off"></i>
|
|
33548
33737
|
<strong>ruler-off</strong>
|
|
@@ -33930,6 +34119,15 @@
|
|
|
33930
34119
|
</div>
|
|
33931
34120
|
</div>
|
|
33932
34121
|
|
|
34122
|
+
<div class="tabler-icon">
|
|
34123
|
+
<i class="ti ti-scuba-diving-tank"></i>
|
|
34124
|
+
<strong>scuba-diving-tank</strong>
|
|
34125
|
+
<div class="tabler-icon-codes">
|
|
34126
|
+
<code>ti ti-scuba-diving-tank</code><br>
|
|
34127
|
+
<code>\fefa</code>
|
|
34128
|
+
</div>
|
|
34129
|
+
</div>
|
|
34130
|
+
|
|
33933
34131
|
<div class="tabler-icon">
|
|
33934
34132
|
<i class="ti ti-scuba-mask"></i>
|
|
33935
34133
|
<strong>scuba-mask</strong>
|
|
@@ -39546,6 +39744,33 @@
|
|
|
39546
39744
|
</div>
|
|
39547
39745
|
</div>
|
|
39548
39746
|
|
|
39747
|
+
<div class="tabler-icon">
|
|
39748
|
+
<i class="ti ti-umbrella-2"></i>
|
|
39749
|
+
<strong>umbrella-2</strong>
|
|
39750
|
+
<div class="tabler-icon-codes">
|
|
39751
|
+
<code>ti ti-umbrella-2</code><br>
|
|
39752
|
+
<code>\ff0e</code>
|
|
39753
|
+
</div>
|
|
39754
|
+
</div>
|
|
39755
|
+
|
|
39756
|
+
<div class="tabler-icon">
|
|
39757
|
+
<i class="ti ti-umbrella-closed"></i>
|
|
39758
|
+
<strong>umbrella-closed</strong>
|
|
39759
|
+
<div class="tabler-icon-codes">
|
|
39760
|
+
<code>ti ti-umbrella-closed</code><br>
|
|
39761
|
+
<code>\ff0c</code>
|
|
39762
|
+
</div>
|
|
39763
|
+
</div>
|
|
39764
|
+
|
|
39765
|
+
<div class="tabler-icon">
|
|
39766
|
+
<i class="ti ti-umbrella-closed-2"></i>
|
|
39767
|
+
<strong>umbrella-closed-2</strong>
|
|
39768
|
+
<div class="tabler-icon-codes">
|
|
39769
|
+
<code>ti ti-umbrella-closed-2</code><br>
|
|
39770
|
+
<code>\ff0d</code>
|
|
39771
|
+
</div>
|
|
39772
|
+
</div>
|
|
39773
|
+
|
|
39549
39774
|
<div class="tabler-icon">
|
|
39550
39775
|
<i class="ti ti-umbrella-off"></i>
|
|
39551
39776
|
<strong>umbrella-off</strong>
|