@tabler/icons-webfont 2.41.0 → 2.43.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.43.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.43.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -9972,6 +9972,15 @@
|
|
|
9972
9972
|
</div>
|
|
9973
9973
|
</div>
|
|
9974
9974
|
|
|
9975
|
+
<div class="tabler-icon">
|
|
9976
|
+
<i class="ti ti-calendar-dot"></i>
|
|
9977
|
+
<strong>calendar-dot</strong>
|
|
9978
|
+
<div class="tabler-icon-codes">
|
|
9979
|
+
<code>ti ti-calendar-dot</code><br>
|
|
9980
|
+
<code>\fd3e</code>
|
|
9981
|
+
</div>
|
|
9982
|
+
</div>
|
|
9983
|
+
|
|
9975
9984
|
<div class="tabler-icon">
|
|
9976
9985
|
<i class="ti ti-calendar-down"></i>
|
|
9977
9986
|
<strong>calendar-down</strong>
|
|
@@ -14535,6 +14544,24 @@
|
|
|
14535
14544
|
</div>
|
|
14536
14545
|
</div>
|
|
14537
14546
|
|
|
14547
|
+
<div class="tabler-icon">
|
|
14548
|
+
<i class="ti ti-copy-check"></i>
|
|
14549
|
+
<strong>copy-check</strong>
|
|
14550
|
+
<div class="tabler-icon-codes">
|
|
14551
|
+
<code>ti ti-copy-check</code><br>
|
|
14552
|
+
<code>\fd3f</code>
|
|
14553
|
+
</div>
|
|
14554
|
+
</div>
|
|
14555
|
+
|
|
14556
|
+
<div class="tabler-icon">
|
|
14557
|
+
<i class="ti ti-copy-minus"></i>
|
|
14558
|
+
<strong>copy-minus</strong>
|
|
14559
|
+
<div class="tabler-icon-codes">
|
|
14560
|
+
<code>ti ti-copy-minus</code><br>
|
|
14561
|
+
<code>\fd40</code>
|
|
14562
|
+
</div>
|
|
14563
|
+
</div>
|
|
14564
|
+
|
|
14538
14565
|
<div class="tabler-icon">
|
|
14539
14566
|
<i class="ti ti-copy-off"></i>
|
|
14540
14567
|
<strong>copy-off</strong>
|
|
@@ -14544,6 +14571,24 @@
|
|
|
14544
14571
|
</div>
|
|
14545
14572
|
</div>
|
|
14546
14573
|
|
|
14574
|
+
<div class="tabler-icon">
|
|
14575
|
+
<i class="ti ti-copy-plus"></i>
|
|
14576
|
+
<strong>copy-plus</strong>
|
|
14577
|
+
<div class="tabler-icon-codes">
|
|
14578
|
+
<code>ti ti-copy-plus</code><br>
|
|
14579
|
+
<code>\fd41</code>
|
|
14580
|
+
</div>
|
|
14581
|
+
</div>
|
|
14582
|
+
|
|
14583
|
+
<div class="tabler-icon">
|
|
14584
|
+
<i class="ti ti-copy-x"></i>
|
|
14585
|
+
<strong>copy-x</strong>
|
|
14586
|
+
<div class="tabler-icon-codes">
|
|
14587
|
+
<code>ti ti-copy-x</code><br>
|
|
14588
|
+
<code>\fd42</code>
|
|
14589
|
+
</div>
|
|
14590
|
+
</div>
|
|
14591
|
+
|
|
14547
14592
|
<div class="tabler-icon">
|
|
14548
14593
|
<i class="ti ti-copyleft"></i>
|
|
14549
14594
|
<strong>copyleft</strong>
|
|
@@ -14913,6 +14958,69 @@
|
|
|
14913
14958
|
</div>
|
|
14914
14959
|
</div>
|
|
14915
14960
|
|
|
14961
|
+
<div class="tabler-icon">
|
|
14962
|
+
<i class="ti ti-crop-1-1"></i>
|
|
14963
|
+
<strong>crop-1-1</strong>
|
|
14964
|
+
<div class="tabler-icon-codes">
|
|
14965
|
+
<code>ti ti-crop-1-1</code><br>
|
|
14966
|
+
<code>\fd50</code>
|
|
14967
|
+
</div>
|
|
14968
|
+
</div>
|
|
14969
|
+
|
|
14970
|
+
<div class="tabler-icon">
|
|
14971
|
+
<i class="ti ti-crop-16-9"></i>
|
|
14972
|
+
<strong>crop-16-9</strong>
|
|
14973
|
+
<div class="tabler-icon-codes">
|
|
14974
|
+
<code>ti ti-crop-16-9</code><br>
|
|
14975
|
+
<code>\fd51</code>
|
|
14976
|
+
</div>
|
|
14977
|
+
</div>
|
|
14978
|
+
|
|
14979
|
+
<div class="tabler-icon">
|
|
14980
|
+
<i class="ti ti-crop-3-2"></i>
|
|
14981
|
+
<strong>crop-3-2</strong>
|
|
14982
|
+
<div class="tabler-icon-codes">
|
|
14983
|
+
<code>ti ti-crop-3-2</code><br>
|
|
14984
|
+
<code>\fd52</code>
|
|
14985
|
+
</div>
|
|
14986
|
+
</div>
|
|
14987
|
+
|
|
14988
|
+
<div class="tabler-icon">
|
|
14989
|
+
<i class="ti ti-crop-5-4"></i>
|
|
14990
|
+
<strong>crop-5-4</strong>
|
|
14991
|
+
<div class="tabler-icon-codes">
|
|
14992
|
+
<code>ti ti-crop-5-4</code><br>
|
|
14993
|
+
<code>\fd53</code>
|
|
14994
|
+
</div>
|
|
14995
|
+
</div>
|
|
14996
|
+
|
|
14997
|
+
<div class="tabler-icon">
|
|
14998
|
+
<i class="ti ti-crop-7-5"></i>
|
|
14999
|
+
<strong>crop-7-5</strong>
|
|
15000
|
+
<div class="tabler-icon-codes">
|
|
15001
|
+
<code>ti ti-crop-7-5</code><br>
|
|
15002
|
+
<code>\fd54</code>
|
|
15003
|
+
</div>
|
|
15004
|
+
</div>
|
|
15005
|
+
|
|
15006
|
+
<div class="tabler-icon">
|
|
15007
|
+
<i class="ti ti-crop-landscape"></i>
|
|
15008
|
+
<strong>crop-landscape</strong>
|
|
15009
|
+
<div class="tabler-icon-codes">
|
|
15010
|
+
<code>ti ti-crop-landscape</code><br>
|
|
15011
|
+
<code>\fd55</code>
|
|
15012
|
+
</div>
|
|
15013
|
+
</div>
|
|
15014
|
+
|
|
15015
|
+
<div class="tabler-icon">
|
|
15016
|
+
<i class="ti ti-crop-portrait"></i>
|
|
15017
|
+
<strong>crop-portrait</strong>
|
|
15018
|
+
<div class="tabler-icon-codes">
|
|
15019
|
+
<code>ti ti-crop-portrait</code><br>
|
|
15020
|
+
<code>\fd56</code>
|
|
15021
|
+
</div>
|
|
15022
|
+
</div>
|
|
15023
|
+
|
|
14916
15024
|
<div class="tabler-icon">
|
|
14917
15025
|
<i class="ti ti-cross"></i>
|
|
14918
15026
|
<strong>cross</strong>
|
|
@@ -18846,6 +18954,15 @@
|
|
|
18846
18954
|
</div>
|
|
18847
18955
|
</div>
|
|
18848
18956
|
|
|
18957
|
+
<div class="tabler-icon">
|
|
18958
|
+
<i class="ti ti-ear-scan"></i>
|
|
18959
|
+
<strong>ear-scan</strong>
|
|
18960
|
+
<div class="tabler-icon-codes">
|
|
18961
|
+
<code>ti ti-ear-scan</code><br>
|
|
18962
|
+
<code>\fd57</code>
|
|
18963
|
+
</div>
|
|
18964
|
+
</div>
|
|
18965
|
+
|
|
18849
18966
|
<div class="tabler-icon">
|
|
18850
18967
|
<i class="ti ti-ease-in"></i>
|
|
18851
18968
|
<strong>ease-in</strong>
|
|
@@ -21474,6 +21591,15 @@
|
|
|
21474
21591
|
</div>
|
|
21475
21592
|
</div>
|
|
21476
21593
|
|
|
21594
|
+
<div class="tabler-icon">
|
|
21595
|
+
<i class="ti ti-folder-root"></i>
|
|
21596
|
+
<strong>folder-root</strong>
|
|
21597
|
+
<div class="tabler-icon-codes">
|
|
21598
|
+
<code>ti ti-folder-root</code><br>
|
|
21599
|
+
<code>\fd43</code>
|
|
21600
|
+
</div>
|
|
21601
|
+
</div>
|
|
21602
|
+
|
|
21477
21603
|
<div class="tabler-icon">
|
|
21478
21604
|
<i class="ti ti-folder-search"></i>
|
|
21479
21605
|
<strong>folder-search</strong>
|
|
@@ -22527,6 +22653,15 @@
|
|
|
22527
22653
|
</div>
|
|
22528
22654
|
</div>
|
|
22529
22655
|
|
|
22656
|
+
<div class="tabler-icon">
|
|
22657
|
+
<i class="ti ti-gymnastics"></i>
|
|
22658
|
+
<strong>gymnastics</strong>
|
|
22659
|
+
<div class="tabler-icon-codes">
|
|
22660
|
+
<code>ti ti-gymnastics</code><br>
|
|
22661
|
+
<code>\fd44</code>
|
|
22662
|
+
</div>
|
|
22663
|
+
</div>
|
|
22664
|
+
|
|
22530
22665
|
<div class="tabler-icon">
|
|
22531
22666
|
<i class="ti ti-h-1"></i>
|
|
22532
22667
|
<strong>h-1</strong>
|
|
@@ -24246,6 +24381,24 @@
|
|
|
24246
24381
|
</div>
|
|
24247
24382
|
</div>
|
|
24248
24383
|
|
|
24384
|
+
<div class="tabler-icon">
|
|
24385
|
+
<i class="ti ti-hospital"></i>
|
|
24386
|
+
<strong>hospital</strong>
|
|
24387
|
+
<div class="tabler-icon-codes">
|
|
24388
|
+
<code>ti ti-hospital</code><br>
|
|
24389
|
+
<code>\fd59</code>
|
|
24390
|
+
</div>
|
|
24391
|
+
</div>
|
|
24392
|
+
|
|
24393
|
+
<div class="tabler-icon">
|
|
24394
|
+
<i class="ti ti-hospital-circle"></i>
|
|
24395
|
+
<strong>hospital-circle</strong>
|
|
24396
|
+
<div class="tabler-icon-codes">
|
|
24397
|
+
<code>ti ti-hospital-circle</code><br>
|
|
24398
|
+
<code>\fd58</code>
|
|
24399
|
+
</div>
|
|
24400
|
+
</div>
|
|
24401
|
+
|
|
24249
24402
|
<div class="tabler-icon">
|
|
24250
24403
|
<i class="ti ti-hotel-service"></i>
|
|
24251
24404
|
<strong>hotel-service</strong>
|
|
@@ -25533,6 +25686,15 @@
|
|
|
25533
25686
|
</div>
|
|
25534
25687
|
</div>
|
|
25535
25688
|
|
|
25689
|
+
<div class="tabler-icon">
|
|
25690
|
+
<i class="ti ti-layout-bottombar-inactive"></i>
|
|
25691
|
+
<strong>layout-bottombar-inactive</strong>
|
|
25692
|
+
<div class="tabler-icon-codes">
|
|
25693
|
+
<code>ti ti-layout-bottombar-inactive</code><br>
|
|
25694
|
+
<code>\fd45</code>
|
|
25695
|
+
</div>
|
|
25696
|
+
</div>
|
|
25697
|
+
|
|
25536
25698
|
<div class="tabler-icon">
|
|
25537
25699
|
<i class="ti ti-layout-cards"></i>
|
|
25538
25700
|
<strong>layout-cards</strong>
|
|
@@ -25686,6 +25848,15 @@
|
|
|
25686
25848
|
</div>
|
|
25687
25849
|
</div>
|
|
25688
25850
|
|
|
25851
|
+
<div class="tabler-icon">
|
|
25852
|
+
<i class="ti ti-layout-navbar-inactive"></i>
|
|
25853
|
+
<strong>layout-navbar-inactive</strong>
|
|
25854
|
+
<div class="tabler-icon-codes">
|
|
25855
|
+
<code>ti ti-layout-navbar-inactive</code><br>
|
|
25856
|
+
<code>\fd46</code>
|
|
25857
|
+
</div>
|
|
25858
|
+
</div>
|
|
25859
|
+
|
|
25689
25860
|
<div class="tabler-icon">
|
|
25690
25861
|
<i class="ti ti-layout-off"></i>
|
|
25691
25862
|
<strong>layout-off</strong>
|
|
@@ -25713,6 +25884,15 @@
|
|
|
25713
25884
|
</div>
|
|
25714
25885
|
</div>
|
|
25715
25886
|
|
|
25887
|
+
<div class="tabler-icon">
|
|
25888
|
+
<i class="ti ti-layout-sidebar-inactive"></i>
|
|
25889
|
+
<strong>layout-sidebar-inactive</strong>
|
|
25890
|
+
<div class="tabler-icon-codes">
|
|
25891
|
+
<code>ti ti-layout-sidebar-inactive</code><br>
|
|
25892
|
+
<code>\fd47</code>
|
|
25893
|
+
</div>
|
|
25894
|
+
</div>
|
|
25895
|
+
|
|
25716
25896
|
<div class="tabler-icon">
|
|
25717
25897
|
<i class="ti ti-layout-sidebar-left-collapse"></i>
|
|
25718
25898
|
<strong>layout-sidebar-left-collapse</strong>
|
|
@@ -25794,6 +25974,15 @@
|
|
|
25794
25974
|
</div>
|
|
25795
25975
|
</div>
|
|
25796
25976
|
|
|
25977
|
+
<div class="tabler-icon">
|
|
25978
|
+
<i class="ti ti-layout-sidebar-right-inactive"></i>
|
|
25979
|
+
<strong>layout-sidebar-right-inactive</strong>
|
|
25980
|
+
<div class="tabler-icon-codes">
|
|
25981
|
+
<code>ti ti-layout-sidebar-right-inactive</code><br>
|
|
25982
|
+
<code>\fd48</code>
|
|
25983
|
+
</div>
|
|
25984
|
+
</div>
|
|
25985
|
+
|
|
25797
25986
|
<div class="tabler-icon">
|
|
25798
25987
|
<i class="ti ti-leaf"></i>
|
|
25799
25988
|
<strong>leaf</strong>
|
|
@@ -26361,6 +26550,42 @@
|
|
|
26361
26550
|
</div>
|
|
26362
26551
|
</div>
|
|
26363
26552
|
|
|
26553
|
+
<div class="tabler-icon">
|
|
26554
|
+
<i class="ti ti-library"></i>
|
|
26555
|
+
<strong>library</strong>
|
|
26556
|
+
<div class="tabler-icon-codes">
|
|
26557
|
+
<code>ti ti-library</code><br>
|
|
26558
|
+
<code>\fd4c</code>
|
|
26559
|
+
</div>
|
|
26560
|
+
</div>
|
|
26561
|
+
|
|
26562
|
+
<div class="tabler-icon">
|
|
26563
|
+
<i class="ti ti-library-minus"></i>
|
|
26564
|
+
<strong>library-minus</strong>
|
|
26565
|
+
<div class="tabler-icon-codes">
|
|
26566
|
+
<code>ti ti-library-minus</code><br>
|
|
26567
|
+
<code>\fd49</code>
|
|
26568
|
+
</div>
|
|
26569
|
+
</div>
|
|
26570
|
+
|
|
26571
|
+
<div class="tabler-icon">
|
|
26572
|
+
<i class="ti ti-library-photo"></i>
|
|
26573
|
+
<strong>library-photo</strong>
|
|
26574
|
+
<div class="tabler-icon-codes">
|
|
26575
|
+
<code>ti ti-library-photo</code><br>
|
|
26576
|
+
<code>\fd4a</code>
|
|
26577
|
+
</div>
|
|
26578
|
+
</div>
|
|
26579
|
+
|
|
26580
|
+
<div class="tabler-icon">
|
|
26581
|
+
<i class="ti ti-library-plus"></i>
|
|
26582
|
+
<strong>library-plus</strong>
|
|
26583
|
+
<div class="tabler-icon-codes">
|
|
26584
|
+
<code>ti ti-library-plus</code><br>
|
|
26585
|
+
<code>\fd4b</code>
|
|
26586
|
+
</div>
|
|
26587
|
+
</div>
|
|
26588
|
+
|
|
26364
26589
|
<div class="tabler-icon">
|
|
26365
26590
|
<i class="ti ti-license"></i>
|
|
26366
26591
|
<strong>license</strong>
|
|
@@ -29160,6 +29385,15 @@
|
|
|
29160
29385
|
</div>
|
|
29161
29386
|
</div>
|
|
29162
29387
|
|
|
29388
|
+
<div class="tabler-icon">
|
|
29389
|
+
<i class="ti ti-message-reply"></i>
|
|
29390
|
+
<strong>message-reply</strong>
|
|
29391
|
+
<div class="tabler-icon-codes">
|
|
29392
|
+
<code>ti ti-message-reply</code><br>
|
|
29393
|
+
<code>\fd4d</code>
|
|
29394
|
+
</div>
|
|
29395
|
+
</div>
|
|
29396
|
+
|
|
29163
29397
|
<div class="tabler-icon">
|
|
29164
29398
|
<i class="ti ti-message-report"></i>
|
|
29165
29399
|
<strong>message-report</strong>
|
|
@@ -31680,6 +31914,15 @@
|
|
|
31680
31914
|
</div>
|
|
31681
31915
|
</div>
|
|
31682
31916
|
|
|
31917
|
+
<div class="tabler-icon">
|
|
31918
|
+
<i class="ti ti-parking-circle"></i>
|
|
31919
|
+
<strong>parking-circle</strong>
|
|
31920
|
+
<div class="tabler-icon-codes">
|
|
31921
|
+
<code>ti ti-parking-circle</code><br>
|
|
31922
|
+
<code>\fd5a</code>
|
|
31923
|
+
</div>
|
|
31924
|
+
</div>
|
|
31925
|
+
|
|
31683
31926
|
<div class="tabler-icon">
|
|
31684
31927
|
<i class="ti ti-parking-off"></i>
|
|
31685
31928
|
<strong>parking-off</strong>
|
|
@@ -32769,6 +33012,15 @@
|
|
|
32769
33012
|
</div>
|
|
32770
33013
|
</div>
|
|
32771
33014
|
|
|
33015
|
+
<div class="tabler-icon">
|
|
33016
|
+
<i class="ti ti-pin-end"></i>
|
|
33017
|
+
<strong>pin-end</strong>
|
|
33018
|
+
<div class="tabler-icon-codes">
|
|
33019
|
+
<code>ti ti-pin-end</code><br>
|
|
33020
|
+
<code>\fd5b</code>
|
|
33021
|
+
</div>
|
|
33022
|
+
</div>
|
|
33023
|
+
|
|
32772
33024
|
<div class="tabler-icon">
|
|
32773
33025
|
<i class="ti ti-pin-filled"></i>
|
|
32774
33026
|
<strong>pin-filled</strong>
|
|
@@ -32778,6 +33030,15 @@
|
|
|
32778
33030
|
</div>
|
|
32779
33031
|
</div>
|
|
32780
33032
|
|
|
33033
|
+
<div class="tabler-icon">
|
|
33034
|
+
<i class="ti ti-pin-invoke"></i>
|
|
33035
|
+
<strong>pin-invoke</strong>
|
|
33036
|
+
<div class="tabler-icon-codes">
|
|
33037
|
+
<code>ti ti-pin-invoke</code><br>
|
|
33038
|
+
<code>\fd5c</code>
|
|
33039
|
+
</div>
|
|
33040
|
+
</div>
|
|
33041
|
+
|
|
32781
33042
|
<div class="tabler-icon">
|
|
32782
33043
|
<i class="ti ti-ping-pong"></i>
|
|
32783
33044
|
<strong>ping-pong</strong>
|
|
@@ -35604,6 +35865,15 @@
|
|
|
35604
35865
|
</div>
|
|
35605
35866
|
</div>
|
|
35606
35867
|
|
|
35868
|
+
<div class="tabler-icon">
|
|
35869
|
+
<i class="ti ti-scuba-diving"></i>
|
|
35870
|
+
<strong>scuba-diving</strong>
|
|
35871
|
+
<div class="tabler-icon-codes">
|
|
35872
|
+
<code>ti ti-scuba-diving</code><br>
|
|
35873
|
+
<code>\fd4e</code>
|
|
35874
|
+
</div>
|
|
35875
|
+
</div>
|
|
35876
|
+
|
|
35607
35877
|
<div class="tabler-icon">
|
|
35608
35878
|
<i class="ti ti-scuba-mask"></i>
|
|
35609
35879
|
<strong>scuba-mask</strong>
|
|
@@ -35721,6 +35991,15 @@
|
|
|
35721
35991
|
</div>
|
|
35722
35992
|
</div>
|
|
35723
35993
|
|
|
35994
|
+
<div class="tabler-icon">
|
|
35995
|
+
<i class="ti ti-send-2"></i>
|
|
35996
|
+
<strong>send-2</strong>
|
|
35997
|
+
<div class="tabler-icon-codes">
|
|
35998
|
+
<code>ti ti-send-2</code><br>
|
|
35999
|
+
<code>\fd5d</code>
|
|
36000
|
+
</div>
|
|
36001
|
+
</div>
|
|
36002
|
+
|
|
35724
36003
|
<div class="tabler-icon">
|
|
35725
36004
|
<i class="ti ti-send-off"></i>
|
|
35726
36005
|
<strong>send-off</strong>
|
|
@@ -37107,6 +37386,15 @@
|
|
|
37107
37386
|
</div>
|
|
37108
37387
|
</div>
|
|
37109
37388
|
|
|
37389
|
+
<div class="tabler-icon">
|
|
37390
|
+
<i class="ti ti-snowboarding"></i>
|
|
37391
|
+
<strong>snowboarding</strong>
|
|
37392
|
+
<div class="tabler-icon-codes">
|
|
37393
|
+
<code>ti ti-snowboarding</code><br>
|
|
37394
|
+
<code>\fd4f</code>
|
|
37395
|
+
</div>
|
|
37396
|
+
</div>
|
|
37397
|
+
|
|
37110
37398
|
<div class="tabler-icon">
|
|
37111
37399
|
<i class="ti ti-snowflake"></i>
|
|
37112
37400
|
<strong>snowflake</strong>
|
|
@@ -39879,6 +40167,42 @@
|
|
|
39879
40167
|
</div>
|
|
39880
40168
|
</div>
|
|
39881
40169
|
|
|
40170
|
+
<div class="tabler-icon">
|
|
40171
|
+
<i class="ti ti-swipe-down"></i>
|
|
40172
|
+
<strong>swipe-down</strong>
|
|
40173
|
+
<div class="tabler-icon-codes">
|
|
40174
|
+
<code>ti ti-swipe-down</code><br>
|
|
40175
|
+
<code>\fd5e</code>
|
|
40176
|
+
</div>
|
|
40177
|
+
</div>
|
|
40178
|
+
|
|
40179
|
+
<div class="tabler-icon">
|
|
40180
|
+
<i class="ti ti-swipe-left"></i>
|
|
40181
|
+
<strong>swipe-left</strong>
|
|
40182
|
+
<div class="tabler-icon-codes">
|
|
40183
|
+
<code>ti ti-swipe-left</code><br>
|
|
40184
|
+
<code>\fd5f</code>
|
|
40185
|
+
</div>
|
|
40186
|
+
</div>
|
|
40187
|
+
|
|
40188
|
+
<div class="tabler-icon">
|
|
40189
|
+
<i class="ti ti-swipe-right"></i>
|
|
40190
|
+
<strong>swipe-right</strong>
|
|
40191
|
+
<div class="tabler-icon-codes">
|
|
40192
|
+
<code>ti ti-swipe-right</code><br>
|
|
40193
|
+
<code>\fd60</code>
|
|
40194
|
+
</div>
|
|
40195
|
+
</div>
|
|
40196
|
+
|
|
40197
|
+
<div class="tabler-icon">
|
|
40198
|
+
<i class="ti ti-swipe-up"></i>
|
|
40199
|
+
<strong>swipe-up</strong>
|
|
40200
|
+
<div class="tabler-icon-codes">
|
|
40201
|
+
<code>ti ti-swipe-up</code><br>
|
|
40202
|
+
<code>\fd61</code>
|
|
40203
|
+
</div>
|
|
40204
|
+
</div>
|
|
40205
|
+
|
|
39882
40206
|
<div class="tabler-icon">
|
|
39883
40207
|
<i class="ti ti-switch"></i>
|
|
39884
40208
|
<strong>switch</strong>
|