@tabler/icons-webfont 3.6.0 → 3.8.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 +2 -2
- package/dist/tabler-icons-filled.html +2 -2
- package/dist/tabler-icons-filled.min.css +2 -2
- package/dist/tabler-icons-filled.scss +3 -3
- package/dist/tabler-icons-outline.css +151 -3
- package/dist/tabler-icons-outline.css.map +1 -1
- package/dist/tabler-icons-outline.html +329 -5
- 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 +78 -5
- package/dist/tabler-icons.css +151 -11
- package/dist/tabler-icons.css.map +1 -1
- package/dist/tabler-icons.html +329 -23
- package/dist/tabler-icons.min.css +2 -2
- package/dist/tabler-icons.min.css.map +1 -1
- package/dist/tabler-icons.scss +78 -9
- package/package.json +2 -2
|
@@ -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.8.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 Outline
|
|
118
118
|
</h1>
|
|
119
|
-
<p class="text-muted">version 3.
|
|
119
|
+
<p class="text-muted">version 3.8.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -981,6 +981,24 @@
|
|
|
981
981
|
</div>
|
|
982
982
|
</div>
|
|
983
983
|
|
|
984
|
+
<div class="tabler-icon">
|
|
985
|
+
<i class="ti ti-alphabet-arabic"></i>
|
|
986
|
+
<strong>alphabet-arabic</strong>
|
|
987
|
+
<div class="tabler-icon-codes">
|
|
988
|
+
<code>ti ti-alphabet-arabic</code><br>
|
|
989
|
+
<code>\ff2f</code>
|
|
990
|
+
</div>
|
|
991
|
+
</div>
|
|
992
|
+
|
|
993
|
+
<div class="tabler-icon">
|
|
994
|
+
<i class="ti ti-alphabet-bangla"></i>
|
|
995
|
+
<strong>alphabet-bangla</strong>
|
|
996
|
+
<div class="tabler-icon-codes">
|
|
997
|
+
<code>ti ti-alphabet-bangla</code><br>
|
|
998
|
+
<code>\ff2e</code>
|
|
999
|
+
</div>
|
|
1000
|
+
</div>
|
|
1001
|
+
|
|
984
1002
|
<div class="tabler-icon">
|
|
985
1003
|
<i class="ti ti-alphabet-cyrillic"></i>
|
|
986
1004
|
<strong>alphabet-cyrillic</strong>
|
|
@@ -999,6 +1017,24 @@
|
|
|
999
1017
|
</div>
|
|
1000
1018
|
</div>
|
|
1001
1019
|
|
|
1020
|
+
<div class="tabler-icon">
|
|
1021
|
+
<i class="ti ti-alphabet-hebrew"></i>
|
|
1022
|
+
<strong>alphabet-hebrew</strong>
|
|
1023
|
+
<div class="tabler-icon-codes">
|
|
1024
|
+
<code>ti ti-alphabet-hebrew</code><br>
|
|
1025
|
+
<code>\ff2d</code>
|
|
1026
|
+
</div>
|
|
1027
|
+
</div>
|
|
1028
|
+
|
|
1029
|
+
<div class="tabler-icon">
|
|
1030
|
+
<i class="ti ti-alphabet-korean"></i>
|
|
1031
|
+
<strong>alphabet-korean</strong>
|
|
1032
|
+
<div class="tabler-icon-codes">
|
|
1033
|
+
<code>ti ti-alphabet-korean</code><br>
|
|
1034
|
+
<code>\ff2c</code>
|
|
1035
|
+
</div>
|
|
1036
|
+
</div>
|
|
1037
|
+
|
|
1002
1038
|
<div class="tabler-icon">
|
|
1003
1039
|
<i class="ti ti-alphabet-latin"></i>
|
|
1004
1040
|
<strong>alphabet-latin</strong>
|
|
@@ -1008,6 +1044,15 @@
|
|
|
1008
1044
|
</div>
|
|
1009
1045
|
</div>
|
|
1010
1046
|
|
|
1047
|
+
<div class="tabler-icon">
|
|
1048
|
+
<i class="ti ti-alphabet-thai"></i>
|
|
1049
|
+
<strong>alphabet-thai</strong>
|
|
1050
|
+
<div class="tabler-icon-codes">
|
|
1051
|
+
<code>ti ti-alphabet-thai</code><br>
|
|
1052
|
+
<code>\ff2b</code>
|
|
1053
|
+
</div>
|
|
1054
|
+
</div>
|
|
1055
|
+
|
|
1011
1056
|
<div class="tabler-icon">
|
|
1012
1057
|
<i class="ti ti-alt"></i>
|
|
1013
1058
|
<strong>alt</strong>
|
|
@@ -3915,6 +3960,15 @@
|
|
|
3915
3960
|
</div>
|
|
3916
3961
|
</div>
|
|
3917
3962
|
|
|
3963
|
+
<div class="tabler-icon">
|
|
3964
|
+
<i class="ti ti-battery-exclamation"></i>
|
|
3965
|
+
<strong>battery-exclamation</strong>
|
|
3966
|
+
<div class="tabler-icon-codes">
|
|
3967
|
+
<code>ti ti-battery-exclamation</code><br>
|
|
3968
|
+
<code>\ff1d</code>
|
|
3969
|
+
</div>
|
|
3970
|
+
</div>
|
|
3971
|
+
|
|
3918
3972
|
<div class="tabler-icon">
|
|
3919
3973
|
<i class="ti ti-battery-off"></i>
|
|
3920
3974
|
<strong>battery-off</strong>
|
|
@@ -3924,6 +3978,96 @@
|
|
|
3924
3978
|
</div>
|
|
3925
3979
|
</div>
|
|
3926
3980
|
|
|
3981
|
+
<div class="tabler-icon">
|
|
3982
|
+
<i class="ti ti-battery-vertical"></i>
|
|
3983
|
+
<strong>battery-vertical</strong>
|
|
3984
|
+
<div class="tabler-icon-codes">
|
|
3985
|
+
<code>ti ti-battery-vertical</code><br>
|
|
3986
|
+
<code>\ff13</code>
|
|
3987
|
+
</div>
|
|
3988
|
+
</div>
|
|
3989
|
+
|
|
3990
|
+
<div class="tabler-icon">
|
|
3991
|
+
<i class="ti ti-battery-vertical-1"></i>
|
|
3992
|
+
<strong>battery-vertical-1</strong>
|
|
3993
|
+
<div class="tabler-icon-codes">
|
|
3994
|
+
<code>ti ti-battery-vertical-1</code><br>
|
|
3995
|
+
<code>\ff1c</code>
|
|
3996
|
+
</div>
|
|
3997
|
+
</div>
|
|
3998
|
+
|
|
3999
|
+
<div class="tabler-icon">
|
|
4000
|
+
<i class="ti ti-battery-vertical-2"></i>
|
|
4001
|
+
<strong>battery-vertical-2</strong>
|
|
4002
|
+
<div class="tabler-icon-codes">
|
|
4003
|
+
<code>ti ti-battery-vertical-2</code><br>
|
|
4004
|
+
<code>\ff1b</code>
|
|
4005
|
+
</div>
|
|
4006
|
+
</div>
|
|
4007
|
+
|
|
4008
|
+
<div class="tabler-icon">
|
|
4009
|
+
<i class="ti ti-battery-vertical-3"></i>
|
|
4010
|
+
<strong>battery-vertical-3</strong>
|
|
4011
|
+
<div class="tabler-icon-codes">
|
|
4012
|
+
<code>ti ti-battery-vertical-3</code><br>
|
|
4013
|
+
<code>\ff1a</code>
|
|
4014
|
+
</div>
|
|
4015
|
+
</div>
|
|
4016
|
+
|
|
4017
|
+
<div class="tabler-icon">
|
|
4018
|
+
<i class="ti ti-battery-vertical-4"></i>
|
|
4019
|
+
<strong>battery-vertical-4</strong>
|
|
4020
|
+
<div class="tabler-icon-codes">
|
|
4021
|
+
<code>ti ti-battery-vertical-4</code><br>
|
|
4022
|
+
<code>\ff19</code>
|
|
4023
|
+
</div>
|
|
4024
|
+
</div>
|
|
4025
|
+
|
|
4026
|
+
<div class="tabler-icon">
|
|
4027
|
+
<i class="ti ti-battery-vertical-charging"></i>
|
|
4028
|
+
<strong>battery-vertical-charging</strong>
|
|
4029
|
+
<div class="tabler-icon-codes">
|
|
4030
|
+
<code>ti ti-battery-vertical-charging</code><br>
|
|
4031
|
+
<code>\ff17</code>
|
|
4032
|
+
</div>
|
|
4033
|
+
</div>
|
|
4034
|
+
|
|
4035
|
+
<div class="tabler-icon">
|
|
4036
|
+
<i class="ti ti-battery-vertical-charging-2"></i>
|
|
4037
|
+
<strong>battery-vertical-charging-2</strong>
|
|
4038
|
+
<div class="tabler-icon-codes">
|
|
4039
|
+
<code>ti ti-battery-vertical-charging-2</code><br>
|
|
4040
|
+
<code>\ff18</code>
|
|
4041
|
+
</div>
|
|
4042
|
+
</div>
|
|
4043
|
+
|
|
4044
|
+
<div class="tabler-icon">
|
|
4045
|
+
<i class="ti ti-battery-vertical-eco"></i>
|
|
4046
|
+
<strong>battery-vertical-eco</strong>
|
|
4047
|
+
<div class="tabler-icon-codes">
|
|
4048
|
+
<code>ti ti-battery-vertical-eco</code><br>
|
|
4049
|
+
<code>\ff16</code>
|
|
4050
|
+
</div>
|
|
4051
|
+
</div>
|
|
4052
|
+
|
|
4053
|
+
<div class="tabler-icon">
|
|
4054
|
+
<i class="ti ti-battery-vertical-exclamation"></i>
|
|
4055
|
+
<strong>battery-vertical-exclamation</strong>
|
|
4056
|
+
<div class="tabler-icon-codes">
|
|
4057
|
+
<code>ti ti-battery-vertical-exclamation</code><br>
|
|
4058
|
+
<code>\ff15</code>
|
|
4059
|
+
</div>
|
|
4060
|
+
</div>
|
|
4061
|
+
|
|
4062
|
+
<div class="tabler-icon">
|
|
4063
|
+
<i class="ti ti-battery-vertical-off"></i>
|
|
4064
|
+
<strong>battery-vertical-off</strong>
|
|
4065
|
+
<div class="tabler-icon-codes">
|
|
4066
|
+
<code>ti ti-battery-vertical-off</code><br>
|
|
4067
|
+
<code>\ff14</code>
|
|
4068
|
+
</div>
|
|
4069
|
+
</div>
|
|
4070
|
+
|
|
3927
4071
|
<div class="tabler-icon">
|
|
3928
4072
|
<i class="ti ti-beach"></i>
|
|
3929
4073
|
<strong>beach</strong>
|
|
@@ -5346,6 +5490,60 @@
|
|
|
5346
5490
|
</div>
|
|
5347
5491
|
</div>
|
|
5348
5492
|
|
|
5493
|
+
<div class="tabler-icon">
|
|
5494
|
+
<i class="ti ti-brand-adobe-after-effect"></i>
|
|
5495
|
+
<strong>brand-adobe-after-effect</strong>
|
|
5496
|
+
<div class="tabler-icon-codes">
|
|
5497
|
+
<code>ti ti-brand-adobe-after-effect</code><br>
|
|
5498
|
+
<code>\ff2a</code>
|
|
5499
|
+
</div>
|
|
5500
|
+
</div>
|
|
5501
|
+
|
|
5502
|
+
<div class="tabler-icon">
|
|
5503
|
+
<i class="ti ti-brand-adobe-illustrator"></i>
|
|
5504
|
+
<strong>brand-adobe-illustrator</strong>
|
|
5505
|
+
<div class="tabler-icon-codes">
|
|
5506
|
+
<code>ti ti-brand-adobe-illustrator</code><br>
|
|
5507
|
+
<code>\ff29</code>
|
|
5508
|
+
</div>
|
|
5509
|
+
</div>
|
|
5510
|
+
|
|
5511
|
+
<div class="tabler-icon">
|
|
5512
|
+
<i class="ti ti-brand-adobe-indesign"></i>
|
|
5513
|
+
<strong>brand-adobe-indesign</strong>
|
|
5514
|
+
<div class="tabler-icon-codes">
|
|
5515
|
+
<code>ti ti-brand-adobe-indesign</code><br>
|
|
5516
|
+
<code>\ff28</code>
|
|
5517
|
+
</div>
|
|
5518
|
+
</div>
|
|
5519
|
+
|
|
5520
|
+
<div class="tabler-icon">
|
|
5521
|
+
<i class="ti ti-brand-adobe-photoshop"></i>
|
|
5522
|
+
<strong>brand-adobe-photoshop</strong>
|
|
5523
|
+
<div class="tabler-icon-codes">
|
|
5524
|
+
<code>ti ti-brand-adobe-photoshop</code><br>
|
|
5525
|
+
<code>\ff27</code>
|
|
5526
|
+
</div>
|
|
5527
|
+
</div>
|
|
5528
|
+
|
|
5529
|
+
<div class="tabler-icon">
|
|
5530
|
+
<i class="ti ti-brand-adobe-premier"></i>
|
|
5531
|
+
<strong>brand-adobe-premier</strong>
|
|
5532
|
+
<div class="tabler-icon-codes">
|
|
5533
|
+
<code>ti ti-brand-adobe-premier</code><br>
|
|
5534
|
+
<code>\ff26</code>
|
|
5535
|
+
</div>
|
|
5536
|
+
</div>
|
|
5537
|
+
|
|
5538
|
+
<div class="tabler-icon">
|
|
5539
|
+
<i class="ti ti-brand-adobe-xd"></i>
|
|
5540
|
+
<strong>brand-adobe-xd</strong>
|
|
5541
|
+
<div class="tabler-icon-codes">
|
|
5542
|
+
<code>ti ti-brand-adobe-xd</code><br>
|
|
5543
|
+
<code>\ff25</code>
|
|
5544
|
+
</div>
|
|
5545
|
+
</div>
|
|
5546
|
+
|
|
5349
5547
|
<div class="tabler-icon">
|
|
5350
5548
|
<i class="ti ti-brand-adonis-js"></i>
|
|
5351
5549
|
<strong>brand-adonis-js</strong>
|
|
@@ -5499,6 +5697,15 @@
|
|
|
5499
5697
|
</div>
|
|
5500
5698
|
</div>
|
|
5501
5699
|
|
|
5700
|
+
<div class="tabler-icon">
|
|
5701
|
+
<i class="ti ti-brand-apple-news"></i>
|
|
5702
|
+
<strong>brand-apple-news</strong>
|
|
5703
|
+
<div class="tabler-icon-codes">
|
|
5704
|
+
<code>ti ti-brand-apple-news</code><br>
|
|
5705
|
+
<code>\ff24</code>
|
|
5706
|
+
</div>
|
|
5707
|
+
</div>
|
|
5708
|
+
|
|
5502
5709
|
<div class="tabler-icon">
|
|
5503
5710
|
<i class="ti ti-brand-apple-podcast"></i>
|
|
5504
5711
|
<strong>brand-apple-podcast</strong>
|
|
@@ -6633,6 +6840,15 @@
|
|
|
6633
6840
|
</div>
|
|
6634
6841
|
</div>
|
|
6635
6842
|
|
|
6843
|
+
<div class="tabler-icon">
|
|
6844
|
+
<i class="ti ti-brand-hackerrank"></i>
|
|
6845
|
+
<strong>brand-hackerrank</strong>
|
|
6846
|
+
<div class="tabler-icon-codes">
|
|
6847
|
+
<code>ti ti-brand-hackerrank</code><br>
|
|
6848
|
+
<code>\ff23</code>
|
|
6849
|
+
</div>
|
|
6850
|
+
</div>
|
|
6851
|
+
|
|
6636
6852
|
<div class="tabler-icon">
|
|
6637
6853
|
<i class="ti ti-brand-hbo"></i>
|
|
6638
6854
|
<strong>brand-hbo</strong>
|
|
@@ -6966,6 +7182,15 @@
|
|
|
6966
7182
|
</div>
|
|
6967
7183
|
</div>
|
|
6968
7184
|
|
|
7185
|
+
<div class="tabler-icon">
|
|
7186
|
+
<i class="ti ti-brand-metabrainz"></i>
|
|
7187
|
+
<strong>brand-metabrainz</strong>
|
|
7188
|
+
<div class="tabler-icon-codes">
|
|
7189
|
+
<code>ti ti-brand-metabrainz</code><br>
|
|
7190
|
+
<code>\ff12</code>
|
|
7191
|
+
</div>
|
|
7192
|
+
</div>
|
|
7193
|
+
|
|
6969
7194
|
<div class="tabler-icon">
|
|
6970
7195
|
<i class="ti ti-brand-minecraft"></i>
|
|
6971
7196
|
<strong>brand-minecraft</strong>
|
|
@@ -9711,6 +9936,15 @@
|
|
|
9711
9936
|
</div>
|
|
9712
9937
|
</div>
|
|
9713
9938
|
|
|
9939
|
+
<div class="tabler-icon">
|
|
9940
|
+
<i class="ti ti-cancel"></i>
|
|
9941
|
+
<strong>cancel</strong>
|
|
9942
|
+
<div class="tabler-icon-codes">
|
|
9943
|
+
<code>ti ti-cancel</code><br>
|
|
9944
|
+
<code>\ff11</code>
|
|
9945
|
+
</div>
|
|
9946
|
+
</div>
|
|
9947
|
+
|
|
9714
9948
|
<div class="tabler-icon">
|
|
9715
9949
|
<i class="ti ti-candle"></i>
|
|
9716
9950
|
<strong>candle</strong>
|
|
@@ -9756,6 +9990,33 @@
|
|
|
9756
9990
|
</div>
|
|
9757
9991
|
</div>
|
|
9758
9992
|
|
|
9993
|
+
<div class="tabler-icon">
|
|
9994
|
+
<i class="ti ti-cap-projecting"></i>
|
|
9995
|
+
<strong>cap-projecting</strong>
|
|
9996
|
+
<div class="tabler-icon-codes">
|
|
9997
|
+
<code>ti ti-cap-projecting</code><br>
|
|
9998
|
+
<code>\ff22</code>
|
|
9999
|
+
</div>
|
|
10000
|
+
</div>
|
|
10001
|
+
|
|
10002
|
+
<div class="tabler-icon">
|
|
10003
|
+
<i class="ti ti-cap-rounded"></i>
|
|
10004
|
+
<strong>cap-rounded</strong>
|
|
10005
|
+
<div class="tabler-icon-codes">
|
|
10006
|
+
<code>ti ti-cap-rounded</code><br>
|
|
10007
|
+
<code>\ff21</code>
|
|
10008
|
+
</div>
|
|
10009
|
+
</div>
|
|
10010
|
+
|
|
10011
|
+
<div class="tabler-icon">
|
|
10012
|
+
<i class="ti ti-cap-straight"></i>
|
|
10013
|
+
<strong>cap-straight</strong>
|
|
10014
|
+
<div class="tabler-icon-codes">
|
|
10015
|
+
<code>ti ti-cap-straight</code><br>
|
|
10016
|
+
<code>\ff20</code>
|
|
10017
|
+
</div>
|
|
10018
|
+
</div>
|
|
10019
|
+
|
|
9759
10020
|
<div class="tabler-icon">
|
|
9760
10021
|
<i class="ti ti-capsule"></i>
|
|
9761
10022
|
<strong>capsule</strong>
|
|
@@ -26523,6 +26784,15 @@
|
|
|
26523
26784
|
</div>
|
|
26524
26785
|
</div>
|
|
26525
26786
|
|
|
26787
|
+
<div class="tabler-icon">
|
|
26788
|
+
<i class="ti ti-math-cos"></i>
|
|
26789
|
+
<strong>math-cos</strong>
|
|
26790
|
+
<div class="tabler-icon-codes">
|
|
26791
|
+
<code>ti ti-math-cos</code><br>
|
|
26792
|
+
<code>\ff1f</code>
|
|
26793
|
+
</div>
|
|
26794
|
+
</div>
|
|
26795
|
+
|
|
26526
26796
|
<div class="tabler-icon">
|
|
26527
26797
|
<i class="ti ti-math-equal-greater"></i>
|
|
26528
26798
|
<strong>math-equal-greater</strong>
|
|
@@ -26676,6 +26946,15 @@
|
|
|
26676
26946
|
</div>
|
|
26677
26947
|
</div>
|
|
26678
26948
|
|
|
26949
|
+
<div class="tabler-icon">
|
|
26950
|
+
<i class="ti ti-math-sin"></i>
|
|
26951
|
+
<strong>math-sin</strong>
|
|
26952
|
+
<div class="tabler-icon-codes">
|
|
26953
|
+
<code>ti ti-math-sin</code><br>
|
|
26954
|
+
<code>\ff1e</code>
|
|
26955
|
+
</div>
|
|
26956
|
+
</div>
|
|
26957
|
+
|
|
26679
26958
|
<div class="tabler-icon">
|
|
26680
26959
|
<i class="ti ti-math-symbols"></i>
|
|
26681
26960
|
<strong>math-symbols</strong>
|
|
@@ -28216,10 +28495,10 @@
|
|
|
28216
28495
|
</div>
|
|
28217
28496
|
|
|
28218
28497
|
<div class="tabler-icon">
|
|
28219
|
-
<i class="ti ti-mood-
|
|
28220
|
-
<strong>mood-
|
|
28498
|
+
<i class="ti ti-mood-surprised"></i>
|
|
28499
|
+
<strong>mood-surprised</strong>
|
|
28221
28500
|
<div class="tabler-icon-codes">
|
|
28222
|
-
<code>ti ti-mood-
|
|
28501
|
+
<code>ti ti-mood-surprised</code><br>
|
|
28223
28502
|
<code>\ec04</code>
|
|
28224
28503
|
</div>
|
|
28225
28504
|
</div>
|
|
@@ -33219,6 +33498,15 @@
|
|
|
33219
33498
|
</div>
|
|
33220
33499
|
</div>
|
|
33221
33500
|
|
|
33501
|
+
<div class="tabler-icon">
|
|
33502
|
+
<i class="ti ti-rosette-discount-check-off"></i>
|
|
33503
|
+
<strong>rosette-discount-check-off</strong>
|
|
33504
|
+
<div class="tabler-icon-codes">
|
|
33505
|
+
<code>ti ti-rosette-discount-check-off</code><br>
|
|
33506
|
+
<code>\ff10</code>
|
|
33507
|
+
</div>
|
|
33508
|
+
</div>
|
|
33509
|
+
|
|
33222
33510
|
<div class="tabler-icon">
|
|
33223
33511
|
<i class="ti ti-rosette-discount-off"></i>
|
|
33224
33512
|
<strong>rosette-discount-off</strong>
|
|
@@ -33597,6 +33885,15 @@
|
|
|
33597
33885
|
</div>
|
|
33598
33886
|
</div>
|
|
33599
33887
|
|
|
33888
|
+
<div class="tabler-icon">
|
|
33889
|
+
<i class="ti ti-ruler-measure-2"></i>
|
|
33890
|
+
<strong>ruler-measure-2</strong>
|
|
33891
|
+
<div class="tabler-icon-codes">
|
|
33892
|
+
<code>ti ti-ruler-measure-2</code><br>
|
|
33893
|
+
<code>\ff0f</code>
|
|
33894
|
+
</div>
|
|
33895
|
+
</div>
|
|
33896
|
+
|
|
33600
33897
|
<div class="tabler-icon">
|
|
33601
33898
|
<i class="ti ti-ruler-off"></i>
|
|
33602
33899
|
<strong>ruler-off</strong>
|
|
@@ -39609,6 +39906,33 @@
|
|
|
39609
39906
|
</div>
|
|
39610
39907
|
</div>
|
|
39611
39908
|
|
|
39909
|
+
<div class="tabler-icon">
|
|
39910
|
+
<i class="ti ti-umbrella-2"></i>
|
|
39911
|
+
<strong>umbrella-2</strong>
|
|
39912
|
+
<div class="tabler-icon-codes">
|
|
39913
|
+
<code>ti ti-umbrella-2</code><br>
|
|
39914
|
+
<code>\ff0e</code>
|
|
39915
|
+
</div>
|
|
39916
|
+
</div>
|
|
39917
|
+
|
|
39918
|
+
<div class="tabler-icon">
|
|
39919
|
+
<i class="ti ti-umbrella-closed"></i>
|
|
39920
|
+
<strong>umbrella-closed</strong>
|
|
39921
|
+
<div class="tabler-icon-codes">
|
|
39922
|
+
<code>ti ti-umbrella-closed</code><br>
|
|
39923
|
+
<code>\ff0c</code>
|
|
39924
|
+
</div>
|
|
39925
|
+
</div>
|
|
39926
|
+
|
|
39927
|
+
<div class="tabler-icon">
|
|
39928
|
+
<i class="ti ti-umbrella-closed-2"></i>
|
|
39929
|
+
<strong>umbrella-closed-2</strong>
|
|
39930
|
+
<div class="tabler-icon-codes">
|
|
39931
|
+
<code>ti ti-umbrella-closed-2</code><br>
|
|
39932
|
+
<code>\ff0d</code>
|
|
39933
|
+
</div>
|
|
39934
|
+
</div>
|
|
39935
|
+
|
|
39612
39936
|
<div class="tabler-icon">
|
|
39613
39937
|
<i class="ti ti-umbrella-off"></i>
|
|
39614
39938
|
<strong>umbrella-off</strong>
|