@tabler/icons-webfont 3.2.0 → 3.3.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 +64 -4
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +132 -6
- 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 +34 -5
- package/dist/tabler-icons-outline.css +18 -6
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +29 -11
- 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 +10 -5
- package/dist/tabler-icons.css +82 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +164 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +41 -3
- package/package.json +2 -2
package/dist/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 3.
|
|
8
|
+
<title>Tabler Icons - version 3.3.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 3.
|
|
119
|
+
<p class="text-muted">version 3.3.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -13698,6 +13698,15 @@
|
|
|
13698
13698
|
</div>
|
|
13699
13699
|
</div>
|
|
13700
13700
|
|
|
13701
|
+
<div class="tabler-icon">
|
|
13702
|
+
<i class="ti ti-circle-percentage-filled"></i>
|
|
13703
|
+
<strong>circle-percentage-filled</strong>
|
|
13704
|
+
<div class="tabler-icon-codes">
|
|
13705
|
+
<code>ti ti-circle-percentage-filled</code><br>
|
|
13706
|
+
<code>\fed5</code>
|
|
13707
|
+
</div>
|
|
13708
|
+
</div>
|
|
13709
|
+
|
|
13701
13710
|
<div class="tabler-icon">
|
|
13702
13711
|
<i class="ti ti-circle-plus"></i>
|
|
13703
13712
|
<strong>circle-plus</strong>
|
|
@@ -14976,6 +14985,24 @@
|
|
|
14976
14985
|
</div>
|
|
14977
14986
|
</div>
|
|
14978
14987
|
|
|
14988
|
+
<div class="tabler-icon">
|
|
14989
|
+
<i class="ti ti-code-circle-2-filled"></i>
|
|
14990
|
+
<strong>code-circle-2-filled</strong>
|
|
14991
|
+
<div class="tabler-icon-codes">
|
|
14992
|
+
<code>ti ti-code-circle-2-filled</code><br>
|
|
14993
|
+
<code>\fed4</code>
|
|
14994
|
+
</div>
|
|
14995
|
+
</div>
|
|
14996
|
+
|
|
14997
|
+
<div class="tabler-icon">
|
|
14998
|
+
<i class="ti ti-code-circle-filled"></i>
|
|
14999
|
+
<strong>code-circle-filled</strong>
|
|
15000
|
+
<div class="tabler-icon-codes">
|
|
15001
|
+
<code>ti ti-code-circle-filled</code><br>
|
|
15002
|
+
<code>\fed3</code>
|
|
15003
|
+
</div>
|
|
15004
|
+
</div>
|
|
15005
|
+
|
|
14979
15006
|
<div class="tabler-icon">
|
|
14980
15007
|
<i class="ti ti-code-dots"></i>
|
|
14981
15008
|
<strong>code-dots</strong>
|
|
@@ -25902,6 +25929,15 @@
|
|
|
25902
25929
|
</div>
|
|
25903
25930
|
</div>
|
|
25904
25931
|
|
|
25932
|
+
<div class="tabler-icon">
|
|
25933
|
+
<i class="ti ti-hospital-circle-filled"></i>
|
|
25934
|
+
<strong>hospital-circle-filled</strong>
|
|
25935
|
+
<div class="tabler-icon-codes">
|
|
25936
|
+
<code>ti ti-hospital-circle-filled</code><br>
|
|
25937
|
+
<code>\fed2</code>
|
|
25938
|
+
</div>
|
|
25939
|
+
</div>
|
|
25940
|
+
|
|
25905
25941
|
<div class="tabler-icon">
|
|
25906
25942
|
<i class="ti ti-hotel-service"></i>
|
|
25907
25943
|
<strong>hotel-service</strong>
|
|
@@ -26181,6 +26217,15 @@
|
|
|
26181
26217
|
</div>
|
|
26182
26218
|
</div>
|
|
26183
26219
|
|
|
26220
|
+
<div class="tabler-icon">
|
|
26221
|
+
<i class="ti ti-ikosaedr"></i>
|
|
26222
|
+
<strong>ikosaedr</strong>
|
|
26223
|
+
<div class="tabler-icon-codes">
|
|
26224
|
+
<code>ti ti-ikosaedr</code><br>
|
|
26225
|
+
<code>\fec6</code>
|
|
26226
|
+
</div>
|
|
26227
|
+
</div>
|
|
26228
|
+
|
|
26184
26229
|
<div class="tabler-icon">
|
|
26185
26230
|
<i class="ti ti-image-in-picture"></i>
|
|
26186
26231
|
<strong>image-in-picture</strong>
|
|
@@ -28530,6 +28575,15 @@
|
|
|
28530
28575
|
</div>
|
|
28531
28576
|
</div>
|
|
28532
28577
|
|
|
28578
|
+
<div class="tabler-icon">
|
|
28579
|
+
<i class="ti ti-live-photo-filled"></i>
|
|
28580
|
+
<strong>live-photo-filled</strong>
|
|
28581
|
+
<div class="tabler-icon-codes">
|
|
28582
|
+
<code>ti ti-live-photo-filled</code><br>
|
|
28583
|
+
<code>\fed1</code>
|
|
28584
|
+
</div>
|
|
28585
|
+
</div>
|
|
28586
|
+
|
|
28533
28587
|
<div class="tabler-icon">
|
|
28534
28588
|
<i class="ti ti-live-photo-off"></i>
|
|
28535
28589
|
<strong>live-photo-off</strong>
|
|
@@ -30861,6 +30915,15 @@
|
|
|
30861
30915
|
</div>
|
|
30862
30916
|
</div>
|
|
30863
30917
|
|
|
30918
|
+
<div class="tabler-icon">
|
|
30919
|
+
<i class="ti ti-message-chatbot-filled"></i>
|
|
30920
|
+
<strong>message-chatbot-filled</strong>
|
|
30921
|
+
<div class="tabler-icon-codes">
|
|
30922
|
+
<code>ti ti-message-chatbot-filled</code><br>
|
|
30923
|
+
<code>\fed0</code>
|
|
30924
|
+
</div>
|
|
30925
|
+
</div>
|
|
30926
|
+
|
|
30864
30927
|
<div class="tabler-icon">
|
|
30865
30928
|
<i class="ti ti-message-check"></i>
|
|
30866
30929
|
<strong>message-check</strong>
|
|
@@ -30969,6 +31032,15 @@
|
|
|
30969
31032
|
</div>
|
|
30970
31033
|
</div>
|
|
30971
31034
|
|
|
31035
|
+
<div class="tabler-icon">
|
|
31036
|
+
<i class="ti ti-message-circle-filled"></i>
|
|
31037
|
+
<strong>message-circle-filled</strong>
|
|
31038
|
+
<div class="tabler-icon-codes">
|
|
31039
|
+
<code>ti ti-message-circle-filled</code><br>
|
|
31040
|
+
<code>\fecf</code>
|
|
31041
|
+
</div>
|
|
31042
|
+
</div>
|
|
31043
|
+
|
|
30972
31044
|
<div class="tabler-icon">
|
|
30973
31045
|
<i class="ti ti-message-circle-heart"></i>
|
|
30974
31046
|
<strong>message-circle-heart</strong>
|
|
@@ -31068,6 +31140,15 @@
|
|
|
31068
31140
|
</div>
|
|
31069
31141
|
</div>
|
|
31070
31142
|
|
|
31143
|
+
<div class="tabler-icon">
|
|
31144
|
+
<i class="ti ti-message-circle-user"></i>
|
|
31145
|
+
<strong>message-circle-user</strong>
|
|
31146
|
+
<div class="tabler-icon-codes">
|
|
31147
|
+
<code>ti ti-message-circle-user</code><br>
|
|
31148
|
+
<code>\fec5</code>
|
|
31149
|
+
</div>
|
|
31150
|
+
</div>
|
|
31151
|
+
|
|
31071
31152
|
<div class="tabler-icon">
|
|
31072
31153
|
<i class="ti ti-message-circle-x"></i>
|
|
31073
31154
|
<strong>message-circle-x</strong>
|
|
@@ -31131,6 +31212,15 @@
|
|
|
31131
31212
|
</div>
|
|
31132
31213
|
</div>
|
|
31133
31214
|
|
|
31215
|
+
<div class="tabler-icon">
|
|
31216
|
+
<i class="ti ti-message-filled"></i>
|
|
31217
|
+
<strong>message-filled</strong>
|
|
31218
|
+
<div class="tabler-icon-codes">
|
|
31219
|
+
<code>ti ti-message-filled</code><br>
|
|
31220
|
+
<code>\fecd</code>
|
|
31221
|
+
</div>
|
|
31222
|
+
</div>
|
|
31223
|
+
|
|
31134
31224
|
<div class="tabler-icon">
|
|
31135
31225
|
<i class="ti ti-message-forward"></i>
|
|
31136
31226
|
<strong>message-forward</strong>
|
|
@@ -31230,6 +31320,15 @@
|
|
|
31230
31320
|
</div>
|
|
31231
31321
|
</div>
|
|
31232
31322
|
|
|
31323
|
+
<div class="tabler-icon">
|
|
31324
|
+
<i class="ti ti-message-report-filled"></i>
|
|
31325
|
+
<strong>message-report-filled</strong>
|
|
31326
|
+
<div class="tabler-icon-codes">
|
|
31327
|
+
<code>ti ti-message-report-filled</code><br>
|
|
31328
|
+
<code>\fece</code>
|
|
31329
|
+
</div>
|
|
31330
|
+
</div>
|
|
31331
|
+
|
|
31233
31332
|
<div class="tabler-icon">
|
|
31234
31333
|
<i class="ti ti-message-search"></i>
|
|
31235
31334
|
<strong>message-search</strong>
|
|
@@ -31266,6 +31365,15 @@
|
|
|
31266
31365
|
</div>
|
|
31267
31366
|
</div>
|
|
31268
31367
|
|
|
31368
|
+
<div class="tabler-icon">
|
|
31369
|
+
<i class="ti ti-message-user"></i>
|
|
31370
|
+
<strong>message-user</strong>
|
|
31371
|
+
<div class="tabler-icon-codes">
|
|
31372
|
+
<code>ti ti-message-user</code><br>
|
|
31373
|
+
<code>\fec4</code>
|
|
31374
|
+
</div>
|
|
31375
|
+
</div>
|
|
31376
|
+
|
|
31269
31377
|
<div class="tabler-icon">
|
|
31270
31378
|
<i class="ti ti-message-x"></i>
|
|
31271
31379
|
<strong>message-x</strong>
|
|
@@ -33696,6 +33804,15 @@
|
|
|
33696
33804
|
</div>
|
|
33697
33805
|
</div>
|
|
33698
33806
|
|
|
33807
|
+
<div class="tabler-icon">
|
|
33808
|
+
<i class="ti ti-panorama-horizontal-filled"></i>
|
|
33809
|
+
<strong>panorama-horizontal-filled</strong>
|
|
33810
|
+
<div class="tabler-icon-codes">
|
|
33811
|
+
<code>ti ti-panorama-horizontal-filled</code><br>
|
|
33812
|
+
<code>\fecc</code>
|
|
33813
|
+
</div>
|
|
33814
|
+
</div>
|
|
33815
|
+
|
|
33699
33816
|
<div class="tabler-icon">
|
|
33700
33817
|
<i class="ti ti-panorama-horizontal-off"></i>
|
|
33701
33818
|
<strong>panorama-horizontal-off</strong>
|
|
@@ -33714,6 +33831,15 @@
|
|
|
33714
33831
|
</div>
|
|
33715
33832
|
</div>
|
|
33716
33833
|
|
|
33834
|
+
<div class="tabler-icon">
|
|
33835
|
+
<i class="ti ti-panorama-vertical-filled"></i>
|
|
33836
|
+
<strong>panorama-vertical-filled</strong>
|
|
33837
|
+
<div class="tabler-icon-codes">
|
|
33838
|
+
<code>ti ti-panorama-vertical-filled</code><br>
|
|
33839
|
+
<code>\fecb</code>
|
|
33840
|
+
</div>
|
|
33841
|
+
</div>
|
|
33842
|
+
|
|
33717
33843
|
<div class="tabler-icon">
|
|
33718
33844
|
<i class="ti ti-panorama-vertical-off"></i>
|
|
33719
33845
|
<strong>panorama-vertical-off</strong>
|
|
@@ -33804,6 +33930,15 @@
|
|
|
33804
33930
|
</div>
|
|
33805
33931
|
</div>
|
|
33806
33932
|
|
|
33933
|
+
<div class="tabler-icon">
|
|
33934
|
+
<i class="ti ti-parking-circle-filled"></i>
|
|
33935
|
+
<strong>parking-circle-filled</strong>
|
|
33936
|
+
<div class="tabler-icon-codes">
|
|
33937
|
+
<code>ti ti-parking-circle-filled</code><br>
|
|
33938
|
+
<code>\feca</code>
|
|
33939
|
+
</div>
|
|
33940
|
+
</div>
|
|
33941
|
+
|
|
33807
33942
|
<div class="tabler-icon">
|
|
33808
33943
|
<i class="ti ti-parking-off"></i>
|
|
33809
33944
|
<strong>parking-off</strong>
|
|
@@ -35829,6 +35964,15 @@
|
|
|
35829
35964
|
</div>
|
|
35830
35965
|
</div>
|
|
35831
35966
|
|
|
35967
|
+
<div class="tabler-icon">
|
|
35968
|
+
<i class="ti ti-poo-filled"></i>
|
|
35969
|
+
<strong>poo-filled</strong>
|
|
35970
|
+
<div class="tabler-icon-codes">
|
|
35971
|
+
<code>ti ti-poo-filled</code><br>
|
|
35972
|
+
<code>\fec9</code>
|
|
35973
|
+
</div>
|
|
35974
|
+
</div>
|
|
35975
|
+
|
|
35832
35976
|
<div class="tabler-icon">
|
|
35833
35977
|
<i class="ti ti-pool"></i>
|
|
35834
35978
|
<strong>pool</strong>
|
|
@@ -42840,6 +42984,15 @@
|
|
|
42840
42984
|
</div>
|
|
42841
42985
|
</div>
|
|
42842
42986
|
|
|
42987
|
+
<div class="tabler-icon">
|
|
42988
|
+
<i class="ti ti-sunglasses-filled"></i>
|
|
42989
|
+
<strong>sunglasses-filled</strong>
|
|
42990
|
+
<div class="tabler-icon-codes">
|
|
42991
|
+
<code>ti ti-sunglasses-filled</code><br>
|
|
42992
|
+
<code>\fec8</code>
|
|
42993
|
+
</div>
|
|
42994
|
+
</div>
|
|
42995
|
+
|
|
42843
42996
|
<div class="tabler-icon">
|
|
42844
42997
|
<i class="ti ti-sunrise"></i>
|
|
42845
42998
|
<strong>sunrise</strong>
|
|
@@ -43749,6 +43902,15 @@
|
|
|
43749
43902
|
</div>
|
|
43750
43903
|
</div>
|
|
43751
43904
|
|
|
43905
|
+
<div class="tabler-icon">
|
|
43906
|
+
<i class="ti ti-tilt-shift-filled"></i>
|
|
43907
|
+
<strong>tilt-shift-filled</strong>
|
|
43908
|
+
<div class="tabler-icon-codes">
|
|
43909
|
+
<code>ti ti-tilt-shift-filled</code><br>
|
|
43910
|
+
<code>\fec7</code>
|
|
43911
|
+
</div>
|
|
43912
|
+
</div>
|
|
43913
|
+
|
|
43752
43914
|
<div class="tabler-icon">
|
|
43753
43915
|
<i class="ti ti-tilt-shift-off"></i>
|
|
43754
43916
|
<strong>tilt-shift-off</strong>
|