@tabler/icons-webfont 3.43.0 → 3.45.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/README.md +4 -4
- package/dist/fonts/tabler-icons-200.svg +153 -42
- package/dist/fonts/tabler-icons-200.ttf +0 -0
- package/dist/fonts/tabler-icons-200.woff +0 -0
- package/dist/fonts/tabler-icons-200.woff2 +0 -0
- package/dist/fonts/tabler-icons-300.svg +153 -42
- package/dist/fonts/tabler-icons-300.ttf +0 -0
- package/dist/fonts/tabler-icons-300.woff +0 -0
- package/dist/fonts/tabler-icons-300.woff2 +0 -0
- package/dist/fonts/tabler-icons-filled.svg +4 -1
- 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.svg +153 -42
- 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-200.css +198 -14
- package/dist/tabler-icons-200.html +327 -31
- package/dist/tabler-icons-200.min.css +3 -3
- package/dist/tabler-icons-200.scss +15 -6
- package/dist/tabler-icons-300.css +198 -14
- package/dist/tabler-icons-300.html +327 -31
- package/dist/tabler-icons-300.min.css +3 -3
- package/dist/tabler-icons-300.scss +15 -6
- package/dist/tabler-icons-filled.css +8 -4
- package/dist/tabler-icons-filled.css.map +1 -1
- package/dist/tabler-icons-filled.html +13 -5
- package/dist/tabler-icons-filled.min.css +3 -3
- package/dist/tabler-icons-filled.min.css.map +1 -1
- package/dist/tabler-icons-filled.scss +6 -6
- package/dist/tabler-icons.css +198 -14
- package/dist/tabler-icons.html +327 -31
- package/dist/tabler-icons.min.css +3 -3
- package/dist/tabler-icons.scss +15 -6
- package/package.json +2 -2
- package/dist/.DS_Store +0 -0
|
@@ -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.45.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">
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
<header class="header">
|
|
116
116
|
<h1>
|
|
117
117
|
Tabler Icons Outline </h1>
|
|
118
|
-
<p class="text-muted">version 3.
|
|
118
|
+
<p class="text-muted">version 3.45.0</p>
|
|
119
119
|
</header>
|
|
120
120
|
|
|
121
121
|
<div class="search-bar">
|
|
@@ -1219,6 +1219,38 @@
|
|
|
1219
1219
|
<code>ti ti-app-window</code><br>
|
|
1220
1220
|
<code>\efe6</code>
|
|
1221
1221
|
</div>
|
|
1222
|
+
</div>
|
|
1223
|
+
<div class="tabler-icon">
|
|
1224
|
+
<i class="ti ti-app-window-bottom"></i>
|
|
1225
|
+
<strong>app-window-bottom</strong>
|
|
1226
|
+
<div class="tabler-icon-codes">
|
|
1227
|
+
<code>ti ti-app-window-bottom</code><br>
|
|
1228
|
+
<code>\10278</code>
|
|
1229
|
+
</div>
|
|
1230
|
+
</div>
|
|
1231
|
+
<div class="tabler-icon">
|
|
1232
|
+
<i class="ti ti-app-window-bottom-left"></i>
|
|
1233
|
+
<strong>app-window-bottom-left</strong>
|
|
1234
|
+
<div class="tabler-icon-codes">
|
|
1235
|
+
<code>ti ti-app-window-bottom-left</code><br>
|
|
1236
|
+
<code>\1027a</code>
|
|
1237
|
+
</div>
|
|
1238
|
+
</div>
|
|
1239
|
+
<div class="tabler-icon">
|
|
1240
|
+
<i class="ti ti-app-window-bottom-right"></i>
|
|
1241
|
+
<strong>app-window-bottom-right</strong>
|
|
1242
|
+
<div class="tabler-icon-codes">
|
|
1243
|
+
<code>ti ti-app-window-bottom-right</code><br>
|
|
1244
|
+
<code>\10279</code>
|
|
1245
|
+
</div>
|
|
1246
|
+
</div>
|
|
1247
|
+
<div class="tabler-icon">
|
|
1248
|
+
<i class="ti ti-app-window-center"></i>
|
|
1249
|
+
<strong>app-window-center</strong>
|
|
1250
|
+
<div class="tabler-icon-codes">
|
|
1251
|
+
<code>ti ti-app-window-center</code><br>
|
|
1252
|
+
<code>\10277</code>
|
|
1253
|
+
</div>
|
|
1222
1254
|
</div>
|
|
1223
1255
|
<div class="tabler-icon">
|
|
1224
1256
|
<i class="ti ti-apple"></i>
|
|
@@ -1803,6 +1835,14 @@
|
|
|
1803
1835
|
<code>ti ti-arrow-fork</code><br>
|
|
1804
1836
|
<code>\f04a</code>
|
|
1805
1837
|
</div>
|
|
1838
|
+
</div>
|
|
1839
|
+
<div class="tabler-icon">
|
|
1840
|
+
<i class="ti ti-arrow-fork-triple"></i>
|
|
1841
|
+
<strong>arrow-fork-triple</strong>
|
|
1842
|
+
<div class="tabler-icon-codes">
|
|
1843
|
+
<code>ti ti-arrow-fork-triple</code><br>
|
|
1844
|
+
<code>\10276</code>
|
|
1845
|
+
</div>
|
|
1806
1846
|
</div>
|
|
1807
1847
|
<div class="tabler-icon">
|
|
1808
1848
|
<i class="ti ti-arrow-forward"></i>
|
|
@@ -5149,10 +5189,10 @@
|
|
|
5149
5189
|
</div>
|
|
5150
5190
|
</div>
|
|
5151
5191
|
<div class="tabler-icon">
|
|
5152
|
-
<i class="ti ti-brand-adobe-after-
|
|
5153
|
-
<strong>brand-adobe-after-
|
|
5192
|
+
<i class="ti ti-brand-adobe-after-effects"></i>
|
|
5193
|
+
<strong>brand-adobe-after-effects</strong>
|
|
5154
5194
|
<div class="tabler-icon-codes">
|
|
5155
|
-
<code>ti ti-brand-adobe-after-
|
|
5195
|
+
<code>ti ti-brand-adobe-after-effects</code><br>
|
|
5156
5196
|
<code>\ff2a</code>
|
|
5157
5197
|
</div>
|
|
5158
5198
|
</div>
|
|
@@ -6493,10 +6533,10 @@
|
|
|
6493
6533
|
</div>
|
|
6494
6534
|
</div>
|
|
6495
6535
|
<div class="tabler-icon">
|
|
6496
|
-
<i class="ti ti-brand-
|
|
6497
|
-
<strong>brand-
|
|
6536
|
+
<i class="ti ti-brand-kakao-talk"></i>
|
|
6537
|
+
<strong>brand-kakao-talk</strong>
|
|
6498
6538
|
<div class="tabler-icon-codes">
|
|
6499
|
-
<code>ti ti-brand-
|
|
6539
|
+
<code>ti ti-brand-kakao-talk</code><br>
|
|
6500
6540
|
<code>\fd2d</code>
|
|
6501
6541
|
</div>
|
|
6502
6542
|
</div>
|
|
@@ -7259,6 +7299,14 @@
|
|
|
7259
7299
|
<code>ti ti-brand-shopee</code><br>
|
|
7260
7300
|
<code>\f252</code>
|
|
7261
7301
|
</div>
|
|
7302
|
+
</div>
|
|
7303
|
+
<div class="tabler-icon">
|
|
7304
|
+
<i class="ti ti-brand-signal"></i>
|
|
7305
|
+
<strong>brand-signal</strong>
|
|
7306
|
+
<div class="tabler-icon-codes">
|
|
7307
|
+
<code>ti ti-brand-signal</code><br>
|
|
7308
|
+
<code>\10275</code>
|
|
7309
|
+
</div>
|
|
7262
7310
|
</div>
|
|
7263
7311
|
<div class="tabler-icon">
|
|
7264
7312
|
<i class="ti ti-brand-sketch"></i>
|
|
@@ -12819,6 +12867,14 @@
|
|
|
12819
12867
|
<code>ti ti-code</code><br>
|
|
12820
12868
|
<code>\ea77</code>
|
|
12821
12869
|
</div>
|
|
12870
|
+
</div>
|
|
12871
|
+
<div class="tabler-icon">
|
|
12872
|
+
<i class="ti ti-code-ai"></i>
|
|
12873
|
+
<strong>code-ai</strong>
|
|
12874
|
+
<div class="tabler-icon-codes">
|
|
12875
|
+
<code>ti ti-code-ai</code><br>
|
|
12876
|
+
<code>\10267</code>
|
|
12877
|
+
</div>
|
|
12822
12878
|
</div>
|
|
12823
12879
|
<div class="tabler-icon">
|
|
12824
12880
|
<i class="ti ti-code-asterisk"></i>
|
|
@@ -14349,10 +14405,10 @@
|
|
|
14349
14405
|
</div>
|
|
14350
14406
|
</div>
|
|
14351
14407
|
<div class="tabler-icon">
|
|
14352
|
-
<i class="ti ti-currency-
|
|
14353
|
-
<strong>currency-
|
|
14408
|
+
<i class="ti ti-currency-ruble"></i>
|
|
14409
|
+
<strong>currency-ruble</strong>
|
|
14354
14410
|
<div class="tabler-icon-codes">
|
|
14355
|
-
<code>ti ti-currency-
|
|
14411
|
+
<code>ti ti-currency-ruble</code><br>
|
|
14356
14412
|
<code>\ee67</code>
|
|
14357
14413
|
</div>
|
|
14358
14414
|
</div>
|
|
@@ -16155,6 +16211,14 @@
|
|
|
16155
16211
|
<code>ti ti-device-vision-pro</code><br>
|
|
16156
16212
|
<code>\fae7</code>
|
|
16157
16213
|
</div>
|
|
16214
|
+
</div>
|
|
16215
|
+
<div class="tabler-icon">
|
|
16216
|
+
<i class="ti ti-device-vision-pro-wifi"></i>
|
|
16217
|
+
<strong>device-vision-pro-wifi</strong>
|
|
16218
|
+
<div class="tabler-icon-codes">
|
|
16219
|
+
<code>ti ti-device-vision-pro-wifi</code><br>
|
|
16220
|
+
<code>\10274</code>
|
|
16221
|
+
</div>
|
|
16158
16222
|
</div>
|
|
16159
16223
|
<div class="tabler-icon">
|
|
16160
16224
|
<i class="ti ti-device-watch"></i>
|
|
@@ -16339,6 +16403,14 @@
|
|
|
16339
16403
|
<code>ti ti-device-watch-x</code><br>
|
|
16340
16404
|
<code>\f8e5</code>
|
|
16341
16405
|
</div>
|
|
16406
|
+
</div>
|
|
16407
|
+
<div class="tabler-icon">
|
|
16408
|
+
<i class="ti ti-device-workstation"></i>
|
|
16409
|
+
<strong>device-workstation</strong>
|
|
16410
|
+
<div class="tabler-icon-codes">
|
|
16411
|
+
<code>ti ti-device-workstation</code><br>
|
|
16412
|
+
<code>\10273</code>
|
|
16413
|
+
</div>
|
|
16342
16414
|
</div>
|
|
16343
16415
|
<div class="tabler-icon">
|
|
16344
16416
|
<i class="ti ti-devices"></i>
|
|
@@ -16955,6 +17027,14 @@
|
|
|
16955
17027
|
<code>ti ti-drag-drop-2</code><br>
|
|
16956
17028
|
<code>\eb88</code>
|
|
16957
17029
|
</div>
|
|
17030
|
+
</div>
|
|
17031
|
+
<div class="tabler-icon">
|
|
17032
|
+
<i class="ti ti-dragon"></i>
|
|
17033
|
+
<strong>dragon</strong>
|
|
17034
|
+
<div class="tabler-icon-codes">
|
|
17035
|
+
<code>ti ti-dragon</code><br>
|
|
17036
|
+
<code>\10272</code>
|
|
17037
|
+
</div>
|
|
16958
17038
|
</div>
|
|
16959
17039
|
<div class="tabler-icon">
|
|
16960
17040
|
<i class="ti ti-drone"></i>
|
|
@@ -17371,6 +17451,14 @@
|
|
|
17371
17451
|
<code>ti ti-elevator-off</code><br>
|
|
17372
17452
|
<code>\f3e8</code>
|
|
17373
17453
|
</div>
|
|
17454
|
+
</div>
|
|
17455
|
+
<div class="tabler-icon">
|
|
17456
|
+
<i class="ti ti-email-stamp"></i>
|
|
17457
|
+
<strong>email-stamp</strong>
|
|
17458
|
+
<div class="tabler-icon-codes">
|
|
17459
|
+
<code>ti ti-email-stamp</code><br>
|
|
17460
|
+
<code>\10266</code>
|
|
17461
|
+
</div>
|
|
17374
17462
|
</div>
|
|
17375
17463
|
<div class="tabler-icon">
|
|
17376
17464
|
<i class="ti ti-emergency-bed"></i>
|
|
@@ -19883,6 +19971,14 @@
|
|
|
19883
19971
|
<code>ti ti-folders-off</code><br>
|
|
19884
19972
|
<code>\f133</code>
|
|
19885
19973
|
</div>
|
|
19974
|
+
</div>
|
|
19975
|
+
<div class="tabler-icon">
|
|
19976
|
+
<i class="ti ti-footsteps"></i>
|
|
19977
|
+
<strong>footsteps</strong>
|
|
19978
|
+
<div class="tabler-icon-codes">
|
|
19979
|
+
<code>ti ti-footsteps</code><br>
|
|
19980
|
+
<code>\10265</code>
|
|
19981
|
+
</div>
|
|
19886
19982
|
</div>
|
|
19887
19983
|
<div class="tabler-icon">
|
|
19888
19984
|
<i class="ti ti-forbid"></i>
|
|
@@ -20253,10 +20349,10 @@
|
|
|
20253
20349
|
</div>
|
|
20254
20350
|
</div>
|
|
20255
20351
|
<div class="tabler-icon">
|
|
20256
|
-
<i class="ti ti-gender-
|
|
20257
|
-
<strong>gender-
|
|
20352
|
+
<i class="ti ti-gender-travesti"></i>
|
|
20353
|
+
<strong>gender-travesti</strong>
|
|
20258
20354
|
<div class="tabler-icon-codes">
|
|
20259
|
-
<code>ti ti-gender-
|
|
20355
|
+
<code>ti ti-gender-travesti</code><br>
|
|
20260
20356
|
<code>\f0f2</code>
|
|
20261
20357
|
</div>
|
|
20262
20358
|
</div>
|
|
@@ -20403,6 +20499,14 @@
|
|
|
20403
20499
|
<code>ti ti-git-pull-request-closed</code><br>
|
|
20404
20500
|
<code>\ef7f</code>
|
|
20405
20501
|
</div>
|
|
20502
|
+
</div>
|
|
20503
|
+
<div class="tabler-icon">
|
|
20504
|
+
<i class="ti ti-git-pull-request-conflict"></i>
|
|
20505
|
+
<strong>git-pull-request-conflict</strong>
|
|
20506
|
+
<div class="tabler-icon-codes">
|
|
20507
|
+
<code>ti ti-git-pull-request-conflict</code><br>
|
|
20508
|
+
<code>\10264</code>
|
|
20509
|
+
</div>
|
|
20406
20510
|
</div>
|
|
20407
20511
|
<div class="tabler-icon">
|
|
20408
20512
|
<i class="ti ti-git-pull-request-draft"></i>
|
|
@@ -22467,6 +22571,14 @@
|
|
|
22467
22571
|
<code>ti ti-icons-off</code><br>
|
|
22468
22572
|
<code>\f3fc</code>
|
|
22469
22573
|
</div>
|
|
22574
|
+
</div>
|
|
22575
|
+
<div class="tabler-icon">
|
|
22576
|
+
<i class="ti ti-icosahedron"></i>
|
|
22577
|
+
<strong>icosahedron</strong>
|
|
22578
|
+
<div class="tabler-icon-codes">
|
|
22579
|
+
<code>ti ti-icosahedron</code><br>
|
|
22580
|
+
<code>\fec6</code>
|
|
22581
|
+
</div>
|
|
22470
22582
|
</div>
|
|
22471
22583
|
<div class="tabler-icon">
|
|
22472
22584
|
<i class="ti ti-id"></i>
|
|
@@ -22507,14 +22619,6 @@
|
|
|
22507
22619
|
<code>ti ti-id-off</code><br>
|
|
22508
22620
|
<code>\f149</code>
|
|
22509
22621
|
</div>
|
|
22510
|
-
</div>
|
|
22511
|
-
<div class="tabler-icon">
|
|
22512
|
-
<i class="ti ti-ikosaedr"></i>
|
|
22513
|
-
<strong>ikosaedr</strong>
|
|
22514
|
-
<div class="tabler-icon-codes">
|
|
22515
|
-
<code>ti ti-ikosaedr</code><br>
|
|
22516
|
-
<code>\fec6</code>
|
|
22517
|
-
</div>
|
|
22518
22622
|
</div>
|
|
22519
22623
|
<div class="tabler-icon">
|
|
22520
22624
|
<i class="ti ti-image-generation"></i>
|
|
@@ -22843,6 +22947,14 @@
|
|
|
22843
22947
|
<code>ti ti-italic</code><br>
|
|
22844
22948
|
<code>\eb93</code>
|
|
22845
22949
|
</div>
|
|
22950
|
+
</div>
|
|
22951
|
+
<div class="tabler-icon">
|
|
22952
|
+
<i class="ti ti-italic-off"></i>
|
|
22953
|
+
<strong>italic-off</strong>
|
|
22954
|
+
<div class="tabler-icon-codes">
|
|
22955
|
+
<code>ti ti-italic-off</code><br>
|
|
22956
|
+
<code>\10271</code>
|
|
22957
|
+
</div>
|
|
22846
22958
|
</div>
|
|
22847
22959
|
<div class="tabler-icon">
|
|
22848
22960
|
<i class="ti ti-jacket"></i>
|
|
@@ -27205,10 +27317,10 @@
|
|
|
27205
27317
|
</div>
|
|
27206
27318
|
</div>
|
|
27207
27319
|
<div class="tabler-icon">
|
|
27208
|
-
<i class="ti ti-mood-
|
|
27209
|
-
<strong>mood-
|
|
27320
|
+
<i class="ti ti-mood-confused"></i>
|
|
27321
|
+
<strong>mood-confused</strong>
|
|
27210
27322
|
<div class="tabler-icon-codes">
|
|
27211
|
-
<code>ti ti-mood-
|
|
27323
|
+
<code>ti ti-mood-confused</code><br>
|
|
27212
27324
|
<code>\eaf3</code>
|
|
27213
27325
|
</div>
|
|
27214
27326
|
</div>
|
|
@@ -28235,6 +28347,14 @@
|
|
|
28235
28347
|
<code>ti ti-no-derivatives</code><br>
|
|
28236
28348
|
<code>\efbb</code>
|
|
28237
28349
|
</div>
|
|
28350
|
+
</div>
|
|
28351
|
+
<div class="tabler-icon">
|
|
28352
|
+
<i class="ti ti-noise-reduction"></i>
|
|
28353
|
+
<strong>noise-reduction</strong>
|
|
28354
|
+
<div class="tabler-icon-codes">
|
|
28355
|
+
<code>ti ti-noise-reduction</code><br>
|
|
28356
|
+
<code>\10263</code>
|
|
28357
|
+
</div>
|
|
28238
28358
|
</div>
|
|
28239
28359
|
<div class="tabler-icon">
|
|
28240
28360
|
<i class="ti ti-north-star"></i>
|
|
@@ -30347,6 +30467,14 @@
|
|
|
30347
30467
|
<code>ti ti-photo-ai</code><br>
|
|
30348
30468
|
<code>\fa32</code>
|
|
30349
30469
|
</div>
|
|
30470
|
+
</div>
|
|
30471
|
+
<div class="tabler-icon">
|
|
30472
|
+
<i class="ti ti-photo-alt"></i>
|
|
30473
|
+
<strong>photo-alt</strong>
|
|
30474
|
+
<div class="tabler-icon-codes">
|
|
30475
|
+
<code>ti ti-photo-alt</code><br>
|
|
30476
|
+
<code>\10262</code>
|
|
30477
|
+
</div>
|
|
30350
30478
|
</div>
|
|
30351
30479
|
<div class="tabler-icon">
|
|
30352
30480
|
<i class="ti ti-photo-bitcoin"></i>
|
|
@@ -30629,10 +30757,10 @@
|
|
|
30629
30757
|
</div>
|
|
30630
30758
|
</div>
|
|
30631
30759
|
<div class="tabler-icon">
|
|
30632
|
-
<i class="ti ti-
|
|
30633
|
-
<strong>
|
|
30760
|
+
<i class="ti ti-physiotherapist"></i>
|
|
30761
|
+
<strong>physiotherapist</strong>
|
|
30634
30762
|
<div class="tabler-icon-codes">
|
|
30635
|
-
<code>ti ti-
|
|
30763
|
+
<code>ti ti-physiotherapist</code><br>
|
|
30636
30764
|
<code>\eebe</code>
|
|
30637
30765
|
</div>
|
|
30638
30766
|
</div>
|
|
@@ -31371,6 +31499,14 @@
|
|
|
31371
31499
|
<code>ti ti-pointer</code><br>
|
|
31372
31500
|
<code>\f265</code>
|
|
31373
31501
|
</div>
|
|
31502
|
+
</div>
|
|
31503
|
+
<div class="tabler-icon">
|
|
31504
|
+
<i class="ti ti-pointer-2"></i>
|
|
31505
|
+
<strong>pointer-2</strong>
|
|
31506
|
+
<div class="tabler-icon-codes">
|
|
31507
|
+
<code>ti ti-pointer-2</code><br>
|
|
31508
|
+
<code>\10261</code>
|
|
31509
|
+
</div>
|
|
31374
31510
|
</div>
|
|
31375
31511
|
<div class="tabler-icon">
|
|
31376
31512
|
<i class="ti ti-pointer-bolt"></i>
|
|
@@ -31411,6 +31547,22 @@
|
|
|
31411
31547
|
<code>ti ti-pointer-cog</code><br>
|
|
31412
31548
|
<code>\f99d</code>
|
|
31413
31549
|
</div>
|
|
31550
|
+
</div>
|
|
31551
|
+
<div class="tabler-icon">
|
|
31552
|
+
<i class="ti ti-pointer-collaboration"></i>
|
|
31553
|
+
<strong>pointer-collaboration</strong>
|
|
31554
|
+
<div class="tabler-icon-codes">
|
|
31555
|
+
<code>ti ti-pointer-collaboration</code><br>
|
|
31556
|
+
<code>\1025f</code>
|
|
31557
|
+
</div>
|
|
31558
|
+
</div>
|
|
31559
|
+
<div class="tabler-icon">
|
|
31560
|
+
<i class="ti ti-pointer-collaboration-2"></i>
|
|
31561
|
+
<strong>pointer-collaboration-2</strong>
|
|
31562
|
+
<div class="tabler-icon-codes">
|
|
31563
|
+
<code>ti ti-pointer-collaboration-2</code><br>
|
|
31564
|
+
<code>\10260</code>
|
|
31565
|
+
</div>
|
|
31414
31566
|
</div>
|
|
31415
31567
|
<div class="tabler-icon">
|
|
31416
31568
|
<i class="ti ti-pointer-dollar"></i>
|
|
@@ -32963,6 +33115,14 @@
|
|
|
32963
33115
|
<code>ti ti-rotate-rectangle</code><br>
|
|
32964
33116
|
<code>\ec15</code>
|
|
32965
33117
|
</div>
|
|
33118
|
+
</div>
|
|
33119
|
+
<div class="tabler-icon">
|
|
33120
|
+
<i class="ti ti-roulette"></i>
|
|
33121
|
+
<strong>roulette</strong>
|
|
33122
|
+
<div class="tabler-icon-codes">
|
|
33123
|
+
<code>ti ti-roulette</code><br>
|
|
33124
|
+
<code>\1025e</code>
|
|
33125
|
+
</div>
|
|
32966
33126
|
</div>
|
|
32967
33127
|
<div class="tabler-icon">
|
|
32968
33128
|
<i class="ti ti-route"></i>
|
|
@@ -33331,6 +33491,14 @@
|
|
|
33331
33491
|
<code>ti ti-scan</code><br>
|
|
33332
33492
|
<code>\ebc8</code>
|
|
33333
33493
|
</div>
|
|
33494
|
+
</div>
|
|
33495
|
+
<div class="tabler-icon">
|
|
33496
|
+
<i class="ti ti-scan-cube"></i>
|
|
33497
|
+
<strong>scan-cube</strong>
|
|
33498
|
+
<div class="tabler-icon-codes">
|
|
33499
|
+
<code>ti ti-scan-cube</code><br>
|
|
33500
|
+
<code>\1025d</code>
|
|
33501
|
+
</div>
|
|
33334
33502
|
</div>
|
|
33335
33503
|
<div class="tabler-icon">
|
|
33336
33504
|
<i class="ti ti-scan-eye"></i>
|
|
@@ -34755,6 +34923,14 @@
|
|
|
34755
34923
|
<code>ti ti-skateboarding</code><br>
|
|
34756
34924
|
<code>\faca</code>
|
|
34757
34925
|
</div>
|
|
34926
|
+
</div>
|
|
34927
|
+
<div class="tabler-icon">
|
|
34928
|
+
<i class="ti ti-sketching"></i>
|
|
34929
|
+
<strong>sketching</strong>
|
|
34930
|
+
<div class="tabler-icon-codes">
|
|
34931
|
+
<code>ti ti-sketching</code><br>
|
|
34932
|
+
<code>\1025c</code>
|
|
34933
|
+
</div>
|
|
34758
34934
|
</div>
|
|
34759
34935
|
<div class="tabler-icon">
|
|
34760
34936
|
<i class="ti ti-skew-x"></i>
|
|
@@ -35171,6 +35347,30 @@
|
|
|
35171
35347
|
<code>ti ti-spade</code><br>
|
|
35172
35348
|
<code>\effa</code>
|
|
35173
35349
|
</div>
|
|
35350
|
+
</div>
|
|
35351
|
+
<div class="tabler-icon">
|
|
35352
|
+
<i class="ti ti-sparkle"></i>
|
|
35353
|
+
<strong>sparkle</strong>
|
|
35354
|
+
<div class="tabler-icon-codes">
|
|
35355
|
+
<code>ti ti-sparkle</code><br>
|
|
35356
|
+
<code>\10259</code>
|
|
35357
|
+
</div>
|
|
35358
|
+
</div>
|
|
35359
|
+
<div class="tabler-icon">
|
|
35360
|
+
<i class="ti ti-sparkle-2"></i>
|
|
35361
|
+
<strong>sparkle-2</strong>
|
|
35362
|
+
<div class="tabler-icon-codes">
|
|
35363
|
+
<code>ti ti-sparkle-2</code><br>
|
|
35364
|
+
<code>\1025b</code>
|
|
35365
|
+
</div>
|
|
35366
|
+
</div>
|
|
35367
|
+
<div class="tabler-icon">
|
|
35368
|
+
<i class="ti ti-sparkle-highlight"></i>
|
|
35369
|
+
<strong>sparkle-highlight</strong>
|
|
35370
|
+
<div class="tabler-icon-codes">
|
|
35371
|
+
<code>ti ti-sparkle-highlight</code><br>
|
|
35372
|
+
<code>\1025a</code>
|
|
35373
|
+
</div>
|
|
35174
35374
|
</div>
|
|
35175
35375
|
<div class="tabler-icon">
|
|
35176
35376
|
<i class="ti ti-sparkles"></i>
|
|
@@ -35211,6 +35411,14 @@
|
|
|
35211
35411
|
<code>ti ti-sphere</code><br>
|
|
35212
35412
|
<code>\fab8</code>
|
|
35213
35413
|
</div>
|
|
35414
|
+
</div>
|
|
35415
|
+
<div class="tabler-icon">
|
|
35416
|
+
<i class="ti ti-sphere-2"></i>
|
|
35417
|
+
<strong>sphere-2</strong>
|
|
35418
|
+
<div class="tabler-icon-codes">
|
|
35419
|
+
<code>ti ti-sphere-2</code><br>
|
|
35420
|
+
<code>\10258</code>
|
|
35421
|
+
</div>
|
|
35214
35422
|
</div>
|
|
35215
35423
|
<div class="tabler-icon">
|
|
35216
35424
|
<i class="ti ti-sphere-off"></i>
|
|
@@ -35253,10 +35461,10 @@
|
|
|
35253
35461
|
</div>
|
|
35254
35462
|
</div>
|
|
35255
35463
|
<div class="tabler-icon">
|
|
35256
|
-
<i class="ti ti-sport-
|
|
35257
|
-
<strong>sport-
|
|
35464
|
+
<i class="ti ti-sport-billiard"></i>
|
|
35465
|
+
<strong>sport-billiard</strong>
|
|
35258
35466
|
<div class="tabler-icon-codes">
|
|
35259
|
-
<code>ti ti-sport-
|
|
35467
|
+
<code>ti ti-sport-billiard</code><br>
|
|
35260
35468
|
<code>\eee4</code>
|
|
35261
35469
|
</div>
|
|
35262
35470
|
</div>
|
|
@@ -37019,6 +37227,14 @@
|
|
|
37019
37227
|
<code>ti ti-swords</code><br>
|
|
37020
37228
|
<code>\f132</code>
|
|
37021
37229
|
</div>
|
|
37230
|
+
</div>
|
|
37231
|
+
<div class="tabler-icon">
|
|
37232
|
+
<i class="ti ti-tab-close"></i>
|
|
37233
|
+
<strong>tab-close</strong>
|
|
37234
|
+
<div class="tabler-icon-codes">
|
|
37235
|
+
<code>ti ti-tab-close</code><br>
|
|
37236
|
+
<code>\10270</code>
|
|
37237
|
+
</div>
|
|
37022
37238
|
</div>
|
|
37023
37239
|
<div class="tabler-icon">
|
|
37024
37240
|
<i class="ti ti-table"></i>
|
|
@@ -37547,6 +37763,14 @@
|
|
|
37547
37763
|
<code>ti ti-text-orientation</code><br>
|
|
37548
37764
|
<code>\f2a4</code>
|
|
37549
37765
|
</div>
|
|
37766
|
+
</div>
|
|
37767
|
+
<div class="tabler-icon">
|
|
37768
|
+
<i class="ti ti-text-outline"></i>
|
|
37769
|
+
<strong>text-outline</strong>
|
|
37770
|
+
<div class="tabler-icon-codes">
|
|
37771
|
+
<code>ti ti-text-outline</code><br>
|
|
37772
|
+
<code>\1026f</code>
|
|
37773
|
+
</div>
|
|
37550
37774
|
</div>
|
|
37551
37775
|
<div class="tabler-icon">
|
|
37552
37776
|
<i class="ti ti-text-plus"></i>
|
|
@@ -37563,6 +37787,46 @@
|
|
|
37563
37787
|
<code>ti ti-text-recognition</code><br>
|
|
37564
37788
|
<code>\f204</code>
|
|
37565
37789
|
</div>
|
|
37790
|
+
</div>
|
|
37791
|
+
<div class="tabler-icon">
|
|
37792
|
+
<i class="ti ti-text-regex-asterisk"></i>
|
|
37793
|
+
<strong>text-regex-asterisk</strong>
|
|
37794
|
+
<div class="tabler-icon-codes">
|
|
37795
|
+
<code>ti ti-text-regex-asterisk</code><br>
|
|
37796
|
+
<code>\1026e</code>
|
|
37797
|
+
</div>
|
|
37798
|
+
</div>
|
|
37799
|
+
<div class="tabler-icon">
|
|
37800
|
+
<i class="ti ti-text-regex-end"></i>
|
|
37801
|
+
<strong>text-regex-end</strong>
|
|
37802
|
+
<div class="tabler-icon-codes">
|
|
37803
|
+
<code>ti ti-text-regex-end</code><br>
|
|
37804
|
+
<code>\1026d</code>
|
|
37805
|
+
</div>
|
|
37806
|
+
</div>
|
|
37807
|
+
<div class="tabler-icon">
|
|
37808
|
+
<i class="ti ti-text-regex-plus"></i>
|
|
37809
|
+
<strong>text-regex-plus</strong>
|
|
37810
|
+
<div class="tabler-icon-codes">
|
|
37811
|
+
<code>ti ti-text-regex-plus</code><br>
|
|
37812
|
+
<code>\1026c</code>
|
|
37813
|
+
</div>
|
|
37814
|
+
</div>
|
|
37815
|
+
<div class="tabler-icon">
|
|
37816
|
+
<i class="ti ti-text-regex-question"></i>
|
|
37817
|
+
<strong>text-regex-question</strong>
|
|
37818
|
+
<div class="tabler-icon-codes">
|
|
37819
|
+
<code>ti ti-text-regex-question</code><br>
|
|
37820
|
+
<code>\1026b</code>
|
|
37821
|
+
</div>
|
|
37822
|
+
</div>
|
|
37823
|
+
<div class="tabler-icon">
|
|
37824
|
+
<i class="ti ti-text-regex-start"></i>
|
|
37825
|
+
<strong>text-regex-start</strong>
|
|
37826
|
+
<div class="tabler-icon-codes">
|
|
37827
|
+
<code>ti ti-text-regex-start</code><br>
|
|
37828
|
+
<code>\1026a</code>
|
|
37829
|
+
</div>
|
|
37566
37830
|
</div>
|
|
37567
37831
|
<div class="tabler-icon">
|
|
37568
37832
|
<i class="ti ti-text-resize"></i>
|
|
@@ -37579,6 +37843,14 @@
|
|
|
37579
37843
|
<code>ti ti-text-scan-2</code><br>
|
|
37580
37844
|
<code>\fcc3</code>
|
|
37581
37845
|
</div>
|
|
37846
|
+
</div>
|
|
37847
|
+
<div class="tabler-icon">
|
|
37848
|
+
<i class="ti ti-text-scan-ai"></i>
|
|
37849
|
+
<strong>text-scan-ai</strong>
|
|
37850
|
+
<div class="tabler-icon-codes">
|
|
37851
|
+
<code>ti ti-text-scan-ai</code><br>
|
|
37852
|
+
<code>\10257</code>
|
|
37853
|
+
</div>
|
|
37582
37854
|
</div>
|
|
37583
37855
|
<div class="tabler-icon">
|
|
37584
37856
|
<i class="ti ti-text-size"></i>
|
|
@@ -38771,6 +39043,14 @@
|
|
|
38771
39043
|
<code>ti ti-underline</code><br>
|
|
38772
39044
|
<code>\eba2</code>
|
|
38773
39045
|
</div>
|
|
39046
|
+
</div>
|
|
39047
|
+
<div class="tabler-icon">
|
|
39048
|
+
<i class="ti ti-underline-off"></i>
|
|
39049
|
+
<strong>underline-off</strong>
|
|
39050
|
+
<div class="tabler-icon-codes">
|
|
39051
|
+
<code>ti ti-underline-off</code><br>
|
|
39052
|
+
<code>\10269</code>
|
|
39053
|
+
</div>
|
|
38774
39054
|
</div>
|
|
38775
39055
|
<div class="tabler-icon">
|
|
38776
39056
|
<i class="ti ti-unicycle"></i>
|
|
@@ -39403,6 +39683,14 @@
|
|
|
39403
39683
|
<code>ti ti-viewport-wide</code><br>
|
|
39404
39684
|
<code>\ebf4</code>
|
|
39405
39685
|
</div>
|
|
39686
|
+
</div>
|
|
39687
|
+
<div class="tabler-icon">
|
|
39688
|
+
<i class="ti ti-vignette"></i>
|
|
39689
|
+
<strong>vignette</strong>
|
|
39690
|
+
<div class="tabler-icon-codes">
|
|
39691
|
+
<code>ti ti-vignette</code><br>
|
|
39692
|
+
<code>\10256</code>
|
|
39693
|
+
</div>
|
|
39406
39694
|
</div>
|
|
39407
39695
|
<div class="tabler-icon">
|
|
39408
39696
|
<i class="ti ti-vinyl"></i>
|
|
@@ -39435,6 +39723,14 @@
|
|
|
39435
39723
|
<code>ti ti-vip-off</code><br>
|
|
39436
39724
|
<code>\f43a</code>
|
|
39437
39725
|
</div>
|
|
39726
|
+
</div>
|
|
39727
|
+
<div class="tabler-icon">
|
|
39728
|
+
<i class="ti ti-virtual-space"></i>
|
|
39729
|
+
<strong>virtual-space</strong>
|
|
39730
|
+
<div class="tabler-icon-codes">
|
|
39731
|
+
<code>ti ti-virtual-space</code><br>
|
|
39732
|
+
<code>\10268</code>
|
|
39733
|
+
</div>
|
|
39438
39734
|
</div>
|
|
39439
39735
|
<div class="tabler-icon">
|
|
39440
39736
|
<i class="ti ti-virus"></i>
|