@tabler/icons-webfont 2.10.0 → 2.12.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/tabler-icons.html
CHANGED
|
@@ -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 2.
|
|
8
|
+
<title>Tabler Icons - version 2.12.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
|
|
118
118
|
</h1>
|
|
119
|
-
<p class="text-muted">version 2.
|
|
119
|
+
<p class="text-muted">version 2.12.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -1584,6 +1584,15 @@
|
|
|
1584
1584
|
</div>
|
|
1585
1585
|
</div>
|
|
1586
1586
|
|
|
1587
|
+
<div class="tabler-icon">
|
|
1588
|
+
<i class="ti ti-arrow-back-up-double"></i>
|
|
1589
|
+
<strong>arrow-back-up-double</strong>
|
|
1590
|
+
<div class="tabler-icon-codes">
|
|
1591
|
+
<code>ti ti-arrow-back-up-double</code><br>
|
|
1592
|
+
<code>\f9ec</code>
|
|
1593
|
+
</div>
|
|
1594
|
+
</div>
|
|
1595
|
+
|
|
1587
1596
|
<div class="tabler-icon">
|
|
1588
1597
|
<i class="ti ti-arrow-badge-down"></i>
|
|
1589
1598
|
<strong>arrow-badge-down</strong>
|
|
@@ -2097,6 +2106,24 @@
|
|
|
2097
2106
|
</div>
|
|
2098
2107
|
</div>
|
|
2099
2108
|
|
|
2109
|
+
<div class="tabler-icon">
|
|
2110
|
+
<i class="ti ti-arrow-elbow-left"></i>
|
|
2111
|
+
<strong>arrow-elbow-left</strong>
|
|
2112
|
+
<div class="tabler-icon-codes">
|
|
2113
|
+
<code>ti ti-arrow-elbow-left</code><br>
|
|
2114
|
+
<code>\f9ed</code>
|
|
2115
|
+
</div>
|
|
2116
|
+
</div>
|
|
2117
|
+
|
|
2118
|
+
<div class="tabler-icon">
|
|
2119
|
+
<i class="ti ti-arrow-elbow-right"></i>
|
|
2120
|
+
<strong>arrow-elbow-right</strong>
|
|
2121
|
+
<div class="tabler-icon-codes">
|
|
2122
|
+
<code>ti ti-arrow-elbow-right</code><br>
|
|
2123
|
+
<code>\f9ee</code>
|
|
2124
|
+
</div>
|
|
2125
|
+
</div>
|
|
2126
|
+
|
|
2100
2127
|
<div class="tabler-icon">
|
|
2101
2128
|
<i class="ti ti-arrow-fork"></i>
|
|
2102
2129
|
<strong>arrow-fork</strong>
|
|
@@ -2124,6 +2151,15 @@
|
|
|
2124
2151
|
</div>
|
|
2125
2152
|
</div>
|
|
2126
2153
|
|
|
2154
|
+
<div class="tabler-icon">
|
|
2155
|
+
<i class="ti ti-arrow-forward-up-double"></i>
|
|
2156
|
+
<strong>arrow-forward-up-double</strong>
|
|
2157
|
+
<div class="tabler-icon-codes">
|
|
2158
|
+
<code>ti ti-arrow-forward-up-double</code><br>
|
|
2159
|
+
<code>\f9ef</code>
|
|
2160
|
+
</div>
|
|
2161
|
+
</div>
|
|
2162
|
+
|
|
2127
2163
|
<div class="tabler-icon">
|
|
2128
2164
|
<i class="ti ti-arrow-guide"></i>
|
|
2129
2165
|
<strong>arrow-guide</strong>
|
|
@@ -3780,6 +3816,33 @@
|
|
|
3780
3816
|
</div>
|
|
3781
3817
|
</div>
|
|
3782
3818
|
|
|
3819
|
+
<div class="tabler-icon">
|
|
3820
|
+
<i class="ti ti-baseline-density-large"></i>
|
|
3821
|
+
<strong>baseline-density-large</strong>
|
|
3822
|
+
<div class="tabler-icon-codes">
|
|
3823
|
+
<code>ti ti-baseline-density-large</code><br>
|
|
3824
|
+
<code>\f9f0</code>
|
|
3825
|
+
</div>
|
|
3826
|
+
</div>
|
|
3827
|
+
|
|
3828
|
+
<div class="tabler-icon">
|
|
3829
|
+
<i class="ti ti-baseline-density-medium"></i>
|
|
3830
|
+
<strong>baseline-density-medium</strong>
|
|
3831
|
+
<div class="tabler-icon-codes">
|
|
3832
|
+
<code>ti ti-baseline-density-medium</code><br>
|
|
3833
|
+
<code>\f9f1</code>
|
|
3834
|
+
</div>
|
|
3835
|
+
</div>
|
|
3836
|
+
|
|
3837
|
+
<div class="tabler-icon">
|
|
3838
|
+
<i class="ti ti-baseline-density-small"></i>
|
|
3839
|
+
<strong>baseline-density-small</strong>
|
|
3840
|
+
<div class="tabler-icon-codes">
|
|
3841
|
+
<code>ti ti-baseline-density-small</code><br>
|
|
3842
|
+
<code>\f9f2</code>
|
|
3843
|
+
</div>
|
|
3844
|
+
</div>
|
|
3845
|
+
|
|
3783
3846
|
<div class="tabler-icon">
|
|
3784
3847
|
<i class="ti ti-basket"></i>
|
|
3785
3848
|
<strong>basket</strong>
|
|
@@ -13896,6 +13959,15 @@
|
|
|
13896
13959
|
</div>
|
|
13897
13960
|
</div>
|
|
13898
13961
|
|
|
13962
|
+
<div class="tabler-icon">
|
|
13963
|
+
<i class="ti ti-deselect"></i>
|
|
13964
|
+
<strong>deselect</strong>
|
|
13965
|
+
<div class="tabler-icon-codes">
|
|
13966
|
+
<code>ti ti-deselect</code><br>
|
|
13967
|
+
<code>\f9f3</code>
|
|
13968
|
+
</div>
|
|
13969
|
+
</div>
|
|
13970
|
+
|
|
13899
13971
|
<div class="tabler-icon">
|
|
13900
13972
|
<i class="ti ti-details"></i>
|
|
13901
13973
|
<strong>details</strong>
|
|
@@ -17838,6 +17910,42 @@
|
|
|
17838
17910
|
</div>
|
|
17839
17911
|
</div>
|
|
17840
17912
|
|
|
17913
|
+
<div class="tabler-icon">
|
|
17914
|
+
<i class="ti ti-filter-cog"></i>
|
|
17915
|
+
<strong>filter-cog</strong>
|
|
17916
|
+
<div class="tabler-icon-codes">
|
|
17917
|
+
<code>ti ti-filter-cog</code><br>
|
|
17918
|
+
<code>\f9fe</code>
|
|
17919
|
+
</div>
|
|
17920
|
+
</div>
|
|
17921
|
+
|
|
17922
|
+
<div class="tabler-icon">
|
|
17923
|
+
<i class="ti ti-filter-dollar"></i>
|
|
17924
|
+
<strong>filter-dollar</strong>
|
|
17925
|
+
<div class="tabler-icon-codes">
|
|
17926
|
+
<code>ti ti-filter-dollar</code><br>
|
|
17927
|
+
<code>\f9ff</code>
|
|
17928
|
+
</div>
|
|
17929
|
+
</div>
|
|
17930
|
+
|
|
17931
|
+
<div class="tabler-icon">
|
|
17932
|
+
<i class="ti ti-filter-edit"></i>
|
|
17933
|
+
<strong>filter-edit</strong>
|
|
17934
|
+
<div class="tabler-icon-codes">
|
|
17935
|
+
<code>ti ti-filter-edit</code><br>
|
|
17936
|
+
<code>\fa00</code>
|
|
17937
|
+
</div>
|
|
17938
|
+
</div>
|
|
17939
|
+
|
|
17940
|
+
<div class="tabler-icon">
|
|
17941
|
+
<i class="ti ti-filter-minus"></i>
|
|
17942
|
+
<strong>filter-minus</strong>
|
|
17943
|
+
<div class="tabler-icon-codes">
|
|
17944
|
+
<code>ti ti-filter-minus</code><br>
|
|
17945
|
+
<code>\fa01</code>
|
|
17946
|
+
</div>
|
|
17947
|
+
</div>
|
|
17948
|
+
|
|
17841
17949
|
<div class="tabler-icon">
|
|
17842
17950
|
<i class="ti ti-filter-off"></i>
|
|
17843
17951
|
<strong>filter-off</strong>
|
|
@@ -17847,6 +17955,33 @@
|
|
|
17847
17955
|
</div>
|
|
17848
17956
|
</div>
|
|
17849
17957
|
|
|
17958
|
+
<div class="tabler-icon">
|
|
17959
|
+
<i class="ti ti-filter-plus"></i>
|
|
17960
|
+
<strong>filter-plus</strong>
|
|
17961
|
+
<div class="tabler-icon-codes">
|
|
17962
|
+
<code>ti ti-filter-plus</code><br>
|
|
17963
|
+
<code>\fa02</code>
|
|
17964
|
+
</div>
|
|
17965
|
+
</div>
|
|
17966
|
+
|
|
17967
|
+
<div class="tabler-icon">
|
|
17968
|
+
<i class="ti ti-filter-star"></i>
|
|
17969
|
+
<strong>filter-star</strong>
|
|
17970
|
+
<div class="tabler-icon-codes">
|
|
17971
|
+
<code>ti ti-filter-star</code><br>
|
|
17972
|
+
<code>\fa03</code>
|
|
17973
|
+
</div>
|
|
17974
|
+
</div>
|
|
17975
|
+
|
|
17976
|
+
<div class="tabler-icon">
|
|
17977
|
+
<i class="ti ti-filter-x"></i>
|
|
17978
|
+
<strong>filter-x</strong>
|
|
17979
|
+
<div class="tabler-icon-codes">
|
|
17980
|
+
<code>ti ti-filter-x</code><br>
|
|
17981
|
+
<code>\fa04</code>
|
|
17982
|
+
</div>
|
|
17983
|
+
</div>
|
|
17984
|
+
|
|
17850
17985
|
<div class="tabler-icon">
|
|
17851
17986
|
<i class="ti ti-filters"></i>
|
|
17852
17987
|
<strong>filters</strong>
|
|
@@ -24669,6 +24804,24 @@
|
|
|
24669
24804
|
</div>
|
|
24670
24805
|
</div>
|
|
24671
24806
|
|
|
24807
|
+
<div class="tabler-icon">
|
|
24808
|
+
<i class="ti ti-mobiledata"></i>
|
|
24809
|
+
<strong>mobiledata</strong>
|
|
24810
|
+
<div class="tabler-icon-codes">
|
|
24811
|
+
<code>ti ti-mobiledata</code><br>
|
|
24812
|
+
<code>\f9f5</code>
|
|
24813
|
+
</div>
|
|
24814
|
+
</div>
|
|
24815
|
+
|
|
24816
|
+
<div class="tabler-icon">
|
|
24817
|
+
<i class="ti ti-mobiledata-off"></i>
|
|
24818
|
+
<strong>mobiledata-off</strong>
|
|
24819
|
+
<div class="tabler-icon-codes">
|
|
24820
|
+
<code>ti ti-mobiledata-off</code><br>
|
|
24821
|
+
<code>\f9f4</code>
|
|
24822
|
+
</div>
|
|
24823
|
+
</div>
|
|
24824
|
+
|
|
24672
24825
|
<div class="tabler-icon">
|
|
24673
24826
|
<i class="ti ti-moneybag"></i>
|
|
24674
24827
|
<strong>moneybag</strong>
|
|
@@ -24777,6 +24930,15 @@
|
|
|
24777
24930
|
</div>
|
|
24778
24931
|
</div>
|
|
24779
24932
|
|
|
24933
|
+
<div class="tabler-icon">
|
|
24934
|
+
<i class="ti ti-mood-edit"></i>
|
|
24935
|
+
<strong>mood-edit</strong>
|
|
24936
|
+
<div class="tabler-icon-codes">
|
|
24937
|
+
<code>ti ti-mood-edit</code><br>
|
|
24938
|
+
<code>\fa05</code>
|
|
24939
|
+
</div>
|
|
24940
|
+
</div>
|
|
24941
|
+
|
|
24780
24942
|
<div class="tabler-icon">
|
|
24781
24943
|
<i class="ti ti-mood-empty"></i>
|
|
24782
24944
|
<strong>mood-empty</strong>
|
|
@@ -24984,6 +25146,15 @@
|
|
|
24984
25146
|
</div>
|
|
24985
25147
|
</div>
|
|
24986
25148
|
|
|
25149
|
+
<div class="tabler-icon">
|
|
25150
|
+
<i class="ti ti-mood-share"></i>
|
|
25151
|
+
<strong>mood-share</strong>
|
|
25152
|
+
<div class="tabler-icon-codes">
|
|
25153
|
+
<code>ti ti-mood-share</code><br>
|
|
25154
|
+
<code>\fa06</code>
|
|
25155
|
+
</div>
|
|
25156
|
+
</div>
|
|
25157
|
+
|
|
24987
25158
|
<div class="tabler-icon">
|
|
24988
25159
|
<i class="ti ti-mood-sick"></i>
|
|
24989
25160
|
<strong>mood-sick</strong>
|
|
@@ -27657,6 +27828,69 @@
|
|
|
27657
27828
|
</div>
|
|
27658
27829
|
</div>
|
|
27659
27830
|
|
|
27831
|
+
<div class="tabler-icon">
|
|
27832
|
+
<i class="ti ti-progress"></i>
|
|
27833
|
+
<strong>progress</strong>
|
|
27834
|
+
<div class="tabler-icon-codes">
|
|
27835
|
+
<code>ti ti-progress</code><br>
|
|
27836
|
+
<code>\fa0d</code>
|
|
27837
|
+
</div>
|
|
27838
|
+
</div>
|
|
27839
|
+
|
|
27840
|
+
<div class="tabler-icon">
|
|
27841
|
+
<i class="ti ti-progress-alert"></i>
|
|
27842
|
+
<strong>progress-alert</strong>
|
|
27843
|
+
<div class="tabler-icon-codes">
|
|
27844
|
+
<code>ti ti-progress-alert</code><br>
|
|
27845
|
+
<code>\fa07</code>
|
|
27846
|
+
</div>
|
|
27847
|
+
</div>
|
|
27848
|
+
|
|
27849
|
+
<div class="tabler-icon">
|
|
27850
|
+
<i class="ti ti-progress-bolt"></i>
|
|
27851
|
+
<strong>progress-bolt</strong>
|
|
27852
|
+
<div class="tabler-icon-codes">
|
|
27853
|
+
<code>ti ti-progress-bolt</code><br>
|
|
27854
|
+
<code>\fa08</code>
|
|
27855
|
+
</div>
|
|
27856
|
+
</div>
|
|
27857
|
+
|
|
27858
|
+
<div class="tabler-icon">
|
|
27859
|
+
<i class="ti ti-progress-check"></i>
|
|
27860
|
+
<strong>progress-check</strong>
|
|
27861
|
+
<div class="tabler-icon-codes">
|
|
27862
|
+
<code>ti ti-progress-check</code><br>
|
|
27863
|
+
<code>\fa09</code>
|
|
27864
|
+
</div>
|
|
27865
|
+
</div>
|
|
27866
|
+
|
|
27867
|
+
<div class="tabler-icon">
|
|
27868
|
+
<i class="ti ti-progress-down"></i>
|
|
27869
|
+
<strong>progress-down</strong>
|
|
27870
|
+
<div class="tabler-icon-codes">
|
|
27871
|
+
<code>ti ti-progress-down</code><br>
|
|
27872
|
+
<code>\fa0a</code>
|
|
27873
|
+
</div>
|
|
27874
|
+
</div>
|
|
27875
|
+
|
|
27876
|
+
<div class="tabler-icon">
|
|
27877
|
+
<i class="ti ti-progress-help"></i>
|
|
27878
|
+
<strong>progress-help</strong>
|
|
27879
|
+
<div class="tabler-icon-codes">
|
|
27880
|
+
<code>ti ti-progress-help</code><br>
|
|
27881
|
+
<code>\fa0b</code>
|
|
27882
|
+
</div>
|
|
27883
|
+
</div>
|
|
27884
|
+
|
|
27885
|
+
<div class="tabler-icon">
|
|
27886
|
+
<i class="ti ti-progress-x"></i>
|
|
27887
|
+
<strong>progress-x</strong>
|
|
27888
|
+
<div class="tabler-icon-codes">
|
|
27889
|
+
<code>ti ti-progress-x</code><br>
|
|
27890
|
+
<code>\fa0c</code>
|
|
27891
|
+
</div>
|
|
27892
|
+
</div>
|
|
27893
|
+
|
|
27660
27894
|
<div class="tabler-icon">
|
|
27661
27895
|
<i class="ti ti-prompt"></i>
|
|
27662
27896
|
<strong>prompt</strong>
|
|
@@ -28314,6 +28548,15 @@
|
|
|
28314
28548
|
</div>
|
|
28315
28549
|
</div>
|
|
28316
28550
|
|
|
28551
|
+
<div class="tabler-icon">
|
|
28552
|
+
<i class="ti ti-reserved-line"></i>
|
|
28553
|
+
<strong>reserved-line</strong>
|
|
28554
|
+
<div class="tabler-icon-codes">
|
|
28555
|
+
<code>ti ti-reserved-line</code><br>
|
|
28556
|
+
<code>\f9f6</code>
|
|
28557
|
+
</div>
|
|
28558
|
+
</div>
|
|
28559
|
+
|
|
28317
28560
|
<div class="tabler-icon">
|
|
28318
28561
|
<i class="ti ti-resize"></i>
|
|
28319
28562
|
<strong>resize</strong>
|
|
@@ -29178,6 +29421,15 @@
|
|
|
29178
29421
|
</div>
|
|
29179
29422
|
</div>
|
|
29180
29423
|
|
|
29424
|
+
<div class="tabler-icon">
|
|
29425
|
+
<i class="ti ti-select-all"></i>
|
|
29426
|
+
<strong>select-all</strong>
|
|
29427
|
+
<div class="tabler-icon-codes">
|
|
29428
|
+
<code>ti ti-select-all</code><br>
|
|
29429
|
+
<code>\f9f7</code>
|
|
29430
|
+
</div>
|
|
29431
|
+
</div>
|
|
29432
|
+
|
|
29181
29433
|
<div class="tabler-icon">
|
|
29182
29434
|
<i class="ti ti-selector"></i>
|
|
29183
29435
|
<strong>selector</strong>
|
|
@@ -30096,6 +30348,60 @@
|
|
|
30096
30348
|
</div>
|
|
30097
30349
|
</div>
|
|
30098
30350
|
|
|
30351
|
+
<div class="tabler-icon">
|
|
30352
|
+
<i class="ti ti-signal-6g"></i>
|
|
30353
|
+
<strong>signal-6g</strong>
|
|
30354
|
+
<div class="tabler-icon-codes">
|
|
30355
|
+
<code>ti ti-signal-6g</code><br>
|
|
30356
|
+
<code>\f9f8</code>
|
|
30357
|
+
</div>
|
|
30358
|
+
</div>
|
|
30359
|
+
|
|
30360
|
+
<div class="tabler-icon">
|
|
30361
|
+
<i class="ti ti-signal-e"></i>
|
|
30362
|
+
<strong>signal-e</strong>
|
|
30363
|
+
<div class="tabler-icon-codes">
|
|
30364
|
+
<code>ti ti-signal-e</code><br>
|
|
30365
|
+
<code>\f9f9</code>
|
|
30366
|
+
</div>
|
|
30367
|
+
</div>
|
|
30368
|
+
|
|
30369
|
+
<div class="tabler-icon">
|
|
30370
|
+
<i class="ti ti-signal-g"></i>
|
|
30371
|
+
<strong>signal-g</strong>
|
|
30372
|
+
<div class="tabler-icon-codes">
|
|
30373
|
+
<code>ti ti-signal-g</code><br>
|
|
30374
|
+
<code>\f9fa</code>
|
|
30375
|
+
</div>
|
|
30376
|
+
</div>
|
|
30377
|
+
|
|
30378
|
+
<div class="tabler-icon">
|
|
30379
|
+
<i class="ti ti-signal-h"></i>
|
|
30380
|
+
<strong>signal-h</strong>
|
|
30381
|
+
<div class="tabler-icon-codes">
|
|
30382
|
+
<code>ti ti-signal-h</code><br>
|
|
30383
|
+
<code>\f9fc</code>
|
|
30384
|
+
</div>
|
|
30385
|
+
</div>
|
|
30386
|
+
|
|
30387
|
+
<div class="tabler-icon">
|
|
30388
|
+
<i class="ti ti-signal-h-plus"></i>
|
|
30389
|
+
<strong>signal-h-plus</strong>
|
|
30390
|
+
<div class="tabler-icon-codes">
|
|
30391
|
+
<code>ti ti-signal-h-plus</code><br>
|
|
30392
|
+
<code>\f9fb</code>
|
|
30393
|
+
</div>
|
|
30394
|
+
</div>
|
|
30395
|
+
|
|
30396
|
+
<div class="tabler-icon">
|
|
30397
|
+
<i class="ti ti-signal-lte"></i>
|
|
30398
|
+
<strong>signal-lte</strong>
|
|
30399
|
+
<div class="tabler-icon-codes">
|
|
30400
|
+
<code>ti ti-signal-lte</code><br>
|
|
30401
|
+
<code>\f9fd</code>
|
|
30402
|
+
</div>
|
|
30403
|
+
</div>
|
|
30404
|
+
|
|
30099
30405
|
<div class="tabler-icon">
|
|
30100
30406
|
<i class="ti ti-signature"></i>
|
|
30101
30407
|
<strong>signature</strong>
|
|
@@ -34533,6 +34839,24 @@
|
|
|
34533
34839
|
</div>
|
|
34534
34840
|
</div>
|
|
34535
34841
|
|
|
34842
|
+
<div class="tabler-icon">
|
|
34843
|
+
<i class="ti ti-users-minus"></i>
|
|
34844
|
+
<strong>users-minus</strong>
|
|
34845
|
+
<div class="tabler-icon-codes">
|
|
34846
|
+
<code>ti ti-users-minus</code><br>
|
|
34847
|
+
<code>\fa0e</code>
|
|
34848
|
+
</div>
|
|
34849
|
+
</div>
|
|
34850
|
+
|
|
34851
|
+
<div class="tabler-icon">
|
|
34852
|
+
<i class="ti ti-users-plus"></i>
|
|
34853
|
+
<strong>users-plus</strong>
|
|
34854
|
+
<div class="tabler-icon-codes">
|
|
34855
|
+
<code>ti ti-users-plus</code><br>
|
|
34856
|
+
<code>\fa0f</code>
|
|
34857
|
+
</div>
|
|
34858
|
+
</div>
|
|
34859
|
+
|
|
34536
34860
|
<div class="tabler-icon">
|
|
34537
34861
|
<i class="ti ti-uv-index"></i>
|
|
34538
34862
|
<strong>uv-index</strong>
|