@vtx/modals2 5.0.1 → 5.0.3

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 (1995) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +43 -33
  3. package/lib/_components/index.js +21 -0
  4. package/lib/_components/vm-bar-charts/index.js +181 -0
  5. package/lib/_components/vm-calendar/index.js +117 -0
  6. package/lib/_components/vm-calendar/style/index.js +1 -0
  7. package/lib/_components/vm-calendar/style/index.less +139 -0
  8. package/lib/_components/vm-card-statistics/index.js +33 -0
  9. package/lib/_components/vm-card-statistics/index.less +27 -0
  10. package/lib/_components/vm-custom/index.js +25 -0
  11. package/lib/_components/vm-custom/style/index.js +1 -0
  12. package/lib/_components/vm-custom/style/index.less +20 -0
  13. package/lib/_components/vm-empty/assets/no_chart.png +0 -0
  14. package/lib/_components/vm-empty/assets/no_data.png +0 -0
  15. package/lib/_components/vm-empty/assets/no_data_2.png +0 -0
  16. package/lib/_components/vm-empty/assets/no_news.png +0 -0
  17. package/lib/_components/vm-empty/assets/no_permission.png +0 -0
  18. package/lib/_components/vm-empty/assets/no_picture.png +0 -0
  19. package/lib/_components/vm-empty/assets/no_result.png +0 -0
  20. package/lib/_components/vm-empty/assets/no_video.png +0 -0
  21. package/lib/_components/vm-empty/assets/page_error.png +0 -0
  22. package/lib/_components/vm-empty/index.js +83 -0
  23. package/lib/_components/vm-empty/style/index.js +1 -0
  24. package/lib/_components/vm-empty/style/index.less +22 -0
  25. package/lib/_components/vm-extra-tab/index.js +44 -0
  26. package/lib/_components/vm-extra-tab/style/index.js +2 -0
  27. package/lib/_components/vm-extra-tab/style/index.less +43 -0
  28. package/lib/_components/vm-factor/index.js +85 -0
  29. package/lib/_components/vm-factor/style/index.js +2 -0
  30. package/lib/_components/vm-factor/style/index.less +42 -0
  31. package/lib/_components/vm-factor-list/index.js +29 -0
  32. package/lib/_components/vm-factor-list/index.less +11 -0
  33. package/lib/_components/vm-filter/index.js +148 -0
  34. package/lib/_components/vm-filter/style/index.js +1 -0
  35. package/lib/_components/vm-filter/style/index.less +237 -0
  36. package/lib/_components/vm-iframe-modal/index.js +43 -0
  37. package/lib/_components/vm-iframe-modal/index.less +9 -0
  38. package/lib/_components/vm-info-collection/index.js +185 -0
  39. package/lib/_components/vm-info-collection/style/index.js +1 -0
  40. package/lib/_components/vm-info-collection/style/index.less +45 -0
  41. package/lib/_components/vm-line-charts/index.js +151 -0
  42. package/lib/_components/vm-map/index.js +277 -0
  43. package/lib/_components/vm-map/index.less +46 -0
  44. package/lib/_components/vm-pie-charts/index.js +174 -0
  45. package/lib/_components/vm-pie-charts/index.less +26 -0
  46. package/lib/_components/vm-progress/index.js +83 -0
  47. package/lib/_components/vm-progress/style/index.js +1 -0
  48. package/lib/_components/vm-progress/style/index.less +28 -0
  49. package/lib/_components/vm-table/index.js +223 -0
  50. package/lib/_components/vm-table/style/index.js +1 -0
  51. package/lib/_components/vm-table/style/index.less +242 -0
  52. package/lib/_components/vm-tabs/index.js +27 -0
  53. package/lib/_components/vm-tabs/style/index.js +1 -0
  54. package/lib/_components/vm-tabs/style/index.less +22 -0
  55. package/lib/_components/vm-tag/index.js +25 -0
  56. package/lib/_components/vm-tag/style/index.js +1 -0
  57. package/lib/_components/vm-tag/style/index.less +62 -0
  58. package/lib/_components/vm-theme-provider/index.js +18 -0
  59. package/lib/_components/vm-title/index.js +34 -0
  60. package/lib/_components/vm-title/style/index.js +1 -0
  61. package/lib/_components/vm-title/style/index.less +53 -0
  62. package/lib/_components/vm-tooltip/index.js +15 -0
  63. package/lib/_components/vm-tooltip/style/index.js +2 -0
  64. package/lib/_components/vm-tooltip/style/index.less +7 -0
  65. package/lib/_components/vm-video/RealtimeGrid.js +48 -0
  66. package/lib/_components/vm-video/index.js +227 -0
  67. package/lib/_components/vm-video/index.less +168 -0
  68. package/lib/_components/vm-wrapper/imgs/chart.svg +6 -0
  69. package/lib/_components/vm-wrapper/imgs/list.svg +8 -0
  70. package/lib/_components/vm-wrapper/index.js +161 -0
  71. package/lib/_components/vm-wrapper/resource/ICON_CONFIG.js +127 -0
  72. package/lib/_components/vm-wrapper/style/index.js +1 -0
  73. package/lib/_components/vm-wrapper/style/index.less +81 -0
  74. package/lib/_hooks/useGetChannels.js +19 -0
  75. package/lib/_hooks/useGetConfig.js +52 -0
  76. package/lib/_hooks/useSettings.js +31 -0
  77. package/lib/_imgs/block_alarm.png +0 -0
  78. package/lib/_imgs/block_normal.png +0 -0
  79. package/lib/_service/index.js +99 -0
  80. package/lib/_util/http.js +277 -0
  81. package/lib/_util/iconSvgHtml.js +1303 -0
  82. package/lib/_util/index.js +203 -0
  83. package/lib/index.js +12 -126
  84. package/lib/resources/jessibuca/decoder.js +3839 -0
  85. package/lib/resources/jessibuca/decoder.wasm +0 -0
  86. package/lib/resources/jessibuca/jessibuca.js +5350 -0
  87. package/lib/style/index.less +262 -8
  88. package/lib/vtx-area-modal/api.js +165 -0
  89. package/lib/vtx-area-modal/components/BaseInfo/Lcfx.js +103 -0
  90. package/lib/vtx-area-modal/components/BaseInfo/ListZymx.js +108 -0
  91. package/lib/vtx-area-modal/components/BaseInfo/index.js +161 -0
  92. package/lib/vtx-area-modal/components/BaseInfo/index.less +133 -0
  93. package/lib/vtx-area-modal/components/index.js +2 -0
  94. package/lib/vtx-area-modal/imgs/onlinePerson.png +0 -0
  95. package/lib/vtx-area-modal/imgs/onlinePerson_dark.png +0 -0
  96. package/lib/vtx-area-modal/imgs/schdulePerson.png +0 -0
  97. package/lib/vtx-area-modal/imgs/schdulePerson_dark.png +0 -0
  98. package/lib/vtx-area-modal/imgs/todayOnline.png +0 -0
  99. package/lib/vtx-area-modal/imgs/todayOnline_dark.png +0 -0
  100. package/lib/vtx-area-modal/imgs/todayWork.png +0 -0
  101. package/lib/vtx-area-modal/imgs/todayWorkRate.png +0 -0
  102. package/lib/vtx-area-modal/imgs/todayWorkRate_dark.png +0 -0
  103. package/lib/vtx-area-modal/imgs/todayWork_dark.png +0 -0
  104. package/lib/vtx-area-modal/index.js +51 -0
  105. package/lib/vtx-area-modal/style/index.js +1 -0
  106. package/lib/vtx-area-modal/style/index.less +1 -0
  107. package/lib/vtx-base-modal/Header/assets/dark_star.png +0 -0
  108. package/lib/vtx-base-modal/Header/assets/light_star.png +0 -0
  109. package/lib/vtx-base-modal/Header/index.js +149 -0
  110. package/lib/vtx-base-modal/Header/index.less +98 -0
  111. package/lib/vtx-base-modal/Tabs/index.js +83 -0
  112. package/lib/vtx-base-modal/Tabs/index.less +31 -0
  113. package/lib/vtx-base-modal/index.js +159 -383
  114. package/lib/vtx-base-modal/service.js +39 -0
  115. package/lib/vtx-base-modal/style/index.js +1 -4
  116. package/lib/vtx-base-modal/style/index.less +78 -1075
  117. package/lib/vtx-car-modal/api.js +721 -545
  118. package/lib/vtx-car-modal/components/Info/index.js +110 -0
  119. package/lib/vtx-car-modal/components/Info/index.less +6 -0
  120. package/lib/vtx-car-modal/content/Cc/AlarmInfo/List.js +111 -0
  121. package/lib/vtx-car-modal/content/Cc/AlarmInfo/StaticInfo.js +77 -0
  122. package/lib/vtx-car-modal/content/Cc/AlarmInfo/index.js +69 -0
  123. package/lib/vtx-car-modal/content/Cc/BaseInfo/index.js +179 -0
  124. package/lib/vtx-car-modal/content/Cc/BaseInfo/index.less +24 -0
  125. package/lib/vtx-car-modal/content/Cc/OrderInfo/Detail.js +187 -0
  126. package/lib/vtx-car-modal/content/Cc/OrderInfo/index.js +200 -0
  127. package/lib/vtx-car-modal/content/Cc/OrderInfo/index.less +13 -0
  128. package/lib/vtx-car-modal/content/Cc/StaticInfo/index.js +395 -0
  129. package/lib/vtx-car-modal/content/Cc/WorkRecord/Detail.js +237 -0
  130. package/lib/vtx-car-modal/content/Cc/WorkRecord/Summary.js +139 -0
  131. package/lib/vtx-car-modal/content/Cc/WorkRecord/index.js +69 -0
  132. package/lib/vtx-car-modal/content/Cc/index.js +12 -0
  133. package/lib/vtx-car-modal/content/Common/AlarmInfo/List.js +160 -0
  134. package/lib/vtx-car-modal/content/Common/AlarmInfo/StaticInfo.js +76 -0
  135. package/lib/vtx-car-modal/content/Common/AlarmInfo/index.js +71 -0
  136. package/lib/vtx-car-modal/content/Common/BaseInfo/index.js +191 -0
  137. package/lib/vtx-car-modal/content/Common/DetailInfo/index.js +173 -0
  138. package/lib/vtx-car-modal/content/Common/DeviceInfo/index.js +92 -0
  139. package/lib/vtx-car-modal/content/Common/Maintenance/index.js +137 -0
  140. package/lib/vtx-car-modal/content/Common/Maintenance/index.less +16 -0
  141. package/lib/vtx-car-modal/content/Common/OilConsumption/List.js +94 -0
  142. package/lib/vtx-car-modal/content/Common/OilConsumption/index.js +151 -0
  143. package/lib/vtx-car-modal/content/Common/OilConsumption/index.less +6 -0
  144. package/lib/vtx-car-modal/content/Common/StaticInfo/index.js +231 -0
  145. package/lib/vtx-car-modal/content/Common/WaterConsumption/index.js +196 -0
  146. package/lib/vtx-car-modal/content/Common/WaterConsumption/index.less +6 -0
  147. package/lib/vtx-car-modal/content/Common/index.js +18 -0
  148. package/lib/vtx-car-modal/content/JXH/AlarmInfo/List.js +122 -0
  149. package/lib/vtx-car-modal/content/JXH/AlarmInfo/StaticInfo.js +79 -0
  150. package/lib/vtx-car-modal/content/JXH/AlarmInfo/index.js +71 -0
  151. package/lib/vtx-car-modal/content/JXH/BaseInfo/index.js +161 -0
  152. package/lib/vtx-car-modal/content/JXH/StaticInfo/index.js +307 -0
  153. package/lib/vtx-car-modal/content/JXH/WorkRecord/index.js +327 -0
  154. package/lib/vtx-car-modal/content/JXH/index.js +10 -0
  155. package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/List.js +105 -0
  156. package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/StaticInfo.js +78 -0
  157. package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/index.js +71 -0
  158. package/lib/vtx-car-modal/content/Ljsy/BaseInfo/index.js +358 -0
  159. package/lib/vtx-car-modal/content/Ljsy/BaseInfo/index.less +24 -0
  160. package/lib/vtx-car-modal/content/Ljsy/StaticInfo/index.js +405 -0
  161. package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Detail.js +128 -0
  162. package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Summary.js +139 -0
  163. package/lib/vtx-car-modal/content/Ljsy/WorkRecord/index.js +69 -0
  164. package/lib/vtx-car-modal/content/Ljsy/index.js +10 -0
  165. package/lib/vtx-car-modal/content/Ljzy/BaseInfo/index.js +205 -0
  166. package/lib/vtx-car-modal/content/Ljzy/BaseInfo/index.less +24 -0
  167. package/lib/vtx-car-modal/content/Ljzy/StaticInfo/index.js +193 -0
  168. package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Detail.js +122 -0
  169. package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Summary.js +109 -0
  170. package/lib/vtx-car-modal/content/Ljzy/WorkRecord/index.js +69 -0
  171. package/lib/vtx-car-modal/content/Ljzy/index.js +8 -0
  172. package/lib/vtx-car-modal/content/index.js +6 -0
  173. package/lib/vtx-car-modal/imgs/calendar/alarm.png +0 -0
  174. package/lib/vtx-car-modal/imgs/calendar/blue_duration.png +0 -0
  175. package/lib/vtx-car-modal/imgs/calendar/blue_mileage.png +0 -0
  176. package/lib/vtx-car-modal/imgs/calendar/car_num.png +0 -0
  177. package/lib/vtx-car-modal/imgs/calendar/cyan_duration.png +0 -0
  178. package/lib/vtx-car-modal/imgs/calendar/dark_alarm.png +0 -0
  179. package/lib/vtx-car-modal/imgs/calendar/dark_car_num.png +0 -0
  180. package/lib/vtx-car-modal/imgs/calendar/dark_duration.png +0 -0
  181. package/lib/vtx-car-modal/imgs/calendar/dark_green_mileage.png +0 -0
  182. package/lib/vtx-car-modal/imgs/calendar/dark_jcl.png +0 -0
  183. package/lib/vtx-car-modal/imgs/calendar/dark_mileage.png +0 -0
  184. package/lib/vtx-car-modal/imgs/calendar/dark_point.png +0 -0
  185. package/lib/vtx-car-modal/imgs/calendar/duration.png +0 -0
  186. package/lib/vtx-car-modal/imgs/calendar/fsdf/durationqq.png +0 -0
  187. package/lib/vtx-car-modal/imgs/calendar/green_mileage.png +0 -0
  188. package/lib/vtx-car-modal/imgs/calendar/jcl.png +0 -0
  189. package/lib/vtx-car-modal/imgs/calendar/mileage.png +0 -0
  190. package/lib/vtx-car-modal/imgs/calendar/point.png +0 -0
  191. package/lib/vtx-car-modal/imgs/dark_point.png +0 -0
  192. package/lib/vtx-car-modal/imgs/dark_trash.png +0 -0
  193. package/lib/vtx-car-modal/imgs/dark_trash_bg.png +0 -0
  194. package/lib/vtx-car-modal/imgs/dark_unplanned_point.png +0 -0
  195. package/lib/vtx-car-modal/imgs/dark_weight.png +0 -0
  196. package/lib/vtx-car-modal/imgs/dark_weight_bg.png +0 -0
  197. package/lib/vtx-car-modal/imgs/dark_ws_point.png +0 -0
  198. package/lib/vtx-car-modal/imgs/dark_ys_point.png +0 -0
  199. package/lib/vtx-car-modal/imgs/factor/car_num.png +0 -0
  200. package/lib/vtx-car-modal/imgs/factor/dark_car_num.png +0 -0
  201. package/lib/vtx-car-modal/imgs/factor/dark_duration.png +0 -0
  202. package/lib/vtx-car-modal/imgs/factor/dark_jcl.png +0 -0
  203. package/lib/vtx-car-modal/imgs/factor/dark_mileage.png +0 -0
  204. package/lib/vtx-car-modal/imgs/factor/dark_oil.png +0 -0
  205. package/lib/vtx-car-modal/imgs/factor/dark_percent.png +0 -0
  206. package/lib/vtx-car-modal/imgs/factor/dark_point.png +0 -0
  207. package/lib/vtx-car-modal/imgs/factor/dark_run.png +0 -0
  208. package/lib/vtx-car-modal/imgs/factor/dark_speed.png +0 -0
  209. package/lib/vtx-car-modal/imgs/factor/dark_trash.png +0 -0
  210. package/lib/vtx-car-modal/imgs/factor/dark_water.png +0 -0
  211. package/lib/vtx-car-modal/imgs/factor/dark_weight.png +0 -0
  212. package/lib/vtx-car-modal/imgs/factor/dark_ys_point.png +0 -0
  213. package/lib/vtx-car-modal/imgs/factor/duration.png +0 -0
  214. package/lib/vtx-car-modal/imgs/factor/jcl.png +0 -0
  215. package/lib/vtx-car-modal/imgs/factor/mileage.png +0 -0
  216. package/lib/vtx-car-modal/imgs/factor/oil.png +0 -0
  217. package/lib/vtx-car-modal/imgs/factor/percent.png +0 -0
  218. package/lib/vtx-car-modal/imgs/factor/point.png +0 -0
  219. package/lib/vtx-car-modal/imgs/factor/run.png +0 -0
  220. package/lib/vtx-car-modal/imgs/factor/speed.png +0 -0
  221. package/lib/vtx-car-modal/imgs/factor/trash.png +0 -0
  222. package/lib/vtx-car-modal/imgs/factor/water.png +0 -0
  223. package/lib/vtx-car-modal/imgs/factor/weight.png +0 -0
  224. package/lib/vtx-car-modal/imgs/factor/ys_point.png +0 -0
  225. package/lib/vtx-car-modal/imgs/point.png +0 -0
  226. package/lib/vtx-car-modal/imgs/trash.png +0 -0
  227. package/lib/vtx-car-modal/imgs/trash_bg.png +0 -0
  228. package/lib/vtx-car-modal/imgs/unplanned_point.png +0 -0
  229. package/lib/vtx-car-modal/imgs/weight.png +0 -0
  230. package/lib/vtx-car-modal/imgs/weight_bg.png +0 -0
  231. package/lib/vtx-car-modal/imgs/ws_point.png +0 -0
  232. package/lib/vtx-car-modal/imgs/ys_point.png +0 -0
  233. package/lib/vtx-car-modal/index.js +227 -168
  234. package/lib/vtx-car-modal/style/index.js +3 -12
  235. package/lib/vtx-car-modal/style/index.less +35 -8
  236. package/lib/vtx-cp-modal/api.js +83 -100
  237. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +76 -76
  238. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +30 -107
  239. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +50 -148
  240. package/lib/vtx-cp-modal/components/AlarmInfo/index.js +37 -41
  241. package/lib/vtx-cp-modal/components/AlarmInfo/index.less +34 -109
  242. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +39 -36
  243. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +67 -92
  244. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +128 -116
  245. package/lib/vtx-cp-modal/components/BaseInfo/index.js +87 -80
  246. package/lib/vtx-cp-modal/components/BaseInfo/index.less +140 -156
  247. package/lib/vtx-cp-modal/components/ExeceptionInfo/AlarmRecord.js +200 -0
  248. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +29 -110
  249. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +50 -148
  250. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +38 -42
  251. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +50 -126
  252. package/lib/vtx-cp-modal/components/SyInfo/index.js +169 -212
  253. package/lib/vtx-cp-modal/components/SyInfo/index.less +18 -47
  254. package/lib/vtx-cp-modal/components/index.js +5 -35
  255. package/lib/vtx-cp-modal/imgs/allRate.png +0 -0
  256. package/lib/vtx-cp-modal/imgs/allRate_dark.png +0 -0
  257. package/lib/vtx-cp-modal/imgs/bucket.png +0 -0
  258. package/lib/vtx-cp-modal/imgs/bucket_dark.png +0 -0
  259. package/lib/vtx-cp-modal/imgs/collect.png +0 -0
  260. package/lib/vtx-cp-modal/imgs/collect_dark.png +0 -0
  261. package/lib/vtx-cp-modal/imgs/corner_cy.png +0 -0
  262. package/lib/vtx-cp-modal/imgs/corner_khs.png +0 -0
  263. package/lib/vtx-cp-modal/imgs/corner_qt.png +0 -0
  264. package/lib/vtx-cp-modal/imgs/corner_yh.png +0 -0
  265. package/lib/vtx-cp-modal/imgs/cy.png +0 -0
  266. package/lib/vtx-cp-modal/imgs/default.png +0 -0
  267. package/lib/vtx-cp-modal/imgs/jhsj.png +0 -0
  268. package/lib/vtx-cp-modal/imgs/jhsj_light.png +0 -0
  269. package/lib/vtx-cp-modal/imgs/khs.png +0 -0
  270. package/lib/vtx-cp-modal/imgs/plan.png +0 -0
  271. package/lib/vtx-cp-modal/imgs/plan_dark.png +0 -0
  272. package/lib/vtx-cp-modal/imgs/qt.png +0 -0
  273. package/lib/vtx-cp-modal/imgs/sjl.png +0 -0
  274. package/lib/vtx-cp-modal/imgs/sjl_light.png +0 -0
  275. package/lib/vtx-cp-modal/imgs/sjsj.png +0 -0
  276. package/lib/vtx-cp-modal/imgs/sjsj_light.png +0 -0
  277. package/lib/vtx-cp-modal/imgs/sjts.png +0 -0
  278. package/lib/vtx-cp-modal/imgs/sjts_light.png +0 -0
  279. package/lib/vtx-cp-modal/imgs/sjzl.png +0 -0
  280. package/lib/vtx-cp-modal/imgs/sjzl_light.png +0 -0
  281. package/lib/vtx-cp-modal/imgs/weight.png +0 -0
  282. package/lib/vtx-cp-modal/imgs/weight_dark.png +0 -0
  283. package/lib/vtx-cp-modal/imgs/yh.png +0 -0
  284. package/lib/vtx-cp-modal/index.js +80 -92
  285. package/lib/vtx-cp-modal/style/index.js +3 -5
  286. package/lib/vtx-cp-modal/style/index.less +1 -1
  287. package/lib/vtx-default-modal/api.js +37 -157
  288. package/lib/vtx-default-modal/components/BaseInfo/index.js +86 -71
  289. package/lib/vtx-default-modal/components/BaseInfo/index.less +26 -38
  290. package/lib/vtx-default-modal/components/index.js +2 -14
  291. package/lib/vtx-default-modal/index.js +93 -119
  292. package/lib/vtx-default-modal/style/index.js +4 -5
  293. package/lib/vtx-default-modal/style/index.less +1 -1
  294. package/lib/vtx-df-modal/api.js +124 -147
  295. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +57 -153
  296. package/lib/vtx-df-modal/components/BaseInfo/Jczbqs.js +96 -0
  297. package/lib/vtx-df-modal/components/BaseInfo/Qyjcl.js +43 -0
  298. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +122 -97
  299. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +46 -59
  300. package/lib/vtx-df-modal/components/BaseInfo/index.js +130 -135
  301. package/lib/vtx-df-modal/components/BaseInfo/index.less +161 -173
  302. package/lib/vtx-df-modal/components/Calendar/index.js +142 -0
  303. package/lib/vtx-df-modal/components/Calendar/index.less +81 -0
  304. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +51 -109
  305. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +66 -127
  306. package/lib/vtx-df-modal/components/Metering/List.js +49 -48
  307. package/lib/vtx-df-modal/components/Metering/index.js +158 -146
  308. package/lib/vtx-df-modal/components/Metering/index.less +68 -83
  309. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +173 -108
  310. package/lib/vtx-df-modal/components/WorkCondition/Table.js +84 -0
  311. package/lib/vtx-df-modal/components/WorkCondition/index.js +155 -78
  312. package/lib/vtx-df-modal/components/WorkCondition/index.less +113 -136
  313. package/lib/vtx-df-modal/components/index.js +5 -28
  314. package/lib/vtx-df-modal/imgs/alarm.png +0 -0
  315. package/lib/vtx-df-modal/imgs/alarm_light.png +0 -0
  316. package/lib/vtx-df-modal/imgs/c_car.png +0 -0
  317. package/lib/vtx-df-modal/imgs/c_jcl.png +0 -0
  318. package/lib/vtx-df-modal/imgs/down.png +0 -0
  319. package/lib/vtx-df-modal/imgs/jccc.png +0 -0
  320. package/lib/vtx-df-modal/imgs/jccc_dark.png +0 -0
  321. package/lib/vtx-df-modal/imgs/jcl.png +0 -0
  322. package/lib/vtx-df-modal/imgs/jcl_dark.png +0 -0
  323. package/lib/vtx-df-modal/imgs/normal.png +0 -0
  324. package/lib/vtx-df-modal/imgs/normal_light.png +0 -0
  325. package/lib/vtx-df-modal/imgs/rjjcl.svg +55 -0
  326. package/lib/vtx-df-modal/imgs/rjjcl_dark.svg +94 -0
  327. package/lib/vtx-df-modal/imgs/sjnl.svg +39 -0
  328. package/lib/vtx-df-modal/imgs/sjnl_dark.svg +78 -0
  329. package/lib/vtx-df-modal/imgs/tab_more.png +0 -0
  330. package/lib/vtx-df-modal/imgs/tab_more_light.png +0 -0
  331. package/lib/vtx-df-modal/imgs/up.png +0 -0
  332. package/lib/vtx-df-modal/imgs/zjccc.svg +44 -0
  333. package/lib/vtx-df-modal/imgs/zjccc_dark.svg +84 -0
  334. package/lib/vtx-df-modal/imgs/zjcl.svg +55 -0
  335. package/lib/vtx-df-modal/imgs/zjcl_dark.svg +94 -0
  336. package/lib/vtx-df-modal/index.js +98 -105
  337. package/lib/vtx-df-modal/style/index.js +4 -7
  338. package/lib/vtx-df-modal/style/index.less +1 -1
  339. package/lib/vtx-qyry-modal/api.js +129 -0
  340. package/lib/vtx-qyry-modal/index.js +119 -0
  341. package/lib/vtx-qyry-modal/style/index.js +1 -0
  342. package/lib/vtx-road-modal/api.js +131 -124
  343. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +48 -57
  344. package/lib/vtx-road-modal/components/BaseInfo/Work.js +322 -0
  345. package/lib/vtx-road-modal/components/BaseInfo/index.js +78 -72
  346. package/lib/vtx-road-modal/components/BaseInfo/index.less +205 -133
  347. package/lib/vtx-road-modal/components/Calendar/index.js +155 -0
  348. package/lib/vtx-road-modal/components/Statistical/index.js +237 -177
  349. package/lib/vtx-road-modal/components/Statistical/index.less +31 -111
  350. package/lib/vtx-road-modal/components/index.js +4 -21
  351. package/lib/vtx-road-modal/imgs/calendar/dark_green_mileage.png +0 -0
  352. package/lib/vtx-road-modal/imgs/calendar/dark_mileage.png +0 -0
  353. package/lib/vtx-road-modal/imgs/calendar/green_mileage.png +0 -0
  354. package/lib/vtx-road-modal/imgs/calendar/mileage.png +0 -0
  355. package/lib/vtx-road-modal/imgs/dark_real.png +0 -0
  356. package/lib/vtx-road-modal/imgs/dark_valid.png +0 -0
  357. package/lib/vtx-road-modal/imgs/factor/dark_over_rate.png +0 -0
  358. package/lib/vtx-road-modal/imgs/factor/dark_plan_mileage.png +0 -0
  359. package/lib/vtx-road-modal/imgs/factor/dark_valid_mileage.png +0 -0
  360. package/lib/vtx-road-modal/imgs/factor/over_rate.png +0 -0
  361. package/lib/vtx-road-modal/imgs/factor/plan_mileage.png +0 -0
  362. package/lib/vtx-road-modal/imgs/factor/valid_mileage.png +0 -0
  363. package/lib/vtx-road-modal/imgs/real.png +0 -0
  364. package/lib/vtx-road-modal/imgs/valid.png +0 -0
  365. package/lib/vtx-road-modal/index.js +68 -129
  366. package/lib/vtx-road-modal/style/index.js +3 -6
  367. package/lib/vtx-road-modal/style/index.less +26 -1
  368. package/lib/vtx-shxq-modal/api.js +337 -0
  369. package/lib/vtx-shxq-modal/components/AlarmRecord/List.js +115 -0
  370. package/lib/vtx-shxq-modal/components/AlarmRecord/index.js +148 -0
  371. package/lib/vtx-shxq-modal/components/AlarmRecord/index.less +10 -0
  372. package/lib/vtx-shxq-modal/components/BaseInfo/index.js +190 -0
  373. package/lib/vtx-shxq-modal/components/BaseInfo/index.less +25 -0
  374. package/lib/vtx-shxq-modal/components/Tfd/index.js +133 -0
  375. package/lib/vtx-shxq-modal/components/Tfd/index.less +59 -0
  376. package/lib/vtx-shxq-modal/components/ThrowCalendar/Chart.js +64 -0
  377. package/lib/vtx-shxq-modal/components/ThrowCalendar/List.js +72 -0
  378. package/lib/vtx-shxq-modal/components/ThrowCalendar/index.js +158 -0
  379. package/lib/vtx-shxq-modal/components/ThrowCalendar/index.less +24 -0
  380. package/lib/vtx-shxq-modal/components/ThrowRecord/List.js +133 -0
  381. package/lib/vtx-shxq-modal/components/ThrowRecord/index.js +165 -0
  382. package/lib/vtx-shxq-modal/components/ThrowRecord/index.less +10 -0
  383. package/lib/vtx-shxq-modal/components/index.js +6 -0
  384. package/lib/vtx-shxq-modal/imgs/cy.png +0 -0
  385. package/lib/vtx-shxq-modal/imgs/khs.png +0 -0
  386. package/lib/vtx-shxq-modal/imgs/ljht.png +0 -0
  387. package/lib/vtx-shxq-modal/imgs/ljht_dark.png +0 -0
  388. package/lib/vtx-shxq-modal/imgs/qt.png +0 -0
  389. package/lib/vtx-shxq-modal/imgs/tf_cy_dark.png +0 -0
  390. package/lib/vtx-shxq-modal/imgs/tf_khs_dark.png +0 -0
  391. package/lib/vtx-shxq-modal/imgs/tf_qt_dark.png +0 -0
  392. package/lib/vtx-shxq-modal/imgs/tf_total.png +0 -0
  393. package/lib/vtx-shxq-modal/imgs/tf_total_dark.png +0 -0
  394. package/lib/vtx-shxq-modal/imgs/tf_yh_dark.png +0 -0
  395. package/lib/vtx-shxq-modal/imgs/twtf.png +0 -0
  396. package/lib/vtx-shxq-modal/imgs/twtf_dark.png +0 -0
  397. package/lib/vtx-shxq-modal/imgs/wgzs.png +0 -0
  398. package/lib/vtx-shxq-modal/imgs/wgzs_dark.png +0 -0
  399. package/lib/vtx-shxq-modal/imgs/wpd.png +0 -0
  400. package/lib/vtx-shxq-modal/imgs/wpd_dark.png +0 -0
  401. package/lib/vtx-shxq-modal/imgs/wstf.png +0 -0
  402. package/lib/vtx-shxq-modal/imgs/wstf_dark.png +0 -0
  403. package/lib/vtx-shxq-modal/imgs/yh.png +0 -0
  404. package/lib/vtx-shxq-modal/index.js +108 -0
  405. package/lib/vtx-shxq-modal/style/index.js +1 -0
  406. package/lib/vtx-staff-modal/api.js +195 -101
  407. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +49 -171
  408. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +30 -42
  409. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +78 -91
  410. package/lib/vtx-staff-modal/components/AlarmInfo/index.less +9 -23
  411. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +54 -101
  412. package/lib/vtx-staff-modal/components/Attendance/Record.js +58 -50
  413. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +124 -115
  414. package/lib/vtx-staff-modal/components/Attendance/index.js +46 -48
  415. package/lib/vtx-staff-modal/components/Attendance/index.less +38 -22
  416. package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js +115 -0
  417. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +32 -122
  418. package/lib/vtx-staff-modal/components/BaseInfo/WorkStaticDay.js +48 -0
  419. package/lib/vtx-staff-modal/components/BaseInfo/index.js +168 -195
  420. package/lib/vtx-staff-modal/components/BaseInfo/index.less +94 -150
  421. package/lib/vtx-staff-modal/components/Calendar/index.js +237 -0
  422. package/lib/vtx-staff-modal/components/Calendar/index.less +82 -0
  423. package/lib/vtx-staff-modal/components/Equipment/index.js +81 -58
  424. package/lib/vtx-staff-modal/components/Equipment/index.less +29 -28
  425. package/lib/vtx-staff-modal/components/index.js +6 -35
  426. package/lib/vtx-staff-modal/imgs/all_time.png +0 -0
  427. package/lib/vtx-staff-modal/imgs/all_time_dark.png +0 -0
  428. package/lib/vtx-staff-modal/imgs/avg.png +0 -0
  429. package/lib/vtx-staff-modal/imgs/avg_dark.png +0 -0
  430. package/lib/vtx-staff-modal/imgs/mileage.png +0 -0
  431. package/lib/vtx-staff-modal/imgs/mileage_dark.png +0 -0
  432. package/lib/vtx-staff-modal/imgs/online.png +0 -0
  433. package/lib/vtx-staff-modal/imgs/online_dark.png +0 -0
  434. package/lib/vtx-staff-modal/imgs/time_alarm.png +0 -0
  435. package/lib/vtx-staff-modal/imgs/time_alarm_dark.png +0 -0
  436. package/lib/vtx-staff-modal/imgs/time_level.png +0 -0
  437. package/lib/vtx-staff-modal/imgs/time_level_dark.png +0 -0
  438. package/lib/vtx-staff-modal/imgs/time_over.png +0 -0
  439. package/lib/vtx-staff-modal/imgs/time_over_dark.png +0 -0
  440. package/lib/vtx-staff-modal/imgs/time_sum.png +0 -0
  441. package/lib/vtx-staff-modal/imgs/time_sum_dark.png +0 -0
  442. package/lib/vtx-staff-modal/index.js +78 -53
  443. package/lib/vtx-staff-modal/style/index.js +5 -8
  444. package/lib/vtx-staff-modal/style/index.less +1 -1
  445. package/lib/vtx-tfd-modal/api.js +119 -0
  446. package/lib/vtx-tfd-modal/components/BaseInfo/Jczbqs.js +96 -0
  447. package/lib/vtx-tfd-modal/components/BaseInfo/Qyjcl.js +43 -0
  448. package/lib/vtx-tfd-modal/components/BaseInfo/index.js +211 -0
  449. package/lib/vtx-tfd-modal/components/BaseInfo/index.less +85 -0
  450. package/lib/vtx-tfd-modal/components/index.js +2 -0
  451. package/lib/vtx-tfd-modal/imgs/dzc.png +0 -0
  452. package/lib/vtx-tfd-modal/imgs/dzc_light.png +0 -0
  453. package/lib/vtx-tfd-modal/imgs/dzc_light_online.png +0 -0
  454. package/lib/vtx-tfd-modal/imgs/dzc_online.png +0 -0
  455. package/lib/vtx-tfd-modal/imgs/fdj.png +0 -0
  456. package/lib/vtx-tfd-modal/imgs/fdj_light.png +0 -0
  457. package/lib/vtx-tfd-modal/imgs/fdj_light_online.png +0 -0
  458. package/lib/vtx-tfd-modal/imgs/fdj_online.png +0 -0
  459. package/lib/vtx-tfd-modal/imgs/hjtfl.png +0 -0
  460. package/lib/vtx-tfd-modal/imgs/hjtfl_light.png +0 -0
  461. package/lib/vtx-tfd-modal/imgs/jfdhj.png +0 -0
  462. package/lib/vtx-tfd-modal/imgs/jfdhj_light.png +0 -0
  463. package/lib/vtx-tfd-modal/imgs/jfdhj_light_online.png +0 -0
  464. package/lib/vtx-tfd-modal/imgs/jfdhj_online.png +0 -0
  465. package/lib/vtx-tfd-modal/imgs/khsl.png +0 -0
  466. package/lib/vtx-tfd-modal/imgs/khsl_light.png +0 -0
  467. package/lib/vtx-tfd-modal/imgs/sxt.png +0 -0
  468. package/lib/vtx-tfd-modal/imgs/sxt_light.png +0 -0
  469. package/lib/vtx-tfd-modal/imgs/sxt_light_online.png +0 -0
  470. package/lib/vtx-tfd-modal/imgs/sxt_online.png +0 -0
  471. package/lib/vtx-tfd-modal/imgs/xdb.png +0 -0
  472. package/lib/vtx-tfd-modal/imgs/xdb_light.png +0 -0
  473. package/lib/vtx-tfd-modal/imgs/xdb_light_online.png +0 -0
  474. package/lib/vtx-tfd-modal/imgs/xdb_online.png +0 -0
  475. package/lib/vtx-tfd-modal/imgs/zntfj.png +0 -0
  476. package/lib/vtx-tfd-modal/imgs/zntfj_light.png +0 -0
  477. package/lib/vtx-tfd-modal/imgs/zntfj_light_online.png +0 -0
  478. package/lib/vtx-tfd-modal/imgs/zntfj_online.png +0 -0
  479. package/lib/vtx-tfd-modal/index.js +106 -0
  480. package/lib/vtx-tfd-modal/style/index.js +1 -0
  481. package/lib/vtx-zzz-modal/index.js +135 -0
  482. package/package.json +76 -122
  483. package/lib/index.js.map +0 -1
  484. package/lib/style/css.js +0 -16
  485. package/lib/style/css.js.map +0 -1
  486. package/lib/style/index.css +0 -133
  487. package/lib/style/index.js +0 -16
  488. package/lib/style/index.js.map +0 -1
  489. package/lib/style/themes/dark.css +0 -133
  490. package/lib/style/themes/dark.less +0 -115
  491. package/lib/style/themes/default.css +0 -35
  492. package/lib/style/themes/default.less +0 -38
  493. package/lib/style/themes/index.css +0 -133
  494. package/lib/style/themes/index.less +0 -1
  495. package/lib/typings.d.ts +0 -17
  496. package/lib/util/index.js +0 -317
  497. package/lib/util/index.js.map +0 -1
  498. package/lib/vm-alarm-info/Components/AlarmRecord.js +0 -118
  499. package/lib/vm-alarm-info/Components/AlarmRecord.js.map +0 -1
  500. package/lib/vm-alarm-info/Components/AlarmStatistics.js +0 -166
  501. package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +0 -1
  502. package/lib/vm-alarm-info/Components/AlarmTrend.js +0 -228
  503. package/lib/vm-alarm-info/Components/AlarmTrend.js.map +0 -1
  504. package/lib/vm-alarm-info/Components/CurrentAlarm.js +0 -110
  505. package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +0 -1
  506. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +0 -88
  507. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js.map +0 -1
  508. package/lib/vm-alarm-info/Components/index.css +0 -42
  509. package/lib/vm-alarm-info/Components/index.less +0 -43
  510. package/lib/vm-alarm-info/api.js +0 -171
  511. package/lib/vm-alarm-info/api.js.map +0 -1
  512. package/lib/vm-alarm-info/index.js +0 -88
  513. package/lib/vm-alarm-info/index.js.map +0 -1
  514. package/lib/vm-alarm-info/style/css.js +0 -4
  515. package/lib/vm-alarm-info/style/css.js.map +0 -1
  516. package/lib/vm-alarm-info/style/index.css +0 -19
  517. package/lib/vm-alarm-info/style/index.js +0 -4
  518. package/lib/vm-alarm-info/style/index.js.map +0 -1
  519. package/lib/vm-alarm-info/style/index.less +0 -16
  520. package/lib/vm-alarm-situation/api.js +0 -86
  521. package/lib/vm-alarm-situation/api.js.map +0 -1
  522. package/lib/vm-alarm-situation/index.js +0 -212
  523. package/lib/vm-alarm-situation/index.js.map +0 -1
  524. package/lib/vm-alarm-situation/style/css.js +0 -4
  525. package/lib/vm-alarm-situation/style/css.js.map +0 -1
  526. package/lib/vm-alarm-situation/style/index.css +0 -78
  527. package/lib/vm-alarm-situation/style/index.js +0 -4
  528. package/lib/vm-alarm-situation/style/index.js.map +0 -1
  529. package/lib/vm-alarm-situation/style/index.less +0 -67
  530. package/lib/vm-alarm-situation-pt/api.js +0 -73
  531. package/lib/vm-alarm-situation-pt/api.js.map +0 -1
  532. package/lib/vm-alarm-situation-pt/index.js +0 -145
  533. package/lib/vm-alarm-situation-pt/index.js.map +0 -1
  534. package/lib/vm-alarm-situation-pt/style/css.js +0 -4
  535. package/lib/vm-alarm-situation-pt/style/css.js.map +0 -1
  536. package/lib/vm-alarm-situation-pt/style/index.css +0 -79
  537. package/lib/vm-alarm-situation-pt/style/index.js +0 -4
  538. package/lib/vm-alarm-situation-pt/style/index.js.map +0 -1
  539. package/lib/vm-alarm-situation-pt/style/index.less +0 -65
  540. package/lib/vm-analysis-comparison/api.js +0 -177
  541. package/lib/vm-analysis-comparison/api.js.map +0 -1
  542. package/lib/vm-analysis-comparison/index.js +0 -368
  543. package/lib/vm-analysis-comparison/index.js.map +0 -1
  544. package/lib/vm-analysis-comparison/style/css.js +0 -4
  545. package/lib/vm-analysis-comparison/style/css.js.map +0 -1
  546. package/lib/vm-analysis-comparison/style/index.css +0 -13
  547. package/lib/vm-analysis-comparison/style/index.js +0 -4
  548. package/lib/vm-analysis-comparison/style/index.js.map +0 -1
  549. package/lib/vm-analysis-comparison/style/index.less +0 -12
  550. package/lib/vm-appraisal-info/AppraisalBase.js +0 -56
  551. package/lib/vm-appraisal-info/AppraisalBase.js.map +0 -1
  552. package/lib/vm-appraisal-info/AppraisalTop5.js +0 -68
  553. package/lib/vm-appraisal-info/AppraisalTop5.js.map +0 -1
  554. package/lib/vm-appraisal-info/List.js +0 -58
  555. package/lib/vm-appraisal-info/List.js.map +0 -1
  556. package/lib/vm-appraisal-info/ListKh.js +0 -174
  557. package/lib/vm-appraisal-info/ListKh.js.map +0 -1
  558. package/lib/vm-appraisal-info/ListZg.js +0 -177
  559. package/lib/vm-appraisal-info/ListZg.js.map +0 -1
  560. package/lib/vm-appraisal-info/Wtlx.js +0 -97
  561. package/lib/vm-appraisal-info/Wtlx.js.map +0 -1
  562. package/lib/vm-appraisal-info/Zgxxhz.js +0 -46
  563. package/lib/vm-appraisal-info/Zgxxhz.js.map +0 -1
  564. package/lib/vm-appraisal-info/api.js +0 -163
  565. package/lib/vm-appraisal-info/api.js.map +0 -1
  566. package/lib/vm-appraisal-info/imgs/1.png +0 -0
  567. package/lib/vm-appraisal-info/imgs/2.png +0 -0
  568. package/lib/vm-appraisal-info/imgs/3.png +0 -0
  569. package/lib/vm-appraisal-info/imgs/4.png +0 -0
  570. package/lib/vm-appraisal-info/imgs/5.png +0 -0
  571. package/lib/vm-appraisal-info/imgs/chart.png +0 -0
  572. package/lib/vm-appraisal-info/imgs/chart_active.png +0 -0
  573. package/lib/vm-appraisal-info/imgs/chart_active_light.png +0 -0
  574. package/lib/vm-appraisal-info/imgs/kfyz.png +0 -0
  575. package/lib/vm-appraisal-info/imgs/kfyz_light.png +0 -0
  576. package/lib/vm-appraisal-info/imgs/khcs.png +0 -0
  577. package/lib/vm-appraisal-info/imgs/khcs_light.png +0 -0
  578. package/lib/vm-appraisal-info/imgs/list.png +0 -0
  579. package/lib/vm-appraisal-info/imgs/list_active.png +0 -0
  580. package/lib/vm-appraisal-info/imgs/list_active_light.png +0 -0
  581. package/lib/vm-appraisal-info/imgs/ljkf.png +0 -0
  582. package/lib/vm-appraisal-info/imgs/ljkf_light.png +0 -0
  583. package/lib/vm-appraisal-info/imgs/wtlx.png +0 -0
  584. package/lib/vm-appraisal-info/imgs/wtlx_light.png +0 -0
  585. package/lib/vm-appraisal-info/imgs/zggd.png +0 -0
  586. package/lib/vm-appraisal-info/imgs/zggd_light.png +0 -0
  587. package/lib/vm-appraisal-info/index.js +0 -135
  588. package/lib/vm-appraisal-info/index.js.map +0 -1
  589. package/lib/vm-appraisal-info/style/css.js +0 -4
  590. package/lib/vm-appraisal-info/style/css.js.map +0 -1
  591. package/lib/vm-appraisal-info/style/index.css +0 -156
  592. package/lib/vm-appraisal-info/style/index.js +0 -4
  593. package/lib/vm-appraisal-info/style/index.js.map +0 -1
  594. package/lib/vm-appraisal-info/style/index.less +0 -136
  595. package/lib/vm-base-list/OpenArrow.js +0 -41
  596. package/lib/vm-base-list/OpenArrow.js.map +0 -1
  597. package/lib/vm-base-list/index.js +0 -85
  598. package/lib/vm-base-list/index.js.map +0 -1
  599. package/lib/vm-base-list/style/css.js +0 -4
  600. package/lib/vm-base-list/style/css.js.map +0 -1
  601. package/lib/vm-base-list/style/index.css +0 -41
  602. package/lib/vm-base-list/style/index.js +0 -4
  603. package/lib/vm-base-list/style/index.js.map +0 -1
  604. package/lib/vm-base-list/style/index.less +0 -39
  605. package/lib/vm-button/index.js +0 -26
  606. package/lib/vm-button/index.js.map +0 -1
  607. package/lib/vm-button/style/css.js +0 -4
  608. package/lib/vm-button/style/css.js.map +0 -1
  609. package/lib/vm-button/style/index.css +0 -26
  610. package/lib/vm-button/style/index.js +0 -4
  611. package/lib/vm-button/style/index.js.map +0 -1
  612. package/lib/vm-button/style/index.less +0 -20
  613. package/lib/vm-charts/Distribute1.js +0 -136
  614. package/lib/vm-charts/Distribute1.js.map +0 -1
  615. package/lib/vm-charts/Gauge1.js +0 -148
  616. package/lib/vm-charts/Gauge1.js.map +0 -1
  617. package/lib/vm-charts/Line.js +0 -211
  618. package/lib/vm-charts/Line.js.map +0 -1
  619. package/lib/vm-charts/Line1.js +0 -113
  620. package/lib/vm-charts/Line1.js.map +0 -1
  621. package/lib/vm-charts/Pie.js +0 -115
  622. package/lib/vm-charts/Pie.js.map +0 -1
  623. package/lib/vm-charts/index.css +0 -20
  624. package/lib/vm-charts/index.js +0 -42
  625. package/lib/vm-charts/index.js.map +0 -1
  626. package/lib/vm-charts/index.less +0 -30
  627. package/lib/vm-checkbox/index.js +0 -32
  628. package/lib/vm-checkbox/index.js.map +0 -1
  629. package/lib/vm-checkbox/style/css.js +0 -4
  630. package/lib/vm-checkbox/style/css.js.map +0 -1
  631. package/lib/vm-checkbox/style/index.css +0 -25
  632. package/lib/vm-checkbox/style/index.js +0 -4
  633. package/lib/vm-checkbox/style/index.js.map +0 -1
  634. package/lib/vm-checkbox/style/index.less +0 -25
  635. package/lib/vm-container/index.js +0 -33
  636. package/lib/vm-container/index.js.map +0 -1
  637. package/lib/vm-container/style/css.js +0 -4
  638. package/lib/vm-container/style/css.js.map +0 -1
  639. package/lib/vm-container/style/index.css +0 -31
  640. package/lib/vm-container/style/index.js +0 -4
  641. package/lib/vm-container/style/index.js.map +0 -1
  642. package/lib/vm-container/style/index.less +0 -30
  643. package/lib/vm-correlation-comparison/api.js +0 -236
  644. package/lib/vm-correlation-comparison/api.js.map +0 -1
  645. package/lib/vm-correlation-comparison/index.js +0 -308
  646. package/lib/vm-correlation-comparison/index.js.map +0 -1
  647. package/lib/vm-correlation-comparison/style/css.js +0 -4
  648. package/lib/vm-correlation-comparison/style/css.js.map +0 -1
  649. package/lib/vm-correlation-comparison/style/index.css +0 -19
  650. package/lib/vm-correlation-comparison/style/index.js +0 -4
  651. package/lib/vm-correlation-comparison/style/index.js.map +0 -1
  652. package/lib/vm-correlation-comparison/style/index.less +0 -13
  653. package/lib/vm-empty/index.js +0 -44
  654. package/lib/vm-empty/index.js.map +0 -1
  655. package/lib/vm-empty/style/css.js +0 -4
  656. package/lib/vm-empty/style/css.js.map +0 -1
  657. package/lib/vm-empty/style/index.css +0 -30
  658. package/lib/vm-empty/style/index.js +0 -4
  659. package/lib/vm-empty/style/index.js.map +0 -1
  660. package/lib/vm-empty/style/index.less +0 -23
  661. package/lib/vm-filter/index.js +0 -156
  662. package/lib/vm-filter/index.js.map +0 -1
  663. package/lib/vm-filter/style/css.js +0 -4
  664. package/lib/vm-filter/style/css.js.map +0 -1
  665. package/lib/vm-filter/style/index.css +0 -248
  666. package/lib/vm-filter/style/index.js +0 -4
  667. package/lib/vm-filter/style/index.js.map +0 -1
  668. package/lib/vm-filter/style/index.less +0 -293
  669. package/lib/vm-hooks/useSettings.js +0 -35
  670. package/lib/vm-hooks/useSettings.js.map +0 -1
  671. package/lib/vm-iframe-modal/index.js +0 -41
  672. package/lib/vm-iframe-modal/index.js.map +0 -1
  673. package/lib/vm-iframe-modal/style/css.js +0 -4
  674. package/lib/vm-iframe-modal/style/css.js.map +0 -1
  675. package/lib/vm-iframe-modal/style/index.css +0 -11
  676. package/lib/vm-iframe-modal/style/index.js +0 -4
  677. package/lib/vm-iframe-modal/style/index.js.map +0 -1
  678. package/lib/vm-iframe-modal/style/index.less +0 -9
  679. package/lib/vm-image-text/index.js +0 -42
  680. package/lib/vm-image-text/index.js.map +0 -1
  681. package/lib/vm-image-text/style/css.js +0 -4
  682. package/lib/vm-image-text/style/css.js.map +0 -1
  683. package/lib/vm-image-text/style/index.css +0 -35
  684. package/lib/vm-image-text/style/index.js +0 -4
  685. package/lib/vm-image-text/style/index.js.map +0 -1
  686. package/lib/vm-image-text/style/index.less +0 -32
  687. package/lib/vm-info-collection/index.js +0 -149
  688. package/lib/vm-info-collection/index.js.map +0 -1
  689. package/lib/vm-info-collection/style/css.js +0 -4
  690. package/lib/vm-info-collection/style/css.js.map +0 -1
  691. package/lib/vm-info-collection/style/index.css +0 -67
  692. package/lib/vm-info-collection/style/index.js +0 -4
  693. package/lib/vm-info-collection/style/index.js.map +0 -1
  694. package/lib/vm-info-collection/style/index.less +0 -47
  695. package/lib/vm-map/imgs/defaultMarker.png +0 -0
  696. package/lib/vm-map/index.js +0 -337
  697. package/lib/vm-map/index.js.map +0 -1
  698. package/lib/vm-map/mapStyle.js +0 -4723
  699. package/lib/vm-map/mapStyle.js.map +0 -1
  700. package/lib/vm-map/style/css.js +0 -4
  701. package/lib/vm-map/style/css.js.map +0 -1
  702. package/lib/vm-map/style/index.css +0 -3
  703. package/lib/vm-map/style/index.js +0 -4
  704. package/lib/vm-map/style/index.js.map +0 -1
  705. package/lib/vm-map/style/index.less +0 -3
  706. package/lib/vm-modal-table/index.js +0 -34
  707. package/lib/vm-modal-table/index.js.map +0 -1
  708. package/lib/vm-modal-table/style/css.js +0 -4
  709. package/lib/vm-modal-table/style/css.js.map +0 -1
  710. package/lib/vm-modal-table/style/index.css +0 -20
  711. package/lib/vm-modal-table/style/index.js +0 -4
  712. package/lib/vm-modal-table/style/index.js.map +0 -1
  713. package/lib/vm-modal-table/style/index.less +0 -23
  714. package/lib/vm-nodata/imgs/chart.png +0 -0
  715. package/lib/vm-nodata/imgs/default.png +0 -0
  716. package/lib/vm-nodata/index.js +0 -26
  717. package/lib/vm-nodata/index.js.map +0 -1
  718. package/lib/vm-radio/index.js +0 -27
  719. package/lib/vm-radio/index.js.map +0 -1
  720. package/lib/vm-radio/style/css.js +0 -4
  721. package/lib/vm-radio/style/css.js.map +0 -1
  722. package/lib/vm-radio/style/index.css +0 -21
  723. package/lib/vm-radio/style/index.js +0 -4
  724. package/lib/vm-radio/style/index.js.map +0 -1
  725. package/lib/vm-radio/style/index.less +0 -26
  726. package/lib/vm-real-time-monitor/api.js +0 -193
  727. package/lib/vm-real-time-monitor/api.js.map +0 -1
  728. package/lib/vm-real-time-monitor/index.js +0 -367
  729. package/lib/vm-real-time-monitor/index.js.map +0 -1
  730. package/lib/vm-real-time-monitor/style/css.js +0 -4
  731. package/lib/vm-real-time-monitor/style/css.js.map +0 -1
  732. package/lib/vm-real-time-monitor/style/index.css +0 -12
  733. package/lib/vm-real-time-monitor/style/index.js +0 -4
  734. package/lib/vm-real-time-monitor/style/index.js.map +0 -1
  735. package/lib/vm-real-time-monitor/style/index.less +0 -12
  736. package/lib/vm-repair-maintain/RmInfoSummary.js +0 -61
  737. package/lib/vm-repair-maintain/RmInfoSummary.js.map +0 -1
  738. package/lib/vm-repair-maintain/RmMonthTrend.js +0 -105
  739. package/lib/vm-repair-maintain/RmMonthTrend.js.map +0 -1
  740. package/lib/vm-repair-maintain/RmRecord.js +0 -156
  741. package/lib/vm-repair-maintain/RmRecord.js.map +0 -1
  742. package/lib/vm-repair-maintain/RmType.js +0 -105
  743. package/lib/vm-repair-maintain/RmType.js.map +0 -1
  744. package/lib/vm-repair-maintain/api.js +0 -94
  745. package/lib/vm-repair-maintain/api.js.map +0 -1
  746. package/lib/vm-repair-maintain/imgs/amount.png +0 -0
  747. package/lib/vm-repair-maintain/imgs/amount_light.png +0 -0
  748. package/lib/vm-repair-maintain/imgs/count.png +0 -0
  749. package/lib/vm-repair-maintain/imgs/count_light.png +0 -0
  750. package/lib/vm-repair-maintain/index.js +0 -55
  751. package/lib/vm-repair-maintain/index.js.map +0 -1
  752. package/lib/vm-repair-maintain/style/css.js +0 -4
  753. package/lib/vm-repair-maintain/style/css.js.map +0 -1
  754. package/lib/vm-repair-maintain/style/index.css +0 -123
  755. package/lib/vm-repair-maintain/style/index.js +0 -4
  756. package/lib/vm-repair-maintain/style/index.js.map +0 -1
  757. package/lib/vm-repair-maintain/style/index.less +0 -115
  758. package/lib/vm-round-content/index.js +0 -68
  759. package/lib/vm-round-content/index.js.map +0 -1
  760. package/lib/vm-round-content/style/css.js +0 -4
  761. package/lib/vm-round-content/style/css.js.map +0 -1
  762. package/lib/vm-round-content/style/index.css +0 -38
  763. package/lib/vm-round-content/style/index.js +0 -4
  764. package/lib/vm-round-content/style/index.js.map +0 -1
  765. package/lib/vm-round-content/style/index.less +0 -33
  766. package/lib/vm-row-col/index.js +0 -26
  767. package/lib/vm-row-col/index.js.map +0 -1
  768. package/lib/vm-row-col/style/css.js +0 -4
  769. package/lib/vm-row-col/style/css.js.map +0 -1
  770. package/lib/vm-row-col/style/index.css +0 -0
  771. package/lib/vm-row-col/style/index.js +0 -4
  772. package/lib/vm-row-col/style/index.js.map +0 -1
  773. package/lib/vm-row-col/style/index.less +0 -0
  774. package/lib/vm-select-device/index.js +0 -90
  775. package/lib/vm-select-device/index.js.map +0 -1
  776. package/lib/vm-select-device/style/css.js +0 -4
  777. package/lib/vm-select-device/style/css.js.map +0 -1
  778. package/lib/vm-select-device/style/index.css +0 -16
  779. package/lib/vm-select-device/style/index.js +0 -4
  780. package/lib/vm-select-device/style/index.js.map +0 -1
  781. package/lib/vm-select-device/style/index.less +0 -16
  782. package/lib/vm-sub-tabs/index.js +0 -40
  783. package/lib/vm-sub-tabs/index.js.map +0 -1
  784. package/lib/vm-sub-tabs/style/css.js +0 -4
  785. package/lib/vm-sub-tabs/style/css.js.map +0 -1
  786. package/lib/vm-sub-tabs/style/index.css +0 -137
  787. package/lib/vm-sub-tabs/style/index.js +0 -4
  788. package/lib/vm-sub-tabs/style/index.js.map +0 -1
  789. package/lib/vm-sub-tabs/style/index.less +0 -179
  790. package/lib/vm-sub-title/imgs/bg.png +0 -0
  791. package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
  792. package/lib/vm-sub-title/imgs/bg_light.png +0 -0
  793. package/lib/vm-sub-title/index.js +0 -43
  794. package/lib/vm-sub-title/index.js.map +0 -1
  795. package/lib/vm-sub-title/style/css.js +0 -4
  796. package/lib/vm-sub-title/style/css.js.map +0 -1
  797. package/lib/vm-sub-title/style/index.css +0 -66
  798. package/lib/vm-sub-title/style/index.js +0 -4
  799. package/lib/vm-sub-title/style/index.js.map +0 -1
  800. package/lib/vm-sub-title/style/index.less +0 -68
  801. package/lib/vm-table/index.js +0 -194
  802. package/lib/vm-table/index.js.map +0 -1
  803. package/lib/vm-table/style/css.js +0 -4
  804. package/lib/vm-table/style/css.js.map +0 -1
  805. package/lib/vm-table/style/index.css +0 -255
  806. package/lib/vm-table/style/index.js +0 -4
  807. package/lib/vm-table/style/index.js.map +0 -1
  808. package/lib/vm-table/style/index.less +0 -315
  809. package/lib/vm-time-line/index.js +0 -25
  810. package/lib/vm-time-line/index.js.map +0 -1
  811. package/lib/vm-time-line/style/css.js +0 -4
  812. package/lib/vm-time-line/style/css.js.map +0 -1
  813. package/lib/vm-time-line/style/index.css +0 -0
  814. package/lib/vm-time-line/style/index.js +0 -4
  815. package/lib/vm-time-line/style/index.js.map +0 -1
  816. package/lib/vm-time-line/style/index.less +0 -0
  817. package/lib/vm-video/api.js +0 -29
  818. package/lib/vm-video/api.js.map +0 -1
  819. package/lib/vm-video/index.css +0 -165
  820. package/lib/vm-video/index.js +0 -37
  821. package/lib/vm-video/index.js.map +0 -1
  822. package/lib/vm-video/index.less +0 -36
  823. package/lib/vtx-base-info/imgs/tab_bg_light.png +0 -0
  824. package/lib/vtx-base-info/index.js +0 -62
  825. package/lib/vtx-base-info/index.js.map +0 -1
  826. package/lib/vtx-base-info/style/css.js +0 -4
  827. package/lib/vtx-base-info/style/css.js.map +0 -1
  828. package/lib/vtx-base-info/style/index.css +0 -73
  829. package/lib/vtx-base-info/style/index.js +0 -4
  830. package/lib/vtx-base-info/style/index.js.map +0 -1
  831. package/lib/vtx-base-info/style/index.less +0 -66
  832. package/lib/vtx-base-modal/api.js +0 -48
  833. package/lib/vtx-base-modal/api.js.map +0 -1
  834. package/lib/vtx-base-modal/config.js +0 -307
  835. package/lib/vtx-base-modal/config.js.map +0 -1
  836. package/lib/vtx-base-modal/imgs/assets/blue/alarm.svg +0 -1
  837. package/lib/vtx-base-modal/imgs/assets/blue/alarm_active.svg +0 -1
  838. package/lib/vtx-base-modal/imgs/assets/blue/alarm_blue.svg +0 -1
  839. package/lib/vtx-base-modal/imgs/assets/blue/base.svg +0 -1
  840. package/lib/vtx-base-modal/imgs/assets/blue/base_active.svg +0 -1
  841. package/lib/vtx-base-modal/imgs/assets/blue/base_blue.svg +0 -1
  842. package/lib/vtx-base-modal/imgs/assets/blue/cut_in.svg +0 -1
  843. package/lib/vtx-base-modal/imgs/assets/blue/cut_in_active.svg +0 -1
  844. package/lib/vtx-base-modal/imgs/assets/blue/cut_in_blue.svg +0 -1
  845. package/lib/vtx-base-modal/imgs/assets/blue/default.svg +0 -1
  846. package/lib/vtx-base-modal/imgs/assets/blue/default_active.svg +0 -1
  847. package/lib/vtx-base-modal/imgs/assets/blue/default_blue.svg +0 -1
  848. package/lib/vtx-base-modal/imgs/assets/blue/fenxi.svg +0 -1
  849. package/lib/vtx-base-modal/imgs/assets/blue/fenxi_active.svg +0 -1
  850. package/lib/vtx-base-modal/imgs/assets/blue/fenxi_blue.svg +0 -1
  851. package/lib/vtx-base-modal/imgs/assets/blue/gongdan.svg +0 -1
  852. package/lib/vtx-base-modal/imgs/assets/blue/gongdan_active.svg +0 -1
  853. package/lib/vtx-base-modal/imgs/assets/blue/gongdan_blue.svg +0 -1
  854. package/lib/vtx-base-modal/imgs/assets/blue/gongkuang.svg +0 -1
  855. package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_active.svg +0 -1
  856. package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_blue.svg +0 -1
  857. package/lib/vtx-base-modal/imgs/assets/blue/gongshi.svg +0 -1
  858. package/lib/vtx-base-modal/imgs/assets/blue/gongshi_active.svg +0 -1
  859. package/lib/vtx-base-modal/imgs/assets/blue/gongshi_blue.svg +0 -1
  860. package/lib/vtx-base-modal/imgs/assets/blue/jiliang.svg +0 -1
  861. package/lib/vtx-base-modal/imgs/assets/blue/jiliang_active.svg +0 -1
  862. package/lib/vtx-base-modal/imgs/assets/blue/jiliang_blue.svg +0 -1
  863. package/lib/vtx-base-modal/imgs/assets/blue/kaohe.svg +0 -1
  864. package/lib/vtx-base-modal/imgs/assets/blue/kaohe_active.svg +0 -1
  865. package/lib/vtx-base-modal/imgs/assets/blue/kaohe_blue.svg +0 -1
  866. package/lib/vtx-base-modal/imgs/assets/blue/kaoqin.svg +0 -1
  867. package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_active.svg +0 -1
  868. package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_blue.svg +0 -1
  869. package/lib/vtx-base-modal/imgs/assets/blue/maintenance.svg +0 -1
  870. package/lib/vtx-base-modal/imgs/assets/blue/maintenance_active.svg +0 -1
  871. package/lib/vtx-base-modal/imgs/assets/blue/maintenance_blue.svg +0 -1
  872. package/lib/vtx-base-modal/imgs/assets/blue/monitor.svg +0 -1
  873. package/lib/vtx-base-modal/imgs/assets/blue/monitor_active.svg +0 -1
  874. package/lib/vtx-base-modal/imgs/assets/blue/monitor_blue.svg +0 -1
  875. package/lib/vtx-base-modal/imgs/assets/blue/oil.svg +0 -1
  876. package/lib/vtx-base-modal/imgs/assets/blue/oil_active.svg +0 -1
  877. package/lib/vtx-base-modal/imgs/assets/blue/oil_blue.svg +0 -1
  878. package/lib/vtx-base-modal/imgs/assets/blue/paiban.svg +0 -1
  879. package/lib/vtx-base-modal/imgs/assets/blue/paiban_active.svg +0 -1
  880. package/lib/vtx-base-modal/imgs/assets/blue/paiban_blue.svg +0 -1
  881. package/lib/vtx-base-modal/imgs/assets/blue/pingjia.svg +0 -1
  882. package/lib/vtx-base-modal/imgs/assets/blue/pingjia_active.svg +0 -1
  883. package/lib/vtx-base-modal/imgs/assets/blue/pingjia_blue.svg +0 -1
  884. package/lib/vtx-base-modal/imgs/assets/blue/shebei.svg +0 -1
  885. package/lib/vtx-base-modal/imgs/assets/blue/shebei_active.svg +0 -1
  886. package/lib/vtx-base-modal/imgs/assets/blue/shebei_blue.svg +0 -1
  887. package/lib/vtx-base-modal/imgs/assets/blue/shouyun.svg +0 -1
  888. package/lib/vtx-base-modal/imgs/assets/blue/shouyun_active.svg +0 -1
  889. package/lib/vtx-base-modal/imgs/assets/blue/shouyun_blue.svg +0 -1
  890. package/lib/vtx-base-modal/imgs/assets/blue/sum.svg +0 -1
  891. package/lib/vtx-base-modal/imgs/assets/blue/sum_active.svg +0 -1
  892. package/lib/vtx-base-modal/imgs/assets/blue/sum_blue.svg +0 -1
  893. package/lib/vtx-base-modal/imgs/assets/blue/video.svg +0 -1
  894. package/lib/vtx-base-modal/imgs/assets/blue/video_active.svg +0 -1
  895. package/lib/vtx-base-modal/imgs/assets/blue/video_blue.svg +0 -1
  896. package/lib/vtx-base-modal/imgs/assets/blue/water.svg +0 -1
  897. package/lib/vtx-base-modal/imgs/assets/blue/water_active.svg +0 -1
  898. package/lib/vtx-base-modal/imgs/assets/blue/water_blue.svg +0 -1
  899. package/lib/vtx-base-modal/imgs/assets/blue/weigui.svg +0 -1
  900. package/lib/vtx-base-modal/imgs/assets/blue/weigui_active.svg +0 -1
  901. package/lib/vtx-base-modal/imgs/assets/blue/weigui_blue.svg +0 -1
  902. package/lib/vtx-base-modal/imgs/assets/blue/yichang.svg +0 -1
  903. package/lib/vtx-base-modal/imgs/assets/blue/yichang_active.svg +0 -1
  904. package/lib/vtx-base-modal/imgs/assets/blue/yichang_blue.svg +0 -1
  905. package/lib/vtx-base-modal/imgs/assets/blue/yunwei.svg +0 -1
  906. package/lib/vtx-base-modal/imgs/assets/blue/yunwei_active.svg +0 -1
  907. package/lib/vtx-base-modal/imgs/assets/blue/yunwei_blue.svg +0 -1
  908. package/lib/vtx-base-modal/imgs/assets/blue/zijian.svg +0 -1
  909. package/lib/vtx-base-modal/imgs/assets/blue/zijian_active.svg +0 -1
  910. package/lib/vtx-base-modal/imgs/assets/blue/zijian_blue.svg +0 -1
  911. package/lib/vtx-base-modal/imgs/assets/light/alarm_active.svg +0 -1
  912. package/lib/vtx-base-modal/imgs/assets/light/alarm_light.svg +0 -1
  913. package/lib/vtx-base-modal/imgs/assets/light/base_active.svg +0 -1
  914. package/lib/vtx-base-modal/imgs/assets/light/base_light.svg +0 -1
  915. package/lib/vtx-base-modal/imgs/assets/light/cut_in_active.svg +0 -1
  916. package/lib/vtx-base-modal/imgs/assets/light/cut_in_light.svg +0 -1
  917. package/lib/vtx-base-modal/imgs/assets/light/default_active.svg +0 -1
  918. package/lib/vtx-base-modal/imgs/assets/light/default_light.svg +0 -1
  919. package/lib/vtx-base-modal/imgs/assets/light/fenxi_active.svg +0 -1
  920. package/lib/vtx-base-modal/imgs/assets/light/fenxi_light.svg +0 -1
  921. package/lib/vtx-base-modal/imgs/assets/light/gongdan_active.svg +0 -1
  922. package/lib/vtx-base-modal/imgs/assets/light/gongdan_light.svg +0 -1
  923. package/lib/vtx-base-modal/imgs/assets/light/gongkuang_active.svg +0 -1
  924. package/lib/vtx-base-modal/imgs/assets/light/gongkuang_light.svg +0 -1
  925. package/lib/vtx-base-modal/imgs/assets/light/gongshi_active.svg +0 -1
  926. package/lib/vtx-base-modal/imgs/assets/light/gongshi_light.svg +0 -1
  927. package/lib/vtx-base-modal/imgs/assets/light/jiliang_active.svg +0 -1
  928. package/lib/vtx-base-modal/imgs/assets/light/jiliang_light.svg +0 -1
  929. package/lib/vtx-base-modal/imgs/assets/light/kaohe_active.svg +0 -1
  930. package/lib/vtx-base-modal/imgs/assets/light/kaohe_light.svg +0 -1
  931. package/lib/vtx-base-modal/imgs/assets/light/kaoqin_active.svg +0 -1
  932. package/lib/vtx-base-modal/imgs/assets/light/kaoqin_light.svg +0 -1
  933. package/lib/vtx-base-modal/imgs/assets/light/maintenance_active.svg +0 -1
  934. package/lib/vtx-base-modal/imgs/assets/light/maintenance_light.svg +0 -1
  935. package/lib/vtx-base-modal/imgs/assets/light/monitor_active.svg +0 -1
  936. package/lib/vtx-base-modal/imgs/assets/light/monitor_light.svg +0 -1
  937. package/lib/vtx-base-modal/imgs/assets/light/oil_active.svg +0 -1
  938. package/lib/vtx-base-modal/imgs/assets/light/oil_light.svg +0 -1
  939. package/lib/vtx-base-modal/imgs/assets/light/paiban_active.svg +0 -1
  940. package/lib/vtx-base-modal/imgs/assets/light/paiban_light.svg +0 -1
  941. package/lib/vtx-base-modal/imgs/assets/light/pingjia_active.svg +0 -1
  942. package/lib/vtx-base-modal/imgs/assets/light/pingjia_light.svg +0 -1
  943. package/lib/vtx-base-modal/imgs/assets/light/shebei_active.svg +0 -1
  944. package/lib/vtx-base-modal/imgs/assets/light/shebei_light.svg +0 -1
  945. package/lib/vtx-base-modal/imgs/assets/light/shouyun_active.svg +0 -1
  946. package/lib/vtx-base-modal/imgs/assets/light/shouyun_light.svg +0 -1
  947. package/lib/vtx-base-modal/imgs/assets/light/sum_active.svg +0 -1
  948. package/lib/vtx-base-modal/imgs/assets/light/sum_light.svg +0 -1
  949. package/lib/vtx-base-modal/imgs/assets/light/video_active.svg +0 -1
  950. package/lib/vtx-base-modal/imgs/assets/light/video_light.svg +0 -1
  951. package/lib/vtx-base-modal/imgs/assets/light/water_active.svg +0 -1
  952. package/lib/vtx-base-modal/imgs/assets/light/water_light.svg +0 -1
  953. package/lib/vtx-base-modal/imgs/assets/light/weigui_active.svg +0 -1
  954. package/lib/vtx-base-modal/imgs/assets/light/weigui_light.svg +0 -1
  955. package/lib/vtx-base-modal/imgs/assets/light/yichang_active.svg +0 -1
  956. package/lib/vtx-base-modal/imgs/assets/light/yichang_light.svg +0 -1
  957. package/lib/vtx-base-modal/imgs/assets/light/yunwei_active.svg +0 -1
  958. package/lib/vtx-base-modal/imgs/assets/light/yunwei_light.svg +0 -1
  959. package/lib/vtx-base-modal/imgs/assets/light/zijian_active.svg +0 -1
  960. package/lib/vtx-base-modal/imgs/assets/light/zijian_light.svg +0 -1
  961. package/lib/vtx-base-modal/imgs/bg_blue.png +0 -0
  962. package/lib/vtx-base-modal/imgs/close-blue-new.png +0 -0
  963. package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
  964. package/lib/vtx-base-modal/imgs/close-dark.png +0 -0
  965. package/lib/vtx-base-modal/imgs/close.png +0 -0
  966. package/lib/vtx-base-modal/imgs/collect-blue.png +0 -0
  967. package/lib/vtx-base-modal/imgs/collect.png +0 -0
  968. package/lib/vtx-base-modal/imgs/collect_light.png +0 -0
  969. package/lib/vtx-base-modal/imgs/modal_bg.png +0 -0
  970. package/lib/vtx-base-modal/imgs/panoramaLink.png +0 -0
  971. package/lib/vtx-base-modal/imgs/tab_bg.png +0 -0
  972. package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
  973. package/lib/vtx-base-modal/imgs/tab_bg_light.png +0 -0
  974. package/lib/vtx-base-modal/imgs/title_bg.png +0 -0
  975. package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
  976. package/lib/vtx-base-modal/imgs/track.png +0 -0
  977. package/lib/vtx-base-modal/imgs/track_blue.png +0 -0
  978. package/lib/vtx-base-modal/imgs/track_light.png +0 -0
  979. package/lib/vtx-base-modal/index.js.map +0 -1
  980. package/lib/vtx-base-modal/style/css.js +0 -4
  981. package/lib/vtx-base-modal/style/css.js.map +0 -1
  982. package/lib/vtx-base-modal/style/index.css +0 -1264
  983. package/lib/vtx-base-modal/style/index.js.map +0 -1
  984. package/lib/vtx-car-modal/api.js.map +0 -1
  985. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +0 -213
  986. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +0 -1
  987. package/lib/vtx-car-modal/components/AlarmInfo/List.js +0 -187
  988. package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +0 -1
  989. package/lib/vtx-car-modal/components/AlarmInfo/index.css +0 -47
  990. package/lib/vtx-car-modal/components/AlarmInfo/index.js +0 -141
  991. package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +0 -1
  992. package/lib/vtx-car-modal/components/AlarmInfo/index.less +0 -40
  993. package/lib/vtx-car-modal/components/BaseInfo/Chain.js +0 -100
  994. package/lib/vtx-car-modal/components/BaseInfo/Chain.js.map +0 -1
  995. package/lib/vtx-car-modal/components/BaseInfo/Charts.js +0 -95
  996. package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +0 -1
  997. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +0 -85
  998. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +0 -1
  999. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +0 -53
  1000. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +0 -1
  1001. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +0 -68
  1002. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +0 -1
  1003. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +0 -127
  1004. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
  1005. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +0 -133
  1006. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +0 -1
  1007. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +0 -56
  1008. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +0 -1
  1009. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +0 -117
  1010. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
  1011. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +0 -138
  1012. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +0 -1
  1013. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +0 -136
  1014. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +0 -1
  1015. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +0 -147
  1016. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +0 -1
  1017. package/lib/vtx-car-modal/components/BaseInfo/index.css +0 -347
  1018. package/lib/vtx-car-modal/components/BaseInfo/index.js +0 -289
  1019. package/lib/vtx-car-modal/components/BaseInfo/index.js.map +0 -1
  1020. package/lib/vtx-car-modal/components/BaseInfo/index.less +0 -290
  1021. package/lib/vtx-car-modal/components/Collection/index.css +0 -28
  1022. package/lib/vtx-car-modal/components/Collection/index.js +0 -193
  1023. package/lib/vtx-car-modal/components/Collection/index.js.map +0 -1
  1024. package/lib/vtx-car-modal/components/Collection/index.less +0 -18
  1025. package/lib/vtx-car-modal/components/DetailInfo/index.css +0 -19
  1026. package/lib/vtx-car-modal/components/DetailInfo/index.js +0 -174
  1027. package/lib/vtx-car-modal/components/DetailInfo/index.js.map +0 -1
  1028. package/lib/vtx-car-modal/components/DetailInfo/index.less +0 -21
  1029. package/lib/vtx-car-modal/components/Maintenance/index.css +0 -40
  1030. package/lib/vtx-car-modal/components/Maintenance/index.js +0 -133
  1031. package/lib/vtx-car-modal/components/Maintenance/index.js.map +0 -1
  1032. package/lib/vtx-car-modal/components/Maintenance/index.less +0 -35
  1033. package/lib/vtx-car-modal/components/OilConsumption/List.js +0 -89
  1034. package/lib/vtx-car-modal/components/OilConsumption/List.js.map +0 -1
  1035. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +0 -119
  1036. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +0 -1
  1037. package/lib/vtx-car-modal/components/OilConsumption/index.css +0 -36
  1038. package/lib/vtx-car-modal/components/OilConsumption/index.js +0 -141
  1039. package/lib/vtx-car-modal/components/OilConsumption/index.js.map +0 -1
  1040. package/lib/vtx-car-modal/components/OilConsumption/index.less +0 -39
  1041. package/lib/vtx-car-modal/components/StaticInfo/Charts.js +0 -83
  1042. package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +0 -1
  1043. package/lib/vtx-car-modal/components/StaticInfo/List.js +0 -91
  1044. package/lib/vtx-car-modal/components/StaticInfo/List.js.map +0 -1
  1045. package/lib/vtx-car-modal/components/StaticInfo/index.css +0 -103
  1046. package/lib/vtx-car-modal/components/StaticInfo/index.js +0 -113
  1047. package/lib/vtx-car-modal/components/StaticInfo/index.js.map +0 -1
  1048. package/lib/vtx-car-modal/components/StaticInfo/index.less +0 -82
  1049. package/lib/vtx-car-modal/components/WaterConsumption/index.css +0 -31
  1050. package/lib/vtx-car-modal/components/WaterConsumption/index.js +0 -119
  1051. package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +0 -1
  1052. package/lib/vtx-car-modal/components/WaterConsumption/index.less +0 -25
  1053. package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js +0 -120
  1054. package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js.map +0 -1
  1055. package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js +0 -100
  1056. package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js.map +0 -1
  1057. package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js +0 -88
  1058. package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js.map +0 -1
  1059. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +0 -131
  1060. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +0 -1
  1061. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +0 -322
  1062. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +0 -1
  1063. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +0 -291
  1064. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +0 -1
  1065. package/lib/vtx-car-modal/components/WorkInfo/index.css +0 -294
  1066. package/lib/vtx-car-modal/components/WorkInfo/index.js +0 -34
  1067. package/lib/vtx-car-modal/components/WorkInfo/index.js.map +0 -1
  1068. package/lib/vtx-car-modal/components/WorkInfo/index.less +0 -286
  1069. package/lib/vtx-car-modal/components/index.js +0 -70
  1070. package/lib/vtx-car-modal/components/index.js.map +0 -1
  1071. package/lib/vtx-car-modal/imgs/bglyh.png +0 -0
  1072. package/lib/vtx-car-modal/imgs/bglyh_light.png +0 -0
  1073. package/lib/vtx-car-modal/imgs/calendar-hour.png +0 -0
  1074. package/lib/vtx-car-modal/imgs/calendar-mile.png +0 -0
  1075. package/lib/vtx-car-modal/imgs/car.png +0 -0
  1076. package/lib/vtx-car-modal/imgs/ccc.png +0 -0
  1077. package/lib/vtx-car-modal/imgs/ccts.png +0 -0
  1078. package/lib/vtx-car-modal/imgs/ccts_light.png +0 -0
  1079. package/lib/vtx-car-modal/imgs/daily_ws.png +0 -0
  1080. package/lib/vtx-car-modal/imgs/daily_ys.png +0 -0
  1081. package/lib/vtx-car-modal/imgs/dash.png +0 -0
  1082. package/lib/vtx-car-modal/imgs/dqsd.png +0 -0
  1083. package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
  1084. package/lib/vtx-car-modal/imgs/dqsd_light.png +0 -0
  1085. package/lib/vtx-car-modal/imgs/jrxs.png +0 -0
  1086. package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
  1087. package/lib/vtx-car-modal/imgs/jrxs_light.png +0 -0
  1088. package/lib/vtx-car-modal/imgs/ljsjdw.png +0 -0
  1089. package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
  1090. package/lib/vtx-car-modal/imgs/ljsjdw_light.png +0 -0
  1091. package/lib/vtx-car-modal/imgs/ljsjts.png +0 -0
  1092. package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
  1093. package/lib/vtx-car-modal/imgs/ljsjts_light.png +0 -0
  1094. package/lib/vtx-car-modal/imgs/ljsjzl.png +0 -0
  1095. package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
  1096. package/lib/vtx-car-modal/imgs/ljsjzl_light.png +0 -0
  1097. package/lib/vtx-car-modal/imgs/ljwgsc.png +0 -0
  1098. package/lib/vtx-car-modal/imgs/ljwgsc_light.png +0 -0
  1099. package/lib/vtx-car-modal/imgs/ljwgts.png +0 -0
  1100. package/lib/vtx-car-modal/imgs/ljwgts_light.png +0 -0
  1101. package/lib/vtx-car-modal/imgs/outTime.png +0 -0
  1102. package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
  1103. package/lib/vtx-car-modal/imgs/outTime_light.png +0 -0
  1104. package/lib/vtx-car-modal/imgs/out_ws.png +0 -0
  1105. package/lib/vtx-car-modal/imgs/out_ys.png +0 -0
  1106. package/lib/vtx-car-modal/imgs/pjwcl.png +0 -0
  1107. package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
  1108. package/lib/vtx-car-modal/imgs/pjwcl_light.png +0 -0
  1109. package/lib/vtx-car-modal/imgs/position.png +0 -0
  1110. package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
  1111. package/lib/vtx-car-modal/imgs/position_light.png +0 -0
  1112. package/lib/vtx-car-modal/imgs/refresh.png +0 -0
  1113. package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
  1114. package/lib/vtx-car-modal/imgs/refresh_light.png +0 -0
  1115. package/lib/vtx-car-modal/imgs/runTime.png +0 -0
  1116. package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
  1117. package/lib/vtx-car-modal/imgs/runTime_light.png +0 -0
  1118. package/lib/vtx-car-modal/imgs/syyl.png +0 -0
  1119. package/lib/vtx-car-modal/imgs/syyl_light.png +0 -0
  1120. package/lib/vtx-car-modal/imgs/tab_bg.png +0 -0
  1121. package/lib/vtx-car-modal/imgs/tab_bg_light.png +0 -0
  1122. package/lib/vtx-car-modal/imgs/temp_ws.png +0 -0
  1123. package/lib/vtx-car-modal/imgs/temp_ys.png +0 -0
  1124. package/lib/vtx-car-modal/imgs/wcl.png +0 -0
  1125. package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
  1126. package/lib/vtx-car-modal/imgs/wcl_light.png +0 -0
  1127. package/lib/vtx-car-modal/imgs/wgcs.png +0 -0
  1128. package/lib/vtx-car-modal/imgs/wgcs_light.png +0 -0
  1129. package/lib/vtx-car-modal/imgs/xslc.png +0 -0
  1130. package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
  1131. package/lib/vtx-car-modal/imgs/xslc_light.png +0 -0
  1132. package/lib/vtx-car-modal/imgs/ysdw.png +0 -0
  1133. package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
  1134. package/lib/vtx-car-modal/imgs/ysdw_light.png +0 -0
  1135. package/lib/vtx-car-modal/imgs/ywcdw.png +0 -0
  1136. package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
  1137. package/lib/vtx-car-modal/imgs/ywcdw_light.png +0 -0
  1138. package/lib/vtx-car-modal/imgs/zlc.png +0 -0
  1139. package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
  1140. package/lib/vtx-car-modal/imgs/zlc_light.png +0 -0
  1141. package/lib/vtx-car-modal/imgs/zld.png +0 -0
  1142. package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
  1143. package/lib/vtx-car-modal/imgs/zld_light.png +0 -0
  1144. package/lib/vtx-car-modal/imgs/zsh.png +0 -0
  1145. package/lib/vtx-car-modal/imgs/zsh_light.png +0 -0
  1146. package/lib/vtx-car-modal/imgs/zycs.png +0 -0
  1147. package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
  1148. package/lib/vtx-car-modal/imgs/zycs_light.png +0 -0
  1149. package/lib/vtx-car-modal/imgs/zycssc.png +0 -0
  1150. package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
  1151. package/lib/vtx-car-modal/imgs/zycssc_light.png +0 -0
  1152. package/lib/vtx-car-modal/imgs/zyh.png +0 -0
  1153. package/lib/vtx-car-modal/imgs/zyh_light.png +0 -0
  1154. package/lib/vtx-car-modal/imgs/zyl.png +0 -0
  1155. package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
  1156. package/lib/vtx-car-modal/imgs/zyl_light.png +0 -0
  1157. package/lib/vtx-car-modal/imgs/zylc.png +0 -0
  1158. package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
  1159. package/lib/vtx-car-modal/imgs/zylc_light.png +0 -0
  1160. package/lib/vtx-car-modal/imgs/zysc.png +0 -0
  1161. package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
  1162. package/lib/vtx-car-modal/imgs/zysc_light.png +0 -0
  1163. package/lib/vtx-car-modal/index.js.map +0 -1
  1164. package/lib/vtx-car-modal/style/css.js +0 -12
  1165. package/lib/vtx-car-modal/style/css.js.map +0 -1
  1166. package/lib/vtx-car-modal/style/index.css +0 -143
  1167. package/lib/vtx-car-modal/style/index.js.map +0 -1
  1168. package/lib/vtx-cc-cp-modal/api.js +0 -402
  1169. package/lib/vtx-cc-cp-modal/api.js.map +0 -1
  1170. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +0 -152
  1171. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +0 -1
  1172. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +0 -122
  1173. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +0 -1
  1174. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +0 -151
  1175. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +0 -1
  1176. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +0 -119
  1177. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +0 -34
  1178. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js.map +0 -1
  1179. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +0 -108
  1180. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +0 -76
  1181. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +0 -1
  1182. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +0 -44
  1183. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +0 -1
  1184. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +0 -48
  1185. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +0 -1
  1186. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +0 -125
  1187. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +0 -1
  1188. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +0 -106
  1189. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +0 -66
  1190. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js.map +0 -1
  1191. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +0 -95
  1192. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js +0 -130
  1193. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +0 -1
  1194. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +0 -122
  1195. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +0 -1
  1196. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +0 -151
  1197. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +0 -1
  1198. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +0 -119
  1199. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +0 -34
  1200. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js.map +0 -1
  1201. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +0 -108
  1202. package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js +0 -118
  1203. package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js.map +0 -1
  1204. package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js +0 -123
  1205. package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js.map +0 -1
  1206. package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js +0 -147
  1207. package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js.map +0 -1
  1208. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.css +0 -119
  1209. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js +0 -55
  1210. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js.map +0 -1
  1211. package/lib/vtx-cc-cp-modal/components/OrderInfo/index.less +0 -108
  1212. package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +0 -8
  1213. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +0 -124
  1214. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +0 -1
  1215. package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +0 -8
  1216. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +0 -129
  1217. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +0 -1
  1218. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +0 -117
  1219. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js.map +0 -1
  1220. package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +0 -51
  1221. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +0 -83
  1222. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js.map +0 -1
  1223. package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +0 -46
  1224. package/lib/vtx-cc-cp-modal/components/index.js +0 -42
  1225. package/lib/vtx-cc-cp-modal/components/index.js.map +0 -1
  1226. package/lib/vtx-cc-cp-modal/index.js +0 -76
  1227. package/lib/vtx-cc-cp-modal/index.js.map +0 -1
  1228. package/lib/vtx-cc-cp-modal/style/css.js +0 -5
  1229. package/lib/vtx-cc-cp-modal/style/css.js.map +0 -1
  1230. package/lib/vtx-cc-cp-modal/style/index.css +0 -133
  1231. package/lib/vtx-cc-cp-modal/style/index.js +0 -5
  1232. package/lib/vtx-cc-cp-modal/style/index.js.map +0 -1
  1233. package/lib/vtx-cc-cp-modal/style/index.less +0 -1
  1234. package/lib/vtx-cc-cp-modal/type.js +0 -6
  1235. package/lib/vtx-cc-cp-modal/type.js.map +0 -1
  1236. package/lib/vtx-cp-modal/api.js.map +0 -1
  1237. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +0 -1
  1238. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +0 -1
  1239. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +0 -1
  1240. package/lib/vtx-cp-modal/components/AlarmInfo/index.css +0 -119
  1241. package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +0 -1
  1242. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +0 -1
  1243. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +0 -1
  1244. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +0 -1
  1245. package/lib/vtx-cp-modal/components/BaseInfo/index.css +0 -166
  1246. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +0 -1
  1247. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +0 -198
  1248. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +0 -1
  1249. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +0 -1
  1250. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +0 -1
  1251. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +0 -119
  1252. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +0 -1
  1253. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +0 -109
  1254. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +0 -1
  1255. package/lib/vtx-cp-modal/components/SyInfo/index.css +0 -54
  1256. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +0 -1
  1257. package/lib/vtx-cp-modal/components/index.js.map +0 -1
  1258. package/lib/vtx-cp-modal/imgs/all_rate.png +0 -0
  1259. package/lib/vtx-cp-modal/imgs/all_rate_light.png +0 -0
  1260. package/lib/vtx-cp-modal/imgs/cy_car.png +0 -0
  1261. package/lib/vtx-cp-modal/imgs/cy_rate.png +0 -0
  1262. package/lib/vtx-cp-modal/imgs/cy_rate_light.png +0 -0
  1263. package/lib/vtx-cp-modal/imgs/khsw.png +0 -0
  1264. package/lib/vtx-cp-modal/imgs/khsw_car.png +0 -0
  1265. package/lib/vtx-cp-modal/imgs/qt_car.png +0 -0
  1266. package/lib/vtx-cp-modal/imgs/qt_rate.png +0 -0
  1267. package/lib/vtx-cp-modal/imgs/qt_rate_light.png +0 -0
  1268. package/lib/vtx-cp-modal/imgs/yf_car.png +0 -0
  1269. package/lib/vtx-cp-modal/imgs/yh_car.png +0 -0
  1270. package/lib/vtx-cp-modal/imgs/yh_rate.png +0 -0
  1271. package/lib/vtx-cp-modal/imgs/yh_rate_light.png +0 -0
  1272. package/lib/vtx-cp-modal/index.js.map +0 -1
  1273. package/lib/vtx-cp-modal/style/css.js +0 -5
  1274. package/lib/vtx-cp-modal/style/css.js.map +0 -1
  1275. package/lib/vtx-cp-modal/style/index.css +0 -133
  1276. package/lib/vtx-cp-modal/style/index.js.map +0 -1
  1277. package/lib/vtx-default-modal/api.js.map +0 -1
  1278. package/lib/vtx-default-modal/components/BaseInfo/index.css +0 -38
  1279. package/lib/vtx-default-modal/components/BaseInfo/index.js.map +0 -1
  1280. package/lib/vtx-default-modal/components/index.js.map +0 -1
  1281. package/lib/vtx-default-modal/index.js.map +0 -1
  1282. package/lib/vtx-default-modal/style/css.js +0 -5
  1283. package/lib/vtx-default-modal/style/css.js.map +0 -1
  1284. package/lib/vtx-default-modal/style/index.css +0 -133
  1285. package/lib/vtx-default-modal/style/index.js.map +0 -1
  1286. package/lib/vtx-device-modal/api.js +0 -211
  1287. package/lib/vtx-device-modal/api.js.map +0 -1
  1288. package/lib/vtx-device-modal/components/BaseInfo/index.js +0 -50
  1289. package/lib/vtx-device-modal/components/BaseInfo/index.js.map +0 -1
  1290. package/lib/vtx-device-modal/components/DataAnalysis/index.js +0 -84
  1291. package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +0 -1
  1292. package/lib/vtx-device-modal/components/FacilityFile/index.js +0 -47
  1293. package/lib/vtx-device-modal/components/FacilityFile/index.js.map +0 -1
  1294. package/lib/vtx-device-modal/components/LiftInfo/index.js +0 -31
  1295. package/lib/vtx-device-modal/components/LiftInfo/index.js.map +0 -1
  1296. package/lib/vtx-device-modal/components/OverViewInfo/Left.js +0 -28
  1297. package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +0 -1
  1298. package/lib/vtx-device-modal/components/OverViewInfo/index.js +0 -102
  1299. package/lib/vtx-device-modal/components/OverViewInfo/index.js.map +0 -1
  1300. package/lib/vtx-device-modal/components/VideoInfo/index.js +0 -35
  1301. package/lib/vtx-device-modal/components/VideoInfo/index.js.map +0 -1
  1302. package/lib/vtx-device-modal/config.js +0 -48
  1303. package/lib/vtx-device-modal/config.js.map +0 -1
  1304. package/lib/vtx-device-modal/imgs/car.png +0 -0
  1305. package/lib/vtx-device-modal/imgs/user.png +0 -0
  1306. package/lib/vtx-device-modal/index.js +0 -75
  1307. package/lib/vtx-device-modal/index.js.map +0 -1
  1308. package/lib/vtx-device-modal/style/css.js +0 -4
  1309. package/lib/vtx-device-modal/style/css.js.map +0 -1
  1310. package/lib/vtx-device-modal/style/index.css +0 -11
  1311. package/lib/vtx-device-modal/style/index.js +0 -4
  1312. package/lib/vtx-device-modal/style/index.js.map +0 -1
  1313. package/lib/vtx-device-modal/style/index.less +0 -7
  1314. package/lib/vtx-device-modal/types.js +0 -6
  1315. package/lib/vtx-device-modal/types.js.map +0 -1
  1316. package/lib/vtx-df-modal/api.js.map +0 -1
  1317. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +0 -142
  1318. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +0 -1
  1319. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +0 -1
  1320. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +0 -1
  1321. package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +0 -1
  1322. package/lib/vtx-df-modal/components/BaseInfo/index.css +0 -171
  1323. package/lib/vtx-df-modal/components/BaseInfo/index.js.map +0 -1
  1324. package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +0 -1
  1325. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +0 -1
  1326. package/lib/vtx-df-modal/components/Metering/List.js.map +0 -1
  1327. package/lib/vtx-df-modal/components/Metering/index.css +0 -96
  1328. package/lib/vtx-df-modal/components/Metering/index.js.map +0 -1
  1329. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +0 -1
  1330. package/lib/vtx-df-modal/components/WorkCondition/Situation.js +0 -108
  1331. package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +0 -1
  1332. package/lib/vtx-df-modal/components/WorkCondition/index.css +0 -151
  1333. package/lib/vtx-df-modal/components/WorkCondition/index.js.map +0 -1
  1334. package/lib/vtx-df-modal/components/index.js.map +0 -1
  1335. package/lib/vtx-df-modal/imgs/cljcbj.png +0 -0
  1336. package/lib/vtx-df-modal/imgs/jcbj.png +0 -0
  1337. package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
  1338. package/lib/vtx-df-modal/imgs/jcbj_light.png +0 -0
  1339. package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
  1340. package/lib/vtx-df-modal/imgs/jccc_light.png +0 -0
  1341. package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
  1342. package/lib/vtx-df-modal/imgs/jcl_light.png +0 -0
  1343. package/lib/vtx-df-modal/imgs/rjjcl.png +0 -0
  1344. package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
  1345. package/lib/vtx-df-modal/imgs/rjjcl_light.png +0 -0
  1346. package/lib/vtx-df-modal/imgs/sjnl.png +0 -0
  1347. package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
  1348. package/lib/vtx-df-modal/imgs/sjnl_light.png +0 -0
  1349. package/lib/vtx-df-modal/imgs/yxzbbj.png +0 -0
  1350. package/lib/vtx-df-modal/imgs/zbbj.png +0 -0
  1351. package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
  1352. package/lib/vtx-df-modal/imgs/zbbj_light.png +0 -0
  1353. package/lib/vtx-df-modal/imgs/zjccc.png +0 -0
  1354. package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
  1355. package/lib/vtx-df-modal/imgs/zjccc_light.png +0 -0
  1356. package/lib/vtx-df-modal/imgs/zjcl.png +0 -0
  1357. package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
  1358. package/lib/vtx-df-modal/imgs/zjcl_light.png +0 -0
  1359. package/lib/vtx-df-modal/index.js.map +0 -1
  1360. package/lib/vtx-df-modal/style/css.js +0 -7
  1361. package/lib/vtx-df-modal/style/css.js.map +0 -1
  1362. package/lib/vtx-df-modal/style/index.css +0 -133
  1363. package/lib/vtx-df-modal/style/index.js.map +0 -1
  1364. package/lib/vtx-facility-modal/api.js +0 -117
  1365. package/lib/vtx-facility-modal/api.js.map +0 -1
  1366. package/lib/vtx-facility-modal/components/OverView/Left.js +0 -52
  1367. package/lib/vtx-facility-modal/components/OverView/Left.js.map +0 -1
  1368. package/lib/vtx-facility-modal/components/OverView/index.css +0 -136
  1369. package/lib/vtx-facility-modal/components/OverView/index.js +0 -312
  1370. package/lib/vtx-facility-modal/components/OverView/index.js.map +0 -1
  1371. package/lib/vtx-facility-modal/components/OverView/index.less +0 -120
  1372. package/lib/vtx-facility-modal/components/index.js +0 -14
  1373. package/lib/vtx-facility-modal/components/index.js.map +0 -1
  1374. package/lib/vtx-facility-modal/config.js +0 -65
  1375. package/lib/vtx-facility-modal/config.js.map +0 -1
  1376. package/lib/vtx-facility-modal/imgs/car.png +0 -0
  1377. package/lib/vtx-facility-modal/imgs/default.png +0 -0
  1378. package/lib/vtx-facility-modal/imgs/user.png +0 -0
  1379. package/lib/vtx-facility-modal/index.js +0 -51
  1380. package/lib/vtx-facility-modal/index.js.map +0 -1
  1381. package/lib/vtx-facility-modal/style/css.js +0 -5
  1382. package/lib/vtx-facility-modal/style/css.js.map +0 -1
  1383. package/lib/vtx-facility-modal/style/index.css +0 -0
  1384. package/lib/vtx-facility-modal/style/index.js +0 -5
  1385. package/lib/vtx-facility-modal/style/index.js.map +0 -1
  1386. package/lib/vtx-facility-modal/style/index.less +0 -1
  1387. package/lib/vtx-facility-modal/types.js +0 -6
  1388. package/lib/vtx-facility-modal/types.js.map +0 -1
  1389. package/lib/vtx-housing-estate-modal/api.js +0 -538
  1390. package/lib/vtx-housing-estate-modal/api.js.map +0 -1
  1391. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +0 -406
  1392. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +0 -1
  1393. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +0 -208
  1394. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +0 -1
  1395. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +0 -289
  1396. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +0 -1
  1397. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +0 -33
  1398. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +0 -1
  1399. package/lib/vtx-housing-estate-modal/components/Alarm/index.css +0 -81
  1400. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +0 -102
  1401. package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +0 -1
  1402. package/lib/vtx-housing-estate-modal/components/Alarm/index.less +0 -66
  1403. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +0 -323
  1404. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +0 -1
  1405. package/lib/vtx-housing-estate-modal/components/OverView/Left.js +0 -90
  1406. package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +0 -1
  1407. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +0 -120
  1408. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +0 -1
  1409. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +0 -238
  1410. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +0 -1
  1411. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +0 -59
  1412. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +0 -1
  1413. package/lib/vtx-housing-estate-modal/components/OverView/index.css +0 -329
  1414. package/lib/vtx-housing-estate-modal/components/OverView/index.js +0 -45
  1415. package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +0 -1
  1416. package/lib/vtx-housing-estate-modal/components/OverView/index.less +0 -256
  1417. package/lib/vtx-housing-estate-modal/components/SPJK/index.css +0 -4
  1418. package/lib/vtx-housing-estate-modal/components/SPJK/index.js +0 -57
  1419. package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +0 -1
  1420. package/lib/vtx-housing-estate-modal/components/SPJK/index.less +0 -6
  1421. package/lib/vtx-housing-estate-modal/components/TFRD/index.css +0 -21
  1422. package/lib/vtx-housing-estate-modal/components/TFRD/index.js +0 -138
  1423. package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +0 -1
  1424. package/lib/vtx-housing-estate-modal/components/TFRD/index.less +0 -15
  1425. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +0 -59
  1426. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +0 -1
  1427. package/lib/vtx-housing-estate-modal/components/WGGS/index.css +0 -43
  1428. package/lib/vtx-housing-estate-modal/components/WGGS/index.js +0 -103
  1429. package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +0 -1
  1430. package/lib/vtx-housing-estate-modal/components/WGGS/index.less +0 -38
  1431. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +0 -68
  1432. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +0 -1
  1433. package/lib/vtx-housing-estate-modal/components/WGXW/index.css +0 -114
  1434. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +0 -146
  1435. package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +0 -1
  1436. package/lib/vtx-housing-estate-modal/components/WGXW/index.less +0 -102
  1437. package/lib/vtx-housing-estate-modal/components/index.js +0 -49
  1438. package/lib/vtx-housing-estate-modal/components/index.js.map +0 -1
  1439. package/lib/vtx-housing-estate-modal/config.js +0 -85
  1440. package/lib/vtx-housing-estate-modal/config.js.map +0 -1
  1441. package/lib/vtx-housing-estate-modal/imgs/BOTTLE.png +0 -0
  1442. package/lib/vtx-housing-estate-modal/imgs/CAN.png +0 -0
  1443. package/lib/vtx-housing-estate-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1444. package/lib/vtx-housing-estate-modal/imgs/NAPKIN.png +0 -0
  1445. package/lib/vtx-housing-estate-modal/imgs/PLASTIC_BAG.png +0 -0
  1446. package/lib/vtx-housing-estate-modal/imgs/avatar_empty.png +0 -0
  1447. package/lib/vtx-housing-estate-modal/imgs/black-rank.png +0 -0
  1448. package/lib/vtx-housing-estate-modal/imgs/bucket-cylj.png +0 -0
  1449. package/lib/vtx-housing-estate-modal/imgs/bucket-khsw.png +0 -0
  1450. package/lib/vtx-housing-estate-modal/imgs/bucket-qtlj.png +0 -0
  1451. package/lib/vtx-housing-estate-modal/imgs/bucket-yhlj.png +0 -0
  1452. package/lib/vtx-housing-estate-modal/imgs/cylj-bg.png +0 -0
  1453. package/lib/vtx-housing-estate-modal/imgs/cylj.png +0 -0
  1454. package/lib/vtx-housing-estate-modal/imgs/cywpd.png +0 -0
  1455. package/lib/vtx-housing-estate-modal/imgs/garbage_default.png +0 -0
  1456. package/lib/vtx-housing-estate-modal/imgs/ht.png +0 -0
  1457. package/lib/vtx-housing-estate-modal/imgs/khsw-bg.png +0 -0
  1458. package/lib/vtx-housing-estate-modal/imgs/khsw.png +0 -0
  1459. package/lib/vtx-housing-estate-modal/imgs/left-ddypz.png +0 -0
  1460. package/lib/vtx-housing-estate-modal/imgs/left-tfdmd.png +0 -0
  1461. package/lib/vtx-housing-estate-modal/imgs/manage-bg-1.png +0 -0
  1462. package/lib/vtx-housing-estate-modal/imgs/manage-bg-2.png +0 -0
  1463. package/lib/vtx-housing-estate-modal/imgs/manage-gzcx.png +0 -0
  1464. package/lib/vtx-housing-estate-modal/imgs/manage-hjgl.png +0 -0
  1465. package/lib/vtx-housing-estate-modal/imgs/manage-hmd.png +0 -0
  1466. package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
  1467. package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
  1468. package/lib/vtx-housing-estate-modal/imgs/my.png +0 -0
  1469. package/lib/vtx-housing-estate-modal/imgs/pie-chart-bg.png +0 -0
  1470. package/lib/vtx-housing-estate-modal/imgs/qtlj-bg.png +0 -0
  1471. package/lib/vtx-housing-estate-modal/imgs/qtlj.png +0 -0
  1472. package/lib/vtx-housing-estate-modal/imgs/rank-bg.png +0 -0
  1473. package/lib/vtx-housing-estate-modal/imgs/tfd.png +0 -0
  1474. package/lib/vtx-housing-estate-modal/imgs/twtf.png +0 -0
  1475. package/lib/vtx-housing-estate-modal/imgs/wstf.png +0 -0
  1476. package/lib/vtx-housing-estate-modal/imgs/yhlj-bg.png +0 -0
  1477. package/lib/vtx-housing-estate-modal/imgs/yhlj.png +0 -0
  1478. package/lib/vtx-housing-estate-modal/index.js +0 -105
  1479. package/lib/vtx-housing-estate-modal/index.js.map +0 -1
  1480. package/lib/vtx-housing-estate-modal/style/css.js +0 -7
  1481. package/lib/vtx-housing-estate-modal/style/css.js.map +0 -1
  1482. package/lib/vtx-housing-estate-modal/style/index.css +0 -0
  1483. package/lib/vtx-housing-estate-modal/style/index.js +0 -7
  1484. package/lib/vtx-housing-estate-modal/style/index.js.map +0 -1
  1485. package/lib/vtx-housing-estate-modal/style/index.less +0 -1
  1486. package/lib/vtx-housing-estate-modal/types.js +0 -6
  1487. package/lib/vtx-housing-estate-modal/types.js.map +0 -1
  1488. package/lib/vtx-kh-modal/api.js +0 -73
  1489. package/lib/vtx-kh-modal/api.js.map +0 -1
  1490. package/lib/vtx-kh-modal/components/BaseInfo/index.css +0 -69
  1491. package/lib/vtx-kh-modal/components/BaseInfo/index.js +0 -95
  1492. package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +0 -1
  1493. package/lib/vtx-kh-modal/components/BaseInfo/index.less +0 -66
  1494. package/lib/vtx-kh-modal/components/index.js +0 -14
  1495. package/lib/vtx-kh-modal/components/index.js.map +0 -1
  1496. package/lib/vtx-kh-modal/index.js +0 -95
  1497. package/lib/vtx-kh-modal/index.js.map +0 -1
  1498. package/lib/vtx-kh-modal/style/css.js +0 -5
  1499. package/lib/vtx-kh-modal/style/css.js.map +0 -1
  1500. package/lib/vtx-kh-modal/style/index.css +0 -133
  1501. package/lib/vtx-kh-modal/style/index.js +0 -5
  1502. package/lib/vtx-kh-modal/style/index.js.map +0 -1
  1503. package/lib/vtx-kh-modal/style/index.less +0 -1
  1504. package/lib/vtx-pump-modal/api.js +0 -331
  1505. package/lib/vtx-pump-modal/api.js.map +0 -1
  1506. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +0 -160
  1507. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +0 -1
  1508. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +0 -241
  1509. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +0 -1
  1510. package/lib/vtx-pump-modal/components/AlarmRecord/index.css +0 -98
  1511. package/lib/vtx-pump-modal/components/AlarmRecord/index.js +0 -152
  1512. package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +0 -1
  1513. package/lib/vtx-pump-modal/components/AlarmRecord/index.less +0 -96
  1514. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +0 -252
  1515. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +0 -1
  1516. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +0 -173
  1517. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +0 -1
  1518. package/lib/vtx-pump-modal/components/Basic/SxInfo.js +0 -92
  1519. package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +0 -1
  1520. package/lib/vtx-pump-modal/components/Basic/XqInfo.js +0 -75
  1521. package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +0 -1
  1522. package/lib/vtx-pump-modal/components/Basic/index.css +0 -90
  1523. package/lib/vtx-pump-modal/components/Basic/index.js +0 -79
  1524. package/lib/vtx-pump-modal/components/Basic/index.js.map +0 -1
  1525. package/lib/vtx-pump-modal/components/Basic/index.less +0 -74
  1526. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js +0 -185
  1527. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js.map +0 -1
  1528. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +0 -187
  1529. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +0 -1
  1530. package/lib/vtx-pump-modal/components/Sbxl/index.css +0 -88
  1531. package/lib/vtx-pump-modal/components/Sbxl/index.js +0 -163
  1532. package/lib/vtx-pump-modal/components/Sbxl/index.js.map +0 -1
  1533. package/lib/vtx-pump-modal/components/Sbxl/index.less +0 -90
  1534. package/lib/vtx-pump-modal/components/Sjfx/index.css +0 -63
  1535. package/lib/vtx-pump-modal/components/Sjfx/index.js +0 -698
  1536. package/lib/vtx-pump-modal/components/Sjfx/index.js.map +0 -1
  1537. package/lib/vtx-pump-modal/components/Sjfx/index.less +0 -60
  1538. package/lib/vtx-pump-modal/components/Sxyx/index.css +0 -169
  1539. package/lib/vtx-pump-modal/components/Sxyx/index.js +0 -285
  1540. package/lib/vtx-pump-modal/components/Sxyx/index.js.map +0 -1
  1541. package/lib/vtx-pump-modal/components/Sxyx/index.less +0 -161
  1542. package/lib/vtx-pump-modal/components/index.js +0 -42
  1543. package/lib/vtx-pump-modal/components/index.js.map +0 -1
  1544. package/lib/vtx-pump-modal/config.js +0 -103
  1545. package/lib/vtx-pump-modal/config.js.map +0 -1
  1546. package/lib/vtx-pump-modal/imgs/bucket.png +0 -0
  1547. package/lib/vtx-pump-modal/imgs/carNum.png +0 -0
  1548. package/lib/vtx-pump-modal/imgs/historyIcon.png +0 -0
  1549. package/lib/vtx-pump-modal/imgs/lineIcon.png +0 -0
  1550. package/lib/vtx-pump-modal/imgs/weigh.png +0 -0
  1551. package/lib/vtx-pump-modal/index.js +0 -99
  1552. package/lib/vtx-pump-modal/index.js.map +0 -1
  1553. package/lib/vtx-pump-modal/style/css.js +0 -5
  1554. package/lib/vtx-pump-modal/style/css.js.map +0 -1
  1555. package/lib/vtx-pump-modal/style/index.css +0 -0
  1556. package/lib/vtx-pump-modal/style/index.js +0 -5
  1557. package/lib/vtx-pump-modal/style/index.js.map +0 -1
  1558. package/lib/vtx-pump-modal/style/index.less +0 -1
  1559. package/lib/vtx-pump-modal/type.js +0 -6
  1560. package/lib/vtx-pump-modal/type.js.map +0 -1
  1561. package/lib/vtx-restaurant-modal/api.js +0 -170
  1562. package/lib/vtx-restaurant-modal/api.js.map +0 -1
  1563. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +0 -49
  1564. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +0 -1
  1565. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +0 -78
  1566. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +0 -1
  1567. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +0 -92
  1568. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +0 -1
  1569. package/lib/vtx-restaurant-modal/components/Alarm/index.css +0 -48
  1570. package/lib/vtx-restaurant-modal/components/Alarm/index.js +0 -73
  1571. package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +0 -1
  1572. package/lib/vtx-restaurant-modal/components/Alarm/index.less +0 -35
  1573. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +0 -61
  1574. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +0 -1
  1575. package/lib/vtx-restaurant-modal/components/Basic/Info.js +0 -56
  1576. package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +0 -1
  1577. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +0 -66
  1578. package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +0 -1
  1579. package/lib/vtx-restaurant-modal/components/Basic/index.css +0 -80
  1580. package/lib/vtx-restaurant-modal/components/Basic/index.js +0 -47
  1581. package/lib/vtx-restaurant-modal/components/Basic/index.js.map +0 -1
  1582. package/lib/vtx-restaurant-modal/components/Basic/index.less +0 -59
  1583. package/lib/vtx-restaurant-modal/components/Collection/Charts.js +0 -154
  1584. package/lib/vtx-restaurant-modal/components/Collection/Charts.js.map +0 -1
  1585. package/lib/vtx-restaurant-modal/components/Collection/List.js +0 -37
  1586. package/lib/vtx-restaurant-modal/components/Collection/List.js.map +0 -1
  1587. package/lib/vtx-restaurant-modal/components/Collection/index.css +0 -40
  1588. package/lib/vtx-restaurant-modal/components/Collection/index.js +0 -88
  1589. package/lib/vtx-restaurant-modal/components/Collection/index.js.map +0 -1
  1590. package/lib/vtx-restaurant-modal/components/Collection/index.less +0 -29
  1591. package/lib/vtx-restaurant-modal/components/index.js +0 -28
  1592. package/lib/vtx-restaurant-modal/components/index.js.map +0 -1
  1593. package/lib/vtx-restaurant-modal/config.js +0 -56
  1594. package/lib/vtx-restaurant-modal/config.js.map +0 -1
  1595. package/lib/vtx-restaurant-modal/imgs/bucket.png +0 -0
  1596. package/lib/vtx-restaurant-modal/imgs/carNum.png +0 -0
  1597. package/lib/vtx-restaurant-modal/imgs/weigh.png +0 -0
  1598. package/lib/vtx-restaurant-modal/index.js +0 -64
  1599. package/lib/vtx-restaurant-modal/index.js.map +0 -1
  1600. package/lib/vtx-restaurant-modal/style/css.js +0 -5
  1601. package/lib/vtx-restaurant-modal/style/css.js.map +0 -1
  1602. package/lib/vtx-restaurant-modal/style/index.css +0 -0
  1603. package/lib/vtx-restaurant-modal/style/index.js +0 -5
  1604. package/lib/vtx-restaurant-modal/style/index.js.map +0 -1
  1605. package/lib/vtx-restaurant-modal/style/index.less +0 -1
  1606. package/lib/vtx-restaurant-modal/type.js +0 -6
  1607. package/lib/vtx-restaurant-modal/type.js.map +0 -1
  1608. package/lib/vtx-road-modal/api.js.map +0 -1
  1609. package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +0 -1
  1610. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +0 -162
  1611. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +0 -1
  1612. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +0 -98
  1613. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +0 -1
  1614. package/lib/vtx-road-modal/components/BaseInfo/index.css +0 -176
  1615. package/lib/vtx-road-modal/components/BaseInfo/index.js.map +0 -1
  1616. package/lib/vtx-road-modal/components/Statistical/Zylc.js +0 -152
  1617. package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +0 -1
  1618. package/lib/vtx-road-modal/components/Statistical/Zywcl.js +0 -119
  1619. package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +0 -1
  1620. package/lib/vtx-road-modal/components/Statistical/index.css +0 -130
  1621. package/lib/vtx-road-modal/components/Statistical/index.js.map +0 -1
  1622. package/lib/vtx-road-modal/components/index.js.map +0 -1
  1623. package/lib/vtx-road-modal/imgs/actual.png +0 -0
  1624. package/lib/vtx-road-modal/imgs/actual_light.png +0 -0
  1625. package/lib/vtx-road-modal/imgs/all_rate.png +0 -0
  1626. package/lib/vtx-road-modal/imgs/all_rate_light.png +0 -0
  1627. package/lib/vtx-road-modal/imgs/cx_rate.png +0 -0
  1628. package/lib/vtx-road-modal/imgs/cx_rate_light.png +0 -0
  1629. package/lib/vtx-road-modal/imgs/js.png +0 -0
  1630. package/lib/vtx-road-modal/imgs/plan.png +0 -0
  1631. package/lib/vtx-road-modal/imgs/plan_light.png +0 -0
  1632. package/lib/vtx-road-modal/imgs/ss.png +0 -0
  1633. package/lib/vtx-road-modal/imgs/ss_rate.png +0 -0
  1634. package/lib/vtx-road-modal/imgs/ss_rate_light.png +0 -0
  1635. package/lib/vtx-road-modal/imgs/track.png +0 -0
  1636. package/lib/vtx-road-modal/imgs/wp.png +0 -0
  1637. package/lib/vtx-road-modal/imgs/xs.png +0 -0
  1638. package/lib/vtx-road-modal/imgs/xs_rate.png +0 -0
  1639. package/lib/vtx-road-modal/imgs/xs_rate_light.png +0 -0
  1640. package/lib/vtx-road-modal/index.js.map +0 -1
  1641. package/lib/vtx-road-modal/style/css.js +0 -6
  1642. package/lib/vtx-road-modal/style/css.js.map +0 -1
  1643. package/lib/vtx-road-modal/style/index.css +0 -133
  1644. package/lib/vtx-road-modal/style/index.js.map +0 -1
  1645. package/lib/vtx-staff-modal/api.js.map +0 -1
  1646. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +0 -1
  1647. package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +0 -1
  1648. package/lib/vtx-staff-modal/components/AlarmInfo/index.css +0 -27
  1649. package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +0 -1
  1650. package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +0 -1
  1651. package/lib/vtx-staff-modal/components/Attendance/Record.js.map +0 -1
  1652. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +0 -1
  1653. package/lib/vtx-staff-modal/components/Attendance/index.css +0 -21
  1654. package/lib/vtx-staff-modal/components/Attendance/index.js.map +0 -1
  1655. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +0 -116
  1656. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +0 -1
  1657. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +0 -40
  1658. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +0 -1
  1659. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +0 -1
  1660. package/lib/vtx-staff-modal/components/BaseInfo/index.css +0 -162
  1661. package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +0 -1
  1662. package/lib/vtx-staff-modal/components/Equipment/index.css +0 -28
  1663. package/lib/vtx-staff-modal/components/Equipment/index.js.map +0 -1
  1664. package/lib/vtx-staff-modal/components/index.js.map +0 -1
  1665. package/lib/vtx-staff-modal/imgs/position.png +0 -0
  1666. package/lib/vtx-staff-modal/imgs/refresh.png +0 -0
  1667. package/lib/vtx-staff-modal/imgs/rjzx.png +0 -0
  1668. package/lib/vtx-staff-modal/imgs/rjzx_light.png +0 -0
  1669. package/lib/vtx-staff-modal/imgs/staff.png +0 -0
  1670. package/lib/vtx-staff-modal/imgs/todayOnline.png +0 -0
  1671. package/lib/vtx-staff-modal/imgs/todayOnline_light.png +0 -0
  1672. package/lib/vtx-staff-modal/imgs/todayWork.png +0 -0
  1673. package/lib/vtx-staff-modal/imgs/todayWork_light.png +0 -0
  1674. package/lib/vtx-staff-modal/imgs/zzx.png +0 -0
  1675. package/lib/vtx-staff-modal/imgs/zzx_light.png +0 -0
  1676. package/lib/vtx-staff-modal/index.js.map +0 -1
  1677. package/lib/vtx-staff-modal/style/css.js +0 -8
  1678. package/lib/vtx-staff-modal/style/css.js.map +0 -1
  1679. package/lib/vtx-staff-modal/style/index.css +0 -133
  1680. package/lib/vtx-staff-modal/style/index.js.map +0 -1
  1681. package/lib/vtx-theme-provider/index.js +0 -24
  1682. package/lib/vtx-theme-provider/index.js.map +0 -1
  1683. package/lib/vtx-throw-point-modal/api.js +0 -572
  1684. package/lib/vtx-throw-point-modal/api.js.map +0 -1
  1685. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +0 -389
  1686. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +0 -1
  1687. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +0 -208
  1688. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +0 -1
  1689. package/lib/vtx-throw-point-modal/components/Alarm/MY.js +0 -290
  1690. package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +0 -1
  1691. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +0 -33
  1692. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +0 -1
  1693. package/lib/vtx-throw-point-modal/components/Alarm/index.css +0 -83
  1694. package/lib/vtx-throw-point-modal/components/Alarm/index.js +0 -102
  1695. package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +0 -1
  1696. package/lib/vtx-throw-point-modal/components/Alarm/index.less +0 -69
  1697. package/lib/vtx-throw-point-modal/components/OverView/Hot.js +0 -311
  1698. package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +0 -1
  1699. package/lib/vtx-throw-point-modal/components/OverView/Left.js +0 -121
  1700. package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +0 -1
  1701. package/lib/vtx-throw-point-modal/components/OverView/Manage.js +0 -117
  1702. package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +0 -1
  1703. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +0 -220
  1704. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +0 -1
  1705. package/lib/vtx-throw-point-modal/components/OverView/Trend.js +0 -59
  1706. package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +0 -1
  1707. package/lib/vtx-throw-point-modal/components/OverView/index.css +0 -409
  1708. package/lib/vtx-throw-point-modal/components/OverView/index.js +0 -43
  1709. package/lib/vtx-throw-point-modal/components/OverView/index.js.map +0 -1
  1710. package/lib/vtx-throw-point-modal/components/OverView/index.less +0 -331
  1711. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +0 -83
  1712. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +0 -1
  1713. package/lib/vtx-throw-point-modal/components/SBZJ/index.css +0 -106
  1714. package/lib/vtx-throw-point-modal/components/SBZJ/index.js +0 -331
  1715. package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +0 -1
  1716. package/lib/vtx-throw-point-modal/components/SBZJ/index.less +0 -92
  1717. package/lib/vtx-throw-point-modal/components/TFRD/index.css +0 -21
  1718. package/lib/vtx-throw-point-modal/components/TFRD/index.js +0 -135
  1719. package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +0 -1
  1720. package/lib/vtx-throw-point-modal/components/TFRD/index.less +0 -15
  1721. package/lib/vtx-throw-point-modal/components/WGGS/Content.js +0 -56
  1722. package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +0 -1
  1723. package/lib/vtx-throw-point-modal/components/WGGS/index.css +0 -43
  1724. package/lib/vtx-throw-point-modal/components/WGGS/index.js +0 -89
  1725. package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +0 -1
  1726. package/lib/vtx-throw-point-modal/components/WGGS/index.less +0 -38
  1727. package/lib/vtx-throw-point-modal/components/WGXW/Content.js +0 -66
  1728. package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +0 -1
  1729. package/lib/vtx-throw-point-modal/components/WGXW/index.css +0 -114
  1730. package/lib/vtx-throw-point-modal/components/WGXW/index.js +0 -132
  1731. package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +0 -1
  1732. package/lib/vtx-throw-point-modal/components/WGXW/index.less +0 -102
  1733. package/lib/vtx-throw-point-modal/components/index.js +0 -49
  1734. package/lib/vtx-throw-point-modal/components/index.js.map +0 -1
  1735. package/lib/vtx-throw-point-modal/config.js +0 -64
  1736. package/lib/vtx-throw-point-modal/config.js.map +0 -1
  1737. package/lib/vtx-throw-point-modal/imgs/BOTTLE.png +0 -0
  1738. package/lib/vtx-throw-point-modal/imgs/CAN.png +0 -0
  1739. package/lib/vtx-throw-point-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1740. package/lib/vtx-throw-point-modal/imgs/NAPKIN.png +0 -0
  1741. package/lib/vtx-throw-point-modal/imgs/PLASTIC_BAG.png +0 -0
  1742. package/lib/vtx-throw-point-modal/imgs/avatar_empty.png +0 -0
  1743. package/lib/vtx-throw-point-modal/imgs/black-rank.png +0 -0
  1744. package/lib/vtx-throw-point-modal/imgs/bucket-cylj.png +0 -0
  1745. package/lib/vtx-throw-point-modal/imgs/bucket-khsw.png +0 -0
  1746. package/lib/vtx-throw-point-modal/imgs/bucket-qtlj.png +0 -0
  1747. package/lib/vtx-throw-point-modal/imgs/bucket-yhlj.png +0 -0
  1748. package/lib/vtx-throw-point-modal/imgs/camera.png +0 -0
  1749. package/lib/vtx-throw-point-modal/imgs/cylj-bg.png +0 -0
  1750. package/lib/vtx-throw-point-modal/imgs/cylj.png +0 -0
  1751. package/lib/vtx-throw-point-modal/imgs/cywpd.png +0 -0
  1752. package/lib/vtx-throw-point-modal/imgs/disconnect.png +0 -0
  1753. package/lib/vtx-throw-point-modal/imgs/error.png +0 -0
  1754. package/lib/vtx-throw-point-modal/imgs/fangzi.gif +0 -0
  1755. package/lib/vtx-throw-point-modal/imgs/garbage_default.png +0 -0
  1756. package/lib/vtx-throw-point-modal/imgs/getway.png +0 -0
  1757. package/lib/vtx-throw-point-modal/imgs/getwayBox.png +0 -0
  1758. package/lib/vtx-throw-point-modal/imgs/host.png +0 -0
  1759. package/lib/vtx-throw-point-modal/imgs/ht-tfd.png +0 -0
  1760. package/lib/vtx-throw-point-modal/imgs/ht.png +0 -0
  1761. package/lib/vtx-throw-point-modal/imgs/khsw-bg.png +0 -0
  1762. package/lib/vtx-throw-point-modal/imgs/khsw.png +0 -0
  1763. package/lib/vtx-throw-point-modal/imgs/lamp.png +0 -0
  1764. package/lib/vtx-throw-point-modal/imgs/left-ddypz.png +0 -0
  1765. package/lib/vtx-throw-point-modal/imgs/left-tfdmd.png +0 -0
  1766. package/lib/vtx-throw-point-modal/imgs/manage-bg-1.png +0 -0
  1767. package/lib/vtx-throw-point-modal/imgs/manage-bg-2.png +0 -0
  1768. package/lib/vtx-throw-point-modal/imgs/manage-gzcx.png +0 -0
  1769. package/lib/vtx-throw-point-modal/imgs/manage-hjgl.png +0 -0
  1770. package/lib/vtx-throw-point-modal/imgs/manage-hmd.png +0 -0
  1771. package/lib/vtx-throw-point-modal/imgs/manage-wgmsr.png +0 -0
  1772. package/lib/vtx-throw-point-modal/imgs/manage-yyxj.png +0 -0
  1773. package/lib/vtx-throw-point-modal/imgs/my-tfd.png +0 -0
  1774. package/lib/vtx-throw-point-modal/imgs/my.png +0 -0
  1775. package/lib/vtx-throw-point-modal/imgs/pie-chart-bg.png +0 -0
  1776. package/lib/vtx-throw-point-modal/imgs/point.png +0 -0
  1777. package/lib/vtx-throw-point-modal/imgs/qtlj-bg.png +0 -0
  1778. package/lib/vtx-throw-point-modal/imgs/qtlj.png +0 -0
  1779. package/lib/vtx-throw-point-modal/imgs/rank-bg.png +0 -0
  1780. package/lib/vtx-throw-point-modal/imgs/screen.png +0 -0
  1781. package/lib/vtx-throw-point-modal/imgs/tfd.png +0 -0
  1782. package/lib/vtx-throw-point-modal/imgs/throwPoint.png +0 -0
  1783. package/lib/vtx-throw-point-modal/imgs/tingzi.gif +0 -0
  1784. package/lib/vtx-throw-point-modal/imgs/toukou.gif +0 -0
  1785. package/lib/vtx-throw-point-modal/imgs/twtf-tfd.png +0 -0
  1786. package/lib/vtx-throw-point-modal/imgs/twtf.png +0 -0
  1787. package/lib/vtx-throw-point-modal/imgs/window.png +0 -0
  1788. package/lib/vtx-throw-point-modal/imgs/wpd.png +0 -0
  1789. package/lib/vtx-throw-point-modal/imgs/wstf-tfd.png +0 -0
  1790. package/lib/vtx-throw-point-modal/imgs/wstf.png +0 -0
  1791. package/lib/vtx-throw-point-modal/imgs/yhlj-bg.png +0 -0
  1792. package/lib/vtx-throw-point-modal/imgs/yhlj.png +0 -0
  1793. package/lib/vtx-throw-point-modal/index.js +0 -136
  1794. package/lib/vtx-throw-point-modal/index.js.map +0 -1
  1795. package/lib/vtx-throw-point-modal/style/css.js +0 -7
  1796. package/lib/vtx-throw-point-modal/style/css.js.map +0 -1
  1797. package/lib/vtx-throw-point-modal/style/index.css +0 -0
  1798. package/lib/vtx-throw-point-modal/style/index.js +0 -7
  1799. package/lib/vtx-throw-point-modal/style/index.js.map +0 -1
  1800. package/lib/vtx-throw-point-modal/style/index.less +0 -1
  1801. package/lib/vtx-throw-point-modal/types.js +0 -6
  1802. package/lib/vtx-throw-point-modal/types.js.map +0 -1
  1803. package/lib/vtx-wr-modal/api.js +0 -415
  1804. package/lib/vtx-wr-modal/api.js.map +0 -1
  1805. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +0 -251
  1806. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +0 -1
  1807. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +0 -112
  1808. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +0 -1
  1809. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +0 -181
  1810. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +0 -1
  1811. package/lib/vtx-wr-modal/components/AlarmInfo/index.css +0 -117
  1812. package/lib/vtx-wr-modal/components/AlarmInfo/index.js +0 -45
  1813. package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +0 -1
  1814. package/lib/vtx-wr-modal/components/AlarmInfo/index.less +0 -106
  1815. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +0 -125
  1816. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +0 -1
  1817. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +0 -49
  1818. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +0 -1
  1819. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +0 -117
  1820. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +0 -1
  1821. package/lib/vtx-wr-modal/components/BaseInfo/index.css +0 -162
  1822. package/lib/vtx-wr-modal/components/BaseInfo/index.js +0 -330
  1823. package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +0 -1
  1824. package/lib/vtx-wr-modal/components/BaseInfo/index.less +0 -142
  1825. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +0 -80
  1826. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +0 -1
  1827. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +0 -182
  1828. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +0 -1
  1829. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js +0 -321
  1830. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js.map +0 -1
  1831. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js +0 -139
  1832. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js.map +0 -1
  1833. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js +0 -49
  1834. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js.map +0 -1
  1835. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js +0 -32
  1836. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js.map +0 -1
  1837. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +0 -123
  1838. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +0 -1
  1839. package/lib/vtx-wr-modal/components/BaseInfoNew/index.css +0 -672
  1840. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +0 -127
  1841. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +0 -1
  1842. package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +0 -570
  1843. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js +0 -119
  1844. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js.map +0 -1
  1845. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js +0 -286
  1846. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js.map +0 -1
  1847. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js +0 -54
  1848. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js.map +0 -1
  1849. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js +0 -364
  1850. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js.map +0 -1
  1851. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js +0 -159
  1852. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js.map +0 -1
  1853. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js +0 -220
  1854. package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js.map +0 -1
  1855. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.css +0 -319
  1856. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js +0 -112
  1857. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js.map +0 -1
  1858. package/lib/vtx-wr-modal/components/BaseInfoNew2/index.less +0 -320
  1859. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +0 -103
  1860. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +0 -1
  1861. package/lib/vtx-wr-modal/components/Evaluate/Radar.js +0 -69
  1862. package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +0 -1
  1863. package/lib/vtx-wr-modal/components/Evaluate/Summary.js +0 -143
  1864. package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +0 -1
  1865. package/lib/vtx-wr-modal/components/Evaluate/index.css +0 -124
  1866. package/lib/vtx-wr-modal/components/Evaluate/index.js +0 -48
  1867. package/lib/vtx-wr-modal/components/Evaluate/index.js.map +0 -1
  1868. package/lib/vtx-wr-modal/components/Evaluate/index.less +0 -124
  1869. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +0 -158
  1870. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +0 -1
  1871. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +0 -164
  1872. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +0 -1
  1873. package/lib/vtx-wr-modal/components/Monitor/index.css +0 -106
  1874. package/lib/vtx-wr-modal/components/Monitor/index.js +0 -27
  1875. package/lib/vtx-wr-modal/components/Monitor/index.js.map +0 -1
  1876. package/lib/vtx-wr-modal/components/Monitor/index.less +0 -82
  1877. package/lib/vtx-wr-modal/components/Score/index.css +0 -133
  1878. package/lib/vtx-wr-modal/components/Score/index.js +0 -248
  1879. package/lib/vtx-wr-modal/components/Score/index.js.map +0 -1
  1880. package/lib/vtx-wr-modal/components/Score/index.less +0 -134
  1881. package/lib/vtx-wr-modal/components/Ztt/index.js +0 -27
  1882. package/lib/vtx-wr-modal/components/Ztt/index.js.map +0 -1
  1883. package/lib/vtx-wr-modal/components/index.js +0 -63
  1884. package/lib/vtx-wr-modal/components/index.js.map +0 -1
  1885. package/lib/vtx-wr-modal/imgs/2/aq.png +0 -0
  1886. package/lib/vtx-wr-modal/imgs/2/cqz.png +0 -0
  1887. package/lib/vtx-wr-modal/imgs/2/dswsj.png +0 -0
  1888. package/lib/vtx-wr-modal/imgs/2/dswsjC.png +0 -0
  1889. package/lib/vtx-wr-modal/imgs/2/dws.png +0 -0
  1890. package/lib/vtx-wr-modal/imgs/2/female.png +0 -0
  1891. package/lib/vtx-wr-modal/imgs/2/lhq.png +0 -0
  1892. package/lib/vtx-wr-modal/imgs/2/male.png +0 -0
  1893. package/lib/vtx-wr-modal/imgs/2/mys.png +0 -0
  1894. package/lib/vtx-wr-modal/imgs/2/rll.png +0 -0
  1895. package/lib/vtx-wr-modal/imgs/2/sd.png +0 -0
  1896. package/lib/vtx-wr-modal/imgs/2/ty.png +0 -0
  1897. package/lib/vtx-wr-modal/imgs/2/tywsj.png +0 -0
  1898. package/lib/vtx-wr-modal/imgs/2/wd.png +0 -0
  1899. package/lib/vtx-wr-modal/imgs/2/xbd.png +0 -0
  1900. package/lib/vtx-wr-modal/imgs/2/ydl.png +0 -0
  1901. package/lib/vtx-wr-modal/imgs/2/ydlBg.png +0 -0
  1902. package/lib/vtx-wr-modal/imgs/2/ysl.png +0 -0
  1903. package/lib/vtx-wr-modal/imgs/2/yslBg.png +0 -0
  1904. package/lib/vtx-wr-modal/imgs/2/zsp.png +0 -0
  1905. package/lib/vtx-wr-modal/imgs/2/zws.png +0 -0
  1906. package/lib/vtx-wr-modal/imgs/address.png +0 -0
  1907. package/lib/vtx-wr-modal/imgs/alarm.png +0 -0
  1908. package/lib/vtx-wr-modal/imgs/bad.png +0 -0
  1909. package/lib/vtx-wr-modal/imgs/chart_bg.png +0 -0
  1910. package/lib/vtx-wr-modal/imgs/cqzf.png +0 -0
  1911. package/lib/vtx-wr-modal/imgs/cqzm.png +0 -0
  1912. package/lib/vtx-wr-modal/imgs/daMen.png +0 -0
  1913. package/lib/vtx-wr-modal/imgs/dswsj.png +0 -0
  1914. package/lib/vtx-wr-modal/imgs/dwm.png +0 -0
  1915. package/lib/vtx-wr-modal/imgs/dww.png +0 -0
  1916. package/lib/vtx-wr-modal/imgs/electric.png +0 -0
  1917. package/lib/vtx-wr-modal/imgs/electric_light.png +0 -0
  1918. package/lib/vtx-wr-modal/imgs/female.png +0 -0
  1919. package/lib/vtx-wr-modal/imgs/femaleB.png +0 -0
  1920. package/lib/vtx-wr-modal/imgs/female_light.png +0 -0
  1921. package/lib/vtx-wr-modal/imgs/good.png +0 -0
  1922. package/lib/vtx-wr-modal/imgs/humidity.png +0 -0
  1923. package/lib/vtx-wr-modal/imgs/humidity_light.png +0 -0
  1924. package/lib/vtx-wr-modal/imgs/level1.png +0 -0
  1925. package/lib/vtx-wr-modal/imgs/level2.png +0 -0
  1926. package/lib/vtx-wr-modal/imgs/level3.png +0 -0
  1927. package/lib/vtx-wr-modal/imgs/level4.png +0 -0
  1928. package/lib/vtx-wr-modal/imgs/level5.png +0 -0
  1929. package/lib/vtx-wr-modal/imgs/lhqf.png +0 -0
  1930. package/lib/vtx-wr-modal/imgs/lhqm.png +0 -0
  1931. package/lib/vtx-wr-modal/imgs/male.png +0 -0
  1932. package/lib/vtx-wr-modal/imgs/maleB.png +0 -0
  1933. package/lib/vtx-wr-modal/imgs/male_light.png +0 -0
  1934. package/lib/vtx-wr-modal/imgs/man.png +0 -0
  1935. package/lib/vtx-wr-modal/imgs/mys.png +0 -0
  1936. package/lib/vtx-wr-modal/imgs/pmf.png +0 -0
  1937. package/lib/vtx-wr-modal/imgs/pmm.png +0 -0
  1938. package/lib/vtx-wr-modal/imgs/point.png +0 -0
  1939. package/lib/vtx-wr-modal/imgs/qf.png +0 -0
  1940. package/lib/vtx-wr-modal/imgs/qm.png +0 -0
  1941. package/lib/vtx-wr-modal/imgs/realtime_bg.png +0 -0
  1942. package/lib/vtx-wr-modal/imgs/realtime_bg_light.png +0 -0
  1943. package/lib/vtx-wr-modal/imgs/rllf.png +0 -0
  1944. package/lib/vtx-wr-modal/imgs/rllm.png +0 -0
  1945. package/lib/vtx-wr-modal/imgs/score_avg.png +0 -0
  1946. package/lib/vtx-wr-modal/imgs/score_avg_light.png +0 -0
  1947. package/lib/vtx-wr-modal/imgs/sdf.png +0 -0
  1948. package/lib/vtx-wr-modal/imgs/sdm.png +0 -0
  1949. package/lib/vtx-wr-modal/imgs/stench.png +0 -0
  1950. package/lib/vtx-wr-modal/imgs/stench_light.png +0 -0
  1951. package/lib/vtx-wr-modal/imgs/temperature.png +0 -0
  1952. package/lib/vtx-wr-modal/imgs/temperature_light.png +0 -0
  1953. package/lib/vtx-wr-modal/imgs/time.png +0 -0
  1954. package/lib/vtx-wr-modal/imgs/titleBg.png +0 -0
  1955. package/lib/vtx-wr-modal/imgs/traffic.png +0 -0
  1956. package/lib/vtx-wr-modal/imgs/traffic_light.png +0 -0
  1957. package/lib/vtx-wr-modal/imgs/water.png +0 -0
  1958. package/lib/vtx-wr-modal/imgs/water_light.png +0 -0
  1959. package/lib/vtx-wr-modal/imgs/wdf.png +0 -0
  1960. package/lib/vtx-wr-modal/imgs/wdm.png +0 -0
  1961. package/lib/vtx-wr-modal/imgs/woman.png +0 -0
  1962. package/lib/vtx-wr-modal/imgs/women.png +0 -0
  1963. package/lib/vtx-wr-modal/imgs/xbd.png +0 -0
  1964. package/lib/vtx-wr-modal/imgs/ydlf.png +0 -0
  1965. package/lib/vtx-wr-modal/imgs/ydlm.png +0 -0
  1966. package/lib/vtx-wr-modal/imgs/yingYe.png +0 -0
  1967. package/lib/vtx-wr-modal/imgs/yslf.png +0 -0
  1968. package/lib/vtx-wr-modal/imgs/yslm.png +0 -0
  1969. package/lib/vtx-wr-modal/imgs/zsp.png +0 -0
  1970. package/lib/vtx-wr-modal/imgs/zwm.png +0 -0
  1971. package/lib/vtx-wr-modal/imgs/zww.png +0 -0
  1972. package/lib/vtx-wr-modal/index.js +0 -250
  1973. package/lib/vtx-wr-modal/index.js.map +0 -1
  1974. package/lib/vtx-wr-modal/style/css.js +0 -9
  1975. package/lib/vtx-wr-modal/style/css.js.map +0 -1
  1976. package/lib/vtx-wr-modal/style/index.css +0 -133
  1977. package/lib/vtx-wr-modal/style/index.js +0 -9
  1978. package/lib/vtx-wr-modal/style/index.js.map +0 -1
  1979. package/lib/vtx-wr-modal/style/index.less +0 -1
  1980. package/lib/vtx-zg-modal/api.js +0 -68
  1981. package/lib/vtx-zg-modal/api.js.map +0 -1
  1982. package/lib/vtx-zg-modal/components/BaseInfo/index.css +0 -95
  1983. package/lib/vtx-zg-modal/components/BaseInfo/index.js +0 -180
  1984. package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +0 -1
  1985. package/lib/vtx-zg-modal/components/BaseInfo/index.less +0 -88
  1986. package/lib/vtx-zg-modal/components/index.js +0 -14
  1987. package/lib/vtx-zg-modal/components/index.js.map +0 -1
  1988. package/lib/vtx-zg-modal/index.js +0 -100
  1989. package/lib/vtx-zg-modal/index.js.map +0 -1
  1990. package/lib/vtx-zg-modal/style/css.js +0 -5
  1991. package/lib/vtx-zg-modal/style/css.js.map +0 -1
  1992. package/lib/vtx-zg-modal/style/index.css +0 -133
  1993. package/lib/vtx-zg-modal/style/index.js +0 -5
  1994. package/lib/vtx-zg-modal/style/index.js.map +0 -1
  1995. package/lib/vtx-zg-modal/style/index.less +0 -1
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26.21875 26.2275390625"><g><g><path d="M5.701540625,11.59374140625C6.157300625,11.59374140625,6.525200625,11.22583140625,6.525200625,10.77007140625C6.525200625,6.63804140625,9.885740625,3.2747614062499997,14.015040625,3.2747614062499997C18.144340625,3.2747614062499997,21.504840625,6.63530140625,21.504840625,10.77007140625C21.504840625,11.22583140625,21.872740625,11.59374140625,22.328540625,11.59374140625C22.784240625,11.59374140625,23.152140625,11.22583140625,23.152140625,10.77007140625C23.152140625,9.53733140625,22.910540625,8.337531406250001,22.432840625,7.21186140625C21.971540625,6.12188140625,21.312640625,5.14447140625,20.475240625,4.30708140625C19.635140625,3.46420140625,18.657740625,2.8052814062499998,17.570540625,2.34677240625C16.444840624999998,1.86904940625,15.247740625,1.62744140625,14.015040625,1.62744140625C12.782240625,1.62744140625,11.585220625,1.86904940625,10.459550625,2.34677240625C9.369580625000001,2.8052814062499998,8.392170625,3.46420140625,7.554780625,4.30434140625C6.717390625,5.14447140625,6.058460625,6.12188140625,5.597210625000001,7.20912140625C5.119490625,8.337531406250001,4.8778806249999995,9.53458140625,4.8778806249999995,10.76733140625C4.8778806249999995,11.22583140625,5.245780625,11.59374140625,5.701540625,11.59374140625ZM9.705800625,11.59384140625C9.250040625,11.59384140625,8.882140625,11.22594140625,8.882140625,10.77018140625C8.882140625,7.93679140625,11.185640625,5.63328140625,14.016340625,5.63328140625C16.846940625000002,5.63328140625,19.150440625,7.93679140625,19.150440625,10.77018140625C19.150440625,11.22594140625,18.782540625,11.59384140625,18.326740625,11.59384140625C17.871040625,11.59384140625,17.503140625,11.22594140625,17.503140625,10.77018140625C17.503140625,8.845561406249999,15.938140625,7.28060140625,14.016340625,7.28060140625C12.094440625,7.28060140625,10.529460625,8.845561406249999,10.529460625,10.77018140625C10.529460625,11.22594140625,10.161560625,11.59384140625,9.705800625,11.59384140625ZM23.748140625,14.79784140625L14.742840625,14.79784140625L14.742840625,10.13042140625C14.742840625,9.67466140625,14.374940625,9.30676140625,13.919140625,9.30676140625C13.463340625,9.30676140625,13.095440625,9.67466140625,13.095440625,10.13042140625L13.095440625,14.79504140625L4.090120625,14.79504140625C2.728340625,14.79504140625,1.619140625,15.90424140625,1.619140625,17.26884140625L1.619140625,23.75374140625C1.619140625,25.11834140625,2.728340625,26.22754140625,4.090120625,26.22754140625L23.748140625,26.22754140625C25.109940625,26.22754140625,26.219140625,25.11834140625,26.219140625,23.75374140625L26.219140625,17.26884140625C26.219140625,15.90704140625,25.112740625,14.79784140625,23.748140625,14.79784140625ZM24.571840625,23.75374140625C24.571840625,24.20954140625,24.201140625,24.57744140625,23.748140625,24.57744140625L4.090120625,24.57744140625C3.637110625,24.57744140625,3.2664606249999997,24.20674140625,3.2664606249999997,23.75374140625L3.2664606249999997,17.26884140625C3.2664606249999997,16.81304140625,3.637110625,16.445141406250002,4.090120625,16.445141406250002L23.748140625,16.445141406250002C24.201140625,16.445141406250002,24.571840625,16.81584140625,24.571840625,17.26884140625L24.571840625,23.75374140625ZM6.320340625,21.74954140625C7.002690625,21.74954140625,7.555830625,21.19644140625,7.555830625,20.51404140625C7.555830625,19.83174140625,7.002690625,19.27864140625,6.320340625,19.27864140625C5.638000625,19.27864140625,5.084850625,19.83174140625,5.084850625,20.51404140625C5.084850625,21.19644140625,5.638000625,21.74954140625,6.320340625,21.74954140625ZM10.411190625,21.74954140625C11.093530625,21.74954140625,11.646640625,21.19644140625,11.646640625,20.51404140625C11.646640625,19.83174140625,11.093530625,19.27864140625,10.411190625,19.27864140625C9.728850625,19.27864140625,9.175700625000001,19.83174140625,9.175700625000001,20.51404140625C9.175700625000001,21.19644140625,9.728850625,21.74954140625,10.411190625,21.74954140625Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26.21875 26.2275390625"><g><g><path d="M5.701540625,11.59374140625C6.157300625,11.59374140625,6.525200625,11.22583140625,6.525200625,10.77007140625C6.525200625,6.63804140625,9.885740625,3.2747614062499997,14.015040625,3.2747614062499997C18.144340625,3.2747614062499997,21.504840625,6.63530140625,21.504840625,10.77007140625C21.504840625,11.22583140625,21.872740625,11.59374140625,22.328540625,11.59374140625C22.784240625,11.59374140625,23.152140625,11.22583140625,23.152140625,10.77007140625C23.152140625,9.53733140625,22.910540625,8.337531406250001,22.432840625,7.21186140625C21.971540625,6.12188140625,21.312640625,5.14447140625,20.475240625,4.30708140625C19.635140625,3.46420140625,18.657740625,2.8052814062499998,17.570540625,2.34677240625C16.444840624999998,1.86904940625,15.247740625,1.62744140625,14.015040625,1.62744140625C12.782240625,1.62744140625,11.585220625,1.86904940625,10.459550625,2.34677240625C9.369580625000001,2.8052814062499998,8.392170625,3.46420140625,7.554780625,4.30434140625C6.717390625,5.14447140625,6.058460625,6.12188140625,5.597210625000001,7.20912140625C5.119490625,8.337531406250001,4.8778806249999995,9.53458140625,4.8778806249999995,10.76733140625C4.8778806249999995,11.22583140625,5.245780625,11.59374140625,5.701540625,11.59374140625ZM9.705800625,11.59384140625C9.250040625,11.59384140625,8.882140625,11.22594140625,8.882140625,10.77018140625C8.882140625,7.93679140625,11.185640625,5.63328140625,14.016340625,5.63328140625C16.846940625000002,5.63328140625,19.150440625,7.93679140625,19.150440625,10.77018140625C19.150440625,11.22594140625,18.782540625,11.59384140625,18.326740625,11.59384140625C17.871040625,11.59384140625,17.503140625,11.22594140625,17.503140625,10.77018140625C17.503140625,8.845561406249999,15.938140625,7.28060140625,14.016340625,7.28060140625C12.094440625,7.28060140625,10.529460625,8.845561406249999,10.529460625,10.77018140625C10.529460625,11.22594140625,10.161560625,11.59384140625,9.705800625,11.59384140625ZM23.748140625,14.79784140625L14.742840625,14.79784140625L14.742840625,10.13042140625C14.742840625,9.67466140625,14.374940625,9.30676140625,13.919140625,9.30676140625C13.463340625,9.30676140625,13.095440625,9.67466140625,13.095440625,10.13042140625L13.095440625,14.79504140625L4.090120625,14.79504140625C2.728340625,14.79504140625,1.619140625,15.90424140625,1.619140625,17.26884140625L1.619140625,23.75374140625C1.619140625,25.11834140625,2.728340625,26.22754140625,4.090120625,26.22754140625L23.748140625,26.22754140625C25.109940625,26.22754140625,26.219140625,25.11834140625,26.219140625,23.75374140625L26.219140625,17.26884140625C26.219140625,15.90704140625,25.112740625,14.79784140625,23.748140625,14.79784140625ZM24.571840625,23.75374140625C24.571840625,24.20954140625,24.201140625,24.57744140625,23.748140625,24.57744140625L4.090120625,24.57744140625C3.637110625,24.57744140625,3.2664606249999997,24.20674140625,3.2664606249999997,23.75374140625L3.2664606249999997,17.26884140625C3.2664606249999997,16.81304140625,3.637110625,16.445141406250002,4.090120625,16.445141406250002L23.748140625,16.445141406250002C24.201140625,16.445141406250002,24.571840625,16.81584140625,24.571840625,17.26884140625L24.571840625,23.75374140625ZM6.320340625,21.74954140625C7.002690625,21.74954140625,7.555830625,21.19644140625,7.555830625,20.51404140625C7.555830625,19.83174140625,7.002690625,19.27864140625,6.320340625,19.27864140625C5.638000625,19.27864140625,5.084850625,19.83174140625,5.084850625,20.51404140625C5.084850625,21.19644140625,5.638000625,21.74954140625,6.320340625,21.74954140625ZM10.411190625,21.74954140625C11.093530625,21.74954140625,11.646640625,21.19644140625,11.646640625,20.51404140625C11.646640625,19.83174140625,11.093530625,19.27864140625,10.411190625,19.27864140625C9.728850625,19.27864140625,9.175700625000001,19.83174140625,9.175700625000001,20.51404140625C9.175700625000001,21.19644140625,9.728850625,21.74954140625,10.411190625,21.74954140625Z" fill-rule="evenodd" fill="#fff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26.21875 26.2275390625"><g><g><path d="M5.701540625,11.59374140625C6.157300625,11.59374140625,6.525200625,11.22583140625,6.525200625,10.77007140625C6.525200625,6.63804140625,9.885740625,3.2747614062499997,14.015040625,3.2747614062499997C18.144340625,3.2747614062499997,21.504840625,6.63530140625,21.504840625,10.77007140625C21.504840625,11.22583140625,21.872740625,11.59374140625,22.328540625,11.59374140625C22.784240625,11.59374140625,23.152140625,11.22583140625,23.152140625,10.77007140625C23.152140625,9.53733140625,22.910540625,8.337531406250001,22.432840625,7.21186140625C21.971540625,6.12188140625,21.312640625,5.14447140625,20.475240625,4.30708140625C19.635140625,3.46420140625,18.657740625,2.8052814062499998,17.570540625,2.34677240625C16.444840624999998,1.86904940625,15.247740625,1.62744140625,14.015040625,1.62744140625C12.782240625,1.62744140625,11.585220625,1.86904940625,10.459550625,2.34677240625C9.369580625000001,2.8052814062499998,8.392170625,3.46420140625,7.554780625,4.30434140625C6.717390625,5.14447140625,6.058460625,6.12188140625,5.597210625000001,7.20912140625C5.119490625,8.337531406250001,4.8778806249999995,9.53458140625,4.8778806249999995,10.76733140625C4.8778806249999995,11.22583140625,5.245780625,11.59374140625,5.701540625,11.59374140625ZM9.705800625,11.59384140625C9.250040625,11.59384140625,8.882140625,11.22594140625,8.882140625,10.77018140625C8.882140625,7.93679140625,11.185640625,5.63328140625,14.016340625,5.63328140625C16.846940625000002,5.63328140625,19.150440625,7.93679140625,19.150440625,10.77018140625C19.150440625,11.22594140625,18.782540625,11.59384140625,18.326740625,11.59384140625C17.871040625,11.59384140625,17.503140625,11.22594140625,17.503140625,10.77018140625C17.503140625,8.845561406249999,15.938140625,7.28060140625,14.016340625,7.28060140625C12.094440625,7.28060140625,10.529460625,8.845561406249999,10.529460625,10.77018140625C10.529460625,11.22594140625,10.161560625,11.59384140625,9.705800625,11.59384140625ZM23.748140625,14.79784140625L14.742840625,14.79784140625L14.742840625,10.13042140625C14.742840625,9.67466140625,14.374940625,9.30676140625,13.919140625,9.30676140625C13.463340625,9.30676140625,13.095440625,9.67466140625,13.095440625,10.13042140625L13.095440625,14.79504140625L4.090120625,14.79504140625C2.728340625,14.79504140625,1.619140625,15.90424140625,1.619140625,17.26884140625L1.619140625,23.75374140625C1.619140625,25.11834140625,2.728340625,26.22754140625,4.090120625,26.22754140625L23.748140625,26.22754140625C25.109940625,26.22754140625,26.219140625,25.11834140625,26.219140625,23.75374140625L26.219140625,17.26884140625C26.219140625,15.90704140625,25.112740625,14.79784140625,23.748140625,14.79784140625ZM24.571840625,23.75374140625C24.571840625,24.20954140625,24.201140625,24.57744140625,23.748140625,24.57744140625L4.090120625,24.57744140625C3.637110625,24.57744140625,3.2664606249999997,24.20674140625,3.2664606249999997,23.75374140625L3.2664606249999997,17.26884140625C3.2664606249999997,16.81304140625,3.637110625,16.445141406250002,4.090120625,16.445141406250002L23.748140625,16.445141406250002C24.201140625,16.445141406250002,24.571840625,16.81584140625,24.571840625,17.26884140625L24.571840625,23.75374140625ZM6.320340625,21.74954140625C7.002690625,21.74954140625,7.555830625,21.19644140625,7.555830625,20.51404140625C7.555830625,19.83174140625,7.002690625,19.27864140625,6.320340625,19.27864140625C5.638000625,19.27864140625,5.084850625,19.83174140625,5.084850625,20.51404140625C5.084850625,21.19644140625,5.638000625,21.74954140625,6.320340625,21.74954140625ZM10.411190625,21.74954140625C11.093530625,21.74954140625,11.646640625,21.19644140625,11.646640625,20.51404140625C11.646640625,19.83174140625,11.093530625,19.27864140625,10.411190625,19.27864140625C9.728850625,19.27864140625,9.175700625000001,19.83174140625,9.175700625000001,20.51404140625C9.175700625000001,21.19644140625,9.728850625,21.74954140625,10.411190625,21.74954140625Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00511"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00511)"><g><path d="M9.450330625,6.025C8.456220625,6.025,7.650330625,6.83089,7.650330625,7.825C7.650330625,8.81911,8.456220625,9.625,9.450330625,9.625C10.444440625,9.625,11.250330625,8.81911,11.250330625,7.825C11.250330625,6.83089,10.444440625,6.025,9.450330625,6.025ZM9.450330625,4.225C11.438560625,4.225,13.050340625,5.83677,13.050340625,7.825C13.050340625,9.81322,11.438560625,11.425,9.450330625,11.425C7.462110625,11.425,5.850330625,9.81322,5.850330625,7.825C5.850330625,5.83677,7.462110625,4.225,9.450330625,4.225ZM9.450330625,2.425L9.179130624999999,2.4322C6.419130625,2.5678,4.218330625,4.771,4.058730625,7.465L4.049130625,7.777L4.059930625,8.1898C4.141820625,9.7435,4.747040625,11.2238,5.777130625,12.3898L6.068730625000001,12.6982L9.450330625,16.0798L12.831940625,12.697C14.014340625,11.5171,14.727440625,9.94766,14.838340625,8.280999999999999L14.850340625,7.8706L14.843140625,7.555C14.704640625,4.80363,12.517240625,2.59761,9.767130625,2.4358L9.450330625,2.425ZM9.450330625,0.625C13.287040625,0.624677384,16.450140625,3.63304,16.641940625,7.465L16.650340625,7.825C16.650340625,10.129,15.734740625,12.3406,14.105140625,13.9702L10.086330625,17.989C9.734950625,18.3399,9.165710625,18.3399,8.814330625,17.989L4.794330625000001,13.969C3.277350625,12.4514,2.375461625,10.4262,2.262332825,8.2834L2.250332875,7.825C2.250009945,3.98824,5.258380625,0.825237,9.090330625,0.63339982L9.450330625,0.625ZM19.800340625,12.325C21.982540625,12.3258,23.771740625,14.0554,23.846440625,16.2363C23.921240625,18.4172,22.254540625,20.2652,20.077540625,20.4154L19.800340625,20.425L5.850330625,20.425C4.896100625,20.4237,4.106640625,21.1672,4.050880625,22.1198C3.995130625,23.0724,4.692460625,23.903,5.640330625,24.013L5.850330625,24.025L22.950340625,24.025C23.447340625,24.025,23.850340625,24.4279,23.850340625,24.925C23.850340625,25.4221,23.447340625,25.825,22.950340625,25.825L5.850330625,25.825C3.912060625,25.8283,2.319105125,24.2964,2.246697305,22.3595C2.174289025,20.4226,3.648420625,18.776,5.581530625,18.6346L5.850330625,18.625L19.800340625,18.625C20.997540625,18.6241,21.984340625,17.6859,22.045740625,16.4904C22.107140625,15.2948,21.221540625,14.2605,20.030740625,14.137L19.800340625,14.125L17.550340625,14.125C17.053240625,14.125,16.650340625,13.7221,16.650340625,13.225C16.650340625,12.7279,17.053240625,12.325,17.550340625,12.325L19.800340625,12.325Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00511"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00511)"><g><path d="M9.450330625,6.025C8.456220625,6.025,7.650330625,6.83089,7.650330625,7.825C7.650330625,8.81911,8.456220625,9.625,9.450330625,9.625C10.444440625,9.625,11.250330625,8.81911,11.250330625,7.825C11.250330625,6.83089,10.444440625,6.025,9.450330625,6.025ZM9.450330625,4.225C11.438560625,4.225,13.050340625,5.83677,13.050340625,7.825C13.050340625,9.81322,11.438560625,11.425,9.450330625,11.425C7.462110625,11.425,5.850330625,9.81322,5.850330625,7.825C5.850330625,5.83677,7.462110625,4.225,9.450330625,4.225ZM9.450330625,2.425L9.179130624999999,2.4322C6.419130625,2.5678,4.218330625,4.771,4.058730625,7.465L4.049130625,7.777L4.059930625,8.1898C4.141820625,9.7435,4.747040625,11.2238,5.777130625,12.3898L6.068730625000001,12.6982L9.450330625,16.0798L12.831940625,12.697C14.014340625,11.5171,14.727440625,9.94766,14.838340625,8.280999999999999L14.850340625,7.8706L14.843140625,7.555C14.704640625,4.80363,12.517240625,2.59761,9.767130625,2.4358L9.450330625,2.425ZM9.450330625,0.625C13.287040625,0.624677384,16.450140625,3.63304,16.641940625,7.465L16.650340625,7.825C16.650340625,10.129,15.734740625,12.3406,14.105140625,13.9702L10.086330625,17.989C9.734950625,18.3399,9.165710625,18.3399,8.814330625,17.989L4.794330625000001,13.969C3.277350625,12.4514,2.375461625,10.4262,2.262332825,8.2834L2.250332875,7.825C2.250009945,3.98824,5.258380625,0.825237,9.090330625,0.63339982L9.450330625,0.625ZM19.800340625,12.325C21.982540625,12.3258,23.771740625,14.0554,23.846440625,16.2363C23.921240625,18.4172,22.254540625,20.2652,20.077540625,20.4154L19.800340625,20.425L5.850330625,20.425C4.896100625,20.4237,4.106640625,21.1672,4.050880625,22.1198C3.995130625,23.0724,4.692460625,23.903,5.640330625,24.013L5.850330625,24.025L22.950340625,24.025C23.447340625,24.025,23.850340625,24.4279,23.850340625,24.925C23.850340625,25.4221,23.447340625,25.825,22.950340625,25.825L5.850330625,25.825C3.912060625,25.8283,2.319105125,24.2964,2.246697305,22.3595C2.174289025,20.4226,3.648420625,18.776,5.581530625,18.6346L5.850330625,18.625L19.800340625,18.625C20.997540625,18.6241,21.984340625,17.6859,22.045740625,16.4904C22.107140625,15.2948,21.221540625,14.2605,20.030740625,14.137L19.800340625,14.125L17.550340625,14.125C17.053240625,14.125,16.650340625,13.7221,16.650340625,13.225C16.650340625,12.7279,17.053240625,12.325,17.550340625,12.325L19.800340625,12.325Z" fill="#fff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00511"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00511)"><g><path d="M9.450330625,6.025C8.456220625,6.025,7.650330625,6.83089,7.650330625,7.825C7.650330625,8.81911,8.456220625,9.625,9.450330625,9.625C10.444440625,9.625,11.250330625,8.81911,11.250330625,7.825C11.250330625,6.83089,10.444440625,6.025,9.450330625,6.025ZM9.450330625,4.225C11.438560625,4.225,13.050340625,5.83677,13.050340625,7.825C13.050340625,9.81322,11.438560625,11.425,9.450330625,11.425C7.462110625,11.425,5.850330625,9.81322,5.850330625,7.825C5.850330625,5.83677,7.462110625,4.225,9.450330625,4.225ZM9.450330625,2.425L9.179130624999999,2.4322C6.419130625,2.5678,4.218330625,4.771,4.058730625,7.465L4.049130625,7.777L4.059930625,8.1898C4.141820625,9.7435,4.747040625,11.2238,5.777130625,12.3898L6.068730625000001,12.6982L9.450330625,16.0798L12.831940625,12.697C14.014340625,11.5171,14.727440625,9.94766,14.838340625,8.280999999999999L14.850340625,7.8706L14.843140625,7.555C14.704640625,4.80363,12.517240625,2.59761,9.767130625,2.4358L9.450330625,2.425ZM9.450330625,0.625C13.287040625,0.624677384,16.450140625,3.63304,16.641940625,7.465L16.650340625,7.825C16.650340625,10.129,15.734740625,12.3406,14.105140625,13.9702L10.086330625,17.989C9.734950625,18.3399,9.165710625,18.3399,8.814330625,17.989L4.794330625000001,13.969C3.277350625,12.4514,2.375461625,10.4262,2.262332825,8.2834L2.250332875,7.825C2.250009945,3.98824,5.258380625,0.825237,9.090330625,0.63339982L9.450330625,0.625ZM19.800340625,12.325C21.982540625,12.3258,23.771740625,14.0554,23.846440625,16.2363C23.921240625,18.4172,22.254540625,20.2652,20.077540625,20.4154L19.800340625,20.425L5.850330625,20.425C4.896100625,20.4237,4.106640625,21.1672,4.050880625,22.1198C3.995130625,23.0724,4.692460625,23.903,5.640330625,24.013L5.850330625,24.025L22.950340625,24.025C23.447340625,24.025,23.850340625,24.4279,23.850340625,24.925C23.850340625,25.4221,23.447340625,25.825,22.950340625,25.825L5.850330625,25.825C3.912060625,25.8283,2.319105125,24.2964,2.246697305,22.3595C2.174289025,20.4226,3.648420625,18.776,5.581530625,18.6346L5.850330625,18.625L19.800340625,18.625C20.997540625,18.6241,21.984340625,17.6859,22.045740625,16.4904C22.107140625,15.2948,21.221540625,14.2605,20.030740625,14.137L19.800340625,14.125L17.550340625,14.125C17.053240625,14.125,16.650340625,13.7221,16.650340625,13.225C16.650340625,12.7279,17.053240625,12.325,17.550340625,12.325L19.800340625,12.325Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21424"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21424)"><g><path d="M21.625,5C21.625,4.033502,22.4085,3.25,23.375,3.25C24.3415,3.25,25.125,4.033502,25.125,5C25.125,5.9665,24.3415,6.75,23.375,6.75C23.2227,6.75,23.088,6.69925,22.948,6.6625L18.0393,11.573C18.076,11.713,18.125,11.8495,18.125,12C18.125,12.9665,17.3415,13.75,16.375,13.75C15.4085,13.75,14.625,12.9665,14.625,12C14.625,11.8565,14.674,11.72875,14.7072,11.59575L9.77925,6.6695C9.64625,6.7010000000000005,9.5185,6.75,9.375,6.75C9.2245,6.75,9.088,6.69925,8.94975,6.6625L4.03925,11.573C4.0760000000000005,11.713,4.125,11.8495,4.125,12C4.125,12.9665,3.3415,13.75,2.375,13.75C1.408502,13.75,0.625,12.9665,0.625,12C0.625,11.0335,1.408502,10.25,2.375,10.25C2.5255,10.25,2.662,10.299,2.802,10.33575L7.71075,5.427C7.67575,5.287,7.625,5.1505,7.625,5C7.625,4.033502,8.4085,3.25,9.375,3.25C10.3415,3.25,11.125,4.033502,11.125,5C11.125,5.1259999999999994,11.0795,5.23625,11.0533,5.35525L16.0197,10.32175C16.137,10.2955,16.249000000000002,10.25,16.375,10.25C16.5272,10.25,16.662,10.299,16.802,10.3375L21.7107,5.427C21.674,5.287,21.625,5.1505,21.625,5ZM8.5,13.07692C8.5,12.59367,8.89175,12.20192,9.375,12.20192C9.85825,12.20192,10.25,12.59367,10.25,13.07692L10.25,24.4519C10.25,24.9352,9.85825,25.3269,9.375,25.3269C8.89175,25.3269,8.5,24.9352,8.5,24.4519L8.5,13.07692ZM22.5,13.07692C22.5,12.59367,22.8918,12.20192,23.375,12.20192C23.8582,12.20192,24.25,12.59367,24.25,13.07692L24.25,24.4519C24.25,24.9352,23.8582,25.3269,23.375,25.3269C22.8918,25.3269,22.5,24.9352,22.5,24.4519L22.5,13.07692ZM1.5,19.201900000000002C1.5,18.7187,1.89175,18.326900000000002,2.375,18.326900000000002C2.85825,18.326900000000002,3.25,18.7187,3.25,19.201900000000002L3.25,24.4519C3.25,24.9352,2.85825,25.3269,2.375,25.3269C1.89175,25.3269,1.5,24.9352,1.5,24.4519L1.5,19.201900000000002ZM15.5,19.201900000000002C15.5,18.7187,15.8918,18.326900000000002,16.375,18.326900000000002C16.8582,18.326900000000002,17.25,18.7187,17.25,19.201900000000002L17.25,24.4519C17.25,24.9352,16.8582,25.3269,16.375,25.3269C15.8918,25.3269,15.5,24.9352,15.5,24.4519L15.5,19.201900000000002Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21424"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21424)"><g><path d="M21.625,5C21.625,4.033502,22.4085,3.25,23.375,3.25C24.3415,3.25,25.125,4.033502,25.125,5C25.125,5.9665,24.3415,6.75,23.375,6.75C23.2227,6.75,23.088,6.69925,22.948,6.6625L18.0393,11.573C18.076,11.713,18.125,11.8495,18.125,12C18.125,12.9665,17.3415,13.75,16.375,13.75C15.4085,13.75,14.625,12.9665,14.625,12C14.625,11.8565,14.674,11.72875,14.7072,11.59575L9.77925,6.6695C9.64625,6.7010000000000005,9.5185,6.75,9.375,6.75C9.2245,6.75,9.088,6.69925,8.94975,6.6625L4.03925,11.573C4.0760000000000005,11.713,4.125,11.8495,4.125,12C4.125,12.9665,3.3415,13.75,2.375,13.75C1.408502,13.75,0.625,12.9665,0.625,12C0.625,11.0335,1.408502,10.25,2.375,10.25C2.5255,10.25,2.662,10.299,2.802,10.33575L7.71075,5.427C7.67575,5.287,7.625,5.1505,7.625,5C7.625,4.033502,8.4085,3.25,9.375,3.25C10.3415,3.25,11.125,4.033502,11.125,5C11.125,5.1259999999999994,11.0795,5.23625,11.0533,5.35525L16.0197,10.32175C16.137,10.2955,16.249000000000002,10.25,16.375,10.25C16.5272,10.25,16.662,10.299,16.802,10.3375L21.7107,5.427C21.674,5.287,21.625,5.1505,21.625,5ZM8.5,13.07692C8.5,12.59367,8.89175,12.20192,9.375,12.20192C9.85825,12.20192,10.25,12.59367,10.25,13.07692L10.25,24.4519C10.25,24.9352,9.85825,25.3269,9.375,25.3269C8.89175,25.3269,8.5,24.9352,8.5,24.4519L8.5,13.07692ZM22.5,13.07692C22.5,12.59367,22.8918,12.20192,23.375,12.20192C23.8582,12.20192,24.25,12.59367,24.25,13.07692L24.25,24.4519C24.25,24.9352,23.8582,25.3269,23.375,25.3269C22.8918,25.3269,22.5,24.9352,22.5,24.4519L22.5,13.07692ZM1.5,19.201900000000002C1.5,18.7187,1.89175,18.326900000000002,2.375,18.326900000000002C2.85825,18.326900000000002,3.25,18.7187,3.25,19.201900000000002L3.25,24.4519C3.25,24.9352,2.85825,25.3269,2.375,25.3269C1.89175,25.3269,1.5,24.9352,1.5,24.4519L1.5,19.201900000000002ZM15.5,19.201900000000002C15.5,18.7187,15.8918,18.326900000000002,16.375,18.326900000000002C16.8582,18.326900000000002,17.25,18.7187,17.25,19.201900000000002L17.25,24.4519C17.25,24.9352,16.8582,25.3269,16.375,25.3269C15.8918,25.3269,15.5,24.9352,15.5,24.4519L15.5,19.201900000000002Z" fill-rule="evenodd" fill="#fff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21424"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21424)"><g><path d="M21.625,5C21.625,4.033502,22.4085,3.25,23.375,3.25C24.3415,3.25,25.125,4.033502,25.125,5C25.125,5.9665,24.3415,6.75,23.375,6.75C23.2227,6.75,23.088,6.69925,22.948,6.6625L18.0393,11.573C18.076,11.713,18.125,11.8495,18.125,12C18.125,12.9665,17.3415,13.75,16.375,13.75C15.4085,13.75,14.625,12.9665,14.625,12C14.625,11.8565,14.674,11.72875,14.7072,11.59575L9.77925,6.6695C9.64625,6.7010000000000005,9.5185,6.75,9.375,6.75C9.2245,6.75,9.088,6.69925,8.94975,6.6625L4.03925,11.573C4.0760000000000005,11.713,4.125,11.8495,4.125,12C4.125,12.9665,3.3415,13.75,2.375,13.75C1.408502,13.75,0.625,12.9665,0.625,12C0.625,11.0335,1.408502,10.25,2.375,10.25C2.5255,10.25,2.662,10.299,2.802,10.33575L7.71075,5.427C7.67575,5.287,7.625,5.1505,7.625,5C7.625,4.033502,8.4085,3.25,9.375,3.25C10.3415,3.25,11.125,4.033502,11.125,5C11.125,5.1259999999999994,11.0795,5.23625,11.0533,5.35525L16.0197,10.32175C16.137,10.2955,16.249000000000002,10.25,16.375,10.25C16.5272,10.25,16.662,10.299,16.802,10.3375L21.7107,5.427C21.674,5.287,21.625,5.1505,21.625,5ZM8.5,13.07692C8.5,12.59367,8.89175,12.20192,9.375,12.20192C9.85825,12.20192,10.25,12.59367,10.25,13.07692L10.25,24.4519C10.25,24.9352,9.85825,25.3269,9.375,25.3269C8.89175,25.3269,8.5,24.9352,8.5,24.4519L8.5,13.07692ZM22.5,13.07692C22.5,12.59367,22.8918,12.20192,23.375,12.20192C23.8582,12.20192,24.25,12.59367,24.25,13.07692L24.25,24.4519C24.25,24.9352,23.8582,25.3269,23.375,25.3269C22.8918,25.3269,22.5,24.9352,22.5,24.4519L22.5,13.07692ZM1.5,19.201900000000002C1.5,18.7187,1.89175,18.326900000000002,2.375,18.326900000000002C2.85825,18.326900000000002,3.25,18.7187,3.25,19.201900000000002L3.25,24.4519C3.25,24.9352,2.85825,25.3269,2.375,25.3269C1.89175,25.3269,1.5,24.9352,1.5,24.4519L1.5,19.201900000000002ZM15.5,19.201900000000002C15.5,18.7187,15.8918,18.326900000000002,16.375,18.326900000000002C16.8582,18.326900000000002,17.25,18.7187,17.25,19.201900000000002L17.25,24.4519C17.25,24.9352,16.8582,25.3269,16.375,25.3269C15.8918,25.3269,15.5,24.9352,15.5,24.4519L15.5,19.201900000000002Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="26" height="26" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21438"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21438)"><g><path d="M16.1856,22.493017578125L3.71505,22.493017578125C1.66301,22.493717578125,-0.000652764,20.830017578125,4.32525e-7,18.778017578125L4.32525e-7,6.308067578125C-0.000979383,4.2558975781249995,1.66288,2.592037380125,3.71505,2.593017965555L16.1856,2.593017965555C18.2376,2.592364758125,19.9013,4.256027578125,19.9006,6.308067578125L19.9006,18.778617578125C19.901,20.829917578125,18.2376,22.493017578125,16.1856,22.493017578125ZM3.71505,4.437247578125C2.6978,4.441137578125,1.87412,5.264817578125,1.87023,6.282067578125L1.87023,18.752617578125C1.87444,19.769617578125,2.69802,20.592917578125,3.71505,20.596817578125L16.1856,20.596817578125C17.2025,20.592917578125,18.0259,19.769517578125,18.0298,18.752617578125L18.0298,6.308067578125C18.0259,5.2909475781249995,17.2027,4.4671875781249994,16.1856,4.462657578125L3.71505,4.462657578125L3.71505,4.437247578125Z" fill="#000000" fill-opacity="1"/></g><g><path d="M24.057838750000002,20.778661328125C23.48642875,20.778661328125,22.941018749999998,20.544661328125002,22.47301875,20.077261328124997L18.31597075,15.946161328125C17.95197065,15.582161328125,17.95197065,14.985361328125,18.31597075,14.621361328125C18.67997075,14.257371328125,19.27737875,14.257371328125,19.64137875,14.621361328125L23.79783875,18.752461328125C23.95383875,18.908461328125,24.05724875,18.908461328125,24.08324875,18.908461328125C24.10924875,18.908461328125,24.13523875,18.856461328125,24.13523875,18.752461328125L24.13523875,6.645281328125C24.13523875,6.541281328125,24.10924875,6.489281328125,24.08324875,6.489281328125C24.05724875,6.489281328125,23.92724875,6.489281328125,23.79783875,6.645281328125L19.64137875,10.801731328125001C19.27457875,11.165801328125,18.68276975,11.165801328125,18.31597075,10.801731328125001C17.95196915,10.435141328124999,17.95196915,9.843511328125,18.31597075,9.476921328125L22.47301875,5.319871328125C23.12242875,4.670462628125,24.03123875,4.436462328125,24.78523875,4.774462328125C25.51205875,5.086462328125,25.98005875,5.787281328125,25.98005875,6.645281328125L25.98005875,18.777861328125C25.98005875,19.635261328125,25.51205875,20.336661328125,24.78523875,20.648061328125C24.55123875,20.752661328125,24.29182875,20.778661328125,24.057838750000002,20.778661328125Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21438"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21438)"><g><path d="M3.71505,22.49301710128784L16.1856,22.49301710128784C18.2376,22.49301710128784,19.901,20.82991710128784,19.9006,18.778617101287843L19.9006,17.520917101287843L22.473,20.077217101287843C22.941,20.54461710128784,23.4864,20.778617101287843,24.0578,20.778617101287843C24.2918,20.778617101287843,24.5512,20.752617101287843,24.7852,20.64801710128784C25.5121,20.336617101287843,25.9801,19.635217101287843,25.9801,18.77781710128784L25.9801,6.645277101287842C25.9801,5.787277101287842,25.5121,5.086467101287842,24.7852,4.774467101287842C24.0312,4.436467101287842,23.1224,4.670467101287842,22.473,5.3198671012878425L19.9006,7.8922471012878415L19.9006,6.3080671012878415C19.9013,4.256027101287842,18.2376,2.592364788287842,16.1856,2.593017101287842L3.71505,2.593017101287842C1.66288,2.5920374392878416,-0.00097847,4.255897101287841,0,6.3080671012878415L0,18.77801710128784C-0.000652313,20.83001710128784,1.66301,22.493717101287842,3.71505,22.49301710128784ZM19.9006,10.542477101287842L19.9006,14.879017101287841L23.7978,18.752417101287843C23.9538,18.908417101287842,24.0572,18.908417101287842,24.0832,18.908417101287842C24.1092,18.908417101287842,24.1352,18.856417101287843,24.1352,18.752417101287843L24.1352,6.645277101287842C24.1352,6.541277101287841,24.1092,6.489277101287842,24.0832,6.489277101287842C24.0572,6.489277101287842,23.9272,6.489277101287842,23.7978,6.645277101287842L19.9006,10.542477101287842ZM1.87023,6.282067101287842C1.87411,5.264817101287842,2.6978,4.441137101287842,3.71505,4.437247101287841L3.71505,4.462657101287842L16.1856,4.462657101287842C17.2027,4.467187101287841,18.0259,5.290947101287841,18.0298,6.3080671012878415L18.0298,18.752617101287843C18.0259,19.769517101287843,17.2025,20.592917101287842,16.1856,20.59681710128784L3.71505,20.59681710128784C2.69802,20.592917101287842,1.87444,19.769617101287842,1.87023,18.752617101287843L1.87023,6.282067101287842Z" fill-rule="evenodd" fill="#089aff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="26" height="26" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21438"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21438)"><g><path d="M3.71505,22.49301710128784L16.1856,22.49301710128784C18.2376,22.49301710128784,19.901,20.82991710128784,19.9006,18.778617101287843L19.9006,17.520917101287843L22.473,20.077217101287843C22.941,20.54461710128784,23.4864,20.778617101287843,24.0578,20.778617101287843C24.2918,20.778617101287843,24.5512,20.752617101287843,24.7852,20.64801710128784C25.5121,20.336617101287843,25.9801,19.635217101287843,25.9801,18.77781710128784L25.9801,6.645277101287842C25.9801,5.787277101287842,25.5121,5.086467101287842,24.7852,4.774467101287842C24.0312,4.436467101287842,23.1224,4.670467101287842,22.473,5.3198671012878425L19.9006,7.8922471012878415L19.9006,6.3080671012878415C19.9013,4.256027101287842,18.2376,2.592364788287842,16.1856,2.593017101287842L3.71505,2.593017101287842C1.66288,2.5920374392878416,-0.00097847,4.255897101287841,0,6.3080671012878415L0,18.77801710128784C-0.000652313,20.83001710128784,1.66301,22.493717101287842,3.71505,22.49301710128784ZM19.9006,10.542477101287842L19.9006,14.879017101287841L23.7978,18.752417101287843C23.9538,18.908417101287842,24.0572,18.908417101287842,24.0832,18.908417101287842C24.1092,18.908417101287842,24.1352,18.856417101287843,24.1352,18.752417101287843L24.1352,6.645277101287842C24.1352,6.541277101287841,24.1092,6.489277101287842,24.0832,6.489277101287842C24.0572,6.489277101287842,23.9272,6.489277101287842,23.7978,6.645277101287842L19.9006,10.542477101287842ZM1.87023,6.282067101287842C1.87411,5.264817101287842,2.6978,4.441137101287842,3.71505,4.437247101287841L3.71505,4.462657101287842L16.1856,4.462657101287842C17.2027,4.467187101287841,18.0259,5.290947101287841,18.0298,6.3080671012878415L18.0298,18.752617101287843C18.0259,19.769517101287843,17.2025,20.592917101287842,16.1856,20.59681710128784L3.71505,20.59681710128784C2.69802,20.592917101287842,1.87444,19.769617101287842,1.87023,18.752617101287843L1.87023,6.282067101287842Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21429"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21429)"><g><path d="M8.97060375,24.919848046875C10.24025375,25.456948046875,11.58846375,25.729248046875,12.97779375,25.729248046875C14.36709375,25.729248046875,15.71529375,25.456948046875,16.98499375,24.920048046875C18.21099375,24.401448046875,19.31179375,23.659348046875,20.25679375,22.714348046875C21.20179375,21.769348046875,21.94419375,20.668548046875,22.46249375,19.442548046875C22.99959375,18.172848046875,23.27199375,16.824648046875,23.27199375,15.435348046875C23.27199375,13.551448046875,22.74239375,11.603748046875,21.69809375,9.646288046875C20.88139375,8.115778046875,19.74819375,6.574078046875,18.32979375,5.063978046875C15.93559375,2.515178046875,13.57029375,0.9430040468750001,13.47069375,0.877300046875C13.17179375,0.679897546875,12.78399375,0.679897546875,12.48513375,0.877300046875C12.38559375,0.9430040468750001,10.02021375,2.514898046875,7.62574375,5.063698046875C6.207353749999999,6.573518046875,5.07414375,8.115498046875,4.25744375,9.646008046875C3.21315075,11.603448046875,2.68359375,13.551148046875,2.68359375,15.435048046875C2.68359375,16.824348046875,2.9559207499999998,18.172548046875,3.49302675,19.442248046875C4.01167375,20.668248046875,4.75372375,21.769048046875,5.6987637499999995,22.714048046875C6.64380375,23.659148046875,7.74457375,24.401448046875,8.97060375,24.919848046875ZM8.904623749999999,6.316298046875C10.532153749999999,4.578598046874999,12.18037375,3.299448046875,12.97779375,2.7181680468750002C13.77549375,3.299728046875,15.42369375,4.578598046874999,17.05099375,6.316298046875C19.07239375,8.474778046874999,21.48229375,11.808948046875,21.48229375,15.435348046875C21.48229375,20.124748046875,17.66719375,23.939848046875,12.97779375,23.939848046875C8.288383750000001,23.939848046875,4.47329375,20.124748046875,4.47329375,15.435348046875C4.47329375,11.808948046875,6.88313375,8.474778046874999,8.904623749999999,6.316298046875ZM13.01969375,21.927448046875C13.01909375,21.936448046875,13.01889375,21.945148046875,13.01859375,21.954048046875C12.99649375,22.533348046875,13.53279375,22.979348046875,14.09669375,22.844048046875C14.19179375,22.821048046875,14.28739375,22.794748046875,14.38189375,22.764848046875C15.38399375,22.446748046875,16.362593750000002,21.829648046875,17.21229375,20.979948046875C18.061093749999998,20.130848046875,18.680093749999997,19.150848046875,19.00189375,18.146248046875C19.03129375,18.054248046875,19.05729375,17.965648046875,19.07999375,17.880848046875C19.23289375,17.311048046875,18.79029375,16.755748046875,18.20059375,16.774548046875L18.17409375,16.775348046875C17.78539375,16.787648046875,17.45209375,17.053248046875,17.350893749999997,17.428748046875C17.202993749999997,17.978148046875,16.83929375,18.822048046875,15.94679375,19.714448046875C15.05709375,20.604148046875,14.21919375,20.964848046875,13.67369375,21.110748046875C13.30009375,21.210648046875,13.03419375,21.540848046875,13.01969375,21.927448046875Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21429"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21429)"><g><path d="M8.97060375,24.919848046875C10.24025375,25.456948046875,11.58846375,25.729248046875,12.97779375,25.729248046875C14.36709375,25.729248046875,15.71529375,25.456948046875,16.98499375,24.920048046875C18.21099375,24.401448046875,19.31179375,23.659348046875,20.25679375,22.714348046875C21.20179375,21.769348046875,21.94419375,20.668548046875,22.46249375,19.442548046875C22.99959375,18.172848046875,23.27199375,16.824648046875,23.27199375,15.435348046875C23.27199375,13.551448046875,22.74239375,11.603748046875,21.69809375,9.646288046875C20.88139375,8.115778046875,19.74819375,6.574078046875,18.32979375,5.063978046875C15.93559375,2.515178046875,13.57029375,0.9430040468750001,13.47069375,0.877300046875C13.17179375,0.679897546875,12.78399375,0.679897546875,12.48513375,0.877300046875C12.38559375,0.9430040468750001,10.02021375,2.514898046875,7.62574375,5.063698046875C6.207353749999999,6.573518046875,5.07414375,8.115498046875,4.25744375,9.646008046875C3.21315075,11.603448046875,2.68359375,13.551148046875,2.68359375,15.435048046875C2.68359375,16.824348046875,2.9559207499999998,18.172548046875,3.49302675,19.442248046875C4.01167375,20.668248046875,4.75372375,21.769048046875,5.6987637499999995,22.714048046875C6.64380375,23.659148046875,7.74457375,24.401448046875,8.97060375,24.919848046875ZM8.904623749999999,6.316298046875C10.532153749999999,4.578598046874999,12.18037375,3.299448046875,12.97779375,2.7181680468750002C13.77549375,3.299728046875,15.42369375,4.578598046874999,17.05099375,6.316298046875C19.07239375,8.474778046874999,21.48229375,11.808948046875,21.48229375,15.435348046875C21.48229375,20.124748046875,17.66719375,23.939848046875,12.97779375,23.939848046875C8.288383750000001,23.939848046875,4.47329375,20.124748046875,4.47329375,15.435348046875C4.47329375,11.808948046875,6.88313375,8.474778046874999,8.904623749999999,6.316298046875ZM13.01969375,21.927448046875C13.01909375,21.936448046875,13.01889375,21.945148046875,13.01859375,21.954048046875C12.99649375,22.533348046875,13.53279375,22.979348046875,14.09669375,22.844048046875C14.19179375,22.821048046875,14.28739375,22.794748046875,14.38189375,22.764848046875C15.38399375,22.446748046875,16.362593750000002,21.829648046875,17.21229375,20.979948046875C18.061093749999998,20.130848046875,18.680093749999997,19.150848046875,19.00189375,18.146248046875C19.03129375,18.054248046875,19.05729375,17.965648046875,19.07999375,17.880848046875C19.23289375,17.311048046875,18.79029375,16.755748046875,18.20059375,16.774548046875L18.17409375,16.775348046875C17.78539375,16.787648046875,17.45209375,17.053248046875,17.350893749999997,17.428748046875C17.202993749999997,17.978148046875,16.83929375,18.822048046875,15.94679375,19.714448046875C15.05709375,20.604148046875,14.21919375,20.964848046875,13.67369375,21.110748046875C13.30009375,21.210648046875,13.03419375,21.540848046875,13.01969375,21.927448046875Z" fill-rule="evenodd" fill="#fff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21429"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21429)"><g><path d="M8.97060375,24.919848046875C10.24025375,25.456948046875,11.58846375,25.729248046875,12.97779375,25.729248046875C14.36709375,25.729248046875,15.71529375,25.456948046875,16.98499375,24.920048046875C18.21099375,24.401448046875,19.31179375,23.659348046875,20.25679375,22.714348046875C21.20179375,21.769348046875,21.94419375,20.668548046875,22.46249375,19.442548046875C22.99959375,18.172848046875,23.27199375,16.824648046875,23.27199375,15.435348046875C23.27199375,13.551448046875,22.74239375,11.603748046875,21.69809375,9.646288046875C20.88139375,8.115778046875,19.74819375,6.574078046875,18.32979375,5.063978046875C15.93559375,2.515178046875,13.57029375,0.9430040468750001,13.47069375,0.877300046875C13.17179375,0.679897546875,12.78399375,0.679897546875,12.48513375,0.877300046875C12.38559375,0.9430040468750001,10.02021375,2.514898046875,7.62574375,5.063698046875C6.207353749999999,6.573518046875,5.07414375,8.115498046875,4.25744375,9.646008046875C3.21315075,11.603448046875,2.68359375,13.551148046875,2.68359375,15.435048046875C2.68359375,16.824348046875,2.9559207499999998,18.172548046875,3.49302675,19.442248046875C4.01167375,20.668248046875,4.75372375,21.769048046875,5.6987637499999995,22.714048046875C6.64380375,23.659148046875,7.74457375,24.401448046875,8.97060375,24.919848046875ZM8.904623749999999,6.316298046875C10.532153749999999,4.578598046874999,12.18037375,3.299448046875,12.97779375,2.7181680468750002C13.77549375,3.299728046875,15.42369375,4.578598046874999,17.05099375,6.316298046875C19.07239375,8.474778046874999,21.48229375,11.808948046875,21.48229375,15.435348046875C21.48229375,20.124748046875,17.66719375,23.939848046875,12.97779375,23.939848046875C8.288383750000001,23.939848046875,4.47329375,20.124748046875,4.47329375,15.435348046875C4.47329375,11.808948046875,6.88313375,8.474778046874999,8.904623749999999,6.316298046875ZM13.01969375,21.927448046875C13.01909375,21.936448046875,13.01889375,21.945148046875,13.01859375,21.954048046875C12.99649375,22.533348046875,13.53279375,22.979348046875,14.09669375,22.844048046875C14.19179375,22.821048046875,14.28739375,22.794748046875,14.38189375,22.764848046875C15.38399375,22.446748046875,16.362593750000002,21.829648046875,17.21229375,20.979948046875C18.061093749999998,20.130848046875,18.680093749999997,19.150848046875,19.00189375,18.146248046875C19.03129375,18.054248046875,19.05729375,17.965648046875,19.07999375,17.880848046875C19.23289375,17.311048046875,18.79029375,16.755748046875,18.20059375,16.774548046875L18.17409375,16.775348046875C17.78539375,16.787648046875,17.45209375,17.053248046875,17.350893749999997,17.428748046875C17.202993749999997,17.978148046875,16.83929375,18.822048046875,15.94679375,19.714448046875C15.05709375,20.604148046875,14.21919375,20.964848046875,13.67369375,21.110748046875C13.30009375,21.210648046875,13.03419375,21.540848046875,13.01969375,21.927448046875Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="#fff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="#fff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00440"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00440)"><g><path d="M25.3756,17.922270703125C26.2415,19.365470703125,26.2415,20.952970703125,25.3756,22.396070703125C24.5097,23.839270703125,23.0665,24.705170703125,21.479,24.560870703125L5.17102,24.560870703125C3.58352,24.560870703125,2.14034,23.839270703125,1.274432,22.396070703125C0.40852299999999997,21.097270703125,0.40852299999999997,19.365470703125,1.274432,17.922270703125L9.50057,3.779060703125C10.36648,2.3358797031250003,11.8097,1.469970703125,13.3972,1.469970703125C14.9847,1.469970703125,16.427799999999998,2.3358797031250003,17.2938,3.779060703125L25.3756,17.922270703125ZM21.3347,22.684770703125C22.2006,22.684770703125,23.0665,22.107470703125,23.4994,21.385870703125C24.0767,20.664270703125,24.0767,19.654070703125,23.4994,19.076770703125L15.4176,4.933610703125C14.9847,4.067700703125,14.1187,3.634740703125,13.2528,3.634740703125C12.3869,3.634740703125,11.521,4.212020703125,11.0881,4.933610703125L2.86193,19.076770703125C2.42898,19.798370703125,2.42898,20.808570703125,2.86193,21.530170703125C3.29489,22.251770703125,4.1608,22.684770703125,5.02671,22.684770703125L21.3347,22.684770703125ZM11.9541,10.128960703125C11.9541,9.407370703125,12.387,8.830100703125,12.9643,8.685780703125001C13.5416,8.541460703125,14.2632,8.830100703125,14.5518,9.118730703125C14.6961,9.407370703125,14.6961,9.551690703125,14.6961,9.840320703125C14.6961,10.561920703125,14.5518,11.139190703125,14.5518,11.860770703125C14.5518,12.870970703125,14.4075,13.881270703125,14.4075,14.891470703125L14.4075,15.901670703125C14.4075,16.478970703125,13.9745,16.911870703125,13.3972,16.911870703125C12.82,16.911870703125,12.387,16.623270703125,12.387,16.045970703125C12.2427,14.458470703125,12.2427,13.015370703125,12.0984,11.427830703125C11.9541,10.994870703125,11.9541,10.561920703125,11.9541,10.128960703125ZM11.9541,19.076770703125C11.9541,18.355170703125,12.5313,17.777870703125,13.2529,17.777870703125C13.9745,17.777870703125,14.5518,18.355170703125,14.5518,19.076770703125C14.5518,19.798270703125,13.9745,20.375570703125,13.2529,20.375570703125C12.5313,20.375570703125,11.9541,19.798270703125,11.9541,19.076770703125Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00479"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00479)"><g><path d="M25.05621875,19.068944921875C25.06191875,19.146744921875,25.05461875,19.224944921875,25.03461875,19.300344921875L25.03581875,19.300344921875C24.97711875,19.540344921875,24.80471875,19.736544921875,24.57411875,19.825544921875L13.51501875,25.910844921875C13.28411875,26.035344921875,13.00751875,26.041144921875,12.77161875,25.926444921875L12.76321875,25.921644921875L12.74161875,25.913244921875L12.73081875,25.907344921875L1.60091175,19.779944921875C1.53196975,19.741344921875,1.46930275,19.692344921875,1.41505375,19.634844921875C1.27955745,19.502944921875,1.19921875,19.321944921875,1.19921875,19.127644921875L1.19921875,6.795094921875C1.20401494,6.787894921875,1.20401494,6.781904921875,1.20401494,6.775904921875L1.20641315,6.760314921875L1.21001045,6.739934921875L1.21240865,6.727944921875C1.21240865,6.721944921875,1.21240865,6.711154921875,1.21720485,6.706354921875L1.21840395,6.693164921875L1.22559835,6.671584921875C1.22919575,6.665584921875,1.22919575,6.657194921875,1.23159395,6.650004921875L1.23639015,6.640404921875C1.29782105,6.461284921875,1.42398675,6.311594921875,1.59011975,6.220724921875L1.86111275,6.068444921875C1.9116357499999999,6.032304921875,1.96640375,6.002504921875,2.02418875,5.979714921875L12.68521875,0.112593921875C12.80611875,0.045342021875,12.94261875,0.011409521875,13.08091875,0.014268801875C13.24821875,-0.005729678125,13.41751875,0.026966021875,13.56541875,0.107797521875L24.65691875,6.212334921875C24.86561875,6.324684921875,25.00781875,6.530224921875,25.03941875,6.765114921875C25.04981875,6.813604921875,25.05541875,6.863004921875,25.05621875,6.912594921875L25.05621875,19.068944921875ZM22.41461875,6.687174921875L13.13011875,1.580274921875L13.13011875,1.579074921875L3.88876875,6.663184921875L8.81340875,9.368324921875L12.65761875,7.254334921875C12.80091875,7.176664921875,12.96441875,7.144064921875,13.12651875,7.160814921875C13.28911875,7.142974921875,13.45321875,7.175624921875,13.59651875,7.254334921875L17.48881875,9.399494921875L22.41461875,6.687174921875ZM12.84071875,4.148554921875C12.58051875,4.055034921875,12.39101875,3.835594921875,12.34551875,3.575394921875L12.34551875,3.576594921875C12.30131875,3.311824921875,12.40691875,3.044294921875,12.62011875,2.881124921875C12.83831875,2.712174921875,13.12781875,2.666494921875,13.38751875,2.760024921875C13.64691875,2.840344921875,13.83941875,3.059264921875,13.88601875,3.326824921875C13.93251875,3.594384921875,13.82521875,3.865454921875,13.60811875,4.028654921875C13.39351875,4.196524921875,13.10091875,4.242084921875,12.84071875,4.148554921875ZM12.84071875,6.370464921875C12.58051875,6.276934921875,12.39101875,6.057504921875,12.34551875,5.797304921875C12.30171875,5.532664921875,12.40791875,5.265524921875,12.62131875,5.103034921875C12.83941875,4.934924921875,13.12811875,4.889294921875,13.38751875,4.981924921875C13.64631875,5.062974921875,13.83811875,5.281804921875,13.88461875,5.548974921875C13.93101875,5.816144921875,13.82431875,6.086894921875,13.60811875,6.250554921875C13.39351875,6.418424921875,13.10091875,6.462794921875,12.84071875,6.370464921875ZM7.85892875,10.560244921875L2.76042875,7.751954921875L2.76042875,18.705544921875L12.33871875,23.975544921875L12.33871875,18.157644921875L8.32776875,15.951344921875C8.18841875,15.872844921875,8.07693875,15.753044921875,8.00881875,15.608344921875C7.91288875,15.486044921875,7.85892875,15.337344921875,7.85892875,15.171844921875L7.85892875,10.560244921875ZM17.91921875,15.952544921875L13.89631875,18.166044921875L13.89391875,18.166044921875L13.89391875,23.991144921875L23.50101875,18.707944921875L23.50101875,7.805914921875L18.38931875,10.617744921875L18.38931875,15.176644921875C18.38811875,15.333844921875,18.33541875,15.486344921875,18.23941875,15.610744921875C18.17231875,15.756244921875,18.06001875,15.876144921875,17.91921875,15.952544921875ZM15.93111875,10.255644921875L13.11931875,8.711224921875L13.12051875,8.711224921875L13.12051875,8.708824921875L10.36621875,10.228044921875L13.17571875,11.774844921875L15.93111875,10.255644921875ZM12.33871875,13.024344921875L9.40934875,11.413944921875L9.40934875,14.838544921875L12.33871875,16.447744921875L12.33871875,13.024344921875ZM13.95391875,13.056744921875C13.93761875,13.086744921875,13.91741875,13.114644921875,13.89391875,13.139444921875L13.89391875,16.452544921875L16.83171875,14.833744921875L16.83171875,11.470344921875L13.95391875,13.056744921875ZM6.57908875,17.270144921875C6.15064875,17.270144921875,5.80462875,16.941644921875,5.80327875,16.530344921875L5.80327875,16.530144921875C5.81254875,16.110944921875,6.15990875,15.778744921875,6.57908875,15.788044921875C6.99970875,15.776644921875,7.34933875,16.109644921875,7.35848875,16.530344921875C7.34803875,16.950044921875,6.99879875,17.281544921875,6.57908875,17.270144921875ZM20.42971875,16.686144921875C20.35701875,17.100344921875,19.96631875,17.380144921875,19.55081875,17.315744921875C19.13391875,17.270744921875,18.83541875,16.892144921875,18.88891875,16.476344921875C18.96161875,16.062244921875,19.35231875,15.782344921875,19.76781875,15.846844921875C20.18461875,15.891744921875,20.48321875,16.270344921875,20.42971875,16.686144921875ZM22.54011875,17.625044921875C22.46741875,18.039244921875,22.07671875,18.319044921875,21.66231875,18.254544921875C21.24551875,18.209644921875,20.94701875,17.831044921875,21.00051875,17.415244921875C21.07321875,17.000544921875,21.46471875,16.720544921875,21.88061875,16.785744921875C22.29641875,16.831844921875,22.59361875,17.210144921875,22.54011875,17.625044921875ZM3.74564875,17.574644921875L3.74564875,17.573544921875C3.75480875,17.152944921875,4.10436875,16.819844921875,4.5250587499999995,16.831244921875C4.94475875,16.821244921875,5.29289875,17.153744921875,5.30205875,17.573544921875C5.29289875,17.993244921875,4.94475875,18.325744921875,4.5250587499999995,18.315744921875C4.09380875,18.315744921875,3.74632875,17.984244921875,3.74564875,17.574744921875L3.74564875,17.574644921875Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00479"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00479)"><g><path d="M25.05621875,19.068944921875C25.06191875,19.146744921875,25.05461875,19.224944921875,25.03461875,19.300344921875L25.03581875,19.300344921875C24.97711875,19.540344921875,24.80471875,19.736544921875,24.57411875,19.825544921875L13.51501875,25.910844921875C13.28411875,26.035344921875,13.00751875,26.041144921875,12.77161875,25.926444921875L12.76321875,25.921644921875L12.74161875,25.913244921875L12.73081875,25.907344921875L1.60091175,19.779944921875C1.53196975,19.741344921875,1.46930275,19.692344921875,1.41505375,19.634844921875C1.27955745,19.502944921875,1.19921875,19.321944921875,1.19921875,19.127644921875L1.19921875,6.795094921875C1.20401494,6.787894921875,1.20401494,6.781904921875,1.20401494,6.775904921875L1.20641315,6.760314921875L1.21001045,6.739934921875L1.21240865,6.727944921875C1.21240865,6.721944921875,1.21240865,6.711154921875,1.21720485,6.706354921875L1.21840395,6.693164921875L1.22559835,6.671584921875C1.22919575,6.665584921875,1.22919575,6.657194921875,1.23159395,6.650004921875L1.23639015,6.640404921875C1.29782105,6.461284921875,1.42398675,6.311594921875,1.59011975,6.220724921875L1.86111275,6.068444921875C1.9116357499999999,6.032304921875,1.96640375,6.002504921875,2.02418875,5.979714921875L12.68521875,0.112593921875C12.80611875,0.045342021875,12.94261875,0.011409521875,13.08091875,0.014268801875C13.24821875,-0.005729678125,13.41751875,0.026966021875,13.56541875,0.107797521875L24.65691875,6.212334921875C24.86561875,6.324684921875,25.00781875,6.530224921875,25.03941875,6.765114921875C25.04981875,6.813604921875,25.05541875,6.863004921875,25.05621875,6.912594921875L25.05621875,19.068944921875ZM22.41461875,6.687174921875L13.13011875,1.580274921875L13.13011875,1.579074921875L3.88876875,6.663184921875L8.81340875,9.368324921875L12.65761875,7.254334921875C12.80091875,7.176664921875,12.96441875,7.144064921875,13.12651875,7.160814921875C13.28911875,7.142974921875,13.45321875,7.175624921875,13.59651875,7.254334921875L17.48881875,9.399494921875L22.41461875,6.687174921875ZM12.84071875,4.148554921875C12.58051875,4.055034921875,12.39101875,3.835594921875,12.34551875,3.575394921875L12.34551875,3.576594921875C12.30131875,3.311824921875,12.40691875,3.044294921875,12.62011875,2.881124921875C12.83831875,2.712174921875,13.12781875,2.666494921875,13.38751875,2.760024921875C13.64691875,2.840344921875,13.83941875,3.059264921875,13.88601875,3.326824921875C13.93251875,3.594384921875,13.82521875,3.865454921875,13.60811875,4.028654921875C13.39351875,4.196524921875,13.10091875,4.242084921875,12.84071875,4.148554921875ZM12.84071875,6.370464921875C12.58051875,6.276934921875,12.39101875,6.057504921875,12.34551875,5.797304921875C12.30171875,5.532664921875,12.40791875,5.265524921875,12.62131875,5.103034921875C12.83941875,4.934924921875,13.12811875,4.889294921875,13.38751875,4.981924921875C13.64631875,5.062974921875,13.83811875,5.281804921875,13.88461875,5.548974921875C13.93101875,5.816144921875,13.82431875,6.086894921875,13.60811875,6.250554921875C13.39351875,6.418424921875,13.10091875,6.462794921875,12.84071875,6.370464921875ZM7.85892875,10.560244921875L2.76042875,7.751954921875L2.76042875,18.705544921875L12.33871875,23.975544921875L12.33871875,18.157644921875L8.32776875,15.951344921875C8.18841875,15.872844921875,8.07693875,15.753044921875,8.00881875,15.608344921875C7.91288875,15.486044921875,7.85892875,15.337344921875,7.85892875,15.171844921875L7.85892875,10.560244921875ZM17.91921875,15.952544921875L13.89631875,18.166044921875L13.89391875,18.166044921875L13.89391875,23.991144921875L23.50101875,18.707944921875L23.50101875,7.805914921875L18.38931875,10.617744921875L18.38931875,15.176644921875C18.38811875,15.333844921875,18.33541875,15.486344921875,18.23941875,15.610744921875C18.17231875,15.756244921875,18.06001875,15.876144921875,17.91921875,15.952544921875ZM15.93111875,10.255644921875L13.11931875,8.711224921875L13.12051875,8.711224921875L13.12051875,8.708824921875L10.36621875,10.228044921875L13.17571875,11.774844921875L15.93111875,10.255644921875ZM12.33871875,13.024344921875L9.40934875,11.413944921875L9.40934875,14.838544921875L12.33871875,16.447744921875L12.33871875,13.024344921875ZM13.95391875,13.056744921875C13.93761875,13.086744921875,13.91741875,13.114644921875,13.89391875,13.139444921875L13.89391875,16.452544921875L16.83171875,14.833744921875L16.83171875,11.470344921875L13.95391875,13.056744921875ZM6.57908875,17.270144921875C6.15064875,17.270144921875,5.80462875,16.941644921875,5.80327875,16.530344921875L5.80327875,16.530144921875C5.81254875,16.110944921875,6.15990875,15.778744921875,6.57908875,15.788044921875C6.99970875,15.776644921875,7.34933875,16.109644921875,7.35848875,16.530344921875C7.34803875,16.950044921875,6.99879875,17.281544921875,6.57908875,17.270144921875ZM20.42971875,16.686144921875C20.35701875,17.100344921875,19.96631875,17.380144921875,19.55081875,17.315744921875C19.13391875,17.270744921875,18.83541875,16.892144921875,18.88891875,16.476344921875C18.96161875,16.062244921875,19.35231875,15.782344921875,19.76781875,15.846844921875C20.18461875,15.891744921875,20.48321875,16.270344921875,20.42971875,16.686144921875ZM22.54011875,17.625044921875C22.46741875,18.039244921875,22.07671875,18.319044921875,21.66231875,18.254544921875C21.24551875,18.209644921875,20.94701875,17.831044921875,21.00051875,17.415244921875C21.07321875,17.000544921875,21.46471875,16.720544921875,21.88061875,16.785744921875C22.29641875,16.831844921875,22.59361875,17.210144921875,22.54011875,17.625044921875ZM3.74564875,17.574644921875L3.74564875,17.573544921875C3.75480875,17.152944921875,4.10436875,16.819844921875,4.5250587499999995,16.831244921875C4.94475875,16.821244921875,5.29289875,17.153744921875,5.30205875,17.573544921875C5.29289875,17.993244921875,4.94475875,18.325744921875,4.5250587499999995,18.315744921875C4.09380875,18.315744921875,3.74632875,17.984244921875,3.74564875,17.574744921875L3.74564875,17.574644921875Z" fill-rule="evenodd" fill="#fff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00479"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00479)"><g><path d="M25.05621875,19.068944921875C25.06191875,19.146744921875,25.05461875,19.224944921875,25.03461875,19.300344921875L25.03581875,19.300344921875C24.97711875,19.540344921875,24.80471875,19.736544921875,24.57411875,19.825544921875L13.51501875,25.910844921875C13.28411875,26.035344921875,13.00751875,26.041144921875,12.77161875,25.926444921875L12.76321875,25.921644921875L12.74161875,25.913244921875L12.73081875,25.907344921875L1.60091175,19.779944921875C1.53196975,19.741344921875,1.46930275,19.692344921875,1.41505375,19.634844921875C1.27955745,19.502944921875,1.19921875,19.321944921875,1.19921875,19.127644921875L1.19921875,6.795094921875C1.20401494,6.787894921875,1.20401494,6.781904921875,1.20401494,6.775904921875L1.20641315,6.760314921875L1.21001045,6.739934921875L1.21240865,6.727944921875C1.21240865,6.721944921875,1.21240865,6.711154921875,1.21720485,6.706354921875L1.21840395,6.693164921875L1.22559835,6.671584921875C1.22919575,6.665584921875,1.22919575,6.657194921875,1.23159395,6.650004921875L1.23639015,6.640404921875C1.29782105,6.461284921875,1.42398675,6.311594921875,1.59011975,6.220724921875L1.86111275,6.068444921875C1.9116357499999999,6.032304921875,1.96640375,6.002504921875,2.02418875,5.979714921875L12.68521875,0.112593921875C12.80611875,0.045342021875,12.94261875,0.011409521875,13.08091875,0.014268801875C13.24821875,-0.005729678125,13.41751875,0.026966021875,13.56541875,0.107797521875L24.65691875,6.212334921875C24.86561875,6.324684921875,25.00781875,6.530224921875,25.03941875,6.765114921875C25.04981875,6.813604921875,25.05541875,6.863004921875,25.05621875,6.912594921875L25.05621875,19.068944921875ZM22.41461875,6.687174921875L13.13011875,1.580274921875L13.13011875,1.579074921875L3.88876875,6.663184921875L8.81340875,9.368324921875L12.65761875,7.254334921875C12.80091875,7.176664921875,12.96441875,7.144064921875,13.12651875,7.160814921875C13.28911875,7.142974921875,13.45321875,7.175624921875,13.59651875,7.254334921875L17.48881875,9.399494921875L22.41461875,6.687174921875ZM12.84071875,4.148554921875C12.58051875,4.055034921875,12.39101875,3.835594921875,12.34551875,3.575394921875L12.34551875,3.576594921875C12.30131875,3.311824921875,12.40691875,3.044294921875,12.62011875,2.881124921875C12.83831875,2.712174921875,13.12781875,2.666494921875,13.38751875,2.760024921875C13.64691875,2.840344921875,13.83941875,3.059264921875,13.88601875,3.326824921875C13.93251875,3.594384921875,13.82521875,3.865454921875,13.60811875,4.028654921875C13.39351875,4.196524921875,13.10091875,4.242084921875,12.84071875,4.148554921875ZM12.84071875,6.370464921875C12.58051875,6.276934921875,12.39101875,6.057504921875,12.34551875,5.797304921875C12.30171875,5.532664921875,12.40791875,5.265524921875,12.62131875,5.103034921875C12.83941875,4.934924921875,13.12811875,4.889294921875,13.38751875,4.981924921875C13.64631875,5.062974921875,13.83811875,5.281804921875,13.88461875,5.548974921875C13.93101875,5.816144921875,13.82431875,6.086894921875,13.60811875,6.250554921875C13.39351875,6.418424921875,13.10091875,6.462794921875,12.84071875,6.370464921875ZM7.85892875,10.560244921875L2.76042875,7.751954921875L2.76042875,18.705544921875L12.33871875,23.975544921875L12.33871875,18.157644921875L8.32776875,15.951344921875C8.18841875,15.872844921875,8.07693875,15.753044921875,8.00881875,15.608344921875C7.91288875,15.486044921875,7.85892875,15.337344921875,7.85892875,15.171844921875L7.85892875,10.560244921875ZM17.91921875,15.952544921875L13.89631875,18.166044921875L13.89391875,18.166044921875L13.89391875,23.991144921875L23.50101875,18.707944921875L23.50101875,7.805914921875L18.38931875,10.617744921875L18.38931875,15.176644921875C18.38811875,15.333844921875,18.33541875,15.486344921875,18.23941875,15.610744921875C18.17231875,15.756244921875,18.06001875,15.876144921875,17.91921875,15.952544921875ZM15.93111875,10.255644921875L13.11931875,8.711224921875L13.12051875,8.711224921875L13.12051875,8.708824921875L10.36621875,10.228044921875L13.17571875,11.774844921875L15.93111875,10.255644921875ZM12.33871875,13.024344921875L9.40934875,11.413944921875L9.40934875,14.838544921875L12.33871875,16.447744921875L12.33871875,13.024344921875ZM13.95391875,13.056744921875C13.93761875,13.086744921875,13.91741875,13.114644921875,13.89391875,13.139444921875L13.89391875,16.452544921875L16.83171875,14.833744921875L16.83171875,11.470344921875L13.95391875,13.056744921875ZM6.57908875,17.270144921875C6.15064875,17.270144921875,5.80462875,16.941644921875,5.80327875,16.530344921875L5.80327875,16.530144921875C5.81254875,16.110944921875,6.15990875,15.778744921875,6.57908875,15.788044921875C6.99970875,15.776644921875,7.34933875,16.109644921875,7.35848875,16.530344921875C7.34803875,16.950044921875,6.99879875,17.281544921875,6.57908875,17.270144921875ZM20.42971875,16.686144921875C20.35701875,17.100344921875,19.96631875,17.380144921875,19.55081875,17.315744921875C19.13391875,17.270744921875,18.83541875,16.892144921875,18.88891875,16.476344921875C18.96161875,16.062244921875,19.35231875,15.782344921875,19.76781875,15.846844921875C20.18461875,15.891744921875,20.48321875,16.270344921875,20.42971875,16.686144921875ZM22.54011875,17.625044921875C22.46741875,18.039244921875,22.07671875,18.319044921875,21.66231875,18.254544921875C21.24551875,18.209644921875,20.94701875,17.831044921875,21.00051875,17.415244921875C21.07321875,17.000544921875,21.46471875,16.720544921875,21.88061875,16.785744921875C22.29641875,16.831844921875,22.59361875,17.210144921875,22.54011875,17.625044921875ZM3.74564875,17.574644921875L3.74564875,17.573544921875C3.75480875,17.152944921875,4.10436875,16.819844921875,4.5250587499999995,16.831244921875C4.94475875,16.821244921875,5.29289875,17.153744921875,5.30205875,17.573544921875C5.29289875,17.993244921875,4.94475875,18.325744921875,4.5250587499999995,18.315744921875C4.09380875,18.315744921875,3.74632875,17.984244921875,3.74564875,17.574744921875L3.74564875,17.574644921875Z" fill-rule="evenodd" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00462"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00462)"><g><path d="M0.8125,13.4125C0.8125,6.45371,6.45371,0.8125,13.4125,0.8125C20.3713,0.8125,26.0125,6.45371,26.0125,13.4125C26.0125,20.3713,20.3713,26.0125,13.4125,26.0125C6.45371,26.0125,0.8125,20.3713,0.8125,13.4125ZM13.4125,2.4924999999999997C6.34795,2.49327,1.14341,9.10037,2.7970800000000002,15.9686C4.45074,22.8369,12.0922,26.3511,18.3829,23.1364C24.6736,19.9216,26.3024,11.67,21.705,6.3061L18.1215,9.89122C20.6847,13.3189,18.8438,18.2493,14.6614,19.1583C10.47896,20.0674,6.75759,16.346,7.66666,12.1636C8.57572,7.9812,13.5061,6.14031,16.9338,8.70346L20.5172,5.12002C18.5403,3.42113,16.0191,2.4886999999999997,13.4125,2.4924999999999997ZM15.7292,9.90802C13.2371,8.26075,9.87051,9.66836,9.29258,12.5992C8.714649999999999,15.5301,11.2949,18.1103,14.2258,17.5324C17.1566,16.9545,18.5642,13.5879,16.917,11.0958L14.0072,14.0072C13.6788,14.3357,13.1463,14.3355,12.8181,14.0069C12.4899,13.6782,12.4905,13.1457,12.8195,12.8178L15.7292,9.90802Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00462"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00462)"><g><path d="M0.8125,13.4125C0.8125,6.45371,6.45371,0.8125,13.4125,0.8125C20.3713,0.8125,26.0125,6.45371,26.0125,13.4125C26.0125,20.3713,20.3713,26.0125,13.4125,26.0125C6.45371,26.0125,0.8125,20.3713,0.8125,13.4125ZM13.4125,2.4924999999999997C6.34795,2.49327,1.14341,9.10037,2.7970800000000002,15.9686C4.45074,22.8369,12.0922,26.3511,18.3829,23.1364C24.6736,19.9216,26.3024,11.67,21.705,6.3061L18.1215,9.89122C20.6847,13.3189,18.8438,18.2493,14.6614,19.1583C10.47896,20.0674,6.75759,16.346,7.66666,12.1636C8.57572,7.9812,13.5061,6.14031,16.9338,8.70346L20.5172,5.12002C18.5403,3.42113,16.0191,2.4886999999999997,13.4125,2.4924999999999997ZM15.7292,9.90802C13.2371,8.26075,9.87051,9.66836,9.29258,12.5992C8.714649999999999,15.5301,11.2949,18.1103,14.2258,17.5324C17.1566,16.9545,18.5642,13.5879,16.917,11.0958L14.0072,14.0072C13.6788,14.3357,13.1463,14.3355,12.8181,14.0069C12.4899,13.6782,12.4905,13.1457,12.8195,12.8178L15.7292,9.90802Z" fill="#fff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00462"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00462)"><g><path d="M0.8125,13.4125C0.8125,6.45371,6.45371,0.8125,13.4125,0.8125C20.3713,0.8125,26.0125,6.45371,26.0125,13.4125C26.0125,20.3713,20.3713,26.0125,13.4125,26.0125C6.45371,26.0125,0.8125,20.3713,0.8125,13.4125ZM13.4125,2.4924999999999997C6.34795,2.49327,1.14341,9.10037,2.7970800000000002,15.9686C4.45074,22.8369,12.0922,26.3511,18.3829,23.1364C24.6736,19.9216,26.3024,11.67,21.705,6.3061L18.1215,9.89122C20.6847,13.3189,18.8438,18.2493,14.6614,19.1583C10.47896,20.0674,6.75759,16.346,7.66666,12.1636C8.57572,7.9812,13.5061,6.14031,16.9338,8.70346L20.5172,5.12002C18.5403,3.42113,16.0191,2.4886999999999997,13.4125,2.4924999999999997ZM15.7292,9.90802C13.2371,8.26075,9.87051,9.66836,9.29258,12.5992C8.714649999999999,15.5301,11.2949,18.1103,14.2258,17.5324C17.1566,16.9545,18.5642,13.5879,16.917,11.0958L14.0072,14.0072C13.6788,14.3357,13.1463,14.3355,12.8181,14.0069C12.4899,13.6782,12.4905,13.1457,12.8195,12.8178L15.7292,9.90802Z" fill="#84b3de" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21400"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21400)"><g><path d="M12.498828125,22.5L13.198828125,17.6L10.398828125,17.6L13.998828125,11L13.298828125,15.9L16.098828125,15.9L12.498828125,22.5ZM23.898828125,24.1L2.498828125,24.1C2.098828125,24.2,1.798828125,24.6,1.798828125,25C1.798828125,25.5,2.098828125,25.9,2.598828125,25.9L23.698828125,25.9C24.198828125,25.9,24.498828125,25.5,24.498828125,25C24.598828125,24.6,24.298828125,24.2,23.898828125,24.1Z" fill="#1890ff" fill-opacity="1"/></g><g><path d="M21.80078125,24.49990234375L20.00078125,24.49990234375L20.00078125,16.09990234375C20.00078125,11.79990234375,16.90078125,8.39990234375,13.20078125,8.39990234375C9.50078125,8.39990234375,6.40078125,11.89990234375,6.40078125,16.09990234375L6.40078125,24.49990234375L4.60078125,24.49990234375L4.60078125,16.09990234375C4.60078125,10.89990234375,8.40078125,6.59990234375,13.20078125,6.59990234375C18.00078125,6.59990234375,21.80078125,10.89990234375,21.80078125,16.09990234375L21.80078125,24.49990234375ZM13.20078125,0.39990234375C13.40078125,0.39990234375,13.70078125,0.49990234375,13.90078125,0.69990234375C14.00078125,0.79990234375,14.10078125,0.99990234375,14.10078125,1.29990234375L14.10078125,4.69990234375L12.30078125,4.69990234375L12.30078125,1.29990234375C12.30078125,1.09990234375,12.40078125,0.79990234375,12.60078125,0.69990234375C12.70078125,0.49990234375,13.00078125,0.39990234375,13.20078125,0.39990234375ZM5.20078125,2.69990234375C5.60078125,2.39990234375,6.20078125,2.49990234375,6.50078125,2.89990234375L8.40078125,5.69990234375L6.90078125,6.69990234375L5.00078125,3.89990234375C4.80078125,3.69990234375,4.80078125,3.49990234375,4.90078125,3.19990234375C4.90078125,2.99990234375,5.00078125,2.79990234375,5.20078125,2.69990234375ZM0.50078115,8.19990234375C0.70078125,7.69990234375,1.20078125,7.49990234375,1.70078125,7.69990234375L4.80078125,8.99990234375L4.10078125,10.69990234375L1.00078125,9.39990234375C0.70078125,9.29990234375,0.60078125,9.09990234375,0.50078125,8.89990234375C0.40078125,8.69990234375,0.40078125,8.39990234375,0.50078115,8.19990234375ZM21.20078125,2.69990234375C21.40078125,2.79990234375,21.50078125,2.99990234375,21.60078125,3.19990234375C21.70078125,3.39990234375,21.60078125,3.69990234375,21.50078125,3.89990234375L19.60078125,6.69990234375L18.10078125,5.69990234375L20.00078125,2.89990234375C20.20078125,2.49990234375,20.80078125,2.39990234375,21.20078125,2.69990234375ZM25.90078125,8.19990234375C26.00078125,8.39990234375,26.00078125,8.59990234375,25.90078125,8.89990234375C25.80078125,9.09990234375,25.60078125,9.29990234375,25.40078125,9.39990234375L22.30078125,10.69990234375L21.60078125,8.99990234375L24.70078125,7.69990234375C25.20078125,7.49990234375,25.70078125,7.79990234375,25.90078125,8.19990234375Z" fill="#1890ff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21400"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21400)"><g><path d="M12.498828125,22.5L13.198828125,17.6L10.398828125,17.6L13.998828125,11L13.298828125,15.9L16.098828125,15.9L12.498828125,22.5ZM23.898828125,24.1L2.498828125,24.1C2.098828125,24.2,1.798828125,24.6,1.798828125,25C1.798828125,25.5,2.098828125,25.9,2.598828125,25.9L23.698828125,25.9C24.198828125,25.9,24.498828125,25.5,24.498828125,25C24.598828125,24.6,24.298828125,24.2,23.898828125,24.1Z" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g><g><path d="M21.80078125,24.49990234375L20.00078125,24.49990234375L20.00078125,16.09990234375C20.00078125,11.79990234375,16.90078125,8.39990234375,13.20078125,8.39990234375C9.50078125,8.39990234375,6.40078125,11.89990234375,6.40078125,16.09990234375L6.40078125,24.49990234375L4.60078125,24.49990234375L4.60078125,16.09990234375C4.60078125,10.89990234375,8.40078125,6.59990234375,13.20078125,6.59990234375C18.00078125,6.59990234375,21.80078125,10.89990234375,21.80078125,16.09990234375L21.80078125,24.49990234375ZM13.20078125,0.39990234375C13.40078125,0.39990234375,13.70078125,0.49990234375,13.90078125,0.69990234375C14.00078125,0.79990234375,14.10078125,0.99990234375,14.10078125,1.29990234375L14.10078125,4.69990234375L12.30078125,4.69990234375L12.30078125,1.29990234375C12.30078125,1.09990234375,12.40078125,0.79990234375,12.60078125,0.69990234375C12.70078125,0.49990234375,13.00078125,0.39990234375,13.20078125,0.39990234375ZM5.20078125,2.69990234375C5.60078125,2.39990234375,6.20078125,2.49990234375,6.50078125,2.89990234375L8.40078125,5.69990234375L6.90078125,6.69990234375L5.00078125,3.89990234375C4.80078125,3.69990234375,4.80078125,3.49990234375,4.90078125,3.19990234375C4.90078125,2.99990234375,5.00078125,2.79990234375,5.20078125,2.69990234375ZM0.50078115,8.19990234375C0.70078125,7.69990234375,1.20078125,7.49990234375,1.70078125,7.69990234375L4.80078125,8.99990234375L4.10078125,10.69990234375L1.00078125,9.39990234375C0.70078125,9.29990234375,0.60078125,9.09990234375,0.50078125,8.89990234375C0.40078125,8.69990234375,0.40078125,8.39990234375,0.50078115,8.19990234375ZM21.20078125,2.69990234375C21.40078125,2.79990234375,21.50078125,2.99990234375,21.60078125,3.19990234375C21.70078125,3.39990234375,21.60078125,3.69990234375,21.50078125,3.89990234375L19.60078125,6.69990234375L18.10078125,5.69990234375L20.00078125,2.89990234375C20.20078125,2.49990234375,20.80078125,2.39990234375,21.20078125,2.69990234375ZM25.90078125,8.19990234375C26.00078125,8.39990234375,26.00078125,8.59990234375,25.90078125,8.89990234375C25.80078125,9.09990234375,25.60078125,9.29990234375,25.40078125,9.39990234375L22.30078125,10.69990234375L21.60078125,8.99990234375L24.70078125,7.69990234375C25.20078125,7.49990234375,25.70078125,7.79990234375,25.90078125,8.19990234375Z" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21410"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21410)"><g><path d="M11.825,1.625L0.625,1.625L0.625,12.825L11.825,12.825L11.825,1.625ZM24.625,1.625L13.425,1.625L13.425,12.825L24.625,12.825L24.625,1.625ZM2.225,11.225L2.225,3.225L10.225,3.225L10.225,11.225L2.225,11.225ZM15.025,11.225L15.025,3.225L23.025,3.225L23.025,11.225L15.025,11.225ZM11.825,14.425L0.625,14.425L0.625,25.625L11.825,25.625L11.825,14.425ZM24.625,14.425L13.425,14.425L13.425,16.025L24.625,16.025L24.625,14.425ZM2.225,24.025L2.225,16.025L10.225,16.025L10.225,24.025L2.225,24.025ZM24.625,19.225L13.425,19.225L13.425,20.825L24.625,20.825L24.625,19.225ZM24.625,24.025L13.425,24.025L13.425,25.625L24.625,25.625L24.625,24.025Z" fill-rule="evenodd" fill="#1890ff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21410"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21410)"><g><path d="M11.825,1.625L0.625,1.625L0.625,12.825L11.825,12.825L11.825,1.625ZM24.625,1.625L13.425,1.625L13.425,12.825L24.625,12.825L24.625,1.625ZM2.225,11.225L2.225,3.225L10.225,3.225L10.225,11.225L2.225,11.225ZM15.025,11.225L15.025,3.225L23.025,3.225L23.025,11.225L15.025,11.225ZM11.825,14.425L0.625,14.425L0.625,25.625L11.825,25.625L11.825,14.425ZM24.625,14.425L13.425,14.425L13.425,16.025L24.625,16.025L24.625,14.425ZM2.225,24.025L2.225,16.025L10.225,16.025L10.225,24.025L2.225,24.025ZM24.625,19.225L13.425,19.225L13.425,20.825L24.625,20.825L24.625,19.225ZM24.625,24.025L13.425,24.025L13.425,25.625L24.625,25.625L24.625,24.025Z" fill-rule="evenodd" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21454"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21454)"><g><path d="M4.817453125,1.429931640625L20.627703125,1.429931640625C22.991003125,1.429931640625,24.912003125,3.3509316406250003,24.898103125,5.714181640625L24.898103125,17.668631640625C24.898103125,20.031831640625,22.977103125,21.952831640625,20.613903125,21.952831640625L4.817453125,21.952831640625C2.4542031250000003,21.952831640625,0.533203125,20.031831640625,0.533203125,17.668631640625L0.533203125,5.714181640625C0.533203125,3.3509316406250003,2.4542031250000003,1.429931640625,4.817453125,1.429931640625ZM20.627703125,20.018031640625C21.926803125,20.018031640625,22.977103125,18.967731640625,22.977103125,17.668631640625L22.963303125,17.668631640625L22.963303125,5.714181640625C22.963303125,4.415081640625,21.913003125,3.364751640625,20.613903125,3.364751640625L4.817453125,3.364751640625C3.518363125,3.364751640625,2.468023125,4.415081640625,2.468023125,5.714181640625L2.468023125,17.668631640625C2.468023125,18.967731640625,3.518363125,20.018031640625,4.817453125,20.018031640625L20.627703125,20.018031640625ZM13.690403125,6.032151640625L13.690403125,13.660931640625L17.214503125,10.136741640625L18.582703125,11.504931640625L14.091203125,15.996531640625L12.723003125,17.364731640625L11.354803125,15.996531640625L6.863223125,11.504931640625L8.231413125,10.136741640625L11.755603125,13.660931640625L11.755603125,6.032151640625L13.690403125,6.032151640625ZM3.035033125,24.095131640625L22.410903125,24.095131640625C22.949903125,24.095131640625,23.392103125,24.523531640625,23.392103125,25.062531640625C23.392103125,25.601531640625,22.963703125,26.029931640625,22.424703125,26.029931640625L3.035033125,26.029931640625C2.496053125,26.029931640625,2.067623125,25.601531640625,2.067623125,25.062531640625C2.067623125,24.523531640625,2.496053125,24.095131640625,3.035033125,24.095131640625Z" fill-rule="evenodd" fill="#1890ff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21454"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21454)"><g><path d="M4.817453125,1.429931640625L20.627703125,1.429931640625C22.991003125,1.429931640625,24.912003125,3.3509316406250003,24.898103125,5.714181640625L24.898103125,17.668631640625C24.898103125,20.031831640625,22.977103125,21.952831640625,20.613903125,21.952831640625L4.817453125,21.952831640625C2.4542031250000003,21.952831640625,0.533203125,20.031831640625,0.533203125,17.668631640625L0.533203125,5.714181640625C0.533203125,3.3509316406250003,2.4542031250000003,1.429931640625,4.817453125,1.429931640625ZM20.627703125,20.018031640625C21.926803125,20.018031640625,22.977103125,18.967731640625,22.977103125,17.668631640625L22.963303125,17.668631640625L22.963303125,5.714181640625C22.963303125,4.415081640625,21.913003125,3.364751640625,20.613903125,3.364751640625L4.817453125,3.364751640625C3.518363125,3.364751640625,2.468023125,4.415081640625,2.468023125,5.714181640625L2.468023125,17.668631640625C2.468023125,18.967731640625,3.518363125,20.018031640625,4.817453125,20.018031640625L20.627703125,20.018031640625ZM13.690403125,6.032151640625L13.690403125,13.660931640625L17.214503125,10.136741640625L18.582703125,11.504931640625L14.091203125,15.996531640625L12.723003125,17.364731640625L11.354803125,15.996531640625L6.863223125,11.504931640625L8.231413125,10.136741640625L11.755603125,13.660931640625L11.755603125,6.032151640625L13.690403125,6.032151640625ZM3.035033125,24.095131640625L22.410903125,24.095131640625C22.949903125,24.095131640625,23.392103125,24.523531640625,23.392103125,25.062531640625C23.392103125,25.601531640625,22.963703125,26.029931640625,22.424703125,26.029931640625L3.035033125,26.029931640625C2.496053125,26.029931640625,2.067623125,25.601531640625,2.067623125,25.062531640625C2.067623125,24.523531640625,2.496053125,24.095131640625,3.035033125,24.095131640625Z" fill-rule="evenodd" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00466"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath><clipPath id="master_svg1_1201_00484"><rect x="1" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00466)"><g clip-path="url(#master_svg1_1201_00484)"><g><path d="M6.016751875000001,0.002197265625L19.740421875,0.002197265625L25.141921875,5.722197265625L25.141921875,22.752197265625C25.086021875,24.554597265625,23.615021875,25.990297265625,21.811721875,26.002197265625L6.016751875000001,26.002197265625C4.247391875,25.976097265625,2.833651075,24.521597265625,2.857756227,22.752197265625L2.857756227,3.252197265625C2.832447975,1.482327265625,4.246881875,0.027148165625,6.016751875000001,0.002197265625ZM18.644121875,1.856867265625L18.644121875,5.741697265625C18.644121875,6.160517265625,18.983621875,6.500027265625,19.402421875,6.500027265625L23.287221875,6.500027265625L18.644121875,1.856867265625ZM21.738121875,24.143197265625C22.604821875,24.130097265625,23.297121875,23.417397265625,23.285121875,22.550697265625L23.285121875,8.224697265625L18.644121875,8.224697265625C17.777321875,8.211627265625,17.085021875000002,7.498947265625,17.097121875,6.632197265625L17.097121875,1.856867265625L6.263761875,1.856867265625C5.397021875,1.869927265625,4.704701875,2.582617265625,4.716751875,3.449367265625L4.716751875,22.552897265625C4.704701875,23.419597265625,5.397021875,24.132297265625,6.263761875,24.145397265625L21.738121875,24.143197265625Z" fill="#1890ff" fill-opacity="1"/></g></g><g><path d="M17.302125,11.987060546875L8.657125,11.987060546875C8.059125,11.987060546875,7.578125,12.468060546875,7.578125,13.066060546875C7.578125,13.664060546875,8.059125,14.145060546875,8.657125,14.145060546875L17.302125,14.145060546875C17.900125,14.145060546875,18.381125,13.664060546875,18.381125,13.066060546875C18.381125,12.468060546875,17.900125,11.987060546875,17.302125,11.987060546875ZM17.302125,17.395060546875L8.657125,17.395060546875C8.059125,17.395060546875,7.578125,17.876060546875,7.578125,18.474060546875002C7.578125,19.072060546875,8.059125,19.553060546875,8.657125,19.553060546875L17.302125,19.553060546875C17.900125,19.553060546875,18.381125,19.072060546875,18.381125,18.474060546875002C18.381125,17.876060546875,17.900125,17.395060546875,17.302125,17.395060546875Z" fill="#1890ff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00466"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath><clipPath id="master_svg1_1201_00484"><rect x="1" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00466)"><g clip-path="url(#master_svg1_1201_00484)"><g><path d="M6.016751875000001,0.002197265625L19.740421875,0.002197265625L25.141921875,5.722197265625L25.141921875,22.752197265625C25.086021875,24.554597265625,23.615021875,25.990297265625,21.811721875,26.002197265625L6.016751875000001,26.002197265625C4.247391875,25.976097265625,2.833651075,24.521597265625,2.857756227,22.752197265625L2.857756227,3.252197265625C2.832447975,1.482327265625,4.246881875,0.027148165625,6.016751875000001,0.002197265625ZM18.644121875,1.856867265625L18.644121875,5.741697265625C18.644121875,6.160517265625,18.983621875,6.500027265625,19.402421875,6.500027265625L23.287221875,6.500027265625L18.644121875,1.856867265625ZM21.738121875,24.143197265625C22.604821875,24.130097265625,23.297121875,23.417397265625,23.285121875,22.550697265625L23.285121875,8.224697265625L18.644121875,8.224697265625C17.777321875,8.211627265625,17.085021875000002,7.498947265625,17.097121875,6.632197265625L17.097121875,1.856867265625L6.263761875,1.856867265625C5.397021875,1.869927265625,4.704701875,2.582617265625,4.716751875,3.449367265625L4.716751875,22.552897265625C4.704701875,23.419597265625,5.397021875,24.132297265625,6.263761875,24.145397265625L21.738121875,24.143197265625Z" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g><g><path d="M17.302125,11.987060546875L8.657125,11.987060546875C8.059125,11.987060546875,7.578125,12.468060546875,7.578125,13.066060546875C7.578125,13.664060546875,8.059125,14.145060546875,8.657125,14.145060546875L17.302125,14.145060546875C17.900125,14.145060546875,18.381125,13.664060546875,18.381125,13.066060546875C18.381125,12.468060546875,17.900125,11.987060546875,17.302125,11.987060546875ZM17.302125,17.395060546875L8.657125,17.395060546875C8.059125,17.395060546875,7.578125,17.876060546875,7.578125,18.474060546875002C7.578125,19.072060546875,8.059125,19.553060546875,8.657125,19.553060546875L17.302125,19.553060546875C17.900125,19.553060546875,18.381125,19.072060546875,18.381125,18.474060546875002C18.381125,17.876060546875,17.900125,17.395060546875,17.302125,17.395060546875Z" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00632"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00632)"><g><path d="M23.9073,10.3087C23.7753,10.2656,23.6762,10.1538,23.6432,10.0167C22.3915,4.73814,17.6461,0.812833,11.9841,0.812833C11.0751,0.812833,10.1865,0.914393,9.33593,1.10736C9.19374,1.14036,9.04648,1.09466,8.94746,0.988024C8.40157,0.391358,7.61956,0.0130459,6.75122,0.000350898C5.07294,-0.0250392,3.67648,1.33079,3.65617,3.00907C3.65363,3.28583,3.68664,3.55242,3.75265,3.80632C3.7882,3.94597,3.7425,4.09323,3.64094,4.19479C1.39391,6.37326,2.28516e-7,9.4226,2.28516e-7,12.7969C2.28516e-7,16.3668,1.56149,19.5736,4.03702,21.7673C4.15381,21.8714,4.19952,22.0288,4.16143,22.1786C4.09542,22.4274,4.06241,22.6864,4.06241,22.9555C4.06495,24.6439,5.45886,26.0201,7.1473,25.9998C8.21115,25.9871,9.14296,25.4285,9.67869,24.5906C9.68885,24.5729,9.70916,24.5652,9.72947,24.5678C10.4607,24.7074,11.2123,24.7785,11.9841,24.7785C17.3363,24.7785,21.8685,21.2696,23.4071,16.4277C23.4503,16.2932,23.5569,16.1891,23.694,16.156C25.0194,15.826,25.9994,14.6276,25.9994,13.2006C25.9994,11.855,25.1235,10.7099,23.9073,10.3087ZM5.29383,2.85166C5.39031,2.15851,5.98444,1.62532,6.70298,1.62532C6.91879,1.62532,7.12445,1.67356,7.30726,1.75988C7.78967,1.98839,8.12482,2.47842,8.12482,3.04716C8.12482,3.09286,8.12228,3.13856,8.1172,3.18173C8.04865,3.9028,7.43929,4.469,6.70298,4.469C6.46431,4.469,6.24088,4.41061,6.04537,4.30651C5.59089,4.06784,5.28113,3.59305,5.28113,3.04716C5.28113,2.98114,5.28621,2.91513,5.29383,2.85166ZM7.96233,24.0904C7.72366,24.2707,7.42913,24.3748,7.10922,24.3748C6.3399,24.3748,5.71023,23.7604,5.68738,22.9961L5.68738,22.953C5.68738,22.3563,6.05553,21.846,6.57603,21.6352C6.74106,21.5692,6.92133,21.5311,7.10922,21.5311C7.75159,21.5311,8.29747,21.9602,8.47013,22.5467C8.50821,22.6762,8.53106,22.8133,8.53106,22.953C8.53106,23.4176,8.30763,23.8289,7.96233,24.0904ZM21.5282,16.8289C21.0077,18.0628,20.2587,19.1699,19.3066,20.122C18.357,21.0741,17.25,21.8206,16.0161,22.3436C14.7389,22.8844,13.3831,23.1561,11.9841,23.1561C11.3798,23.1561,10.7832,23.1053,10.1992,23.0037C10.1738,22.9987,10.156,22.9784,10.156,22.953C10.156,21.2696,8.79258,19.9062,7.10922,19.9062C6.48462,19.9062,5.90319,20.094,5.42078,20.4165C5.2659,20.5206,5.0577,20.5028,4.92059,20.3733C4.83173,20.2921,4.7454,20.2058,4.65908,20.122C3.70695,19.1698,2.96048,18.0628,2.43745,16.8289C1.89664,15.5518,1.62496,14.1959,1.62496,12.7969C1.62496,11.3979,1.89918,10.0421,2.43745,8.765C2.92494,7.60975,3.61047,6.56622,4.47881,5.65725L4.49658,5.63948C4.63369,5.4973,4.85204,5.47699,5.01454,5.58362C5.50457,5.91116,6.09615,6.09904,6.72837,6.09396C8.37618,6.08127,9.72693,4.73813,9.74725,3.09032L9.74725,3.01923C9.74471,2.82118,9.88435,2.64853,10.0799,2.61045C10.7019,2.49619,11.3367,2.43779,11.9816,2.43779C13.3806,2.43779,14.7364,2.71201,16.0135,3.25028C17.2475,3.77077,18.3545,4.51978,19.3066,5.47191C20.2587,6.42404,21.0052,7.53104,21.5282,8.765C21.6907,9.14839,21.8304,9.54193,21.9421,9.93802C21.998,10.131,21.8989,10.3341,21.7136,10.4154C20.6472,10.8901,19.9033,11.9591,19.9033,13.2006C19.9033,14.3635,20.5533,15.374,21.5105,15.8869C21.6882,15.9834,21.772,16.1941,21.7009,16.3846C21.6501,16.5369,21.5917,16.6816,21.5282,16.8289ZM23.8768,14.2823C23.628,14.4955,23.3055,14.625,22.9526,14.625C22.6835,14.625,22.4321,14.5489,22.2163,14.4194C21.805,14.1705,21.5308,13.7186,21.5308,13.2032C21.5308,12.6522,21.8482,12.1723,22.3077,11.9362C22.5007,11.8372,22.7216,11.7813,22.9526,11.7813C23.3411,11.7813,23.6965,11.9388,23.953,12.1952C24.212,12.4516,24.3745,12.8096,24.3745,13.2032C24.3745,13.6348,24.1815,14.0233,23.8768,14.2823Z" fill="#1890ff" fill-opacity="1"/></g><g><path d="M12.197145625000001,8.937704140625C13.281295625,8.937704140625,14.301975625,9.359184140625,15.068755625,10.128504140625001C15.838075625,10.895284140625,16.259555625,11.915964140625,16.259555625,13.000124140625001C16.259555625,14.084274140625,15.838075625,15.104954140625,15.068755625,15.871734140625C14.301975625,16.641054140625002,13.281295625,17.062534140625,12.197145625000001,17.062534140625C11.112985625,17.062534140625,10.092305625,16.641054140625002,9.325525625000001,15.871734140625C8.556205625,15.104954140625,8.134725625,14.084274140625,8.134725625,13.000124140625001C8.134725625,11.915964140625,8.556205625,10.895284140625,9.325525625000001,10.128504140625001C10.094845625,9.361724140625,11.112985625,8.937704140625,12.197145625000001,8.937704140625ZM12.197145625000001,7.312744140625C9.056385625,7.312744140625,6.509765625,9.859364140625,6.509765625,13.000124140625001C6.509765625,16.140874140625,9.056385625,18.687544140625,12.197135625,18.687544140625C15.337885625,18.687544140625,17.884465625,16.140874140625,17.884465625,13.000124140625001C17.884465625,9.859364140625,15.337885625,7.312744915485,12.197145625000001,7.312744140625Z" fill="#1890ff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00632"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00632)"><g><path d="M23.9073,10.3087C23.7753,10.2656,23.6762,10.1538,23.6432,10.0167C22.3915,4.73814,17.6461,0.812833,11.9841,0.812833C11.0751,0.812833,10.1865,0.914393,9.33593,1.10736C9.19374,1.14036,9.04648,1.09466,8.94746,0.988024C8.40157,0.391358,7.61956,0.0130459,6.75122,0.000350898C5.07294,-0.0250392,3.67648,1.33079,3.65617,3.00907C3.65363,3.28583,3.68664,3.55242,3.75265,3.80632C3.7882,3.94597,3.7425,4.09323,3.64094,4.19479C1.39391,6.37326,2.28516e-7,9.4226,2.28516e-7,12.7969C2.28516e-7,16.3668,1.56149,19.5736,4.03702,21.7673C4.15381,21.8714,4.19952,22.0288,4.16143,22.1786C4.09542,22.4274,4.06241,22.6864,4.06241,22.9555C4.06495,24.6439,5.45886,26.0201,7.1473,25.9998C8.21115,25.9871,9.14296,25.4285,9.67869,24.5906C9.68885,24.5729,9.70916,24.5652,9.72947,24.5678C10.4607,24.7074,11.2123,24.7785,11.9841,24.7785C17.3363,24.7785,21.8685,21.2696,23.4071,16.4277C23.4503,16.2932,23.5569,16.1891,23.694,16.156C25.0194,15.826,25.9994,14.6276,25.9994,13.2006C25.9994,11.855,25.1235,10.7099,23.9073,10.3087ZM5.29383,2.85166C5.39031,2.15851,5.98444,1.62532,6.70298,1.62532C6.91879,1.62532,7.12445,1.67356,7.30726,1.75988C7.78967,1.98839,8.12482,2.47842,8.12482,3.04716C8.12482,3.09286,8.12228,3.13856,8.1172,3.18173C8.04865,3.9028,7.43929,4.469,6.70298,4.469C6.46431,4.469,6.24088,4.41061,6.04537,4.30651C5.59089,4.06784,5.28113,3.59305,5.28113,3.04716C5.28113,2.98114,5.28621,2.91513,5.29383,2.85166ZM7.96233,24.0904C7.72366,24.2707,7.42913,24.3748,7.10922,24.3748C6.3399,24.3748,5.71023,23.7604,5.68738,22.9961L5.68738,22.953C5.68738,22.3563,6.05553,21.846,6.57603,21.6352C6.74106,21.5692,6.92133,21.5311,7.10922,21.5311C7.75159,21.5311,8.29747,21.9602,8.47013,22.5467C8.50821,22.6762,8.53106,22.8133,8.53106,22.953C8.53106,23.4176,8.30763,23.8289,7.96233,24.0904ZM21.5282,16.8289C21.0077,18.0628,20.2587,19.1699,19.3066,20.122C18.357,21.0741,17.25,21.8206,16.0161,22.3436C14.7389,22.8844,13.3831,23.1561,11.9841,23.1561C11.3798,23.1561,10.7832,23.1053,10.1992,23.0037C10.1738,22.9987,10.156,22.9784,10.156,22.953C10.156,21.2696,8.79258,19.9062,7.10922,19.9062C6.48462,19.9062,5.90319,20.094,5.42078,20.4165C5.2659,20.5206,5.0577,20.5028,4.92059,20.3733C4.83173,20.2921,4.7454,20.2058,4.65908,20.122C3.70695,19.1698,2.96048,18.0628,2.43745,16.8289C1.89664,15.5518,1.62496,14.1959,1.62496,12.7969C1.62496,11.3979,1.89918,10.0421,2.43745,8.765C2.92494,7.60975,3.61047,6.56622,4.47881,5.65725L4.49658,5.63948C4.63369,5.4973,4.85204,5.47699,5.01454,5.58362C5.50457,5.91116,6.09615,6.09904,6.72837,6.09396C8.37618,6.08127,9.72693,4.73813,9.74725,3.09032L9.74725,3.01923C9.74471,2.82118,9.88435,2.64853,10.0799,2.61045C10.7019,2.49619,11.3367,2.43779,11.9816,2.43779C13.3806,2.43779,14.7364,2.71201,16.0135,3.25028C17.2475,3.77077,18.3545,4.51978,19.3066,5.47191C20.2587,6.42404,21.0052,7.53104,21.5282,8.765C21.6907,9.14839,21.8304,9.54193,21.9421,9.93802C21.998,10.131,21.8989,10.3341,21.7136,10.4154C20.6472,10.8901,19.9033,11.9591,19.9033,13.2006C19.9033,14.3635,20.5533,15.374,21.5105,15.8869C21.6882,15.9834,21.772,16.1941,21.7009,16.3846C21.6501,16.5369,21.5917,16.6816,21.5282,16.8289ZM23.8768,14.2823C23.628,14.4955,23.3055,14.625,22.9526,14.625C22.6835,14.625,22.4321,14.5489,22.2163,14.4194C21.805,14.1705,21.5308,13.7186,21.5308,13.2032C21.5308,12.6522,21.8482,12.1723,22.3077,11.9362C22.5007,11.8372,22.7216,11.7813,22.9526,11.7813C23.3411,11.7813,23.6965,11.9388,23.953,12.1952C24.212,12.4516,24.3745,12.8096,24.3745,13.2032C24.3745,13.6348,24.1815,14.0233,23.8768,14.2823Z" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g><g><path d="M12.197145625000001,8.937704140625C13.281295625,8.937704140625,14.301975625,9.359184140625,15.068755625,10.128504140625001C15.838075625,10.895284140625,16.259555625,11.915964140625,16.259555625,13.000124140625001C16.259555625,14.084274140625,15.838075625,15.104954140625,15.068755625,15.871734140625C14.301975625,16.641054140625002,13.281295625,17.062534140625,12.197145625000001,17.062534140625C11.112985625,17.062534140625,10.092305625,16.641054140625002,9.325525625000001,15.871734140625C8.556205625,15.104954140625,8.134725625,14.084274140625,8.134725625,13.000124140625001C8.134725625,11.915964140625,8.556205625,10.895284140625,9.325525625000001,10.128504140625001C10.094845625,9.361724140625,11.112985625,8.937704140625,12.197145625000001,8.937704140625ZM12.197145625000001,7.312744140625C9.056385625,7.312744140625,6.509765625,9.859364140625,6.509765625,13.000124140625001C6.509765625,16.140874140625,9.056385625,18.687544140625,12.197135625,18.687544140625C15.337885625,18.687544140625,17.884465625,16.140874140625,17.884465625,13.000124140625001C17.884465625,9.859364140625,15.337885625,7.312744915485,12.197145625000001,7.312744140625Z" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21477"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21477)"><g><path d="M5.204235000000001,0L21.656175,0C23.080775,0.0131302,24.228675,1.17175,24.228575,2.59641L24.228575,22.5301C24.228575,24.4465,22.675075,26,20.758775,26L5.204235000000001,26C3.287885,26,1.734375,24.4465,1.734375,22.5301L1.734375,3.46986C1.734375,1.55351,3.287885,0,5.204235000000001,0ZM20.794675,24.2651C21.752875,24.2651,22.529575,23.4883,22.529575,22.5301L22.529575,3.46986C22.529575,2.51168,21.752875,1.73493,20.794675,1.73493C20.318875,1.73493,19.933175,2.12063,19.933175,2.59641L19.933175,3.46986C19.933175,4.92296,18.741275,6.09329,17.288875,6.06627L8.662125,6.06627C7.228165,6.06627,6.065715,4.90382,6.065715,3.46986L6.065715,2.59641C6.065715,2.12063,5.680015,1.73493,5.204235000000001,1.73493C4.246055,1.73493,3.4693050000000003,2.51168,3.4693050000000003,3.46986L3.4693050000000003,22.5301C3.4693050000000003,23.4883,4.246055,24.2651,5.204235000000001,24.2651L20.794675,24.2651ZM8.662125,1.73493C8.186345,1.73493,7.800645,2.12063,7.800645,2.59641L7.800645,3.46986C7.800645,3.94564,8.186345,4.33134,8.662125,4.33134L17.288875,4.33134C17.764675,4.33134,18.150375,3.94564,18.150375,3.46986L18.150375,2.59641C18.150375,2.12063,17.764675,1.73493,17.288875,1.73493L8.662125,1.73493ZM10.494175,9.15336C10.690735,8.95521,10.978405,8.87759,11.247965,8.94996C11.517325,9.02171,11.727685,9.23214,11.799375,9.50151C11.870975,9.77089,11.793075,10.058,11.594955,10.2541L8.460115,13.377C8.156295,13.6813,7.663165,13.6813,7.359335,13.377L5.803885,11.8694C5.500165,11.5654,5.500285,11.0728,5.804155,10.7689C6.108015,10.465,6.600645,10.4649,6.904665,10.7686L7.909725,11.7258L10.494175,9.15336ZM13.389675,10.4815L19.683275,10.4815C20.116175,10.4815,20.466975,10.8324,20.466975,11.2652C20.466975,11.698,20.116175,12.0489,19.683275,12.0489L13.389675,12.0489C12.956875,12.0489,12.605975,11.698,12.605975,11.2652C12.605975,10.8324,12.956875,10.4815,13.389675,10.4815ZM6.054935,19.0771C5.587664999999999,17.3372,6.897875,15.6276,8.699415,15.6264C9.426285,15.626,10.123555,15.9144,10.637755,16.4281C11.912175,17.7014,11.632085,19.8371,10.072365,20.7386C8.512635,21.6402,6.522205,20.817,6.054935,19.0771ZM7.638135,18.9693C8.031555,19.6541,8.968775,19.7766,9.525005,19.216L9.525005,19.1442C9.726885,18.9423,9.849955,18.675,9.871995,18.3904C9.883285,17.6007,9.139935000000001,17.0169,8.375445,17.215C7.610945,17.4131,7.244715,18.2845,7.638135,18.9693ZM13.389675,17.5887L19.683275,17.5887C20.116175,17.5887,20.466975,17.9396,20.466975,18.3724C20.466975,18.8052,20.116175,19.1561,19.683275,19.1561L13.389675,19.1561C12.956875,19.1561,12.605975,18.8052,12.605975,18.3724C12.605975,17.9396,12.956875,17.5887,13.389675,17.5887Z" fill-rule="evenodd" fill="#1890ff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21477"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21477)"><g><path d="M5.204235000000001,0L21.656175,0C23.080775,0.0131302,24.228675,1.17175,24.228575,2.59641L24.228575,22.5301C24.228575,24.4465,22.675075,26,20.758775,26L5.204235000000001,26C3.287885,26,1.734375,24.4465,1.734375,22.5301L1.734375,3.46986C1.734375,1.55351,3.287885,0,5.204235000000001,0ZM20.794675,24.2651C21.752875,24.2651,22.529575,23.4883,22.529575,22.5301L22.529575,3.46986C22.529575,2.51168,21.752875,1.73493,20.794675,1.73493C20.318875,1.73493,19.933175,2.12063,19.933175,2.59641L19.933175,3.46986C19.933175,4.92296,18.741275,6.09329,17.288875,6.06627L8.662125,6.06627C7.228165,6.06627,6.065715,4.90382,6.065715,3.46986L6.065715,2.59641C6.065715,2.12063,5.680015,1.73493,5.204235000000001,1.73493C4.246055,1.73493,3.4693050000000003,2.51168,3.4693050000000003,3.46986L3.4693050000000003,22.5301C3.4693050000000003,23.4883,4.246055,24.2651,5.204235000000001,24.2651L20.794675,24.2651ZM8.662125,1.73493C8.186345,1.73493,7.800645,2.12063,7.800645,2.59641L7.800645,3.46986C7.800645,3.94564,8.186345,4.33134,8.662125,4.33134L17.288875,4.33134C17.764675,4.33134,18.150375,3.94564,18.150375,3.46986L18.150375,2.59641C18.150375,2.12063,17.764675,1.73493,17.288875,1.73493L8.662125,1.73493ZM10.494175,9.15336C10.690735,8.95521,10.978405,8.87759,11.247965,8.94996C11.517325,9.02171,11.727685,9.23214,11.799375,9.50151C11.870975,9.77089,11.793075,10.058,11.594955,10.2541L8.460115,13.377C8.156295,13.6813,7.663165,13.6813,7.359335,13.377L5.803885,11.8694C5.500165,11.5654,5.500285,11.0728,5.804155,10.7689C6.108015,10.465,6.600645,10.4649,6.904665,10.7686L7.909725,11.7258L10.494175,9.15336ZM13.389675,10.4815L19.683275,10.4815C20.116175,10.4815,20.466975,10.8324,20.466975,11.2652C20.466975,11.698,20.116175,12.0489,19.683275,12.0489L13.389675,12.0489C12.956875,12.0489,12.605975,11.698,12.605975,11.2652C12.605975,10.8324,12.956875,10.4815,13.389675,10.4815ZM6.054935,19.0771C5.587664999999999,17.3372,6.897875,15.6276,8.699415,15.6264C9.426285,15.626,10.123555,15.9144,10.637755,16.4281C11.912175,17.7014,11.632085,19.8371,10.072365,20.7386C8.512635,21.6402,6.522205,20.817,6.054935,19.0771ZM7.638135,18.9693C8.031555,19.6541,8.968775,19.7766,9.525005,19.216L9.525005,19.1442C9.726885,18.9423,9.849955,18.675,9.871995,18.3904C9.883285,17.6007,9.139935000000001,17.0169,8.375445,17.215C7.610945,17.4131,7.244715,18.2845,7.638135,18.9693ZM13.389675,17.5887L19.683275,17.5887C20.116175,17.5887,20.466975,17.9396,20.466975,18.3724C20.466975,18.8052,20.116175,19.1561,19.683275,19.1561L13.389675,19.1561C12.956875,19.1561,12.605975,18.8052,12.605975,18.3724C12.605975,17.9396,12.956875,17.5887,13.389675,17.5887Z" fill-rule="evenodd" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00427"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00427)"><g><path d="M25.829425,4.2372096875C25.706725,2.7752096875000003,24.479025,1.6591796875,23.005925,1.6591796875L3.475345,1.6591796875L3.218655,1.6703404875C1.756655,1.7931036875,0.640625,3.0207396875,0.640625,4.4938996875L0.640625,24.0021796875L0.6517852,24.1806796875C0.7410680000000001,24.7275796875,1.232122,25.1181796875,1.790135,25.0734796875C2.348155,25.0288796875,2.772245,24.5712796875,2.772245,24.0132796875L2.772245,21.0669796875L23.709025,21.0669796875L23.709025,24.0021796875L23.720125,24.1806796875C23.809425,24.7275796875,24.300525,25.1181796875,24.858525,25.0734796875C25.416525,25.0288796875,25.840625,24.5712796875,25.840625,24.0132796875L25.840625,4.4938996875L25.829425,4.2372096875ZM3.475345,3.7907996875L23.005925,3.7907996875L23.139825,3.8019596875C23.474625,3.8689196875,23.709025,4.1590896875,23.709025,4.4938996875L23.709025,7.1388996875L2.772245,7.1388996875L2.772245,4.5050596875L2.783405,4.3599796875C2.850365,4.0251696875,3.140535,3.7907996875,3.475345,3.7907996875ZM2.772245,9.2593596875L23.720125,9.2593596875L23.709025,9.2593596875L23.709025,18.9464796875L2.772245,18.9464796875L2.772245,9.2593596875ZM18.856325,17.4623796875L20.028125,17.4623796875C20.429925,17.4623796875,20.753525,17.1386796875,20.764725,16.7369796875L20.764725,11.6812796875C20.764725,11.2795496875,20.441025,10.9558996875,20.039325,10.9558996875L18.856325,10.9558996875C18.454525,10.9558996875,18.130925,11.2795496875,18.130925,11.6812796875L18.130925,16.7369796875C18.130925,17.1386796875,18.454525,17.4623796875,18.856325,17.4623796875ZM6.825475,17.4623796875L7.997315,17.4623796875C8.399085,17.4623796875,8.722735,17.1386796875,8.733895,16.7369796875L8.733895,12.9982796875C8.733895,12.5964796875,8.410245,12.2727796875,8.008475,12.2727796875L6.825475,12.2727796875C6.423705,12.2727796875,6.100055,12.5964796875,6.100055,12.9982796875L6.100055,16.7369796875C6.100055,17.1386796875,6.423705,17.4623796875,6.825475,17.4623796875ZM12.829725,17.4623796875L14.012725,17.4623796875C14.414525,17.4623796875,14.738125,17.1386796875,14.738125,16.7369796875L14.738125,14.2481796875C14.738125,13.8463796875,14.414525,13.5227796875,14.012725,13.5227796875L12.829725,13.5227796875C12.427925,13.5227796875,12.104325,13.8463796875,12.104325,14.2481796875L12.104325,16.7369796875C12.104325,17.1386796875,12.427925,17.4623796875,12.829725,17.4623796875Z" fill-rule="evenodd" fill="#1890ff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00427"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00427)"><g><path d="M25.829425,4.2372096875C25.706725,2.7752096875000003,24.479025,1.6591796875,23.005925,1.6591796875L3.475345,1.6591796875L3.218655,1.6703404875C1.756655,1.7931036875,0.640625,3.0207396875,0.640625,4.4938996875L0.640625,24.0021796875L0.6517852,24.1806796875C0.7410680000000001,24.7275796875,1.232122,25.1181796875,1.790135,25.0734796875C2.348155,25.0288796875,2.772245,24.5712796875,2.772245,24.0132796875L2.772245,21.0669796875L23.709025,21.0669796875L23.709025,24.0021796875L23.720125,24.1806796875C23.809425,24.7275796875,24.300525,25.1181796875,24.858525,25.0734796875C25.416525,25.0288796875,25.840625,24.5712796875,25.840625,24.0132796875L25.840625,4.4938996875L25.829425,4.2372096875ZM3.475345,3.7907996875L23.005925,3.7907996875L23.139825,3.8019596875C23.474625,3.8689196875,23.709025,4.1590896875,23.709025,4.4938996875L23.709025,7.1388996875L2.772245,7.1388996875L2.772245,4.5050596875L2.783405,4.3599796875C2.850365,4.0251696875,3.140535,3.7907996875,3.475345,3.7907996875ZM2.772245,9.2593596875L23.720125,9.2593596875L23.709025,9.2593596875L23.709025,18.9464796875L2.772245,18.9464796875L2.772245,9.2593596875ZM18.856325,17.4623796875L20.028125,17.4623796875C20.429925,17.4623796875,20.753525,17.1386796875,20.764725,16.7369796875L20.764725,11.6812796875C20.764725,11.2795496875,20.441025,10.9558996875,20.039325,10.9558996875L18.856325,10.9558996875C18.454525,10.9558996875,18.130925,11.2795496875,18.130925,11.6812796875L18.130925,16.7369796875C18.130925,17.1386796875,18.454525,17.4623796875,18.856325,17.4623796875ZM6.825475,17.4623796875L7.997315,17.4623796875C8.399085,17.4623796875,8.722735,17.1386796875,8.733895,16.7369796875L8.733895,12.9982796875C8.733895,12.5964796875,8.410245,12.2727796875,8.008475,12.2727796875L6.825475,12.2727796875C6.423705,12.2727796875,6.100055,12.5964796875,6.100055,12.9982796875L6.100055,16.7369796875C6.100055,17.1386796875,6.423705,17.4623796875,6.825475,17.4623796875ZM12.829725,17.4623796875L14.012725,17.4623796875C14.414525,17.4623796875,14.738125,17.1386796875,14.738125,16.7369796875L14.738125,14.2481796875C14.738125,13.8463796875,14.414525,13.5227796875,14.012725,13.5227796875L12.829725,13.5227796875C12.427925,13.5227796875,12.104325,13.8463796875,12.104325,14.2481796875L12.104325,16.7369796875C12.104325,17.1386796875,12.427925,17.4623796875,12.829725,17.4623796875Z" fill-rule="evenodd" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00446"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00446)"><g><path d="M15.3328375,0.822320765625L15.5110375,0.987609765625L20.8248375,6.302769765625L22.0387375,6.302769765625C24.1783375,6.302769765625,25.9127375,8.037229765625,25.9127375,10.176809765625L25.9127375,21.798809765625C25.9127375,23.938409765625,24.1783375,25.672909765625,22.0387375,25.672909765625L3.9599575,25.672909765625C1.8203975,25.672909765625,0.0859375847504,23.938409765625,0.0859375,21.798809765625L0.0859375,10.176809765625C0.085937330499,8.037229765625,1.8203975,6.302769765625,3.9599575,6.302769765625L5.1725275,6.302769765625L10.4876375,0.987609765625C11.8080375,-0.332757234375,13.9254375,-0.404993234375,15.3328375,0.822320765625ZM22.0387375,8.241069765625L3.9599575,8.241069765625C2.9626875,8.241059765625,2.1283875,8.998239765625,2.0319875,9.990809765625L2.0229475,10.178109765625L2.0229475,21.800109765625C2.0229975,22.797909765625,2.7808975,23.632309765625,3.7740075,23.728109765625L3.9599575,23.737209765625L22.0387375,23.737209765625C23.0364375,23.737109765625,23.8709375,22.979209765625,23.9667375,21.986109765625L23.9757375,21.800109765625L23.9757375,10.178109765625C23.9763375,9.179869765625,23.2182375,8.344649765625,22.2246375,8.248819765625L22.0387375,8.241069765625ZM14.6135375,17.926109765625C15.1484375,17.926109765625,15.5820375,18.359709765625,15.5820375,18.894609765625C15.5820375,19.429509765625,15.1484375,19.863109765625,14.6135375,19.863109765625L6.2198075,19.863109765625C5.6849175,19.863109765625,5.2512975,19.429509765625,5.2512975,18.894609765625C5.2512975,18.359709765625,5.6849175,17.926109765625,6.2198075,17.926109765625L14.6135375,17.926109765625ZM19.7788375,12.760809765625C20.3137375,12.760809765625,20.7473375,13.194409765625,20.7473375,13.729309765625C20.7473375,14.264209765625,20.3137375,14.697809765625,19.7788375,14.697809765625L6.2198075,14.697809765625C5.6849175,14.697809765625,5.2512975,14.264209765625,5.2512975,13.729309765625C5.2512975,13.194409765625,5.6849175,12.760809765625,6.2198075,12.760809765625L19.7788375,12.760809765625ZM11.9895375,2.240209765625L11.8578375,2.357729765625L7.9114575,6.302769765625L18.0846375,6.302769765625L14.1409375,2.357729765625C13.5586375,1.775649765625,12.6316375,1.725019765625,11.9895375,2.240209765625Z" fill="#1890ff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00446"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00446)"><g><path d="M15.3328375,0.822320765625L15.5110375,0.987609765625L20.8248375,6.302769765625L22.0387375,6.302769765625C24.1783375,6.302769765625,25.9127375,8.037229765625,25.9127375,10.176809765625L25.9127375,21.798809765625C25.9127375,23.938409765625,24.1783375,25.672909765625,22.0387375,25.672909765625L3.9599575,25.672909765625C1.8203975,25.672909765625,0.0859375847504,23.938409765625,0.0859375,21.798809765625L0.0859375,10.176809765625C0.085937330499,8.037229765625,1.8203975,6.302769765625,3.9599575,6.302769765625L5.1725275,6.302769765625L10.4876375,0.987609765625C11.8080375,-0.332757234375,13.9254375,-0.404993234375,15.3328375,0.822320765625ZM22.0387375,8.241069765625L3.9599575,8.241069765625C2.9626875,8.241059765625,2.1283875,8.998239765625,2.0319875,9.990809765625L2.0229475,10.178109765625L2.0229475,21.800109765625C2.0229975,22.797909765625,2.7808975,23.632309765625,3.7740075,23.728109765625L3.9599575,23.737209765625L22.0387375,23.737209765625C23.0364375,23.737109765625,23.8709375,22.979209765625,23.9667375,21.986109765625L23.9757375,21.800109765625L23.9757375,10.178109765625C23.9763375,9.179869765625,23.2182375,8.344649765625,22.2246375,8.248819765625L22.0387375,8.241069765625ZM14.6135375,17.926109765625C15.1484375,17.926109765625,15.5820375,18.359709765625,15.5820375,18.894609765625C15.5820375,19.429509765625,15.1484375,19.863109765625,14.6135375,19.863109765625L6.2198075,19.863109765625C5.6849175,19.863109765625,5.2512975,19.429509765625,5.2512975,18.894609765625C5.2512975,18.359709765625,5.6849175,17.926109765625,6.2198075,17.926109765625L14.6135375,17.926109765625ZM19.7788375,12.760809765625C20.3137375,12.760809765625,20.7473375,13.194409765625,20.7473375,13.729309765625C20.7473375,14.264209765625,20.3137375,14.697809765625,19.7788375,14.697809765625L6.2198075,14.697809765625C5.6849175,14.697809765625,5.2512975,14.264209765625,5.2512975,13.729309765625C5.2512975,13.194409765625,5.6849175,12.760809765625,6.2198075,12.760809765625L19.7788375,12.760809765625ZM11.9895375,2.240209765625L11.8578375,2.357729765625L7.9114575,6.302769765625L18.0846375,6.302769765625L14.1409375,2.357729765625C13.5586375,1.775649765625,12.6316375,1.725019765625,11.9895375,2.240209765625Z" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00488"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00488)"><g><path d="M13.03828125,0.435058695929C15.51078125,0.43454922975,17.76238125,1.85827859375,18.82208125,4.09219859375L22.18118125,4.09219859375C24.20088125,4.09219859375,25.83828125,5.72955859375,25.83828125,7.74934859375L25.83828125,22.37795859375C25.83828125,24.39765859375,24.20088125,26.03505859375,22.18118125,26.03505859375L3.89542125,26.03505859375C1.87564125,26.03505859375,0.238281147821,24.39765859375,0.23828125,22.37795859375L0.23828125,7.74934859375C0.238280943462,5.72955859375,1.87564125,4.09219859375,3.89542125,4.09219859375L7.25634125,4.09219859375C8.31601125,1.85867859375,10.56678125,0.435059309006,13.03828125,0.435058695929ZM19.43828125,6.83505859375C19.43898125,10.55065859375,16.28608125,13.48595859375,12.57998125,13.21995859375C8.87386125,12.95385859375,6.17256125,9.59818859375,6.70411125,5.92076859375L3.89542125,5.92076859375C2.96776125,5.92100859375,2.1872612499999997,6.61582859375,2.07965125,7.53722859375L2.06685125,7.74934859375L2.06685125,22.37795859375C2.06708125,23.30555859375,2.76191125,24.08605859375,3.68331125,24.19365859375L3.89542125,24.20645859375L22.18118125,24.20645859375C23.10888125,24.20725859375,23.89018125,23.51325859375,23.99878125,22.59185859375L24.00968125,22.37795859375L24.00968125,7.74934859375C24.00958125,6.82230859375,23.31578125,6.04203859375,22.39508125,5.93356859375L22.18118125,5.92076859375L19.37608125,5.92076859375C19.41818125,6.21882859375,19.44008125,6.52419859375,19.44008125,6.83505859375L19.43828125,6.83505859375ZM13.03828125,2.26362859375C10.51358125,2.26362859375,8.46685125,4.31032859375,8.46685125,6.83505859375C8.46685125,9.35978859375,10.51358125,11.40645859375,13.03828125,11.40645859375C15.56298125,11.40645859375,17.60968125,9.35978859375,17.60968125,6.83505859375C17.60968125,4.31032859375,15.56298125,2.26362859375,13.03828125,2.26362859375ZM15.26918125,4.35734859375C15.62608125,4.71436859375,15.62608125,5.29311859375,15.26918125,5.65014859375L14.04948125,6.86796859375L14.05498125,6.94111859375C14.05588125,7.62713859375,13.54968125,8.20827859375,12.87008125,8.30156859375L12.68358125,8.31436859375C11.91358125,8.31084859375,11.29738125,7.67424859375,11.31888125,6.90454859375C11.34048125,6.13484859375,11.99138125,5.53374859375,12.76038125,5.57334859375L13.97638125,4.35734859375C14.33358125,3.99920859375,14.91368125,3.99920859375,15.27098125,4.35734859375L15.26918125,4.35734859375Z" fill="#1890ff" fill-opacity="1"/></g><g><rect x="6" y="20" width="14" height="2" rx="1" fill="#1890ff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00488"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00488)"><g><path d="M13.03828125,0.435058695929C15.51078125,0.43454922975,17.76238125,1.85827859375,18.82208125,4.09219859375L22.18118125,4.09219859375C24.20088125,4.09219859375,25.83828125,5.72955859375,25.83828125,7.74934859375L25.83828125,22.37795859375C25.83828125,24.39765859375,24.20088125,26.03505859375,22.18118125,26.03505859375L3.89542125,26.03505859375C1.87564125,26.03505859375,0.238281147821,24.39765859375,0.23828125,22.37795859375L0.23828125,7.74934859375C0.238280943462,5.72955859375,1.87564125,4.09219859375,3.89542125,4.09219859375L7.25634125,4.09219859375C8.31601125,1.85867859375,10.56678125,0.435059309006,13.03828125,0.435058695929ZM19.43828125,6.83505859375C19.43898125,10.55065859375,16.28608125,13.48595859375,12.57998125,13.21995859375C8.87386125,12.95385859375,6.17256125,9.59818859375,6.70411125,5.92076859375L3.89542125,5.92076859375C2.96776125,5.92100859375,2.1872612499999997,6.61582859375,2.07965125,7.53722859375L2.06685125,7.74934859375L2.06685125,22.37795859375C2.06708125,23.30555859375,2.76191125,24.08605859375,3.68331125,24.19365859375L3.89542125,24.20645859375L22.18118125,24.20645859375C23.10888125,24.20725859375,23.89018125,23.51325859375,23.99878125,22.59185859375L24.00968125,22.37795859375L24.00968125,7.74934859375C24.00958125,6.82230859375,23.31578125,6.04203859375,22.39508125,5.93356859375L22.18118125,5.92076859375L19.37608125,5.92076859375C19.41818125,6.21882859375,19.44008125,6.52419859375,19.44008125,6.83505859375L19.43828125,6.83505859375ZM13.03828125,2.26362859375C10.51358125,2.26362859375,8.46685125,4.31032859375,8.46685125,6.83505859375C8.46685125,9.35978859375,10.51358125,11.40645859375,13.03828125,11.40645859375C15.56298125,11.40645859375,17.60968125,9.35978859375,17.60968125,6.83505859375C17.60968125,4.31032859375,15.56298125,2.26362859375,13.03828125,2.26362859375ZM15.26918125,4.35734859375C15.62608125,4.71436859375,15.62608125,5.29311859375,15.26918125,5.65014859375L14.04948125,6.86796859375L14.05498125,6.94111859375C14.05588125,7.62713859375,13.54968125,8.20827859375,12.87008125,8.30156859375L12.68358125,8.31436859375C11.91358125,8.31084859375,11.29738125,7.67424859375,11.31888125,6.90454859375C11.34048125,6.13484859375,11.99138125,5.53374859375,12.76038125,5.57334859375L13.97638125,4.35734859375C14.33358125,3.99920859375,14.91368125,3.99920859375,15.27098125,4.35734859375L15.26918125,4.35734859375Z" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g><g><rect x="6" y="20" width="14" height="2" rx="1" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00419"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00419)"><g><path d="M21.5665875,0.80419921875L4.319717499999999,0.80419921875C2.2551575,0.80419921875,0.5546875,2.52400921875,0.5546875,4.61237921875L0.5546875,21.19599921875C0.5546875,23.28439921875,2.2551375,25.00419921875,4.319687500000001,25.00419921875L21.5664875,25.00419921875C23.6312875,25.00419921875,25.3314875,23.28439921875,25.3314875,21.19599921875L25.3314875,4.61237921875C25.3314875,2.52403921875,23.7528875,0.804199533858,21.5665875,0.80419921875ZM23.5098875,21.31899921875C23.5098875,22.42439921875,22.6598875,23.28429921875,21.5665875,23.28429921875L4.3197375000000005,23.28429921875C3.2266875,23.28429921875,2.3764775,22.42439921875,2.3764775,21.31899921875L2.3764775,4.61232921875C2.3764775,3.50689921875,3.2266875,2.64696921875,4.3197375000000005,2.64696921875L21.5665875,2.64696921875C22.6598875,2.64696921875,23.5098875,3.50687921875,23.5098875,4.61232921875L23.5098875,21.31899921875ZM9.6638975,6.82347921875L6.9919275,9.52593921875L5.7773375,8.29773921875C5.4127475,7.92917921875,4.8055975,7.92917921875,4.5627475,8.29773921875C4.198157500000001,8.66605921875,4.198157500000001,9.28041921875,4.5627475,9.52593921875L6.5060175,11.49149921875C6.6275475,11.61429921875,6.8703975,11.73709921875,7.2346975,11.73709921875C7.5992875,11.73709921875,7.5992875,11.61429921875,7.9633675,11.49149921875L11.2426875,8.174719218749999C11.6072875,7.80615921875,11.6072875,7.19204921875,11.2426875,6.94624921875C10.5140575,6.57792921875,10.0281475,6.57792921875,9.6638975,6.82347921875ZM20.8378875,8.29773921875L12.4573875,8.29773921875C11.8501875,8.29773921875,11.6071875,8.66605921875,11.6071875,9.15764921875C11.6071875,9.77175921875,11.9717875,10.01754921875,12.4573875,10.01754921875L20.8380875,10.01754921875C21.4452875,10.01754921875,21.6880875,9.64898921875,21.6880875,9.15764921875C21.6880875,8.66605921875,21.3234875,8.29773921875,20.8378875,8.29773921875ZM7.4775375,13.82539921875C5.8986275,13.82539921875,4.6840375,15.05389921875,4.6840375,16.65089921875C4.6840375,18.24769921875,5.8986275,19.47619921875,7.4775375,19.47619921875C9.0567275,19.47619921875,10.2710475,18.24769921875,10.2710475,16.65089921875C10.2710475,14.93109921875,8.9351975,13.82539921875,7.4775375,13.82539921875ZM7.4775375,17.51079921875C6.8703975,17.51079921875,6.5060175,17.14219921875,6.5060175,16.52809921875C6.5060175,15.91379921875,6.8703975,15.54519921875,7.4775375,15.54519921875C8.0849875,15.54519921875,8.4492875,15.91379921875,8.4492875,16.52809921875C8.4492875,17.14219921875,7.9633775,17.51079921875,7.4775375,17.51079921875ZM20.8378875,15.66799921875L12.4573875,15.66799921875C11.8501875,15.66799921875,11.6071875,16.036499218750002,11.6071875,16.52809921875C11.6071875,17.01919921875,11.9717875,17.38799921875,12.4573875,17.38799921875L20.8380875,17.38799921875C21.4452875,17.38799921875,21.6880875,17.01949921875,21.6880875,16.52809921875C21.6880875,16.036499218750002,21.3234875,15.66819921875,20.8378875,15.66799921875L20.8378875,15.66799921875Z" fill="#1890ff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00419"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00419)"><g><path d="M21.5665875,0.80419921875L4.319717499999999,0.80419921875C2.2551575,0.80419921875,0.5546875,2.52400921875,0.5546875,4.61237921875L0.5546875,21.19599921875C0.5546875,23.28439921875,2.2551375,25.00419921875,4.319687500000001,25.00419921875L21.5664875,25.00419921875C23.6312875,25.00419921875,25.3314875,23.28439921875,25.3314875,21.19599921875L25.3314875,4.61237921875C25.3314875,2.52403921875,23.7528875,0.804199533858,21.5665875,0.80419921875ZM23.5098875,21.31899921875C23.5098875,22.42439921875,22.6598875,23.28429921875,21.5665875,23.28429921875L4.3197375000000005,23.28429921875C3.2266875,23.28429921875,2.3764775,22.42439921875,2.3764775,21.31899921875L2.3764775,4.61232921875C2.3764775,3.50689921875,3.2266875,2.64696921875,4.3197375000000005,2.64696921875L21.5665875,2.64696921875C22.6598875,2.64696921875,23.5098875,3.50687921875,23.5098875,4.61232921875L23.5098875,21.31899921875ZM9.6638975,6.82347921875L6.9919275,9.52593921875L5.7773375,8.29773921875C5.4127475,7.92917921875,4.8055975,7.92917921875,4.5627475,8.29773921875C4.198157500000001,8.66605921875,4.198157500000001,9.28041921875,4.5627475,9.52593921875L6.5060175,11.49149921875C6.6275475,11.61429921875,6.8703975,11.73709921875,7.2346975,11.73709921875C7.5992875,11.73709921875,7.5992875,11.61429921875,7.9633675,11.49149921875L11.2426875,8.174719218749999C11.6072875,7.80615921875,11.6072875,7.19204921875,11.2426875,6.94624921875C10.5140575,6.57792921875,10.0281475,6.57792921875,9.6638975,6.82347921875ZM20.8378875,8.29773921875L12.4573875,8.29773921875C11.8501875,8.29773921875,11.6071875,8.66605921875,11.6071875,9.15764921875C11.6071875,9.77175921875,11.9717875,10.01754921875,12.4573875,10.01754921875L20.8380875,10.01754921875C21.4452875,10.01754921875,21.6880875,9.64898921875,21.6880875,9.15764921875C21.6880875,8.66605921875,21.3234875,8.29773921875,20.8378875,8.29773921875ZM7.4775375,13.82539921875C5.8986275,13.82539921875,4.6840375,15.05389921875,4.6840375,16.65089921875C4.6840375,18.24769921875,5.8986275,19.47619921875,7.4775375,19.47619921875C9.0567275,19.47619921875,10.2710475,18.24769921875,10.2710475,16.65089921875C10.2710475,14.93109921875,8.9351975,13.82539921875,7.4775375,13.82539921875ZM7.4775375,17.51079921875C6.8703975,17.51079921875,6.5060175,17.14219921875,6.5060175,16.52809921875C6.5060175,15.91379921875,6.8703975,15.54519921875,7.4775375,15.54519921875C8.0849875,15.54519921875,8.4492875,15.91379921875,8.4492875,16.52809921875C8.4492875,17.14219921875,7.9633775,17.51079921875,7.4775375,17.51079921875ZM20.8378875,15.66799921875L12.4573875,15.66799921875C11.8501875,15.66799921875,11.6071875,16.036499218750002,11.6071875,16.52809921875C11.6071875,17.01919921875,11.9717875,17.38799921875,12.4573875,17.38799921875L20.8380875,17.38799921875C21.4452875,17.38799921875,21.6880875,17.01949921875,21.6880875,16.52809921875C21.6880875,16.036499218750002,21.3234875,15.66819921875,20.8378875,15.66799921875L20.8378875,15.66799921875Z" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00450"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00450)"><g><path d="M3.329860625,26.0000765625C1.694080625,26.0000765625,0.368267406,24.6735765625,0.3691406492144,23.0377765625L0.3691406492144,4.6153165625C0.369140358642,2.9801565625,1.694700625,1.6545965625,3.329860625,1.6545965625L6.790880625,1.6545965625L6.790880625,0.9964775625C6.709270625,0.4206275625,7.203120625,-0.0724335375,7.778840625,0.0100966625C8.354440624999999,-0.0727381375,8.848050625,0.4208765625,8.765220625,0.9964775625L8.765220625,1.6545865625L17.345940625,1.6545865625L17.345940625,0.9964775625C17.264640625,0.4213725625,17.757240625,-0.0712512375,18.332340625,0.0100966625C18.907940625,-0.0727394375,19.401540625,0.4208765625,19.318740625,0.9964775625L19.318740625,1.6545865625L22.675540625,1.6545865625C24.307440625,1.6563265625,25.627440625,2.9834265625,25.620540625,4.6153165625L25.620540625,23.0377765625C25.627540625,24.6708765625,24.305540625,25.9984765625,22.672440625,25.9984765625L3.329860625,26.0000765625ZM2.3434806249999998,23.0393765625C2.350290625,23.5812765625,2.787940625,24.0188765625,3.329860625,24.0256765625L22.673940625,24.0256765625C23.213740625,24.0188765625,23.647740625,23.5792765625,23.647740625,23.0393765625L23.647740625,9.8281365625L2.3434806249999998,9.8281365625L2.3434806249999998,23.0393765625ZM23.649340625,7.8537965625L23.649340625,4.6168865625C23.650240625,4.0766665625,23.215740625,3.6365665625,22.675540625,3.6305065625L19.317140625,3.6305065625L19.317140625,4.2886265625C19.399640625,4.8643465625,18.906640625,5.3581965625,18.330740625,5.2765865625C17.754940625,5.3581965625,17.261840625,4.8643465625,17.344340625,4.2886265625L17.344340625,3.6305065625L8.763640625,3.6305065625L8.763640625,4.2886265625C8.846170625,4.8643465625,8.353110625,5.3581965625,7.777260625,5.2765865625C7.200790625,5.3593765625,6.706510625,4.8650865625,6.789300625,4.2886265625L6.789300625,3.6305065625L3.329860625,3.6305065625C2.787940625,3.6373165625,2.350290625,4.0749765625,2.3434806249999998,4.6168865625L2.3434806249999998,7.8537965625L23.649340625,7.8537965625ZM11.598140625,20.6751765625C11.342340625,20.6292765625,11.109440625,20.4985765625,10.936840625,20.3042765625L7.437940625,16.8053765625C6.939880625,16.4264765625,6.939880625,15.6771765625,7.437940625,15.2981765625C7.816900625,14.8001765625,8.566180625,14.8001765625,8.945130625,15.2981765625L11.707040625,18.0600765625L17.953540625,11.8119765625C18.332440625,11.3124765625,19.083440625,11.3124765625,19.462340625,11.8119765625C19.961740625,12.1908765625,19.961740625,12.9417765625,19.462340625,13.3206765625L12.474040625,20.3074765625C12.284040625,20.5293765625,12.012640625,20.6652765625,11.721240625,20.6846765625C11.678840625,20.6844765625,11.636640625,20.6807765625,11.594940625,20.6735765625L11.598140625,20.6751765625Z" fill="#1890ff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1201_00450"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1201_00450)"><g><path d="M3.329860625,26.0000765625C1.694080625,26.0000765625,0.368267406,24.6735765625,0.3691406492144,23.0377765625L0.3691406492144,4.6153165625C0.369140358642,2.9801565625,1.694700625,1.6545965625,3.329860625,1.6545965625L6.790880625,1.6545965625L6.790880625,0.9964775625C6.709270625,0.4206275625,7.203120625,-0.0724335375,7.778840625,0.0100966625C8.354440624999999,-0.0727381375,8.848050625,0.4208765625,8.765220625,0.9964775625L8.765220625,1.6545865625L17.345940625,1.6545865625L17.345940625,0.9964775625C17.264640625,0.4213725625,17.757240625,-0.0712512375,18.332340625,0.0100966625C18.907940625,-0.0727394375,19.401540625,0.4208765625,19.318740625,0.9964775625L19.318740625,1.6545865625L22.675540625,1.6545865625C24.307440625,1.6563265625,25.627440625,2.9834265625,25.620540625,4.6153165625L25.620540625,23.0377765625C25.627540625,24.6708765625,24.305540625,25.9984765625,22.672440625,25.9984765625L3.329860625,26.0000765625ZM2.3434806249999998,23.0393765625C2.350290625,23.5812765625,2.787940625,24.0188765625,3.329860625,24.0256765625L22.673940625,24.0256765625C23.213740625,24.0188765625,23.647740625,23.5792765625,23.647740625,23.0393765625L23.647740625,9.8281365625L2.3434806249999998,9.8281365625L2.3434806249999998,23.0393765625ZM23.649340625,7.8537965625L23.649340625,4.6168865625C23.650240625,4.0766665625,23.215740625,3.6365665625,22.675540625,3.6305065625L19.317140625,3.6305065625L19.317140625,4.2886265625C19.399640625,4.8643465625,18.906640625,5.3581965625,18.330740625,5.2765865625C17.754940625,5.3581965625,17.261840625,4.8643465625,17.344340625,4.2886265625L17.344340625,3.6305065625L8.763640625,3.6305065625L8.763640625,4.2886265625C8.846170625,4.8643465625,8.353110625,5.3581965625,7.777260625,5.2765865625C7.200790625,5.3593765625,6.706510625,4.8650865625,6.789300625,4.2886265625L6.789300625,3.6305065625L3.329860625,3.6305065625C2.787940625,3.6373165625,2.350290625,4.0749765625,2.3434806249999998,4.6168865625L2.3434806249999998,7.8537965625L23.649340625,7.8537965625ZM11.598140625,20.6751765625C11.342340625,20.6292765625,11.109440625,20.4985765625,10.936840625,20.3042765625L7.437940625,16.8053765625C6.939880625,16.4264765625,6.939880625,15.6771765625,7.437940625,15.2981765625C7.816900625,14.8001765625,8.566180625,14.8001765625,8.945130625,15.2981765625L11.707040625,18.0600765625L17.953540625,11.8119765625C18.332440625,11.3124765625,19.083440625,11.3124765625,19.462340625,11.8119765625C19.961740625,12.1908765625,19.961740625,12.9417765625,19.462340625,13.3206765625L12.474040625,20.3074765625C12.284040625,20.5293765625,12.012640625,20.6652765625,11.721240625,20.6846765625C11.678840625,20.6844765625,11.636640625,20.6807765625,11.594940625,20.6735765625L11.598140625,20.6751765625Z" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21443"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21443)"><g><path d="M18.050221875,0.43994140625C19.309421875,0.43994140625,20.525821875,0.75178240625,21.610521875,1.33816940625L22.594521875,1.86980140625L20.102921875,4.36135140625C19.452121875,5.01211140625,19.452121875,6.06726140625,20.102921875,6.71801140625C20.708321875,7.32424140625,21.674021875,7.37026140625,22.300121875,6.86084140625L22.458821875,6.71801140625L24.795621875,4.38278140625L25.206621875,5.69600140625C26.721121875,10.52674140625,23.111921875,15.43914140625,18.049421875,15.43764140625L18.060521875,15.43604140625L22.968221875,20.34374140625L23.138021875,20.52624140625C24.313221875,21.88404140625,24.201321875,23.92884140625,22.884921875,25.15034140625C21.568521875,26.37174140625,19.521021875,26.33054140625,18.254921875,25.05714140625L12.916321875,19.71694140625L8.176821875,24.45804140625C6.684671875,25.95034140625,4.312301875,26.09114140625,2.654141875,24.78574140625L2.503381875,24.66114140625L2.285971875,24.45804140625C0.6589168750000001,22.83114140625,0.6589168750000001,20.19324140625,2.285971875,18.56634140625L8.990931875,11.85824140625L4.772751875,7.62656140625C3.829081875,8.04068140625,2.727991875,7.83338140625,1.999521875,7.10445140625L0.232421875,5.33814140625L3.767411875,1.80315140625L5.534501875,3.57025140625C6.304491875,4.33981140625,6.488051875,5.51913140625,5.988381875,6.48631140625L10.170061875,10.67994140625L10.842121875,10.00860140625L10.756421875,9.68883140625C10.653921875,9.26025140625,10.589421875,8.82346140625,10.563621875,8.38354140625L10.550921875,7.93919140625C10.550921875,3.79791140625,13.908121875,0.44073540325,18.049421875,0.44073540325L18.050221875,0.43994140625ZM16.451321875,16.182741406250003L14.094621875,18.53934140625L19.433221875,23.87874140625L19.578421875,24.00814140625C20.270821875,24.55684140625,21.271221875,24.46984140625,21.858421875,23.80974140625C22.445621875,23.14954140625,22.415621875,22.14584140625,21.789921875,21.52214140625L16.451321875,16.182741406250003ZM18.049421875,2.10626140625C13.992521875,2.1053114062500002,11.174021875,6.14392140625,12.574321875,9.95147140625L12.757621875,10.45134140625L3.464291875,19.74544140625C2.488131875,20.72164140625,2.488131875,22.30434140625,3.464291875,23.28044140625C4.440451875,24.25664140625,6.023121875,24.25664140625,6.999281875,23.28044140625L16.660021875,13.62054140625L17.082921875,13.69114140625C20.639821875,14.28964140625,23.881521875,11.54664140625,23.881521875,7.93839140625L23.872821875,7.65909140625L23.606921875,7.92570140625L23.384821875,8.12407140625C22.008421875,9.23921140625,20.000221875,9.08277140625,18.813121875,7.76794140625C17.626121875,6.45312140625,17.675021875,4.4394114062500005,18.924621875,3.18382140625L19.748221875,2.35859140625L19.683221875,2.33796140625C19.286821875,2.22280140625,18.879321875,2.1501814062499998,18.467521875,2.12134140625L18.049421875,2.10626140625ZM7.242881875,19.65584140625L7.242881875,21.17934140625L5.576561875,21.17934140625L5.576561875,19.65584140625L7.242881875,19.65584140625ZM3.767411875,4.15901140625L2.589871875,5.33814140625L3.177851875,5.92690140625C3.352411875,6.10147140625,3.584111875,6.18241140625,3.811841875,6.16971140625L4.598981875,5.38178140625C4.611801875,5.14578140625,4.523491875,4.91550140625,4.356171875,4.74858140625L3.767411875,4.15981140625L3.767411875,4.15901140625Z" fill="#1890ff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21443"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21443)"><g><path d="M18.050221875,0.43994140625C19.309421875,0.43994140625,20.525821875,0.75178240625,21.610521875,1.33816940625L22.594521875,1.86980140625L20.102921875,4.36135140625C19.452121875,5.01211140625,19.452121875,6.06726140625,20.102921875,6.71801140625C20.708321875,7.32424140625,21.674021875,7.37026140625,22.300121875,6.86084140625L22.458821875,6.71801140625L24.795621875,4.38278140625L25.206621875,5.69600140625C26.721121875,10.52674140625,23.111921875,15.43914140625,18.049421875,15.43764140625L18.060521875,15.43604140625L22.968221875,20.34374140625L23.138021875,20.52624140625C24.313221875,21.88404140625,24.201321875,23.92884140625,22.884921875,25.15034140625C21.568521875,26.37174140625,19.521021875,26.33054140625,18.254921875,25.05714140625L12.916321875,19.71694140625L8.176821875,24.45804140625C6.684671875,25.95034140625,4.312301875,26.09114140625,2.654141875,24.78574140625L2.503381875,24.66114140625L2.285971875,24.45804140625C0.6589168750000001,22.83114140625,0.6589168750000001,20.19324140625,2.285971875,18.56634140625L8.990931875,11.85824140625L4.772751875,7.62656140625C3.829081875,8.04068140625,2.727991875,7.83338140625,1.999521875,7.10445140625L0.232421875,5.33814140625L3.767411875,1.80315140625L5.534501875,3.57025140625C6.304491875,4.33981140625,6.488051875,5.51913140625,5.988381875,6.48631140625L10.170061875,10.67994140625L10.842121875,10.00860140625L10.756421875,9.68883140625C10.653921875,9.26025140625,10.589421875,8.82346140625,10.563621875,8.38354140625L10.550921875,7.93919140625C10.550921875,3.79791140625,13.908121875,0.44073540325,18.049421875,0.44073540325L18.050221875,0.43994140625ZM16.451321875,16.182741406250003L14.094621875,18.53934140625L19.433221875,23.87874140625L19.578421875,24.00814140625C20.270821875,24.55684140625,21.271221875,24.46984140625,21.858421875,23.80974140625C22.445621875,23.14954140625,22.415621875,22.14584140625,21.789921875,21.52214140625L16.451321875,16.182741406250003ZM18.049421875,2.10626140625C13.992521875,2.1053114062500002,11.174021875,6.14392140625,12.574321875,9.95147140625L12.757621875,10.45134140625L3.464291875,19.74544140625C2.488131875,20.72164140625,2.488131875,22.30434140625,3.464291875,23.28044140625C4.440451875,24.25664140625,6.023121875,24.25664140625,6.999281875,23.28044140625L16.660021875,13.62054140625L17.082921875,13.69114140625C20.639821875,14.28964140625,23.881521875,11.54664140625,23.881521875,7.93839140625L23.872821875,7.65909140625L23.606921875,7.92570140625L23.384821875,8.12407140625C22.008421875,9.23921140625,20.000221875,9.08277140625,18.813121875,7.76794140625C17.626121875,6.45312140625,17.675021875,4.4394114062500005,18.924621875,3.18382140625L19.748221875,2.35859140625L19.683221875,2.33796140625C19.286821875,2.22280140625,18.879321875,2.1501814062499998,18.467521875,2.12134140625L18.049421875,2.10626140625ZM7.242881875,19.65584140625L7.242881875,21.17934140625L5.576561875,21.17934140625L5.576561875,19.65584140625L7.242881875,19.65584140625ZM3.767411875,4.15901140625L2.589871875,5.33814140625L3.177851875,5.92690140625C3.352411875,6.10147140625,3.584111875,6.18241140625,3.811841875,6.16971140625L4.598981875,5.38178140625C4.611801875,5.14578140625,4.523491875,4.91550140625,4.356171875,4.74858140625L3.767411875,4.15981140625L3.767411875,4.15901140625Z" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21447"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21447)"><g><path d="M6.73898,22.525444140625L12.23761,25.778544140625C12.7914,26.107444140625,13.48,26.107444140625,14.0333,25.778944140625L19.5324,22.525944140625C22.31,20.882244140625,24.0214,17.845144140625,24.0214,14.558544140625L24.0214,5.154214140625C24.0214,4.3341541406249995,23.492,3.613434140625,22.7237,3.386194140625L13.6337,0.697434240625C13.3087,0.601181140625,12.9627,0.601181140625,12.6377,0.697434240625L3.54766,3.385744140625C2.779316,3.612984140625,2.25,4.3341541406249995,2.25,5.153764140625L2.25,14.558044140625C2.25,17.844644140625,3.9613199999999997,20.881344140625,6.73898,22.525444140625ZM18.623,20.949744140625L13.1357,24.210544140625L7.64839,20.950244140625L7.50778,20.864044140625C5.37283,19.528344140625,4.06428,17.140244140625,4.06428,14.560844140625L4.06428,5.134254140625L13.1357,2.4391441406250003L22.2071,5.134254140625L22.2071,14.560844140625L22.2053,14.728644140625C22.1486,17.299444140625,20.7938,19.659844140625,18.623,20.949744140625ZM11.75075,7.165654140625C11.33794,7.173194140625,10.97241,7.434184140625,10.83125,7.822184140625L9.32494,11.964144140625L6.7854,11.964144140625L6.71737,11.966444140625C6.22926,12.000944140625,5.85649,12.416344140625,5.87485,12.905344140625C5.89321,13.394344140625,6.29608,13.780644140625,6.7854,13.778444140625L10.59584,13.778444140625L11.71752,10.694144140625L14.0139,17.910944140625L14.038,17.978044140625C14.2318,18.464244140625,14.7683,18.718044140625,15.2672,18.559544140625L15.3465,18.530544140625C15.5803,18.433644140625,15.7685,18.251544140625,15.8731,18.021144140625L17.801299999999998,13.778444140625L19.4854,13.778444140625L19.5534,13.775744140625C20.0415,13.741244140625,20.4143,13.325844140625,20.3959,12.836844140625C20.3776,12.347844140625,19.9747,11.961544140625,19.4854,11.963744140625L17.363599999999998,11.963744140625L17.2806,11.966944140625C16.867,11.997144140625,16.503,12.250744140625,16.331200000000003,12.628244140625L15.0993,15.338744140625L12.7199,7.860734140625L12.6936,7.788164140625C12.5384,7.405584140625,12.16355,7.158114140625,11.75075,7.165654140625Z" fill-rule="evenodd" fill="#1890ff" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21447"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21447)"><g><path d="M6.73898,22.525444140625L12.23761,25.778544140625C12.7914,26.107444140625,13.48,26.107444140625,14.0333,25.778944140625L19.5324,22.525944140625C22.31,20.882244140625,24.0214,17.845144140625,24.0214,14.558544140625L24.0214,5.154214140625C24.0214,4.3341541406249995,23.492,3.613434140625,22.7237,3.386194140625L13.6337,0.697434240625C13.3087,0.601181140625,12.9627,0.601181140625,12.6377,0.697434240625L3.54766,3.385744140625C2.779316,3.612984140625,2.25,4.3341541406249995,2.25,5.153764140625L2.25,14.558044140625C2.25,17.844644140625,3.9613199999999997,20.881344140625,6.73898,22.525444140625ZM18.623,20.949744140625L13.1357,24.210544140625L7.64839,20.950244140625L7.50778,20.864044140625C5.37283,19.528344140625,4.06428,17.140244140625,4.06428,14.560844140625L4.06428,5.134254140625L13.1357,2.4391441406250003L22.2071,5.134254140625L22.2071,14.560844140625L22.2053,14.728644140625C22.1486,17.299444140625,20.7938,19.659844140625,18.623,20.949744140625ZM11.75075,7.165654140625C11.33794,7.173194140625,10.97241,7.434184140625,10.83125,7.822184140625L9.32494,11.964144140625L6.7854,11.964144140625L6.71737,11.966444140625C6.22926,12.000944140625,5.85649,12.416344140625,5.87485,12.905344140625C5.89321,13.394344140625,6.29608,13.780644140625,6.7854,13.778444140625L10.59584,13.778444140625L11.71752,10.694144140625L14.0139,17.910944140625L14.038,17.978044140625C14.2318,18.464244140625,14.7683,18.718044140625,15.2672,18.559544140625L15.3465,18.530544140625C15.5803,18.433644140625,15.7685,18.251544140625,15.8731,18.021144140625L17.801299999999998,13.778444140625L19.4854,13.778444140625L19.5534,13.775744140625C20.0415,13.741244140625,20.4143,13.325844140625,20.3959,12.836844140625C20.3776,12.347844140625,19.9747,11.961544140625,19.4854,11.963744140625L17.363599999999998,11.963744140625L17.2806,11.966944140625C16.867,11.997144140625,16.503,12.250744140625,16.331200000000003,12.628244140625L15.0993,15.338744140625L12.7199,7.860734140625L12.6936,7.788164140625C12.5384,7.405584140625,12.16355,7.158114140625,11.75075,7.165654140625Z" fill-rule="evenodd" fill="rgba(42, 46, 50, 1)" fill-opacity="1"/></g></g></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 26 26"><defs><clipPath id="master_svg0_1200_21434"><rect x="0" y="0" width="26" height="26" rx="0"/></clipPath></defs><g clip-path="url(#master_svg0_1200_21434)"><g><path d="M15.3251375,1.167724609375C17.1152375,1.167479693375,18.5748375,2.6028846093749998,18.6044375,4.392784609375L18.6044375,10.026534609375L19.9602375,10.026534609375C20.7673375,10.026214609375,21.4280375,10.668454609375,21.4506375,11.475224609375L21.4506375,19.025924609375C21.4562375,19.464624609375,21.8089375,19.819824609375,22.2476375,19.828624609375C22.6862375,19.837424609375,23.0528375,19.496724609375,23.0761375,19.058524609375L23.0767375,19.025924609375L23.0767375,8.735904609375C23.0766375,8.700524609375,23.0640375,8.666294609375,23.0411375,8.639364609375L23.0290375,8.626694609375L20.7084375,6.483494609375C20.3385375,6.156254609375,20.3039375,5.591114609375,20.6312375,5.221224609375C20.9584375,4.851334609375,21.5236375,4.816754609375,21.8935375,5.1439946093749995L21.9218375,5.169334609375L24.2424375,7.312534609375C24.6259375,7.666604609375,24.8504375,8.160424609375,24.8651375,8.682204609374999L24.8657375,8.735904609375L24.8657375,19.025924609375C24.8790375,20.462824609375,23.7250375,21.638524609375,22.2881375,21.651824609375C20.8511375,21.665124609375,19.6755375,20.511124609375,19.6622375,19.074224609375L19.6622375,11.815524609375L18.6050375,11.815524609375L18.6050375,23.379324609375L20.0954375,23.379324609375C20.5830375,23.378724609375,20.9812375,23.769024609375,20.9904375,24.256624609375C20.9996375,24.744224609375,20.6165375,25.149224609375,20.1292375,25.167124609375L20.0954375,25.167724609375L0.41802950000000005,25.167724609375C-0.0695075,25.167924609375,-0.46735732,24.777524609375,-0.476405516,24.290124609375C-0.48545371,23.802624609375,-0.1023655,23.397824609375,0.3848435,23.379924609375L0.41802950000000005,23.379324609375L1.9083774999999998,23.379324609375L1.9083774999999998,4.4470846093750005C1.9084675,2.656944609375,3.3441375,1.197641909375,5.1340375,1.168327944375L5.1883475,1.167724609375L15.3251375,1.167724609375ZM15.3251375,2.956744609375L5.1883375,2.956744609375C4.3812375,2.956424609375,3.7205475000000003,3.598664609375,3.6979974999999996,4.405454609375L3.6979974999999996,23.379324609375L16.8154375,23.379324609375L16.8154375,4.4470846093750005C16.8157375,3.640214609375,16.1739375,2.979614609375,15.3673375,2.956744609375L15.3251375,2.956744609375ZM14.1074375,4.787994609375C14.7838375,4.787994609375,15.3323375,5.316554609375,15.3323375,5.968204609375L15.3323375,10.244954609375C15.3323375,10.896604609375,14.7838375,11.425124609375,14.1074375,11.425124609375L6.2997675,11.425124609375C5.6233775,11.425124609375,5.0749075,10.896604609375,5.0749075,10.244954609375L5.0749075,5.968204609375C5.0749075,5.316554609375,5.6233775,4.787994609375,6.2997675,4.787994609375L14.1074375,4.787994609375ZM13.5222375,6.598134609375L6.8850475,6.598134609375L6.8850475,9.615024609375L13.5222375,9.615024609375L13.5222375,6.598134609375Z" fill="#1890ff" fill-opacity="1"/></g></g></svg>