@tabler/icons-webfont 2.47.0 → 3.0.0-alpha.1
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/LICENSE +1 -1
- package/fonts/.gitkeep +0 -0
- 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 +4 -7
- package/tabler-icons.css +656 -40
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +1406 -83
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +335 -31
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
|
|
8
|
+
<title>Tabler Icons - version 3.0.0-alpha.1</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
|
|
119
|
+
<p class="text-muted">version 3.0.0-alpha.1</p>
|
|
120
120
|
</header>
|
|
121
121
|
|
|
122
122
|
<div class="search-bar">
|
|
@@ -3753,6 +3753,15 @@
|
|
|
3753
3753
|
</div>
|
|
3754
3754
|
</div>
|
|
3755
3755
|
|
|
3756
|
+
<div class="tabler-icon">
|
|
3757
|
+
<i class="ti ti-badge-3d-filled"></i>
|
|
3758
|
+
<strong>badge-3d-filled</strong>
|
|
3759
|
+
<div class="tabler-icon-codes">
|
|
3760
|
+
<code>ti ti-badge-3d-filled</code><br>
|
|
3761
|
+
<code>\ea01</code>
|
|
3762
|
+
</div>
|
|
3763
|
+
</div>
|
|
3764
|
+
|
|
3756
3765
|
<div class="tabler-icon">
|
|
3757
3766
|
<i class="ti ti-badge-4k"></i>
|
|
3758
3767
|
<strong>badge-4k</strong>
|
|
@@ -3762,6 +3771,15 @@
|
|
|
3762
3771
|
</div>
|
|
3763
3772
|
</div>
|
|
3764
3773
|
|
|
3774
|
+
<div class="tabler-icon">
|
|
3775
|
+
<i class="ti ti-badge-4k-filled"></i>
|
|
3776
|
+
<strong>badge-4k-filled</strong>
|
|
3777
|
+
<div class="tabler-icon-codes">
|
|
3778
|
+
<code>ti ti-badge-4k-filled</code><br>
|
|
3779
|
+
<code>\eaa9</code>
|
|
3780
|
+
</div>
|
|
3781
|
+
</div>
|
|
3782
|
+
|
|
3765
3783
|
<div class="tabler-icon">
|
|
3766
3784
|
<i class="ti ti-badge-8k"></i>
|
|
3767
3785
|
<strong>badge-8k</strong>
|
|
@@ -3771,6 +3789,15 @@
|
|
|
3771
3789
|
</div>
|
|
3772
3790
|
</div>
|
|
3773
3791
|
|
|
3792
|
+
<div class="tabler-icon">
|
|
3793
|
+
<i class="ti ti-badge-8k-filled"></i>
|
|
3794
|
+
<strong>badge-8k-filled</strong>
|
|
3795
|
+
<div class="tabler-icon-codes">
|
|
3796
|
+
<code>ti ti-badge-8k-filled</code><br>
|
|
3797
|
+
<code>\eabb</code>
|
|
3798
|
+
</div>
|
|
3799
|
+
</div>
|
|
3800
|
+
|
|
3774
3801
|
<div class="tabler-icon">
|
|
3775
3802
|
<i class="ti ti-badge-ad"></i>
|
|
3776
3803
|
<strong>badge-ad</strong>
|
|
@@ -3780,6 +3807,15 @@
|
|
|
3780
3807
|
</div>
|
|
3781
3808
|
</div>
|
|
3782
3809
|
|
|
3810
|
+
<div class="tabler-icon">
|
|
3811
|
+
<i class="ti ti-badge-ad-filled"></i>
|
|
3812
|
+
<strong>badge-ad-filled</strong>
|
|
3813
|
+
<div class="tabler-icon-codes">
|
|
3814
|
+
<code>ti ti-badge-ad-filled</code><br>
|
|
3815
|
+
<code>\eb81</code>
|
|
3816
|
+
</div>
|
|
3817
|
+
</div>
|
|
3818
|
+
|
|
3783
3819
|
<div class="tabler-icon">
|
|
3784
3820
|
<i class="ti ti-badge-ad-off"></i>
|
|
3785
3821
|
<strong>badge-ad-off</strong>
|
|
@@ -3798,6 +3834,15 @@
|
|
|
3798
3834
|
</div>
|
|
3799
3835
|
</div>
|
|
3800
3836
|
|
|
3837
|
+
<div class="tabler-icon">
|
|
3838
|
+
<i class="ti ti-badge-ar-filled"></i>
|
|
3839
|
+
<strong>badge-ar-filled</strong>
|
|
3840
|
+
<div class="tabler-icon-codes">
|
|
3841
|
+
<code>ti ti-badge-ar-filled</code><br>
|
|
3842
|
+
<code>\eb98</code>
|
|
3843
|
+
</div>
|
|
3844
|
+
</div>
|
|
3845
|
+
|
|
3801
3846
|
<div class="tabler-icon">
|
|
3802
3847
|
<i class="ti ti-badge-cc"></i>
|
|
3803
3848
|
<strong>badge-cc</strong>
|
|
@@ -3807,6 +3852,15 @@
|
|
|
3807
3852
|
</div>
|
|
3808
3853
|
</div>
|
|
3809
3854
|
|
|
3855
|
+
<div class="tabler-icon">
|
|
3856
|
+
<i class="ti ti-badge-cc-filled"></i>
|
|
3857
|
+
<strong>badge-cc-filled</strong>
|
|
3858
|
+
<div class="tabler-icon-codes">
|
|
3859
|
+
<code>ti ti-badge-cc-filled</code><br>
|
|
3860
|
+
<code>\ebbf</code>
|
|
3861
|
+
</div>
|
|
3862
|
+
</div>
|
|
3863
|
+
|
|
3810
3864
|
<div class="tabler-icon">
|
|
3811
3865
|
<i class="ti ti-badge-filled"></i>
|
|
3812
3866
|
<strong>badge-filled</strong>
|
|
@@ -3825,6 +3879,15 @@
|
|
|
3825
3879
|
</div>
|
|
3826
3880
|
</div>
|
|
3827
3881
|
|
|
3882
|
+
<div class="tabler-icon">
|
|
3883
|
+
<i class="ti ti-badge-hd-filled"></i>
|
|
3884
|
+
<strong>badge-hd-filled</strong>
|
|
3885
|
+
<div class="tabler-icon-codes">
|
|
3886
|
+
<code>ti ti-badge-hd-filled</code><br>
|
|
3887
|
+
<code>\ebc3</code>
|
|
3888
|
+
</div>
|
|
3889
|
+
</div>
|
|
3890
|
+
|
|
3828
3891
|
<div class="tabler-icon">
|
|
3829
3892
|
<i class="ti ti-badge-off"></i>
|
|
3830
3893
|
<strong>badge-off</strong>
|
|
@@ -3843,6 +3906,15 @@
|
|
|
3843
3906
|
</div>
|
|
3844
3907
|
</div>
|
|
3845
3908
|
|
|
3909
|
+
<div class="tabler-icon">
|
|
3910
|
+
<i class="ti ti-badge-sd-filled"></i>
|
|
3911
|
+
<strong>badge-sd-filled</strong>
|
|
3912
|
+
<div class="tabler-icon-codes">
|
|
3913
|
+
<code>ti ti-badge-sd-filled</code><br>
|
|
3914
|
+
<code>\ebe0</code>
|
|
3915
|
+
</div>
|
|
3916
|
+
</div>
|
|
3917
|
+
|
|
3846
3918
|
<div class="tabler-icon">
|
|
3847
3919
|
<i class="ti ti-badge-tm"></i>
|
|
3848
3920
|
<strong>badge-tm</strong>
|
|
@@ -3852,6 +3924,15 @@
|
|
|
3852
3924
|
</div>
|
|
3853
3925
|
</div>
|
|
3854
3926
|
|
|
3927
|
+
<div class="tabler-icon">
|
|
3928
|
+
<i class="ti ti-badge-tm-filled"></i>
|
|
3929
|
+
<strong>badge-tm-filled</strong>
|
|
3930
|
+
<div class="tabler-icon-codes">
|
|
3931
|
+
<code>ti ti-badge-tm-filled</code><br>
|
|
3932
|
+
<code>\ebf8</code>
|
|
3933
|
+
</div>
|
|
3934
|
+
</div>
|
|
3935
|
+
|
|
3855
3936
|
<div class="tabler-icon">
|
|
3856
3937
|
<i class="ti ti-badge-vo"></i>
|
|
3857
3938
|
<strong>badge-vo</strong>
|
|
@@ -3861,6 +3942,15 @@
|
|
|
3861
3942
|
</div>
|
|
3862
3943
|
</div>
|
|
3863
3944
|
|
|
3945
|
+
<div class="tabler-icon">
|
|
3946
|
+
<i class="ti ti-badge-vo-filled"></i>
|
|
3947
|
+
<strong>badge-vo-filled</strong>
|
|
3948
|
+
<div class="tabler-icon-codes">
|
|
3949
|
+
<code>ti ti-badge-vo-filled</code><br>
|
|
3950
|
+
<code>\ebfc</code>
|
|
3951
|
+
</div>
|
|
3952
|
+
</div>
|
|
3953
|
+
|
|
3864
3954
|
<div class="tabler-icon">
|
|
3865
3955
|
<i class="ti ti-badge-vr"></i>
|
|
3866
3956
|
<strong>badge-vr</strong>
|
|
@@ -3870,6 +3960,15 @@
|
|
|
3870
3960
|
</div>
|
|
3871
3961
|
</div>
|
|
3872
3962
|
|
|
3963
|
+
<div class="tabler-icon">
|
|
3964
|
+
<i class="ti ti-badge-vr-filled"></i>
|
|
3965
|
+
<strong>badge-vr-filled</strong>
|
|
3966
|
+
<div class="tabler-icon-codes">
|
|
3967
|
+
<code>ti ti-badge-vr-filled</code><br>
|
|
3968
|
+
<code>\ebfd</code>
|
|
3969
|
+
</div>
|
|
3970
|
+
</div>
|
|
3971
|
+
|
|
3873
3972
|
<div class="tabler-icon">
|
|
3874
3973
|
<i class="ti ti-badge-wc"></i>
|
|
3875
3974
|
<strong>badge-wc</strong>
|
|
@@ -3879,6 +3978,15 @@
|
|
|
3879
3978
|
</div>
|
|
3880
3979
|
</div>
|
|
3881
3980
|
|
|
3981
|
+
<div class="tabler-icon">
|
|
3982
|
+
<i class="ti ti-badge-wc-filled"></i>
|
|
3983
|
+
<strong>badge-wc-filled</strong>
|
|
3984
|
+
<div class="tabler-icon-codes">
|
|
3985
|
+
<code>ti ti-badge-wc-filled</code><br>
|
|
3986
|
+
<code>\ebfe</code>
|
|
3987
|
+
</div>
|
|
3988
|
+
</div>
|
|
3989
|
+
|
|
3882
3990
|
<div class="tabler-icon">
|
|
3883
3991
|
<i class="ti ti-badges"></i>
|
|
3884
3992
|
<strong>badges</strong>
|
|
@@ -5022,6 +5130,15 @@
|
|
|
5022
5130
|
</div>
|
|
5023
5131
|
</div>
|
|
5024
5132
|
|
|
5133
|
+
<div class="tabler-icon">
|
|
5134
|
+
<i class="ti ti-biohazard-filled"></i>
|
|
5135
|
+
<strong>biohazard-filled</strong>
|
|
5136
|
+
<div class="tabler-icon-codes">
|
|
5137
|
+
<code>ti ti-biohazard-filled</code><br>
|
|
5138
|
+
<code>\ebff</code>
|
|
5139
|
+
</div>
|
|
5140
|
+
</div>
|
|
5141
|
+
|
|
5025
5142
|
<div class="tabler-icon">
|
|
5026
5143
|
<i class="ti ti-biohazard-off"></i>
|
|
5027
5144
|
<strong>biohazard-off</strong>
|
|
@@ -5436,6 +5553,15 @@
|
|
|
5436
5553
|
</div>
|
|
5437
5554
|
</div>
|
|
5438
5555
|
|
|
5556
|
+
<div class="tabler-icon">
|
|
5557
|
+
<i class="ti ti-boom"></i>
|
|
5558
|
+
<strong>boom</strong>
|
|
5559
|
+
<div class="tabler-icon-codes">
|
|
5560
|
+
<code>ti ti-boom</code><br>
|
|
5561
|
+
<code>\ec11</code>
|
|
5562
|
+
</div>
|
|
5563
|
+
</div>
|
|
5564
|
+
|
|
5439
5565
|
<div class="tabler-icon">
|
|
5440
5566
|
<i class="ti ti-border-all"></i>
|
|
5441
5567
|
<strong>border-all</strong>
|
|
@@ -6354,6 +6480,15 @@
|
|
|
6354
6480
|
</div>
|
|
6355
6481
|
</div>
|
|
6356
6482
|
|
|
6483
|
+
<div class="tabler-icon">
|
|
6484
|
+
<i class="ti ti-brand-astro"></i>
|
|
6485
|
+
<strong>brand-astro</strong>
|
|
6486
|
+
<div class="tabler-icon-codes">
|
|
6487
|
+
<code>ti ti-brand-astro</code><br>
|
|
6488
|
+
<code>\ec32</code>
|
|
6489
|
+
</div>
|
|
6490
|
+
</div>
|
|
6491
|
+
|
|
6357
6492
|
<div class="tabler-icon">
|
|
6358
6493
|
<i class="ti ti-brand-auth0"></i>
|
|
6359
6494
|
<strong>brand-auth0</strong>
|
|
@@ -10782,6 +10917,15 @@
|
|
|
10782
10917
|
</div>
|
|
10783
10918
|
</div>
|
|
10784
10919
|
|
|
10920
|
+
<div class="tabler-icon">
|
|
10921
|
+
<i class="ti ti-car-4wd"></i>
|
|
10922
|
+
<strong>car-4wd</strong>
|
|
10923
|
+
<div class="tabler-icon-codes">
|
|
10924
|
+
<code>ti ti-car-4wd</code><br>
|
|
10925
|
+
<code>\ec33</code>
|
|
10926
|
+
</div>
|
|
10927
|
+
</div>
|
|
10928
|
+
|
|
10785
10929
|
<div class="tabler-icon">
|
|
10786
10930
|
<i class="ti ti-car-crane"></i>
|
|
10787
10931
|
<strong>car-crane</strong>
|
|
@@ -10800,6 +10944,51 @@
|
|
|
10800
10944
|
</div>
|
|
10801
10945
|
</div>
|
|
10802
10946
|
|
|
10947
|
+
<div class="tabler-icon">
|
|
10948
|
+
<i class="ti ti-car-fan"></i>
|
|
10949
|
+
<strong>car-fan</strong>
|
|
10950
|
+
<div class="tabler-icon-codes">
|
|
10951
|
+
<code>ti ti-car-fan</code><br>
|
|
10952
|
+
<code>\ec4f</code>
|
|
10953
|
+
</div>
|
|
10954
|
+
</div>
|
|
10955
|
+
|
|
10956
|
+
<div class="tabler-icon">
|
|
10957
|
+
<i class="ti ti-car-fan-1"></i>
|
|
10958
|
+
<strong>car-fan-1</strong>
|
|
10959
|
+
<div class="tabler-icon-codes">
|
|
10960
|
+
<code>ti ti-car-fan-1</code><br>
|
|
10961
|
+
<code>\ec6a</code>
|
|
10962
|
+
</div>
|
|
10963
|
+
</div>
|
|
10964
|
+
|
|
10965
|
+
<div class="tabler-icon">
|
|
10966
|
+
<i class="ti ti-car-fan-2"></i>
|
|
10967
|
+
<strong>car-fan-2</strong>
|
|
10968
|
+
<div class="tabler-icon-codes">
|
|
10969
|
+
<code>ti ti-car-fan-2</code><br>
|
|
10970
|
+
<code>\ec6d</code>
|
|
10971
|
+
</div>
|
|
10972
|
+
</div>
|
|
10973
|
+
|
|
10974
|
+
<div class="tabler-icon">
|
|
10975
|
+
<i class="ti ti-car-fan-3"></i>
|
|
10976
|
+
<strong>car-fan-3</strong>
|
|
10977
|
+
<div class="tabler-icon-codes">
|
|
10978
|
+
<code>ti ti-car-fan-3</code><br>
|
|
10979
|
+
<code>\ec85</code>
|
|
10980
|
+
</div>
|
|
10981
|
+
</div>
|
|
10982
|
+
|
|
10983
|
+
<div class="tabler-icon">
|
|
10984
|
+
<i class="ti ti-car-fan-auto"></i>
|
|
10985
|
+
<strong>car-fan-auto</strong>
|
|
10986
|
+
<div class="tabler-icon-codes">
|
|
10987
|
+
<code>ti ti-car-fan-auto</code><br>
|
|
10988
|
+
<code>\eccc</code>
|
|
10989
|
+
</div>
|
|
10990
|
+
</div>
|
|
10991
|
+
|
|
10803
10992
|
<div class="tabler-icon">
|
|
10804
10993
|
<i class="ti ti-car-garage"></i>
|
|
10805
10994
|
<strong>car-garage</strong>
|
|
@@ -11061,6 +11250,15 @@
|
|
|
11061
11250
|
</div>
|
|
11062
11251
|
</div>
|
|
11063
11252
|
|
|
11253
|
+
<div class="tabler-icon">
|
|
11254
|
+
<i class="ti ti-cash-banknote-filled"></i>
|
|
11255
|
+
<strong>cash-banknote-filled</strong>
|
|
11256
|
+
<div class="tabler-icon-codes">
|
|
11257
|
+
<code>ti ti-cash-banknote-filled</code><br>
|
|
11258
|
+
<code>\eccd</code>
|
|
11259
|
+
</div>
|
|
11260
|
+
</div>
|
|
11261
|
+
|
|
11064
11262
|
<div class="tabler-icon">
|
|
11065
11263
|
<i class="ti ti-cash-banknote-off"></i>
|
|
11066
11264
|
<strong>cash-banknote-off</strong>
|
|
@@ -12681,6 +12879,15 @@
|
|
|
12681
12879
|
</div>
|
|
12682
12880
|
</div>
|
|
12683
12881
|
|
|
12882
|
+
<div class="tabler-icon">
|
|
12883
|
+
<i class="ti ti-circle-letter-a-filled"></i>
|
|
12884
|
+
<strong>circle-letter-a-filled</strong>
|
|
12885
|
+
<div class="tabler-icon-codes">
|
|
12886
|
+
<code>ti ti-circle-letter-a-filled</code><br>
|
|
12887
|
+
<code>\ecce</code>
|
|
12888
|
+
</div>
|
|
12889
|
+
</div>
|
|
12890
|
+
|
|
12684
12891
|
<div class="tabler-icon">
|
|
12685
12892
|
<i class="ti ti-circle-letter-b"></i>
|
|
12686
12893
|
<strong>circle-letter-b</strong>
|
|
@@ -12690,6 +12897,15 @@
|
|
|
12690
12897
|
</div>
|
|
12691
12898
|
</div>
|
|
12692
12899
|
|
|
12900
|
+
<div class="tabler-icon">
|
|
12901
|
+
<i class="ti ti-circle-letter-b-filled"></i>
|
|
12902
|
+
<strong>circle-letter-b-filled</strong>
|
|
12903
|
+
<div class="tabler-icon-codes">
|
|
12904
|
+
<code>ti ti-circle-letter-b-filled</code><br>
|
|
12905
|
+
<code>\eccf</code>
|
|
12906
|
+
</div>
|
|
12907
|
+
</div>
|
|
12908
|
+
|
|
12693
12909
|
<div class="tabler-icon">
|
|
12694
12910
|
<i class="ti ti-circle-letter-c"></i>
|
|
12695
12911
|
<strong>circle-letter-c</strong>
|
|
@@ -12699,6 +12915,15 @@
|
|
|
12699
12915
|
</div>
|
|
12700
12916
|
</div>
|
|
12701
12917
|
|
|
12918
|
+
<div class="tabler-icon">
|
|
12919
|
+
<i class="ti ti-circle-letter-c-filled"></i>
|
|
12920
|
+
<strong>circle-letter-c-filled</strong>
|
|
12921
|
+
<div class="tabler-icon-codes">
|
|
12922
|
+
<code>ti ti-circle-letter-c-filled</code><br>
|
|
12923
|
+
<code>\ecd1</code>
|
|
12924
|
+
</div>
|
|
12925
|
+
</div>
|
|
12926
|
+
|
|
12702
12927
|
<div class="tabler-icon">
|
|
12703
12928
|
<i class="ti ti-circle-letter-d"></i>
|
|
12704
12929
|
<strong>circle-letter-d</strong>
|
|
@@ -12708,6 +12933,15 @@
|
|
|
12708
12933
|
</div>
|
|
12709
12934
|
</div>
|
|
12710
12935
|
|
|
12936
|
+
<div class="tabler-icon">
|
|
12937
|
+
<i class="ti ti-circle-letter-d-filled"></i>
|
|
12938
|
+
<strong>circle-letter-d-filled</strong>
|
|
12939
|
+
<div class="tabler-icon-codes">
|
|
12940
|
+
<code>ti ti-circle-letter-d-filled</code><br>
|
|
12941
|
+
<code>\ecd2</code>
|
|
12942
|
+
</div>
|
|
12943
|
+
</div>
|
|
12944
|
+
|
|
12711
12945
|
<div class="tabler-icon">
|
|
12712
12946
|
<i class="ti ti-circle-letter-e"></i>
|
|
12713
12947
|
<strong>circle-letter-e</strong>
|
|
@@ -12717,6 +12951,15 @@
|
|
|
12717
12951
|
</div>
|
|
12718
12952
|
</div>
|
|
12719
12953
|
|
|
12954
|
+
<div class="tabler-icon">
|
|
12955
|
+
<i class="ti ti-circle-letter-e-filled"></i>
|
|
12956
|
+
<strong>circle-letter-e-filled</strong>
|
|
12957
|
+
<div class="tabler-icon-codes">
|
|
12958
|
+
<code>ti ti-circle-letter-e-filled</code><br>
|
|
12959
|
+
<code>\ecd6</code>
|
|
12960
|
+
</div>
|
|
12961
|
+
</div>
|
|
12962
|
+
|
|
12720
12963
|
<div class="tabler-icon">
|
|
12721
12964
|
<i class="ti ti-circle-letter-f"></i>
|
|
12722
12965
|
<strong>circle-letter-f</strong>
|
|
@@ -12726,6 +12969,15 @@
|
|
|
12726
12969
|
</div>
|
|
12727
12970
|
</div>
|
|
12728
12971
|
|
|
12972
|
+
<div class="tabler-icon">
|
|
12973
|
+
<i class="ti ti-circle-letter-f-filled"></i>
|
|
12974
|
+
<strong>circle-letter-f-filled</strong>
|
|
12975
|
+
<div class="tabler-icon-codes">
|
|
12976
|
+
<code>ti ti-circle-letter-f-filled</code><br>
|
|
12977
|
+
<code>\ed31</code>
|
|
12978
|
+
</div>
|
|
12979
|
+
</div>
|
|
12980
|
+
|
|
12729
12981
|
<div class="tabler-icon">
|
|
12730
12982
|
<i class="ti ti-circle-letter-g"></i>
|
|
12731
12983
|
<strong>circle-letter-g</strong>
|
|
@@ -12735,6 +12987,15 @@
|
|
|
12735
12987
|
</div>
|
|
12736
12988
|
</div>
|
|
12737
12989
|
|
|
12990
|
+
<div class="tabler-icon">
|
|
12991
|
+
<i class="ti ti-circle-letter-g-filled"></i>
|
|
12992
|
+
<strong>circle-letter-g-filled</strong>
|
|
12993
|
+
<div class="tabler-icon-codes">
|
|
12994
|
+
<code>ti ti-circle-letter-g-filled</code><br>
|
|
12995
|
+
<code>\ed3a</code>
|
|
12996
|
+
</div>
|
|
12997
|
+
</div>
|
|
12998
|
+
|
|
12738
12999
|
<div class="tabler-icon">
|
|
12739
13000
|
<i class="ti ti-circle-letter-h"></i>
|
|
12740
13001
|
<strong>circle-letter-h</strong>
|
|
@@ -12744,6 +13005,15 @@
|
|
|
12744
13005
|
</div>
|
|
12745
13006
|
</div>
|
|
12746
13007
|
|
|
13008
|
+
<div class="tabler-icon">
|
|
13009
|
+
<i class="ti ti-circle-letter-h-filled"></i>
|
|
13010
|
+
<strong>circle-letter-h-filled</strong>
|
|
13011
|
+
<div class="tabler-icon-codes">
|
|
13012
|
+
<code>ti ti-circle-letter-h-filled</code><br>
|
|
13013
|
+
<code>\ed3b</code>
|
|
13014
|
+
</div>
|
|
13015
|
+
</div>
|
|
13016
|
+
|
|
12747
13017
|
<div class="tabler-icon">
|
|
12748
13018
|
<i class="ti ti-circle-letter-i"></i>
|
|
12749
13019
|
<strong>circle-letter-i</strong>
|
|
@@ -12753,6 +13023,15 @@
|
|
|
12753
13023
|
</div>
|
|
12754
13024
|
</div>
|
|
12755
13025
|
|
|
13026
|
+
<div class="tabler-icon">
|
|
13027
|
+
<i class="ti ti-circle-letter-i-filled"></i>
|
|
13028
|
+
<strong>circle-letter-i-filled</strong>
|
|
13029
|
+
<div class="tabler-icon-codes">
|
|
13030
|
+
<code>ti ti-circle-letter-i-filled</code><br>
|
|
13031
|
+
<code>\ed83</code>
|
|
13032
|
+
</div>
|
|
13033
|
+
</div>
|
|
13034
|
+
|
|
12756
13035
|
<div class="tabler-icon">
|
|
12757
13036
|
<i class="ti ti-circle-letter-j"></i>
|
|
12758
13037
|
<strong>circle-letter-j</strong>
|
|
@@ -12762,6 +13041,15 @@
|
|
|
12762
13041
|
</div>
|
|
12763
13042
|
</div>
|
|
12764
13043
|
|
|
13044
|
+
<div class="tabler-icon">
|
|
13045
|
+
<i class="ti ti-circle-letter-j-filled"></i>
|
|
13046
|
+
<strong>circle-letter-j-filled</strong>
|
|
13047
|
+
<div class="tabler-icon-codes">
|
|
13048
|
+
<code>ti ti-circle-letter-j-filled</code><br>
|
|
13049
|
+
<code>\ed8b</code>
|
|
13050
|
+
</div>
|
|
13051
|
+
</div>
|
|
13052
|
+
|
|
12765
13053
|
<div class="tabler-icon">
|
|
12766
13054
|
<i class="ti ti-circle-letter-k"></i>
|
|
12767
13055
|
<strong>circle-letter-k</strong>
|
|
@@ -12771,6 +13059,15 @@
|
|
|
12771
13059
|
</div>
|
|
12772
13060
|
</div>
|
|
12773
13061
|
|
|
13062
|
+
<div class="tabler-icon">
|
|
13063
|
+
<i class="ti ti-circle-letter-k-filled"></i>
|
|
13064
|
+
<strong>circle-letter-k-filled</strong>
|
|
13065
|
+
<div class="tabler-icon-codes">
|
|
13066
|
+
<code>ti ti-circle-letter-k-filled</code><br>
|
|
13067
|
+
<code>\ed99</code>
|
|
13068
|
+
</div>
|
|
13069
|
+
</div>
|
|
13070
|
+
|
|
12774
13071
|
<div class="tabler-icon">
|
|
12775
13072
|
<i class="ti ti-circle-letter-l"></i>
|
|
12776
13073
|
<strong>circle-letter-l</strong>
|
|
@@ -12780,6 +13077,15 @@
|
|
|
12780
13077
|
</div>
|
|
12781
13078
|
</div>
|
|
12782
13079
|
|
|
13080
|
+
<div class="tabler-icon">
|
|
13081
|
+
<i class="ti ti-circle-letter-l-filled"></i>
|
|
13082
|
+
<strong>circle-letter-l-filled</strong>
|
|
13083
|
+
<div class="tabler-icon-codes">
|
|
13084
|
+
<code>ti ti-circle-letter-l-filled</code><br>
|
|
13085
|
+
<code>\eda5</code>
|
|
13086
|
+
</div>
|
|
13087
|
+
</div>
|
|
13088
|
+
|
|
12783
13089
|
<div class="tabler-icon">
|
|
12784
13090
|
<i class="ti ti-circle-letter-m"></i>
|
|
12785
13091
|
<strong>circle-letter-m</strong>
|
|
@@ -12789,6 +13095,15 @@
|
|
|
12789
13095
|
</div>
|
|
12790
13096
|
</div>
|
|
12791
13097
|
|
|
13098
|
+
<div class="tabler-icon">
|
|
13099
|
+
<i class="ti ti-circle-letter-m-filled"></i>
|
|
13100
|
+
<strong>circle-letter-m-filled</strong>
|
|
13101
|
+
<div class="tabler-icon-codes">
|
|
13102
|
+
<code>ti ti-circle-letter-m-filled</code><br>
|
|
13103
|
+
<code>\ee52</code>
|
|
13104
|
+
</div>
|
|
13105
|
+
</div>
|
|
13106
|
+
|
|
12792
13107
|
<div class="tabler-icon">
|
|
12793
13108
|
<i class="ti ti-circle-letter-n"></i>
|
|
12794
13109
|
<strong>circle-letter-n</strong>
|
|
@@ -12798,6 +13113,15 @@
|
|
|
12798
13113
|
</div>
|
|
12799
13114
|
</div>
|
|
12800
13115
|
|
|
13116
|
+
<div class="tabler-icon">
|
|
13117
|
+
<i class="ti ti-circle-letter-n-filled"></i>
|
|
13118
|
+
<strong>circle-letter-n-filled</strong>
|
|
13119
|
+
<div class="tabler-icon-codes">
|
|
13120
|
+
<code>ti ti-circle-letter-n-filled</code><br>
|
|
13121
|
+
<code>\ee7f</code>
|
|
13122
|
+
</div>
|
|
13123
|
+
</div>
|
|
13124
|
+
|
|
12801
13125
|
<div class="tabler-icon">
|
|
12802
13126
|
<i class="ti ti-circle-letter-o"></i>
|
|
12803
13127
|
<strong>circle-letter-o</strong>
|
|
@@ -12807,6 +13131,15 @@
|
|
|
12807
13131
|
</div>
|
|
12808
13132
|
</div>
|
|
12809
13133
|
|
|
13134
|
+
<div class="tabler-icon">
|
|
13135
|
+
<i class="ti ti-circle-letter-o-filled"></i>
|
|
13136
|
+
<strong>circle-letter-o-filled</strong>
|
|
13137
|
+
<div class="tabler-icon-codes">
|
|
13138
|
+
<code>ti ti-circle-letter-o-filled</code><br>
|
|
13139
|
+
<code>\eedb</code>
|
|
13140
|
+
</div>
|
|
13141
|
+
</div>
|
|
13142
|
+
|
|
12810
13143
|
<div class="tabler-icon">
|
|
12811
13144
|
<i class="ti ti-circle-letter-p"></i>
|
|
12812
13145
|
<strong>circle-letter-p</strong>
|
|
@@ -12816,6 +13149,15 @@
|
|
|
12816
13149
|
</div>
|
|
12817
13150
|
</div>
|
|
12818
13151
|
|
|
13152
|
+
<div class="tabler-icon">
|
|
13153
|
+
<i class="ti ti-circle-letter-p-filled"></i>
|
|
13154
|
+
<strong>circle-letter-p-filled</strong>
|
|
13155
|
+
<div class="tabler-icon-codes">
|
|
13156
|
+
<code>ti ti-circle-letter-p-filled</code><br>
|
|
13157
|
+
<code>\eedd</code>
|
|
13158
|
+
</div>
|
|
13159
|
+
</div>
|
|
13160
|
+
|
|
12819
13161
|
<div class="tabler-icon">
|
|
12820
13162
|
<i class="ti ti-circle-letter-q"></i>
|
|
12821
13163
|
<strong>circle-letter-q</strong>
|
|
@@ -12825,6 +13167,15 @@
|
|
|
12825
13167
|
</div>
|
|
12826
13168
|
</div>
|
|
12827
13169
|
|
|
13170
|
+
<div class="tabler-icon">
|
|
13171
|
+
<i class="ti ti-circle-letter-q-filled"></i>
|
|
13172
|
+
<strong>circle-letter-q-filled</strong>
|
|
13173
|
+
<div class="tabler-icon-codes">
|
|
13174
|
+
<code>ti ti-circle-letter-q-filled</code><br>
|
|
13175
|
+
<code>\eede</code>
|
|
13176
|
+
</div>
|
|
13177
|
+
</div>
|
|
13178
|
+
|
|
12828
13179
|
<div class="tabler-icon">
|
|
12829
13180
|
<i class="ti ti-circle-letter-r"></i>
|
|
12830
13181
|
<strong>circle-letter-r</strong>
|
|
@@ -12834,6 +13185,15 @@
|
|
|
12834
13185
|
</div>
|
|
12835
13186
|
</div>
|
|
12836
13187
|
|
|
13188
|
+
<div class="tabler-icon">
|
|
13189
|
+
<i class="ti ti-circle-letter-r-filled"></i>
|
|
13190
|
+
<strong>circle-letter-r-filled</strong>
|
|
13191
|
+
<div class="tabler-icon-codes">
|
|
13192
|
+
<code>ti ti-circle-letter-r-filled</code><br>
|
|
13193
|
+
<code>\ef0f</code>
|
|
13194
|
+
</div>
|
|
13195
|
+
</div>
|
|
13196
|
+
|
|
12837
13197
|
<div class="tabler-icon">
|
|
12838
13198
|
<i class="ti ti-circle-letter-s"></i>
|
|
12839
13199
|
<strong>circle-letter-s</strong>
|
|
@@ -12843,6 +13203,15 @@
|
|
|
12843
13203
|
</div>
|
|
12844
13204
|
</div>
|
|
12845
13205
|
|
|
13206
|
+
<div class="tabler-icon">
|
|
13207
|
+
<i class="ti ti-circle-letter-s-filled"></i>
|
|
13208
|
+
<strong>circle-letter-s-filled</strong>
|
|
13209
|
+
<div class="tabler-icon-codes">
|
|
13210
|
+
<code>ti ti-circle-letter-s-filled</code><br>
|
|
13211
|
+
<code>\ef4a</code>
|
|
13212
|
+
</div>
|
|
13213
|
+
</div>
|
|
13214
|
+
|
|
12846
13215
|
<div class="tabler-icon">
|
|
12847
13216
|
<i class="ti ti-circle-letter-t"></i>
|
|
12848
13217
|
<strong>circle-letter-t</strong>
|
|
@@ -12852,6 +13221,15 @@
|
|
|
12852
13221
|
</div>
|
|
12853
13222
|
</div>
|
|
12854
13223
|
|
|
13224
|
+
<div class="tabler-icon">
|
|
13225
|
+
<i class="ti ti-circle-letter-t-filled"></i>
|
|
13226
|
+
<strong>circle-letter-t-filled</strong>
|
|
13227
|
+
<div class="tabler-icon-codes">
|
|
13228
|
+
<code>ti ti-circle-letter-t-filled</code><br>
|
|
13229
|
+
<code>\efce</code>
|
|
13230
|
+
</div>
|
|
13231
|
+
</div>
|
|
13232
|
+
|
|
12855
13233
|
<div class="tabler-icon">
|
|
12856
13234
|
<i class="ti ti-circle-letter-u"></i>
|
|
12857
13235
|
<strong>circle-letter-u</strong>
|
|
@@ -12861,6 +13239,15 @@
|
|
|
12861
13239
|
</div>
|
|
12862
13240
|
</div>
|
|
12863
13241
|
|
|
13242
|
+
<div class="tabler-icon">
|
|
13243
|
+
<i class="ti ti-circle-letter-u-filled"></i>
|
|
13244
|
+
<strong>circle-letter-u-filled</strong>
|
|
13245
|
+
<div class="tabler-icon-codes">
|
|
13246
|
+
<code>ti ti-circle-letter-u-filled</code><br>
|
|
13247
|
+
<code>\f066</code>
|
|
13248
|
+
</div>
|
|
13249
|
+
</div>
|
|
13250
|
+
|
|
12864
13251
|
<div class="tabler-icon">
|
|
12865
13252
|
<i class="ti ti-circle-letter-v"></i>
|
|
12866
13253
|
<strong>circle-letter-v</strong>
|
|
@@ -12870,6 +13257,15 @@
|
|
|
12870
13257
|
</div>
|
|
12871
13258
|
</div>
|
|
12872
13259
|
|
|
13260
|
+
<div class="tabler-icon">
|
|
13261
|
+
<i class="ti ti-circle-letter-v-filled"></i>
|
|
13262
|
+
<strong>circle-letter-v-filled</strong>
|
|
13263
|
+
<div class="tabler-icon-codes">
|
|
13264
|
+
<code>ti ti-circle-letter-v-filled</code><br>
|
|
13265
|
+
<code>\f06f</code>
|
|
13266
|
+
</div>
|
|
13267
|
+
</div>
|
|
13268
|
+
|
|
12873
13269
|
<div class="tabler-icon">
|
|
12874
13270
|
<i class="ti ti-circle-letter-w"></i>
|
|
12875
13271
|
<strong>circle-letter-w</strong>
|
|
@@ -12879,6 +13275,15 @@
|
|
|
12879
13275
|
</div>
|
|
12880
13276
|
</div>
|
|
12881
13277
|
|
|
13278
|
+
<div class="tabler-icon">
|
|
13279
|
+
<i class="ti ti-circle-letter-w-filled"></i>
|
|
13280
|
+
<strong>circle-letter-w-filled</strong>
|
|
13281
|
+
<div class="tabler-icon-codes">
|
|
13282
|
+
<code>ti ti-circle-letter-w-filled</code><br>
|
|
13283
|
+
<code>\f13b</code>
|
|
13284
|
+
</div>
|
|
13285
|
+
</div>
|
|
13286
|
+
|
|
12882
13287
|
<div class="tabler-icon">
|
|
12883
13288
|
<i class="ti ti-circle-letter-x"></i>
|
|
12884
13289
|
<strong>circle-letter-x</strong>
|
|
@@ -12888,6 +13293,15 @@
|
|
|
12888
13293
|
</div>
|
|
12889
13294
|
</div>
|
|
12890
13295
|
|
|
13296
|
+
<div class="tabler-icon">
|
|
13297
|
+
<i class="ti ti-circle-letter-x-filled"></i>
|
|
13298
|
+
<strong>circle-letter-x-filled</strong>
|
|
13299
|
+
<div class="tabler-icon-codes">
|
|
13300
|
+
<code>ti ti-circle-letter-x-filled</code><br>
|
|
13301
|
+
<code>\f152</code>
|
|
13302
|
+
</div>
|
|
13303
|
+
</div>
|
|
13304
|
+
|
|
12891
13305
|
<div class="tabler-icon">
|
|
12892
13306
|
<i class="ti ti-circle-letter-y"></i>
|
|
12893
13307
|
<strong>circle-letter-y</strong>
|
|
@@ -12897,6 +13311,15 @@
|
|
|
12897
13311
|
</div>
|
|
12898
13312
|
</div>
|
|
12899
13313
|
|
|
13314
|
+
<div class="tabler-icon">
|
|
13315
|
+
<i class="ti ti-circle-letter-y-filled"></i>
|
|
13316
|
+
<strong>circle-letter-y-filled</strong>
|
|
13317
|
+
<div class="tabler-icon-codes">
|
|
13318
|
+
<code>ti ti-circle-letter-y-filled</code><br>
|
|
13319
|
+
<code>\f1ac</code>
|
|
13320
|
+
</div>
|
|
13321
|
+
</div>
|
|
13322
|
+
|
|
12900
13323
|
<div class="tabler-icon">
|
|
12901
13324
|
<i class="ti ti-circle-letter-z"></i>
|
|
12902
13325
|
<strong>circle-letter-z</strong>
|
|
@@ -12906,6 +13329,15 @@
|
|
|
12906
13329
|
</div>
|
|
12907
13330
|
</div>
|
|
12908
13331
|
|
|
13332
|
+
<div class="tabler-icon">
|
|
13333
|
+
<i class="ti ti-circle-letter-z-filled"></i>
|
|
13334
|
+
<strong>circle-letter-z-filled</strong>
|
|
13335
|
+
<div class="tabler-icon-codes">
|
|
13336
|
+
<code>ti ti-circle-letter-z-filled</code><br>
|
|
13337
|
+
<code>\f1d5</code>
|
|
13338
|
+
</div>
|
|
13339
|
+
</div>
|
|
13340
|
+
|
|
12909
13341
|
<div class="tabler-icon">
|
|
12910
13342
|
<i class="ti ti-circle-minus"></i>
|
|
12911
13343
|
<strong>circle-minus</strong>
|
|
@@ -13581,6 +14013,15 @@
|
|
|
13581
14013
|
</div>
|
|
13582
14014
|
</div>
|
|
13583
14015
|
|
|
14016
|
+
<div class="tabler-icon">
|
|
14017
|
+
<i class="ti ti-clock-hour-1-filled"></i>
|
|
14018
|
+
<strong>clock-hour-1-filled</strong>
|
|
14019
|
+
<div class="tabler-icon-codes">
|
|
14020
|
+
<code>ti ti-clock-hour-1-filled</code><br>
|
|
14021
|
+
<code>\f23f</code>
|
|
14022
|
+
</div>
|
|
14023
|
+
</div>
|
|
14024
|
+
|
|
13584
14025
|
<div class="tabler-icon">
|
|
13585
14026
|
<i class="ti ti-clock-hour-10"></i>
|
|
13586
14027
|
<strong>clock-hour-10</strong>
|
|
@@ -13590,6 +14031,15 @@
|
|
|
13590
14031
|
</div>
|
|
13591
14032
|
</div>
|
|
13592
14033
|
|
|
14034
|
+
<div class="tabler-icon">
|
|
14035
|
+
<i class="ti ti-clock-hour-10-filled"></i>
|
|
14036
|
+
<strong>clock-hour-10-filled</strong>
|
|
14037
|
+
<div class="tabler-icon-codes">
|
|
14038
|
+
<code>ti ti-clock-hour-10-filled</code><br>
|
|
14039
|
+
<code>\f2ac</code>
|
|
14040
|
+
</div>
|
|
14041
|
+
</div>
|
|
14042
|
+
|
|
13593
14043
|
<div class="tabler-icon">
|
|
13594
14044
|
<i class="ti ti-clock-hour-11"></i>
|
|
13595
14045
|
<strong>clock-hour-11</strong>
|
|
@@ -13599,6 +14049,15 @@
|
|
|
13599
14049
|
</div>
|
|
13600
14050
|
</div>
|
|
13601
14051
|
|
|
14052
|
+
<div class="tabler-icon">
|
|
14053
|
+
<i class="ti ti-clock-hour-11-filled"></i>
|
|
14054
|
+
<strong>clock-hour-11-filled</strong>
|
|
14055
|
+
<div class="tabler-icon-codes">
|
|
14056
|
+
<code>ti ti-clock-hour-11-filled</code><br>
|
|
14057
|
+
<code>\f39c</code>
|
|
14058
|
+
</div>
|
|
14059
|
+
</div>
|
|
14060
|
+
|
|
13602
14061
|
<div class="tabler-icon">
|
|
13603
14062
|
<i class="ti ti-clock-hour-12"></i>
|
|
13604
14063
|
<strong>clock-hour-12</strong>
|
|
@@ -13608,6 +14067,15 @@
|
|
|
13608
14067
|
</div>
|
|
13609
14068
|
</div>
|
|
13610
14069
|
|
|
14070
|
+
<div class="tabler-icon">
|
|
14071
|
+
<i class="ti ti-clock-hour-12-filled"></i>
|
|
14072
|
+
<strong>clock-hour-12-filled</strong>
|
|
14073
|
+
<div class="tabler-icon-codes">
|
|
14074
|
+
<code>ti ti-clock-hour-12-filled</code><br>
|
|
14075
|
+
<code>\f4c4</code>
|
|
14076
|
+
</div>
|
|
14077
|
+
</div>
|
|
14078
|
+
|
|
13611
14079
|
<div class="tabler-icon">
|
|
13612
14080
|
<i class="ti ti-clock-hour-2"></i>
|
|
13613
14081
|
<strong>clock-hour-2</strong>
|
|
@@ -13617,6 +14085,15 @@
|
|
|
13617
14085
|
</div>
|
|
13618
14086
|
</div>
|
|
13619
14087
|
|
|
14088
|
+
<div class="tabler-icon">
|
|
14089
|
+
<i class="ti ti-clock-hour-2-filled"></i>
|
|
14090
|
+
<strong>clock-hour-2-filled</strong>
|
|
14091
|
+
<div class="tabler-icon-codes">
|
|
14092
|
+
<code>ti ti-clock-hour-2-filled</code><br>
|
|
14093
|
+
<code>\f637</code>
|
|
14094
|
+
</div>
|
|
14095
|
+
</div>
|
|
14096
|
+
|
|
13620
14097
|
<div class="tabler-icon">
|
|
13621
14098
|
<i class="ti ti-clock-hour-3"></i>
|
|
13622
14099
|
<strong>clock-hour-3</strong>
|
|
@@ -13626,6 +14103,15 @@
|
|
|
13626
14103
|
</div>
|
|
13627
14104
|
</div>
|
|
13628
14105
|
|
|
14106
|
+
<div class="tabler-icon">
|
|
14107
|
+
<i class="ti ti-clock-hour-3-filled"></i>
|
|
14108
|
+
<strong>clock-hour-3-filled</strong>
|
|
14109
|
+
<div class="tabler-icon-codes">
|
|
14110
|
+
<code>ti ti-clock-hour-3-filled</code><br>
|
|
14111
|
+
<code>\f677</code>
|
|
14112
|
+
</div>
|
|
14113
|
+
</div>
|
|
14114
|
+
|
|
13629
14115
|
<div class="tabler-icon">
|
|
13630
14116
|
<i class="ti ti-clock-hour-4"></i>
|
|
13631
14117
|
<strong>clock-hour-4</strong>
|
|
@@ -13635,6 +14121,15 @@
|
|
|
13635
14121
|
</div>
|
|
13636
14122
|
</div>
|
|
13637
14123
|
|
|
14124
|
+
<div class="tabler-icon">
|
|
14125
|
+
<i class="ti ti-clock-hour-4-filled"></i>
|
|
14126
|
+
<strong>clock-hour-4-filled</strong>
|
|
14127
|
+
<div class="tabler-icon-codes">
|
|
14128
|
+
<code>ti ti-clock-hour-4-filled</code><br>
|
|
14129
|
+
<code>\f6b3</code>
|
|
14130
|
+
</div>
|
|
14131
|
+
</div>
|
|
14132
|
+
|
|
13638
14133
|
<div class="tabler-icon">
|
|
13639
14134
|
<i class="ti ti-clock-hour-5"></i>
|
|
13640
14135
|
<strong>clock-hour-5</strong>
|
|
@@ -13644,6 +14139,15 @@
|
|
|
13644
14139
|
</div>
|
|
13645
14140
|
</div>
|
|
13646
14141
|
|
|
14142
|
+
<div class="tabler-icon">
|
|
14143
|
+
<i class="ti ti-clock-hour-5-filled"></i>
|
|
14144
|
+
<strong>clock-hour-5-filled</strong>
|
|
14145
|
+
<div class="tabler-icon-codes">
|
|
14146
|
+
<code>ti ti-clock-hour-5-filled</code><br>
|
|
14147
|
+
<code>\f6b4</code>
|
|
14148
|
+
</div>
|
|
14149
|
+
</div>
|
|
14150
|
+
|
|
13647
14151
|
<div class="tabler-icon">
|
|
13648
14152
|
<i class="ti ti-clock-hour-6"></i>
|
|
13649
14153
|
<strong>clock-hour-6</strong>
|
|
@@ -13653,6 +14157,15 @@
|
|
|
13653
14157
|
</div>
|
|
13654
14158
|
</div>
|
|
13655
14159
|
|
|
14160
|
+
<div class="tabler-icon">
|
|
14161
|
+
<i class="ti ti-clock-hour-6-filled"></i>
|
|
14162
|
+
<strong>clock-hour-6-filled</strong>
|
|
14163
|
+
<div class="tabler-icon-codes">
|
|
14164
|
+
<code>ti ti-clock-hour-6-filled</code><br>
|
|
14165
|
+
<code>\f6b5</code>
|
|
14166
|
+
</div>
|
|
14167
|
+
</div>
|
|
14168
|
+
|
|
13656
14169
|
<div class="tabler-icon">
|
|
13657
14170
|
<i class="ti ti-clock-hour-7"></i>
|
|
13658
14171
|
<strong>clock-hour-7</strong>
|
|
@@ -13662,6 +14175,15 @@
|
|
|
13662
14175
|
</div>
|
|
13663
14176
|
</div>
|
|
13664
14177
|
|
|
14178
|
+
<div class="tabler-icon">
|
|
14179
|
+
<i class="ti ti-clock-hour-7-filled"></i>
|
|
14180
|
+
<strong>clock-hour-7-filled</strong>
|
|
14181
|
+
<div class="tabler-icon-codes">
|
|
14182
|
+
<code>ti ti-clock-hour-7-filled</code><br>
|
|
14183
|
+
<code>\f6b6</code>
|
|
14184
|
+
</div>
|
|
14185
|
+
</div>
|
|
14186
|
+
|
|
13665
14187
|
<div class="tabler-icon">
|
|
13666
14188
|
<i class="ti ti-clock-hour-8"></i>
|
|
13667
14189
|
<strong>clock-hour-8</strong>
|
|
@@ -13671,6 +14193,15 @@
|
|
|
13671
14193
|
</div>
|
|
13672
14194
|
</div>
|
|
13673
14195
|
|
|
14196
|
+
<div class="tabler-icon">
|
|
14197
|
+
<i class="ti ti-clock-hour-8-filled"></i>
|
|
14198
|
+
<strong>clock-hour-8-filled</strong>
|
|
14199
|
+
<div class="tabler-icon-codes">
|
|
14200
|
+
<code>ti ti-clock-hour-8-filled</code><br>
|
|
14201
|
+
<code>\f6b7</code>
|
|
14202
|
+
</div>
|
|
14203
|
+
</div>
|
|
14204
|
+
|
|
13674
14205
|
<div class="tabler-icon">
|
|
13675
14206
|
<i class="ti ti-clock-hour-9"></i>
|
|
13676
14207
|
<strong>clock-hour-9</strong>
|
|
@@ -13680,6 +14211,15 @@
|
|
|
13680
14211
|
</div>
|
|
13681
14212
|
</div>
|
|
13682
14213
|
|
|
14214
|
+
<div class="tabler-icon">
|
|
14215
|
+
<i class="ti ti-clock-hour-9-filled"></i>
|
|
14216
|
+
<strong>clock-hour-9-filled</strong>
|
|
14217
|
+
<div class="tabler-icon-codes">
|
|
14218
|
+
<code>ti ti-clock-hour-9-filled</code><br>
|
|
14219
|
+
<code>\f6b8</code>
|
|
14220
|
+
</div>
|
|
14221
|
+
</div>
|
|
14222
|
+
|
|
13683
14223
|
<div class="tabler-icon">
|
|
13684
14224
|
<i class="ti ti-clock-minus"></i>
|
|
13685
14225
|
<strong>clock-minus</strong>
|
|
@@ -14176,10 +14716,10 @@
|
|
|
14176
14716
|
</div>
|
|
14177
14717
|
|
|
14178
14718
|
<div class="tabler-icon">
|
|
14179
|
-
<i class="ti ti-code-
|
|
14180
|
-
<strong>code-
|
|
14719
|
+
<i class="ti ti-code-asterisk"></i>
|
|
14720
|
+
<strong>code-asterisk</strong>
|
|
14181
14721
|
<div class="tabler-icon-codes">
|
|
14182
|
-
<code>ti ti-code-
|
|
14722
|
+
<code>ti ti-code-asterisk</code><br>
|
|
14183
14723
|
<code>\f312</code>
|
|
14184
14724
|
</div>
|
|
14185
14725
|
</div>
|
|
@@ -14652,6 +15192,24 @@
|
|
|
14652
15192
|
</div>
|
|
14653
15193
|
</div>
|
|
14654
15194
|
|
|
15195
|
+
<div class="tabler-icon">
|
|
15196
|
+
<i class="ti ti-cone-2-filled"></i>
|
|
15197
|
+
<strong>cone-2-filled</strong>
|
|
15198
|
+
<div class="tabler-icon-codes">
|
|
15199
|
+
<code>ti ti-cone-2-filled</code><br>
|
|
15200
|
+
<code>\f6b9</code>
|
|
15201
|
+
</div>
|
|
15202
|
+
</div>
|
|
15203
|
+
|
|
15204
|
+
<div class="tabler-icon">
|
|
15205
|
+
<i class="ti ti-cone-filled"></i>
|
|
15206
|
+
<strong>cone-filled</strong>
|
|
15207
|
+
<div class="tabler-icon-codes">
|
|
15208
|
+
<code>ti ti-cone-filled</code><br>
|
|
15209
|
+
<code>\f6ba</code>
|
|
15210
|
+
</div>
|
|
15211
|
+
</div>
|
|
15212
|
+
|
|
14655
15213
|
<div class="tabler-icon">
|
|
14656
15214
|
<i class="ti ti-cone-off"></i>
|
|
14657
15215
|
<strong>cone-off</strong>
|
|
@@ -14733,6 +15291,15 @@
|
|
|
14733
15291
|
</div>
|
|
14734
15292
|
</div>
|
|
14735
15293
|
|
|
15294
|
+
<div class="tabler-icon">
|
|
15295
|
+
<i class="ti ti-contrast-2-filled"></i>
|
|
15296
|
+
<strong>contrast-2-filled</strong>
|
|
15297
|
+
<div class="tabler-icon-codes">
|
|
15298
|
+
<code>ti ti-contrast-2-filled</code><br>
|
|
15299
|
+
<code>\f6bb</code>
|
|
15300
|
+
</div>
|
|
15301
|
+
</div>
|
|
15302
|
+
|
|
14736
15303
|
<div class="tabler-icon">
|
|
14737
15304
|
<i class="ti ti-contrast-2-off"></i>
|
|
14738
15305
|
<strong>contrast-2-off</strong>
|
|
@@ -14742,6 +15309,15 @@
|
|
|
14742
15309
|
</div>
|
|
14743
15310
|
</div>
|
|
14744
15311
|
|
|
15312
|
+
<div class="tabler-icon">
|
|
15313
|
+
<i class="ti ti-contrast-filled"></i>
|
|
15314
|
+
<strong>contrast-filled</strong>
|
|
15315
|
+
<div class="tabler-icon-codes">
|
|
15316
|
+
<code>ti ti-contrast-filled</code><br>
|
|
15317
|
+
<code>\f6bc</code>
|
|
15318
|
+
</div>
|
|
15319
|
+
</div>
|
|
15320
|
+
|
|
14745
15321
|
<div class="tabler-icon">
|
|
14746
15322
|
<i class="ti ti-contrast-off"></i>
|
|
14747
15323
|
<strong>contrast-off</strong>
|
|
@@ -14761,20 +15337,20 @@
|
|
|
14761
15337
|
</div>
|
|
14762
15338
|
|
|
14763
15339
|
<div class="tabler-icon">
|
|
14764
|
-
<i class="ti ti-cookie"></i>
|
|
14765
|
-
<strong>cookie</strong>
|
|
15340
|
+
<i class="ti ti-cookie-filled"></i>
|
|
15341
|
+
<strong>cookie-filled</strong>
|
|
14766
15342
|
<div class="tabler-icon-codes">
|
|
14767
|
-
<code>ti ti-cookie</code><br>
|
|
14768
|
-
<code>\
|
|
15343
|
+
<code>ti ti-cookie-filled</code><br>
|
|
15344
|
+
<code>\f6bd</code>
|
|
14769
15345
|
</div>
|
|
14770
15346
|
</div>
|
|
14771
15347
|
|
|
14772
15348
|
<div class="tabler-icon">
|
|
14773
|
-
<i class="ti ti-cookie-man"></i>
|
|
14774
|
-
<strong>cookie-man</strong>
|
|
15349
|
+
<i class="ti ti-cookie-man-filled"></i>
|
|
15350
|
+
<strong>cookie-man-filled</strong>
|
|
14775
15351
|
<div class="tabler-icon-codes">
|
|
14776
|
-
<code>ti ti-cookie-man</code><br>
|
|
14777
|
-
<code>\
|
|
15352
|
+
<code>ti ti-cookie-man-filled</code><br>
|
|
15353
|
+
<code>\f6be</code>
|
|
14778
15354
|
</div>
|
|
14779
15355
|
</div>
|
|
14780
15356
|
|
|
@@ -14797,20 +15373,20 @@
|
|
|
14797
15373
|
</div>
|
|
14798
15374
|
|
|
14799
15375
|
<div class="tabler-icon">
|
|
14800
|
-
<i class="ti ti-copy-check"></i>
|
|
14801
|
-
<strong>copy-check</strong>
|
|
15376
|
+
<i class="ti ti-copy-check-filled"></i>
|
|
15377
|
+
<strong>copy-check-filled</strong>
|
|
14802
15378
|
<div class="tabler-icon-codes">
|
|
14803
|
-
<code>ti ti-copy-check</code><br>
|
|
14804
|
-
<code>\
|
|
15379
|
+
<code>ti ti-copy-check-filled</code><br>
|
|
15380
|
+
<code>\f6bf</code>
|
|
14805
15381
|
</div>
|
|
14806
15382
|
</div>
|
|
14807
15383
|
|
|
14808
15384
|
<div class="tabler-icon">
|
|
14809
|
-
<i class="ti ti-copy-minus"></i>
|
|
14810
|
-
<strong>copy-minus</strong>
|
|
15385
|
+
<i class="ti ti-copy-minus-filled"></i>
|
|
15386
|
+
<strong>copy-minus-filled</strong>
|
|
14811
15387
|
<div class="tabler-icon-codes">
|
|
14812
|
-
<code>ti ti-copy-minus</code><br>
|
|
14813
|
-
<code>\
|
|
15388
|
+
<code>ti ti-copy-minus-filled</code><br>
|
|
15389
|
+
<code>\f6c0</code>
|
|
14814
15390
|
</div>
|
|
14815
15391
|
</div>
|
|
14816
15392
|
|
|
@@ -14824,20 +15400,20 @@
|
|
|
14824
15400
|
</div>
|
|
14825
15401
|
|
|
14826
15402
|
<div class="tabler-icon">
|
|
14827
|
-
<i class="ti ti-copy-plus"></i>
|
|
14828
|
-
<strong>copy-plus</strong>
|
|
15403
|
+
<i class="ti ti-copy-plus-filled"></i>
|
|
15404
|
+
<strong>copy-plus-filled</strong>
|
|
14829
15405
|
<div class="tabler-icon-codes">
|
|
14830
|
-
<code>ti ti-copy-plus</code><br>
|
|
14831
|
-
<code>\
|
|
15406
|
+
<code>ti ti-copy-plus-filled</code><br>
|
|
15407
|
+
<code>\f6c1</code>
|
|
14832
15408
|
</div>
|
|
14833
15409
|
</div>
|
|
14834
15410
|
|
|
14835
15411
|
<div class="tabler-icon">
|
|
14836
|
-
<i class="ti ti-copy-x"></i>
|
|
14837
|
-
<strong>copy-x</strong>
|
|
15412
|
+
<i class="ti ti-copy-x-filled"></i>
|
|
15413
|
+
<strong>copy-x-filled</strong>
|
|
14838
15414
|
<div class="tabler-icon-codes">
|
|
14839
|
-
<code>ti ti-copy-x</code><br>
|
|
14840
|
-
<code>\
|
|
15415
|
+
<code>ti ti-copy-x-filled</code><br>
|
|
15416
|
+
<code>\f6c2</code>
|
|
14841
15417
|
</div>
|
|
14842
15418
|
</div>
|
|
14843
15419
|
|
|
@@ -15219,6 +15795,15 @@
|
|
|
15219
15795
|
</div>
|
|
15220
15796
|
</div>
|
|
15221
15797
|
|
|
15798
|
+
<div class="tabler-icon">
|
|
15799
|
+
<i class="ti ti-crop-1-1-filled"></i>
|
|
15800
|
+
<strong>crop-1-1-filled</strong>
|
|
15801
|
+
<div class="tabler-icon-codes">
|
|
15802
|
+
<code>ti ti-crop-1-1-filled</code><br>
|
|
15803
|
+
<code>\f6c3</code>
|
|
15804
|
+
</div>
|
|
15805
|
+
</div>
|
|
15806
|
+
|
|
15222
15807
|
<div class="tabler-icon">
|
|
15223
15808
|
<i class="ti ti-crop-16-9"></i>
|
|
15224
15809
|
<strong>crop-16-9</strong>
|
|
@@ -15228,6 +15813,15 @@
|
|
|
15228
15813
|
</div>
|
|
15229
15814
|
</div>
|
|
15230
15815
|
|
|
15816
|
+
<div class="tabler-icon">
|
|
15817
|
+
<i class="ti ti-crop-16-9-filled"></i>
|
|
15818
|
+
<strong>crop-16-9-filled</strong>
|
|
15819
|
+
<div class="tabler-icon-codes">
|
|
15820
|
+
<code>ti ti-crop-16-9-filled</code><br>
|
|
15821
|
+
<code>\f6c4</code>
|
|
15822
|
+
</div>
|
|
15823
|
+
</div>
|
|
15824
|
+
|
|
15231
15825
|
<div class="tabler-icon">
|
|
15232
15826
|
<i class="ti ti-crop-3-2"></i>
|
|
15233
15827
|
<strong>crop-3-2</strong>
|
|
@@ -15237,6 +15831,15 @@
|
|
|
15237
15831
|
</div>
|
|
15238
15832
|
</div>
|
|
15239
15833
|
|
|
15834
|
+
<div class="tabler-icon">
|
|
15835
|
+
<i class="ti ti-crop-3-2-filled"></i>
|
|
15836
|
+
<strong>crop-3-2-filled</strong>
|
|
15837
|
+
<div class="tabler-icon-codes">
|
|
15838
|
+
<code>ti ti-crop-3-2-filled</code><br>
|
|
15839
|
+
<code>\f6f3</code>
|
|
15840
|
+
</div>
|
|
15841
|
+
</div>
|
|
15842
|
+
|
|
15240
15843
|
<div class="tabler-icon">
|
|
15241
15844
|
<i class="ti ti-crop-5-4"></i>
|
|
15242
15845
|
<strong>crop-5-4</strong>
|
|
@@ -15246,6 +15849,15 @@
|
|
|
15246
15849
|
</div>
|
|
15247
15850
|
</div>
|
|
15248
15851
|
|
|
15852
|
+
<div class="tabler-icon">
|
|
15853
|
+
<i class="ti ti-crop-5-4-filled"></i>
|
|
15854
|
+
<strong>crop-5-4-filled</strong>
|
|
15855
|
+
<div class="tabler-icon-codes">
|
|
15856
|
+
<code>ti ti-crop-5-4-filled</code><br>
|
|
15857
|
+
<code>\fd3f</code>
|
|
15858
|
+
</div>
|
|
15859
|
+
</div>
|
|
15860
|
+
|
|
15249
15861
|
<div class="tabler-icon">
|
|
15250
15862
|
<i class="ti ti-crop-7-5"></i>
|
|
15251
15863
|
<strong>crop-7-5</strong>
|
|
@@ -15255,6 +15867,15 @@
|
|
|
15255
15867
|
</div>
|
|
15256
15868
|
</div>
|
|
15257
15869
|
|
|
15870
|
+
<div class="tabler-icon">
|
|
15871
|
+
<i class="ti ti-crop-7-5-filled"></i>
|
|
15872
|
+
<strong>crop-7-5-filled</strong>
|
|
15873
|
+
<div class="tabler-icon-codes">
|
|
15874
|
+
<code>ti ti-crop-7-5-filled</code><br>
|
|
15875
|
+
<code>\fd40</code>
|
|
15876
|
+
</div>
|
|
15877
|
+
</div>
|
|
15878
|
+
|
|
15258
15879
|
<div class="tabler-icon">
|
|
15259
15880
|
<i class="ti ti-crop-landscape"></i>
|
|
15260
15881
|
<strong>crop-landscape</strong>
|
|
@@ -15264,6 +15885,15 @@
|
|
|
15264
15885
|
</div>
|
|
15265
15886
|
</div>
|
|
15266
15887
|
|
|
15888
|
+
<div class="tabler-icon">
|
|
15889
|
+
<i class="ti ti-crop-landscape-filled"></i>
|
|
15890
|
+
<strong>crop-landscape-filled</strong>
|
|
15891
|
+
<div class="tabler-icon-codes">
|
|
15892
|
+
<code>ti ti-crop-landscape-filled</code><br>
|
|
15893
|
+
<code>\fd41</code>
|
|
15894
|
+
</div>
|
|
15895
|
+
</div>
|
|
15896
|
+
|
|
15267
15897
|
<div class="tabler-icon">
|
|
15268
15898
|
<i class="ti ti-crop-portrait"></i>
|
|
15269
15899
|
<strong>crop-portrait</strong>
|
|
@@ -15273,6 +15903,15 @@
|
|
|
15273
15903
|
</div>
|
|
15274
15904
|
</div>
|
|
15275
15905
|
|
|
15906
|
+
<div class="tabler-icon">
|
|
15907
|
+
<i class="ti ti-crop-portrait-filled"></i>
|
|
15908
|
+
<strong>crop-portrait-filled</strong>
|
|
15909
|
+
<div class="tabler-icon-codes">
|
|
15910
|
+
<code>ti ti-crop-portrait-filled</code><br>
|
|
15911
|
+
<code>\fd42</code>
|
|
15912
|
+
</div>
|
|
15913
|
+
</div>
|
|
15914
|
+
|
|
15276
15915
|
<div class="tabler-icon">
|
|
15277
15916
|
<i class="ti ti-cross"></i>
|
|
15278
15917
|
<strong>cross</strong>
|
|
@@ -18684,42 +19323,6 @@
|
|
|
18684
19323
|
</div>
|
|
18685
19324
|
</div>
|
|
18686
19325
|
|
|
18687
|
-
<div class="tabler-icon">
|
|
18688
|
-
<i class="ti ti-discount-2"></i>
|
|
18689
|
-
<strong>discount-2</strong>
|
|
18690
|
-
<div class="tabler-icon-codes">
|
|
18691
|
-
<code>ti ti-discount-2</code><br>
|
|
18692
|
-
<code>\ee7c</code>
|
|
18693
|
-
</div>
|
|
18694
|
-
</div>
|
|
18695
|
-
|
|
18696
|
-
<div class="tabler-icon">
|
|
18697
|
-
<i class="ti ti-discount-2-off"></i>
|
|
18698
|
-
<strong>discount-2-off</strong>
|
|
18699
|
-
<div class="tabler-icon-codes">
|
|
18700
|
-
<code>ti ti-discount-2-off</code><br>
|
|
18701
|
-
<code>\f3e6</code>
|
|
18702
|
-
</div>
|
|
18703
|
-
</div>
|
|
18704
|
-
|
|
18705
|
-
<div class="tabler-icon">
|
|
18706
|
-
<i class="ti ti-discount-check"></i>
|
|
18707
|
-
<strong>discount-check</strong>
|
|
18708
|
-
<div class="tabler-icon-codes">
|
|
18709
|
-
<code>ti ti-discount-check</code><br>
|
|
18710
|
-
<code>\f1f8</code>
|
|
18711
|
-
</div>
|
|
18712
|
-
</div>
|
|
18713
|
-
|
|
18714
|
-
<div class="tabler-icon">
|
|
18715
|
-
<i class="ti ti-discount-check-filled"></i>
|
|
18716
|
-
<strong>discount-check-filled</strong>
|
|
18717
|
-
<div class="tabler-icon-codes">
|
|
18718
|
-
<code>ti ti-discount-check-filled</code><br>
|
|
18719
|
-
<code>\f746</code>
|
|
18720
|
-
</div>
|
|
18721
|
-
</div>
|
|
18722
|
-
|
|
18723
19326
|
<div class="tabler-icon">
|
|
18724
19327
|
<i class="ti ti-discount-off"></i>
|
|
18725
19328
|
<strong>discount-off</strong>
|
|
@@ -22752,6 +23355,15 @@
|
|
|
22752
23355
|
</div>
|
|
22753
23356
|
</div>
|
|
22754
23357
|
|
|
23358
|
+
<div class="tabler-icon">
|
|
23359
|
+
<i class="ti ti-gps-filled"></i>
|
|
23360
|
+
<strong>gps-filled</strong>
|
|
23361
|
+
<div class="tabler-icon-codes">
|
|
23362
|
+
<code>ti ti-gps-filled</code><br>
|
|
23363
|
+
<code>\fdaa</code>
|
|
23364
|
+
</div>
|
|
23365
|
+
</div>
|
|
23366
|
+
|
|
22755
23367
|
<div class="tabler-icon">
|
|
22756
23368
|
<i class="ti ti-gradienter"></i>
|
|
22757
23369
|
<strong>gradienter</strong>
|
|
@@ -23076,6 +23688,15 @@
|
|
|
23076
23688
|
</div>
|
|
23077
23689
|
</div>
|
|
23078
23690
|
|
|
23691
|
+
<div class="tabler-icon">
|
|
23692
|
+
<i class="ti ti-hand-love-you"></i>
|
|
23693
|
+
<strong>hand-love-you</strong>
|
|
23694
|
+
<div class="tabler-icon-codes">
|
|
23695
|
+
<code>ti ti-hand-love-you</code><br>
|
|
23696
|
+
<code>\ee97</code>
|
|
23697
|
+
</div>
|
|
23698
|
+
</div>
|
|
23699
|
+
|
|
23079
23700
|
<div class="tabler-icon">
|
|
23080
23701
|
<i class="ti ti-hand-middle-finger"></i>
|
|
23081
23702
|
<strong>hand-middle-finger</strong>
|
|
@@ -23112,15 +23733,6 @@
|
|
|
23112
23733
|
</div>
|
|
23113
23734
|
</div>
|
|
23114
23735
|
|
|
23115
|
-
<div class="tabler-icon">
|
|
23116
|
-
<i class="ti ti-hand-rock"></i>
|
|
23117
|
-
<strong>hand-rock</strong>
|
|
23118
|
-
<div class="tabler-icon-codes">
|
|
23119
|
-
<code>ti ti-hand-rock</code><br>
|
|
23120
|
-
<code>\ee97</code>
|
|
23121
|
-
</div>
|
|
23122
|
-
</div>
|
|
23123
|
-
|
|
23124
23736
|
<div class="tabler-icon">
|
|
23125
23737
|
<i class="ti ti-hand-sanitizer"></i>
|
|
23126
23738
|
<strong>hand-sanitizer</strong>
|
|
@@ -25875,6 +26487,15 @@
|
|
|
25875
26487
|
</div>
|
|
25876
26488
|
</div>
|
|
25877
26489
|
|
|
26490
|
+
<div class="tabler-icon">
|
|
26491
|
+
<i class="ti ti-layout-align-bottom-filled"></i>
|
|
26492
|
+
<strong>layout-align-bottom-filled</strong>
|
|
26493
|
+
<div class="tabler-icon-codes">
|
|
26494
|
+
<code>ti ti-layout-align-bottom-filled</code><br>
|
|
26495
|
+
<code>\fdab</code>
|
|
26496
|
+
</div>
|
|
26497
|
+
</div>
|
|
26498
|
+
|
|
25878
26499
|
<div class="tabler-icon">
|
|
25879
26500
|
<i class="ti ti-layout-align-center"></i>
|
|
25880
26501
|
<strong>layout-align-center</strong>
|
|
@@ -25884,6 +26505,15 @@
|
|
|
25884
26505
|
</div>
|
|
25885
26506
|
</div>
|
|
25886
26507
|
|
|
26508
|
+
<div class="tabler-icon">
|
|
26509
|
+
<i class="ti ti-layout-align-center-filled"></i>
|
|
26510
|
+
<strong>layout-align-center-filled</strong>
|
|
26511
|
+
<div class="tabler-icon-codes">
|
|
26512
|
+
<code>ti ti-layout-align-center-filled</code><br>
|
|
26513
|
+
<code>\fdac</code>
|
|
26514
|
+
</div>
|
|
26515
|
+
</div>
|
|
26516
|
+
|
|
25887
26517
|
<div class="tabler-icon">
|
|
25888
26518
|
<i class="ti ti-layout-align-left"></i>
|
|
25889
26519
|
<strong>layout-align-left</strong>
|
|
@@ -25893,6 +26523,15 @@
|
|
|
25893
26523
|
</div>
|
|
25894
26524
|
</div>
|
|
25895
26525
|
|
|
26526
|
+
<div class="tabler-icon">
|
|
26527
|
+
<i class="ti ti-layout-align-left-filled"></i>
|
|
26528
|
+
<strong>layout-align-left-filled</strong>
|
|
26529
|
+
<div class="tabler-icon-codes">
|
|
26530
|
+
<code>ti ti-layout-align-left-filled</code><br>
|
|
26531
|
+
<code>\fdad</code>
|
|
26532
|
+
</div>
|
|
26533
|
+
</div>
|
|
26534
|
+
|
|
25896
26535
|
<div class="tabler-icon">
|
|
25897
26536
|
<i class="ti ti-layout-align-middle"></i>
|
|
25898
26537
|
<strong>layout-align-middle</strong>
|
|
@@ -25902,6 +26541,15 @@
|
|
|
25902
26541
|
</div>
|
|
25903
26542
|
</div>
|
|
25904
26543
|
|
|
26544
|
+
<div class="tabler-icon">
|
|
26545
|
+
<i class="ti ti-layout-align-middle-filled"></i>
|
|
26546
|
+
<strong>layout-align-middle-filled</strong>
|
|
26547
|
+
<div class="tabler-icon-codes">
|
|
26548
|
+
<code>ti ti-layout-align-middle-filled</code><br>
|
|
26549
|
+
<code>\fdae</code>
|
|
26550
|
+
</div>
|
|
26551
|
+
</div>
|
|
26552
|
+
|
|
25905
26553
|
<div class="tabler-icon">
|
|
25906
26554
|
<i class="ti ti-layout-align-right"></i>
|
|
25907
26555
|
<strong>layout-align-right</strong>
|
|
@@ -25911,6 +26559,15 @@
|
|
|
25911
26559
|
</div>
|
|
25912
26560
|
</div>
|
|
25913
26561
|
|
|
26562
|
+
<div class="tabler-icon">
|
|
26563
|
+
<i class="ti ti-layout-align-right-filled"></i>
|
|
26564
|
+
<strong>layout-align-right-filled</strong>
|
|
26565
|
+
<div class="tabler-icon-codes">
|
|
26566
|
+
<code>ti ti-layout-align-right-filled</code><br>
|
|
26567
|
+
<code>\fdaf</code>
|
|
26568
|
+
</div>
|
|
26569
|
+
</div>
|
|
26570
|
+
|
|
25914
26571
|
<div class="tabler-icon">
|
|
25915
26572
|
<i class="ti ti-layout-align-top"></i>
|
|
25916
26573
|
<strong>layout-align-top</strong>
|
|
@@ -25920,6 +26577,15 @@
|
|
|
25920
26577
|
</div>
|
|
25921
26578
|
</div>
|
|
25922
26579
|
|
|
26580
|
+
<div class="tabler-icon">
|
|
26581
|
+
<i class="ti ti-layout-align-top-filled"></i>
|
|
26582
|
+
<strong>layout-align-top-filled</strong>
|
|
26583
|
+
<div class="tabler-icon-codes">
|
|
26584
|
+
<code>ti ti-layout-align-top-filled</code><br>
|
|
26585
|
+
<code>\fdb0</code>
|
|
26586
|
+
</div>
|
|
26587
|
+
</div>
|
|
26588
|
+
|
|
25923
26589
|
<div class="tabler-icon">
|
|
25924
26590
|
<i class="ti ti-layout-board"></i>
|
|
25925
26591
|
<strong>layout-board</strong>
|
|
@@ -29898,6 +30564,15 @@
|
|
|
29898
30564
|
</div>
|
|
29899
30565
|
</div>
|
|
29900
30566
|
|
|
30567
|
+
<div class="tabler-icon">
|
|
30568
|
+
<i class="ti ti-microphone-filled"></i>
|
|
30569
|
+
<strong>microphone-filled</strong>
|
|
30570
|
+
<div class="tabler-icon-codes">
|
|
30571
|
+
<code>ti ti-microphone-filled</code><br>
|
|
30572
|
+
<code>\fdb1</code>
|
|
30573
|
+
</div>
|
|
30574
|
+
</div>
|
|
30575
|
+
|
|
29901
30576
|
<div class="tabler-icon">
|
|
29902
30577
|
<i class="ti ti-microphone-off"></i>
|
|
29903
30578
|
<strong>microphone-off</strong>
|
|
@@ -29934,6 +30609,15 @@
|
|
|
29934
30609
|
</div>
|
|
29935
30610
|
</div>
|
|
29936
30611
|
|
|
30612
|
+
<div class="tabler-icon">
|
|
30613
|
+
<i class="ti ti-microwave-filled"></i>
|
|
30614
|
+
<strong>microwave-filled</strong>
|
|
30615
|
+
<div class="tabler-icon-codes">
|
|
30616
|
+
<code>ti ti-microwave-filled</code><br>
|
|
30617
|
+
<code>\fdb2</code>
|
|
30618
|
+
</div>
|
|
30619
|
+
</div>
|
|
30620
|
+
|
|
29937
30621
|
<div class="tabler-icon">
|
|
29938
30622
|
<i class="ti ti-microwave-off"></i>
|
|
29939
30623
|
<strong>microwave-off</strong>
|
|
@@ -34641,6 +35325,15 @@
|
|
|
34641
35325
|
</div>
|
|
34642
35326
|
</div>
|
|
34643
35327
|
|
|
35328
|
+
<div class="tabler-icon">
|
|
35329
|
+
<i class="ti ti-radar-filled"></i>
|
|
35330
|
+
<strong>radar-filled</strong>
|
|
35331
|
+
<div class="tabler-icon-codes">
|
|
35332
|
+
<code>ti ti-radar-filled</code><br>
|
|
35333
|
+
<code>\fdb3</code>
|
|
35334
|
+
</div>
|
|
35335
|
+
</div>
|
|
35336
|
+
|
|
34644
35337
|
<div class="tabler-icon">
|
|
34645
35338
|
<i class="ti ti-radar-off"></i>
|
|
34646
35339
|
<strong>radar-off</strong>
|
|
@@ -35118,6 +35811,15 @@
|
|
|
35118
35811
|
</div>
|
|
35119
35812
|
</div>
|
|
35120
35813
|
|
|
35814
|
+
<div class="tabler-icon">
|
|
35815
|
+
<i class="ti ti-relation-many-to-many-filled"></i>
|
|
35816
|
+
<strong>relation-many-to-many-filled</strong>
|
|
35817
|
+
<div class="tabler-icon-codes">
|
|
35818
|
+
<code>ti ti-relation-many-to-many-filled</code><br>
|
|
35819
|
+
<code>\fdb4</code>
|
|
35820
|
+
</div>
|
|
35821
|
+
</div>
|
|
35822
|
+
|
|
35121
35823
|
<div class="tabler-icon">
|
|
35122
35824
|
<i class="ti ti-relation-one-to-many"></i>
|
|
35123
35825
|
<strong>relation-one-to-many</strong>
|
|
@@ -35127,6 +35829,15 @@
|
|
|
35127
35829
|
</div>
|
|
35128
35830
|
</div>
|
|
35129
35831
|
|
|
35832
|
+
<div class="tabler-icon">
|
|
35833
|
+
<i class="ti ti-relation-one-to-many-filled"></i>
|
|
35834
|
+
<strong>relation-one-to-many-filled</strong>
|
|
35835
|
+
<div class="tabler-icon-codes">
|
|
35836
|
+
<code>ti ti-relation-one-to-many-filled</code><br>
|
|
35837
|
+
<code>\fdb5</code>
|
|
35838
|
+
</div>
|
|
35839
|
+
</div>
|
|
35840
|
+
|
|
35130
35841
|
<div class="tabler-icon">
|
|
35131
35842
|
<i class="ti ti-relation-one-to-one"></i>
|
|
35132
35843
|
<strong>relation-one-to-one</strong>
|
|
@@ -35136,6 +35847,15 @@
|
|
|
35136
35847
|
</div>
|
|
35137
35848
|
</div>
|
|
35138
35849
|
|
|
35850
|
+
<div class="tabler-icon">
|
|
35851
|
+
<i class="ti ti-relation-one-to-one-filled"></i>
|
|
35852
|
+
<strong>relation-one-to-one-filled</strong>
|
|
35853
|
+
<div class="tabler-icon-codes">
|
|
35854
|
+
<code>ti ti-relation-one-to-one-filled</code><br>
|
|
35855
|
+
<code>\fdb6</code>
|
|
35856
|
+
</div>
|
|
35857
|
+
</div>
|
|
35858
|
+
|
|
35139
35859
|
<div class="tabler-icon">
|
|
35140
35860
|
<i class="ti ti-reload"></i>
|
|
35141
35861
|
<strong>reload</strong>
|
|
@@ -35577,6 +36297,42 @@
|
|
|
35577
36297
|
</div>
|
|
35578
36298
|
</div>
|
|
35579
36299
|
|
|
36300
|
+
<div class="tabler-icon">
|
|
36301
|
+
<i class="ti ti-rosette-discount"></i>
|
|
36302
|
+
<strong>rosette-discount</strong>
|
|
36303
|
+
<div class="tabler-icon-codes">
|
|
36304
|
+
<code>ti ti-rosette-discount</code><br>
|
|
36305
|
+
<code>\ee7c</code>
|
|
36306
|
+
</div>
|
|
36307
|
+
</div>
|
|
36308
|
+
|
|
36309
|
+
<div class="tabler-icon">
|
|
36310
|
+
<i class="ti ti-rosette-discount-check"></i>
|
|
36311
|
+
<strong>rosette-discount-check</strong>
|
|
36312
|
+
<div class="tabler-icon-codes">
|
|
36313
|
+
<code>ti ti-rosette-discount-check</code><br>
|
|
36314
|
+
<code>\f1f8</code>
|
|
36315
|
+
</div>
|
|
36316
|
+
</div>
|
|
36317
|
+
|
|
36318
|
+
<div class="tabler-icon">
|
|
36319
|
+
<i class="ti ti-rosette-discount-check-filled"></i>
|
|
36320
|
+
<strong>rosette-discount-check-filled</strong>
|
|
36321
|
+
<div class="tabler-icon-codes">
|
|
36322
|
+
<code>ti ti-rosette-discount-check-filled</code><br>
|
|
36323
|
+
<code>\f746</code>
|
|
36324
|
+
</div>
|
|
36325
|
+
</div>
|
|
36326
|
+
|
|
36327
|
+
<div class="tabler-icon">
|
|
36328
|
+
<i class="ti ti-rosette-discount-off"></i>
|
|
36329
|
+
<strong>rosette-discount-off</strong>
|
|
36330
|
+
<div class="tabler-icon-codes">
|
|
36331
|
+
<code>ti ti-rosette-discount-off</code><br>
|
|
36332
|
+
<code>\f3e6</code>
|
|
36333
|
+
</div>
|
|
36334
|
+
</div>
|
|
36335
|
+
|
|
35580
36336
|
<div class="tabler-icon">
|
|
35581
36337
|
<i class="ti ti-rosette-filled"></i>
|
|
35582
36338
|
<strong>rosette-filled</strong>
|
|
@@ -36144,6 +36900,15 @@
|
|
|
36144
36900
|
</div>
|
|
36145
36901
|
</div>
|
|
36146
36902
|
|
|
36903
|
+
<div class="tabler-icon">
|
|
36904
|
+
<i class="ti ti-scan-position"></i>
|
|
36905
|
+
<strong>scan-position</strong>
|
|
36906
|
+
<div class="tabler-icon-codes">
|
|
36907
|
+
<code>ti ti-scan-position</code><br>
|
|
36908
|
+
<code>\fdb7</code>
|
|
36909
|
+
</div>
|
|
36910
|
+
</div>
|
|
36911
|
+
|
|
36147
36912
|
<div class="tabler-icon">
|
|
36148
36913
|
<i class="ti ti-schema"></i>
|
|
36149
36914
|
<strong>schema</strong>
|
|
@@ -36378,6 +37143,15 @@
|
|
|
36378
37143
|
</div>
|
|
36379
37144
|
</div>
|
|
36380
37145
|
|
|
37146
|
+
<div class="tabler-icon">
|
|
37147
|
+
<i class="ti ti-section-filled"></i>
|
|
37148
|
+
<strong>section-filled</strong>
|
|
37149
|
+
<div class="tabler-icon-codes">
|
|
37150
|
+
<code>ti ti-section-filled</code><br>
|
|
37151
|
+
<code>\fdb8</code>
|
|
37152
|
+
</div>
|
|
37153
|
+
</div>
|
|
37154
|
+
|
|
36381
37155
|
<div class="tabler-icon">
|
|
36382
37156
|
<i class="ti ti-section-sign"></i>
|
|
36383
37157
|
<strong>section-sign</strong>
|
|
@@ -38043,15 +38817,6 @@
|
|
|
38043
38817
|
</div>
|
|
38044
38818
|
</div>
|
|
38045
38819
|
|
|
38046
|
-
<div class="tabler-icon">
|
|
38047
|
-
<i class="ti ti-sort-deacending-small-big"></i>
|
|
38048
|
-
<strong>sort-deacending-small-big</strong>
|
|
38049
|
-
<div class="tabler-icon-codes">
|
|
38050
|
-
<code>ti ti-sort-deacending-small-big</code><br>
|
|
38051
|
-
<code>\fd96</code>
|
|
38052
|
-
</div>
|
|
38053
|
-
</div>
|
|
38054
|
-
|
|
38055
38820
|
<div class="tabler-icon">
|
|
38056
38821
|
<i class="ti ti-sort-descending"></i>
|
|
38057
38822
|
<strong>sort-descending</strong>
|
|
@@ -38097,6 +38862,15 @@
|
|
|
38097
38862
|
</div>
|
|
38098
38863
|
</div>
|
|
38099
38864
|
|
|
38865
|
+
<div class="tabler-icon">
|
|
38866
|
+
<i class="ti ti-sort-descending-small-big"></i>
|
|
38867
|
+
<strong>sort-descending-small-big</strong>
|
|
38868
|
+
<div class="tabler-icon-codes">
|
|
38869
|
+
<code>ti ti-sort-descending-small-big</code><br>
|
|
38870
|
+
<code>\fd96</code>
|
|
38871
|
+
</div>
|
|
38872
|
+
</div>
|
|
38873
|
+
|
|
38100
38874
|
<div class="tabler-icon">
|
|
38101
38875
|
<i class="ti ti-sort-z-a"></i>
|
|
38102
38876
|
<strong>sort-z-a</strong>
|
|
@@ -38124,6 +38898,15 @@
|
|
|
38124
38898
|
</div>
|
|
38125
38899
|
</div>
|
|
38126
38900
|
|
|
38901
|
+
<div class="tabler-icon">
|
|
38902
|
+
<i class="ti ti-soup-filled"></i>
|
|
38903
|
+
<strong>soup-filled</strong>
|
|
38904
|
+
<div class="tabler-icon-codes">
|
|
38905
|
+
<code>ti ti-soup-filled</code><br>
|
|
38906
|
+
<code>\fdb9</code>
|
|
38907
|
+
</div>
|
|
38908
|
+
</div>
|
|
38909
|
+
|
|
38127
38910
|
<div class="tabler-icon">
|
|
38128
38911
|
<i class="ti ti-soup-off"></i>
|
|
38129
38912
|
<strong>soup-off</strong>
|
|
@@ -38925,6 +39708,15 @@
|
|
|
38925
39708
|
</div>
|
|
38926
39709
|
</div>
|
|
38927
39710
|
|
|
39711
|
+
<div class="tabler-icon">
|
|
39712
|
+
<i class="ti ti-square-letter-a-filled"></i>
|
|
39713
|
+
<strong>square-letter-a-filled</strong>
|
|
39714
|
+
<div class="tabler-icon-codes">
|
|
39715
|
+
<code>ti ti-square-letter-a-filled</code><br>
|
|
39716
|
+
<code>\fdba</code>
|
|
39717
|
+
</div>
|
|
39718
|
+
</div>
|
|
39719
|
+
|
|
38928
39720
|
<div class="tabler-icon">
|
|
38929
39721
|
<i class="ti ti-square-letter-b"></i>
|
|
38930
39722
|
<strong>square-letter-b</strong>
|
|
@@ -38934,6 +39726,15 @@
|
|
|
38934
39726
|
</div>
|
|
38935
39727
|
</div>
|
|
38936
39728
|
|
|
39729
|
+
<div class="tabler-icon">
|
|
39730
|
+
<i class="ti ti-square-letter-b-filled"></i>
|
|
39731
|
+
<strong>square-letter-b-filled</strong>
|
|
39732
|
+
<div class="tabler-icon-codes">
|
|
39733
|
+
<code>ti ti-square-letter-b-filled</code><br>
|
|
39734
|
+
<code>\fdbb</code>
|
|
39735
|
+
</div>
|
|
39736
|
+
</div>
|
|
39737
|
+
|
|
38937
39738
|
<div class="tabler-icon">
|
|
38938
39739
|
<i class="ti ti-square-letter-c"></i>
|
|
38939
39740
|
<strong>square-letter-c</strong>
|
|
@@ -38943,6 +39744,15 @@
|
|
|
38943
39744
|
</div>
|
|
38944
39745
|
</div>
|
|
38945
39746
|
|
|
39747
|
+
<div class="tabler-icon">
|
|
39748
|
+
<i class="ti ti-square-letter-c-filled"></i>
|
|
39749
|
+
<strong>square-letter-c-filled</strong>
|
|
39750
|
+
<div class="tabler-icon-codes">
|
|
39751
|
+
<code>ti ti-square-letter-c-filled</code><br>
|
|
39752
|
+
<code>\fdbc</code>
|
|
39753
|
+
</div>
|
|
39754
|
+
</div>
|
|
39755
|
+
|
|
38946
39756
|
<div class="tabler-icon">
|
|
38947
39757
|
<i class="ti ti-square-letter-d"></i>
|
|
38948
39758
|
<strong>square-letter-d</strong>
|
|
@@ -38952,6 +39762,15 @@
|
|
|
38952
39762
|
</div>
|
|
38953
39763
|
</div>
|
|
38954
39764
|
|
|
39765
|
+
<div class="tabler-icon">
|
|
39766
|
+
<i class="ti ti-square-letter-d-filled"></i>
|
|
39767
|
+
<strong>square-letter-d-filled</strong>
|
|
39768
|
+
<div class="tabler-icon-codes">
|
|
39769
|
+
<code>ti ti-square-letter-d-filled</code><br>
|
|
39770
|
+
<code>\fdbd</code>
|
|
39771
|
+
</div>
|
|
39772
|
+
</div>
|
|
39773
|
+
|
|
38955
39774
|
<div class="tabler-icon">
|
|
38956
39775
|
<i class="ti ti-square-letter-e"></i>
|
|
38957
39776
|
<strong>square-letter-e</strong>
|
|
@@ -38961,6 +39780,15 @@
|
|
|
38961
39780
|
</div>
|
|
38962
39781
|
</div>
|
|
38963
39782
|
|
|
39783
|
+
<div class="tabler-icon">
|
|
39784
|
+
<i class="ti ti-square-letter-e-filled"></i>
|
|
39785
|
+
<strong>square-letter-e-filled</strong>
|
|
39786
|
+
<div class="tabler-icon-codes">
|
|
39787
|
+
<code>ti ti-square-letter-e-filled</code><br>
|
|
39788
|
+
<code>\fdbe</code>
|
|
39789
|
+
</div>
|
|
39790
|
+
</div>
|
|
39791
|
+
|
|
38964
39792
|
<div class="tabler-icon">
|
|
38965
39793
|
<i class="ti ti-square-letter-f"></i>
|
|
38966
39794
|
<strong>square-letter-f</strong>
|
|
@@ -38970,6 +39798,15 @@
|
|
|
38970
39798
|
</div>
|
|
38971
39799
|
</div>
|
|
38972
39800
|
|
|
39801
|
+
<div class="tabler-icon">
|
|
39802
|
+
<i class="ti ti-square-letter-f-filled"></i>
|
|
39803
|
+
<strong>square-letter-f-filled</strong>
|
|
39804
|
+
<div class="tabler-icon-codes">
|
|
39805
|
+
<code>ti ti-square-letter-f-filled</code><br>
|
|
39806
|
+
<code>\fdbf</code>
|
|
39807
|
+
</div>
|
|
39808
|
+
</div>
|
|
39809
|
+
|
|
38973
39810
|
<div class="tabler-icon">
|
|
38974
39811
|
<i class="ti ti-square-letter-g"></i>
|
|
38975
39812
|
<strong>square-letter-g</strong>
|
|
@@ -38979,6 +39816,15 @@
|
|
|
38979
39816
|
</div>
|
|
38980
39817
|
</div>
|
|
38981
39818
|
|
|
39819
|
+
<div class="tabler-icon">
|
|
39820
|
+
<i class="ti ti-square-letter-g-filled"></i>
|
|
39821
|
+
<strong>square-letter-g-filled</strong>
|
|
39822
|
+
<div class="tabler-icon-codes">
|
|
39823
|
+
<code>ti ti-square-letter-g-filled</code><br>
|
|
39824
|
+
<code>\fdc0</code>
|
|
39825
|
+
</div>
|
|
39826
|
+
</div>
|
|
39827
|
+
|
|
38982
39828
|
<div class="tabler-icon">
|
|
38983
39829
|
<i class="ti ti-square-letter-h"></i>
|
|
38984
39830
|
<strong>square-letter-h</strong>
|
|
@@ -38988,6 +39834,15 @@
|
|
|
38988
39834
|
</div>
|
|
38989
39835
|
</div>
|
|
38990
39836
|
|
|
39837
|
+
<div class="tabler-icon">
|
|
39838
|
+
<i class="ti ti-square-letter-h-filled"></i>
|
|
39839
|
+
<strong>square-letter-h-filled</strong>
|
|
39840
|
+
<div class="tabler-icon-codes">
|
|
39841
|
+
<code>ti ti-square-letter-h-filled</code><br>
|
|
39842
|
+
<code>\fdc1</code>
|
|
39843
|
+
</div>
|
|
39844
|
+
</div>
|
|
39845
|
+
|
|
38991
39846
|
<div class="tabler-icon">
|
|
38992
39847
|
<i class="ti ti-square-letter-i"></i>
|
|
38993
39848
|
<strong>square-letter-i</strong>
|
|
@@ -38997,6 +39852,15 @@
|
|
|
38997
39852
|
</div>
|
|
38998
39853
|
</div>
|
|
38999
39854
|
|
|
39855
|
+
<div class="tabler-icon">
|
|
39856
|
+
<i class="ti ti-square-letter-i-filled"></i>
|
|
39857
|
+
<strong>square-letter-i-filled</strong>
|
|
39858
|
+
<div class="tabler-icon-codes">
|
|
39859
|
+
<code>ti ti-square-letter-i-filled</code><br>
|
|
39860
|
+
<code>\fdc2</code>
|
|
39861
|
+
</div>
|
|
39862
|
+
</div>
|
|
39863
|
+
|
|
39000
39864
|
<div class="tabler-icon">
|
|
39001
39865
|
<i class="ti ti-square-letter-j"></i>
|
|
39002
39866
|
<strong>square-letter-j</strong>
|
|
@@ -39006,6 +39870,15 @@
|
|
|
39006
39870
|
</div>
|
|
39007
39871
|
</div>
|
|
39008
39872
|
|
|
39873
|
+
<div class="tabler-icon">
|
|
39874
|
+
<i class="ti ti-square-letter-j-filled"></i>
|
|
39875
|
+
<strong>square-letter-j-filled</strong>
|
|
39876
|
+
<div class="tabler-icon-codes">
|
|
39877
|
+
<code>ti ti-square-letter-j-filled</code><br>
|
|
39878
|
+
<code>\fdc3</code>
|
|
39879
|
+
</div>
|
|
39880
|
+
</div>
|
|
39881
|
+
|
|
39009
39882
|
<div class="tabler-icon">
|
|
39010
39883
|
<i class="ti ti-square-letter-k"></i>
|
|
39011
39884
|
<strong>square-letter-k</strong>
|
|
@@ -39015,6 +39888,15 @@
|
|
|
39015
39888
|
</div>
|
|
39016
39889
|
</div>
|
|
39017
39890
|
|
|
39891
|
+
<div class="tabler-icon">
|
|
39892
|
+
<i class="ti ti-square-letter-k-filled"></i>
|
|
39893
|
+
<strong>square-letter-k-filled</strong>
|
|
39894
|
+
<div class="tabler-icon-codes">
|
|
39895
|
+
<code>ti ti-square-letter-k-filled</code><br>
|
|
39896
|
+
<code>\fdc4</code>
|
|
39897
|
+
</div>
|
|
39898
|
+
</div>
|
|
39899
|
+
|
|
39018
39900
|
<div class="tabler-icon">
|
|
39019
39901
|
<i class="ti ti-square-letter-l"></i>
|
|
39020
39902
|
<strong>square-letter-l</strong>
|
|
@@ -39024,6 +39906,15 @@
|
|
|
39024
39906
|
</div>
|
|
39025
39907
|
</div>
|
|
39026
39908
|
|
|
39909
|
+
<div class="tabler-icon">
|
|
39910
|
+
<i class="ti ti-square-letter-l-filled"></i>
|
|
39911
|
+
<strong>square-letter-l-filled</strong>
|
|
39912
|
+
<div class="tabler-icon-codes">
|
|
39913
|
+
<code>ti ti-square-letter-l-filled</code><br>
|
|
39914
|
+
<code>\fdc5</code>
|
|
39915
|
+
</div>
|
|
39916
|
+
</div>
|
|
39917
|
+
|
|
39027
39918
|
<div class="tabler-icon">
|
|
39028
39919
|
<i class="ti ti-square-letter-m"></i>
|
|
39029
39920
|
<strong>square-letter-m</strong>
|
|
@@ -39033,6 +39924,15 @@
|
|
|
39033
39924
|
</div>
|
|
39034
39925
|
</div>
|
|
39035
39926
|
|
|
39927
|
+
<div class="tabler-icon">
|
|
39928
|
+
<i class="ti ti-square-letter-m-filled"></i>
|
|
39929
|
+
<strong>square-letter-m-filled</strong>
|
|
39930
|
+
<div class="tabler-icon-codes">
|
|
39931
|
+
<code>ti ti-square-letter-m-filled</code><br>
|
|
39932
|
+
<code>\fdc6</code>
|
|
39933
|
+
</div>
|
|
39934
|
+
</div>
|
|
39935
|
+
|
|
39036
39936
|
<div class="tabler-icon">
|
|
39037
39937
|
<i class="ti ti-square-letter-n"></i>
|
|
39038
39938
|
<strong>square-letter-n</strong>
|
|
@@ -39042,6 +39942,15 @@
|
|
|
39042
39942
|
</div>
|
|
39043
39943
|
</div>
|
|
39044
39944
|
|
|
39945
|
+
<div class="tabler-icon">
|
|
39946
|
+
<i class="ti ti-square-letter-n-filled"></i>
|
|
39947
|
+
<strong>square-letter-n-filled</strong>
|
|
39948
|
+
<div class="tabler-icon-codes">
|
|
39949
|
+
<code>ti ti-square-letter-n-filled</code><br>
|
|
39950
|
+
<code>\fdc7</code>
|
|
39951
|
+
</div>
|
|
39952
|
+
</div>
|
|
39953
|
+
|
|
39045
39954
|
<div class="tabler-icon">
|
|
39046
39955
|
<i class="ti ti-square-letter-o"></i>
|
|
39047
39956
|
<strong>square-letter-o</strong>
|
|
@@ -39051,6 +39960,15 @@
|
|
|
39051
39960
|
</div>
|
|
39052
39961
|
</div>
|
|
39053
39962
|
|
|
39963
|
+
<div class="tabler-icon">
|
|
39964
|
+
<i class="ti ti-square-letter-o-filled"></i>
|
|
39965
|
+
<strong>square-letter-o-filled</strong>
|
|
39966
|
+
<div class="tabler-icon-codes">
|
|
39967
|
+
<code>ti ti-square-letter-o-filled</code><br>
|
|
39968
|
+
<code>\fdc8</code>
|
|
39969
|
+
</div>
|
|
39970
|
+
</div>
|
|
39971
|
+
|
|
39054
39972
|
<div class="tabler-icon">
|
|
39055
39973
|
<i class="ti ti-square-letter-p"></i>
|
|
39056
39974
|
<strong>square-letter-p</strong>
|
|
@@ -39060,6 +39978,15 @@
|
|
|
39060
39978
|
</div>
|
|
39061
39979
|
</div>
|
|
39062
39980
|
|
|
39981
|
+
<div class="tabler-icon">
|
|
39982
|
+
<i class="ti ti-square-letter-p-filled"></i>
|
|
39983
|
+
<strong>square-letter-p-filled</strong>
|
|
39984
|
+
<div class="tabler-icon-codes">
|
|
39985
|
+
<code>ti ti-square-letter-p-filled</code><br>
|
|
39986
|
+
<code>\fdc9</code>
|
|
39987
|
+
</div>
|
|
39988
|
+
</div>
|
|
39989
|
+
|
|
39063
39990
|
<div class="tabler-icon">
|
|
39064
39991
|
<i class="ti ti-square-letter-q"></i>
|
|
39065
39992
|
<strong>square-letter-q</strong>
|
|
@@ -39069,6 +39996,15 @@
|
|
|
39069
39996
|
</div>
|
|
39070
39997
|
</div>
|
|
39071
39998
|
|
|
39999
|
+
<div class="tabler-icon">
|
|
40000
|
+
<i class="ti ti-square-letter-q-filled"></i>
|
|
40001
|
+
<strong>square-letter-q-filled</strong>
|
|
40002
|
+
<div class="tabler-icon-codes">
|
|
40003
|
+
<code>ti ti-square-letter-q-filled</code><br>
|
|
40004
|
+
<code>\fdca</code>
|
|
40005
|
+
</div>
|
|
40006
|
+
</div>
|
|
40007
|
+
|
|
39072
40008
|
<div class="tabler-icon">
|
|
39073
40009
|
<i class="ti ti-square-letter-r"></i>
|
|
39074
40010
|
<strong>square-letter-r</strong>
|
|
@@ -39078,6 +40014,15 @@
|
|
|
39078
40014
|
</div>
|
|
39079
40015
|
</div>
|
|
39080
40016
|
|
|
40017
|
+
<div class="tabler-icon">
|
|
40018
|
+
<i class="ti ti-square-letter-r-filled"></i>
|
|
40019
|
+
<strong>square-letter-r-filled</strong>
|
|
40020
|
+
<div class="tabler-icon-codes">
|
|
40021
|
+
<code>ti ti-square-letter-r-filled</code><br>
|
|
40022
|
+
<code>\fdcb</code>
|
|
40023
|
+
</div>
|
|
40024
|
+
</div>
|
|
40025
|
+
|
|
39081
40026
|
<div class="tabler-icon">
|
|
39082
40027
|
<i class="ti ti-square-letter-s"></i>
|
|
39083
40028
|
<strong>square-letter-s</strong>
|
|
@@ -39087,6 +40032,15 @@
|
|
|
39087
40032
|
</div>
|
|
39088
40033
|
</div>
|
|
39089
40034
|
|
|
40035
|
+
<div class="tabler-icon">
|
|
40036
|
+
<i class="ti ti-square-letter-s-filled"></i>
|
|
40037
|
+
<strong>square-letter-s-filled</strong>
|
|
40038
|
+
<div class="tabler-icon-codes">
|
|
40039
|
+
<code>ti ti-square-letter-s-filled</code><br>
|
|
40040
|
+
<code>\fdcc</code>
|
|
40041
|
+
</div>
|
|
40042
|
+
</div>
|
|
40043
|
+
|
|
39090
40044
|
<div class="tabler-icon">
|
|
39091
40045
|
<i class="ti ti-square-letter-t"></i>
|
|
39092
40046
|
<strong>square-letter-t</strong>
|
|
@@ -39096,6 +40050,15 @@
|
|
|
39096
40050
|
</div>
|
|
39097
40051
|
</div>
|
|
39098
40052
|
|
|
40053
|
+
<div class="tabler-icon">
|
|
40054
|
+
<i class="ti ti-square-letter-t-filled"></i>
|
|
40055
|
+
<strong>square-letter-t-filled</strong>
|
|
40056
|
+
<div class="tabler-icon-codes">
|
|
40057
|
+
<code>ti ti-square-letter-t-filled</code><br>
|
|
40058
|
+
<code>\fdcd</code>
|
|
40059
|
+
</div>
|
|
40060
|
+
</div>
|
|
40061
|
+
|
|
39099
40062
|
<div class="tabler-icon">
|
|
39100
40063
|
<i class="ti ti-square-letter-u"></i>
|
|
39101
40064
|
<strong>square-letter-u</strong>
|
|
@@ -39105,6 +40068,15 @@
|
|
|
39105
40068
|
</div>
|
|
39106
40069
|
</div>
|
|
39107
40070
|
|
|
40071
|
+
<div class="tabler-icon">
|
|
40072
|
+
<i class="ti ti-square-letter-u-filled"></i>
|
|
40073
|
+
<strong>square-letter-u-filled</strong>
|
|
40074
|
+
<div class="tabler-icon-codes">
|
|
40075
|
+
<code>ti ti-square-letter-u-filled</code><br>
|
|
40076
|
+
<code>\fdce</code>
|
|
40077
|
+
</div>
|
|
40078
|
+
</div>
|
|
40079
|
+
|
|
39108
40080
|
<div class="tabler-icon">
|
|
39109
40081
|
<i class="ti ti-square-letter-v"></i>
|
|
39110
40082
|
<strong>square-letter-v</strong>
|
|
@@ -39114,6 +40086,15 @@
|
|
|
39114
40086
|
</div>
|
|
39115
40087
|
</div>
|
|
39116
40088
|
|
|
40089
|
+
<div class="tabler-icon">
|
|
40090
|
+
<i class="ti ti-square-letter-v-filled"></i>
|
|
40091
|
+
<strong>square-letter-v-filled</strong>
|
|
40092
|
+
<div class="tabler-icon-codes">
|
|
40093
|
+
<code>ti ti-square-letter-v-filled</code><br>
|
|
40094
|
+
<code>\fdcf</code>
|
|
40095
|
+
</div>
|
|
40096
|
+
</div>
|
|
40097
|
+
|
|
39117
40098
|
<div class="tabler-icon">
|
|
39118
40099
|
<i class="ti ti-square-letter-w"></i>
|
|
39119
40100
|
<strong>square-letter-w</strong>
|
|
@@ -39123,6 +40104,15 @@
|
|
|
39123
40104
|
</div>
|
|
39124
40105
|
</div>
|
|
39125
40106
|
|
|
40107
|
+
<div class="tabler-icon">
|
|
40108
|
+
<i class="ti ti-square-letter-w-filled"></i>
|
|
40109
|
+
<strong>square-letter-w-filled</strong>
|
|
40110
|
+
<div class="tabler-icon-codes">
|
|
40111
|
+
<code>ti ti-square-letter-w-filled</code><br>
|
|
40112
|
+
<code>\fdd0</code>
|
|
40113
|
+
</div>
|
|
40114
|
+
</div>
|
|
40115
|
+
|
|
39126
40116
|
<div class="tabler-icon">
|
|
39127
40117
|
<i class="ti ti-square-letter-x"></i>
|
|
39128
40118
|
<strong>square-letter-x</strong>
|
|
@@ -39132,6 +40122,15 @@
|
|
|
39132
40122
|
</div>
|
|
39133
40123
|
</div>
|
|
39134
40124
|
|
|
40125
|
+
<div class="tabler-icon">
|
|
40126
|
+
<i class="ti ti-square-letter-x-filled"></i>
|
|
40127
|
+
<strong>square-letter-x-filled</strong>
|
|
40128
|
+
<div class="tabler-icon-codes">
|
|
40129
|
+
<code>ti ti-square-letter-x-filled</code><br>
|
|
40130
|
+
<code>\fdd1</code>
|
|
40131
|
+
</div>
|
|
40132
|
+
</div>
|
|
40133
|
+
|
|
39135
40134
|
<div class="tabler-icon">
|
|
39136
40135
|
<i class="ti ti-square-letter-y"></i>
|
|
39137
40136
|
<strong>square-letter-y</strong>
|
|
@@ -39141,6 +40140,15 @@
|
|
|
39141
40140
|
</div>
|
|
39142
40141
|
</div>
|
|
39143
40142
|
|
|
40143
|
+
<div class="tabler-icon">
|
|
40144
|
+
<i class="ti ti-square-letter-y-filled"></i>
|
|
40145
|
+
<strong>square-letter-y-filled</strong>
|
|
40146
|
+
<div class="tabler-icon-codes">
|
|
40147
|
+
<code>ti ti-square-letter-y-filled</code><br>
|
|
40148
|
+
<code>\fdd2</code>
|
|
40149
|
+
</div>
|
|
40150
|
+
</div>
|
|
40151
|
+
|
|
39144
40152
|
<div class="tabler-icon">
|
|
39145
40153
|
<i class="ti ti-square-letter-z"></i>
|
|
39146
40154
|
<strong>square-letter-z</strong>
|
|
@@ -39150,6 +40158,15 @@
|
|
|
39150
40158
|
</div>
|
|
39151
40159
|
</div>
|
|
39152
40160
|
|
|
40161
|
+
<div class="tabler-icon">
|
|
40162
|
+
<i class="ti ti-square-letter-z-filled"></i>
|
|
40163
|
+
<strong>square-letter-z-filled</strong>
|
|
40164
|
+
<div class="tabler-icon-codes">
|
|
40165
|
+
<code>ti ti-square-letter-z-filled</code><br>
|
|
40166
|
+
<code>\fdd3</code>
|
|
40167
|
+
</div>
|
|
40168
|
+
</div>
|
|
40169
|
+
|
|
39153
40170
|
<div class="tabler-icon">
|
|
39154
40171
|
<i class="ti ti-square-minus"></i>
|
|
39155
40172
|
<strong>square-minus</strong>
|
|
@@ -39618,6 +40635,15 @@
|
|
|
39618
40635
|
</div>
|
|
39619
40636
|
</div>
|
|
39620
40637
|
|
|
40638
|
+
<div class="tabler-icon">
|
|
40639
|
+
<i class="ti ti-square-rounded-letter-a-filled"></i>
|
|
40640
|
+
<strong>square-rounded-letter-a-filled</strong>
|
|
40641
|
+
<div class="tabler-icon-codes">
|
|
40642
|
+
<code>ti ti-square-rounded-letter-a-filled</code><br>
|
|
40643
|
+
<code>\fdd4</code>
|
|
40644
|
+
</div>
|
|
40645
|
+
</div>
|
|
40646
|
+
|
|
39621
40647
|
<div class="tabler-icon">
|
|
39622
40648
|
<i class="ti ti-square-rounded-letter-b"></i>
|
|
39623
40649
|
<strong>square-rounded-letter-b</strong>
|
|
@@ -39627,6 +40653,15 @@
|
|
|
39627
40653
|
</div>
|
|
39628
40654
|
</div>
|
|
39629
40655
|
|
|
40656
|
+
<div class="tabler-icon">
|
|
40657
|
+
<i class="ti ti-square-rounded-letter-b-filled"></i>
|
|
40658
|
+
<strong>square-rounded-letter-b-filled</strong>
|
|
40659
|
+
<div class="tabler-icon-codes">
|
|
40660
|
+
<code>ti ti-square-rounded-letter-b-filled</code><br>
|
|
40661
|
+
<code>\fdd5</code>
|
|
40662
|
+
</div>
|
|
40663
|
+
</div>
|
|
40664
|
+
|
|
39630
40665
|
<div class="tabler-icon">
|
|
39631
40666
|
<i class="ti ti-square-rounded-letter-c"></i>
|
|
39632
40667
|
<strong>square-rounded-letter-c</strong>
|
|
@@ -39636,6 +40671,15 @@
|
|
|
39636
40671
|
</div>
|
|
39637
40672
|
</div>
|
|
39638
40673
|
|
|
40674
|
+
<div class="tabler-icon">
|
|
40675
|
+
<i class="ti ti-square-rounded-letter-c-filled"></i>
|
|
40676
|
+
<strong>square-rounded-letter-c-filled</strong>
|
|
40677
|
+
<div class="tabler-icon-codes">
|
|
40678
|
+
<code>ti ti-square-rounded-letter-c-filled</code><br>
|
|
40679
|
+
<code>\fdd6</code>
|
|
40680
|
+
</div>
|
|
40681
|
+
</div>
|
|
40682
|
+
|
|
39639
40683
|
<div class="tabler-icon">
|
|
39640
40684
|
<i class="ti ti-square-rounded-letter-d"></i>
|
|
39641
40685
|
<strong>square-rounded-letter-d</strong>
|
|
@@ -39645,6 +40689,15 @@
|
|
|
39645
40689
|
</div>
|
|
39646
40690
|
</div>
|
|
39647
40691
|
|
|
40692
|
+
<div class="tabler-icon">
|
|
40693
|
+
<i class="ti ti-square-rounded-letter-d-filled"></i>
|
|
40694
|
+
<strong>square-rounded-letter-d-filled</strong>
|
|
40695
|
+
<div class="tabler-icon-codes">
|
|
40696
|
+
<code>ti ti-square-rounded-letter-d-filled</code><br>
|
|
40697
|
+
<code>\fdd7</code>
|
|
40698
|
+
</div>
|
|
40699
|
+
</div>
|
|
40700
|
+
|
|
39648
40701
|
<div class="tabler-icon">
|
|
39649
40702
|
<i class="ti ti-square-rounded-letter-e"></i>
|
|
39650
40703
|
<strong>square-rounded-letter-e</strong>
|
|
@@ -39654,6 +40707,15 @@
|
|
|
39654
40707
|
</div>
|
|
39655
40708
|
</div>
|
|
39656
40709
|
|
|
40710
|
+
<div class="tabler-icon">
|
|
40711
|
+
<i class="ti ti-square-rounded-letter-e-filled"></i>
|
|
40712
|
+
<strong>square-rounded-letter-e-filled</strong>
|
|
40713
|
+
<div class="tabler-icon-codes">
|
|
40714
|
+
<code>ti ti-square-rounded-letter-e-filled</code><br>
|
|
40715
|
+
<code>\fdd8</code>
|
|
40716
|
+
</div>
|
|
40717
|
+
</div>
|
|
40718
|
+
|
|
39657
40719
|
<div class="tabler-icon">
|
|
39658
40720
|
<i class="ti ti-square-rounded-letter-f"></i>
|
|
39659
40721
|
<strong>square-rounded-letter-f</strong>
|
|
@@ -39663,6 +40725,15 @@
|
|
|
39663
40725
|
</div>
|
|
39664
40726
|
</div>
|
|
39665
40727
|
|
|
40728
|
+
<div class="tabler-icon">
|
|
40729
|
+
<i class="ti ti-square-rounded-letter-f-filled"></i>
|
|
40730
|
+
<strong>square-rounded-letter-f-filled</strong>
|
|
40731
|
+
<div class="tabler-icon-codes">
|
|
40732
|
+
<code>ti ti-square-rounded-letter-f-filled</code><br>
|
|
40733
|
+
<code>\fdd9</code>
|
|
40734
|
+
</div>
|
|
40735
|
+
</div>
|
|
40736
|
+
|
|
39666
40737
|
<div class="tabler-icon">
|
|
39667
40738
|
<i class="ti ti-square-rounded-letter-g"></i>
|
|
39668
40739
|
<strong>square-rounded-letter-g</strong>
|
|
@@ -39672,6 +40743,15 @@
|
|
|
39672
40743
|
</div>
|
|
39673
40744
|
</div>
|
|
39674
40745
|
|
|
40746
|
+
<div class="tabler-icon">
|
|
40747
|
+
<i class="ti ti-square-rounded-letter-g-filled"></i>
|
|
40748
|
+
<strong>square-rounded-letter-g-filled</strong>
|
|
40749
|
+
<div class="tabler-icon-codes">
|
|
40750
|
+
<code>ti ti-square-rounded-letter-g-filled</code><br>
|
|
40751
|
+
<code>\fdda</code>
|
|
40752
|
+
</div>
|
|
40753
|
+
</div>
|
|
40754
|
+
|
|
39675
40755
|
<div class="tabler-icon">
|
|
39676
40756
|
<i class="ti ti-square-rounded-letter-h"></i>
|
|
39677
40757
|
<strong>square-rounded-letter-h</strong>
|
|
@@ -39681,6 +40761,15 @@
|
|
|
39681
40761
|
</div>
|
|
39682
40762
|
</div>
|
|
39683
40763
|
|
|
40764
|
+
<div class="tabler-icon">
|
|
40765
|
+
<i class="ti ti-square-rounded-letter-h-filled"></i>
|
|
40766
|
+
<strong>square-rounded-letter-h-filled</strong>
|
|
40767
|
+
<div class="tabler-icon-codes">
|
|
40768
|
+
<code>ti ti-square-rounded-letter-h-filled</code><br>
|
|
40769
|
+
<code>\fddb</code>
|
|
40770
|
+
</div>
|
|
40771
|
+
</div>
|
|
40772
|
+
|
|
39684
40773
|
<div class="tabler-icon">
|
|
39685
40774
|
<i class="ti ti-square-rounded-letter-i"></i>
|
|
39686
40775
|
<strong>square-rounded-letter-i</strong>
|
|
@@ -39690,6 +40779,15 @@
|
|
|
39690
40779
|
</div>
|
|
39691
40780
|
</div>
|
|
39692
40781
|
|
|
40782
|
+
<div class="tabler-icon">
|
|
40783
|
+
<i class="ti ti-square-rounded-letter-i-filled"></i>
|
|
40784
|
+
<strong>square-rounded-letter-i-filled</strong>
|
|
40785
|
+
<div class="tabler-icon-codes">
|
|
40786
|
+
<code>ti ti-square-rounded-letter-i-filled</code><br>
|
|
40787
|
+
<code>\fddc</code>
|
|
40788
|
+
</div>
|
|
40789
|
+
</div>
|
|
40790
|
+
|
|
39693
40791
|
<div class="tabler-icon">
|
|
39694
40792
|
<i class="ti ti-square-rounded-letter-j"></i>
|
|
39695
40793
|
<strong>square-rounded-letter-j</strong>
|
|
@@ -39699,6 +40797,15 @@
|
|
|
39699
40797
|
</div>
|
|
39700
40798
|
</div>
|
|
39701
40799
|
|
|
40800
|
+
<div class="tabler-icon">
|
|
40801
|
+
<i class="ti ti-square-rounded-letter-j-filled"></i>
|
|
40802
|
+
<strong>square-rounded-letter-j-filled</strong>
|
|
40803
|
+
<div class="tabler-icon-codes">
|
|
40804
|
+
<code>ti ti-square-rounded-letter-j-filled</code><br>
|
|
40805
|
+
<code>\fddd</code>
|
|
40806
|
+
</div>
|
|
40807
|
+
</div>
|
|
40808
|
+
|
|
39702
40809
|
<div class="tabler-icon">
|
|
39703
40810
|
<i class="ti ti-square-rounded-letter-k"></i>
|
|
39704
40811
|
<strong>square-rounded-letter-k</strong>
|
|
@@ -39708,6 +40815,15 @@
|
|
|
39708
40815
|
</div>
|
|
39709
40816
|
</div>
|
|
39710
40817
|
|
|
40818
|
+
<div class="tabler-icon">
|
|
40819
|
+
<i class="ti ti-square-rounded-letter-k-filled"></i>
|
|
40820
|
+
<strong>square-rounded-letter-k-filled</strong>
|
|
40821
|
+
<div class="tabler-icon-codes">
|
|
40822
|
+
<code>ti ti-square-rounded-letter-k-filled</code><br>
|
|
40823
|
+
<code>\fdde</code>
|
|
40824
|
+
</div>
|
|
40825
|
+
</div>
|
|
40826
|
+
|
|
39711
40827
|
<div class="tabler-icon">
|
|
39712
40828
|
<i class="ti ti-square-rounded-letter-l"></i>
|
|
39713
40829
|
<strong>square-rounded-letter-l</strong>
|
|
@@ -39717,6 +40833,15 @@
|
|
|
39717
40833
|
</div>
|
|
39718
40834
|
</div>
|
|
39719
40835
|
|
|
40836
|
+
<div class="tabler-icon">
|
|
40837
|
+
<i class="ti ti-square-rounded-letter-l-filled"></i>
|
|
40838
|
+
<strong>square-rounded-letter-l-filled</strong>
|
|
40839
|
+
<div class="tabler-icon-codes">
|
|
40840
|
+
<code>ti ti-square-rounded-letter-l-filled</code><br>
|
|
40841
|
+
<code>\fddf</code>
|
|
40842
|
+
</div>
|
|
40843
|
+
</div>
|
|
40844
|
+
|
|
39720
40845
|
<div class="tabler-icon">
|
|
39721
40846
|
<i class="ti ti-square-rounded-letter-m"></i>
|
|
39722
40847
|
<strong>square-rounded-letter-m</strong>
|
|
@@ -39726,6 +40851,15 @@
|
|
|
39726
40851
|
</div>
|
|
39727
40852
|
</div>
|
|
39728
40853
|
|
|
40854
|
+
<div class="tabler-icon">
|
|
40855
|
+
<i class="ti ti-square-rounded-letter-m-filled"></i>
|
|
40856
|
+
<strong>square-rounded-letter-m-filled</strong>
|
|
40857
|
+
<div class="tabler-icon-codes">
|
|
40858
|
+
<code>ti ti-square-rounded-letter-m-filled</code><br>
|
|
40859
|
+
<code>\fde0</code>
|
|
40860
|
+
</div>
|
|
40861
|
+
</div>
|
|
40862
|
+
|
|
39729
40863
|
<div class="tabler-icon">
|
|
39730
40864
|
<i class="ti ti-square-rounded-letter-n"></i>
|
|
39731
40865
|
<strong>square-rounded-letter-n</strong>
|
|
@@ -39735,6 +40869,15 @@
|
|
|
39735
40869
|
</div>
|
|
39736
40870
|
</div>
|
|
39737
40871
|
|
|
40872
|
+
<div class="tabler-icon">
|
|
40873
|
+
<i class="ti ti-square-rounded-letter-n-filled"></i>
|
|
40874
|
+
<strong>square-rounded-letter-n-filled</strong>
|
|
40875
|
+
<div class="tabler-icon-codes">
|
|
40876
|
+
<code>ti ti-square-rounded-letter-n-filled</code><br>
|
|
40877
|
+
<code>\fde1</code>
|
|
40878
|
+
</div>
|
|
40879
|
+
</div>
|
|
40880
|
+
|
|
39738
40881
|
<div class="tabler-icon">
|
|
39739
40882
|
<i class="ti ti-square-rounded-letter-o"></i>
|
|
39740
40883
|
<strong>square-rounded-letter-o</strong>
|
|
@@ -39744,6 +40887,15 @@
|
|
|
39744
40887
|
</div>
|
|
39745
40888
|
</div>
|
|
39746
40889
|
|
|
40890
|
+
<div class="tabler-icon">
|
|
40891
|
+
<i class="ti ti-square-rounded-letter-o-filled"></i>
|
|
40892
|
+
<strong>square-rounded-letter-o-filled</strong>
|
|
40893
|
+
<div class="tabler-icon-codes">
|
|
40894
|
+
<code>ti ti-square-rounded-letter-o-filled</code><br>
|
|
40895
|
+
<code>\fde2</code>
|
|
40896
|
+
</div>
|
|
40897
|
+
</div>
|
|
40898
|
+
|
|
39747
40899
|
<div class="tabler-icon">
|
|
39748
40900
|
<i class="ti ti-square-rounded-letter-p"></i>
|
|
39749
40901
|
<strong>square-rounded-letter-p</strong>
|
|
@@ -39753,6 +40905,15 @@
|
|
|
39753
40905
|
</div>
|
|
39754
40906
|
</div>
|
|
39755
40907
|
|
|
40908
|
+
<div class="tabler-icon">
|
|
40909
|
+
<i class="ti ti-square-rounded-letter-p-filled"></i>
|
|
40910
|
+
<strong>square-rounded-letter-p-filled</strong>
|
|
40911
|
+
<div class="tabler-icon-codes">
|
|
40912
|
+
<code>ti ti-square-rounded-letter-p-filled</code><br>
|
|
40913
|
+
<code>\fde3</code>
|
|
40914
|
+
</div>
|
|
40915
|
+
</div>
|
|
40916
|
+
|
|
39756
40917
|
<div class="tabler-icon">
|
|
39757
40918
|
<i class="ti ti-square-rounded-letter-q"></i>
|
|
39758
40919
|
<strong>square-rounded-letter-q</strong>
|
|
@@ -39762,6 +40923,15 @@
|
|
|
39762
40923
|
</div>
|
|
39763
40924
|
</div>
|
|
39764
40925
|
|
|
40926
|
+
<div class="tabler-icon">
|
|
40927
|
+
<i class="ti ti-square-rounded-letter-q-filled"></i>
|
|
40928
|
+
<strong>square-rounded-letter-q-filled</strong>
|
|
40929
|
+
<div class="tabler-icon-codes">
|
|
40930
|
+
<code>ti ti-square-rounded-letter-q-filled</code><br>
|
|
40931
|
+
<code>\fde4</code>
|
|
40932
|
+
</div>
|
|
40933
|
+
</div>
|
|
40934
|
+
|
|
39765
40935
|
<div class="tabler-icon">
|
|
39766
40936
|
<i class="ti ti-square-rounded-letter-r"></i>
|
|
39767
40937
|
<strong>square-rounded-letter-r</strong>
|
|
@@ -39771,6 +40941,15 @@
|
|
|
39771
40941
|
</div>
|
|
39772
40942
|
</div>
|
|
39773
40943
|
|
|
40944
|
+
<div class="tabler-icon">
|
|
40945
|
+
<i class="ti ti-square-rounded-letter-r-filled"></i>
|
|
40946
|
+
<strong>square-rounded-letter-r-filled</strong>
|
|
40947
|
+
<div class="tabler-icon-codes">
|
|
40948
|
+
<code>ti ti-square-rounded-letter-r-filled</code><br>
|
|
40949
|
+
<code>\fde5</code>
|
|
40950
|
+
</div>
|
|
40951
|
+
</div>
|
|
40952
|
+
|
|
39774
40953
|
<div class="tabler-icon">
|
|
39775
40954
|
<i class="ti ti-square-rounded-letter-s"></i>
|
|
39776
40955
|
<strong>square-rounded-letter-s</strong>
|
|
@@ -39780,6 +40959,15 @@
|
|
|
39780
40959
|
</div>
|
|
39781
40960
|
</div>
|
|
39782
40961
|
|
|
40962
|
+
<div class="tabler-icon">
|
|
40963
|
+
<i class="ti ti-square-rounded-letter-s-filled"></i>
|
|
40964
|
+
<strong>square-rounded-letter-s-filled</strong>
|
|
40965
|
+
<div class="tabler-icon-codes">
|
|
40966
|
+
<code>ti ti-square-rounded-letter-s-filled</code><br>
|
|
40967
|
+
<code>\fde6</code>
|
|
40968
|
+
</div>
|
|
40969
|
+
</div>
|
|
40970
|
+
|
|
39783
40971
|
<div class="tabler-icon">
|
|
39784
40972
|
<i class="ti ti-square-rounded-letter-t"></i>
|
|
39785
40973
|
<strong>square-rounded-letter-t</strong>
|
|
@@ -39789,6 +40977,15 @@
|
|
|
39789
40977
|
</div>
|
|
39790
40978
|
</div>
|
|
39791
40979
|
|
|
40980
|
+
<div class="tabler-icon">
|
|
40981
|
+
<i class="ti ti-square-rounded-letter-t-filled"></i>
|
|
40982
|
+
<strong>square-rounded-letter-t-filled</strong>
|
|
40983
|
+
<div class="tabler-icon-codes">
|
|
40984
|
+
<code>ti ti-square-rounded-letter-t-filled</code><br>
|
|
40985
|
+
<code>\fde7</code>
|
|
40986
|
+
</div>
|
|
40987
|
+
</div>
|
|
40988
|
+
|
|
39792
40989
|
<div class="tabler-icon">
|
|
39793
40990
|
<i class="ti ti-square-rounded-letter-u"></i>
|
|
39794
40991
|
<strong>square-rounded-letter-u</strong>
|
|
@@ -39798,6 +40995,15 @@
|
|
|
39798
40995
|
</div>
|
|
39799
40996
|
</div>
|
|
39800
40997
|
|
|
40998
|
+
<div class="tabler-icon">
|
|
40999
|
+
<i class="ti ti-square-rounded-letter-u-filled"></i>
|
|
41000
|
+
<strong>square-rounded-letter-u-filled</strong>
|
|
41001
|
+
<div class="tabler-icon-codes">
|
|
41002
|
+
<code>ti ti-square-rounded-letter-u-filled</code><br>
|
|
41003
|
+
<code>\fde8</code>
|
|
41004
|
+
</div>
|
|
41005
|
+
</div>
|
|
41006
|
+
|
|
39801
41007
|
<div class="tabler-icon">
|
|
39802
41008
|
<i class="ti ti-square-rounded-letter-v"></i>
|
|
39803
41009
|
<strong>square-rounded-letter-v</strong>
|
|
@@ -39807,6 +41013,15 @@
|
|
|
39807
41013
|
</div>
|
|
39808
41014
|
</div>
|
|
39809
41015
|
|
|
41016
|
+
<div class="tabler-icon">
|
|
41017
|
+
<i class="ti ti-square-rounded-letter-v-filled"></i>
|
|
41018
|
+
<strong>square-rounded-letter-v-filled</strong>
|
|
41019
|
+
<div class="tabler-icon-codes">
|
|
41020
|
+
<code>ti ti-square-rounded-letter-v-filled</code><br>
|
|
41021
|
+
<code>\fde9</code>
|
|
41022
|
+
</div>
|
|
41023
|
+
</div>
|
|
41024
|
+
|
|
39810
41025
|
<div class="tabler-icon">
|
|
39811
41026
|
<i class="ti ti-square-rounded-letter-w"></i>
|
|
39812
41027
|
<strong>square-rounded-letter-w</strong>
|
|
@@ -39816,6 +41031,15 @@
|
|
|
39816
41031
|
</div>
|
|
39817
41032
|
</div>
|
|
39818
41033
|
|
|
41034
|
+
<div class="tabler-icon">
|
|
41035
|
+
<i class="ti ti-square-rounded-letter-w-filled"></i>
|
|
41036
|
+
<strong>square-rounded-letter-w-filled</strong>
|
|
41037
|
+
<div class="tabler-icon-codes">
|
|
41038
|
+
<code>ti ti-square-rounded-letter-w-filled</code><br>
|
|
41039
|
+
<code>\fdea</code>
|
|
41040
|
+
</div>
|
|
41041
|
+
</div>
|
|
41042
|
+
|
|
39819
41043
|
<div class="tabler-icon">
|
|
39820
41044
|
<i class="ti ti-square-rounded-letter-x"></i>
|
|
39821
41045
|
<strong>square-rounded-letter-x</strong>
|
|
@@ -39825,6 +41049,15 @@
|
|
|
39825
41049
|
</div>
|
|
39826
41050
|
</div>
|
|
39827
41051
|
|
|
41052
|
+
<div class="tabler-icon">
|
|
41053
|
+
<i class="ti ti-square-rounded-letter-x-filled"></i>
|
|
41054
|
+
<strong>square-rounded-letter-x-filled</strong>
|
|
41055
|
+
<div class="tabler-icon-codes">
|
|
41056
|
+
<code>ti ti-square-rounded-letter-x-filled</code><br>
|
|
41057
|
+
<code>\fdeb</code>
|
|
41058
|
+
</div>
|
|
41059
|
+
</div>
|
|
41060
|
+
|
|
39828
41061
|
<div class="tabler-icon">
|
|
39829
41062
|
<i class="ti ti-square-rounded-letter-y"></i>
|
|
39830
41063
|
<strong>square-rounded-letter-y</strong>
|
|
@@ -39834,6 +41067,15 @@
|
|
|
39834
41067
|
</div>
|
|
39835
41068
|
</div>
|
|
39836
41069
|
|
|
41070
|
+
<div class="tabler-icon">
|
|
41071
|
+
<i class="ti ti-square-rounded-letter-y-filled"></i>
|
|
41072
|
+
<strong>square-rounded-letter-y-filled</strong>
|
|
41073
|
+
<div class="tabler-icon-codes">
|
|
41074
|
+
<code>ti ti-square-rounded-letter-y-filled</code><br>
|
|
41075
|
+
<code>\fdec</code>
|
|
41076
|
+
</div>
|
|
41077
|
+
</div>
|
|
41078
|
+
|
|
39837
41079
|
<div class="tabler-icon">
|
|
39838
41080
|
<i class="ti ti-square-rounded-letter-z"></i>
|
|
39839
41081
|
<strong>square-rounded-letter-z</strong>
|
|
@@ -39843,6 +41085,15 @@
|
|
|
39843
41085
|
</div>
|
|
39844
41086
|
</div>
|
|
39845
41087
|
|
|
41088
|
+
<div class="tabler-icon">
|
|
41089
|
+
<i class="ti ti-square-rounded-letter-z-filled"></i>
|
|
41090
|
+
<strong>square-rounded-letter-z-filled</strong>
|
|
41091
|
+
<div class="tabler-icon-codes">
|
|
41092
|
+
<code>ti ti-square-rounded-letter-z-filled</code><br>
|
|
41093
|
+
<code>\fded</code>
|
|
41094
|
+
</div>
|
|
41095
|
+
</div>
|
|
41096
|
+
|
|
39846
41097
|
<div class="tabler-icon">
|
|
39847
41098
|
<i class="ti ti-square-rounded-minus"></i>
|
|
39848
41099
|
<strong>square-rounded-minus</strong>
|
|
@@ -40176,6 +41427,15 @@
|
|
|
40176
41427
|
</div>
|
|
40177
41428
|
</div>
|
|
40178
41429
|
|
|
41430
|
+
<div class="tabler-icon">
|
|
41431
|
+
<i class="ti ti-stack-2-filled"></i>
|
|
41432
|
+
<strong>stack-2-filled</strong>
|
|
41433
|
+
<div class="tabler-icon-codes">
|
|
41434
|
+
<code>ti ti-stack-2-filled</code><br>
|
|
41435
|
+
<code>\fdee</code>
|
|
41436
|
+
</div>
|
|
41437
|
+
</div>
|
|
41438
|
+
|
|
40179
41439
|
<div class="tabler-icon">
|
|
40180
41440
|
<i class="ti ti-stack-3"></i>
|
|
40181
41441
|
<strong>stack-3</strong>
|
|
@@ -40185,6 +41445,15 @@
|
|
|
40185
41445
|
</div>
|
|
40186
41446
|
</div>
|
|
40187
41447
|
|
|
41448
|
+
<div class="tabler-icon">
|
|
41449
|
+
<i class="ti ti-stack-3-filled"></i>
|
|
41450
|
+
<strong>stack-3-filled</strong>
|
|
41451
|
+
<div class="tabler-icon-codes">
|
|
41452
|
+
<code>ti ti-stack-3-filled</code><br>
|
|
41453
|
+
<code>\fdef</code>
|
|
41454
|
+
</div>
|
|
41455
|
+
</div>
|
|
41456
|
+
|
|
40188
41457
|
<div class="tabler-icon">
|
|
40189
41458
|
<i class="ti ti-stack-back"></i>
|
|
40190
41459
|
<strong>stack-back</strong>
|
|
@@ -40203,6 +41472,15 @@
|
|
|
40203
41472
|
</div>
|
|
40204
41473
|
</div>
|
|
40205
41474
|
|
|
41475
|
+
<div class="tabler-icon">
|
|
41476
|
+
<i class="ti ti-stack-filled"></i>
|
|
41477
|
+
<strong>stack-filled</strong>
|
|
41478
|
+
<div class="tabler-icon-codes">
|
|
41479
|
+
<code>ti ti-stack-filled</code><br>
|
|
41480
|
+
<code>\fdf0</code>
|
|
41481
|
+
</div>
|
|
41482
|
+
</div>
|
|
41483
|
+
|
|
40206
41484
|
<div class="tabler-icon">
|
|
40207
41485
|
<i class="ti ti-stack-forward"></i>
|
|
40208
41486
|
<strong>stack-forward</strong>
|
|
@@ -42219,6 +43497,15 @@
|
|
|
42219
43497
|
</div>
|
|
42220
43498
|
</div>
|
|
42221
43499
|
|
|
43500
|
+
<div class="tabler-icon">
|
|
43501
|
+
<i class="ti ti-transition-bottom-filled"></i>
|
|
43502
|
+
<strong>transition-bottom-filled</strong>
|
|
43503
|
+
<div class="tabler-icon-codes">
|
|
43504
|
+
<code>ti ti-transition-bottom-filled</code><br>
|
|
43505
|
+
<code>\fdf1</code>
|
|
43506
|
+
</div>
|
|
43507
|
+
</div>
|
|
43508
|
+
|
|
42222
43509
|
<div class="tabler-icon">
|
|
42223
43510
|
<i class="ti ti-transition-left"></i>
|
|
42224
43511
|
<strong>transition-left</strong>
|
|
@@ -42228,6 +43515,15 @@
|
|
|
42228
43515
|
</div>
|
|
42229
43516
|
</div>
|
|
42230
43517
|
|
|
43518
|
+
<div class="tabler-icon">
|
|
43519
|
+
<i class="ti ti-transition-left-filled"></i>
|
|
43520
|
+
<strong>transition-left-filled</strong>
|
|
43521
|
+
<div class="tabler-icon-codes">
|
|
43522
|
+
<code>ti ti-transition-left-filled</code><br>
|
|
43523
|
+
<code>\fdf2</code>
|
|
43524
|
+
</div>
|
|
43525
|
+
</div>
|
|
43526
|
+
|
|
42231
43527
|
<div class="tabler-icon">
|
|
42232
43528
|
<i class="ti ti-transition-right"></i>
|
|
42233
43529
|
<strong>transition-right</strong>
|
|
@@ -42237,6 +43533,15 @@
|
|
|
42237
43533
|
</div>
|
|
42238
43534
|
</div>
|
|
42239
43535
|
|
|
43536
|
+
<div class="tabler-icon">
|
|
43537
|
+
<i class="ti ti-transition-right-filled"></i>
|
|
43538
|
+
<strong>transition-right-filled</strong>
|
|
43539
|
+
<div class="tabler-icon-codes">
|
|
43540
|
+
<code>ti ti-transition-right-filled</code><br>
|
|
43541
|
+
<code>\fdf3</code>
|
|
43542
|
+
</div>
|
|
43543
|
+
</div>
|
|
43544
|
+
|
|
42240
43545
|
<div class="tabler-icon">
|
|
42241
43546
|
<i class="ti ti-transition-top"></i>
|
|
42242
43547
|
<strong>transition-top</strong>
|
|
@@ -42246,6 +43551,15 @@
|
|
|
42246
43551
|
</div>
|
|
42247
43552
|
</div>
|
|
42248
43553
|
|
|
43554
|
+
<div class="tabler-icon">
|
|
43555
|
+
<i class="ti ti-transition-top-filled"></i>
|
|
43556
|
+
<strong>transition-top-filled</strong>
|
|
43557
|
+
<div class="tabler-icon-codes">
|
|
43558
|
+
<code>ti ti-transition-top-filled</code><br>
|
|
43559
|
+
<code>\fdf4</code>
|
|
43560
|
+
</div>
|
|
43561
|
+
</div>
|
|
43562
|
+
|
|
42249
43563
|
<div class="tabler-icon">
|
|
42250
43564
|
<i class="ti ti-trash"></i>
|
|
42251
43565
|
<strong>trash</strong>
|
|
@@ -42597,6 +43911,15 @@
|
|
|
42597
43911
|
</div>
|
|
42598
43912
|
</div>
|
|
42599
43913
|
|
|
43914
|
+
<div class="tabler-icon">
|
|
43915
|
+
<i class="ti ti-typeface"></i>
|
|
43916
|
+
<strong>typeface</strong>
|
|
43917
|
+
<div class="tabler-icon-codes">
|
|
43918
|
+
<code>ti ti-typeface</code><br>
|
|
43919
|
+
<code>\fdf5</code>
|
|
43920
|
+
</div>
|
|
43921
|
+
</div>
|
|
43922
|
+
|
|
42600
43923
|
<div class="tabler-icon">
|
|
42601
43924
|
<i class="ti ti-typography"></i>
|
|
42602
43925
|
<strong>typography</strong>
|