@tabler/icons-webfont 3.2.0 → 3.4.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 +90 -6
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +191 -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 +46 -5
- package/dist/tabler-icons.css +154 -2
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +326 -2
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +77 -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.4.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.4.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -567,6 +567,15 @@
|
|
|
567
567
|
</div>
|
|
568
568
|
</div>
|
|
569
569
|
|
|
570
|
+
<div class="tabler-icon">
|
|
571
|
+
<i class="ti ti-ai"></i>
|
|
572
|
+
<strong>ai</strong>
|
|
573
|
+
<div class="tabler-icon-codes">
|
|
574
|
+
<code>ti ti-ai</code><br>
|
|
575
|
+
<code>\fee7</code>
|
|
576
|
+
</div>
|
|
577
|
+
</div>
|
|
578
|
+
|
|
570
579
|
<div class="tabler-icon">
|
|
571
580
|
<i class="ti ti-air-balloon"></i>
|
|
572
581
|
<strong>air-balloon</strong>
|
|
@@ -11484,6 +11493,15 @@
|
|
|
11484
11493
|
</div>
|
|
11485
11494
|
</div>
|
|
11486
11495
|
|
|
11496
|
+
<div class="tabler-icon">
|
|
11497
|
+
<i class="ti ti-cash-register"></i>
|
|
11498
|
+
<strong>cash-register</strong>
|
|
11499
|
+
<div class="tabler-icon-codes">
|
|
11500
|
+
<code>ti ti-cash-register</code><br>
|
|
11501
|
+
<code>\fee6</code>
|
|
11502
|
+
</div>
|
|
11503
|
+
</div>
|
|
11504
|
+
|
|
11487
11505
|
<div class="tabler-icon">
|
|
11488
11506
|
<i class="ti ti-cast"></i>
|
|
11489
11507
|
<strong>cast</strong>
|
|
@@ -13698,6 +13716,15 @@
|
|
|
13698
13716
|
</div>
|
|
13699
13717
|
</div>
|
|
13700
13718
|
|
|
13719
|
+
<div class="tabler-icon">
|
|
13720
|
+
<i class="ti ti-circle-percentage-filled"></i>
|
|
13721
|
+
<strong>circle-percentage-filled</strong>
|
|
13722
|
+
<div class="tabler-icon-codes">
|
|
13723
|
+
<code>ti ti-circle-percentage-filled</code><br>
|
|
13724
|
+
<code>\fed5</code>
|
|
13725
|
+
</div>
|
|
13726
|
+
</div>
|
|
13727
|
+
|
|
13701
13728
|
<div class="tabler-icon">
|
|
13702
13729
|
<i class="ti ti-circle-plus"></i>
|
|
13703
13730
|
<strong>circle-plus</strong>
|
|
@@ -14976,6 +15003,24 @@
|
|
|
14976
15003
|
</div>
|
|
14977
15004
|
</div>
|
|
14978
15005
|
|
|
15006
|
+
<div class="tabler-icon">
|
|
15007
|
+
<i class="ti ti-code-circle-2-filled"></i>
|
|
15008
|
+
<strong>code-circle-2-filled</strong>
|
|
15009
|
+
<div class="tabler-icon-codes">
|
|
15010
|
+
<code>ti ti-code-circle-2-filled</code><br>
|
|
15011
|
+
<code>\fed4</code>
|
|
15012
|
+
</div>
|
|
15013
|
+
</div>
|
|
15014
|
+
|
|
15015
|
+
<div class="tabler-icon">
|
|
15016
|
+
<i class="ti ti-code-circle-filled"></i>
|
|
15017
|
+
<strong>code-circle-filled</strong>
|
|
15018
|
+
<div class="tabler-icon-codes">
|
|
15019
|
+
<code>ti ti-code-circle-filled</code><br>
|
|
15020
|
+
<code>\fed3</code>
|
|
15021
|
+
</div>
|
|
15022
|
+
</div>
|
|
15023
|
+
|
|
14979
15024
|
<div class="tabler-icon">
|
|
14980
15025
|
<i class="ti ti-code-dots"></i>
|
|
14981
15026
|
<strong>code-dots</strong>
|
|
@@ -25902,6 +25947,15 @@
|
|
|
25902
25947
|
</div>
|
|
25903
25948
|
</div>
|
|
25904
25949
|
|
|
25950
|
+
<div class="tabler-icon">
|
|
25951
|
+
<i class="ti ti-hospital-circle-filled"></i>
|
|
25952
|
+
<strong>hospital-circle-filled</strong>
|
|
25953
|
+
<div class="tabler-icon-codes">
|
|
25954
|
+
<code>ti ti-hospital-circle-filled</code><br>
|
|
25955
|
+
<code>\fed2</code>
|
|
25956
|
+
</div>
|
|
25957
|
+
</div>
|
|
25958
|
+
|
|
25905
25959
|
<div class="tabler-icon">
|
|
25906
25960
|
<i class="ti ti-hotel-service"></i>
|
|
25907
25961
|
<strong>hotel-service</strong>
|
|
@@ -26181,6 +26235,15 @@
|
|
|
26181
26235
|
</div>
|
|
26182
26236
|
</div>
|
|
26183
26237
|
|
|
26238
|
+
<div class="tabler-icon">
|
|
26239
|
+
<i class="ti ti-ikosaedr"></i>
|
|
26240
|
+
<strong>ikosaedr</strong>
|
|
26241
|
+
<div class="tabler-icon-codes">
|
|
26242
|
+
<code>ti ti-ikosaedr</code><br>
|
|
26243
|
+
<code>\fec6</code>
|
|
26244
|
+
</div>
|
|
26245
|
+
</div>
|
|
26246
|
+
|
|
26184
26247
|
<div class="tabler-icon">
|
|
26185
26248
|
<i class="ti ti-image-in-picture"></i>
|
|
26186
26249
|
<strong>image-in-picture</strong>
|
|
@@ -28530,6 +28593,15 @@
|
|
|
28530
28593
|
</div>
|
|
28531
28594
|
</div>
|
|
28532
28595
|
|
|
28596
|
+
<div class="tabler-icon">
|
|
28597
|
+
<i class="ti ti-live-photo-filled"></i>
|
|
28598
|
+
<strong>live-photo-filled</strong>
|
|
28599
|
+
<div class="tabler-icon-codes">
|
|
28600
|
+
<code>ti ti-live-photo-filled</code><br>
|
|
28601
|
+
<code>\fed1</code>
|
|
28602
|
+
</div>
|
|
28603
|
+
</div>
|
|
28604
|
+
|
|
28533
28605
|
<div class="tabler-icon">
|
|
28534
28606
|
<i class="ti ti-live-photo-off"></i>
|
|
28535
28607
|
<strong>live-photo-off</strong>
|
|
@@ -30861,6 +30933,15 @@
|
|
|
30861
30933
|
</div>
|
|
30862
30934
|
</div>
|
|
30863
30935
|
|
|
30936
|
+
<div class="tabler-icon">
|
|
30937
|
+
<i class="ti ti-message-chatbot-filled"></i>
|
|
30938
|
+
<strong>message-chatbot-filled</strong>
|
|
30939
|
+
<div class="tabler-icon-codes">
|
|
30940
|
+
<code>ti ti-message-chatbot-filled</code><br>
|
|
30941
|
+
<code>\fed0</code>
|
|
30942
|
+
</div>
|
|
30943
|
+
</div>
|
|
30944
|
+
|
|
30864
30945
|
<div class="tabler-icon">
|
|
30865
30946
|
<i class="ti ti-message-check"></i>
|
|
30866
30947
|
<strong>message-check</strong>
|
|
@@ -30969,6 +31050,15 @@
|
|
|
30969
31050
|
</div>
|
|
30970
31051
|
</div>
|
|
30971
31052
|
|
|
31053
|
+
<div class="tabler-icon">
|
|
31054
|
+
<i class="ti ti-message-circle-filled"></i>
|
|
31055
|
+
<strong>message-circle-filled</strong>
|
|
31056
|
+
<div class="tabler-icon-codes">
|
|
31057
|
+
<code>ti ti-message-circle-filled</code><br>
|
|
31058
|
+
<code>\fecf</code>
|
|
31059
|
+
</div>
|
|
31060
|
+
</div>
|
|
31061
|
+
|
|
30972
31062
|
<div class="tabler-icon">
|
|
30973
31063
|
<i class="ti ti-message-circle-heart"></i>
|
|
30974
31064
|
<strong>message-circle-heart</strong>
|
|
@@ -31068,6 +31158,15 @@
|
|
|
31068
31158
|
</div>
|
|
31069
31159
|
</div>
|
|
31070
31160
|
|
|
31161
|
+
<div class="tabler-icon">
|
|
31162
|
+
<i class="ti ti-message-circle-user"></i>
|
|
31163
|
+
<strong>message-circle-user</strong>
|
|
31164
|
+
<div class="tabler-icon-codes">
|
|
31165
|
+
<code>ti ti-message-circle-user</code><br>
|
|
31166
|
+
<code>\fec5</code>
|
|
31167
|
+
</div>
|
|
31168
|
+
</div>
|
|
31169
|
+
|
|
31071
31170
|
<div class="tabler-icon">
|
|
31072
31171
|
<i class="ti ti-message-circle-x"></i>
|
|
31073
31172
|
<strong>message-circle-x</strong>
|
|
@@ -31131,6 +31230,15 @@
|
|
|
31131
31230
|
</div>
|
|
31132
31231
|
</div>
|
|
31133
31232
|
|
|
31233
|
+
<div class="tabler-icon">
|
|
31234
|
+
<i class="ti ti-message-filled"></i>
|
|
31235
|
+
<strong>message-filled</strong>
|
|
31236
|
+
<div class="tabler-icon-codes">
|
|
31237
|
+
<code>ti ti-message-filled</code><br>
|
|
31238
|
+
<code>\fecd</code>
|
|
31239
|
+
</div>
|
|
31240
|
+
</div>
|
|
31241
|
+
|
|
31134
31242
|
<div class="tabler-icon">
|
|
31135
31243
|
<i class="ti ti-message-forward"></i>
|
|
31136
31244
|
<strong>message-forward</strong>
|
|
@@ -31230,6 +31338,15 @@
|
|
|
31230
31338
|
</div>
|
|
31231
31339
|
</div>
|
|
31232
31340
|
|
|
31341
|
+
<div class="tabler-icon">
|
|
31342
|
+
<i class="ti ti-message-report-filled"></i>
|
|
31343
|
+
<strong>message-report-filled</strong>
|
|
31344
|
+
<div class="tabler-icon-codes">
|
|
31345
|
+
<code>ti ti-message-report-filled</code><br>
|
|
31346
|
+
<code>\fece</code>
|
|
31347
|
+
</div>
|
|
31348
|
+
</div>
|
|
31349
|
+
|
|
31233
31350
|
<div class="tabler-icon">
|
|
31234
31351
|
<i class="ti ti-message-search"></i>
|
|
31235
31352
|
<strong>message-search</strong>
|
|
@@ -31266,6 +31383,15 @@
|
|
|
31266
31383
|
</div>
|
|
31267
31384
|
</div>
|
|
31268
31385
|
|
|
31386
|
+
<div class="tabler-icon">
|
|
31387
|
+
<i class="ti ti-message-user"></i>
|
|
31388
|
+
<strong>message-user</strong>
|
|
31389
|
+
<div class="tabler-icon-codes">
|
|
31390
|
+
<code>ti ti-message-user</code><br>
|
|
31391
|
+
<code>\fec4</code>
|
|
31392
|
+
</div>
|
|
31393
|
+
</div>
|
|
31394
|
+
|
|
31269
31395
|
<div class="tabler-icon">
|
|
31270
31396
|
<i class="ti ti-message-x"></i>
|
|
31271
31397
|
<strong>message-x</strong>
|
|
@@ -33696,6 +33822,15 @@
|
|
|
33696
33822
|
</div>
|
|
33697
33823
|
</div>
|
|
33698
33824
|
|
|
33825
|
+
<div class="tabler-icon">
|
|
33826
|
+
<i class="ti ti-panorama-horizontal-filled"></i>
|
|
33827
|
+
<strong>panorama-horizontal-filled</strong>
|
|
33828
|
+
<div class="tabler-icon-codes">
|
|
33829
|
+
<code>ti ti-panorama-horizontal-filled</code><br>
|
|
33830
|
+
<code>\fecc</code>
|
|
33831
|
+
</div>
|
|
33832
|
+
</div>
|
|
33833
|
+
|
|
33699
33834
|
<div class="tabler-icon">
|
|
33700
33835
|
<i class="ti ti-panorama-horizontal-off"></i>
|
|
33701
33836
|
<strong>panorama-horizontal-off</strong>
|
|
@@ -33714,6 +33849,15 @@
|
|
|
33714
33849
|
</div>
|
|
33715
33850
|
</div>
|
|
33716
33851
|
|
|
33852
|
+
<div class="tabler-icon">
|
|
33853
|
+
<i class="ti ti-panorama-vertical-filled"></i>
|
|
33854
|
+
<strong>panorama-vertical-filled</strong>
|
|
33855
|
+
<div class="tabler-icon-codes">
|
|
33856
|
+
<code>ti ti-panorama-vertical-filled</code><br>
|
|
33857
|
+
<code>\fecb</code>
|
|
33858
|
+
</div>
|
|
33859
|
+
</div>
|
|
33860
|
+
|
|
33717
33861
|
<div class="tabler-icon">
|
|
33718
33862
|
<i class="ti ti-panorama-vertical-off"></i>
|
|
33719
33863
|
<strong>panorama-vertical-off</strong>
|
|
@@ -33804,6 +33948,15 @@
|
|
|
33804
33948
|
</div>
|
|
33805
33949
|
</div>
|
|
33806
33950
|
|
|
33951
|
+
<div class="tabler-icon">
|
|
33952
|
+
<i class="ti ti-parking-circle-filled"></i>
|
|
33953
|
+
<strong>parking-circle-filled</strong>
|
|
33954
|
+
<div class="tabler-icon-codes">
|
|
33955
|
+
<code>ti ti-parking-circle-filled</code><br>
|
|
33956
|
+
<code>\feca</code>
|
|
33957
|
+
</div>
|
|
33958
|
+
</div>
|
|
33959
|
+
|
|
33807
33960
|
<div class="tabler-icon">
|
|
33808
33961
|
<i class="ti ti-parking-off"></i>
|
|
33809
33962
|
<strong>parking-off</strong>
|
|
@@ -34326,6 +34479,141 @@
|
|
|
34326
34479
|
</div>
|
|
34327
34480
|
</div>
|
|
34328
34481
|
|
|
34482
|
+
<div class="tabler-icon">
|
|
34483
|
+
<i class="ti ti-percentage-0"></i>
|
|
34484
|
+
<strong>percentage-0</strong>
|
|
34485
|
+
<div class="tabler-icon-codes">
|
|
34486
|
+
<code>ti ti-percentage-0</code><br>
|
|
34487
|
+
<code>\fee5</code>
|
|
34488
|
+
</div>
|
|
34489
|
+
</div>
|
|
34490
|
+
|
|
34491
|
+
<div class="tabler-icon">
|
|
34492
|
+
<i class="ti ti-percentage-10"></i>
|
|
34493
|
+
<strong>percentage-10</strong>
|
|
34494
|
+
<div class="tabler-icon-codes">
|
|
34495
|
+
<code>ti ti-percentage-10</code><br>
|
|
34496
|
+
<code>\fee4</code>
|
|
34497
|
+
</div>
|
|
34498
|
+
</div>
|
|
34499
|
+
|
|
34500
|
+
<div class="tabler-icon">
|
|
34501
|
+
<i class="ti ti-percentage-100"></i>
|
|
34502
|
+
<strong>percentage-100</strong>
|
|
34503
|
+
<div class="tabler-icon-codes">
|
|
34504
|
+
<code>ti ti-percentage-100</code><br>
|
|
34505
|
+
<code>\fee3</code>
|
|
34506
|
+
</div>
|
|
34507
|
+
</div>
|
|
34508
|
+
|
|
34509
|
+
<div class="tabler-icon">
|
|
34510
|
+
<i class="ti ti-percentage-20"></i>
|
|
34511
|
+
<strong>percentage-20</strong>
|
|
34512
|
+
<div class="tabler-icon-codes">
|
|
34513
|
+
<code>ti ti-percentage-20</code><br>
|
|
34514
|
+
<code>\fee2</code>
|
|
34515
|
+
</div>
|
|
34516
|
+
</div>
|
|
34517
|
+
|
|
34518
|
+
<div class="tabler-icon">
|
|
34519
|
+
<i class="ti ti-percentage-25"></i>
|
|
34520
|
+
<strong>percentage-25</strong>
|
|
34521
|
+
<div class="tabler-icon-codes">
|
|
34522
|
+
<code>ti ti-percentage-25</code><br>
|
|
34523
|
+
<code>\fee1</code>
|
|
34524
|
+
</div>
|
|
34525
|
+
</div>
|
|
34526
|
+
|
|
34527
|
+
<div class="tabler-icon">
|
|
34528
|
+
<i class="ti ti-percentage-30"></i>
|
|
34529
|
+
<strong>percentage-30</strong>
|
|
34530
|
+
<div class="tabler-icon-codes">
|
|
34531
|
+
<code>ti ti-percentage-30</code><br>
|
|
34532
|
+
<code>\fee0</code>
|
|
34533
|
+
</div>
|
|
34534
|
+
</div>
|
|
34535
|
+
|
|
34536
|
+
<div class="tabler-icon">
|
|
34537
|
+
<i class="ti ti-percentage-33"></i>
|
|
34538
|
+
<strong>percentage-33</strong>
|
|
34539
|
+
<div class="tabler-icon-codes">
|
|
34540
|
+
<code>ti ti-percentage-33</code><br>
|
|
34541
|
+
<code>\fedf</code>
|
|
34542
|
+
</div>
|
|
34543
|
+
</div>
|
|
34544
|
+
|
|
34545
|
+
<div class="tabler-icon">
|
|
34546
|
+
<i class="ti ti-percentage-40"></i>
|
|
34547
|
+
<strong>percentage-40</strong>
|
|
34548
|
+
<div class="tabler-icon-codes">
|
|
34549
|
+
<code>ti ti-percentage-40</code><br>
|
|
34550
|
+
<code>\fede</code>
|
|
34551
|
+
</div>
|
|
34552
|
+
</div>
|
|
34553
|
+
|
|
34554
|
+
<div class="tabler-icon">
|
|
34555
|
+
<i class="ti ti-percentage-50"></i>
|
|
34556
|
+
<strong>percentage-50</strong>
|
|
34557
|
+
<div class="tabler-icon-codes">
|
|
34558
|
+
<code>ti ti-percentage-50</code><br>
|
|
34559
|
+
<code>\fedd</code>
|
|
34560
|
+
</div>
|
|
34561
|
+
</div>
|
|
34562
|
+
|
|
34563
|
+
<div class="tabler-icon">
|
|
34564
|
+
<i class="ti ti-percentage-60"></i>
|
|
34565
|
+
<strong>percentage-60</strong>
|
|
34566
|
+
<div class="tabler-icon-codes">
|
|
34567
|
+
<code>ti ti-percentage-60</code><br>
|
|
34568
|
+
<code>\fedc</code>
|
|
34569
|
+
</div>
|
|
34570
|
+
</div>
|
|
34571
|
+
|
|
34572
|
+
<div class="tabler-icon">
|
|
34573
|
+
<i class="ti ti-percentage-66"></i>
|
|
34574
|
+
<strong>percentage-66</strong>
|
|
34575
|
+
<div class="tabler-icon-codes">
|
|
34576
|
+
<code>ti ti-percentage-66</code><br>
|
|
34577
|
+
<code>\fedb</code>
|
|
34578
|
+
</div>
|
|
34579
|
+
</div>
|
|
34580
|
+
|
|
34581
|
+
<div class="tabler-icon">
|
|
34582
|
+
<i class="ti ti-percentage-70"></i>
|
|
34583
|
+
<strong>percentage-70</strong>
|
|
34584
|
+
<div class="tabler-icon-codes">
|
|
34585
|
+
<code>ti ti-percentage-70</code><br>
|
|
34586
|
+
<code>\feda</code>
|
|
34587
|
+
</div>
|
|
34588
|
+
</div>
|
|
34589
|
+
|
|
34590
|
+
<div class="tabler-icon">
|
|
34591
|
+
<i class="ti ti-percentage-75"></i>
|
|
34592
|
+
<strong>percentage-75</strong>
|
|
34593
|
+
<div class="tabler-icon-codes">
|
|
34594
|
+
<code>ti ti-percentage-75</code><br>
|
|
34595
|
+
<code>\fed9</code>
|
|
34596
|
+
</div>
|
|
34597
|
+
</div>
|
|
34598
|
+
|
|
34599
|
+
<div class="tabler-icon">
|
|
34600
|
+
<i class="ti ti-percentage-80"></i>
|
|
34601
|
+
<strong>percentage-80</strong>
|
|
34602
|
+
<div class="tabler-icon-codes">
|
|
34603
|
+
<code>ti ti-percentage-80</code><br>
|
|
34604
|
+
<code>\fed8</code>
|
|
34605
|
+
</div>
|
|
34606
|
+
</div>
|
|
34607
|
+
|
|
34608
|
+
<div class="tabler-icon">
|
|
34609
|
+
<i class="ti ti-percentage-90"></i>
|
|
34610
|
+
<strong>percentage-90</strong>
|
|
34611
|
+
<div class="tabler-icon-codes">
|
|
34612
|
+
<code>ti ti-percentage-90</code><br>
|
|
34613
|
+
<code>\fed7</code>
|
|
34614
|
+
</div>
|
|
34615
|
+
</div>
|
|
34616
|
+
|
|
34329
34617
|
<div class="tabler-icon">
|
|
34330
34618
|
<i class="ti ti-perfume"></i>
|
|
34331
34619
|
<strong>perfume</strong>
|
|
@@ -34803,6 +35091,15 @@
|
|
|
34803
35091
|
</div>
|
|
34804
35092
|
</div>
|
|
34805
35093
|
|
|
35094
|
+
<div class="tabler-icon">
|
|
35095
|
+
<i class="ti ti-picnic-table"></i>
|
|
35096
|
+
<strong>picnic-table</strong>
|
|
35097
|
+
<div class="tabler-icon-codes">
|
|
35098
|
+
<code>ti ti-picnic-table</code><br>
|
|
35099
|
+
<code>\fed6</code>
|
|
35100
|
+
</div>
|
|
35101
|
+
</div>
|
|
35102
|
+
|
|
34806
35103
|
<div class="tabler-icon">
|
|
34807
35104
|
<i class="ti ti-picture-in-picture"></i>
|
|
34808
35105
|
<strong>picture-in-picture</strong>
|
|
@@ -35829,6 +36126,15 @@
|
|
|
35829
36126
|
</div>
|
|
35830
36127
|
</div>
|
|
35831
36128
|
|
|
36129
|
+
<div class="tabler-icon">
|
|
36130
|
+
<i class="ti ti-poo-filled"></i>
|
|
36131
|
+
<strong>poo-filled</strong>
|
|
36132
|
+
<div class="tabler-icon-codes">
|
|
36133
|
+
<code>ti ti-poo-filled</code><br>
|
|
36134
|
+
<code>\fec9</code>
|
|
36135
|
+
</div>
|
|
36136
|
+
</div>
|
|
36137
|
+
|
|
35832
36138
|
<div class="tabler-icon">
|
|
35833
36139
|
<i class="ti ti-pool"></i>
|
|
35834
36140
|
<strong>pool</strong>
|
|
@@ -42840,6 +43146,15 @@
|
|
|
42840
43146
|
</div>
|
|
42841
43147
|
</div>
|
|
42842
43148
|
|
|
43149
|
+
<div class="tabler-icon">
|
|
43150
|
+
<i class="ti ti-sunglasses-filled"></i>
|
|
43151
|
+
<strong>sunglasses-filled</strong>
|
|
43152
|
+
<div class="tabler-icon-codes">
|
|
43153
|
+
<code>ti ti-sunglasses-filled</code><br>
|
|
43154
|
+
<code>\fec8</code>
|
|
43155
|
+
</div>
|
|
43156
|
+
</div>
|
|
43157
|
+
|
|
42843
43158
|
<div class="tabler-icon">
|
|
42844
43159
|
<i class="ti ti-sunrise"></i>
|
|
42845
43160
|
<strong>sunrise</strong>
|
|
@@ -43749,6 +44064,15 @@
|
|
|
43749
44064
|
</div>
|
|
43750
44065
|
</div>
|
|
43751
44066
|
|
|
44067
|
+
<div class="tabler-icon">
|
|
44068
|
+
<i class="ti ti-tilt-shift-filled"></i>
|
|
44069
|
+
<strong>tilt-shift-filled</strong>
|
|
44070
|
+
<div class="tabler-icon-codes">
|
|
44071
|
+
<code>ti ti-tilt-shift-filled</code><br>
|
|
44072
|
+
<code>\fec7</code>
|
|
44073
|
+
</div>
|
|
44074
|
+
</div>
|
|
44075
|
+
|
|
43752
44076
|
<div class="tabler-icon">
|
|
43753
44077
|
<i class="ti ti-tilt-shift-off"></i>
|
|
43754
44078
|
<strong>tilt-shift-off</strong>
|