@topvisor/ui 1.0.13 → 1.0.14

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.
Files changed (173) hide show
  1. package/.chunks/{datepicker-DX0qKxI_.amd.js → datepicker-DW_EVh8-.amd.js} +2 -2
  2. package/.chunks/datepicker-DW_EVh8-.amd.js.map +1 -0
  3. package/.chunks/{datepicker-DOmAO7Nq.es.js → datepicker-Ri3BN3-Y.es.js} +2 -2
  4. package/.chunks/datepicker-Ri3BN3-Y.es.js.map +1 -0
  5. package/.chunks/{forms-FHMqYVvM.es.js → forms-CHyoeELv.es.js} +126 -126
  6. package/.chunks/forms-CHyoeELv.es.js.map +1 -0
  7. package/.chunks/{forms-Dg1N8Jv3.amd.js → forms-CORLOoYZ.amd.js} +3 -3
  8. package/.chunks/forms-CORLOoYZ.amd.js.map +1 -0
  9. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-tzOQcPs_.amd.js → listItem.vue_vue_type_script_setup_true_lang-BZar2z_p.amd.js} +2 -2
  10. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-BZar2z_p.amd.js.map +1 -0
  11. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-CuWOLCGe.es.js → listItem.vue_vue_type_script_setup_true_lang-Dvz76-gx.es.js} +2 -2
  12. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-Dvz76-gx.es.js.map +1 -0
  13. package/.chunks/{menu.vue_vue_type_style_index_0_lang-C_ND48ou.amd.js → menu.vue_vue_type_style_index_0_lang-Chd1ygyG.amd.js} +2 -2
  14. package/.chunks/menu.vue_vue_type_style_index_0_lang-Chd1ygyG.amd.js.map +1 -0
  15. package/.chunks/{menu.vue_vue_type_style_index_0_lang-BGdS1bYl.es.js → menu.vue_vue_type_style_index_0_lang-Rex3a5_T.es.js} +2 -2
  16. package/.chunks/menu.vue_vue_type_style_index_0_lang-Rex3a5_T.es.js.map +1 -0
  17. package/.chunks/notice-Bh-LvHpR.es.js +175 -0
  18. package/.chunks/notice-Bh-LvHpR.es.js.map +1 -0
  19. package/.chunks/notice-BnvlWLlj.amd.js +4 -0
  20. package/.chunks/notice-BnvlWLlj.amd.js.map +1 -0
  21. package/.chunks/{popup-CBNL-Ixi.es.js → popup-0nFCdjiM.es.js} +4 -4
  22. package/.chunks/popup-0nFCdjiM.es.js.map +1 -0
  23. package/.chunks/{popup-CSNWKE4F.amd.js → popup-B285SUGc.amd.js} +2 -2
  24. package/.chunks/popup-B285SUGc.amd.js.map +1 -0
  25. package/.chunks/store-CX_6ZXhO.es.js.map +1 -1
  26. package/.chunks/store-esTid5oI.amd.js.map +1 -1
  27. package/.chunks/{utils-B6497Bik.es.js → utils-B3neE-vU.es.js} +52 -44
  28. package/.chunks/utils-B3neE-vU.es.js.map +1 -0
  29. package/.chunks/{utils-DINqzHO_.amd.js → utils-COOeS9rk.amd.js} +2 -2
  30. package/.chunks/utils-COOeS9rk.amd.js.map +1 -0
  31. package/.chunks/utils-k0wIxxij.amd.js +2 -0
  32. package/.chunks/utils-k0wIxxij.amd.js.map +1 -0
  33. package/.chunks/{utils-BgirCapu.es.js → utils-tB3V9IWe.es.js} +59 -54
  34. package/.chunks/utils-tB3V9IWe.es.js.map +1 -0
  35. package/README.md +82 -87
  36. package/assets/core.css +1 -1
  37. package/assets/forms.css +1 -1
  38. package/assets/layout.css +1 -0
  39. package/charts/charts.amd.js +1 -1
  40. package/charts/charts.amd.js.map +1 -1
  41. package/charts/charts.js +47 -42
  42. package/charts/charts.js.map +1 -1
  43. package/components/charts/miniChart/miniChart.d.ts +5 -0
  44. package/components/core/notice/item/item.vue.d.ts +3 -1
  45. package/components/core/notice/item/types.d.ts +4 -0
  46. package/components/core/notice/utils.d.ts +1 -0
  47. package/components/dialog/dialog/composables/{asyncDialogWorker.d.ts → asyncDialogHandle.d.ts} +1 -1
  48. package/components/dialog/dialog/composables/utils.d.ts +2 -2
  49. package/components/dialog/dialog/dialogs/dialogs.vue.d.ts +1 -1
  50. package/components/dialog/lib/types.d.ts +6 -1
  51. package/components/dialog/lib/worker.d.ts +5 -0
  52. package/components/layout/islandRows/islandRows.vue.d.ts +16 -0
  53. package/components/layout/islandRows/islandRowsRow/islandRowsRow.vue.d.ts +17 -0
  54. package/components/layout/islandRows/islandRowsRow/types.d.ts +2 -0
  55. package/components/layout/islandRows/types.d.ts +10 -0
  56. package/components/layout/layout.d.ts +7 -0
  57. package/components/layout/rows/rows.vue.d.ts +20 -0
  58. package/components/layout/rows/types.d.ts +6 -0
  59. package/components/project/project.d.ts +1 -0
  60. package/core/app.amd.js +1 -1
  61. package/core/app.amd.js.map +1 -1
  62. package/core/app.js +14 -15
  63. package/core/app.js.map +1 -1
  64. package/core/core/options.d.ts +2 -2
  65. package/core/utils/check.d.ts +1 -1
  66. package/dialog/dialog.amd.js +1 -1
  67. package/dialog/dialog.amd.js.map +1 -1
  68. package/dialog/dialog.js +2 -2
  69. package/dialog/dialog.js.map +1 -1
  70. package/forms/forms.amd.js +1 -1
  71. package/forms/forms.js +1 -1
  72. package/forms/helpers.amd.js.map +1 -1
  73. package/forms/helpers.js.map +1 -1
  74. package/formsExt/formsExt.amd.js +1 -1
  75. package/formsExt/formsExt.amd.js.map +1 -1
  76. package/formsExt/formsExt.js +54 -54
  77. package/formsExt/formsExt.js.map +1 -1
  78. package/icomoon/Read Me.txt +7 -7
  79. package/icomoon/Topvisor icons.json +6073 -5845
  80. package/icomoon/demo-files/demo.css +158 -161
  81. package/icomoon/demo-files/demo.js +30 -30
  82. package/icomoon/demo.html +3446 -3379
  83. package/icomoon/fonts/Topvisor-2.eot +0 -0
  84. package/icomoon/fonts/Topvisor-2.svg +268 -263
  85. package/icomoon/fonts/Topvisor-2.ttf +0 -0
  86. package/icomoon/fonts/Topvisor-2.woff +0 -0
  87. package/icomoon/selection.json +1 -1
  88. package/icomoon/style.css +756 -740
  89. package/jquery-ui.min.css +5 -5
  90. package/layout/layout.amd.js +2 -0
  91. package/layout/layout.amd.js.map +1 -0
  92. package/layout/layout.d.ts +2 -0
  93. package/layout/layout.js +54 -0
  94. package/layout/layout.js.map +1 -0
  95. package/package.json +33 -33
  96. package/popup/popup.amd.js +1 -1
  97. package/popup/popup.amd.js.map +1 -1
  98. package/popup/popup.js +2 -2
  99. package/popup/popup.js.map +1 -1
  100. package/popup/worker.amd.js +1 -1
  101. package/popup/worker.amd.js.map +1 -1
  102. package/popup/worker.js +2 -2
  103. package/popup/worker.js.map +1 -1
  104. package/project/project.amd.js +1 -1
  105. package/project/project.amd.js.map +1 -1
  106. package/project/project.js +482 -469
  107. package/project/project.js.map +1 -1
  108. package/require/css.amd.js +12 -12
  109. package/tabs/tabs.amd.js.map +1 -1
  110. package/tabs/tabs.js.map +1 -1
  111. package/tabsView/tabsView.amd.js +1 -1
  112. package/tabsView/tabsView.amd.js.map +1 -1
  113. package/tabsView/tabsView.js +16 -16
  114. package/tabsView/tabsView.js.map +1 -1
  115. package/utils/check.amd.js +1 -1
  116. package/utils/check.amd.js.map +1 -1
  117. package/utils/check.js +12 -12
  118. package/utils/check.js.map +1 -1
  119. package/utils/clipboard.amd.js.map +1 -1
  120. package/utils/clipboard.js.map +1 -1
  121. package/utils/date.amd.js +1 -1
  122. package/utils/date.js +1 -1
  123. package/utils/device.amd.js +1 -1
  124. package/utils/device.js +1 -1
  125. package/utils/dom.amd.js.map +1 -1
  126. package/utils/dom.js.map +1 -1
  127. package/utils/image.amd.js.map +1 -1
  128. package/utils/image.js.map +1 -1
  129. package/utils/keyboard.amd.js.map +1 -1
  130. package/utils/keyboard.js.map +1 -1
  131. package/utils/lodash.amd.js +1 -1
  132. package/utils/lodash.js +5 -5
  133. package/utils/number.amd.js.map +1 -1
  134. package/utils/number.js.map +1 -1
  135. package/utils/price.amd.js +1 -1
  136. package/utils/price.amd.js.map +1 -1
  137. package/utils/price.js +1 -1
  138. package/utils/price.js.map +1 -1
  139. package/utils/route.amd.js.map +1 -1
  140. package/utils/route.js.map +1 -1
  141. package/utils/scroll.amd.js.map +1 -1
  142. package/utils/scroll.js.map +1 -1
  143. package/utils/searchers.amd.js.map +1 -1
  144. package/utils/searchers.js.map +1 -1
  145. package/utils/string.amd.js +1 -1
  146. package/utils/string.amd.js.map +1 -1
  147. package/utils/string.js +1 -1
  148. package/utils/string.js.map +1 -1
  149. package/utils/system.amd.js.map +1 -1
  150. package/utils/system.js.map +1 -1
  151. package/utils/url.amd.js.map +1 -1
  152. package/utils/url.js.map +1 -1
  153. package/web-types.json +89 -89
  154. package/.chunks/datepicker-DOmAO7Nq.es.js.map +0 -1
  155. package/.chunks/datepicker-DX0qKxI_.amd.js.map +0 -1
  156. package/.chunks/forms-Dg1N8Jv3.amd.js.map +0 -1
  157. package/.chunks/forms-FHMqYVvM.es.js.map +0 -1
  158. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-CuWOLCGe.es.js.map +0 -1
  159. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-tzOQcPs_.amd.js.map +0 -1
  160. package/.chunks/menu.vue_vue_type_style_index_0_lang-BGdS1bYl.es.js.map +0 -1
  161. package/.chunks/menu.vue_vue_type_style_index_0_lang-C_ND48ou.amd.js.map +0 -1
  162. package/.chunks/notice-BixWe-8g.amd.js +0 -4
  163. package/.chunks/notice-BixWe-8g.amd.js.map +0 -1
  164. package/.chunks/notice-D07Kq3fU.es.js +0 -172
  165. package/.chunks/notice-D07Kq3fU.es.js.map +0 -1
  166. package/.chunks/popup-CBNL-Ixi.es.js.map +0 -1
  167. package/.chunks/popup-CSNWKE4F.amd.js.map +0 -1
  168. package/.chunks/utils-B6497Bik.es.js.map +0 -1
  169. package/.chunks/utils-BgirCapu.es.js.map +0 -1
  170. package/.chunks/utils-Bxmh9YxC.amd.js +0 -2
  171. package/.chunks/utils-Bxmh9YxC.amd.js.map +0 -1
  172. package/.chunks/utils-DINqzHO_.amd.js.map +0 -1
  173. /package/components/dialog/dialog/composables/{dialogWorker.d.ts → dialogHandle.d.ts} +0 -0
