@tabler/icons-webfont 2.46.0 → 2.47.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 +75 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +164 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +41 -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.47.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.47.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -5454,6 +5454,15 @@
|
|
|
5454
5454
|
</div>
|
|
5455
5455
|
</div>
|
|
5456
5456
|
|
|
5457
|
+
<div class="tabler-icon">
|
|
5458
|
+
<i class="ti ti-border-corner-ios"></i>
|
|
5459
|
+
<strong>border-corner-ios</strong>
|
|
5460
|
+
<div class="tabler-icon-codes">
|
|
5461
|
+
<code>ti ti-border-corner-ios</code><br>
|
|
5462
|
+
<code>\fd98</code>
|
|
5463
|
+
</div>
|
|
5464
|
+
</div>
|
|
5465
|
+
|
|
5457
5466
|
<div class="tabler-icon">
|
|
5458
5467
|
<i class="ti ti-border-corner-pill"></i>
|
|
5459
5468
|
<strong>border-corner-pill</strong>
|
|
@@ -9495,6 +9504,15 @@
|
|
|
9495
9504
|
</div>
|
|
9496
9505
|
</div>
|
|
9497
9506
|
|
|
9507
|
+
<div class="tabler-icon">
|
|
9508
|
+
<i class="ti ti-brightness-auto"></i>
|
|
9509
|
+
<strong>brightness-auto</strong>
|
|
9510
|
+
<div class="tabler-icon-codes">
|
|
9511
|
+
<code>ti ti-brightness-auto</code><br>
|
|
9512
|
+
<code>\fd99</code>
|
|
9513
|
+
</div>
|
|
9514
|
+
</div>
|
|
9515
|
+
|
|
9498
9516
|
<div class="tabler-icon">
|
|
9499
9517
|
<i class="ti ti-brightness-down"></i>
|
|
9500
9518
|
<strong>brightness-down</strong>
|
|
@@ -13383,6 +13401,15 @@
|
|
|
13383
13401
|
</div>
|
|
13384
13402
|
</div>
|
|
13385
13403
|
|
|
13404
|
+
<div class="tabler-icon">
|
|
13405
|
+
<i class="ti ti-clipboard-smile"></i>
|
|
13406
|
+
<strong>clipboard-smile</strong>
|
|
13407
|
+
<div class="tabler-icon-codes">
|
|
13408
|
+
<code>ti ti-clipboard-smile</code><br>
|
|
13409
|
+
<code>\fd9a</code>
|
|
13410
|
+
</div>
|
|
13411
|
+
</div>
|
|
13412
|
+
|
|
13386
13413
|
<div class="tabler-icon">
|
|
13387
13414
|
<i class="ti ti-clipboard-text"></i>
|
|
13388
13415
|
<strong>clipboard-text</strong>
|
|
@@ -16236,6 +16263,15 @@
|
|
|
16236
16263
|
</div>
|
|
16237
16264
|
</div>
|
|
16238
16265
|
|
|
16266
|
+
<div class="tabler-icon">
|
|
16267
|
+
<i class="ti ti-database-smile"></i>
|
|
16268
|
+
<strong>database-smile</strong>
|
|
16269
|
+
<div class="tabler-icon-codes">
|
|
16270
|
+
<code>ti ti-database-smile</code><br>
|
|
16271
|
+
<code>\fd9b</code>
|
|
16272
|
+
</div>
|
|
16273
|
+
</div>
|
|
16274
|
+
|
|
16239
16275
|
<div class="tabler-icon">
|
|
16240
16276
|
<i class="ti ti-database-star"></i>
|
|
16241
16277
|
<strong>database-star</strong>
|
|
@@ -22599,6 +22635,24 @@
|
|
|
22599
22635
|
</div>
|
|
22600
22636
|
</div>
|
|
22601
22637
|
|
|
22638
|
+
<div class="tabler-icon">
|
|
22639
|
+
<i class="ti ti-glass-champagne"></i>
|
|
22640
|
+
<strong>glass-champagne</strong>
|
|
22641
|
+
<div class="tabler-icon-codes">
|
|
22642
|
+
<code>ti ti-glass-champagne</code><br>
|
|
22643
|
+
<code>\fd9c</code>
|
|
22644
|
+
</div>
|
|
22645
|
+
</div>
|
|
22646
|
+
|
|
22647
|
+
<div class="tabler-icon">
|
|
22648
|
+
<i class="ti ti-glass-cocktail"></i>
|
|
22649
|
+
<strong>glass-cocktail</strong>
|
|
22650
|
+
<div class="tabler-icon-codes">
|
|
22651
|
+
<code>ti ti-glass-cocktail</code><br>
|
|
22652
|
+
<code>\fd9d</code>
|
|
22653
|
+
</div>
|
|
22654
|
+
</div>
|
|
22655
|
+
|
|
22602
22656
|
<div class="tabler-icon">
|
|
22603
22657
|
<i class="ti ti-glass-full"></i>
|
|
22604
22658
|
<strong>glass-full</strong>
|
|
@@ -22617,6 +22671,15 @@
|
|
|
22617
22671
|
</div>
|
|
22618
22672
|
</div>
|
|
22619
22673
|
|
|
22674
|
+
<div class="tabler-icon">
|
|
22675
|
+
<i class="ti ti-glass-gin"></i>
|
|
22676
|
+
<strong>glass-gin</strong>
|
|
22677
|
+
<div class="tabler-icon-codes">
|
|
22678
|
+
<code>ti ti-glass-gin</code><br>
|
|
22679
|
+
<code>\fd9e</code>
|
|
22680
|
+
</div>
|
|
22681
|
+
</div>
|
|
22682
|
+
|
|
22620
22683
|
<div class="tabler-icon">
|
|
22621
22684
|
<i class="ti ti-glass-off"></i>
|
|
22622
22685
|
<strong>glass-off</strong>
|
|
@@ -24894,6 +24957,15 @@
|
|
|
24894
24957
|
</div>
|
|
24895
24958
|
</div>
|
|
24896
24959
|
|
|
24960
|
+
<div class="tabler-icon">
|
|
24961
|
+
<i class="ti ti-image-in-picture"></i>
|
|
24962
|
+
<strong>image-in-picture</strong>
|
|
24963
|
+
<div class="tabler-icon-codes">
|
|
24964
|
+
<code>ti ti-image-in-picture</code><br>
|
|
24965
|
+
<code>\fd9f</code>
|
|
24966
|
+
</div>
|
|
24967
|
+
</div>
|
|
24968
|
+
|
|
24897
24969
|
<div class="tabler-icon">
|
|
24898
24970
|
<i class="ti ti-inbox"></i>
|
|
24899
24971
|
<strong>inbox</strong>
|
|
@@ -28737,6 +28809,15 @@
|
|
|
28737
28809
|
</div>
|
|
28738
28810
|
</div>
|
|
28739
28811
|
|
|
28812
|
+
<div class="tabler-icon">
|
|
28813
|
+
<i class="ti ti-math-max-min"></i>
|
|
28814
|
+
<strong>math-max-min</strong>
|
|
28815
|
+
<div class="tabler-icon-codes">
|
|
28816
|
+
<code>ti ti-math-max-min</code><br>
|
|
28817
|
+
<code>\fda0</code>
|
|
28818
|
+
</div>
|
|
28819
|
+
</div>
|
|
28820
|
+
|
|
28740
28821
|
<div class="tabler-icon">
|
|
28741
28822
|
<i class="ti ti-math-min"></i>
|
|
28742
28823
|
<strong>math-min</strong>
|
|
@@ -34380,6 +34461,15 @@
|
|
|
34380
34461
|
</div>
|
|
34381
34462
|
</div>
|
|
34382
34463
|
|
|
34464
|
+
<div class="tabler-icon">
|
|
34465
|
+
<i class="ti ti-prong"></i>
|
|
34466
|
+
<strong>prong</strong>
|
|
34467
|
+
<div class="tabler-icon-codes">
|
|
34468
|
+
<code>ti ti-prong</code><br>
|
|
34469
|
+
<code>\fda1</code>
|
|
34470
|
+
</div>
|
|
34471
|
+
</div>
|
|
34472
|
+
|
|
34383
34473
|
<div class="tabler-icon">
|
|
34384
34474
|
<i class="ti ti-propeller"></i>
|
|
34385
34475
|
<strong>propeller</strong>
|
|
@@ -37161,6 +37251,15 @@
|
|
|
37161
37251
|
</div>
|
|
37162
37252
|
</div>
|
|
37163
37253
|
|
|
37254
|
+
<div class="tabler-icon">
|
|
37255
|
+
<i class="ti ti-shopping-bag-heart"></i>
|
|
37256
|
+
<strong>shopping-bag-heart</strong>
|
|
37257
|
+
<div class="tabler-icon-codes">
|
|
37258
|
+
<code>ti ti-shopping-bag-heart</code><br>
|
|
37259
|
+
<code>\fda2</code>
|
|
37260
|
+
</div>
|
|
37261
|
+
</div>
|
|
37262
|
+
|
|
37164
37263
|
<div class="tabler-icon">
|
|
37165
37264
|
<i class="ti ti-shopping-bag-minus"></i>
|
|
37166
37265
|
<strong>shopping-bag-minus</strong>
|
|
@@ -41031,6 +41130,24 @@
|
|
|
41031
41130
|
</div>
|
|
41032
41131
|
</div>
|
|
41033
41132
|
|
|
41133
|
+
<div class="tabler-icon">
|
|
41134
|
+
<i class="ti ti-temperature-snow"></i>
|
|
41135
|
+
<strong>temperature-snow</strong>
|
|
41136
|
+
<div class="tabler-icon-codes">
|
|
41137
|
+
<code>ti ti-temperature-snow</code><br>
|
|
41138
|
+
<code>\fda3</code>
|
|
41139
|
+
</div>
|
|
41140
|
+
</div>
|
|
41141
|
+
|
|
41142
|
+
<div class="tabler-icon">
|
|
41143
|
+
<i class="ti ti-temperature-sun"></i>
|
|
41144
|
+
<strong>temperature-sun</strong>
|
|
41145
|
+
<div class="tabler-icon-codes">
|
|
41146
|
+
<code>ti ti-temperature-sun</code><br>
|
|
41147
|
+
<code>\fda4</code>
|
|
41148
|
+
</div>
|
|
41149
|
+
</div>
|
|
41150
|
+
|
|
41034
41151
|
<div class="tabler-icon">
|
|
41035
41152
|
<i class="ti ti-template"></i>
|
|
41036
41153
|
<strong>template</strong>
|
|
@@ -42048,6 +42165,51 @@
|
|
|
42048
42165
|
</div>
|
|
42049
42166
|
</div>
|
|
42050
42167
|
|
|
42168
|
+
<div class="tabler-icon">
|
|
42169
|
+
<i class="ti ti-transform-point"></i>
|
|
42170
|
+
<strong>transform-point</strong>
|
|
42171
|
+
<div class="tabler-icon-codes">
|
|
42172
|
+
<code>ti ti-transform-point</code><br>
|
|
42173
|
+
<code>\fda9</code>
|
|
42174
|
+
</div>
|
|
42175
|
+
</div>
|
|
42176
|
+
|
|
42177
|
+
<div class="tabler-icon">
|
|
42178
|
+
<i class="ti ti-transform-point-bottom-left"></i>
|
|
42179
|
+
<strong>transform-point-bottom-left</strong>
|
|
42180
|
+
<div class="tabler-icon-codes">
|
|
42181
|
+
<code>ti ti-transform-point-bottom-left</code><br>
|
|
42182
|
+
<code>\fda5</code>
|
|
42183
|
+
</div>
|
|
42184
|
+
</div>
|
|
42185
|
+
|
|
42186
|
+
<div class="tabler-icon">
|
|
42187
|
+
<i class="ti ti-transform-point-bottom-right"></i>
|
|
42188
|
+
<strong>transform-point-bottom-right</strong>
|
|
42189
|
+
<div class="tabler-icon-codes">
|
|
42190
|
+
<code>ti ti-transform-point-bottom-right</code><br>
|
|
42191
|
+
<code>\fda6</code>
|
|
42192
|
+
</div>
|
|
42193
|
+
</div>
|
|
42194
|
+
|
|
42195
|
+
<div class="tabler-icon">
|
|
42196
|
+
<i class="ti ti-transform-point-top-left"></i>
|
|
42197
|
+
<strong>transform-point-top-left</strong>
|
|
42198
|
+
<div class="tabler-icon-codes">
|
|
42199
|
+
<code>ti ti-transform-point-top-left</code><br>
|
|
42200
|
+
<code>\fda7</code>
|
|
42201
|
+
</div>
|
|
42202
|
+
</div>
|
|
42203
|
+
|
|
42204
|
+
<div class="tabler-icon">
|
|
42205
|
+
<i class="ti ti-transform-point-top-right"></i>
|
|
42206
|
+
<strong>transform-point-top-right</strong>
|
|
42207
|
+
<div class="tabler-icon-codes">
|
|
42208
|
+
<code>ti ti-transform-point-top-right</code><br>
|
|
42209
|
+
<code>\fda8</code>
|
|
42210
|
+
</div>
|
|
42211
|
+
</div>
|
|
42212
|
+
|
|
42051
42213
|
<div class="tabler-icon">
|
|
42052
42214
|
<i class="ti ti-transition-bottom"></i>
|
|
42053
42215
|
<strong>transition-bottom</strong>
|