@tabler/icons-webfont 2.9.0 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fonts/tabler-icons.eot +0 -0
- package/fonts/tabler-icons.ttf +0 -0
- package/fonts/tabler-icons.woff +0 -0
- package/fonts/tabler-icons.woff2 +0 -0
- package/package.json +2 -2
- package/tabler-icons.css +2093 -109
- package/tabler-icons.css.map +1 -1
- package/tabler-icons.html +7958 -3494
- package/tabler-icons.min.css +2 -2
- package/tabler-icons.min.css.map +1 -1
- package/tabler-icons.scss +999 -7
package/tabler-icons.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tabler Icons 2.
|
|
2
|
+
* Tabler Icons 2.10.0 by tabler - https://tabler.io
|
|
3
3
|
* License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
4
4
|
*/
|
|
5
5
|
@font-face {
|
|
6
6
|
font-family: "tabler-icons";
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
src: url("./fonts/tabler-icons.eot?v2.
|
|
10
|
-
src: url("./fonts/tabler-icons.eot?#iefix-v2.
|
|
9
|
+
src: url("./fonts/tabler-icons.eot?v2.10.0");
|
|
10
|
+
src: url("./fonts/tabler-icons.eot?#iefix-v2.10.0") format("embedded-opentype"), url("./fonts/tabler-icons.woff2?v2.10.0") format("woff2"), url("./fonts/tabler-icons.woff?") format("woff"), url("./fonts/tabler-icons.ttf?v2.10.0") format("truetype");
|
|
11
11
|
}
|
|
12
12
|
.ti {
|
|
13
13
|
font-family: "tabler-icons" !important;
|
|
@@ -150,18 +150,94 @@
|
|
|
150
150
|
content: "\ec37";
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
+
.ti-adjustments-bolt:before {
|
|
154
|
+
content: "\f7fb";
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.ti-adjustments-cancel:before {
|
|
158
|
+
content: "\f7fc";
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.ti-adjustments-check:before {
|
|
162
|
+
content: "\f7fd";
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.ti-adjustments-code:before {
|
|
166
|
+
content: "\f7fe";
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.ti-adjustments-cog:before {
|
|
170
|
+
content: "\f7ff";
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.ti-adjustments-dollar:before {
|
|
174
|
+
content: "\f800";
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.ti-adjustments-down:before {
|
|
178
|
+
content: "\f801";
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.ti-adjustments-exclamation:before {
|
|
182
|
+
content: "\f802";
|
|
183
|
+
}
|
|
184
|
+
|
|
153
185
|
.ti-adjustments-filled:before {
|
|
154
186
|
content: "\f6ec";
|
|
155
187
|
}
|
|
156
188
|
|
|
189
|
+
.ti-adjustments-heart:before {
|
|
190
|
+
content: "\f803";
|
|
191
|
+
}
|
|
192
|
+
|
|
157
193
|
.ti-adjustments-horizontal:before {
|
|
158
194
|
content: "\ec38";
|
|
159
195
|
}
|
|
160
196
|
|
|
197
|
+
.ti-adjustments-minus:before {
|
|
198
|
+
content: "\f804";
|
|
199
|
+
}
|
|
200
|
+
|
|
161
201
|
.ti-adjustments-off:before {
|
|
162
202
|
content: "\f0a8";
|
|
163
203
|
}
|
|
164
204
|
|
|
205
|
+
.ti-adjustments-pause:before {
|
|
206
|
+
content: "\f805";
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.ti-adjustments-pin:before {
|
|
210
|
+
content: "\f806";
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.ti-adjustments-plus:before {
|
|
214
|
+
content: "\f807";
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.ti-adjustments-question:before {
|
|
218
|
+
content: "\f808";
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.ti-adjustments-search:before {
|
|
222
|
+
content: "\f809";
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.ti-adjustments-share:before {
|
|
226
|
+
content: "\f80a";
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.ti-adjustments-star:before {
|
|
230
|
+
content: "\f80b";
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.ti-adjustments-up:before {
|
|
234
|
+
content: "\f80c";
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.ti-adjustments-x:before {
|
|
238
|
+
content: "\f80d";
|
|
239
|
+
}
|
|
240
|
+
|
|
165
241
|
.ti-aerial-lift:before {
|
|
166
242
|
content: "\edfe";
|
|
167
243
|
}
|
|
@@ -238,6 +314,10 @@
|
|
|
238
314
|
content: "\f6ee";
|
|
239
315
|
}
|
|
240
316
|
|
|
317
|
+
.ti-alert-hexagon:before {
|
|
318
|
+
content: "\f80e";
|
|
319
|
+
}
|
|
320
|
+
|
|
241
321
|
.ti-alert-octagon:before {
|
|
242
322
|
content: "\ecc6";
|
|
243
323
|
}
|
|
@@ -246,6 +326,18 @@
|
|
|
246
326
|
content: "\f6ef";
|
|
247
327
|
}
|
|
248
328
|
|
|
329
|
+
.ti-alert-small:before {
|
|
330
|
+
content: "\f80f";
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.ti-alert-square:before {
|
|
334
|
+
content: "\f811";
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.ti-alert-square-rounded:before {
|
|
338
|
+
content: "\f810";
|
|
339
|
+
}
|
|
340
|
+
|
|
249
341
|
.ti-alert-triangle:before {
|
|
250
342
|
content: "\ea06";
|
|
251
343
|
}
|
|
@@ -1678,10 +1770,46 @@
|
|
|
1678
1770
|
content: "\ea35";
|
|
1679
1771
|
}
|
|
1680
1772
|
|
|
1773
|
+
.ti-bell-bolt:before {
|
|
1774
|
+
content: "\f812";
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
.ti-bell-cancel:before {
|
|
1778
|
+
content: "\f813";
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
.ti-bell-check:before {
|
|
1782
|
+
content: "\f814";
|
|
1783
|
+
}
|
|
1784
|
+
|
|
1785
|
+
.ti-bell-code:before {
|
|
1786
|
+
content: "\f815";
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
.ti-bell-cog:before {
|
|
1790
|
+
content: "\f816";
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
.ti-bell-dollar:before {
|
|
1794
|
+
content: "\f817";
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
.ti-bell-down:before {
|
|
1798
|
+
content: "\f818";
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1801
|
+
.ti-bell-exclamation:before {
|
|
1802
|
+
content: "\f819";
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1681
1805
|
.ti-bell-filled:before {
|
|
1682
1806
|
content: "\f669";
|
|
1683
1807
|
}
|
|
1684
1808
|
|
|
1809
|
+
.ti-bell-heart:before {
|
|
1810
|
+
content: "\f81a";
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1685
1813
|
.ti-bell-minus:before {
|
|
1686
1814
|
content: "\ede2";
|
|
1687
1815
|
}
|
|
@@ -1694,6 +1822,14 @@
|
|
|
1694
1822
|
content: "\ece9";
|
|
1695
1823
|
}
|
|
1696
1824
|
|
|
1825
|
+
.ti-bell-pause:before {
|
|
1826
|
+
content: "\f81b";
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
.ti-bell-pin:before {
|
|
1830
|
+
content: "\f81c";
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1697
1833
|
.ti-bell-plus:before {
|
|
1698
1834
|
content: "\ede3";
|
|
1699
1835
|
}
|
|
@@ -1702,6 +1838,10 @@
|
|
|
1702
1838
|
content: "\f723";
|
|
1703
1839
|
}
|
|
1704
1840
|
|
|
1841
|
+
.ti-bell-question:before {
|
|
1842
|
+
content: "\f81d";
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1705
1845
|
.ti-bell-ringing:before {
|
|
1706
1846
|
content: "\ed07";
|
|
1707
1847
|
}
|
|
@@ -1722,6 +1862,22 @@
|
|
|
1722
1862
|
content: "\f05e";
|
|
1723
1863
|
}
|
|
1724
1864
|
|
|
1865
|
+
.ti-bell-search:before {
|
|
1866
|
+
content: "\f81e";
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
.ti-bell-share:before {
|
|
1870
|
+
content: "\f81f";
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
.ti-bell-star:before {
|
|
1874
|
+
content: "\f820";
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
.ti-bell-up:before {
|
|
1878
|
+
content: "\f821";
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1725
1881
|
.ti-bell-x:before {
|
|
1726
1882
|
content: "\ede5";
|
|
1727
1883
|
}
|
|
@@ -3670,6 +3826,34 @@
|
|
|
3670
3826
|
content: "\ea53";
|
|
3671
3827
|
}
|
|
3672
3828
|
|
|
3829
|
+
.ti-calendar-bolt:before {
|
|
3830
|
+
content: "\f822";
|
|
3831
|
+
}
|
|
3832
|
+
|
|
3833
|
+
.ti-calendar-cancel:before {
|
|
3834
|
+
content: "\f823";
|
|
3835
|
+
}
|
|
3836
|
+
|
|
3837
|
+
.ti-calendar-check:before {
|
|
3838
|
+
content: "\f824";
|
|
3839
|
+
}
|
|
3840
|
+
|
|
3841
|
+
.ti-calendar-code:before {
|
|
3842
|
+
content: "\f825";
|
|
3843
|
+
}
|
|
3844
|
+
|
|
3845
|
+
.ti-calendar-cog:before {
|
|
3846
|
+
content: "\f826";
|
|
3847
|
+
}
|
|
3848
|
+
|
|
3849
|
+
.ti-calendar-dollar:before {
|
|
3850
|
+
content: "\f827";
|
|
3851
|
+
}
|
|
3852
|
+
|
|
3853
|
+
.ti-calendar-down:before {
|
|
3854
|
+
content: "\f828";
|
|
3855
|
+
}
|
|
3856
|
+
|
|
3673
3857
|
.ti-calendar-due:before {
|
|
3674
3858
|
content: "\f621";
|
|
3675
3859
|
}
|
|
@@ -3678,6 +3862,14 @@
|
|
|
3678
3862
|
content: "\ea52";
|
|
3679
3863
|
}
|
|
3680
3864
|
|
|
3865
|
+
.ti-calendar-exclamation:before {
|
|
3866
|
+
content: "\f829";
|
|
3867
|
+
}
|
|
3868
|
+
|
|
3869
|
+
.ti-calendar-heart:before {
|
|
3870
|
+
content: "\f82a";
|
|
3871
|
+
}
|
|
3872
|
+
|
|
3681
3873
|
.ti-calendar-minus:before {
|
|
3682
3874
|
content: "\ebb9";
|
|
3683
3875
|
}
|
|
@@ -3686,10 +3878,34 @@
|
|
|
3686
3878
|
content: "\ee1f";
|
|
3687
3879
|
}
|
|
3688
3880
|
|
|
3881
|
+
.ti-calendar-pause:before {
|
|
3882
|
+
content: "\f82b";
|
|
3883
|
+
}
|
|
3884
|
+
|
|
3885
|
+
.ti-calendar-pin:before {
|
|
3886
|
+
content: "\f82c";
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3689
3889
|
.ti-calendar-plus:before {
|
|
3690
3890
|
content: "\ebba";
|
|
3691
3891
|
}
|
|
3692
3892
|
|
|
3893
|
+
.ti-calendar-question:before {
|
|
3894
|
+
content: "\f82d";
|
|
3895
|
+
}
|
|
3896
|
+
|
|
3897
|
+
.ti-calendar-search:before {
|
|
3898
|
+
content: "\f82e";
|
|
3899
|
+
}
|
|
3900
|
+
|
|
3901
|
+
.ti-calendar-share:before {
|
|
3902
|
+
content: "\f82f";
|
|
3903
|
+
}
|
|
3904
|
+
|
|
3905
|
+
.ti-calendar-star:before {
|
|
3906
|
+
content: "\f830";
|
|
3907
|
+
}
|
|
3908
|
+
|
|
3693
3909
|
.ti-calendar-stats:before {
|
|
3694
3910
|
content: "\ee20";
|
|
3695
3911
|
}
|
|
@@ -3698,10 +3914,54 @@
|
|
|
3698
3914
|
content: "\ee21";
|
|
3699
3915
|
}
|
|
3700
3916
|
|
|
3917
|
+
.ti-calendar-up:before {
|
|
3918
|
+
content: "\f831";
|
|
3919
|
+
}
|
|
3920
|
+
|
|
3921
|
+
.ti-calendar-x:before {
|
|
3922
|
+
content: "\f832";
|
|
3923
|
+
}
|
|
3924
|
+
|
|
3701
3925
|
.ti-camera:before {
|
|
3702
3926
|
content: "\ea54";
|
|
3703
3927
|
}
|
|
3704
3928
|
|
|
3929
|
+
.ti-camera-bolt:before {
|
|
3930
|
+
content: "\f833";
|
|
3931
|
+
}
|
|
3932
|
+
|
|
3933
|
+
.ti-camera-cancel:before {
|
|
3934
|
+
content: "\f834";
|
|
3935
|
+
}
|
|
3936
|
+
|
|
3937
|
+
.ti-camera-check:before {
|
|
3938
|
+
content: "\f835";
|
|
3939
|
+
}
|
|
3940
|
+
|
|
3941
|
+
.ti-camera-code:before {
|
|
3942
|
+
content: "\f836";
|
|
3943
|
+
}
|
|
3944
|
+
|
|
3945
|
+
.ti-camera-cog:before {
|
|
3946
|
+
content: "\f837";
|
|
3947
|
+
}
|
|
3948
|
+
|
|
3949
|
+
.ti-camera-dollar:before {
|
|
3950
|
+
content: "\f838";
|
|
3951
|
+
}
|
|
3952
|
+
|
|
3953
|
+
.ti-camera-down:before {
|
|
3954
|
+
content: "\f839";
|
|
3955
|
+
}
|
|
3956
|
+
|
|
3957
|
+
.ti-camera-exclamation:before {
|
|
3958
|
+
content: "\f83a";
|
|
3959
|
+
}
|
|
3960
|
+
|
|
3961
|
+
.ti-camera-heart:before {
|
|
3962
|
+
content: "\f83b";
|
|
3963
|
+
}
|
|
3964
|
+
|
|
3705
3965
|
.ti-camera-minus:before {
|
|
3706
3966
|
content: "\ec3a";
|
|
3707
3967
|
}
|
|
@@ -3710,18 +3970,50 @@
|
|
|
3710
3970
|
content: "\ecee";
|
|
3711
3971
|
}
|
|
3712
3972
|
|
|
3973
|
+
.ti-camera-pause:before {
|
|
3974
|
+
content: "\f83c";
|
|
3975
|
+
}
|
|
3976
|
+
|
|
3977
|
+
.ti-camera-pin:before {
|
|
3978
|
+
content: "\f83d";
|
|
3979
|
+
}
|
|
3980
|
+
|
|
3713
3981
|
.ti-camera-plus:before {
|
|
3714
3982
|
content: "\ec3b";
|
|
3715
3983
|
}
|
|
3716
3984
|
|
|
3985
|
+
.ti-camera-question:before {
|
|
3986
|
+
content: "\f83e";
|
|
3987
|
+
}
|
|
3988
|
+
|
|
3717
3989
|
.ti-camera-rotate:before {
|
|
3718
3990
|
content: "\ee22";
|
|
3719
3991
|
}
|
|
3720
3992
|
|
|
3993
|
+
.ti-camera-search:before {
|
|
3994
|
+
content: "\f83f";
|
|
3995
|
+
}
|
|
3996
|
+
|
|
3721
3997
|
.ti-camera-selfie:before {
|
|
3722
3998
|
content: "\ee23";
|
|
3723
3999
|
}
|
|
3724
4000
|
|
|
4001
|
+
.ti-camera-share:before {
|
|
4002
|
+
content: "\f840";
|
|
4003
|
+
}
|
|
4004
|
+
|
|
4005
|
+
.ti-camera-star:before {
|
|
4006
|
+
content: "\f841";
|
|
4007
|
+
}
|
|
4008
|
+
|
|
4009
|
+
.ti-camera-up:before {
|
|
4010
|
+
content: "\f842";
|
|
4011
|
+
}
|
|
4012
|
+
|
|
4013
|
+
.ti-camera-x:before {
|
|
4014
|
+
content: "\f843";
|
|
4015
|
+
}
|
|
4016
|
+
|
|
3725
4017
|
.ti-campfire:before {
|
|
3726
4018
|
content: "\f5a7";
|
|
3727
4019
|
}
|
|
@@ -4774,6 +5066,10 @@
|
|
|
4774
5066
|
content: "\f099";
|
|
4775
5067
|
}
|
|
4776
5068
|
|
|
5069
|
+
.ti-clock-bolt:before {
|
|
5070
|
+
content: "\f844";
|
|
5071
|
+
}
|
|
5072
|
+
|
|
4777
5073
|
.ti-clock-cancel:before {
|
|
4778
5074
|
content: "\f546";
|
|
4779
5075
|
}
|
|
@@ -4782,10 +5078,18 @@
|
|
|
4782
5078
|
content: "\f7c1";
|
|
4783
5079
|
}
|
|
4784
5080
|
|
|
5081
|
+
.ti-clock-code:before {
|
|
5082
|
+
content: "\f845";
|
|
5083
|
+
}
|
|
5084
|
+
|
|
4785
5085
|
.ti-clock-cog:before {
|
|
4786
5086
|
content: "\f7c2";
|
|
4787
5087
|
}
|
|
4788
5088
|
|
|
5089
|
+
.ti-clock-dollar:before {
|
|
5090
|
+
content: "\f846";
|
|
5091
|
+
}
|
|
5092
|
+
|
|
4789
5093
|
.ti-clock-down:before {
|
|
4790
5094
|
content: "\f7c3";
|
|
4791
5095
|
}
|
|
@@ -4794,6 +5098,10 @@
|
|
|
4794
5098
|
content: "\f547";
|
|
4795
5099
|
}
|
|
4796
5100
|
|
|
5101
|
+
.ti-clock-exclamation:before {
|
|
5102
|
+
content: "\f847";
|
|
5103
|
+
}
|
|
5104
|
+
|
|
4797
5105
|
.ti-clock-filled:before {
|
|
4798
5106
|
content: "\f73a";
|
|
4799
5107
|
}
|
|
@@ -4850,6 +5158,10 @@
|
|
|
4850
5158
|
content: "\f31e";
|
|
4851
5159
|
}
|
|
4852
5160
|
|
|
5161
|
+
.ti-clock-minus:before {
|
|
5162
|
+
content: "\f848";
|
|
5163
|
+
}
|
|
5164
|
+
|
|
4853
5165
|
.ti-clock-off:before {
|
|
4854
5166
|
content: "\f0cf";
|
|
4855
5167
|
}
|
|
@@ -4858,6 +5170,10 @@
|
|
|
4858
5170
|
content: "\f548";
|
|
4859
5171
|
}
|
|
4860
5172
|
|
|
5173
|
+
.ti-clock-pin:before {
|
|
5174
|
+
content: "\f849";
|
|
5175
|
+
}
|
|
5176
|
+
|
|
4861
5177
|
.ti-clock-play:before {
|
|
4862
5178
|
content: "\f549";
|
|
4863
5179
|
}
|
|
@@ -4878,6 +5194,10 @@
|
|
|
4878
5194
|
content: "\f7c7";
|
|
4879
5195
|
}
|
|
4880
5196
|
|
|
5197
|
+
.ti-clock-share:before {
|
|
5198
|
+
content: "\f84a";
|
|
5199
|
+
}
|
|
5200
|
+
|
|
4881
5201
|
.ti-clock-shield:before {
|
|
4882
5202
|
content: "\f7c8";
|
|
4883
5203
|
}
|
|
@@ -4910,6 +5230,26 @@
|
|
|
4910
5230
|
content: "\ea76";
|
|
4911
5231
|
}
|
|
4912
5232
|
|
|
5233
|
+
.ti-cloud-bolt:before {
|
|
5234
|
+
content: "\f84b";
|
|
5235
|
+
}
|
|
5236
|
+
|
|
5237
|
+
.ti-cloud-cancel:before {
|
|
5238
|
+
content: "\f84c";
|
|
5239
|
+
}
|
|
5240
|
+
|
|
5241
|
+
.ti-cloud-check:before {
|
|
5242
|
+
content: "\f84d";
|
|
5243
|
+
}
|
|
5244
|
+
|
|
5245
|
+
.ti-cloud-code:before {
|
|
5246
|
+
content: "\f84e";
|
|
5247
|
+
}
|
|
5248
|
+
|
|
5249
|
+
.ti-cloud-cog:before {
|
|
5250
|
+
content: "\f84f";
|
|
5251
|
+
}
|
|
5252
|
+
|
|
4913
5253
|
.ti-cloud-computing:before {
|
|
4914
5254
|
content: "\f1d0";
|
|
4915
5255
|
}
|
|
@@ -4918,10 +5258,22 @@
|
|
|
4918
5258
|
content: "\f1d1";
|
|
4919
5259
|
}
|
|
4920
5260
|
|
|
5261
|
+
.ti-cloud-dollar:before {
|
|
5262
|
+
content: "\f850";
|
|
5263
|
+
}
|
|
5264
|
+
|
|
5265
|
+
.ti-cloud-down:before {
|
|
5266
|
+
content: "\f851";
|
|
5267
|
+
}
|
|
5268
|
+
|
|
4921
5269
|
.ti-cloud-download:before {
|
|
4922
5270
|
content: "\ea71";
|
|
4923
5271
|
}
|
|
4924
5272
|
|
|
5273
|
+
.ti-cloud-exclamation:before {
|
|
5274
|
+
content: "\f852";
|
|
5275
|
+
}
|
|
5276
|
+
|
|
4925
5277
|
.ti-cloud-filled:before {
|
|
4926
5278
|
content: "\f673";
|
|
4927
5279
|
}
|
|
@@ -4930,6 +5282,10 @@
|
|
|
4930
5282
|
content: "\ecd9";
|
|
4931
5283
|
}
|
|
4932
5284
|
|
|
5285
|
+
.ti-cloud-heart:before {
|
|
5286
|
+
content: "\f853";
|
|
5287
|
+
}
|
|
5288
|
+
|
|
4933
5289
|
.ti-cloud-lock:before {
|
|
4934
5290
|
content: "\efdb";
|
|
4935
5291
|
}
|
|
@@ -4938,26 +5294,66 @@
|
|
|
4938
5294
|
content: "\efda";
|
|
4939
5295
|
}
|
|
4940
5296
|
|
|
5297
|
+
.ti-cloud-minus:before {
|
|
5298
|
+
content: "\f854";
|
|
5299
|
+
}
|
|
5300
|
+
|
|
4941
5301
|
.ti-cloud-off:before {
|
|
4942
5302
|
content: "\ed3e";
|
|
4943
5303
|
}
|
|
4944
5304
|
|
|
5305
|
+
.ti-cloud-pause:before {
|
|
5306
|
+
content: "\f855";
|
|
5307
|
+
}
|
|
5308
|
+
|
|
5309
|
+
.ti-cloud-pin:before {
|
|
5310
|
+
content: "\f856";
|
|
5311
|
+
}
|
|
5312
|
+
|
|
5313
|
+
.ti-cloud-plus:before {
|
|
5314
|
+
content: "\f857";
|
|
5315
|
+
}
|
|
5316
|
+
|
|
5317
|
+
.ti-cloud-question:before {
|
|
5318
|
+
content: "\f858";
|
|
5319
|
+
}
|
|
5320
|
+
|
|
4945
5321
|
.ti-cloud-rain:before {
|
|
4946
5322
|
content: "\ea72";
|
|
4947
5323
|
}
|
|
4948
5324
|
|
|
5325
|
+
.ti-cloud-search:before {
|
|
5326
|
+
content: "\f859";
|
|
5327
|
+
}
|
|
5328
|
+
|
|
5329
|
+
.ti-cloud-share:before {
|
|
5330
|
+
content: "\f85a";
|
|
5331
|
+
}
|
|
5332
|
+
|
|
4949
5333
|
.ti-cloud-snow:before {
|
|
4950
5334
|
content: "\ea73";
|
|
4951
5335
|
}
|
|
4952
5336
|
|
|
5337
|
+
.ti-cloud-star:before {
|
|
5338
|
+
content: "\f85b";
|
|
5339
|
+
}
|
|
5340
|
+
|
|
4953
5341
|
.ti-cloud-storm:before {
|
|
4954
5342
|
content: "\ea74";
|
|
4955
5343
|
}
|
|
4956
5344
|
|
|
5345
|
+
.ti-cloud-up:before {
|
|
5346
|
+
content: "\f85c";
|
|
5347
|
+
}
|
|
5348
|
+
|
|
4957
5349
|
.ti-cloud-upload:before {
|
|
4958
5350
|
content: "\ea75";
|
|
4959
5351
|
}
|
|
4960
5352
|
|
|
5353
|
+
.ti-cloud-x:before {
|
|
5354
|
+
content: "\f85d";
|
|
5355
|
+
}
|
|
5356
|
+
|
|
4961
5357
|
.ti-clover:before {
|
|
4962
5358
|
content: "\f1ea";
|
|
4963
5359
|
}
|
|
@@ -5798,100 +6194,492 @@
|
|
|
5798
6194
|
content: "\ee77";
|
|
5799
6195
|
}
|
|
5800
6196
|
|
|
5801
|
-
.ti-device-desktop-
|
|
5802
|
-
content: "\
|
|
6197
|
+
.ti-device-desktop-bolt:before {
|
|
6198
|
+
content: "\f85e";
|
|
5803
6199
|
}
|
|
5804
6200
|
|
|
5805
|
-
.ti-device-
|
|
5806
|
-
content: "\
|
|
6201
|
+
.ti-device-desktop-cancel:before {
|
|
6202
|
+
content: "\f85f";
|
|
5807
6203
|
}
|
|
5808
6204
|
|
|
5809
|
-
.ti-device-
|
|
5810
|
-
content: "\
|
|
6205
|
+
.ti-device-desktop-check:before {
|
|
6206
|
+
content: "\f860";
|
|
5811
6207
|
}
|
|
5812
6208
|
|
|
5813
|
-
.ti-device-
|
|
5814
|
-
content: "\
|
|
6209
|
+
.ti-device-desktop-code:before {
|
|
6210
|
+
content: "\f861";
|
|
5815
6211
|
}
|
|
5816
6212
|
|
|
5817
|
-
.ti-device-
|
|
5818
|
-
content: "\
|
|
6213
|
+
.ti-device-desktop-cog:before {
|
|
6214
|
+
content: "\f862";
|
|
5819
6215
|
}
|
|
5820
6216
|
|
|
5821
|
-
.ti-device-
|
|
5822
|
-
content: "\
|
|
6217
|
+
.ti-device-desktop-dollar:before {
|
|
6218
|
+
content: "\f863";
|
|
5823
6219
|
}
|
|
5824
6220
|
|
|
5825
|
-
.ti-device-
|
|
5826
|
-
content: "\
|
|
6221
|
+
.ti-device-desktop-down:before {
|
|
6222
|
+
content: "\f864";
|
|
5827
6223
|
}
|
|
5828
6224
|
|
|
5829
|
-
.ti-device-
|
|
5830
|
-
content: "\
|
|
6225
|
+
.ti-device-desktop-exclamation:before {
|
|
6226
|
+
content: "\f865";
|
|
5831
6227
|
}
|
|
5832
6228
|
|
|
5833
|
-
.ti-device-
|
|
5834
|
-
content: "\
|
|
6229
|
+
.ti-device-desktop-heart:before {
|
|
6230
|
+
content: "\f866";
|
|
5835
6231
|
}
|
|
5836
6232
|
|
|
5837
|
-
.ti-device-
|
|
5838
|
-
content: "\
|
|
6233
|
+
.ti-device-desktop-minus:before {
|
|
6234
|
+
content: "\f867";
|
|
5839
6235
|
}
|
|
5840
6236
|
|
|
5841
|
-
.ti-device-
|
|
5842
|
-
content: "\
|
|
6237
|
+
.ti-device-desktop-off:before {
|
|
6238
|
+
content: "\ee78";
|
|
5843
6239
|
}
|
|
5844
6240
|
|
|
5845
|
-
.ti-device-
|
|
5846
|
-
content: "\
|
|
6241
|
+
.ti-device-desktop-pause:before {
|
|
6242
|
+
content: "\f868";
|
|
5847
6243
|
}
|
|
5848
6244
|
|
|
5849
|
-
.ti-device-
|
|
5850
|
-
content: "\
|
|
6245
|
+
.ti-device-desktop-pin:before {
|
|
6246
|
+
content: "\f869";
|
|
5851
6247
|
}
|
|
5852
6248
|
|
|
5853
|
-
.ti-device-
|
|
5854
|
-
content: "\
|
|
6249
|
+
.ti-device-desktop-plus:before {
|
|
6250
|
+
content: "\f86a";
|
|
5855
6251
|
}
|
|
5856
6252
|
|
|
5857
|
-
.ti-device-
|
|
5858
|
-
content: "\
|
|
6253
|
+
.ti-device-desktop-question:before {
|
|
6254
|
+
content: "\f86b";
|
|
5859
6255
|
}
|
|
5860
6256
|
|
|
5861
|
-
.ti-device-
|
|
5862
|
-
content: "\
|
|
6257
|
+
.ti-device-desktop-search:before {
|
|
6258
|
+
content: "\f86c";
|
|
5863
6259
|
}
|
|
5864
6260
|
|
|
5865
|
-
.ti-device-
|
|
5866
|
-
content: "\
|
|
6261
|
+
.ti-device-desktop-share:before {
|
|
6262
|
+
content: "\f86d";
|
|
5867
6263
|
}
|
|
5868
6264
|
|
|
5869
|
-
.ti-device-
|
|
5870
|
-
content: "\
|
|
6265
|
+
.ti-device-desktop-star:before {
|
|
6266
|
+
content: "\f86e";
|
|
5871
6267
|
}
|
|
5872
6268
|
|
|
5873
|
-
.ti-device-
|
|
5874
|
-
content: "\
|
|
6269
|
+
.ti-device-desktop-up:before {
|
|
6270
|
+
content: "\f86f";
|
|
5875
6271
|
}
|
|
5876
6272
|
|
|
5877
|
-
.ti-device-
|
|
5878
|
-
content: "\
|
|
6273
|
+
.ti-device-desktop-x:before {
|
|
6274
|
+
content: "\f870";
|
|
5879
6275
|
}
|
|
5880
6276
|
|
|
5881
|
-
.ti-device-
|
|
5882
|
-
content: "\
|
|
6277
|
+
.ti-device-floppy:before {
|
|
6278
|
+
content: "\eb62";
|
|
5883
6279
|
}
|
|
5884
6280
|
|
|
5885
|
-
.ti-device-
|
|
5886
|
-
content: "\
|
|
6281
|
+
.ti-device-gamepad:before {
|
|
6282
|
+
content: "\eb63";
|
|
5887
6283
|
}
|
|
5888
6284
|
|
|
5889
|
-
.ti-device-
|
|
5890
|
-
content: "\
|
|
6285
|
+
.ti-device-gamepad-2:before {
|
|
6286
|
+
content: "\f1d2";
|
|
5891
6287
|
}
|
|
5892
6288
|
|
|
5893
|
-
.ti-device-
|
|
5894
|
-
content: "\
|
|
6289
|
+
.ti-device-heart-monitor:before {
|
|
6290
|
+
content: "\f060";
|
|
6291
|
+
}
|
|
6292
|
+
|
|
6293
|
+
.ti-device-imac:before {
|
|
6294
|
+
content: "\f7a7";
|
|
6295
|
+
}
|
|
6296
|
+
|
|
6297
|
+
.ti-device-imac-bolt:before {
|
|
6298
|
+
content: "\f871";
|
|
6299
|
+
}
|
|
6300
|
+
|
|
6301
|
+
.ti-device-imac-cancel:before {
|
|
6302
|
+
content: "\f872";
|
|
6303
|
+
}
|
|
6304
|
+
|
|
6305
|
+
.ti-device-imac-check:before {
|
|
6306
|
+
content: "\f873";
|
|
6307
|
+
}
|
|
6308
|
+
|
|
6309
|
+
.ti-device-imac-code:before {
|
|
6310
|
+
content: "\f874";
|
|
6311
|
+
}
|
|
6312
|
+
|
|
6313
|
+
.ti-device-imac-cog:before {
|
|
6314
|
+
content: "\f875";
|
|
6315
|
+
}
|
|
6316
|
+
|
|
6317
|
+
.ti-device-imac-dollar:before {
|
|
6318
|
+
content: "\f876";
|
|
6319
|
+
}
|
|
6320
|
+
|
|
6321
|
+
.ti-device-imac-down:before {
|
|
6322
|
+
content: "\f877";
|
|
6323
|
+
}
|
|
6324
|
+
|
|
6325
|
+
.ti-device-imac-exclamation:before {
|
|
6326
|
+
content: "\f878";
|
|
6327
|
+
}
|
|
6328
|
+
|
|
6329
|
+
.ti-device-imac-heart:before {
|
|
6330
|
+
content: "\f879";
|
|
6331
|
+
}
|
|
6332
|
+
|
|
6333
|
+
.ti-device-imac-minus:before {
|
|
6334
|
+
content: "\f87a";
|
|
6335
|
+
}
|
|
6336
|
+
|
|
6337
|
+
.ti-device-imac-off:before {
|
|
6338
|
+
content: "\f87b";
|
|
6339
|
+
}
|
|
6340
|
+
|
|
6341
|
+
.ti-device-imac-pause:before {
|
|
6342
|
+
content: "\f87c";
|
|
6343
|
+
}
|
|
6344
|
+
|
|
6345
|
+
.ti-device-imac-pin:before {
|
|
6346
|
+
content: "\f87d";
|
|
6347
|
+
}
|
|
6348
|
+
|
|
6349
|
+
.ti-device-imac-plus:before {
|
|
6350
|
+
content: "\f87e";
|
|
6351
|
+
}
|
|
6352
|
+
|
|
6353
|
+
.ti-device-imac-question:before {
|
|
6354
|
+
content: "\f87f";
|
|
6355
|
+
}
|
|
6356
|
+
|
|
6357
|
+
.ti-device-imac-search:before {
|
|
6358
|
+
content: "\f880";
|
|
6359
|
+
}
|
|
6360
|
+
|
|
6361
|
+
.ti-device-imac-share:before {
|
|
6362
|
+
content: "\f881";
|
|
6363
|
+
}
|
|
6364
|
+
|
|
6365
|
+
.ti-device-imac-star:before {
|
|
6366
|
+
content: "\f882";
|
|
6367
|
+
}
|
|
6368
|
+
|
|
6369
|
+
.ti-device-imac-up:before {
|
|
6370
|
+
content: "\f883";
|
|
6371
|
+
}
|
|
6372
|
+
|
|
6373
|
+
.ti-device-imac-x:before {
|
|
6374
|
+
content: "\f884";
|
|
6375
|
+
}
|
|
6376
|
+
|
|
6377
|
+
.ti-device-ipad:before {
|
|
6378
|
+
content: "\f648";
|
|
6379
|
+
}
|
|
6380
|
+
|
|
6381
|
+
.ti-device-ipad-bolt:before {
|
|
6382
|
+
content: "\f885";
|
|
6383
|
+
}
|
|
6384
|
+
|
|
6385
|
+
.ti-device-ipad-cancel:before {
|
|
6386
|
+
content: "\f886";
|
|
6387
|
+
}
|
|
6388
|
+
|
|
6389
|
+
.ti-device-ipad-check:before {
|
|
6390
|
+
content: "\f887";
|
|
6391
|
+
}
|
|
6392
|
+
|
|
6393
|
+
.ti-device-ipad-code:before {
|
|
6394
|
+
content: "\f888";
|
|
6395
|
+
}
|
|
6396
|
+
|
|
6397
|
+
.ti-device-ipad-cog:before {
|
|
6398
|
+
content: "\f889";
|
|
6399
|
+
}
|
|
6400
|
+
|
|
6401
|
+
.ti-device-ipad-dollar:before {
|
|
6402
|
+
content: "\f88a";
|
|
6403
|
+
}
|
|
6404
|
+
|
|
6405
|
+
.ti-device-ipad-down:before {
|
|
6406
|
+
content: "\f88b";
|
|
6407
|
+
}
|
|
6408
|
+
|
|
6409
|
+
.ti-device-ipad-exclamation:before {
|
|
6410
|
+
content: "\f88c";
|
|
6411
|
+
}
|
|
6412
|
+
|
|
6413
|
+
.ti-device-ipad-heart:before {
|
|
6414
|
+
content: "\f88d";
|
|
6415
|
+
}
|
|
6416
|
+
|
|
6417
|
+
.ti-device-ipad-horizontal:before {
|
|
6418
|
+
content: "\f647";
|
|
6419
|
+
}
|
|
6420
|
+
|
|
6421
|
+
.ti-device-ipad-horizontal-bolt:before {
|
|
6422
|
+
content: "\f88e";
|
|
6423
|
+
}
|
|
6424
|
+
|
|
6425
|
+
.ti-device-ipad-horizontal-cancel:before {
|
|
6426
|
+
content: "\f88f";
|
|
6427
|
+
}
|
|
6428
|
+
|
|
6429
|
+
.ti-device-ipad-horizontal-check:before {
|
|
6430
|
+
content: "\f890";
|
|
6431
|
+
}
|
|
6432
|
+
|
|
6433
|
+
.ti-device-ipad-horizontal-code:before {
|
|
6434
|
+
content: "\f891";
|
|
6435
|
+
}
|
|
6436
|
+
|
|
6437
|
+
.ti-device-ipad-horizontal-cog:before {
|
|
6438
|
+
content: "\f892";
|
|
6439
|
+
}
|
|
6440
|
+
|
|
6441
|
+
.ti-device-ipad-horizontal-dollar:before {
|
|
6442
|
+
content: "\f893";
|
|
6443
|
+
}
|
|
6444
|
+
|
|
6445
|
+
.ti-device-ipad-horizontal-down:before {
|
|
6446
|
+
content: "\f894";
|
|
6447
|
+
}
|
|
6448
|
+
|
|
6449
|
+
.ti-device-ipad-horizontal-exclamation:before {
|
|
6450
|
+
content: "\f895";
|
|
6451
|
+
}
|
|
6452
|
+
|
|
6453
|
+
.ti-device-ipad-horizontal-heart:before {
|
|
6454
|
+
content: "\f896";
|
|
6455
|
+
}
|
|
6456
|
+
|
|
6457
|
+
.ti-device-ipad-horizontal-minus:before {
|
|
6458
|
+
content: "\f897";
|
|
6459
|
+
}
|
|
6460
|
+
|
|
6461
|
+
.ti-device-ipad-horizontal-off:before {
|
|
6462
|
+
content: "\f898";
|
|
6463
|
+
}
|
|
6464
|
+
|
|
6465
|
+
.ti-device-ipad-horizontal-pause:before {
|
|
6466
|
+
content: "\f899";
|
|
6467
|
+
}
|
|
6468
|
+
|
|
6469
|
+
.ti-device-ipad-horizontal-pin:before {
|
|
6470
|
+
content: "\f89a";
|
|
6471
|
+
}
|
|
6472
|
+
|
|
6473
|
+
.ti-device-ipad-horizontal-plus:before {
|
|
6474
|
+
content: "\f89b";
|
|
6475
|
+
}
|
|
6476
|
+
|
|
6477
|
+
.ti-device-ipad-horizontal-question:before {
|
|
6478
|
+
content: "\f89c";
|
|
6479
|
+
}
|
|
6480
|
+
|
|
6481
|
+
.ti-device-ipad-horizontal-search:before {
|
|
6482
|
+
content: "\f89d";
|
|
6483
|
+
}
|
|
6484
|
+
|
|
6485
|
+
.ti-device-ipad-horizontal-share:before {
|
|
6486
|
+
content: "\f89e";
|
|
6487
|
+
}
|
|
6488
|
+
|
|
6489
|
+
.ti-device-ipad-horizontal-star:before {
|
|
6490
|
+
content: "\f89f";
|
|
6491
|
+
}
|
|
6492
|
+
|
|
6493
|
+
.ti-device-ipad-horizontal-up:before {
|
|
6494
|
+
content: "\f8a0";
|
|
6495
|
+
}
|
|
6496
|
+
|
|
6497
|
+
.ti-device-ipad-horizontal-x:before {
|
|
6498
|
+
content: "\f8a1";
|
|
6499
|
+
}
|
|
6500
|
+
|
|
6501
|
+
.ti-device-ipad-minus:before {
|
|
6502
|
+
content: "\f8a2";
|
|
6503
|
+
}
|
|
6504
|
+
|
|
6505
|
+
.ti-device-ipad-off:before {
|
|
6506
|
+
content: "\f8a3";
|
|
6507
|
+
}
|
|
6508
|
+
|
|
6509
|
+
.ti-device-ipad-pause:before {
|
|
6510
|
+
content: "\f8a4";
|
|
6511
|
+
}
|
|
6512
|
+
|
|
6513
|
+
.ti-device-ipad-pin:before {
|
|
6514
|
+
content: "\f8a5";
|
|
6515
|
+
}
|
|
6516
|
+
|
|
6517
|
+
.ti-device-ipad-plus:before {
|
|
6518
|
+
content: "\f8a6";
|
|
6519
|
+
}
|
|
6520
|
+
|
|
6521
|
+
.ti-device-ipad-question:before {
|
|
6522
|
+
content: "\f8a7";
|
|
6523
|
+
}
|
|
6524
|
+
|
|
6525
|
+
.ti-device-ipad-search:before {
|
|
6526
|
+
content: "\f8a8";
|
|
6527
|
+
}
|
|
6528
|
+
|
|
6529
|
+
.ti-device-ipad-share:before {
|
|
6530
|
+
content: "\f8a9";
|
|
6531
|
+
}
|
|
6532
|
+
|
|
6533
|
+
.ti-device-ipad-star:before {
|
|
6534
|
+
content: "\f8aa";
|
|
6535
|
+
}
|
|
6536
|
+
|
|
6537
|
+
.ti-device-ipad-up:before {
|
|
6538
|
+
content: "\f8ab";
|
|
6539
|
+
}
|
|
6540
|
+
|
|
6541
|
+
.ti-device-ipad-x:before {
|
|
6542
|
+
content: "\f8ac";
|
|
6543
|
+
}
|
|
6544
|
+
|
|
6545
|
+
.ti-device-landline-phone:before {
|
|
6546
|
+
content: "\f649";
|
|
6547
|
+
}
|
|
6548
|
+
|
|
6549
|
+
.ti-device-laptop:before {
|
|
6550
|
+
content: "\eb64";
|
|
6551
|
+
}
|
|
6552
|
+
|
|
6553
|
+
.ti-device-laptop-off:before {
|
|
6554
|
+
content: "\f061";
|
|
6555
|
+
}
|
|
6556
|
+
|
|
6557
|
+
.ti-device-mobile:before {
|
|
6558
|
+
content: "\ea8a";
|
|
6559
|
+
}
|
|
6560
|
+
|
|
6561
|
+
.ti-device-mobile-bolt:before {
|
|
6562
|
+
content: "\f8ad";
|
|
6563
|
+
}
|
|
6564
|
+
|
|
6565
|
+
.ti-device-mobile-cancel:before {
|
|
6566
|
+
content: "\f8ae";
|
|
6567
|
+
}
|
|
6568
|
+
|
|
6569
|
+
.ti-device-mobile-charging:before {
|
|
6570
|
+
content: "\f224";
|
|
6571
|
+
}
|
|
6572
|
+
|
|
6573
|
+
.ti-device-mobile-check:before {
|
|
6574
|
+
content: "\f8af";
|
|
6575
|
+
}
|
|
6576
|
+
|
|
6577
|
+
.ti-device-mobile-code:before {
|
|
6578
|
+
content: "\f8b0";
|
|
6579
|
+
}
|
|
6580
|
+
|
|
6581
|
+
.ti-device-mobile-cog:before {
|
|
6582
|
+
content: "\f8b1";
|
|
6583
|
+
}
|
|
6584
|
+
|
|
6585
|
+
.ti-device-mobile-dollar:before {
|
|
6586
|
+
content: "\f8b2";
|
|
6587
|
+
}
|
|
6588
|
+
|
|
6589
|
+
.ti-device-mobile-down:before {
|
|
6590
|
+
content: "\f8b3";
|
|
6591
|
+
}
|
|
6592
|
+
|
|
6593
|
+
.ti-device-mobile-exclamation:before {
|
|
6594
|
+
content: "\f8b4";
|
|
6595
|
+
}
|
|
6596
|
+
|
|
6597
|
+
.ti-device-mobile-heart:before {
|
|
6598
|
+
content: "\f8b5";
|
|
6599
|
+
}
|
|
6600
|
+
|
|
6601
|
+
.ti-device-mobile-message:before {
|
|
6602
|
+
content: "\ee79";
|
|
6603
|
+
}
|
|
6604
|
+
|
|
6605
|
+
.ti-device-mobile-minus:before {
|
|
6606
|
+
content: "\f8b6";
|
|
6607
|
+
}
|
|
6608
|
+
|
|
6609
|
+
.ti-device-mobile-off:before {
|
|
6610
|
+
content: "\f062";
|
|
6611
|
+
}
|
|
6612
|
+
|
|
6613
|
+
.ti-device-mobile-pause:before {
|
|
6614
|
+
content: "\f8b7";
|
|
6615
|
+
}
|
|
6616
|
+
|
|
6617
|
+
.ti-device-mobile-pin:before {
|
|
6618
|
+
content: "\f8b8";
|
|
6619
|
+
}
|
|
6620
|
+
|
|
6621
|
+
.ti-device-mobile-plus:before {
|
|
6622
|
+
content: "\f8b9";
|
|
6623
|
+
}
|
|
6624
|
+
|
|
6625
|
+
.ti-device-mobile-question:before {
|
|
6626
|
+
content: "\f8ba";
|
|
6627
|
+
}
|
|
6628
|
+
|
|
6629
|
+
.ti-device-mobile-rotated:before {
|
|
6630
|
+
content: "\ecdb";
|
|
6631
|
+
}
|
|
6632
|
+
|
|
6633
|
+
.ti-device-mobile-search:before {
|
|
6634
|
+
content: "\f8bb";
|
|
6635
|
+
}
|
|
6636
|
+
|
|
6637
|
+
.ti-device-mobile-share:before {
|
|
6638
|
+
content: "\f8bc";
|
|
6639
|
+
}
|
|
6640
|
+
|
|
6641
|
+
.ti-device-mobile-star:before {
|
|
6642
|
+
content: "\f8bd";
|
|
6643
|
+
}
|
|
6644
|
+
|
|
6645
|
+
.ti-device-mobile-up:before {
|
|
6646
|
+
content: "\f8be";
|
|
6647
|
+
}
|
|
6648
|
+
|
|
6649
|
+
.ti-device-mobile-vibration:before {
|
|
6650
|
+
content: "\eb86";
|
|
6651
|
+
}
|
|
6652
|
+
|
|
6653
|
+
.ti-device-mobile-x:before {
|
|
6654
|
+
content: "\f8bf";
|
|
6655
|
+
}
|
|
6656
|
+
|
|
6657
|
+
.ti-device-nintendo:before {
|
|
6658
|
+
content: "\f026";
|
|
6659
|
+
}
|
|
6660
|
+
|
|
6661
|
+
.ti-device-nintendo-off:before {
|
|
6662
|
+
content: "\f111";
|
|
6663
|
+
}
|
|
6664
|
+
|
|
6665
|
+
.ti-device-remote:before {
|
|
6666
|
+
content: "\f792";
|
|
6667
|
+
}
|
|
6668
|
+
|
|
6669
|
+
.ti-device-sd-card:before {
|
|
6670
|
+
content: "\f384";
|
|
6671
|
+
}
|
|
6672
|
+
|
|
6673
|
+
.ti-device-sim:before {
|
|
6674
|
+
content: "\f4b2";
|
|
6675
|
+
}
|
|
6676
|
+
|
|
6677
|
+
.ti-device-sim-1:before {
|
|
6678
|
+
content: "\f4af";
|
|
6679
|
+
}
|
|
6680
|
+
|
|
6681
|
+
.ti-device-sim-2:before {
|
|
6682
|
+
content: "\f4b0";
|
|
5895
6683
|
}
|
|
5896
6684
|
|
|
5897
6685
|
.ti-device-sim-3:before {
|
|
@@ -5910,10 +6698,86 @@
|
|
|
5910
6698
|
content: "\ea8c";
|
|
5911
6699
|
}
|
|
5912
6700
|
|
|
6701
|
+
.ti-device-tablet-bolt:before {
|
|
6702
|
+
content: "\f8c0";
|
|
6703
|
+
}
|
|
6704
|
+
|
|
6705
|
+
.ti-device-tablet-cancel:before {
|
|
6706
|
+
content: "\f8c1";
|
|
6707
|
+
}
|
|
6708
|
+
|
|
6709
|
+
.ti-device-tablet-check:before {
|
|
6710
|
+
content: "\f8c2";
|
|
6711
|
+
}
|
|
6712
|
+
|
|
6713
|
+
.ti-device-tablet-code:before {
|
|
6714
|
+
content: "\f8c3";
|
|
6715
|
+
}
|
|
6716
|
+
|
|
6717
|
+
.ti-device-tablet-cog:before {
|
|
6718
|
+
content: "\f8c4";
|
|
6719
|
+
}
|
|
6720
|
+
|
|
6721
|
+
.ti-device-tablet-dollar:before {
|
|
6722
|
+
content: "\f8c5";
|
|
6723
|
+
}
|
|
6724
|
+
|
|
6725
|
+
.ti-device-tablet-down:before {
|
|
6726
|
+
content: "\f8c6";
|
|
6727
|
+
}
|
|
6728
|
+
|
|
6729
|
+
.ti-device-tablet-exclamation:before {
|
|
6730
|
+
content: "\f8c7";
|
|
6731
|
+
}
|
|
6732
|
+
|
|
6733
|
+
.ti-device-tablet-heart:before {
|
|
6734
|
+
content: "\f8c8";
|
|
6735
|
+
}
|
|
6736
|
+
|
|
6737
|
+
.ti-device-tablet-minus:before {
|
|
6738
|
+
content: "\f8c9";
|
|
6739
|
+
}
|
|
6740
|
+
|
|
5913
6741
|
.ti-device-tablet-off:before {
|
|
5914
6742
|
content: "\f063";
|
|
5915
6743
|
}
|
|
5916
6744
|
|
|
6745
|
+
.ti-device-tablet-pause:before {
|
|
6746
|
+
content: "\f8ca";
|
|
6747
|
+
}
|
|
6748
|
+
|
|
6749
|
+
.ti-device-tablet-pin:before {
|
|
6750
|
+
content: "\f8cb";
|
|
6751
|
+
}
|
|
6752
|
+
|
|
6753
|
+
.ti-device-tablet-plus:before {
|
|
6754
|
+
content: "\f8cc";
|
|
6755
|
+
}
|
|
6756
|
+
|
|
6757
|
+
.ti-device-tablet-question:before {
|
|
6758
|
+
content: "\f8cd";
|
|
6759
|
+
}
|
|
6760
|
+
|
|
6761
|
+
.ti-device-tablet-search:before {
|
|
6762
|
+
content: "\f8ce";
|
|
6763
|
+
}
|
|
6764
|
+
|
|
6765
|
+
.ti-device-tablet-share:before {
|
|
6766
|
+
content: "\f8cf";
|
|
6767
|
+
}
|
|
6768
|
+
|
|
6769
|
+
.ti-device-tablet-star:before {
|
|
6770
|
+
content: "\f8d0";
|
|
6771
|
+
}
|
|
6772
|
+
|
|
6773
|
+
.ti-device-tablet-up:before {
|
|
6774
|
+
content: "\f8d1";
|
|
6775
|
+
}
|
|
6776
|
+
|
|
6777
|
+
.ti-device-tablet-x:before {
|
|
6778
|
+
content: "\f8d2";
|
|
6779
|
+
}
|
|
6780
|
+
|
|
5917
6781
|
.ti-device-tv:before {
|
|
5918
6782
|
content: "\ea8d";
|
|
5919
6783
|
}
|
|
@@ -5930,10 +6794,78 @@
|
|
|
5930
6794
|
content: "\ebf9";
|
|
5931
6795
|
}
|
|
5932
6796
|
|
|
6797
|
+
.ti-device-watch-bolt:before {
|
|
6798
|
+
content: "\f8d3";
|
|
6799
|
+
}
|
|
6800
|
+
|
|
6801
|
+
.ti-device-watch-cancel:before {
|
|
6802
|
+
content: "\f8d4";
|
|
6803
|
+
}
|
|
6804
|
+
|
|
6805
|
+
.ti-device-watch-check:before {
|
|
6806
|
+
content: "\f8d5";
|
|
6807
|
+
}
|
|
6808
|
+
|
|
6809
|
+
.ti-device-watch-code:before {
|
|
6810
|
+
content: "\f8d6";
|
|
6811
|
+
}
|
|
6812
|
+
|
|
6813
|
+
.ti-device-watch-cog:before {
|
|
6814
|
+
content: "\f8d7";
|
|
6815
|
+
}
|
|
6816
|
+
|
|
6817
|
+
.ti-device-watch-dollar:before {
|
|
6818
|
+
content: "\f8d8";
|
|
6819
|
+
}
|
|
6820
|
+
|
|
6821
|
+
.ti-device-watch-down:before {
|
|
6822
|
+
content: "\f8d9";
|
|
6823
|
+
}
|
|
6824
|
+
|
|
6825
|
+
.ti-device-watch-exclamation:before {
|
|
6826
|
+
content: "\f8da";
|
|
6827
|
+
}
|
|
6828
|
+
|
|
6829
|
+
.ti-device-watch-heart:before {
|
|
6830
|
+
content: "\f8db";
|
|
6831
|
+
}
|
|
6832
|
+
|
|
6833
|
+
.ti-device-watch-minus:before {
|
|
6834
|
+
content: "\f8dc";
|
|
6835
|
+
}
|
|
6836
|
+
|
|
5933
6837
|
.ti-device-watch-off:before {
|
|
5934
6838
|
content: "\f065";
|
|
5935
6839
|
}
|
|
5936
6840
|
|
|
6841
|
+
.ti-device-watch-pause:before {
|
|
6842
|
+
content: "\f8dd";
|
|
6843
|
+
}
|
|
6844
|
+
|
|
6845
|
+
.ti-device-watch-pin:before {
|
|
6846
|
+
content: "\f8de";
|
|
6847
|
+
}
|
|
6848
|
+
|
|
6849
|
+
.ti-device-watch-plus:before {
|
|
6850
|
+
content: "\f8df";
|
|
6851
|
+
}
|
|
6852
|
+
|
|
6853
|
+
.ti-device-watch-question:before {
|
|
6854
|
+
content: "\f8e0";
|
|
6855
|
+
}
|
|
6856
|
+
|
|
6857
|
+
.ti-device-watch-search:before {
|
|
6858
|
+
content: "\f8e1";
|
|
6859
|
+
}
|
|
6860
|
+
|
|
6861
|
+
.ti-device-watch-share:before {
|
|
6862
|
+
content: "\f8e2";
|
|
6863
|
+
}
|
|
6864
|
+
|
|
6865
|
+
.ti-device-watch-star:before {
|
|
6866
|
+
content: "\f8e3";
|
|
6867
|
+
}
|
|
6868
|
+
|
|
5937
6869
|
.ti-device-watch-stats:before {
|
|
5938
6870
|
content: "\ef7d";
|
|
5939
6871
|
}
|
|
@@ -5942,6 +6874,14 @@
|
|
|
5942
6874
|
content: "\ef7c";
|
|
5943
6875
|
}
|
|
5944
6876
|
|
|
6877
|
+
.ti-device-watch-up:before {
|
|
6878
|
+
content: "\f8e4";
|
|
6879
|
+
}
|
|
6880
|
+
|
|
6881
|
+
.ti-device-watch-x:before {
|
|
6882
|
+
content: "\f8e5";
|
|
6883
|
+
}
|
|
6884
|
+
|
|
5945
6885
|
.ti-devices:before {
|
|
5946
6886
|
content: "\eb87";
|
|
5947
6887
|
}
|
|
@@ -5950,10 +6890,54 @@
|
|
|
5950
6890
|
content: "\ed29";
|
|
5951
6891
|
}
|
|
5952
6892
|
|
|
6893
|
+
.ti-devices-bolt:before {
|
|
6894
|
+
content: "\f8e6";
|
|
6895
|
+
}
|
|
6896
|
+
|
|
6897
|
+
.ti-devices-cancel:before {
|
|
6898
|
+
content: "\f8e7";
|
|
6899
|
+
}
|
|
6900
|
+
|
|
6901
|
+
.ti-devices-check:before {
|
|
6902
|
+
content: "\f8e8";
|
|
6903
|
+
}
|
|
6904
|
+
|
|
6905
|
+
.ti-devices-code:before {
|
|
6906
|
+
content: "\f8e9";
|
|
6907
|
+
}
|
|
6908
|
+
|
|
6909
|
+
.ti-devices-cog:before {
|
|
6910
|
+
content: "\f8ea";
|
|
6911
|
+
}
|
|
6912
|
+
|
|
6913
|
+
.ti-devices-dollar:before {
|
|
6914
|
+
content: "\f8eb";
|
|
6915
|
+
}
|
|
6916
|
+
|
|
6917
|
+
.ti-devices-down:before {
|
|
6918
|
+
content: "\f8ec";
|
|
6919
|
+
}
|
|
6920
|
+
|
|
6921
|
+
.ti-devices-exclamation:before {
|
|
6922
|
+
content: "\f8ed";
|
|
6923
|
+
}
|
|
6924
|
+
|
|
6925
|
+
.ti-devices-heart:before {
|
|
6926
|
+
content: "\f8ee";
|
|
6927
|
+
}
|
|
6928
|
+
|
|
6929
|
+
.ti-devices-minus:before {
|
|
6930
|
+
content: "\f8ef";
|
|
6931
|
+
}
|
|
6932
|
+
|
|
5953
6933
|
.ti-devices-off:before {
|
|
5954
6934
|
content: "\f3e4";
|
|
5955
6935
|
}
|
|
5956
6936
|
|
|
6937
|
+
.ti-devices-pause:before {
|
|
6938
|
+
content: "\f8f0";
|
|
6939
|
+
}
|
|
6940
|
+
|
|
5957
6941
|
.ti-devices-pc:before {
|
|
5958
6942
|
content: "\ee7a";
|
|
5959
6943
|
}
|
|
@@ -5962,6 +6946,38 @@
|
|
|
5962
6946
|
content: "\f113";
|
|
5963
6947
|
}
|
|
5964
6948
|
|
|
6949
|
+
.ti-devices-pin:before {
|
|
6950
|
+
content: "\f8f1";
|
|
6951
|
+
}
|
|
6952
|
+
|
|
6953
|
+
.ti-devices-plus:before {
|
|
6954
|
+
content: "\f8f2";
|
|
6955
|
+
}
|
|
6956
|
+
|
|
6957
|
+
.ti-devices-question:before {
|
|
6958
|
+
content: "\f8f3";
|
|
6959
|
+
}
|
|
6960
|
+
|
|
6961
|
+
.ti-devices-search:before {
|
|
6962
|
+
content: "\f8f4";
|
|
6963
|
+
}
|
|
6964
|
+
|
|
6965
|
+
.ti-devices-share:before {
|
|
6966
|
+
content: "\f8f5";
|
|
6967
|
+
}
|
|
6968
|
+
|
|
6969
|
+
.ti-devices-star:before {
|
|
6970
|
+
content: "\f8f6";
|
|
6971
|
+
}
|
|
6972
|
+
|
|
6973
|
+
.ti-devices-up:before {
|
|
6974
|
+
content: "\f8f7";
|
|
6975
|
+
}
|
|
6976
|
+
|
|
6977
|
+
.ti-devices-x:before {
|
|
6978
|
+
content: "\f8f8";
|
|
6979
|
+
}
|
|
6980
|
+
|
|
5965
6981
|
.ti-dialpad:before {
|
|
5966
6982
|
content: "\f067";
|
|
5967
6983
|
}
|
|
@@ -6222,6 +7238,38 @@
|
|
|
6222
7238
|
content: "\ea97";
|
|
6223
7239
|
}
|
|
6224
7240
|
|
|
7241
|
+
.ti-droplet-bolt:before {
|
|
7242
|
+
content: "\f8f9";
|
|
7243
|
+
}
|
|
7244
|
+
|
|
7245
|
+
.ti-droplet-cancel:before {
|
|
7246
|
+
content: "\f8fa";
|
|
7247
|
+
}
|
|
7248
|
+
|
|
7249
|
+
.ti-droplet-check:before {
|
|
7250
|
+
content: "\f8fb";
|
|
7251
|
+
}
|
|
7252
|
+
|
|
7253
|
+
.ti-droplet-code:before {
|
|
7254
|
+
content: "\f8fc";
|
|
7255
|
+
}
|
|
7256
|
+
|
|
7257
|
+
.ti-droplet-cog:before {
|
|
7258
|
+
content: "\f8fd";
|
|
7259
|
+
}
|
|
7260
|
+
|
|
7261
|
+
.ti-droplet-dollar:before {
|
|
7262
|
+
content: "\f8fe";
|
|
7263
|
+
}
|
|
7264
|
+
|
|
7265
|
+
.ti-droplet-down:before {
|
|
7266
|
+
content: "\f8ff";
|
|
7267
|
+
}
|
|
7268
|
+
|
|
7269
|
+
.ti-droplet-exclamation:before {
|
|
7270
|
+
content: "\f900";
|
|
7271
|
+
}
|
|
7272
|
+
|
|
6225
7273
|
.ti-droplet-filled:before {
|
|
6226
7274
|
content: "\ee80";
|
|
6227
7275
|
}
|
|
@@ -6242,10 +7290,54 @@
|
|
|
6242
7290
|
content: "\f6c5";
|
|
6243
7291
|
}
|
|
6244
7292
|
|
|
7293
|
+
.ti-droplet-heart:before {
|
|
7294
|
+
content: "\f901";
|
|
7295
|
+
}
|
|
7296
|
+
|
|
7297
|
+
.ti-droplet-minus:before {
|
|
7298
|
+
content: "\f902";
|
|
7299
|
+
}
|
|
7300
|
+
|
|
6245
7301
|
.ti-droplet-off:before {
|
|
6246
7302
|
content: "\ee83";
|
|
6247
7303
|
}
|
|
6248
7304
|
|
|
7305
|
+
.ti-droplet-pause:before {
|
|
7306
|
+
content: "\f903";
|
|
7307
|
+
}
|
|
7308
|
+
|
|
7309
|
+
.ti-droplet-pin:before {
|
|
7310
|
+
content: "\f904";
|
|
7311
|
+
}
|
|
7312
|
+
|
|
7313
|
+
.ti-droplet-plus:before {
|
|
7314
|
+
content: "\f905";
|
|
7315
|
+
}
|
|
7316
|
+
|
|
7317
|
+
.ti-droplet-question:before {
|
|
7318
|
+
content: "\f906";
|
|
7319
|
+
}
|
|
7320
|
+
|
|
7321
|
+
.ti-droplet-search:before {
|
|
7322
|
+
content: "\f907";
|
|
7323
|
+
}
|
|
7324
|
+
|
|
7325
|
+
.ti-droplet-share:before {
|
|
7326
|
+
content: "\f908";
|
|
7327
|
+
}
|
|
7328
|
+
|
|
7329
|
+
.ti-droplet-star:before {
|
|
7330
|
+
content: "\f909";
|
|
7331
|
+
}
|
|
7332
|
+
|
|
7333
|
+
.ti-droplet-up:before {
|
|
7334
|
+
content: "\f90a";
|
|
7335
|
+
}
|
|
7336
|
+
|
|
7337
|
+
.ti-droplet-x:before {
|
|
7338
|
+
content: "\f90b";
|
|
7339
|
+
}
|
|
7340
|
+
|
|
6249
7341
|
.ti-e-passport:before {
|
|
6250
7342
|
content: "\f4df";
|
|
6251
7343
|
}
|
|
@@ -6974,32 +8066,100 @@
|
|
|
6974
8066
|
content: "\ed56";
|
|
6975
8067
|
}
|
|
6976
8068
|
|
|
6977
|
-
.ti-fold-down:before {
|
|
6978
|
-
content: "\ed54";
|
|
8069
|
+
.ti-fold-down:before {
|
|
8070
|
+
content: "\ed54";
|
|
8071
|
+
}
|
|
8072
|
+
|
|
8073
|
+
.ti-fold-up:before {
|
|
8074
|
+
content: "\ed55";
|
|
8075
|
+
}
|
|
8076
|
+
|
|
8077
|
+
.ti-folder:before {
|
|
8078
|
+
content: "\eaad";
|
|
8079
|
+
}
|
|
8080
|
+
|
|
8081
|
+
.ti-folder-bolt:before {
|
|
8082
|
+
content: "\f90c";
|
|
8083
|
+
}
|
|
8084
|
+
|
|
8085
|
+
.ti-folder-cancel:before {
|
|
8086
|
+
content: "\f90d";
|
|
8087
|
+
}
|
|
8088
|
+
|
|
8089
|
+
.ti-folder-check:before {
|
|
8090
|
+
content: "\f90e";
|
|
8091
|
+
}
|
|
8092
|
+
|
|
8093
|
+
.ti-folder-code:before {
|
|
8094
|
+
content: "\f90f";
|
|
8095
|
+
}
|
|
8096
|
+
|
|
8097
|
+
.ti-folder-cog:before {
|
|
8098
|
+
content: "\f910";
|
|
8099
|
+
}
|
|
8100
|
+
|
|
8101
|
+
.ti-folder-dollar:before {
|
|
8102
|
+
content: "\f911";
|
|
8103
|
+
}
|
|
8104
|
+
|
|
8105
|
+
.ti-folder-down:before {
|
|
8106
|
+
content: "\f912";
|
|
8107
|
+
}
|
|
8108
|
+
|
|
8109
|
+
.ti-folder-exclamation:before {
|
|
8110
|
+
content: "\f913";
|
|
8111
|
+
}
|
|
8112
|
+
|
|
8113
|
+
.ti-folder-filled:before {
|
|
8114
|
+
content: "\f749";
|
|
8115
|
+
}
|
|
8116
|
+
|
|
8117
|
+
.ti-folder-heart:before {
|
|
8118
|
+
content: "\f914";
|
|
8119
|
+
}
|
|
8120
|
+
|
|
8121
|
+
.ti-folder-minus:before {
|
|
8122
|
+
content: "\eaaa";
|
|
8123
|
+
}
|
|
8124
|
+
|
|
8125
|
+
.ti-folder-off:before {
|
|
8126
|
+
content: "\ed14";
|
|
8127
|
+
}
|
|
8128
|
+
|
|
8129
|
+
.ti-folder-pause:before {
|
|
8130
|
+
content: "\f915";
|
|
8131
|
+
}
|
|
8132
|
+
|
|
8133
|
+
.ti-folder-pin:before {
|
|
8134
|
+
content: "\f916";
|
|
8135
|
+
}
|
|
8136
|
+
|
|
8137
|
+
.ti-folder-plus:before {
|
|
8138
|
+
content: "\eaab";
|
|
6979
8139
|
}
|
|
6980
8140
|
|
|
6981
|
-
.ti-
|
|
6982
|
-
content: "\
|
|
8141
|
+
.ti-folder-question:before {
|
|
8142
|
+
content: "\f917";
|
|
6983
8143
|
}
|
|
6984
8144
|
|
|
6985
|
-
.ti-folder:before {
|
|
6986
|
-
content: "\
|
|
8145
|
+
.ti-folder-search:before {
|
|
8146
|
+
content: "\f918";
|
|
6987
8147
|
}
|
|
6988
8148
|
|
|
6989
|
-
.ti-folder-
|
|
6990
|
-
content: "\
|
|
8149
|
+
.ti-folder-share:before {
|
|
8150
|
+
content: "\f919";
|
|
6991
8151
|
}
|
|
6992
8152
|
|
|
6993
|
-
.ti-folder-
|
|
6994
|
-
content: "\
|
|
8153
|
+
.ti-folder-star:before {
|
|
8154
|
+
content: "\f91a";
|
|
6995
8155
|
}
|
|
6996
8156
|
|
|
6997
|
-
.ti-folder-
|
|
6998
|
-
content: "\
|
|
8157
|
+
.ti-folder-symlink:before {
|
|
8158
|
+
content: "\f91b";
|
|
6999
8159
|
}
|
|
7000
8160
|
|
|
7001
|
-
.ti-folder-
|
|
7002
|
-
content: "\
|
|
8161
|
+
.ti-folder-up:before {
|
|
8162
|
+
content: "\f91c";
|
|
7003
8163
|
}
|
|
7004
8164
|
|
|
7005
8165
|
.ti-folder-x:before {
|
|
@@ -7562,6 +8722,10 @@
|
|
|
7562
8722
|
content: "\eabf";
|
|
7563
8723
|
}
|
|
7564
8724
|
|
|
8725
|
+
.ti-help-circle:before {
|
|
8726
|
+
content: "\f91d";
|
|
8727
|
+
}
|
|
8728
|
+
|
|
7565
8729
|
.ti-help-hexagon:before {
|
|
7566
8730
|
content: "\f7a8";
|
|
7567
8731
|
}
|
|
@@ -7574,6 +8738,22 @@
|
|
|
7574
8738
|
content: "\f3f8";
|
|
7575
8739
|
}
|
|
7576
8740
|
|
|
8741
|
+
.ti-help-small:before {
|
|
8742
|
+
content: "\f91e";
|
|
8743
|
+
}
|
|
8744
|
+
|
|
8745
|
+
.ti-help-square:before {
|
|
8746
|
+
content: "\f920";
|
|
8747
|
+
}
|
|
8748
|
+
|
|
8749
|
+
.ti-help-square-rounded:before {
|
|
8750
|
+
content: "\f91f";
|
|
8751
|
+
}
|
|
8752
|
+
|
|
8753
|
+
.ti-help-triangle:before {
|
|
8754
|
+
content: "\f921";
|
|
8755
|
+
}
|
|
8756
|
+
|
|
7577
8757
|
.ti-hexagon:before {
|
|
7578
8758
|
content: "\ec02";
|
|
7579
8759
|
}
|
|
@@ -8058,6 +9238,10 @@
|
|
|
8058
9238
|
content: "\f7ab";
|
|
8059
9239
|
}
|
|
8060
9240
|
|
|
9241
|
+
.ti-info-small:before {
|
|
9242
|
+
content: "\f922";
|
|
9243
|
+
}
|
|
9244
|
+
|
|
8061
9245
|
.ti-info-square:before {
|
|
8062
9246
|
content: "\eac6";
|
|
8063
9247
|
}
|
|
@@ -8070,6 +9254,10 @@
|
|
|
8070
9254
|
content: "\f6d9";
|
|
8071
9255
|
}
|
|
8072
9256
|
|
|
9257
|
+
.ti-info-triangle:before {
|
|
9258
|
+
content: "\f923";
|
|
9259
|
+
}
|
|
9260
|
+
|
|
8073
9261
|
.ti-inner-shadow-bottom:before {
|
|
8074
9262
|
content: "\f520";
|
|
8075
9263
|
}
|
|
@@ -8734,6 +9922,46 @@
|
|
|
8734
9922
|
content: "\f404";
|
|
8735
9923
|
}
|
|
8736
9924
|
|
|
9925
|
+
.ti-lock-bolt:before {
|
|
9926
|
+
content: "\f924";
|
|
9927
|
+
}
|
|
9928
|
+
|
|
9929
|
+
.ti-lock-cancel:before {
|
|
9930
|
+
content: "\f925";
|
|
9931
|
+
}
|
|
9932
|
+
|
|
9933
|
+
.ti-lock-check:before {
|
|
9934
|
+
content: "\f926";
|
|
9935
|
+
}
|
|
9936
|
+
|
|
9937
|
+
.ti-lock-code:before {
|
|
9938
|
+
content: "\f927";
|
|
9939
|
+
}
|
|
9940
|
+
|
|
9941
|
+
.ti-lock-cog:before {
|
|
9942
|
+
content: "\f928";
|
|
9943
|
+
}
|
|
9944
|
+
|
|
9945
|
+
.ti-lock-dollar:before {
|
|
9946
|
+
content: "\f929";
|
|
9947
|
+
}
|
|
9948
|
+
|
|
9949
|
+
.ti-lock-down:before {
|
|
9950
|
+
content: "\f92a";
|
|
9951
|
+
}
|
|
9952
|
+
|
|
9953
|
+
.ti-lock-exclamation:before {
|
|
9954
|
+
content: "\f92b";
|
|
9955
|
+
}
|
|
9956
|
+
|
|
9957
|
+
.ti-lock-heart:before {
|
|
9958
|
+
content: "\f92c";
|
|
9959
|
+
}
|
|
9960
|
+
|
|
9961
|
+
.ti-lock-minus:before {
|
|
9962
|
+
content: "\f92d";
|
|
9963
|
+
}
|
|
9964
|
+
|
|
8737
9965
|
.ti-lock-off:before {
|
|
8738
9966
|
content: "\ed1e";
|
|
8739
9967
|
}
|
|
@@ -8746,6 +9974,30 @@
|
|
|
8746
9974
|
content: "\f156";
|
|
8747
9975
|
}
|
|
8748
9976
|
|
|
9977
|
+
.ti-lock-pause:before {
|
|
9978
|
+
content: "\f92e";
|
|
9979
|
+
}
|
|
9980
|
+
|
|
9981
|
+
.ti-lock-pin:before {
|
|
9982
|
+
content: "\f92f";
|
|
9983
|
+
}
|
|
9984
|
+
|
|
9985
|
+
.ti-lock-plus:before {
|
|
9986
|
+
content: "\f930";
|
|
9987
|
+
}
|
|
9988
|
+
|
|
9989
|
+
.ti-lock-question:before {
|
|
9990
|
+
content: "\f931";
|
|
9991
|
+
}
|
|
9992
|
+
|
|
9993
|
+
.ti-lock-search:before {
|
|
9994
|
+
content: "\f932";
|
|
9995
|
+
}
|
|
9996
|
+
|
|
9997
|
+
.ti-lock-share:before {
|
|
9998
|
+
content: "\f933";
|
|
9999
|
+
}
|
|
10000
|
+
|
|
8749
10001
|
.ti-lock-square:before {
|
|
8750
10002
|
content: "\ef51";
|
|
8751
10003
|
}
|
|
@@ -8758,6 +10010,18 @@
|
|
|
8758
10010
|
content: "\f6da";
|
|
8759
10011
|
}
|
|
8760
10012
|
|
|
10013
|
+
.ti-lock-star:before {
|
|
10014
|
+
content: "\f934";
|
|
10015
|
+
}
|
|
10016
|
+
|
|
10017
|
+
.ti-lock-up:before {
|
|
10018
|
+
content: "\f935";
|
|
10019
|
+
}
|
|
10020
|
+
|
|
10021
|
+
.ti-lock-x:before {
|
|
10022
|
+
content: "\f936";
|
|
10023
|
+
}
|
|
10024
|
+
|
|
8761
10025
|
.ti-logic-and:before {
|
|
8762
10026
|
content: "\f240";
|
|
8763
10027
|
}
|
|
@@ -8842,6 +10106,38 @@
|
|
|
8842
10106
|
content: "\eae5";
|
|
8843
10107
|
}
|
|
8844
10108
|
|
|
10109
|
+
.ti-mail-bolt:before {
|
|
10110
|
+
content: "\f937";
|
|
10111
|
+
}
|
|
10112
|
+
|
|
10113
|
+
.ti-mail-cancel:before {
|
|
10114
|
+
content: "\f938";
|
|
10115
|
+
}
|
|
10116
|
+
|
|
10117
|
+
.ti-mail-check:before {
|
|
10118
|
+
content: "\f939";
|
|
10119
|
+
}
|
|
10120
|
+
|
|
10121
|
+
.ti-mail-code:before {
|
|
10122
|
+
content: "\f93a";
|
|
10123
|
+
}
|
|
10124
|
+
|
|
10125
|
+
.ti-mail-cog:before {
|
|
10126
|
+
content: "\f93b";
|
|
10127
|
+
}
|
|
10128
|
+
|
|
10129
|
+
.ti-mail-dollar:before {
|
|
10130
|
+
content: "\f93c";
|
|
10131
|
+
}
|
|
10132
|
+
|
|
10133
|
+
.ti-mail-down:before {
|
|
10134
|
+
content: "\f93d";
|
|
10135
|
+
}
|
|
10136
|
+
|
|
10137
|
+
.ti-mail-exclamation:before {
|
|
10138
|
+
content: "\f93e";
|
|
10139
|
+
}
|
|
10140
|
+
|
|
8845
10141
|
.ti-mail-fast:before {
|
|
8846
10142
|
content: "\f069";
|
|
8847
10143
|
}
|
|
@@ -8850,6 +10146,14 @@
|
|
|
8850
10146
|
content: "\eeac";
|
|
8851
10147
|
}
|
|
8852
10148
|
|
|
10149
|
+
.ti-mail-heart:before {
|
|
10150
|
+
content: "\f93f";
|
|
10151
|
+
}
|
|
10152
|
+
|
|
10153
|
+
.ti-mail-minus:before {
|
|
10154
|
+
content: "\f940";
|
|
10155
|
+
}
|
|
10156
|
+
|
|
8853
10157
|
.ti-mail-off:before {
|
|
8854
10158
|
content: "\f15a";
|
|
8855
10159
|
}
|
|
@@ -8858,6 +10162,42 @@
|
|
|
8858
10162
|
content: "\eae4";
|
|
8859
10163
|
}
|
|
8860
10164
|
|
|
10165
|
+
.ti-mail-pause:before {
|
|
10166
|
+
content: "\f941";
|
|
10167
|
+
}
|
|
10168
|
+
|
|
10169
|
+
.ti-mail-pin:before {
|
|
10170
|
+
content: "\f942";
|
|
10171
|
+
}
|
|
10172
|
+
|
|
10173
|
+
.ti-mail-plus:before {
|
|
10174
|
+
content: "\f943";
|
|
10175
|
+
}
|
|
10176
|
+
|
|
10177
|
+
.ti-mail-question:before {
|
|
10178
|
+
content: "\f944";
|
|
10179
|
+
}
|
|
10180
|
+
|
|
10181
|
+
.ti-mail-search:before {
|
|
10182
|
+
content: "\f945";
|
|
10183
|
+
}
|
|
10184
|
+
|
|
10185
|
+
.ti-mail-share:before {
|
|
10186
|
+
content: "\f946";
|
|
10187
|
+
}
|
|
10188
|
+
|
|
10189
|
+
.ti-mail-star:before {
|
|
10190
|
+
content: "\f947";
|
|
10191
|
+
}
|
|
10192
|
+
|
|
10193
|
+
.ti-mail-up:before {
|
|
10194
|
+
content: "\f948";
|
|
10195
|
+
}
|
|
10196
|
+
|
|
10197
|
+
.ti-mail-x:before {
|
|
10198
|
+
content: "\f949";
|
|
10199
|
+
}
|
|
10200
|
+
|
|
8861
10201
|
.ti-mailbox:before {
|
|
8862
10202
|
content: "\eead";
|
|
8863
10203
|
}
|
|
@@ -8890,18 +10230,90 @@
|
|
|
8890
10230
|
content: "\eae8";
|
|
8891
10231
|
}
|
|
8892
10232
|
|
|
10233
|
+
.ti-map-pin-bolt:before {
|
|
10234
|
+
content: "\f94a";
|
|
10235
|
+
}
|
|
10236
|
+
|
|
10237
|
+
.ti-map-pin-cancel:before {
|
|
10238
|
+
content: "\f94b";
|
|
10239
|
+
}
|
|
10240
|
+
|
|
10241
|
+
.ti-map-pin-check:before {
|
|
10242
|
+
content: "\f94c";
|
|
10243
|
+
}
|
|
10244
|
+
|
|
10245
|
+
.ti-map-pin-code:before {
|
|
10246
|
+
content: "\f94d";
|
|
10247
|
+
}
|
|
10248
|
+
|
|
10249
|
+
.ti-map-pin-cog:before {
|
|
10250
|
+
content: "\f94e";
|
|
10251
|
+
}
|
|
10252
|
+
|
|
10253
|
+
.ti-map-pin-dollar:before {
|
|
10254
|
+
content: "\f94f";
|
|
10255
|
+
}
|
|
10256
|
+
|
|
10257
|
+
.ti-map-pin-down:before {
|
|
10258
|
+
content: "\f950";
|
|
10259
|
+
}
|
|
10260
|
+
|
|
10261
|
+
.ti-map-pin-exclamation:before {
|
|
10262
|
+
content: "\f951";
|
|
10263
|
+
}
|
|
10264
|
+
|
|
8893
10265
|
.ti-map-pin-filled:before {
|
|
8894
10266
|
content: "\f680";
|
|
8895
10267
|
}
|
|
8896
10268
|
|
|
10269
|
+
.ti-map-pin-heart:before {
|
|
10270
|
+
content: "\f952";
|
|
10271
|
+
}
|
|
10272
|
+
|
|
10273
|
+
.ti-map-pin-minus:before {
|
|
10274
|
+
content: "\f953";
|
|
10275
|
+
}
|
|
10276
|
+
|
|
8897
10277
|
.ti-map-pin-off:before {
|
|
8898
10278
|
content: "\ecf3";
|
|
8899
10279
|
}
|
|
8900
10280
|
|
|
10281
|
+
.ti-map-pin-pause:before {
|
|
10282
|
+
content: "\f954";
|
|
10283
|
+
}
|
|
10284
|
+
|
|
10285
|
+
.ti-map-pin-pin:before {
|
|
10286
|
+
content: "\f955";
|
|
10287
|
+
}
|
|
10288
|
+
|
|
10289
|
+
.ti-map-pin-plus:before {
|
|
10290
|
+
content: "\f956";
|
|
10291
|
+
}
|
|
10292
|
+
|
|
10293
|
+
.ti-map-pin-question:before {
|
|
10294
|
+
content: "\f957";
|
|
10295
|
+
}
|
|
10296
|
+
|
|
10297
|
+
.ti-map-pin-search:before {
|
|
10298
|
+
content: "\f958";
|
|
10299
|
+
}
|
|
10300
|
+
|
|
8901
10301
|
.ti-map-pin-share:before {
|
|
8902
10302
|
content: "\f795";
|
|
8903
10303
|
}
|
|
8904
10304
|
|
|
10305
|
+
.ti-map-pin-star:before {
|
|
10306
|
+
content: "\f959";
|
|
10307
|
+
}
|
|
10308
|
+
|
|
10309
|
+
.ti-map-pin-up:before {
|
|
10310
|
+
content: "\f95a";
|
|
10311
|
+
}
|
|
10312
|
+
|
|
10313
|
+
.ti-map-pin-x:before {
|
|
10314
|
+
content: "\f95b";
|
|
10315
|
+
}
|
|
10316
|
+
|
|
8905
10317
|
.ti-map-pins:before {
|
|
8906
10318
|
content: "\ed5e";
|
|
8907
10319
|
}
|
|
@@ -9102,118 +10514,326 @@
|
|
|
9102
10514
|
content: "\ec78";
|
|
9103
10515
|
}
|
|
9104
10516
|
|
|
9105
|
-
.ti-medal-2:before {
|
|
9106
|
-
content: "\efcd";
|
|
10517
|
+
.ti-medal-2:before {
|
|
10518
|
+
content: "\efcd";
|
|
10519
|
+
}
|
|
10520
|
+
|
|
10521
|
+
.ti-medical-cross:before {
|
|
10522
|
+
content: "\ec2f";
|
|
10523
|
+
}
|
|
10524
|
+
|
|
10525
|
+
.ti-medical-cross-filled:before {
|
|
10526
|
+
content: "\f681";
|
|
10527
|
+
}
|
|
10528
|
+
|
|
10529
|
+
.ti-medical-cross-off:before {
|
|
10530
|
+
content: "\f160";
|
|
10531
|
+
}
|
|
10532
|
+
|
|
10533
|
+
.ti-medicine-syrup:before {
|
|
10534
|
+
content: "\ef63";
|
|
10535
|
+
}
|
|
10536
|
+
|
|
10537
|
+
.ti-meeple:before {
|
|
10538
|
+
content: "\f514";
|
|
10539
|
+
}
|
|
10540
|
+
|
|
10541
|
+
.ti-menorah:before {
|
|
10542
|
+
content: "\f58c";
|
|
10543
|
+
}
|
|
10544
|
+
|
|
10545
|
+
.ti-menu:before {
|
|
10546
|
+
content: "\eaeb";
|
|
10547
|
+
}
|
|
10548
|
+
|
|
10549
|
+
.ti-menu-2:before {
|
|
10550
|
+
content: "\ec42";
|
|
10551
|
+
}
|
|
10552
|
+
|
|
10553
|
+
.ti-menu-order:before {
|
|
10554
|
+
content: "\f5f5";
|
|
10555
|
+
}
|
|
10556
|
+
|
|
10557
|
+
.ti-message:before {
|
|
10558
|
+
content: "\eaef";
|
|
10559
|
+
}
|
|
10560
|
+
|
|
10561
|
+
.ti-message-2:before {
|
|
10562
|
+
content: "\eaec";
|
|
10563
|
+
}
|
|
10564
|
+
|
|
10565
|
+
.ti-message-2-bolt:before {
|
|
10566
|
+
content: "\f95c";
|
|
10567
|
+
}
|
|
10568
|
+
|
|
10569
|
+
.ti-message-2-cancel:before {
|
|
10570
|
+
content: "\f95d";
|
|
10571
|
+
}
|
|
10572
|
+
|
|
10573
|
+
.ti-message-2-check:before {
|
|
10574
|
+
content: "\f95e";
|
|
10575
|
+
}
|
|
10576
|
+
|
|
10577
|
+
.ti-message-2-code:before {
|
|
10578
|
+
content: "\f012";
|
|
10579
|
+
}
|
|
10580
|
+
|
|
10581
|
+
.ti-message-2-cog:before {
|
|
10582
|
+
content: "\f95f";
|
|
10583
|
+
}
|
|
10584
|
+
|
|
10585
|
+
.ti-message-2-dollar:before {
|
|
10586
|
+
content: "\f960";
|
|
10587
|
+
}
|
|
10588
|
+
|
|
10589
|
+
.ti-message-2-down:before {
|
|
10590
|
+
content: "\f961";
|
|
10591
|
+
}
|
|
10592
|
+
|
|
10593
|
+
.ti-message-2-exclamation:before {
|
|
10594
|
+
content: "\f962";
|
|
10595
|
+
}
|
|
10596
|
+
|
|
10597
|
+
.ti-message-2-heart:before {
|
|
10598
|
+
content: "\f963";
|
|
10599
|
+
}
|
|
10600
|
+
|
|
10601
|
+
.ti-message-2-minus:before {
|
|
10602
|
+
content: "\f964";
|
|
10603
|
+
}
|
|
10604
|
+
|
|
10605
|
+
.ti-message-2-off:before {
|
|
10606
|
+
content: "\f40b";
|
|
10607
|
+
}
|
|
10608
|
+
|
|
10609
|
+
.ti-message-2-pause:before {
|
|
10610
|
+
content: "\f965";
|
|
10611
|
+
}
|
|
10612
|
+
|
|
10613
|
+
.ti-message-2-pin:before {
|
|
10614
|
+
content: "\f966";
|
|
10615
|
+
}
|
|
10616
|
+
|
|
10617
|
+
.ti-message-2-plus:before {
|
|
10618
|
+
content: "\f967";
|
|
10619
|
+
}
|
|
10620
|
+
|
|
10621
|
+
.ti-message-2-question:before {
|
|
10622
|
+
content: "\f968";
|
|
10623
|
+
}
|
|
10624
|
+
|
|
10625
|
+
.ti-message-2-search:before {
|
|
10626
|
+
content: "\f969";
|
|
10627
|
+
}
|
|
10628
|
+
|
|
10629
|
+
.ti-message-2-share:before {
|
|
10630
|
+
content: "\f077";
|
|
10631
|
+
}
|
|
10632
|
+
|
|
10633
|
+
.ti-message-2-star:before {
|
|
10634
|
+
content: "\f96a";
|
|
10635
|
+
}
|
|
10636
|
+
|
|
10637
|
+
.ti-message-2-up:before {
|
|
10638
|
+
content: "\f96b";
|
|
10639
|
+
}
|
|
10640
|
+
|
|
10641
|
+
.ti-message-2-x:before {
|
|
10642
|
+
content: "\f96c";
|
|
10643
|
+
}
|
|
10644
|
+
|
|
10645
|
+
.ti-message-bolt:before {
|
|
10646
|
+
content: "\f96d";
|
|
10647
|
+
}
|
|
10648
|
+
|
|
10649
|
+
.ti-message-cancel:before {
|
|
10650
|
+
content: "\f96e";
|
|
10651
|
+
}
|
|
10652
|
+
|
|
10653
|
+
.ti-message-chatbot:before {
|
|
10654
|
+
content: "\f38a";
|
|
10655
|
+
}
|
|
10656
|
+
|
|
10657
|
+
.ti-message-check:before {
|
|
10658
|
+
content: "\f96f";
|
|
10659
|
+
}
|
|
10660
|
+
|
|
10661
|
+
.ti-message-circle:before {
|
|
10662
|
+
content: "\eaed";
|
|
10663
|
+
}
|
|
10664
|
+
|
|
10665
|
+
.ti-message-circle-2:before {
|
|
10666
|
+
content: "\ed3f";
|
|
10667
|
+
}
|
|
10668
|
+
|
|
10669
|
+
.ti-message-circle-2-filled:before {
|
|
10670
|
+
content: "\f682";
|
|
10671
|
+
}
|
|
10672
|
+
|
|
10673
|
+
.ti-message-circle-bolt:before {
|
|
10674
|
+
content: "\f970";
|
|
9107
10675
|
}
|
|
9108
10676
|
|
|
9109
|
-
.ti-
|
|
9110
|
-
content: "\
|
|
10677
|
+
.ti-message-circle-cancel:before {
|
|
10678
|
+
content: "\f971";
|
|
9111
10679
|
}
|
|
9112
10680
|
|
|
9113
|
-
.ti-
|
|
9114
|
-
content: "\
|
|
10681
|
+
.ti-message-circle-check:before {
|
|
10682
|
+
content: "\f972";
|
|
9115
10683
|
}
|
|
9116
10684
|
|
|
9117
|
-
.ti-
|
|
9118
|
-
content: "\
|
|
10685
|
+
.ti-message-circle-code:before {
|
|
10686
|
+
content: "\f973";
|
|
9119
10687
|
}
|
|
9120
10688
|
|
|
9121
|
-
.ti-
|
|
9122
|
-
content: "\
|
|
10689
|
+
.ti-message-circle-cog:before {
|
|
10690
|
+
content: "\f974";
|
|
9123
10691
|
}
|
|
9124
10692
|
|
|
9125
|
-
.ti-
|
|
9126
|
-
content: "\
|
|
10693
|
+
.ti-message-circle-dollar:before {
|
|
10694
|
+
content: "\f975";
|
|
9127
10695
|
}
|
|
9128
10696
|
|
|
9129
|
-
.ti-
|
|
9130
|
-
content: "\
|
|
10697
|
+
.ti-message-circle-down:before {
|
|
10698
|
+
content: "\f976";
|
|
9131
10699
|
}
|
|
9132
10700
|
|
|
9133
|
-
.ti-
|
|
9134
|
-
content: "\
|
|
10701
|
+
.ti-message-circle-exclamation:before {
|
|
10702
|
+
content: "\f977";
|
|
9135
10703
|
}
|
|
9136
10704
|
|
|
9137
|
-
.ti-
|
|
9138
|
-
content: "\
|
|
10705
|
+
.ti-message-circle-heart:before {
|
|
10706
|
+
content: "\f978";
|
|
9139
10707
|
}
|
|
9140
10708
|
|
|
9141
|
-
.ti-
|
|
9142
|
-
content: "\
|
|
10709
|
+
.ti-message-circle-minus:before {
|
|
10710
|
+
content: "\f979";
|
|
9143
10711
|
}
|
|
9144
10712
|
|
|
9145
|
-
.ti-message:before {
|
|
9146
|
-
content: "\
|
|
10713
|
+
.ti-message-circle-off:before {
|
|
10714
|
+
content: "\ed40";
|
|
9147
10715
|
}
|
|
9148
10716
|
|
|
9149
|
-
.ti-message-
|
|
9150
|
-
content: "\
|
|
10717
|
+
.ti-message-circle-pause:before {
|
|
10718
|
+
content: "\f97a";
|
|
9151
10719
|
}
|
|
9152
10720
|
|
|
9153
|
-
.ti-message-
|
|
9154
|
-
content: "\
|
|
10721
|
+
.ti-message-circle-pin:before {
|
|
10722
|
+
content: "\f97b";
|
|
9155
10723
|
}
|
|
9156
10724
|
|
|
9157
|
-
.ti-message-
|
|
9158
|
-
content: "\
|
|
10725
|
+
.ti-message-circle-plus:before {
|
|
10726
|
+
content: "\f97c";
|
|
9159
10727
|
}
|
|
9160
10728
|
|
|
9161
|
-
.ti-message-
|
|
9162
|
-
content: "\
|
|
10729
|
+
.ti-message-circle-question:before {
|
|
10730
|
+
content: "\f97d";
|
|
9163
10731
|
}
|
|
9164
10732
|
|
|
9165
|
-
.ti-message-
|
|
9166
|
-
content: "\
|
|
10733
|
+
.ti-message-circle-search:before {
|
|
10734
|
+
content: "\f97e";
|
|
9167
10735
|
}
|
|
9168
10736
|
|
|
9169
|
-
.ti-message-circle:before {
|
|
9170
|
-
content: "\
|
|
10737
|
+
.ti-message-circle-share:before {
|
|
10738
|
+
content: "\f97f";
|
|
9171
10739
|
}
|
|
9172
10740
|
|
|
9173
|
-
.ti-message-circle-
|
|
9174
|
-
content: "\
|
|
10741
|
+
.ti-message-circle-star:before {
|
|
10742
|
+
content: "\f980";
|
|
9175
10743
|
}
|
|
9176
10744
|
|
|
9177
|
-
.ti-message-circle-
|
|
9178
|
-
content: "\
|
|
10745
|
+
.ti-message-circle-up:before {
|
|
10746
|
+
content: "\f981";
|
|
9179
10747
|
}
|
|
9180
10748
|
|
|
9181
|
-
.ti-message-circle-
|
|
9182
|
-
content: "\
|
|
10749
|
+
.ti-message-circle-x:before {
|
|
10750
|
+
content: "\f982";
|
|
9183
10751
|
}
|
|
9184
10752
|
|
|
9185
10753
|
.ti-message-code:before {
|
|
9186
10754
|
content: "\f013";
|
|
9187
10755
|
}
|
|
9188
10756
|
|
|
10757
|
+
.ti-message-cog:before {
|
|
10758
|
+
content: "\f983";
|
|
10759
|
+
}
|
|
10760
|
+
|
|
10761
|
+
.ti-message-dollar:before {
|
|
10762
|
+
content: "\f984";
|
|
10763
|
+
}
|
|
10764
|
+
|
|
9189
10765
|
.ti-message-dots:before {
|
|
9190
10766
|
content: "\eaee";
|
|
9191
10767
|
}
|
|
9192
10768
|
|
|
10769
|
+
.ti-message-down:before {
|
|
10770
|
+
content: "\f985";
|
|
10771
|
+
}
|
|
10772
|
+
|
|
10773
|
+
.ti-message-exclamation:before {
|
|
10774
|
+
content: "\f986";
|
|
10775
|
+
}
|
|
10776
|
+
|
|
9193
10777
|
.ti-message-forward:before {
|
|
9194
10778
|
content: "\f28f";
|
|
9195
10779
|
}
|
|
9196
10780
|
|
|
10781
|
+
.ti-message-heart:before {
|
|
10782
|
+
content: "\f987";
|
|
10783
|
+
}
|
|
10784
|
+
|
|
9197
10785
|
.ti-message-language:before {
|
|
9198
10786
|
content: "\efae";
|
|
9199
10787
|
}
|
|
9200
10788
|
|
|
10789
|
+
.ti-message-minus:before {
|
|
10790
|
+
content: "\f988";
|
|
10791
|
+
}
|
|
10792
|
+
|
|
9201
10793
|
.ti-message-off:before {
|
|
9202
10794
|
content: "\ed41";
|
|
9203
10795
|
}
|
|
9204
10796
|
|
|
10797
|
+
.ti-message-pause:before {
|
|
10798
|
+
content: "\f989";
|
|
10799
|
+
}
|
|
10800
|
+
|
|
10801
|
+
.ti-message-pin:before {
|
|
10802
|
+
content: "\f98a";
|
|
10803
|
+
}
|
|
10804
|
+
|
|
9205
10805
|
.ti-message-plus:before {
|
|
9206
10806
|
content: "\ec9a";
|
|
9207
10807
|
}
|
|
9208
10808
|
|
|
10809
|
+
.ti-message-question:before {
|
|
10810
|
+
content: "\f98b";
|
|
10811
|
+
}
|
|
10812
|
+
|
|
9209
10813
|
.ti-message-report:before {
|
|
9210
10814
|
content: "\ec9b";
|
|
9211
10815
|
}
|
|
9212
10816
|
|
|
10817
|
+
.ti-message-search:before {
|
|
10818
|
+
content: "\f98c";
|
|
10819
|
+
}
|
|
10820
|
+
|
|
9213
10821
|
.ti-message-share:before {
|
|
9214
10822
|
content: "\f078";
|
|
9215
10823
|
}
|
|
9216
10824
|
|
|
10825
|
+
.ti-message-star:before {
|
|
10826
|
+
content: "\f98d";
|
|
10827
|
+
}
|
|
10828
|
+
|
|
10829
|
+
.ti-message-up:before {
|
|
10830
|
+
content: "\f98e";
|
|
10831
|
+
}
|
|
10832
|
+
|
|
10833
|
+
.ti-message-x:before {
|
|
10834
|
+
content: "\f98f";
|
|
10835
|
+
}
|
|
10836
|
+
|
|
9217
10837
|
.ti-messages:before {
|
|
9218
10838
|
content: "\eb6c";
|
|
9219
10839
|
}
|
|
@@ -10078,6 +11698,10 @@
|
|
|
10078
11698
|
content: "\eb0a";
|
|
10079
11699
|
}
|
|
10080
11700
|
|
|
11701
|
+
.ti-photo-bolt:before {
|
|
11702
|
+
content: "\f990";
|
|
11703
|
+
}
|
|
11704
|
+
|
|
10081
11705
|
.ti-photo-cancel:before {
|
|
10082
11706
|
content: "\f35d";
|
|
10083
11707
|
}
|
|
@@ -10086,6 +11710,18 @@
|
|
|
10086
11710
|
content: "\f35e";
|
|
10087
11711
|
}
|
|
10088
11712
|
|
|
11713
|
+
.ti-photo-code:before {
|
|
11714
|
+
content: "\f991";
|
|
11715
|
+
}
|
|
11716
|
+
|
|
11717
|
+
.ti-photo-cog:before {
|
|
11718
|
+
content: "\f992";
|
|
11719
|
+
}
|
|
11720
|
+
|
|
11721
|
+
.ti-photo-dollar:before {
|
|
11722
|
+
content: "\f993";
|
|
11723
|
+
}
|
|
11724
|
+
|
|
10089
11725
|
.ti-photo-down:before {
|
|
10090
11726
|
content: "\f35f";
|
|
10091
11727
|
}
|
|
@@ -10094,6 +11730,10 @@
|
|
|
10094
11730
|
content: "\f360";
|
|
10095
11731
|
}
|
|
10096
11732
|
|
|
11733
|
+
.ti-photo-exclamation:before {
|
|
11734
|
+
content: "\f994";
|
|
11735
|
+
}
|
|
11736
|
+
|
|
10097
11737
|
.ti-photo-heart:before {
|
|
10098
11738
|
content: "\f361";
|
|
10099
11739
|
}
|
|
@@ -10106,10 +11746,22 @@
|
|
|
10106
11746
|
content: "\ecf6";
|
|
10107
11747
|
}
|
|
10108
11748
|
|
|
11749
|
+
.ti-photo-pause:before {
|
|
11750
|
+
content: "\f995";
|
|
11751
|
+
}
|
|
11752
|
+
|
|
11753
|
+
.ti-photo-pin:before {
|
|
11754
|
+
content: "\f996";
|
|
11755
|
+
}
|
|
11756
|
+
|
|
10109
11757
|
.ti-photo-plus:before {
|
|
10110
11758
|
content: "\f363";
|
|
10111
11759
|
}
|
|
10112
11760
|
|
|
11761
|
+
.ti-photo-question:before {
|
|
11762
|
+
content: "\f997";
|
|
11763
|
+
}
|
|
11764
|
+
|
|
10113
11765
|
.ti-photo-search:before {
|
|
10114
11766
|
content: "\f364";
|
|
10115
11767
|
}
|
|
@@ -10126,6 +11778,10 @@
|
|
|
10126
11778
|
content: "\f797";
|
|
10127
11779
|
}
|
|
10128
11780
|
|
|
11781
|
+
.ti-photo-share:before {
|
|
11782
|
+
content: "\f998";
|
|
11783
|
+
}
|
|
11784
|
+
|
|
10129
11785
|
.ti-photo-shield:before {
|
|
10130
11786
|
content: "\f365";
|
|
10131
11787
|
}
|
|
@@ -10446,6 +12102,86 @@
|
|
|
10446
12102
|
content: "\f265";
|
|
10447
12103
|
}
|
|
10448
12104
|
|
|
12105
|
+
.ti-pointer-bolt:before {
|
|
12106
|
+
content: "\f999";
|
|
12107
|
+
}
|
|
12108
|
+
|
|
12109
|
+
.ti-pointer-cancel:before {
|
|
12110
|
+
content: "\f99a";
|
|
12111
|
+
}
|
|
12112
|
+
|
|
12113
|
+
.ti-pointer-check:before {
|
|
12114
|
+
content: "\f99b";
|
|
12115
|
+
}
|
|
12116
|
+
|
|
12117
|
+
.ti-pointer-code:before {
|
|
12118
|
+
content: "\f99c";
|
|
12119
|
+
}
|
|
12120
|
+
|
|
12121
|
+
.ti-pointer-cog:before {
|
|
12122
|
+
content: "\f99d";
|
|
12123
|
+
}
|
|
12124
|
+
|
|
12125
|
+
.ti-pointer-dollar:before {
|
|
12126
|
+
content: "\f99e";
|
|
12127
|
+
}
|
|
12128
|
+
|
|
12129
|
+
.ti-pointer-down:before {
|
|
12130
|
+
content: "\f99f";
|
|
12131
|
+
}
|
|
12132
|
+
|
|
12133
|
+
.ti-pointer-exclamation:before {
|
|
12134
|
+
content: "\f9a0";
|
|
12135
|
+
}
|
|
12136
|
+
|
|
12137
|
+
.ti-pointer-heart:before {
|
|
12138
|
+
content: "\f9a1";
|
|
12139
|
+
}
|
|
12140
|
+
|
|
12141
|
+
.ti-pointer-minus:before {
|
|
12142
|
+
content: "\f9a2";
|
|
12143
|
+
}
|
|
12144
|
+
|
|
12145
|
+
.ti-pointer-off:before {
|
|
12146
|
+
content: "\f9a3";
|
|
12147
|
+
}
|
|
12148
|
+
|
|
12149
|
+
.ti-pointer-pause:before {
|
|
12150
|
+
content: "\f9a4";
|
|
12151
|
+
}
|
|
12152
|
+
|
|
12153
|
+
.ti-pointer-pin:before {
|
|
12154
|
+
content: "\f9a5";
|
|
12155
|
+
}
|
|
12156
|
+
|
|
12157
|
+
.ti-pointer-plus:before {
|
|
12158
|
+
content: "\f9a6";
|
|
12159
|
+
}
|
|
12160
|
+
|
|
12161
|
+
.ti-pointer-question:before {
|
|
12162
|
+
content: "\f9a7";
|
|
12163
|
+
}
|
|
12164
|
+
|
|
12165
|
+
.ti-pointer-search:before {
|
|
12166
|
+
content: "\f9a8";
|
|
12167
|
+
}
|
|
12168
|
+
|
|
12169
|
+
.ti-pointer-share:before {
|
|
12170
|
+
content: "\f9a9";
|
|
12171
|
+
}
|
|
12172
|
+
|
|
12173
|
+
.ti-pointer-star:before {
|
|
12174
|
+
content: "\f9aa";
|
|
12175
|
+
}
|
|
12176
|
+
|
|
12177
|
+
.ti-pointer-up:before {
|
|
12178
|
+
content: "\f9ab";
|
|
12179
|
+
}
|
|
12180
|
+
|
|
12181
|
+
.ti-pointer-x:before {
|
|
12182
|
+
content: "\f9ac";
|
|
12183
|
+
}
|
|
12184
|
+
|
|
10449
12185
|
.ti-pokeball:before {
|
|
10450
12186
|
content: "\eec1";
|
|
10451
12187
|
}
|
|
@@ -10570,10 +12306,6 @@
|
|
|
10570
12306
|
content: "\f41e";
|
|
10571
12307
|
}
|
|
10572
12308
|
|
|
10573
|
-
.ti-question-circle:before {
|
|
10574
|
-
content: "\f637";
|
|
10575
|
-
}
|
|
10576
|
-
|
|
10577
12309
|
.ti-question-mark:before {
|
|
10578
12310
|
content: "\ec9d";
|
|
10579
12311
|
}
|
|
@@ -11266,14 +12998,90 @@
|
|
|
11266
12998
|
content: "\eed6";
|
|
11267
12999
|
}
|
|
11268
13000
|
|
|
13001
|
+
.ti-settings-bolt:before {
|
|
13002
|
+
content: "\f9ad";
|
|
13003
|
+
}
|
|
13004
|
+
|
|
13005
|
+
.ti-settings-cancel:before {
|
|
13006
|
+
content: "\f9ae";
|
|
13007
|
+
}
|
|
13008
|
+
|
|
13009
|
+
.ti-settings-check:before {
|
|
13010
|
+
content: "\f9af";
|
|
13011
|
+
}
|
|
13012
|
+
|
|
13013
|
+
.ti-settings-code:before {
|
|
13014
|
+
content: "\f9b0";
|
|
13015
|
+
}
|
|
13016
|
+
|
|
13017
|
+
.ti-settings-cog:before {
|
|
13018
|
+
content: "\f9b1";
|
|
13019
|
+
}
|
|
13020
|
+
|
|
13021
|
+
.ti-settings-dollar:before {
|
|
13022
|
+
content: "\f9b2";
|
|
13023
|
+
}
|
|
13024
|
+
|
|
13025
|
+
.ti-settings-down:before {
|
|
13026
|
+
content: "\f9b3";
|
|
13027
|
+
}
|
|
13028
|
+
|
|
13029
|
+
.ti-settings-exclamation:before {
|
|
13030
|
+
content: "\f9b4";
|
|
13031
|
+
}
|
|
13032
|
+
|
|
11269
13033
|
.ti-settings-filled:before {
|
|
11270
13034
|
content: "\f69e";
|
|
11271
13035
|
}
|
|
11272
13036
|
|
|
13037
|
+
.ti-settings-heart:before {
|
|
13038
|
+
content: "\f9b5";
|
|
13039
|
+
}
|
|
13040
|
+
|
|
13041
|
+
.ti-settings-minus:before {
|
|
13042
|
+
content: "\f9b6";
|
|
13043
|
+
}
|
|
13044
|
+
|
|
11273
13045
|
.ti-settings-off:before {
|
|
11274
13046
|
content: "\f19f";
|
|
11275
13047
|
}
|
|
11276
13048
|
|
|
13049
|
+
.ti-settings-pause:before {
|
|
13050
|
+
content: "\f9b7";
|
|
13051
|
+
}
|
|
13052
|
+
|
|
13053
|
+
.ti-settings-pin:before {
|
|
13054
|
+
content: "\f9b8";
|
|
13055
|
+
}
|
|
13056
|
+
|
|
13057
|
+
.ti-settings-plus:before {
|
|
13058
|
+
content: "\f9b9";
|
|
13059
|
+
}
|
|
13060
|
+
|
|
13061
|
+
.ti-settings-question:before {
|
|
13062
|
+
content: "\f9ba";
|
|
13063
|
+
}
|
|
13064
|
+
|
|
13065
|
+
.ti-settings-search:before {
|
|
13066
|
+
content: "\f9bb";
|
|
13067
|
+
}
|
|
13068
|
+
|
|
13069
|
+
.ti-settings-share:before {
|
|
13070
|
+
content: "\f9bc";
|
|
13071
|
+
}
|
|
13072
|
+
|
|
13073
|
+
.ti-settings-star:before {
|
|
13074
|
+
content: "\f9bd";
|
|
13075
|
+
}
|
|
13076
|
+
|
|
13077
|
+
.ti-settings-up:before {
|
|
13078
|
+
content: "\f9be";
|
|
13079
|
+
}
|
|
13080
|
+
|
|
13081
|
+
.ti-settings-x:before {
|
|
13082
|
+
content: "\f9bf";
|
|
13083
|
+
}
|
|
13084
|
+
|
|
11277
13085
|
.ti-shadow:before {
|
|
11278
13086
|
content: "\eed8";
|
|
11279
13087
|
}
|
|
@@ -11318,6 +13126,14 @@
|
|
|
11318
13126
|
content: "\eb24";
|
|
11319
13127
|
}
|
|
11320
13128
|
|
|
13129
|
+
.ti-shield-bolt:before {
|
|
13130
|
+
content: "\f9c0";
|
|
13131
|
+
}
|
|
13132
|
+
|
|
13133
|
+
.ti-shield-cancel:before {
|
|
13134
|
+
content: "\f9c1";
|
|
13135
|
+
}
|
|
13136
|
+
|
|
11321
13137
|
.ti-shield-check:before {
|
|
11322
13138
|
content: "\eb22";
|
|
11323
13139
|
}
|
|
@@ -11338,6 +13154,26 @@
|
|
|
11338
13154
|
content: "\ef9b";
|
|
11339
13155
|
}
|
|
11340
13156
|
|
|
13157
|
+
.ti-shield-code:before {
|
|
13158
|
+
content: "\f9c2";
|
|
13159
|
+
}
|
|
13160
|
+
|
|
13161
|
+
.ti-shield-cog:before {
|
|
13162
|
+
content: "\f9c3";
|
|
13163
|
+
}
|
|
13164
|
+
|
|
13165
|
+
.ti-shield-dollar:before {
|
|
13166
|
+
content: "\f9c4";
|
|
13167
|
+
}
|
|
13168
|
+
|
|
13169
|
+
.ti-shield-down:before {
|
|
13170
|
+
content: "\f9c5";
|
|
13171
|
+
}
|
|
13172
|
+
|
|
13173
|
+
.ti-shield-exclamation:before {
|
|
13174
|
+
content: "\f9c6";
|
|
13175
|
+
}
|
|
13176
|
+
|
|
11341
13177
|
.ti-shield-filled:before {
|
|
11342
13178
|
content: "\f69f";
|
|
11343
13179
|
}
|
|
@@ -11350,6 +13186,10 @@
|
|
|
11350
13186
|
content: "\f357";
|
|
11351
13187
|
}
|
|
11352
13188
|
|
|
13189
|
+
.ti-shield-heart:before {
|
|
13190
|
+
content: "\f9c7";
|
|
13191
|
+
}
|
|
13192
|
+
|
|
11353
13193
|
.ti-shield-lock:before {
|
|
11354
13194
|
content: "\ed58";
|
|
11355
13195
|
}
|
|
@@ -11358,10 +13198,46 @@
|
|
|
11358
13198
|
content: "\f763";
|
|
11359
13199
|
}
|
|
11360
13200
|
|
|
13201
|
+
.ti-shield-minus:before {
|
|
13202
|
+
content: "\f9c8";
|
|
13203
|
+
}
|
|
13204
|
+
|
|
11361
13205
|
.ti-shield-off:before {
|
|
11362
13206
|
content: "\ecf8";
|
|
11363
13207
|
}
|
|
11364
13208
|
|
|
13209
|
+
.ti-shield-pause:before {
|
|
13210
|
+
content: "\f9c9";
|
|
13211
|
+
}
|
|
13212
|
+
|
|
13213
|
+
.ti-shield-pin:before {
|
|
13214
|
+
content: "\f9ca";
|
|
13215
|
+
}
|
|
13216
|
+
|
|
13217
|
+
.ti-shield-plus:before {
|
|
13218
|
+
content: "\f9cb";
|
|
13219
|
+
}
|
|
13220
|
+
|
|
13221
|
+
.ti-shield-question:before {
|
|
13222
|
+
content: "\f9cc";
|
|
13223
|
+
}
|
|
13224
|
+
|
|
13225
|
+
.ti-shield-search:before {
|
|
13226
|
+
content: "\f9cd";
|
|
13227
|
+
}
|
|
13228
|
+
|
|
13229
|
+
.ti-shield-share:before {
|
|
13230
|
+
content: "\f9ce";
|
|
13231
|
+
}
|
|
13232
|
+
|
|
13233
|
+
.ti-shield-star:before {
|
|
13234
|
+
content: "\f9cf";
|
|
13235
|
+
}
|
|
13236
|
+
|
|
13237
|
+
.ti-shield-up:before {
|
|
13238
|
+
content: "\f9d0";
|
|
13239
|
+
}
|
|
13240
|
+
|
|
11365
13241
|
.ti-shield-x:before {
|
|
11366
13242
|
content: "\eb23";
|
|
11367
13243
|
}
|
|
@@ -13342,6 +15218,14 @@
|
|
|
13342
15218
|
content: "\eb4d";
|
|
13343
15219
|
}
|
|
13344
15220
|
|
|
15221
|
+
.ti-user-bolt:before {
|
|
15222
|
+
content: "\f9d1";
|
|
15223
|
+
}
|
|
15224
|
+
|
|
15225
|
+
.ti-user-cancel:before {
|
|
15226
|
+
content: "\f9d2";
|
|
15227
|
+
}
|
|
15228
|
+
|
|
13345
15229
|
.ti-user-check:before {
|
|
13346
15230
|
content: "\eb49";
|
|
13347
15231
|
}
|
|
@@ -13350,6 +15234,22 @@
|
|
|
13350
15234
|
content: "\ef68";
|
|
13351
15235
|
}
|
|
13352
15236
|
|
|
15237
|
+
.ti-user-code:before {
|
|
15238
|
+
content: "\f9d3";
|
|
15239
|
+
}
|
|
15240
|
+
|
|
15241
|
+
.ti-user-cog:before {
|
|
15242
|
+
content: "\f9d4";
|
|
15243
|
+
}
|
|
15244
|
+
|
|
15245
|
+
.ti-user-dollar:before {
|
|
15246
|
+
content: "\f9d5";
|
|
15247
|
+
}
|
|
15248
|
+
|
|
15249
|
+
.ti-user-down:before {
|
|
15250
|
+
content: "\f9d6";
|
|
15251
|
+
}
|
|
15252
|
+
|
|
13353
15253
|
.ti-user-edit:before {
|
|
13354
15254
|
content: "\f7cc";
|
|
13355
15255
|
}
|
|
@@ -13370,6 +15270,10 @@
|
|
|
13370
15270
|
content: "\ecf9";
|
|
13371
15271
|
}
|
|
13372
15272
|
|
|
15273
|
+
.ti-user-pause:before {
|
|
15274
|
+
content: "\f9d7";
|
|
15275
|
+
}
|
|
15276
|
+
|
|
13373
15277
|
.ti-user-pin:before {
|
|
13374
15278
|
content: "\f7ce";
|
|
13375
15279
|
}
|
|
@@ -13386,6 +15290,10 @@
|
|
|
13386
15290
|
content: "\ef89";
|
|
13387
15291
|
}
|
|
13388
15292
|
|
|
15293
|
+
.ti-user-share:before {
|
|
15294
|
+
content: "\f9d8";
|
|
15295
|
+
}
|
|
15296
|
+
|
|
13389
15297
|
.ti-user-shield:before {
|
|
13390
15298
|
content: "\f7d0";
|
|
13391
15299
|
}
|
|
@@ -13854,10 +15762,46 @@
|
|
|
13854
15762
|
content: "\eb54";
|
|
13855
15763
|
}
|
|
13856
15764
|
|
|
15765
|
+
.ti-world-bolt:before {
|
|
15766
|
+
content: "\f9d9";
|
|
15767
|
+
}
|
|
15768
|
+
|
|
15769
|
+
.ti-world-cancel:before {
|
|
15770
|
+
content: "\f9da";
|
|
15771
|
+
}
|
|
15772
|
+
|
|
15773
|
+
.ti-world-check:before {
|
|
15774
|
+
content: "\f9db";
|
|
15775
|
+
}
|
|
15776
|
+
|
|
15777
|
+
.ti-world-code:before {
|
|
15778
|
+
content: "\f9dc";
|
|
15779
|
+
}
|
|
15780
|
+
|
|
15781
|
+
.ti-world-cog:before {
|
|
15782
|
+
content: "\f9dd";
|
|
15783
|
+
}
|
|
15784
|
+
|
|
15785
|
+
.ti-world-dollar:before {
|
|
15786
|
+
content: "\f9de";
|
|
15787
|
+
}
|
|
15788
|
+
|
|
15789
|
+
.ti-world-down:before {
|
|
15790
|
+
content: "\f9df";
|
|
15791
|
+
}
|
|
15792
|
+
|
|
13857
15793
|
.ti-world-download:before {
|
|
13858
15794
|
content: "\ef8a";
|
|
13859
15795
|
}
|
|
13860
15796
|
|
|
15797
|
+
.ti-world-exclamation:before {
|
|
15798
|
+
content: "\f9e0";
|
|
15799
|
+
}
|
|
15800
|
+
|
|
15801
|
+
.ti-world-heart:before {
|
|
15802
|
+
content: "\f9e1";
|
|
15803
|
+
}
|
|
15804
|
+
|
|
13861
15805
|
.ti-world-latitude:before {
|
|
13862
15806
|
content: "\ed2e";
|
|
13863
15807
|
}
|
|
@@ -13866,10 +15810,46 @@
|
|
|
13866
15810
|
content: "\ed2f";
|
|
13867
15811
|
}
|
|
13868
15812
|
|
|
15813
|
+
.ti-world-minus:before {
|
|
15814
|
+
content: "\f9e2";
|
|
15815
|
+
}
|
|
15816
|
+
|
|
13869
15817
|
.ti-world-off:before {
|
|
13870
15818
|
content: "\f1ca";
|
|
13871
15819
|
}
|
|
13872
15820
|
|
|
15821
|
+
.ti-world-pause:before {
|
|
15822
|
+
content: "\f9e3";
|
|
15823
|
+
}
|
|
15824
|
+
|
|
15825
|
+
.ti-world-pin:before {
|
|
15826
|
+
content: "\f9e4";
|
|
15827
|
+
}
|
|
15828
|
+
|
|
15829
|
+
.ti-world-plus:before {
|
|
15830
|
+
content: "\f9e5";
|
|
15831
|
+
}
|
|
15832
|
+
|
|
15833
|
+
.ti-world-question:before {
|
|
15834
|
+
content: "\f9e6";
|
|
15835
|
+
}
|
|
15836
|
+
|
|
15837
|
+
.ti-world-search:before {
|
|
15838
|
+
content: "\f9e7";
|
|
15839
|
+
}
|
|
15840
|
+
|
|
15841
|
+
.ti-world-share:before {
|
|
15842
|
+
content: "\f9e8";
|
|
15843
|
+
}
|
|
15844
|
+
|
|
15845
|
+
.ti-world-star:before {
|
|
15846
|
+
content: "\f9e9";
|
|
15847
|
+
}
|
|
15848
|
+
|
|
15849
|
+
.ti-world-up:before {
|
|
15850
|
+
content: "\f9ea";
|
|
15851
|
+
}
|
|
15852
|
+
|
|
13873
15853
|
.ti-world-upload:before {
|
|
13874
15854
|
content: "\ef8b";
|
|
13875
15855
|
}
|
|
@@ -13878,6 +15858,10 @@
|
|
|
13878
15858
|
content: "\f38f";
|
|
13879
15859
|
}
|
|
13880
15860
|
|
|
15861
|
+
.ti-world-x:before {
|
|
15862
|
+
content: "\f9eb";
|
|
15863
|
+
}
|
|
15864
|
+
|
|
13881
15865
|
.ti-wrecking-ball:before {
|
|
13882
15866
|
content: "\ed97";
|
|
13883
15867
|
}
|