@tabler/icons-webfont 2.13.2 → 2.15.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 +171 -3
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +380 -2
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +89 -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.15.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.15.0</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -792,6 +792,15 @@
|
|
|
792
792
|
</div>
|
|
793
793
|
</div>
|
|
794
794
|
|
|
795
|
+
<div class="tabler-icon">
|
|
796
|
+
<i class="ti ti-alert-hexagon-filled"></i>
|
|
797
|
+
<strong>alert-hexagon-filled</strong>
|
|
798
|
+
<div class="tabler-icon-codes">
|
|
799
|
+
<code>ti ti-alert-hexagon-filled</code><br>
|
|
800
|
+
<code>\fa34</code>
|
|
801
|
+
</div>
|
|
802
|
+
</div>
|
|
803
|
+
|
|
795
804
|
<div class="tabler-icon">
|
|
796
805
|
<i class="ti ti-alert-octagon"></i>
|
|
797
806
|
<strong>alert-octagon</strong>
|
|
@@ -828,6 +837,15 @@
|
|
|
828
837
|
</div>
|
|
829
838
|
</div>
|
|
830
839
|
|
|
840
|
+
<div class="tabler-icon">
|
|
841
|
+
<i class="ti ti-alert-square-filled"></i>
|
|
842
|
+
<strong>alert-square-filled</strong>
|
|
843
|
+
<div class="tabler-icon-codes">
|
|
844
|
+
<code>ti ti-alert-square-filled</code><br>
|
|
845
|
+
<code>\fa35</code>
|
|
846
|
+
</div>
|
|
847
|
+
</div>
|
|
848
|
+
|
|
831
849
|
<div class="tabler-icon">
|
|
832
850
|
<i class="ti ti-alert-square-rounded"></i>
|
|
833
851
|
<strong>alert-square-rounded</strong>
|
|
@@ -837,6 +855,15 @@
|
|
|
837
855
|
</div>
|
|
838
856
|
</div>
|
|
839
857
|
|
|
858
|
+
<div class="tabler-icon">
|
|
859
|
+
<i class="ti ti-alert-square-rounded-filled"></i>
|
|
860
|
+
<strong>alert-square-rounded-filled</strong>
|
|
861
|
+
<div class="tabler-icon-codes">
|
|
862
|
+
<code>ti ti-alert-square-rounded-filled</code><br>
|
|
863
|
+
<code>\fa36</code>
|
|
864
|
+
</div>
|
|
865
|
+
</div>
|
|
866
|
+
|
|
840
867
|
<div class="tabler-icon">
|
|
841
868
|
<i class="ti ti-alert-triangle"></i>
|
|
842
869
|
<strong>alert-triangle</strong>
|
|
@@ -6588,6 +6615,15 @@
|
|
|
6588
6615
|
</div>
|
|
6589
6616
|
</div>
|
|
6590
6617
|
|
|
6618
|
+
<div class="tabler-icon">
|
|
6619
|
+
<i class="ti ti-brand-itch"></i>
|
|
6620
|
+
<strong>brand-itch</strong>
|
|
6621
|
+
<div class="tabler-icon-codes">
|
|
6622
|
+
<code>ti ti-brand-itch</code><br>
|
|
6623
|
+
<code>\fa22</code>
|
|
6624
|
+
</div>
|
|
6625
|
+
</div>
|
|
6626
|
+
|
|
6591
6627
|
<div class="tabler-icon">
|
|
6592
6628
|
<i class="ti ti-brand-javascript"></i>
|
|
6593
6629
|
<strong>brand-javascript</strong>
|
|
@@ -6606,6 +6642,15 @@
|
|
|
6606
6642
|
</div>
|
|
6607
6643
|
</div>
|
|
6608
6644
|
|
|
6645
|
+
<div class="tabler-icon">
|
|
6646
|
+
<i class="ti ti-brand-kick"></i>
|
|
6647
|
+
<strong>brand-kick</strong>
|
|
6648
|
+
<div class="tabler-icon-codes">
|
|
6649
|
+
<code>ti ti-brand-kick</code><br>
|
|
6650
|
+
<code>\fa23</code>
|
|
6651
|
+
</div>
|
|
6652
|
+
</div>
|
|
6653
|
+
|
|
6609
6654
|
<div class="tabler-icon">
|
|
6610
6655
|
<i class="ti ti-brand-kickstarter"></i>
|
|
6611
6656
|
<strong>brand-kickstarter</strong>
|
|
@@ -6642,6 +6687,15 @@
|
|
|
6642
6687
|
</div>
|
|
6643
6688
|
</div>
|
|
6644
6689
|
|
|
6690
|
+
<div class="tabler-icon">
|
|
6691
|
+
<i class="ti ti-brand-letterboxd"></i>
|
|
6692
|
+
<strong>brand-letterboxd</strong>
|
|
6693
|
+
<div class="tabler-icon-codes">
|
|
6694
|
+
<code>ti ti-brand-letterboxd</code><br>
|
|
6695
|
+
<code>\fa24</code>
|
|
6696
|
+
</div>
|
|
6697
|
+
</div>
|
|
6698
|
+
|
|
6645
6699
|
<div class="tabler-icon">
|
|
6646
6700
|
<i class="ti ti-brand-line"></i>
|
|
6647
6701
|
<strong>brand-line</strong>
|
|
@@ -9045,6 +9099,15 @@
|
|
|
9045
9099
|
</div>
|
|
9046
9100
|
</div>
|
|
9047
9101
|
|
|
9102
|
+
<div class="tabler-icon">
|
|
9103
|
+
<i class="ti ti-camera-filled"></i>
|
|
9104
|
+
<strong>camera-filled</strong>
|
|
9105
|
+
<div class="tabler-icon-codes">
|
|
9106
|
+
<code>ti ti-camera-filled</code><br>
|
|
9107
|
+
<code>\fa37</code>
|
|
9108
|
+
</div>
|
|
9109
|
+
</div>
|
|
9110
|
+
|
|
9048
9111
|
<div class="tabler-icon">
|
|
9049
9112
|
<i class="ti ti-camera-heart"></i>
|
|
9050
9113
|
<strong>camera-heart</strong>
|
|
@@ -9171,6 +9234,15 @@
|
|
|
9171
9234
|
</div>
|
|
9172
9235
|
</div>
|
|
9173
9236
|
|
|
9237
|
+
<div class="tabler-icon">
|
|
9238
|
+
<i class="ti ti-camper"></i>
|
|
9239
|
+
<strong>camper</strong>
|
|
9240
|
+
<div class="tabler-icon-codes">
|
|
9241
|
+
<code>ti ti-camper</code><br>
|
|
9242
|
+
<code>\fa25</code>
|
|
9243
|
+
</div>
|
|
9244
|
+
</div>
|
|
9245
|
+
|
|
9174
9246
|
<div class="tabler-icon">
|
|
9175
9247
|
<i class="ti ti-campfire"></i>
|
|
9176
9248
|
<strong>campfire</strong>
|
|
@@ -14022,6 +14094,15 @@
|
|
|
14022
14094
|
</div>
|
|
14023
14095
|
</div>
|
|
14024
14096
|
|
|
14097
|
+
<div class="tabler-icon">
|
|
14098
|
+
<i class="ti ti-decimal"></i>
|
|
14099
|
+
<strong>decimal</strong>
|
|
14100
|
+
<div class="tabler-icon-codes">
|
|
14101
|
+
<code>ti ti-decimal</code><br>
|
|
14102
|
+
<code>\fa26</code>
|
|
14103
|
+
</div>
|
|
14104
|
+
</div>
|
|
14105
|
+
|
|
14025
14106
|
<div class="tabler-icon">
|
|
14026
14107
|
<i class="ti ti-deer"></i>
|
|
14027
14108
|
<strong>deer</strong>
|
|
@@ -14409,6 +14490,15 @@
|
|
|
14409
14490
|
</div>
|
|
14410
14491
|
</div>
|
|
14411
14492
|
|
|
14493
|
+
<div class="tabler-icon">
|
|
14494
|
+
<i class="ti ti-device-heart-monitor-filled"></i>
|
|
14495
|
+
<strong>device-heart-monitor-filled</strong>
|
|
14496
|
+
<div class="tabler-icon-codes">
|
|
14497
|
+
<code>ti ti-device-heart-monitor-filled</code><br>
|
|
14498
|
+
<code>\fa38</code>
|
|
14499
|
+
</div>
|
|
14500
|
+
</div>
|
|
14501
|
+
|
|
14412
14502
|
<div class="tabler-icon">
|
|
14413
14503
|
<i class="ti ti-device-imac"></i>
|
|
14414
14504
|
<strong>device-imac</strong>
|
|
@@ -15093,6 +15183,15 @@
|
|
|
15093
15183
|
</div>
|
|
15094
15184
|
</div>
|
|
15095
15185
|
|
|
15186
|
+
<div class="tabler-icon">
|
|
15187
|
+
<i class="ti ti-device-mobile-filled"></i>
|
|
15188
|
+
<strong>device-mobile-filled</strong>
|
|
15189
|
+
<div class="tabler-icon-codes">
|
|
15190
|
+
<code>ti ti-device-mobile-filled</code><br>
|
|
15191
|
+
<code>\fa39</code>
|
|
15192
|
+
</div>
|
|
15193
|
+
</div>
|
|
15194
|
+
|
|
15096
15195
|
<div class="tabler-icon">
|
|
15097
15196
|
<i class="ti ti-device-mobile-heart"></i>
|
|
15098
15197
|
<strong>device-mobile-heart</strong>
|
|
@@ -15399,6 +15498,15 @@
|
|
|
15399
15498
|
</div>
|
|
15400
15499
|
</div>
|
|
15401
15500
|
|
|
15501
|
+
<div class="tabler-icon">
|
|
15502
|
+
<i class="ti ti-device-tablet-filled"></i>
|
|
15503
|
+
<strong>device-tablet-filled</strong>
|
|
15504
|
+
<div class="tabler-icon-codes">
|
|
15505
|
+
<code>ti ti-device-tablet-filled</code><br>
|
|
15506
|
+
<code>\fa3a</code>
|
|
15507
|
+
</div>
|
|
15508
|
+
</div>
|
|
15509
|
+
|
|
15402
15510
|
<div class="tabler-icon">
|
|
15403
15511
|
<i class="ti ti-device-tablet-heart"></i>
|
|
15404
15512
|
<strong>device-tablet-heart</strong>
|
|
@@ -15966,6 +16074,15 @@
|
|
|
15966
16074
|
</div>
|
|
15967
16075
|
</div>
|
|
15968
16076
|
|
|
16077
|
+
<div class="tabler-icon">
|
|
16078
|
+
<i class="ti ti-dialpad-filled"></i>
|
|
16079
|
+
<strong>dialpad-filled</strong>
|
|
16080
|
+
<div class="tabler-icon-codes">
|
|
16081
|
+
<code>ti ti-dialpad-filled</code><br>
|
|
16082
|
+
<code>\fa3b</code>
|
|
16083
|
+
</div>
|
|
16084
|
+
</div>
|
|
16085
|
+
|
|
15969
16086
|
<div class="tabler-icon">
|
|
15970
16087
|
<i class="ti ti-dialpad-off"></i>
|
|
15971
16088
|
<strong>dialpad-off</strong>
|
|
@@ -17919,6 +18036,15 @@
|
|
|
17919
18036
|
</div>
|
|
17920
18037
|
</div>
|
|
17921
18038
|
|
|
18039
|
+
<div class="tabler-icon">
|
|
18040
|
+
<i class="ti ti-file-text-ai"></i>
|
|
18041
|
+
<strong>file-text-ai</strong>
|
|
18042
|
+
<div class="tabler-icon-codes">
|
|
18043
|
+
<code>ti ti-file-text-ai</code><br>
|
|
18044
|
+
<code>\fa27</code>
|
|
18045
|
+
</div>
|
|
18046
|
+
</div>
|
|
18047
|
+
|
|
17922
18048
|
<div class="tabler-icon">
|
|
17923
18049
|
<i class="ti ti-file-time"></i>
|
|
17924
18050
|
<strong>file-time</strong>
|
|
@@ -19764,6 +19890,15 @@
|
|
|
19764
19890
|
</div>
|
|
19765
19891
|
</div>
|
|
19766
19892
|
|
|
19893
|
+
<div class="tabler-icon">
|
|
19894
|
+
<i class="ti ti-headphones-filled"></i>
|
|
19895
|
+
<strong>headphones-filled</strong>
|
|
19896
|
+
<div class="tabler-icon-codes">
|
|
19897
|
+
<code>ti ti-headphones-filled</code><br>
|
|
19898
|
+
<code>\fa3c</code>
|
|
19899
|
+
</div>
|
|
19900
|
+
</div>
|
|
19901
|
+
|
|
19767
19902
|
<div class="tabler-icon">
|
|
19768
19903
|
<i class="ti ti-headphones-off"></i>
|
|
19769
19904
|
<strong>headphones-off</strong>
|
|
@@ -19953,6 +20088,15 @@
|
|
|
19953
20088
|
</div>
|
|
19954
20089
|
</div>
|
|
19955
20090
|
|
|
20091
|
+
<div class="tabler-icon">
|
|
20092
|
+
<i class="ti ti-help-circle-filled"></i>
|
|
20093
|
+
<strong>help-circle-filled</strong>
|
|
20094
|
+
<div class="tabler-icon-codes">
|
|
20095
|
+
<code>ti ti-help-circle-filled</code><br>
|
|
20096
|
+
<code>\fa3d</code>
|
|
20097
|
+
</div>
|
|
20098
|
+
</div>
|
|
20099
|
+
|
|
19956
20100
|
<div class="tabler-icon">
|
|
19957
20101
|
<i class="ti ti-help-hexagon"></i>
|
|
19958
20102
|
<strong>help-hexagon</strong>
|
|
@@ -19962,6 +20106,15 @@
|
|
|
19962
20106
|
</div>
|
|
19963
20107
|
</div>
|
|
19964
20108
|
|
|
20109
|
+
<div class="tabler-icon">
|
|
20110
|
+
<i class="ti ti-help-hexagon-filled"></i>
|
|
20111
|
+
<strong>help-hexagon-filled</strong>
|
|
20112
|
+
<div class="tabler-icon-codes">
|
|
20113
|
+
<code>ti ti-help-hexagon-filled</code><br>
|
|
20114
|
+
<code>\fa3e</code>
|
|
20115
|
+
</div>
|
|
20116
|
+
</div>
|
|
20117
|
+
|
|
19965
20118
|
<div class="tabler-icon">
|
|
19966
20119
|
<i class="ti ti-help-octagon"></i>
|
|
19967
20120
|
<strong>help-octagon</strong>
|
|
@@ -19971,6 +20124,15 @@
|
|
|
19971
20124
|
</div>
|
|
19972
20125
|
</div>
|
|
19973
20126
|
|
|
20127
|
+
<div class="tabler-icon">
|
|
20128
|
+
<i class="ti ti-help-octagon-filled"></i>
|
|
20129
|
+
<strong>help-octagon-filled</strong>
|
|
20130
|
+
<div class="tabler-icon-codes">
|
|
20131
|
+
<code>ti ti-help-octagon-filled</code><br>
|
|
20132
|
+
<code>\fa3f</code>
|
|
20133
|
+
</div>
|
|
20134
|
+
</div>
|
|
20135
|
+
|
|
19974
20136
|
<div class="tabler-icon">
|
|
19975
20137
|
<i class="ti ti-help-off"></i>
|
|
19976
20138
|
<strong>help-off</strong>
|
|
@@ -19998,6 +20160,15 @@
|
|
|
19998
20160
|
</div>
|
|
19999
20161
|
</div>
|
|
20000
20162
|
|
|
20163
|
+
<div class="tabler-icon">
|
|
20164
|
+
<i class="ti ti-help-square-filled"></i>
|
|
20165
|
+
<strong>help-square-filled</strong>
|
|
20166
|
+
<div class="tabler-icon-codes">
|
|
20167
|
+
<code>ti ti-help-square-filled</code><br>
|
|
20168
|
+
<code>\fa40</code>
|
|
20169
|
+
</div>
|
|
20170
|
+
</div>
|
|
20171
|
+
|
|
20001
20172
|
<div class="tabler-icon">
|
|
20002
20173
|
<i class="ti ti-help-square-rounded"></i>
|
|
20003
20174
|
<strong>help-square-rounded</strong>
|
|
@@ -20007,6 +20178,15 @@
|
|
|
20007
20178
|
</div>
|
|
20008
20179
|
</div>
|
|
20009
20180
|
|
|
20181
|
+
<div class="tabler-icon">
|
|
20182
|
+
<i class="ti ti-help-square-rounded-filled"></i>
|
|
20183
|
+
<strong>help-square-rounded-filled</strong>
|
|
20184
|
+
<div class="tabler-icon-codes">
|
|
20185
|
+
<code>ti ti-help-square-rounded-filled</code><br>
|
|
20186
|
+
<code>\fa41</code>
|
|
20187
|
+
</div>
|
|
20188
|
+
</div>
|
|
20189
|
+
|
|
20010
20190
|
<div class="tabler-icon">
|
|
20011
20191
|
<i class="ti ti-help-triangle"></i>
|
|
20012
20192
|
<strong>help-triangle</strong>
|
|
@@ -20016,6 +20196,15 @@
|
|
|
20016
20196
|
</div>
|
|
20017
20197
|
</div>
|
|
20018
20198
|
|
|
20199
|
+
<div class="tabler-icon">
|
|
20200
|
+
<i class="ti ti-help-triangle-filled"></i>
|
|
20201
|
+
<strong>help-triangle-filled</strong>
|
|
20202
|
+
<div class="tabler-icon-codes">
|
|
20203
|
+
<code>ti ti-help-triangle-filled</code><br>
|
|
20204
|
+
<code>\fa42</code>
|
|
20205
|
+
</div>
|
|
20206
|
+
</div>
|
|
20207
|
+
|
|
20019
20208
|
<div class="tabler-icon">
|
|
20020
20209
|
<i class="ti ti-hexagon"></i>
|
|
20021
20210
|
<strong>hexagon</strong>
|
|
@@ -20916,6 +21105,87 @@
|
|
|
20916
21105
|
</div>
|
|
20917
21106
|
</div>
|
|
20918
21107
|
|
|
21108
|
+
<div class="tabler-icon">
|
|
21109
|
+
<i class="ti ti-http-connect"></i>
|
|
21110
|
+
<strong>http-connect</strong>
|
|
21111
|
+
<div class="tabler-icon-codes">
|
|
21112
|
+
<code>ti ti-http-connect</code><br>
|
|
21113
|
+
<code>\fa28</code>
|
|
21114
|
+
</div>
|
|
21115
|
+
</div>
|
|
21116
|
+
|
|
21117
|
+
<div class="tabler-icon">
|
|
21118
|
+
<i class="ti ti-http-delete"></i>
|
|
21119
|
+
<strong>http-delete</strong>
|
|
21120
|
+
<div class="tabler-icon-codes">
|
|
21121
|
+
<code>ti ti-http-delete</code><br>
|
|
21122
|
+
<code>\fa29</code>
|
|
21123
|
+
</div>
|
|
21124
|
+
</div>
|
|
21125
|
+
|
|
21126
|
+
<div class="tabler-icon">
|
|
21127
|
+
<i class="ti ti-http-get"></i>
|
|
21128
|
+
<strong>http-get</strong>
|
|
21129
|
+
<div class="tabler-icon-codes">
|
|
21130
|
+
<code>ti ti-http-get</code><br>
|
|
21131
|
+
<code>\fa2a</code>
|
|
21132
|
+
</div>
|
|
21133
|
+
</div>
|
|
21134
|
+
|
|
21135
|
+
<div class="tabler-icon">
|
|
21136
|
+
<i class="ti ti-http-head"></i>
|
|
21137
|
+
<strong>http-head</strong>
|
|
21138
|
+
<div class="tabler-icon-codes">
|
|
21139
|
+
<code>ti ti-http-head</code><br>
|
|
21140
|
+
<code>\fa2b</code>
|
|
21141
|
+
</div>
|
|
21142
|
+
</div>
|
|
21143
|
+
|
|
21144
|
+
<div class="tabler-icon">
|
|
21145
|
+
<i class="ti ti-http-options"></i>
|
|
21146
|
+
<strong>http-options</strong>
|
|
21147
|
+
<div class="tabler-icon-codes">
|
|
21148
|
+
<code>ti ti-http-options</code><br>
|
|
21149
|
+
<code>\fa2c</code>
|
|
21150
|
+
</div>
|
|
21151
|
+
</div>
|
|
21152
|
+
|
|
21153
|
+
<div class="tabler-icon">
|
|
21154
|
+
<i class="ti ti-http-path"></i>
|
|
21155
|
+
<strong>http-path</strong>
|
|
21156
|
+
<div class="tabler-icon-codes">
|
|
21157
|
+
<code>ti ti-http-path</code><br>
|
|
21158
|
+
<code>\fa2d</code>
|
|
21159
|
+
</div>
|
|
21160
|
+
</div>
|
|
21161
|
+
|
|
21162
|
+
<div class="tabler-icon">
|
|
21163
|
+
<i class="ti ti-http-post"></i>
|
|
21164
|
+
<strong>http-post</strong>
|
|
21165
|
+
<div class="tabler-icon-codes">
|
|
21166
|
+
<code>ti ti-http-post</code><br>
|
|
21167
|
+
<code>\fa2e</code>
|
|
21168
|
+
</div>
|
|
21169
|
+
</div>
|
|
21170
|
+
|
|
21171
|
+
<div class="tabler-icon">
|
|
21172
|
+
<i class="ti ti-http-put"></i>
|
|
21173
|
+
<strong>http-put</strong>
|
|
21174
|
+
<div class="tabler-icon-codes">
|
|
21175
|
+
<code>ti ti-http-put</code><br>
|
|
21176
|
+
<code>\fa2f</code>
|
|
21177
|
+
</div>
|
|
21178
|
+
</div>
|
|
21179
|
+
|
|
21180
|
+
<div class="tabler-icon">
|
|
21181
|
+
<i class="ti ti-http-trace"></i>
|
|
21182
|
+
<strong>http-trace</strong>
|
|
21183
|
+
<div class="tabler-icon-codes">
|
|
21184
|
+
<code>ti ti-http-trace</code><br>
|
|
21185
|
+
<code>\fa30</code>
|
|
21186
|
+
</div>
|
|
21187
|
+
</div>
|
|
21188
|
+
|
|
20919
21189
|
<div class="tabler-icon">
|
|
20920
21190
|
<i class="ti ti-ice-cream"></i>
|
|
20921
21191
|
<strong>ice-cream</strong>
|
|
@@ -21096,6 +21366,15 @@
|
|
|
21096
21366
|
</div>
|
|
21097
21367
|
</div>
|
|
21098
21368
|
|
|
21369
|
+
<div class="tabler-icon">
|
|
21370
|
+
<i class="ti ti-info-hexagon-filled"></i>
|
|
21371
|
+
<strong>info-hexagon-filled</strong>
|
|
21372
|
+
<div class="tabler-icon-codes">
|
|
21373
|
+
<code>ti ti-info-hexagon-filled</code><br>
|
|
21374
|
+
<code>\fa43</code>
|
|
21375
|
+
</div>
|
|
21376
|
+
</div>
|
|
21377
|
+
|
|
21099
21378
|
<div class="tabler-icon">
|
|
21100
21379
|
<i class="ti ti-info-octagon"></i>
|
|
21101
21380
|
<strong>info-octagon</strong>
|
|
@@ -21105,6 +21384,15 @@
|
|
|
21105
21384
|
</div>
|
|
21106
21385
|
</div>
|
|
21107
21386
|
|
|
21387
|
+
<div class="tabler-icon">
|
|
21388
|
+
<i class="ti ti-info-octagon-filled"></i>
|
|
21389
|
+
<strong>info-octagon-filled</strong>
|
|
21390
|
+
<div class="tabler-icon-codes">
|
|
21391
|
+
<code>ti ti-info-octagon-filled</code><br>
|
|
21392
|
+
<code>\fa44</code>
|
|
21393
|
+
</div>
|
|
21394
|
+
</div>
|
|
21395
|
+
|
|
21108
21396
|
<div class="tabler-icon">
|
|
21109
21397
|
<i class="ti ti-info-small"></i>
|
|
21110
21398
|
<strong>info-small</strong>
|
|
@@ -21123,6 +21411,15 @@
|
|
|
21123
21411
|
</div>
|
|
21124
21412
|
</div>
|
|
21125
21413
|
|
|
21414
|
+
<div class="tabler-icon">
|
|
21415
|
+
<i class="ti ti-info-square-filled"></i>
|
|
21416
|
+
<strong>info-square-filled</strong>
|
|
21417
|
+
<div class="tabler-icon-codes">
|
|
21418
|
+
<code>ti ti-info-square-filled</code><br>
|
|
21419
|
+
<code>\fa45</code>
|
|
21420
|
+
</div>
|
|
21421
|
+
</div>
|
|
21422
|
+
|
|
21126
21423
|
<div class="tabler-icon">
|
|
21127
21424
|
<i class="ti ti-info-square-rounded"></i>
|
|
21128
21425
|
<strong>info-square-rounded</strong>
|
|
@@ -21150,6 +21447,15 @@
|
|
|
21150
21447
|
</div>
|
|
21151
21448
|
</div>
|
|
21152
21449
|
|
|
21450
|
+
<div class="tabler-icon">
|
|
21451
|
+
<i class="ti ti-info-triangle-filled"></i>
|
|
21452
|
+
<strong>info-triangle-filled</strong>
|
|
21453
|
+
<div class="tabler-icon-codes">
|
|
21454
|
+
<code>ti ti-info-triangle-filled</code><br>
|
|
21455
|
+
<code>\fa46</code>
|
|
21456
|
+
</div>
|
|
21457
|
+
</div>
|
|
21458
|
+
|
|
21153
21459
|
<div class="tabler-icon">
|
|
21154
21460
|
<i class="ti ti-inner-shadow-bottom"></i>
|
|
21155
21461
|
<strong>inner-shadow-bottom</strong>
|
|
@@ -23058,6 +23364,15 @@
|
|
|
23058
23364
|
</div>
|
|
23059
23365
|
</div>
|
|
23060
23366
|
|
|
23367
|
+
<div class="tabler-icon">
|
|
23368
|
+
<i class="ti ti-mail-ai"></i>
|
|
23369
|
+
<strong>mail-ai</strong>
|
|
23370
|
+
<div class="tabler-icon-codes">
|
|
23371
|
+
<code>ti ti-mail-ai</code><br>
|
|
23372
|
+
<code>\fa31</code>
|
|
23373
|
+
</div>
|
|
23374
|
+
</div>
|
|
23375
|
+
|
|
23061
23376
|
<div class="tabler-icon">
|
|
23062
23377
|
<i class="ti ti-mail-bolt"></i>
|
|
23063
23378
|
<strong>mail-bolt</strong>
|
|
@@ -23139,6 +23454,15 @@
|
|
|
23139
23454
|
</div>
|
|
23140
23455
|
</div>
|
|
23141
23456
|
|
|
23457
|
+
<div class="tabler-icon">
|
|
23458
|
+
<i class="ti ti-mail-filled"></i>
|
|
23459
|
+
<strong>mail-filled</strong>
|
|
23460
|
+
<div class="tabler-icon-codes">
|
|
23461
|
+
<code>ti ti-mail-filled</code><br>
|
|
23462
|
+
<code>\fa47</code>
|
|
23463
|
+
</div>
|
|
23464
|
+
</div>
|
|
23465
|
+
|
|
23142
23466
|
<div class="tabler-icon">
|
|
23143
23467
|
<i class="ti ti-mail-forward"></i>
|
|
23144
23468
|
<strong>mail-forward</strong>
|
|
@@ -23184,6 +23508,15 @@
|
|
|
23184
23508
|
</div>
|
|
23185
23509
|
</div>
|
|
23186
23510
|
|
|
23511
|
+
<div class="tabler-icon">
|
|
23512
|
+
<i class="ti ti-mail-opened-filled"></i>
|
|
23513
|
+
<strong>mail-opened-filled</strong>
|
|
23514
|
+
<div class="tabler-icon-codes">
|
|
23515
|
+
<code>ti ti-mail-opened-filled</code><br>
|
|
23516
|
+
<code>\fa48</code>
|
|
23517
|
+
</div>
|
|
23518
|
+
</div>
|
|
23519
|
+
|
|
23187
23520
|
<div class="tabler-icon">
|
|
23188
23521
|
<i class="ti ti-mail-pause"></i>
|
|
23189
23522
|
<strong>mail-pause</strong>
|
|
@@ -26613,6 +26946,15 @@
|
|
|
26613
26946
|
</div>
|
|
26614
26947
|
</div>
|
|
26615
26948
|
|
|
26949
|
+
<div class="tabler-icon">
|
|
26950
|
+
<i class="ti ti-phone-filled"></i>
|
|
26951
|
+
<strong>phone-filled</strong>
|
|
26952
|
+
<div class="tabler-icon-codes">
|
|
26953
|
+
<code>ti ti-phone-filled</code><br>
|
|
26954
|
+
<code>\fa49</code>
|
|
26955
|
+
</div>
|
|
26956
|
+
</div>
|
|
26957
|
+
|
|
26616
26958
|
<div class="tabler-icon">
|
|
26617
26959
|
<i class="ti ti-phone-incoming"></i>
|
|
26618
26960
|
<strong>phone-incoming</strong>
|
|
@@ -26676,6 +27018,15 @@
|
|
|
26676
27018
|
</div>
|
|
26677
27019
|
</div>
|
|
26678
27020
|
|
|
27021
|
+
<div class="tabler-icon">
|
|
27022
|
+
<i class="ti ti-photo-ai"></i>
|
|
27023
|
+
<strong>photo-ai</strong>
|
|
27024
|
+
<div class="tabler-icon-codes">
|
|
27025
|
+
<code>ti ti-photo-ai</code><br>
|
|
27026
|
+
<code>\fa32</code>
|
|
27027
|
+
</div>
|
|
27028
|
+
</div>
|
|
27029
|
+
|
|
26679
27030
|
<div class="tabler-icon">
|
|
26680
27031
|
<i class="ti ti-photo-bolt"></i>
|
|
26681
27032
|
<strong>photo-bolt</strong>
|
|
@@ -26757,6 +27108,15 @@
|
|
|
26757
27108
|
</div>
|
|
26758
27109
|
</div>
|
|
26759
27110
|
|
|
27111
|
+
<div class="tabler-icon">
|
|
27112
|
+
<i class="ti ti-photo-filled"></i>
|
|
27113
|
+
<strong>photo-filled</strong>
|
|
27114
|
+
<div class="tabler-icon-codes">
|
|
27115
|
+
<code>ti ti-photo-filled</code><br>
|
|
27116
|
+
<code>\fa4a</code>
|
|
27117
|
+
</div>
|
|
27118
|
+
</div>
|
|
27119
|
+
|
|
26760
27120
|
<div class="tabler-icon">
|
|
26761
27121
|
<i class="ti ti-photo-heart"></i>
|
|
26762
27122
|
<strong>photo-heart</strong>
|
|
@@ -27801,6 +28161,15 @@
|
|
|
27801
28161
|
</div>
|
|
27802
28162
|
</div>
|
|
27803
28163
|
|
|
28164
|
+
<div class="tabler-icon">
|
|
28165
|
+
<i class="ti ti-polaroid-filled"></i>
|
|
28166
|
+
<strong>polaroid-filled</strong>
|
|
28167
|
+
<div class="tabler-icon-codes">
|
|
28168
|
+
<code>ti ti-polaroid-filled</code><br>
|
|
28169
|
+
<code>\fa4b</code>
|
|
28170
|
+
</div>
|
|
28171
|
+
</div>
|
|
28172
|
+
|
|
27804
28173
|
<div class="tabler-icon">
|
|
27805
28174
|
<i class="ti ti-polygon"></i>
|
|
27806
28175
|
<strong>polygon</strong>
|
|
@@ -36342,6 +36711,15 @@
|
|
|
36342
36711
|
</div>
|
|
36343
36712
|
</div>
|
|
36344
36713
|
|
|
36714
|
+
<div class="tabler-icon">
|
|
36715
|
+
<i class="ti ti-xd"></i>
|
|
36716
|
+
<strong>xd</strong>
|
|
36717
|
+
<div class="tabler-icon-codes">
|
|
36718
|
+
<code>ti ti-xd</code><br>
|
|
36719
|
+
<code>\fa33</code>
|
|
36720
|
+
</div>
|
|
36721
|
+
</div>
|
|
36722
|
+
|
|
36345
36723
|
<div class="tabler-icon">
|
|
36346
36724
|
<i class="ti ti-yin-yang"></i>
|
|
36347
36725
|
<strong>yin-yang</strong>
|