package/icomoon/style.css CHANGED
@@ -1,740 +1,756 @@
1
- @font-face {
2
- font-family: 'Topvisor-2';
3
- src:
4
- url('fonts/Topvisor-2.ttf?uywjxm') format('truetype'),
5
- url('fonts/Topvisor-2.woff?uywjxm') format('woff'),
6
- url('fonts/Topvisor-2.svg?uywjxm#Topvisor-2') format('svg');
7
- font-weight: normal;
8
- font-style: normal;
9
- font-display: block;
10
- }
11
-
12
- [class^="icon2-"], [class*=" icon2-"] {
13
- /* use !important to prevent issues with browser extensions that change fonts */
14
- font-family: 'Topvisor-2' !important;
15
- speak: never;
16
- font-style: normal;
17
- font-weight: normal;
18
- font-variant: normal;
19
- text-transform: none;
20
- line-height: 1;
21
-
22
- /* Better Font Rendering =========== */
23
- -webkit-font-smoothing: antialiased;
24
- -moz-osx-font-smoothing: grayscale;
25
- }
26
-
27
- .icon2-searcher-0-ru:before {
28
- content: "\e97a";
29
- }
30
- .icon2-searcher-0-en:before {
31
- content: "\e986";
32
- }
33
- .icon2-searcher-1:before {
34
- content: "\e97f";
35
- }
36
- .icon2-searcher-2:before {
37
- content: "\e97d";
38
- }
39
- .icon2-searcher-4:before {
40
- content: "\e97b";
41
- }
42
- .icon2-searcher-5:before {
43
- content: "\e987";
44
- }
45
- .icon2-searcher-6:before {
46
- content: "\e97e";
47
- }
48
- .icon2-searcher-7:before {
49
- content: "\e97c";
50
- }
51
- .icon2-searcher-8:before {
52
- content: "\e980";
53
- }
54
- .icon2-searcher-9:before {
55
- content: "\e988";
56
- }
57
- .icon2-searcher-101:before {
58
- content: "\e947";
59
- }
60
- .icon2-searcher-102:before {
61
- content: "\e943";
62
- }
63
- .icon2-searcher-103:before {
64
- content: "\e946";
65
- }
66
- .icon2-searcher-105:before {
67
- content: "\e944";
68
- }
69
- .icon2-searcher-106:before {
70
- content: "\e945";
71
- }
72
- .icon2-searcher-107:before {
73
- content: "\e989";
74
- }
75
- .icon2-arrows-expand-horizontal:before {
76
- content: "\e9e3";
77
- }
78
- .icon2-arrows-expand-vertical:before {
79
- content: "\e9e4";
80
- }
81
- .icon2-arrows-in:before {
82
- content: "\e9e5";
83
- }
84
- .icon2-arrows-out:before {
85
- content: "\e9e6";
86
- }
87
- .icon2-arrows-vertical-up:before {
88
- content: "\e9e7";
89
- }
90
- .icon2-chevron-contract:before {
91
- content: "\e9e9";
92
- }
93
- .icon2-chevron-expand:before {
94
- content: "\e9e8";
95
- }
96
- .icon2-select:before {
97
- content: "\e9ce";
98
- }
99
- .icon2-chevron_down-s:before {
100
- content: "\e9ba";
101
- }
102
- .icon2-chevron_up-s:before {
103
- content: "\e9bb";
104
- }
105
- .icon2-chevron_left-s:before {
106
- content: "\e9bc";
107
- }
108
- .icon2-chevron_right-s:before {
109
- content: "\e9bd";
110
- }
111
- .icon2-arrow-down:before {
112
- content: "\e900";
113
- }
114
- .icon2-arrow-left:before {
115
- content: "\e901";
116
- }
117
- .icon2-arrow-right:before {
118
- content: "\e902";
119
- }
120
- .icon2-arrow-up:before {
121
- content: "\e903";
122
- }
123
- .icon2-chevron-down:before {
124
- content: "\e90c";
125
- }
126
- .icon2-chevron-left:before {
127
- content: "\e90d";
128
- }
129
- .icon2-chevron-right:before {
130
- content: "\e90e";
131
- }
132
- .icon2-chevron-up:before {
133
- content: "\e90f";
134
- }
135
- .icon2-window:before {
136
- content: "\e9c5";
137
- }
138
- .icon2-analysis:before {
139
- content: "\e979";
140
- }
141
- .icon2-analysis-fill:before {
142
- content: "\e960";
143
- }
144
- .icon2-hammer:before {
145
- content: "\e962";
146
- }
147
- .icon2-hammer-fill:before {
148
- content: "\e961";
149
- }
150
- .icon2-radar-fill:before {
151
- content: "\e967";
152
- }
153
- .icon2-radar:before {
154
- content: "\e968";
155
- }
156
- .icon2-bar_chart:before {
157
- content: "\e96a";
158
- }
159
- .icon2-bar_chart-fill:before {
160
- content: "\e969";
161
- }
162
- .icon2-core:before {
163
- content: "\e96c";
164
- }
165
- .icon2-trending-up:before {
166
- content: "\e96d";
167
- }
168
- .icon2-inbox:before {
169
- content: "\e96e";
170
- }
171
- .icon2-inbox-fill:before {
172
- content: "\e96f";
173
- }
174
- .icon2-map:before {
175
- content: "\e972";
176
- }
177
- .icon2-cup:before {
178
- content: "\e974";
179
- }
180
- .icon2-cup-fill:before {
181
- content: "\e975";
182
- }
183
- .icon2-snapshot:before {
184
- content: "\e91b";
185
- }
186
- .icon2-circle:before {
187
- content: "\e9ea";
188
- }
189
- .icon2-circles:before {
190
- content: "\e9eb";
191
- }
192
- .icon2-filled-circle:before {
193
- content: "\e9ec";
194
- }
195
- .icon2-campaign:before {
196
- content: "\e9cf";
197
- }
198
- .icon2-dialog:before {
199
- content: "\e9d0";
200
- }
201
- .icon2-gift:before {
202
- content: "\e9d1";
203
- }
204
- .icon2-skill:before {
205
- content: "\e9d2";
206
- }
207
- .icon2-template:before {
208
- content: "\e9cd";
209
- }
210
- .icon2-core-v1:before {
211
- content: "\e9c7";
212
- }
213
- .icon2-core-v3:before {
214
- content: "\e9c8";
215
- }
216
- .icon2-bar_chart_2:before {
217
- content: "\e977";
218
- }
219
- .icon2-sand_clock:before {
220
- content: "\e9c3";
221
- }
222
- .icon2-lamp:before {
223
- content: "\e9c2";
224
- }
225
- .icon2-book:before {
226
- content: "\e9be";
227
- }
228
- .icon2-horns_sign:before {
229
- content: "\e9bf";
230
- }
231
- .icon2-microphone:before {
232
- content: "\e9c0";
233
- }
234
- .icon2-newspaper:before {
235
- content: "\e9c1";
236
- }
237
- .icon2-rss:before {
238
- content: "\e9b8";
239
- }
240
- .icon2-journal:before {
241
- content: "\e978";
242
- }
243
- .icon2-academy:before {
244
- content: "\e996";
245
- }
246
- .icon2-content:before {
247
- content: "\e9b6";
248
- }
249
- .icon2-h:before {
250
- content: "\e9b3";
251
- }
252
- .icon2-status_code:before {
253
- content: "\e9b4";
254
- }
255
- .icon2-t:before {
256
- content: "\e9b5";
257
- }
258
- .icon2-anonymous:before {
259
- content: "\e9b1";
260
- }
261
- .icon2-cube:before {
262
- content: "\e9a9";
263
- }
264
- .icon2-eye_closed:before {
265
- content: "\e9aa";
266
- }
267
- .icon2-eye:before {
268
- content: "\e9ab";
269
- }
270
- .icon2-image:before {
271
- content: "\e9ac";
272
- }
273
- .icon2-link:before {
274
- content: "\e9ad";
275
- }
276
- .icon2-speed:before {
277
- content: "\e9ae";
278
- }
279
- .icon2-terminal:before {
280
- content: "\e9af";
281
- }
282
- .icon2-key:before {
283
- content: "\e98a";
284
- }
285
- .icon2-question:before {
286
- content: "\e98b";
287
- }
288
- .icon2-bulleted_list:before {
289
- content: "\e95c";
290
- }
291
- .icon2-external:before {
292
- content: "\e948";
293
- }
294
- .icon2-target:before {
295
- content: "\e91c";
296
- }
297
- .icon2-thunder:before {
298
- content: "\e91d";
299
- }
300
- .icon2-menu:before {
301
- content: "\e914";
302
- }
303
- .icon2-home:before {
304
- content: "\e964";
305
- }
306
- .icon2-home-fill:before {
307
- content: "\e963";
308
- }
309
- .icon2-ballot:before {
310
- content: "\e966";
311
- }
312
- .icon2-ballot-fill:before {
313
- content: "\e965";
314
- }
315
- .icon2-tools:before {
316
- content: "\e96b";
317
- }
318
- .icon2-folder:before {
319
- content: "\e970";
320
- }
321
- .icon2-folder-fill:before {
322
- content: "\e971";
323
- }
324
- .icon2-chart:before {
325
- content: "\e976";
326
- }
327
- .icon2-yandex_xml-en:before {
328
- content: "\e94d";
329
- }
330
- .icon2-yandex_xml-fill-en:before {
331
- content: "\e94c";
332
- }
333
- .icon2-yandex_xml-fill-ru:before {
334
- content: "\e94a";
335
- }
336
- .icon2-yandex_xml-ru:before {
337
- content: "\e949";
338
- }
339
- .icon2-academic_cap:before {
340
- content: "\e94b";
341
- }
342
- .icon2-academic_cap-fill:before {
343
- content: "\e95f";
344
- }
345
- .icon2-savings:before {
346
- content: "\e905";
347
- }
348
- .icon2-savings-fill:before {
349
- content: "\e904";
350
- }
351
- .icon2-bell:before {
352
- content: "\e907";
353
- }
354
- .icon2-bell-fill:before {
355
- content: "\e906";
356
- }
357
- .icon2-calendar:before {
358
- content: "\e909";
359
- }
360
- .icon2-calendar-fill:before {
361
- content: "\e908";
362
- }
363
- .icon2-case:before {
364
- content: "\e90b";
365
- }
366
- .icon2-case-fill:before {
367
- content: "\e90a";
368
- }
369
- .icon2-grid:before {
370
- content: "\e911";
371
- }
372
- .icon2-grid-fill:before {
373
- content: "\e910";
374
- }
375
- .icon2-mail:before {
376
- content: "\e913";
377
- }
378
- .icon2-mail-fill:before {
379
- content: "\e912";
380
- }
381
- .icon2-price_tag:before {
382
- content: "\e916";
383
- }
384
- .icon2-price_tag-fill:before {
385
- content: "\e915";
386
- }
387
- .icon2-map_point:before {
388
- content: "\e918";
389
- }
390
- .icon2-map_point-fill:before {
391
- content: "\e917";
392
- }
393
- .icon2-gear:before {
394
- content: "\e91a";
395
- }
396
- .icon2-gear-fill:before {
397
- content: "\e919";
398
- }
399
- .icon2-user:before {
400
- content: "\e91f";
401
- }
402
- .icon2-user-fill:before {
403
- content: "\e91e";
404
- }
405
- .icon2-users:before {
406
- content: "\e921";
407
- }
408
- .icon2-users-fill:before {
409
- content: "\e920";
410
- }
411
- .icon2-apple:before {
412
- content: "\e9e1";
413
- }
414
- .icon2-topvisor:before {
415
- content: "\e9d3";
416
- }
417
- .icon2-printer:before {
418
- content: "\e9ed";
419
- }
420
- .icon2-globe:before {
421
- content: "\e9e2";
422
- }
423
- .icon2-document_import:before {
424
- content: "\e9d4";
425
- }
426
- .icon2-document_search:before {
427
- content: "\e9d5";
428
- }
429
- .icon2-document_view:before {
430
- content: "\e9d6";
431
- }
432
- .icon2-document:before {
433
- content: "\e9d7";
434
- }
435
- .icon2-minus_circle:before {
436
- content: "\e9d8";
437
- }
438
- .icon2-sort-a-z:before {
439
- content: "\e9d9";
440
- }
441
- .icon2-sort-z-a:before {
442
- content: "\e9da";
443
- }
444
- .icon2-clipboard-done:before {
445
- content: "\e9db";
446
- }
447
- .icon2-clipboard-undone:before {
448
- content: "\e9dc";
449
- }
450
- .icon2-clipboard:before {
451
- content: "\e9dd";
452
- }
453
- .icon2-unlock-fill:before {
454
- content: "\e9de";
455
- }
456
- .icon2-unlock:before {
457
- content: "\e9df";
458
- }
459
- .icon2-share:before {
460
- content: "\e9cc";
461
- }
462
- .icon2-checklist:before {
463
- content: "\e9cb";
464
- }
465
- .icon2-cluster:before {
466
- content: "\e932";
467
- }
468
- .icon2-core-add:before {
469
- content: "\e9c6";
470
- }
471
- .icon2-filter:before {
472
- content: "\e9c9";
473
- }
474
- .icon2-volume:before {
475
- content: "\e9ca";
476
- }
477
- .icon2-plug:before {
478
- content: "\e973";
479
- }
480
- .icon2-qr_code:before {
481
- content: "\e9b7";
482
- }
483
- .icon2-circular_arrow:before {
484
- content: "\e9b0";
485
- }
486
- .icon2-pause_circle:before {
487
- content: "\e9a3";
488
- }
489
- .icon2-play_circle:before {
490
- content: "\e9a4";
491
- }
492
- .icon2-power:before {
493
- content: "\e9a5";
494
- }
495
- .icon2-heart:before {
496
- content: "\e99b";
497
- }
498
- .icon2-heart-fill:before {
499
- content: "\e99c";
500
- }
501
- .icon2-heart_broken:before {
502
- content: "\e99d";
503
- }
504
- .icon2-heart_broken-fill:before {
505
- content: "\e99e";
506
- }
507
- .icon2-like:before {
508
- content: "\e99f";
509
- }
510
- .icon2-like-fill:before {
511
- content: "\e9a0";
512
- }
513
- .icon2-dislike:before {
514
- content: "\e9a1";
515
- }
516
- .icon2-dislike-fill:before {
517
- content: "\e9a2";
518
- }
519
- .icon2-lock:before {
520
- content: "\e998";
521
- }
522
- .icon2-lock-fill:before {
523
- content: "\e997";
524
- }
525
- .icon2-clock:before {
526
- content: "\e99a";
527
- }
528
- .icon2-clock-fill:before {
529
- content: "\e999";
530
- }
531
- .icon2-circular_arrows:before {
532
- content: "\e98c";
533
- }
534
- .icon2-flag:before {
535
- content: "\e95e";
536
- }
537
- .icon2-flag-fill:before {
538
- content: "\e982";
539
- }
540
- .icon2-chain_broken:before {
541
- content: "\e983";
542
- }
543
- .icon2-step-over:before {
544
- content: "\e993";
545
- }
546
- .icon2-step:before {
547
- content: "\e984";
548
- }
549
- .icon2-loop:before {
550
- content: "\e981";
551
- }
552
- .icon2-close:before {
553
- content: "\e924";
554
- }
555
- .icon2-chat_bubble:before {
556
- content: "\e923";
557
- }
558
- .icon2-chat_bubble-fill:before {
559
- content: "\e922";
560
- }
561
- .icon2-trash:before {
562
- content: "\e926";
563
- }
564
- .icon2-trash-fill:before {
565
- content: "\e925";
566
- }
567
- .icon2-document_edit:before {
568
- content: "\e928";
569
- }
570
- .icon2-document_edit-fill:before {
571
- content: "\e927";
572
- }
573
- .icon2-pencil:before {
574
- content: "\e92a";
575
- }
576
- .icon2-pencil-fill:before {
577
- content: "\e929";
578
- }
579
- .icon2-logout:before {
580
- content: "\e92c";
581
- }
582
- .icon2-logout-fill:before {
583
- content: "\e92b";
584
- }
585
- .icon2-export:before {
586
- content: "\e92d";
587
- }
588
- .icon2-sort-asc:before {
589
- content: "\e92e";
590
- }
591
- .icon2-sort-desc:before {
592
- content: "\e92f";
593
- }
594
- .icon2-favorite:before {
595
- content: "\e931";
596
- }
597
- .icon2-favorite-fill:before {
598
- content: "\e930";
599
- }
600
- .icon2-layers:before {
601
- content: "\e934";
602
- }
603
- .icon2-layers-fill:before {
604
- content: "\e933";
605
- }
606
- .icon2-new_tab:before {
607
- content: "\e935";
608
- }
609
- .icon2-a:before {
610
- content: "\e937";
611
- }
612
- .icon2-a-fill:before {
613
- content: "\e936";
614
- }
615
- .icon2-palette:before {
616
- content: "\e938";
617
- }
618
- .icon2-plus_circle:before {
619
- content: "\e93a";
620
- }
621
- .icon2-plus_circles-fill:before {
622
- content: "\e939";
623
- }
624
- .icon2-plus:before {
625
- content: "\e93b";
626
- }
627
- .icon2-search:before {
628
- content: "\e93c";
629
- }
630
- .icon2-swap_vert:before {
631
- content: "\e93d";
632
- }
633
- .icon2-table:before {
634
- content: "\e93f";
635
- }
636
- .icon2-table-fill:before {
637
- content: "\e93e";
638
- }
639
- .icon2-bookmark:before {
640
- content: "\e942";
641
- }
642
- .icon2-bookmark-fill:before {
643
- content: "\e941";
644
- }
645
- .icon2-bookmark_crossed:before {
646
- content: "\e940";
647
- }
648
- .icon2-anime:before {
649
- content: "\e9e0";
650
- }
651
- .icon2-caret-down-14:before {
652
- content: "\e9c4";
653
- }
654
- .icon2-switcher-circle-16-2:before {
655
- content: "\e9b9";
656
- }
657
- .icon2-desktop-16:before {
658
- content: "\e954";
659
- }
660
- .icon2-phone-16:before {
661
- content: "\e957";
662
- }
663
- .icon2-tablet-16:before {
664
- content: "\e958";
665
- }
666
- .icon2-user-plus-16:before {
667
- content: "\e9b2";
668
- }
669
- .icon2-bar_chart-fill-16:before {
670
- content: "\e994";
671
- }
672
- .icon2-flag-16:before {
673
- content: "\e992";
674
- }
675
- .icon2-user-checked-16:before {
676
- content: "\e990";
677
- }
678
- .icon2-user-16:before {
679
- content: "\e991";
680
- }
681
- .icon2-user-fill-16:before {
682
- content: "\e95b";
683
- }
684
- .icon2-average-16:before {
685
- content: "\e98d";
686
- }
687
- .icon2-median-16:before {
688
- content: "\e98e";
689
- }
690
- .icon2-visibility-16:before {
691
- content: "\e98f";
692
- }
693
- .icon2-checked-indicate-16:before {
694
- content: "\e95d";
695
- }
696
- .icon2-cross-indicate-16:before {
697
- content: "\e985";
698
- }
699
- .icon2-minus-indicate-16:before {
700
- content: "\e995";
701
- }
702
- .icon2-external-16:before {
703
- content: "\e94f";
704
- }
705
- .icon2-more-vertical-16:before {
706
- content: "\e950";
707
- }
708
- .icon2-crown-16:before {
709
- content: "\e953";
710
- }
711
- .icon2-turbo-16:before {
712
- content: "\e959";
713
- }
714
- .icon2-amp-16:before {
715
- content: "\e951";
716
- }
717
- .icon2-checked-circle-16:before {
718
- content: "\e952";
719
- }
720
- .icon2-warning-circle-16:before {
721
- content: "\e9a6";
722
- }
723
- .icon2-dangerous-circle-16:before {
724
- content: "\e9a7";
725
- }
726
- .icon2-question-circle-16:before {
727
- content: "\e9a8";
728
- }
729
- .icon2-up-circle-16:before {
730
- content: "\e95a";
731
- }
732
- .icon2-down-circle-16:before {
733
- content: "\e955";
734
- }
735
- .icon2-equal-circle-16:before {
736
- content: "\e956";
737
- }
738
- .icon2-triangle:before {
739
- content: "\e94e";
740
- }
1
+ @font-face {
2
+ font-family: 'Topvisor-2';
3
+ src: url('fonts/Topvisor-2.eot?uis5uu');
4
+ src: url('fonts/Topvisor-2.eot?uis5uu#iefix') format('embedded-opentype'),
5
+ url('fonts/Topvisor-2.ttf?uis5uu') format('truetype'),
6
+ url('fonts/Topvisor-2.woff?uis5uu') format('woff'),
7
+ url('fonts/Topvisor-2.svg?uis5uu#Topvisor-2') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ font-display: block;
11
+ }
12
+
13
+ [class^="icon-"], [class*=" icon-"] {
14
+ /* use !important to prevent issues with browser extensions that change fonts */
15
+ font-family: 'Topvisor-2' !important;
16
+ speak: never;
17
+ font-style: normal;
18
+ font-weight: normal;
19
+ font-variant: normal;
20
+ text-transform: none;
21
+ line-height: 1;
22
+
23
+ /* Better Font Rendering =========== */
24
+ -webkit-font-smoothing: antialiased;
25
+ -moz-osx-font-smoothing: grayscale;
26
+ }
27
+
28
+ .icon-searcher-0-ru:before {
29
+ content: "\e97a";
30
+ }
31
+ .icon-searcher-0-en:before {
32
+ content: "\e986";
33
+ }
34
+ .icon-searcher-1:before {
35
+ content: "\e97f";
36
+ }
37
+ .icon-searcher-2:before {
38
+ content: "\e97d";
39
+ }
40
+ .icon-searcher-4:before {
41
+ content: "\e97b";
42
+ }
43
+ .icon-searcher-5:before {
44
+ content: "\e987";
45
+ }
46
+ .icon-searcher-6:before {
47
+ content: "\e97e";
48
+ }
49
+ .icon-searcher-7:before {
50
+ content: "\e97c";
51
+ }
52
+ .icon-searcher-8:before {
53
+ content: "\e980";
54
+ }
55
+ .icon-searcher-9:before {
56
+ content: "\e988";
57
+ }
58
+ .icon-searcher-101:before {
59
+ content: "\e947";
60
+ }
61
+ .icon-searcher-102:before {
62
+ content: "\e943";
63
+ }
64
+ .icon-searcher-103:before {
65
+ content: "\e946";
66
+ }
67
+ .icon-searcher-105:before {
68
+ content: "\e944";
69
+ }
70
+ .icon-searcher-106:before {
71
+ content: "\e945";
72
+ }
73
+ .icon-searcher-107:before {
74
+ content: "\e989";
75
+ }
76
+ .icon-arrows-expand-horizontal:before {
77
+ content: "\e9e3";
78
+ }
79
+ .icon-arrows-expand-vertical:before {
80
+ content: "\e9e4";
81
+ }
82
+ .icon-arrows-in:before {
83
+ content: "\e9e5";
84
+ }
85
+ .icon-arrows-out:before {
86
+ content: "\e9e6";
87
+ }
88
+ .icon-arrows-vertical-up:before {
89
+ content: "\e9e7";
90
+ }
91
+ .icon-chevron-contract:before {
92
+ content: "\e9e9";
93
+ }
94
+ .icon-chevron-expand:before {
95
+ content: "\e9e8";
96
+ }
97
+ .icon-select:before {
98
+ content: "\e9ce";
99
+ }
100
+ .icon-chevron_down-s:before {
101
+ content: "\e9ba";
102
+ }
103
+ .icon-chevron_up-s:before {
104
+ content: "\e9bb";
105
+ }
106
+ .icon-chevron_left-s:before {
107
+ content: "\e9bc";
108
+ }
109
+ .icon-chevron_right-s:before {
110
+ content: "\e9bd";
111
+ }
112
+ .icon-arrow-down:before {
113
+ content: "\e900";
114
+ }
115
+ .icon-arrow-left:before {
116
+ content: "\e901";
117
+ }
118
+ .icon-arrow-right:before {
119
+ content: "\e902";
120
+ }
121
+ .icon-arrow-up:before {
122
+ content: "\e903";
123
+ }
124
+ .icon-chevron-down:before {
125
+ content: "\e90c";
126
+ }
127
+ .icon-chevron-left:before {
128
+ content: "\e90d";
129
+ }
130
+ .icon-chevron-right:before {
131
+ content: "\e90e";
132
+ }
133
+ .icon-chevron-up:before {
134
+ content: "\e90f";
135
+ }
136
+ .icon-window:before {
137
+ content: "\e9c5";
138
+ }
139
+ .icon-analysis:before {
140
+ content: "\e979";
141
+ }
142
+ .icon-analysis-fill:before {
143
+ content: "\e960";
144
+ }
145
+ .icon-hammer:before {
146
+ content: "\e962";
147
+ }
148
+ .icon-hammer-fill:before {
149
+ content: "\e961";
150
+ }
151
+ .icon-radar-fill:before {
152
+ content: "\e967";
153
+ }
154
+ .icon-radar:before {
155
+ content: "\e968";
156
+ }
157
+ .icon-bar_chart:before {
158
+ content: "\e96a";
159
+ }
160
+ .icon-bar_chart-fill:before {
161
+ content: "\e969";
162
+ }
163
+ .icon-core:before {
164
+ content: "\e96c";
165
+ }
166
+ .icon-trending-up:before {
167
+ content: "\e96d";
168
+ }
169
+ .icon-inbox:before {
170
+ content: "\e96e";
171
+ }
172
+ .icon-inbox-fill:before {
173
+ content: "\e96f";
174
+ }
175
+ .icon-map:before {
176
+ content: "\e972";
177
+ }
178
+ .icon-cup:before {
179
+ content: "\e974";
180
+ }
181
+ .icon-cup-fill:before {
182
+ content: "\e975";
183
+ }
184
+ .icon-snapshot:before {
185
+ content: "\e91b";
186
+ }
187
+ .icon-circle:before {
188
+ content: "\e9ea";
189
+ }
190
+ .icon-circles:before {
191
+ content: "\e9eb";
192
+ }
193
+ .icon-filled-circle:before {
194
+ content: "\e9ec";
195
+ }
196
+ .icon-campaign:before {
197
+ content: "\e9cf";
198
+ }
199
+ .icon-dialog:before {
200
+ content: "\e9d0";
201
+ }
202
+ .icon-gift:before {
203
+ content: "\e9d1";
204
+ }
205
+ .icon-skill:before {
206
+ content: "\e9d2";
207
+ }
208
+ .icon-template:before {
209
+ content: "\e9cd";
210
+ }
211
+ .icon-core-v1:before {
212
+ content: "\e9c7";
213
+ }
214
+ .icon-core-v3:before {
215
+ content: "\e9c8";
216
+ }
217
+ .icon-bar_chart_2:before {
218
+ content: "\e977";
219
+ }
220
+ .icon-sand_clock:before {
221
+ content: "\e9c3";
222
+ }
223
+ .icon-lamp:before {
224
+ content: "\e9c2";
225
+ }
226
+ .icon-book:before {
227
+ content: "\e9be";
228
+ }
229
+ .icon-horns_sign:before {
230
+ content: "\e9bf";
231
+ }
232
+ .icon-microphone:before {
233
+ content: "\e9c0";
234
+ }
235
+ .icon-newspaper:before {
236
+ content: "\e9c1";
237
+ }
238
+ .icon-rss:before {
239
+ content: "\e9b8";
240
+ }
241
+ .icon-journal:before {
242
+ content: "\e978";
243
+ }
244
+ .icon-academy:before {
245
+ content: "\e996";
246
+ }
247
+ .icon-content:before {
248
+ content: "\e9b6";
249
+ }
250
+ .icon-h:before {
251
+ content: "\e9b3";
252
+ }
253
+ .icon-status_code:before {
254
+ content: "\e9b4";
255
+ }
256
+ .icon-t:before {
257
+ content: "\e9b5";
258
+ }
259
+ .icon-anonymous:before {
260
+ content: "\e9b1";
261
+ }
262
+ .icon-cube:before {
263
+ content: "\e9a9";
264
+ }
265
+ .icon-eye_closed:before {
266
+ content: "\e9aa";
267
+ }
268
+ .icon-eye:before {
269
+ content: "\e9ab";
270
+ }
271
+ .icon-image:before {
272
+ content: "\e9ac";
273
+ }
274
+ .icon-link:before {
275
+ content: "\e9ad";
276
+ }
277
+ .icon-speed:before {
278
+ content: "\e9ae";
279
+ }
280
+ .icon-terminal:before {
281
+ content: "\e9af";
282
+ }
283
+ .icon-key:before {
284
+ content: "\e98a";
285
+ }
286
+ .icon-question:before {
287
+ content: "\e98b";
288
+ }
289
+ .icon-bulleted_list:before {
290
+ content: "\e95c";
291
+ }
292
+ .icon-external:before {
293
+ content: "\e948";
294
+ }
295
+ .icon-target:before {
296
+ content: "\e91c";
297
+ }
298
+ .icon-thunder:before {
299
+ content: "\e91d";
300
+ }
301
+ .icon-menu:before {
302
+ content: "\e914";
303
+ }
304
+ .icon-home:before {
305
+ content: "\e964";
306
+ }
307
+ .icon-home-fill:before {
308
+ content: "\e963";
309
+ }
310
+ .icon-ballot:before {
311
+ content: "\e966";
312
+ }
313
+ .icon-ballot-fill:before {
314
+ content: "\e965";
315
+ }
316
+ .icon-tools:before {
317
+ content: "\e96b";
318
+ }
319
+ .icon-folder:before {
320
+ content: "\e970";
321
+ }
322
+ .icon-folder-fill:before {
323
+ content: "\e971";
324
+ }
325
+ .icon-chart:before {
326
+ content: "\e976";
327
+ }
328
+ .icon-yandex_xml-en:before {
329
+ content: "\e94d";
330
+ }
331
+ .icon-yandex_xml-fill-en:before {
332
+ content: "\e94c";
333
+ }
334
+ .icon-yandex_xml-fill-ru:before {
335
+ content: "\e94a";
336
+ }
337
+ .icon-yandex_xml-ru:before {
338
+ content: "\e949";
339
+ }
340
+ .icon-academic_cap:before {
341
+ content: "\e94b";
342
+ }
343
+ .icon-academic_cap-fill:before {
344
+ content: "\e95f";
345
+ }
346
+ .icon-savings:before {
347
+ content: "\e905";
348
+ }
349
+ .icon-savings-fill:before {
350
+ content: "\e904";
351
+ }
352
+ .icon-bell:before {
353
+ content: "\e907";
354
+ }
355
+ .icon-bell-fill:before {
356
+ content: "\e906";
357
+ }
358
+ .icon-calendar:before {
359
+ content: "\e909";
360
+ }
361
+ .icon-calendar-fill:before {
362
+ content: "\e908";
363
+ }
364
+ .icon-case:before {
365
+ content: "\e90b";
366
+ }
367
+ .icon-case-fill:before {
368
+ content: "\e90a";
369
+ }
370
+ .icon-grid:before {
371
+ content: "\e911";
372
+ }
373
+ .icon-grid-fill:before {
374
+ content: "\e910";
375
+ }
376
+ .icon-mail:before {
377
+ content: "\e913";
378
+ }
379
+ .icon-mail-fill:before {
380
+ content: "\e912";
381
+ }
382
+ .icon-price_tag:before {
383
+ content: "\e916";
384
+ }
385
+ .icon-price_tag-fill:before {
386
+ content: "\e915";
387
+ }
388
+ .icon-map_point:before {
389
+ content: "\e918";
390
+ }
391
+ .icon-map_point-fill:before {
392
+ content: "\e917";
393
+ }
394
+ .icon-gear:before {
395
+ content: "\e91a";
396
+ }
397
+ .icon-gear-fill:before {
398
+ content: "\e919";
399
+ }
400
+ .icon-user:before {
401
+ content: "\e91f";
402
+ }
403
+ .icon-user-fill:before {
404
+ content: "\e91e";
405
+ }
406
+ .icon-users:before {
407
+ content: "\e921";
408
+ }
409
+ .icon-users-fill:before {
410
+ content: "\e920";
411
+ }
412
+ .icon-spider:before {
413
+ content: "\e9f2";
414
+ }
415
+ .icon-yandex-eng:before {
416
+ content: "\e9ee";
417
+ }
418
+ .icon-yandex-ru:before {
419
+ content: "\e9ef";
420
+ }
421
+ .icon-apple:before {
422
+ content: "\e9e1";
423
+ }
424
+ .icon-topvisor:before {
425
+ content: "\e9d3";
426
+ }
427
+ .icon-printer:before {
428
+ content: "\e9ed";
429
+ }
430
+ .icon-globe:before {
431
+ content: "\e9e2";
432
+ }
433
+ .icon-document_import:before {
434
+ content: "\e9d4";
435
+ }
436
+ .icon-document_search:before {
437
+ content: "\e9d5";
438
+ }
439
+ .icon-document_view:before {
440
+ content: "\e9d6";
441
+ }
442
+ .icon-document:before {
443
+ content: "\e9d7";
444
+ }
445
+ .icon-minus_circle:before {
446
+ content: "\e9d8";
447
+ }
448
+ .icon-sort-a-z:before {
449
+ content: "\e9d9";
450
+ }
451
+ .icon-sort-z-a:before {
452
+ content: "\e9da";
453
+ }
454
+ .icon-clipboard-done:before {
455
+ content: "\e9db";
456
+ }
457
+ .icon-clipboard-undone:before {
458
+ content: "\e9dc";
459
+ }
460
+ .icon-clipboard:before {
461
+ content: "\e9dd";
462
+ }
463
+ .icon-unlock-fill:before {
464
+ content: "\e9de";
465
+ }
466
+ .icon-unlock:before {
467
+ content: "\e9df";
468
+ }
469
+ .icon-share:before {
470
+ content: "\e9cc";
471
+ }
472
+ .icon-checklist:before {
473
+ content: "\e9cb";
474
+ }
475
+ .icon-cluster:before {
476
+ content: "\e932";
477
+ }
478
+ .icon-core-add:before {
479
+ content: "\e9c6";
480
+ }
481
+ .icon-filter:before {
482
+ content: "\e9c9";
483
+ }
484
+ .icon-volume:before {
485
+ content: "\e9ca";
486
+ }
487
+ .icon-plug:before {
488
+ content: "\e973";
489
+ }
490
+ .icon-qr_code:before {
491
+ content: "\e9b7";
492
+ }
493
+ .icon-circular_arrow:before {
494
+ content: "\e9b0";
495
+ }
496
+ .icon-pause_circle:before {
497
+ content: "\e9a3";
498
+ }
499
+ .icon-play_circle:before {
500
+ content: "\e9a4";
501
+ }
502
+ .icon-power:before {
503
+ content: "\e9a5";
504
+ }
505
+ .icon-heart:before {
506
+ content: "\e99b";
507
+ }
508
+ .icon-heart-fill:before {
509
+ content: "\e99c";
510
+ }
511
+ .icon-heart_broken:before {
512
+ content: "\e99d";
513
+ }
514
+ .icon-heart_broken-fill:before {
515
+ content: "\e99e";
516
+ }
517
+ .icon-like:before {
518
+ content: "\e99f";
519
+ }
520
+ .icon-like-fill:before {
521
+ content: "\e9a0";
522
+ }
523
+ .icon-dislike:before {
524
+ content: "\e9a1";
525
+ }
526
+ .icon-dislike-fill:before {
527
+ content: "\e9a2";
528
+ }
529
+ .icon-lock:before {
530
+ content: "\e998";
531
+ }
532
+ .icon-lock-fill:before {
533
+ content: "\e997";
534
+ }
535
+ .icon-clock:before {
536
+ content: "\e99a";
537
+ }
538
+ .icon-clock-fill:before {
539
+ content: "\e999";
540
+ }
541
+ .icon-circular_arrows:before {
542
+ content: "\e98c";
543
+ }
544
+ .icon-flag:before {
545
+ content: "\e95e";
546
+ }
547
+ .icon-flag-fill:before {
548
+ content: "\e982";
549
+ }
550
+ .icon-chain_broken:before {
551
+ content: "\e983";
552
+ }
553
+ .icon-step-over:before {
554
+ content: "\e993";
555
+ }
556
+ .icon-step:before {
557
+ content: "\e984";
558
+ }
559
+ .icon-loop:before {
560
+ content: "\e981";
561
+ }
562
+ .icon-close:before {
563
+ content: "\e924";
564
+ }
565
+ .icon-chat_bubble:before {
566
+ content: "\e923";
567
+ }
568
+ .icon-chat_bubble-fill:before {
569
+ content: "\e922";
570
+ }
571
+ .icon-trash:before {
572
+ content: "\e926";
573
+ }
574
+ .icon-trash-fill:before {
575
+ content: "\e925";
576
+ }
577
+ .icon-document_edit:before {
578
+ content: "\e928";
579
+ }
580
+ .icon-document_edit-fill:before {
581
+ content: "\e927";
582
+ }
583
+ .icon-pencil:before {
584
+ content: "\e92a";
585
+ }
586
+ .icon-pencil-fill:before {
587
+ content: "\e929";
588
+ }
589
+ .icon-logout:before {
590
+ content: "\e92c";
591
+ }
592
+ .icon-logout-fill:before {
593
+ content: "\e92b";
594
+ }
595
+ .icon-export:before {
596
+ content: "\e92d";
597
+ }
598
+ .icon-sort-asc:before {
599
+ content: "\e92e";
600
+ }
601
+ .icon-sort-desc:before {
602
+ content: "\e92f";
603
+ }
604
+ .icon-favorite:before {
605
+ content: "\e931";
606
+ }
607
+ .icon-favorite-fill:before {
608
+ content: "\e930";
609
+ }
610
+ .icon-layers:before {
611
+ content: "\e934";
612
+ }
613
+ .icon-layers-fill:before {
614
+ content: "\e933";
615
+ }
616
+ .icon-new_tab:before {
617
+ content: "\e935";
618
+ }
619
+ .icon-a:before {
620
+ content: "\e937";
621
+ }
622
+ .icon-a-fill:before {
623
+ content: "\e936";
624
+ }
625
+ .icon-palette:before {
626
+ content: "\e938";
627
+ }
628
+ .icon-plus_circle:before {
629
+ content: "\e93a";
630
+ }
631
+ .icon-plus_circles-fill:before {
632
+ content: "\e939";
633
+ }
634
+ .icon-plus:before {
635
+ content: "\e93b";
636
+ }
637
+ .icon-search:before {
638
+ content: "\e93c";
639
+ }
640
+ .icon-swap_vert:before {
641
+ content: "\e93d";
642
+ }
643
+ .icon-table:before {
644
+ content: "\e93f";
645
+ }
646
+ .icon-table-fill:before {
647
+ content: "\e93e";
648
+ }
649
+ .icon-bookmark:before {
650
+ content: "\e942";
651
+ }
652
+ .icon-bookmark-fill:before {
653
+ content: "\e941";
654
+ }
655
+ .icon-bookmark_crossed:before {
656
+ content: "\e940";
657
+ }
658
+ .icon-anime:before {
659
+ content: "\e9e0";
660
+ }
661
+ .icon-caret-up-14:before {
662
+ content: "\e9c4";
663
+ }
664
+ .icon-caret-down-14:before {
665
+ content: "\e9f0";
666
+ }
667
+ .icon-switcher-circle-16-2:before {
668
+ content: "\e9b9";
669
+ }
670
+ .icon-desktop-16:before {
671
+ content: "\e954";
672
+ }
673
+ .icon-phone-16:before {
674
+ content: "\e957";
675
+ }
676
+ .icon-tablet-16:before {
677
+ content: "\e958";
678
+ }
679
+ .icon-more-horizontal-16:before {
680
+ content: "\e9f1";
681
+ }
682
+ .icon-user-plus-16:before {
683
+ content: "\e9b2";
684
+ }
685
+ .icon-bar_chart-fill-16:before {
686
+ content: "\e994";
687
+ }
688
+ .icon-flag-16:before {
689
+ content: "\e992";
690
+ }
691
+ .icon-user-checked-16:before {
692
+ content: "\e990";
693
+ }
694
+ .icon-user-16:before {
695
+ content: "\e991";
696
+ }
697
+ .icon-user-fill-16:before {
698
+ content: "\e95b";
699
+ }
700
+ .icon-average-16:before {
701
+ content: "\e98d";
702
+ }
703
+ .icon-median-16:before {
704
+ content: "\e98e";
705
+ }
706
+ .icon-visibility-16:before {
707
+ content: "\e98f";
708
+ }
709
+ .icon-checked-indicate-16:before {
710
+ content: "\e95d";
711
+ }
712
+ .icon-cross-indicate-16:before {
713
+ content: "\e985";
714
+ }
715
+ .icon-minus-indicate-16:before {
716
+ content: "\e995";
717
+ }
718
+ .icon-external-16:before {
719
+ content: "\e94f";
720
+ }
721
+ .icon-more-vertical-16:before {
722
+ content: "\e950";
723
+ }
724
+ .icon-crown-16:before {
725
+ content: "\e953";
726
+ }
727
+ .icon-turbo-16:before {
728
+ content: "\e959";
729
+ }
730
+ .icon-amp-16:before {
731
+ content: "\e951";
732
+ }
733
+ .icon-checked-circle-16:before {
734
+ content: "\e952";
735
+ }
736
+ .icon-warning-circle-16:before {
737
+ content: "\e9a6";
738
+ }
739
+ .icon-dangerous-circle-16:before {
740
+ content: "\e9a7";
741
+ }
742
+ .icon-question-circle-16:before {
743
+ content: "\e9a8";
744
+ }
745
+ .icon-up-circle-16:before {
746
+ content: "\e95a";
747
+ }
748
+ .icon-down-circle-16:before {
749
+ content: "\e955";
750
+ }
751
+ .icon-equal-circle-16:before {
752
+ content: "\e956";
753
+ }
754
+ .icon-triangle:before {
755
+ content: "\e94e";
756
+ }