@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
@@ -0,0 +1,1303 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["width", "height", "fill"],
3
+ _excluded2 = ["width", "height", "fill"],
4
+ _excluded3 = ["width", "height", "fill"],
5
+ _excluded4 = ["width", "height", "fill"],
6
+ _excluded5 = ["width", "height", "fill"],
7
+ _excluded6 = ["width", "height", "fill"],
8
+ _excluded7 = ["width", "height", "fill"],
9
+ _excluded8 = ["width", "height", "fill"],
10
+ _excluded9 = ["width", "height", "fill"],
11
+ _excluded10 = ["width", "height", "fill"],
12
+ _excluded11 = ["width", "height", "fill"],
13
+ _excluded12 = ["width", "height", "fill"],
14
+ _excluded13 = ["width", "height", "fill"],
15
+ _excluded14 = ["width", "height", "fill"],
16
+ _excluded15 = ["width", "height", "fill"],
17
+ _excluded16 = ["width", "height", "fill"],
18
+ _excluded17 = ["width", "height", "fill"],
19
+ _excluded18 = ["width", "height", "fill"],
20
+ _excluded19 = ["width", "height", "fill"],
21
+ _excluded20 = ["width", "height", "fill"],
22
+ _excluded21 = ["width", "height", "fill"],
23
+ _excluded22 = ["width", "height", "fill"],
24
+ _excluded23 = ["width", "height", "fill"],
25
+ _excluded24 = ["width", "height", "fill"],
26
+ _excluded25 = ["width", "height", "fill"],
27
+ _excluded26 = ["width", "height", "fill"],
28
+ _excluded27 = ["width", "height", "fill"],
29
+ _excluded28 = ["width", "height", "fill"],
30
+ _excluded29 = ["width", "height", "fill"],
31
+ _excluded30 = ["width", "height", "fill"],
32
+ _excluded31 = ["width", "height", "fill"],
33
+ _excluded32 = ["width", "height", "fill"],
34
+ _excluded33 = ["width", "height", "fill"],
35
+ _excluded34 = ["width", "height", "fill"],
36
+ _excluded35 = ["width", "height", "fill"],
37
+ _excluded36 = ["width", "height", "fill"],
38
+ _excluded37 = ["width", "height", "fill"],
39
+ _excluded38 = ["width", "height", "fill"],
40
+ _excluded39 = ["width", "height", "fill"],
41
+ _excluded40 = ["width", "height", "fill"],
42
+ _excluded41 = ["width", "height", "fill"],
43
+ _excluded42 = ["width", "height", "fill"],
44
+ _excluded43 = ["width", "height", "fill"],
45
+ _excluded44 = ["width", "height", "fill"],
46
+ _excluded45 = ["width", "height", "fill"],
47
+ _excluded46 = ["width", "height", "fill"],
48
+ _excluded47 = ["width", "height", "fill"],
49
+ _excluded48 = ["width", "height", "fill"],
50
+ _excluded49 = ["width", "height", "fill"],
51
+ _excluded50 = ["width", "height", "fill"],
52
+ _excluded51 = ["width", "height", "fill"],
53
+ _excluded52 = ["width", "height", "fill"],
54
+ _excluded53 = ["width", "height", "fill"],
55
+ _excluded54 = ["width", "height", "fill"];
56
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
57
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
58
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
59
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
60
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
61
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
62
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
63
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
64
+ // 统计
65
+ export function StatisticsIcon(props) {
66
+ var _props$width = props.width,
67
+ width = _props$width === void 0 ? 26 : _props$width,
68
+ _props$height = props.height,
69
+ height = _props$height === void 0 ? 26 : _props$height,
70
+ fill = props.fill,
71
+ rest = _objectWithoutProperties(props, _excluded);
72
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
73
+ width: width,
74
+ height: height,
75
+ fill: fill
76
+ }, rest), {}, {
77
+ children: /*#__PURE__*/_jsx("path", {
78
+ d: "M21.624998,5C21.624998,4.03350168,22.408503,3.25,23.375,3.25C24.341499,3.25,25.125,4.03350168,25.125,5C25.125,5.9664981,24.341499,6.75,23.375002,6.75C23.22275,6.75,23.088001,6.69925,22.948,6.6624999L18.039251,11.572999C18.076,11.7129993,18.125,11.8494997,18.125,12C18.125,12.9664984,17.341499,13.749999,16.375,13.749999C15.4085,13.749999,14.625,12.9664984,14.625,12C14.625,11.8564997,14.673999,11.7287493,14.70725,11.5957499L9.7792501,6.6694999C9.6462498,6.7009995,9.5184994,6.75,9.375,6.75C9.2244997,6.75,9.0879993,6.69925,8.9497499,6.6624999L4.0392499,11.572999C4.0759995,11.7129993,4.125,11.8494997,4.125,12C4.125,12.9664984,3.3414981,13.749999,2.375,13.749999C1.40850168,13.749999,0.625,12.9664984,0.625,12C0.625,11.033501600000001,1.40850168,10.25,2.375,10.25C2.5254999,10.25,2.6619999,10.2989998,2.8019998,10.3357496L7.7107496,5.4269998C7.6757498,5.2869999,7.625,5.1504999,7.625,5C7.625,4.03350168,8.408501600000001,3.25,9.375,3.25C10.3414984,3.25,11.124999,4.03350168,11.124999,5C11.124999,5.1259999999999994,11.0795,5.23625,11.05325,5.3552501L16.019750000000002,10.3217497C16.137,10.2954998,16.249001,10.25,16.375,10.25C16.527248999999998,10.25,16.661999,10.2989998,16.802,10.3375001L21.710749,5.4269998C21.674,5.2869999,21.624998,5.1504999,21.624998,5ZM8.5,13.0769234C8.5,12.5936737,8.8917503,12.2019224,9.375,12.2019224C9.8582497,12.2019224,10.25,12.5936737,10.25,13.0769234L10.25,24.451923C10.25,24.935169,9.8582497,25.326923,9.375,25.326923C8.8917503,25.326923,8.5,24.935169,8.5,24.451923L8.5,13.0769234ZM22.5,13.0769234C22.5,12.5936737,22.89175,12.2019224,23.375,12.2019224C23.858248,12.2019224,24.25,12.5936737,24.25,13.0769234L24.25,24.451923C24.25,24.935169,23.858248,25.326923,23.375,25.326923C22.89175,25.326923,22.5,24.935169,22.5,24.451923L22.5,13.0769234ZM1.5,19.201922C1.5,18.718674999999998,1.8917508,18.326922,2.375,18.326922C2.8582492,18.326922,3.2499998,18.718674999999998,3.2499998,19.201922L3.2499998,24.451923C3.2499998,24.935169,2.8582492,25.326923,2.375,25.326923C1.8917508,25.326923,1.5,24.935169,1.5,24.451923L1.5,19.201922ZM15.499999,19.201922C15.499999,18.718674999999998,15.891752,18.326922,16.375,18.326922C16.858248,18.326922,17.25,18.718674999999998,17.25,19.201922L17.25,24.451923C17.25,24.935169,16.858248,25.326923,16.375,25.326923C15.891752,25.326923,15.499999,24.935169,15.499999,24.451923L15.499999,19.201922Z",
79
+ fillRule: "evenodd",
80
+ fillOpacity: "1"
81
+ })
82
+ }));
83
+ }
84
+ // 作业
85
+ export function WorkInfoIcon(props) {
86
+ var _props$width2 = props.width,
87
+ width = _props$width2 === void 0 ? 26 : _props$width2,
88
+ _props$height2 = props.height,
89
+ height = _props$height2 === void 0 ? 26 : _props$height2,
90
+ fill = props.fill,
91
+ rest = _objectWithoutProperties(props, _excluded2);
92
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
93
+ width: width,
94
+ height: height,
95
+ fill: fill
96
+ }, rest), {}, {
97
+ children: /*#__PURE__*/_jsx("path", {
98
+ d: "M3.789979,0.714361481394L17.18877,0.714361481394C19.137291,0.71079357825,20.720909,2.33115196875,20.728746,4.33646516875L20.728746,9.18623156875C20.728745,9.67122366875,20.34672,10.06438536875,19.875465,10.06438826875C19.404213,10.06438536875,19.022184,9.67122366875,19.022184,9.18623156875L19.022184,4.33705086875C19.015606,3.30109026875,18.195396,2.46613446875,17.18877,2.47067426875L3.789979,2.47067426875C2.783572,2.46613206875,1.9634521,3.30073306875,1.9565629,4.33646516875L1.9565629,20.80190246875C1.9631401,21.83786746875,2.7833512,22.67282246875,3.789979,22.66827746875L10.647516,22.66827746875C11.11877,22.66827746875,11.500796,23.06144546875,11.500796,23.54643446875C11.500796,24.03142946875,11.11877,24.42458946875,10.647516,24.42459146875L3.789979,24.42459146875C1.8412366,24.42815946875,0.2575249141,22.80744746875,0.25,20.80190246875L0.25,4.33646516875C0.2578380629,2.33115196875,1.8414586,0.71079357825,3.789979,0.714361481394ZM14.20436,9.60595416875L5.6715488,9.60595416875C5.200295,9.60595416875,4.8182669,9.21279146875,4.8182678,8.72779846875C4.8182678,8.24280646875,5.200295,7.84964226875,5.6715488,7.84964226875L14.20436,7.84964226875C14.675614,7.84964366875,15.057641,8.24280646875,15.057641,8.72779846875C15.057641,9.21279146875,14.675614,9.60595416875,14.20436,9.60595416875ZM19.018425,14.78760146875L18.214518,14.78760146875C16.725986,14.78587146875,15.421939,15.81336846875,15.035193,17.29269046875C14.983374,17.38550346875,14.948478,17.48728746875,14.932232,17.59301746875L13.907725,24.29979746875C13.868984,24.55346646875,13.940072,24.81188046875,14.102274,25.00700146875C14.2644,25.20207246875,14.501342,25.31437446875,14.750767,25.31435746875L24.996401,25.31435746875C25.520611,25.31494146875,25.920918,24.83319046875,25.839437,24.30038046875L24.8155,17.59360546875C24.799318,17.48766946875,24.764421,17.38568346875,24.712538,17.29269046875C24.325966,15.81325046875,23.021814,14.78566746875,21.533213,14.78760146875L20.724989,14.78760146875L20.724989,12.61098546875C20.724989,12.12599346875,20.342964,11.73283046875,19.871706,11.73282946875C19.400452,11.73282946875,19.018423,12.12599346875,19.018425,12.61098546875L19.018425,14.78760146875ZM11.343024,14.54536946875L5.6715488,14.54536946875C5.200295,14.54536946875,4.8182669,14.15220346875,4.8182678,13.66721146875C4.8182669,13.18221746875,5.200295,12.78905246875,5.6715488,12.78905246875L11.343025,12.78905246875C11.814279,12.78905246875,12.196305,13.18221746875,12.196305,13.66721146875C12.196305,14.15220346875,11.81428,14.54536946875,11.343024,14.54536946875ZM18.74328,23.55804646875L20.552877,23.55804646875L21.168438,21.19413546875C21.290575,20.72586046875,21.758362,20.44806246875,22.213421,20.57357046875C22.668663,20.69901246875,22.93889,21.18051746875,22.816977,21.64902346875L22.319466,23.55804646875L23.99692,23.55804646875L23.169806,18.11640146875C23.134787,18.04227246875,23.110083,17.96344146875,23.096424,17.88222846875C22.959349,17.10495546875,22.30023,16.54086846875,21.532644,16.54391546875L18.214518,16.54391546875C17.447285,16.54249346875,16.789492,17.10745446875,16.65358,17.88456946875C16.639917,17.96578246875,16.615213,18.04461646875,16.580196,18.11874346875L15.748536,23.55804646875L16.976284,23.55804646875C16.976816,23.55594646875,16.977358,23.55384846875,16.977905,23.55174846875L18.09741,19.25346546875C18.219545,18.78518646875,18.687334,18.50739246875,19.142395,18.63290246875C19.597635,18.75834046875,19.867861,19.23984546875,19.745951,19.70835146875L18.74328,23.55804646875Z",
99
+ fillRule: "evenodd",
100
+ fillOpacity: "1"
101
+ })
102
+ }));
103
+ }
104
+ // 接入
105
+ export function AccessIcon(props) {
106
+ var _props$width3 = props.width,
107
+ width = _props$width3 === void 0 ? 26 : _props$width3,
108
+ _props$height3 = props.height,
109
+ height = _props$height3 === void 0 ? 26 : _props$height3,
110
+ fill = props.fill,
111
+ rest = _objectWithoutProperties(props, _excluded3);
112
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
113
+ width: width,
114
+ height: height,
115
+ fill: fill
116
+ }, rest), {}, {
117
+ children: /*#__PURE__*/_jsx("path", {
118
+ d: "M4.817453825,1.429931640625L20.627722125,1.429931640625C22.990969125,1.429931640625,24.911972125,3.350934140625,24.898151125,5.714182340625L24.898151125,17.668624640625C24.898151125,20.031871640625,22.977148125,21.952874640625,20.613901125,21.952874640625L4.817453825,21.952874640625C2.454205725,21.952874640625,0.533203125,20.031871640625,0.533203125,17.668624640625L0.533203125,5.714182340625C0.533203125,3.350934240625,2.454205725,1.429931640625,4.817453825,1.429931640625ZM20.627722125,20.018049640625C21.926817125,20.018049640625,22.977148125,18.967717640625,22.977148125,17.668622640625L22.963329125,17.668622640625L22.963329125,5.714182340625C22.963329125,4.4150865406249995,21.912996125,3.364754340625,20.613901125,3.364754340625L4.817453825,3.364754340625C3.518358725,3.364754340625,2.4680261249999997,4.4150865406249995,2.4680261249999997,5.714182340625L2.4680261249999997,17.668622640625C2.4680261249999997,18.967717640625,3.518358225,20.018049640625,4.817453825,20.018049640625L20.627722125,20.018049640625ZM13.690381125,6.032154040625L13.690381125,13.660884640625L17.214523125,10.136743540625L18.582718125,11.504938640625L14.091165125,15.996494640625L12.722970125,17.364689640625002L11.354774125,15.996494640625L6.863220725,11.504938640625L8.231416724999999,10.136742640625L11.755558125,13.660884640625L11.755558125,6.032154040625L13.690381125,6.032154040625ZM3.035034625,24.095107640625L22.410904125,24.095107640625C22.949892125,24.095107640625,23.392137125,24.523534640625,23.392137125,25.062522640625C23.392137125,25.601508640625,22.963713125,26.029933640625,22.424724125,26.029933640625L3.035034625,26.029933640625C2.496048225,26.029933640625,2.067623225,25.601508640625,2.067623225,25.062522640625C2.067623225,24.523534640625,2.496048225,24.095107640625,3.035034625,24.095107640625Z",
119
+ fillRule: "evenodd",
120
+ fillOpacity: "1"
121
+ })
122
+ }));
123
+ }
124
+ // 设备
125
+ export function DeviceIcon(props) {
126
+ var _props$width4 = props.width,
127
+ width = _props$width4 === void 0 ? 26 : _props$width4,
128
+ _props$height4 = props.height,
129
+ height = _props$height4 === void 0 ? 26 : _props$height4,
130
+ fill = props.fill,
131
+ rest = _objectWithoutProperties(props, _excluded4);
132
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
133
+ width: width,
134
+ height: height,
135
+ fill: fill
136
+ }, rest), {}, {
137
+ children: /*#__PURE__*/_jsx("path", {
138
+ d: "M5.701541425,11.59373660625C6.157300425,11.59373660625,6.525201825,11.22583580625,6.525201825,10.77007580625C6.525201825,6.63804440625,9.885737425,3.2747629062500003,14.015023625,3.2747629062500003C18.144307625,3.2747629062500003,21.504844625,6.63529920625,21.504844625,10.77007580625C21.504844625,11.22583580625,21.872747625,11.59373660625,22.328506625,11.59373660625C22.784263625,11.59373660625,23.152166625,11.22583580625,23.152166625,10.77007580625C23.152166625,9.53732970625,22.910558625,8.33753160625,22.432834625,7.21186160625C21.971586625,6.12188290625,21.312658625,5.144472406249999,20.475269625,4.3070841062500005C19.635135625,3.4642053062500002,18.657726625,2.80527670625,17.570492625,2.34677201625C16.444823624999998,1.86904938625,15.247769625,1.62744140625,14.015023625,1.62744140625C12.782278625,1.62744140625,11.585224125,1.86904938625,10.459554625,2.34677201625C9.369577425,2.80527670625,8.392166625,3.4642053062500002,7.554778125,4.30433890625C6.717389625,5.144472406249999,6.058460725,6.12188290625,5.597210925000001,7.20911650625C5.119487725,8.33753160625,4.877880525,9.53458550625,4.877880525,10.76733110625C4.877880525,11.22583580625,5.245782125,11.59373760625,5.701541425,11.59373660625ZM9.705800025,11.59384150625C9.250040525,11.59384150625,8.882138725,11.22594070625,8.882138725,10.77018070625C8.882138725,7.93678900625,11.185644125,5.63328360625,14.016290625,5.63328360625C16.846938625,5.63328360625,19.150441625,7.93678900625,19.150441625,10.77018070625C19.150441625,11.22594070625,18.782541625,11.59384150625,18.326782625,11.59384150625C17.871023625,11.59384150625,17.503121625,11.22594070625,17.503121625,10.77018070625C17.503121625,8.84556050625,15.938165625,7.28060530625,14.016290625,7.28060530625C12.094415625,7.28060530625,10.529460925,8.84556050625,10.529460925,10.77018070625C10.529460925,11.22594070625,10.161559125,11.59384150625,9.705800025,11.59384150625ZM23.748159625,14.79782940625L14.742801625,14.79782940625L14.742801625,10.13041880625C14.742801625,9.67465880625,14.374899625,9.306757906249999,13.919140625,9.306757906249999C13.463382625,9.306757906249999,13.095480625,9.67465880625,13.095480625,10.13041880625L13.095480625,14.79508240625L4.090122925,14.79508240625C2.728337025,14.79508240625,1.619140625,15.90428040625,1.619140625,17.268810406249997L1.619140625,23.75376740625C1.619140625,25.11829940625,2.728337025,26.22749740625,4.090122925,26.22749740625L23.748159625,26.22749740625C25.109945625,26.22749740625,26.219140625,25.11829740625,26.219140625,23.75376740625L26.219140625,17.26881240625C26.219140625,15.90702640625,25.112691625,14.79782940625,23.748159625,14.79782940625ZM24.571821625,23.75376740625C24.571821625,24.20952840625,24.201173625,24.57742740625,23.748159625,24.57742740625L4.090122925,24.57742740625C3.637109525,24.57742740625,3.2664621250000003,24.20677940625,3.2664621250000003,23.75376740625L3.2664621250000003,17.26881240625C3.2664621250000003,16.81305340625,3.637109525,16.445151406249998,4.090122925,16.445151406249998L23.748159625,16.445151406249998C24.201173625,16.445151406249998,24.571821625,16.81579840625,24.571821625,17.26881240625L24.571821625,23.75376740625ZM6.320343025,21.74957840625C7.002686025,21.74957840625,7.555833825,21.19643240625,7.555833825,20.51408740625C7.555833825,19.83174540625,7.002686025,19.27859640625,6.320343025,19.27859640625C5.637999525,19.27859640625,5.084851725,19.83174540625,5.084851725,20.51408740625C5.084851725,21.19643240625,5.637999525,21.74957840625,6.320343025,21.74957840625ZM10.411191025,21.74957840625C11.093534425,21.74957840625,11.646683625,21.19643240625,11.646683625,20.51408740625C11.646683625,19.83174540625,11.093534425,19.27859640625,10.411191025,19.27859640625C9.728848425,19.27859640625,9.175700225,19.83174540625,9.175700225,20.51408740625C9.175700225,21.19643240625,9.728848425,21.74957840625,10.411191025,21.74957840625Z",
139
+ fillRule: "evenodd",
140
+ fillOpacity: "1"
141
+ })
142
+ }));
143
+ }
144
+ // 指标检测
145
+ export function IndexIcon(props) {
146
+ var _props$width5 = props.width,
147
+ width = _props$width5 === void 0 ? 26 : _props$width5,
148
+ _props$height5 = props.height,
149
+ height = _props$height5 === void 0 ? 26 : _props$height5,
150
+ fill = props.fill,
151
+ rest = _objectWithoutProperties(props, _excluded5);
152
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
153
+ width: width,
154
+ height: height,
155
+ fill: fill
156
+ }, rest), {}, {
157
+ children: /*#__PURE__*/_jsx("path", {
158
+ d: "M6.7389832,22.525493140625L12.2376127,25.778499140625C12.791404,26.107416140625,13.47996,26.107416140625,14.033297,25.778952140625L19.532383,22.525946140625C22.310043,20.882210140625,24.021364,17.845102140625,24.021364,14.558534140625L24.021364,5.154213440625C24.021364,4.334158440625,23.492046,3.613435940625,22.7237,3.386197340625L13.6337,0.697434231625C13.308665,0.601181130625,12.9627,0.601181130625,12.637662,0.697434231625L3.547664,3.385744140625C2.77931619,3.612982240625,2.25,4.334158440625,2.25,5.153760440625L2.25,14.558082140625C2.25,17.844652140625,3.9613198,20.881304140625,6.7389832,22.525493140625ZM18.622972,20.949793140625L13.135682,24.210506140625L7.6483903,20.950243140625L7.5077839,20.864067140625C5.3728302,19.528301140625,4.0642803999999995,17.140257140625,4.0642803999999995,14.560801140625L4.0642803999999995,5.134256340625L13.135682,2.439143340625L22.207083,5.134256840625L22.207083,14.560805140625L22.205271,14.728625140625C22.148573,17.299461140625,20.79376,19.659838140625,18.622972,20.949793140625ZM11.7507458,7.165652740625C11.3379383,7.173193440625,10.9724064,7.434184540625,10.8312473,7.822180240625L9.3249402,11.964183140625L6.7854023,11.964183140625L6.7173667,11.966450140625C6.2292588,12.000964140625,5.8564894,12.416385140625,5.8748496,12.905367140625C5.8932095,13.394348140625,6.2960801,13.780647140625,6.7854023,13.778461140625L10.5958443,13.778461140625L11.7175236,10.694186140625L14.013948,17.910938140625L14.037988,17.978067140625C14.2318,18.464266140625,14.768345,18.718084140625,15.267164,18.559545140625L15.346539,18.530517140625C15.580302,18.433637140625,15.768533,18.251570140625,15.873133,18.021156140625L17.801258,13.778461140625L19.485365,13.778461140625L19.553402,13.775740140625C20.041513,13.741234140625,20.414291,13.325809140625,20.395931,12.836821140625C20.377573,12.347835140625,19.974693,11.961536140625,19.485365,11.963728140625L17.363564,11.963728140625L17.28056,11.966904140625C16.867009,11.997181140625,16.502963,12.250778140625,16.331238,12.628207140625L15.099342,15.338743140625L12.719913,7.860732540625L12.693606,7.788162240625C12.538372,7.405580040625,12.1635523,7.158112540625,11.7507458,7.165652740625Z"
159
+ })
160
+ }));
161
+ }
162
+ // 考核
163
+ export function AssessmentIcon(props) {
164
+ var _props$width6 = props.width,
165
+ width = _props$width6 === void 0 ? 26 : _props$width6,
166
+ _props$height6 = props.height,
167
+ height = _props$height6 === void 0 ? 26 : _props$height6,
168
+ fill = props.fill,
169
+ rest = _objectWithoutProperties(props, _excluded6);
170
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
171
+ width: width,
172
+ height: height,
173
+ fill: fill
174
+ }, rest), {}, {
175
+ children: /*#__PURE__*/_jsx("path", {
176
+ d: "M21.5665585,0.80419921875L4.3197148,0.80419921875C2.25516,0.80419921875,0.5546875,2.52400891875,0.5546875,4.61238361875L0.5546875,21.19601421875C0.5546875,23.28436421875,2.255133,25.00420021875,4.3196878000000005,25.00420021875L21.5665325,25.00420021875C23.6313305,25.00420021875,25.3315335,23.28439121875,25.3315335,21.19601421875L25.3315335,4.6123841187500005C25.3315335,2.52403601875,23.7528645,0.80419953385783,21.5665585,0.80419921875ZM23.5098495,21.31898121875C23.5098495,22.42440621875,22.6598565,23.28433821875,21.5665855,23.28433821875L4.3197417,23.28433821875C3.226685,23.28433821875,2.3764757000000003,22.42443121875,2.3764757000000003,21.31897921875L2.3764757000000003,4.6123299187499995C2.3764757000000003,3.50690391875,3.226685,2.64697201875,4.3197417,2.64697201875L21.5665855,2.64697201875C22.6598605,2.64697201875,23.5098515,3.50687721875,23.5098515,4.6123299187499995L23.5098495,21.31898121875ZM9.6638985,6.82347871875L6.9919276,9.52593991875L5.7773395,8.29774001875C5.412744,7.92917491875,4.8055983,7.92917491875,4.5627508,8.29774001875C4.1981554,8.66606231875,4.1981554,9.28041841875,4.5627508,9.52593991875L6.5060167,11.49154121875C6.6275482,11.61431521875,6.8703952,11.73708921875,7.234694,11.73708921875C7.5992899,11.73708921875,7.5992899,11.61431521875,7.9633708,11.49154121875L11.2427315,8.17472311875C11.6073275,7.80615801875,11.6073275,7.19204521875,11.2427315,6.94625331875C10.5140553,6.57793091875,10.0281429,6.57793091875,9.6638985,6.82347871875ZM20.8378815,8.29774091875L12.4573745,8.29774091875C11.8502295,8.29774091875,11.6071655,8.66606281875,11.6071655,9.15764521875C11.6071655,9.77175901875,11.9717595,10.01755041875,12.4573745,10.01755041875L20.8380985,10.01755041875C21.4452435,10.01755041875,21.6880895,9.64898491875,21.6880895,9.15764521875C21.6880895,8.66606281875,21.3234955,8.29774091875,20.8378815,8.29774091875ZM7.4775424,13.82543721875C5.8986287,13.82543721875,4.6840405,15.05390821875,4.6840405,16.65091721875C4.6840405,18.24770921875,5.8986287,19.47615221875,7.4775424,19.47615221875C9.0567274,19.47615221875,10.2710447,18.24768021875,10.2710447,16.65091721875C10.2710447,14.93110721875,8.935194,13.82543721875,7.4775424,13.82543721875ZM7.4775424,17.51079321875C6.8703976,17.51079321875,6.5060177,17.14222921875,6.5060177,16.52811521875C6.5060177,15.91378621875,6.8703961,15.54519321875,7.4775424,15.54519321875C8.0849857,15.54519321875,8.4492841,15.91375921875,8.4492841,16.52811521875C8.4492841,17.14222921875,7.9633727,17.51079321875,7.4775424,17.51079321875ZM20.8378825,15.66796921875L12.4573745,15.66796921875C11.8502295,15.66796921875,11.6071655,16.03653421875,11.6071655,16.528117218749998C11.6071655,17.01921321875,11.9717595,17.38802121875,12.4573745,17.38802121875L20.8380985,17.38802121875C21.4452435,17.38802121875,21.6880895,17.01945721875,21.6880895,16.528117218749998C21.6880895,16.03653421875,21.3234955,15.66821221875,20.8378825,15.66796921875L20.8378825,15.66796921875Z"
177
+ })
178
+ }));
179
+ }
180
+ // 工单
181
+ export function WorkOrderIcon(props) {
182
+ var _props$width7 = props.width,
183
+ width = _props$width7 === void 0 ? 26 : _props$width7,
184
+ _props$height7 = props.height,
185
+ height = _props$height7 === void 0 ? 26 : _props$height7,
186
+ fill = props.fill,
187
+ rest = _objectWithoutProperties(props, _excluded7);
188
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
189
+ width: width,
190
+ height: height,
191
+ fill: fill
192
+ }, rest), {}, {
193
+ children: /*#__PURE__*/_jsx("path", {
194
+ d: "M5.2042329,0L21.656145,0C23.08075,0.013130188,24.228689,1.1717453,24.228624,2.5964108L24.228624,22.530144C24.228624,24.446493,22.675117,26,20.758768,26L5.2042329,26C3.2878832,26,1.734375,24.446493,1.734375,22.530144L1.734375,3.4698575C1.734375,1.5535078,3.2878832,0,5.2042329,0ZM20.794664,24.265072C21.752838,24.265072,22.529593,23.488319,22.529593,22.530144L22.529593,3.4698575C22.529593,2.5116837,21.752838,1.7349297,20.794664,1.7349287C20.31888,1.7349287,19.93318,2.1206274,19.93318,2.5964108L19.93318,3.4698575C19.93318,4.9229579,18.741274,6.0932908,17.28891,6.066268L8.6621261,6.066268C7.228168,6.066268,6.0657148,4.9038157,6.0657153,3.4698575L6.0657153,2.5964108C6.0657153,2.1206269,5.680016,1.7349287,5.2042329,1.7349287C4.246058,1.7349287,3.4693036,2.5116827,3.469304,3.4698575L3.469304,22.530146C3.469304,23.488321,4.2460582,24.265074,5.2042329,24.265072L20.794664,24.265072ZM8.6621261,1.7349287C8.1863427,1.7349287,7.800643,2.1206274,7.8006439,2.5964108L7.800643,3.4698575C7.8006439,3.9456406,8.1863427,4.3313389,8.6621256,4.3313394L17.28891,4.3313394C17.764692,4.3313389,18.150394,3.9456406,18.150394,3.4698575L18.150394,2.5964108C18.150394,2.1206274,17.764692,1.7349287,17.28891,1.7349287L8.6621261,1.7349287ZM10.494174,9.1533632C10.6907377,8.9552126,10.9784088,8.8775883,11.2479696,8.9499569C11.5173254,9.0217133,11.7276802,9.2321358,11.79935,9.5015125C11.871019,9.7708902,11.793041,10.058025,11.5949545,10.254146L8.460118300000001,13.377017C8.1562934,13.681347,7.6631618,13.681347,7.3593369,13.377017L5.8038831,11.869423C5.500164,11.565408,5.500284199999999,11.072778,5.804152,10.76891C6.1080194,10.465042,6.6006489,10.464923,6.904665,10.768642L7.9097271,11.725843L10.494174,9.1533632ZM13.38971,10.481481L19.683313,10.481481C20.116144,10.481481,20.467024,10.832358,20.467024,11.26519C20.467024,11.698021,20.116144,12.0489,19.683313,12.0489L13.38971,12.0489C12.95688,12.0489,12.606001,11.698021,12.606001,11.26519C12.606001,10.832358,12.95688,10.481481,13.38971,10.481481ZM6.054934,19.077106C5.5876643999999995,17.337212,6.8978724,15.627584,8.699418999999999,15.626442C9.4262867,15.62598,10.1235514,15.914357,10.6377535,16.428097C11.912212,17.701414,11.6320896,19.837065,10.0723619,20.738636C8.5126352,21.640207,6.5222049,20.817003,6.054934,19.077106ZM7.6381378,18.96929C8.0315552,19.654076,8.968779099999999,19.776592,9.525005799999999,19.215952L9.525005799999999,19.144157C9.7268853,18.942331,9.8499546,18.674974,9.8719912,18.390364C9.8832884,17.600689,9.1399393,17.01688,8.3754416,17.215008C7.6109447,17.413136,7.2447195,18.284504,7.6381378,18.96929ZM13.38971,17.588705L19.683313,17.588705C20.116144,17.588707,20.467024,17.939585,20.467024,18.372416C20.467024,18.805246,20.116144,19.156126,19.683313,19.156126L13.38971,19.156126C12.95688,19.156126,12.606001,18.805246,12.606001,18.372416C12.606001,17.939585,12.95688,17.588707,13.38971,17.588705Z",
195
+ fillRule: "evenodd"
196
+ })
197
+ }));
198
+ }
199
+ // 排班
200
+ export function SchedulingIcon(props) {
201
+ var _props$width8 = props.width,
202
+ width = _props$width8 === void 0 ? 26 : _props$width8,
203
+ _props$height8 = props.height,
204
+ height = _props$height8 === void 0 ? 26 : _props$height8,
205
+ fill = props.fill,
206
+ rest = _objectWithoutProperties(props, _excluded8);
207
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
208
+ width: width,
209
+ height: height,
210
+ fill: fill
211
+ }, rest), {}, {
212
+ children: /*#__PURE__*/_jsx("path", {
213
+ d: "M24.440996625,25.850391625L2.059786425,25.850391625C1.281398475,25.850391625,0.650390625,25.219383625,0.650390625,24.440996625L0.650390625,3.863813425C0.65039040994324,3.085425625,1.281398475,2.454417425,2.059786425,2.454417425L5.414148825,2.454417425C5.881182225,2.454417425,6.259787125,2.833022625,6.259787125,3.300055025C6.259787125,3.767088125,5.881182225,4.145692824999999,5.414148825,4.145692824999999C5.412260025,4.145692824999999,5.410456625,4.145411225,5.408511625,4.145411225L2.905424125,4.145411225C2.594068725,4.145411225,2.341665725,4.397814524999999,2.341665725,4.709169825L2.341665725,6.830817725L24.159116625,6.830817725L24.159116625,4.709169825C24.159116625,4.397814524999999,23.906713625,4.145411225,23.595355625,4.145411225L21.092271625,4.145411225C21.090381625,4.145411225,21.088580625,4.145692824999999,21.086633625,4.145692824999999C20.619602625,4.145692824999999,20.240995625,3.767088125,20.240995625,3.300055025C20.240995625,2.833022625,20.619602625,2.454417425,21.086633625,2.454417425L24.440996625,2.454417425C25.219383625,2.454417425,25.850391625,3.085425625,25.850391625,3.863813425L25.850391625,24.440996625C25.850391625,25.219383625,25.219383625,25.850391625,24.440996625,25.850391625ZM24.159116625,8.522092825L2.341665725,8.522092825L2.341665725,23.595077625C2.341665725,23.906431625,2.594068725,24.158832625,2.905424125,24.158832625L23.595355625,24.158832625C23.906713625,24.158832625,24.159116625,23.906431625,24.159116625,23.595077625L24.159116625,8.522092825ZM16.027802625,19.118158625C15.697573625,19.449027625,15.161483625,19.449027625,14.831253625,19.118158625L11.042177625,15.324063625L7.252903425,19.118354625C6.922041425,19.448774625,6.385968225,19.448415625,6.055550625,19.117555625C5.725132425,18.786691625,5.725492525,18.250617625,6.056354525,17.920200625L10.443691225,13.526913625C10.773920625,13.196043625,11.310009625,13.196043625,11.640239625,13.526913625L15.429318625,17.321008625L19.218620625,13.526632625C19.549476625,13.196213625,20.085553625,13.196574625,20.415969625,13.527434625C20.746387625,13.858297625,20.746026625,14.394368625,20.415166625,14.724787625L16.027802625,19.118158625ZM18.662471625,5.949719425C18.195442625,5.949718925,17.816833625,5.571114025,17.816833625,5.104082125L17.816833625,1.4960281850000001C17.816833625,1.028995455,18.195442625,0.650390625,18.662471625,0.650390625C19.129501625,0.650390625,19.508108625,1.028995455,19.508108625,1.4960281850000001L19.508108625,5.104082125C19.508108625,5.571114525,19.129501625,5.949719425,18.662471625,5.949719425ZM16.238311625,4.145692824999999C16.236421625,4.145692824999999,16.234617625,4.145411225,16.232673625,4.145411225L10.268109325,4.145411225C10.266222025,4.145411225,10.264417625,4.145692824999999,10.262472125,4.145692824999999C9.795437825,4.145692824999999,9.416834825,3.767088125,9.416834825,3.300055025C9.416834825,2.833022625,9.795437825,2.454417425,10.262472125,2.454417425L16.238311625,2.454417425C16.705343625,2.454417425,17.083946625,2.833022625,17.083946625,3.300055025C17.083946625,3.767088125,16.705343625,4.145692824999999,16.238311625,4.145692824999999ZM7.838310225,5.949719425C7.371276825,5.949718925,6.992672425,5.571114025,6.992672425,5.104082125L6.992672425,1.4960281850000001C6.992672425,1.028995455,7.371276825,0.650390625,7.838310225,0.650390625C8.305343125,0.650390625,8.683947525,1.028995455,8.683947525,1.4960281850000001L8.683947525,5.104082125C8.683946625,5.571114525,8.305343125,5.949719425,7.838310225,5.949719425Z"
214
+ })
215
+ }));
216
+ }
217
+ // 评价
218
+ export function EvaluationIcon(props) {
219
+ var _props$width9 = props.width,
220
+ width = _props$width9 === void 0 ? 26 : _props$width9,
221
+ _props$height9 = props.height,
222
+ height = _props$height9 === void 0 ? 26 : _props$height9,
223
+ fill = props.fill,
224
+ rest = _objectWithoutProperties(props, _excluded9);
225
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
226
+ width: width,
227
+ height: height,
228
+ fill: fill
229
+ }, rest), {}, {
230
+ children: /*#__PURE__*/_jsx("path", {
231
+ d: "M23.215683,21.82047696875L15.787889,21.82047696875L13.840878,24.20479796875C13.831594,24.21686896875,13.823238,24.22986596875,13.812096,24.24193796875C13.613402,24.47219896875,13.325575,24.60404196875,13.024749,24.60404196875L13.023821,24.60404196875L13.01268,24.60311296875L13.000609,24.60404196875C12.700712,24.60404196875,12.414742,24.47312696875,12.216048,24.24565096875L12.187265,24.20851096875L10.217043,21.82047696875L2.7892485,21.82047696875C1.0149341,21.82047696875,0.0019687265,20.87528996875,0.0019687265,19.15761196875L0.0019687265,4.50814556875C0.0019687265,2.79046816875,1.4448178,1.3931144923,3.2191322,1.3931144923L22.783941,1.3931144923C24.557327,1.3931144923,26.000177,2.79046816875,26.000177,4.50814556875L26.000177,19.15761196875C26.000177,20.87528996875,24.989069,21.82047696875,23.215683,21.82047696875ZM24.144157,4.17946626875C24.144157,3.64187956875,23.830334,3.25099186875,23.215683,3.25099186875L2.7892485,3.25099186875C2.1745985,3.25099186875,1.8607742,3.64187936875,1.8607742,4.17946626875L1.8607742,19.03505496875C1.8607742,19.57264296875,2.1745985,19.96352996875,2.7892485,19.96352996875L10.430592,20.13251096875L10.444519,20.13343996875C10.480181,20.13476596875,10.515791,20.13724296875,10.551293,20.14086696875C10.573151,20.14290796875,10.594857,20.14631996875,10.616286,20.15108096875L10.653425,20.15757896875C10.686795,20.16435096875,10.719675,20.17334796875,10.751843,20.18450496875L10.819622,20.20957596875L10.846547,20.22071696875C10.868831,20.23092796875,10.891114,20.24114196875,10.91247,20.25321196875C10.920826,20.25785396875,10.930111,20.26156796875,10.938467,20.26713896875C10.958893,20.27827996875,10.978392,20.29127896875,10.99789,20.30427696875C11.03721,20.32797196875,11.074203,20.35533096875,11.108377,20.38598396875L11.126019,20.40083896875L13.009893,22.09437596875L14.875197,20.40362596875L14.894696,20.38783996875L14.924408,20.36277196875L14.97733,20.32284896875L15.005185,20.30427896875L15.06368,20.26806796875L15.092463,20.25321396875C15.11273,20.24207296875,15.133487,20.23184996875,15.15467,20.22257396875L15.188094,20.20864696875C15.207901,20.20040496875,15.228035,20.19296996875,15.248445,20.18636296875L15.290227,20.17336496875C15.308796,20.16871996875,15.326438,20.16315096875,15.345007,20.15943696875L15.394217,20.14922296875L15.446211,20.14179596875L15.500062,20.13622496875C15.516444,20.13515996875,15.532854,20.13454196875,15.549273,20.13436896875L15.573412,20.13251096875C15.52606,20.14086696875,18.466537,19.90967796875,22.268641,20.00438296875C23.367954,19.83075696875,24.142302,19.55499996875,24.144159,19.03505496875L24.144157,4.17946626875ZM19.501787,14.39268296875L6.5031462,14.39268296875C5.9237781,14.39268296875,5.5746717,14.05378996875,5.5746717,13.46420896875C5.5746717,12.87462796875,5.9237781,12.53573496875,6.5031462,12.53573496875L19.501785,12.53573496875C20.081154,12.53573496875,20.43026,12.87462796875,20.43026,13.46420896875C20.43026,14.05378996875,20.081154,14.39268296875,19.501787,14.39268296875ZM19.501787,9.75031186875L6.5031462,9.75031186875C5.9237781,9.75031186875,5.5746717,9.41141886875,5.5746717,8.821837468750001C5.5746717,8.23225636875,5.9237781,7.89336346875,6.5031462,7.89336346875L19.501785,7.89336346875C20.081154,7.89336346875,20.43026,8.23225636875,20.43026,8.821837468750001C20.43026,9.41141886875,20.081154,9.75031186875,19.501787,9.75031186875Z"
232
+ })
233
+ }));
234
+ }
235
+ // 工况
236
+ export function WorkingConditionIcon(props) {
237
+ var _props$width10 = props.width,
238
+ width = _props$width10 === void 0 ? 26 : _props$width10,
239
+ _props$height10 = props.height,
240
+ height = _props$height10 === void 0 ? 26 : _props$height10,
241
+ fill = props.fill,
242
+ rest = _objectWithoutProperties(props, _excluded10);
243
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
244
+ width: width,
245
+ height: height,
246
+ fill: fill
247
+ }, rest), {}, {
248
+ children: /*#__PURE__*/_jsx("path", {
249
+ d: "M25.829464,4.2372128875C25.706701,2.7752114875,24.479063,1.6591796875,23.005903,1.6591796875L3.4753458,1.6591796875L3.2186582,1.6703405055C1.7566568,1.7931037075,0.640625,3.0207390875,0.640625,4.493900787499999L0.640625,24.0021376875L0.651785237,24.1807036875C0.74106771,24.7275576875,1.2321216499999998,25.1181716875,1.7901379,25.0735286875C2.3481541,25.0288906875,2.7722461,24.5713136875,2.7722461,24.0132996875L2.7722461,21.0669746875L23.709003,21.0669746875L23.709003,24.0021376875L23.720163,24.1807036875C23.809446,24.7275576875,24.300503,25.1181716875,24.858519,25.0735286875C25.416534,25.0288866875,25.840626,24.5713136875,25.840626,24.0132976875L25.840626,4.4939002875L25.829464,4.2372128875ZM3.4753458,3.7907995875L23.005903,3.7907995875L23.139828,3.8019609875C23.474638,3.8689229875,23.709003,4.1590914875,23.709003,4.493900787499999L23.709003,7.1388964875L2.7722454,7.1388964875L2.7722454,4.5050599875L2.783406,4.3599757875C2.8503683,4.0251669875000005,3.1405363,3.7907995875,3.4753458,3.7907995875ZM2.7722461,9.259355987500001L23.720163,9.259355987500001L23.709003,9.2593569875L23.709003,18.9465126875L2.7722461,18.9465126875L2.7722461,9.259355987500001ZM18.8563,17.4623646875L20.028135,17.4623646875C20.429905,17.4623646875,20.753553,17.1387146875,20.764713,16.7369446875L20.764713,11.6813186875C20.764713,11.2795486875,20.441065,10.9558982875,20.039293,10.9558982875L18.8563,10.9558982875C18.454529,10.9558982875,18.130878,11.2795486875,18.130878,11.6813186875L18.130878,16.7369446875C18.130878,17.1387146875,18.454529,17.4623646875,18.8563,17.4623646875ZM6.8254766,17.4623646875L7.9973106,17.4623646875C8.399082700000001,17.4623646875,8.7227316,17.1387146875,8.7338924,16.7369446875L8.7338924,12.9982376875C8.7338924,12.5964646875,8.410243000000001,12.2728156875,8.0084705,12.2728156875L6.8254766,12.2728156875C6.4237056,12.2728156875,6.1000557,12.5964646875,6.1000557,12.9982376875L6.1000557,16.7369446875C6.1000557,17.1387146875,6.4237056,17.4623646875,6.8254766,17.4623646875ZM12.829728,17.4623646875L14.012722,17.4623646875C14.414492,17.4623646875,14.738144,17.1387146875,14.738144,16.7369446875L14.738144,14.2481926875C14.738144,13.8464216875,14.414492,13.5227726875,14.012722,13.5227726875L12.829728,13.5227726875C12.427957,13.5227726875,12.104307,13.8464216875,12.104307,14.2481926875L12.104307,16.7369446875C12.104307,17.1387146875,12.427957,17.4623646875,12.829728,17.4623646875Z"
250
+ })
251
+ }));
252
+ }
253
+ // 计量
254
+ export function MeasurementIcon(props) {
255
+ var _props$width11 = props.width,
256
+ width = _props$width11 === void 0 ? 26 : _props$width11,
257
+ _props$height11 = props.height,
258
+ height = _props$height11 === void 0 ? 26 : _props$height11,
259
+ fill = props.fill,
260
+ rest = _objectWithoutProperties(props, _excluded11);
261
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
262
+ width: width,
263
+ height: height,
264
+ fill: fill
265
+ }, rest), {}, {
266
+ children: /*#__PURE__*/_jsx("path", {
267
+ d: "M13.03828125,0.43505869592938C15.51077825,0.43454922951,17.76240925,1.85828099375,18.82205025,4.09220149375L22.18113925,4.09220149375C24.20092225,4.09220169375,25.83827925,5.72955989375,25.83827925,7.74934479375L25.83827925,22.37791659375C25.83827925,24.39769959375,24.20092225,26.03505859375,22.18113925,26.03505859375L3.89542415,26.03505859375C1.87563965,26.03505859375,0.23828114782062,24.39769959375,0.23828125,22.37791659375L0.23828125,7.74934479375C0.23828094346186,5.72956039375,1.87563945,4.09220169375,3.89542415,4.09220169375L7.25633715,4.09220169375C8.31600665,1.85868189375,10.56675325,0.43505930900568,13.03828125,0.43505869592938ZM19.43828025,6.83505819375C19.43902925,10.55069359375,16.28604725,13.48600459375,12.57995525,13.21991559375C8.87385945,12.95382459375,6.17255685,9.59818649375,6.70411105,5.92077299375L3.89542485,5.92077299375C2.96776435,5.92100379375,2.18726225,6.61583229375,2.0796535499999997,7.53723049375L2.0668535500000003,7.74934479375L2.0668535500000003,22.37791659375C2.06708435,23.30557659375,2.76191215,24.08608059375,3.68331025,24.19368759375L3.89542435,24.20648759375L22.18113925,24.20648759375C23.10887325,24.20729259375,23.89019225,23.51322359375,23.99873725,22.59185959375L24.00970825,22.37791659375L24.00970825,7.74934479375C24.00958425,6.82230469375,23.31575225,6.04203649375,22.39508025,5.93357279375L22.18113925,5.92077299375L19.37611025,5.92077299375C19.41816525,6.21882959375,19.44010925,6.52420089375,19.44010925,6.83505819375L19.43828025,6.83505819375ZM13.03828125,2.26362999375C10.51355125,2.2636303937499997,8.46685215,4.3103282937500005,8.46685215,6.83505919375C8.46685215,9.35979079375,10.51355125,11.40648759375,13.03828125,11.40648759375C15.56301125,11.40648759375,17.60970925,9.35979079375,17.60970925,6.83505919375C17.60970925,4.31032869375,15.56301125,2.2636303937499997,13.03828125,2.26362999375ZM15.26913825,4.35734419375C15.62605825,4.71437309375,15.62605825,5.29311559375,15.26913825,5.65014459375L14.04948125,6.86797289375L14.05496625,6.94111539375C14.05585325,7.62713389375,13.54969725,8.20827479375,12.87005125,8.301572793750001L12.68353725,8.31437249375C11.91354525,8.310845893749999,11.29736425,7.67424539375,11.31892825,6.90454909375C11.34049425,6.13485239375,11.99135825,5.53375199375,12.76033725,5.57334469375L13.97633725,4.35734489375C14.33357425,3.99920369375,14.91372825,3.99920369375,15.27096625,4.35734489375L15.26913825,4.35734419375Z"
268
+ })
269
+ }));
270
+ }
271
+ // 路线
272
+ export function RouteIcon(props) {
273
+ var _props$width12 = props.width,
274
+ width = _props$width12 === void 0 ? 26 : _props$width12,
275
+ _props$height12 = props.height,
276
+ height = _props$height12 === void 0 ? 26 : _props$height12,
277
+ fill = props.fill,
278
+ rest = _objectWithoutProperties(props, _excluded12);
279
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
280
+ width: width,
281
+ height: height,
282
+ fill: fill
283
+ }, rest), {}, {
284
+ children: /*#__PURE__*/_jsx("path", {
285
+ d: "M9.450331225,6.0249991C8.456219225,6.0249991,7.650331925,6.8308859,7.650331925,7.8249984C7.650331925,8.8191109,8.456219225,9.624999,9.450331225,9.624999C10.444443725,9.624999,11.250329925,8.8191109,11.250329925,7.8249984C11.250329925,6.8308859,10.444443725,6.0249991,9.450331225,6.0249991ZM9.450331225,4.2249992C11.438555725,4.2249992,13.050330625,5.8367743,13.050330625,7.8249984C13.050330625,9.8132238,11.438555725,11.424998,9.450331225,11.424998C7.462106725,11.424998,5.850332225,9.8132238,5.850332225,7.8249984C5.850332225,5.8367743,7.462106725,4.2249992,9.450331225,4.2249992ZM9.450331225,2.4249996L9.179131524999999,2.4321995000000003C6.419131725,2.5677996,4.218332425,4.7709994,4.058732225,7.4649992L4.049132125,7.776999L4.059932225,8.1897988C4.141822025,9.7434998,4.747042925000001,11.223775,5.777131825,12.389798L6.068731825,12.698197L9.450331225,16.079798L12.831931625,12.696998C14.014306625,11.517146,14.727397625,9.9476604,14.838328625,8.280998199999999L14.850329625,7.8705974L14.843129625,7.5549974C14.704634625,4.8036294,12.517228625,2.5976068999999997,9.767131825,2.4357984L9.450331225,2.4249996ZM9.450331225,0.625C13.287085625,0.62467738398,16.450092625,3.6330435,16.641929625,7.4649992L16.650329624999998,7.8249984C16.650329624999998,10.1289988,15.734728625,12.340598,14.105131625,13.970197L10.086330925,17.988995C9.734950525,18.339939,9.165712325000001,18.339939,8.814332525000001,17.988995L4.794332525,13.968997C3.277349225,12.451384,2.375461985,10.4261971,2.262332866,8.2833977L2.2503328789,7.8249984C2.2500099409,3.9882441,5.258377125,0.82523674,9.090332025,0.633399819L9.450331225,0.625ZM19.800329625,12.324998C21.982530625,12.325788,23.771758625,14.055388,23.846483625,16.236311C23.921209625,18.417234,22.254560625,20.265245,20.077529625,20.415396L19.800329625,20.424995L5.850332225,20.424995C4.896098425,20.423658,4.106640025,21.167217,4.050885325,22.119823C3.995131025,23.072428,4.692456925,23.903006,5.640332025,24.012997L5.850332225,24.024996L22.950328625,24.024996C23.447383625,24.024996,23.850328625,24.42794,23.850328625,24.924995C23.850328625,25.42205,23.447383625,25.824995,22.950328625,25.824995L5.850332225,25.824995C3.912057625,25.828304,2.319105133,24.296408,2.2466973062,22.359486C2.174289048,20.422564,3.648421425,18.776009,5.581532225,18.634596L5.850332225,18.624998L19.800329625,18.624998C20.997497625,18.624117,21.984338625,17.685946,22.045715625,16.490355C22.107091625,15.294761,21.221511625,14.260469,20.030731625,14.136996L19.800329625,14.124995L17.550328625,14.124995C17.053274625,14.124995,16.650329624999998,13.722052,16.650329624999998,13.224995C16.650329624999998,12.72794,17.053274625,12.324996,17.550328625,12.324996L19.800329625,12.324998Z"
286
+ })
287
+ }));
288
+ }
289
+ // 分析
290
+ export function AnalysisIcon(props) {
291
+ var _props$width13 = props.width,
292
+ width = _props$width13 === void 0 ? 26 : _props$width13,
293
+ _props$height13 = props.height,
294
+ height = _props$height13 === void 0 ? 26 : _props$height13,
295
+ fill = props.fill,
296
+ rest = _objectWithoutProperties(props, _excluded13);
297
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
298
+ width: width,
299
+ height: height,
300
+ fill: fill
301
+ }, rest), {}, {
302
+ children: [/*#__PURE__*/_jsx("path", {
303
+ d: "M23.907286,10.308718C23.775257,10.265554,23.676237,10.153839,23.64323,10.016731C22.391499,4.7381372,17.646095,0.81283301,11.984112,0.81283301C11.075148,0.81283301,10.186495,0.91439325,9.335928,1.1073577C9.1937428,1.1403649,9.0464811,1.0946627,8.9474602,0.98802447C8.4015732,0.3913579,7.6195583,0.013045932,6.7512188,0.00035089842C5.0729356,-0.025039168,3.6764824,1.3307904,3.6561701,3.0090737C3.6536314,3.2858253,3.6866381,3.5524211,3.7526524,3.8063219C3.7881982,3.9459672,3.7424963,4.0932293,3.6409361,4.1947899C1.3939148,6.3732572,2.2851563e-7,9.4226046,2.2851563e-7,12.796944C2.2851563e-7,16.366787,1.5614892,19.573553,4.0370207,21.767254C4.1538148,21.871353,4.1995173,22.02877,4.1614318,22.178574C4.0954175,22.427397,4.0624104,22.686375,4.0624104,22.955509C4.0649495,24.643948,5.4588642,26.02009,7.1473036,25.999777C8.2111473,25.987082,9.1429625,25.428501,9.6786938,24.590628C9.6888494,24.572855,9.7091618,24.565237,9.7294741,24.567778C10.460709,24.707422,11.212254,24.778515,11.984112,24.778515C17.336338,24.778515,21.868464,21.269608,23.407103,16.427723C23.450264,16.293156,23.556902,16.189056,23.69401,16.156048C25.019371,15.825977,25.999426,14.627566,25.999426,13.200644C25.999426,11.85497,25.123468,10.709879,23.907286,10.308718ZM5.293829,2.8516552C5.3903112,2.1585064,5.9844384,1.6253152,6.7029777,1.6253152C6.9187937,1.6253152,7.1244531,1.6735562,7.307261,1.7598825C7.7896724,1.9883931,8.1248207,2.4784214,8.1248207,3.0471587C8.1248207,3.0928609,8.122282,3.1385632,8.1172037,3.181726C8.0486507,3.9028039,7.4392896,4.4690027,6.7029777,4.4690027C6.4643111,4.4690027,6.2408786,4.4106054,6.0453749,4.3065062C5.5908928,4.0678396,5.2811341,3.5930455,5.2811341,3.047159C5.2811341,2.9811447,5.286212,2.9151306,5.293829,2.8516552ZM7.9623251,24.090445C7.7236586,24.270714,7.4291334,24.374813,7.1092186,24.374813C6.3398995,24.374813,5.7102261,23.760374,5.6873751,22.996132L5.6873751,22.952971C5.6873751,22.356302,6.0555305,21.845963,6.5760269,21.635225C6.7410622,21.569212,6.9213319,21.531126,7.1092186,21.531126C7.7515869,21.531126,8.2974739,21.960218,8.4701262,22.54673C8.5082111,22.67622,8.5310621,22.813324,8.5310621,22.952971C8.5310621,23.417608,8.3076296,23.828928,7.9623251,24.090445ZM21.528236,16.828886C21.00774,18.062843,20.258734,19.169851,19.306606,20.121977C18.357019,21.074104,17.250011,21.820574,16.016054,22.343607C14.738934,22.884417,13.383105,23.15609,11.984112,23.15609C11.379828,23.15609,10.783161,23.105309,10.19919,23.003748C10.1738,22.998671,10.156027,22.978357,10.156027,22.952969C10.156027,21.269608,8.7925806,19.90616,7.1092186,19.90616C6.484623,19.90616,5.9031901,20.094048,5.4207792,20.4165C5.2658997,20.520599,5.0577011,20.502827,4.9205947,20.373337C4.8317294,20.292089,4.7454033,20.205763,4.6590772,20.121975C3.7069495,19.169849,2.9604816,18.062841,2.4374464,16.828884C1.8966379,15.551764,1.6249642,14.195935,1.6249642,12.796942C1.6249642,11.397948,1.899177,10.042119,2.4374464,8.7649994C2.9249356,7.6097512,3.6104674,6.5662193,4.4788074,5.6572547L4.4965806,5.639482C4.633687,5.4972973,4.8520417,5.4769855,5.0145378,5.5836239C5.5045662,5.9111557,6.0961547,6.0990424,6.7283678,6.0939641C8.3761826,6.0812693,9.7269344,4.7381349,9.7472458,3.0903194L9.7472458,3.0192273C9.7447071,2.8211846,9.8843527,2.6485322,10.079856,2.6104472C10.701912,2.4961917,11.336664,2.4377947,11.981571,2.4377947C13.380565,2.4377947,14.736394,2.7120073,16.013514,3.2502766C17.247471,3.7707729,18.354477,4.5197802,19.306606,5.4719076C20.258732,6.4240351,21.005199,7.5310416,21.528236,8.7649994C21.690731,9.1483889,21.830378,9.541935,21.942093,9.9380198C21.997952,10.130984,21.89893,10.334105,21.713583,10.415353C20.6472,10.890147,19.903271,11.959069,19.903271,13.200644C19.903271,14.363509,20.553257,15.374033,21.510462,15.886913C21.688192,15.983396,21.771978,16.194132,21.700888,16.384558C21.650108,16.536898,21.591709,16.681622,21.528236,16.828886ZM23.876818,14.282262C23.627995,14.49554,23.30554,14.625028,22.95262,14.625028C22.683485,14.625028,22.432123,14.548858,22.216307,14.419369C21.804989,14.170546,21.530775,13.718604,21.530775,13.203185C21.530775,12.652221,21.848152,12.172348,22.307711,11.936221C22.500677,11.8372,22.721569,11.781343,22.952618,11.781343C23.341087,11.781343,23.696548,11.938761,23.952986,12.195201C24.211966,12.451641,24.37446,12.80964,24.37446,13.203187C24.37446,13.634818,24.181496,14.023287,23.876818,14.282262Z"
304
+ }), /*#__PURE__*/_jsx("path", {
305
+ d: "M12.197140725,8.937708640625C13.281296725,8.937708640625,14.301977125,9.359183740625,15.068757025,10.128502640625C15.838075625,10.895282740625,16.259552024999998,11.915963140625,16.259552024999998,13.000119640625C16.259552024999998,14.084276640625,15.838077525,15.104957140625,15.068757025,15.871737440625C14.301977125,16.641054140625002,13.281296725,17.062530540624998,12.197140725,17.062530540624998C11.112984625,17.062530540624998,10.092304725,16.641056040625,9.325524525,15.871735540625C8.556205225,15.104955240625,8.134730025,14.084275240625,8.134730025,13.000119640625C8.134730025,11.915964640624999,8.556205225,10.895283440625,9.325523825,10.128503340625C10.094842425,9.361723140625,11.112984625,8.937708640625,12.197140725,8.937708640625ZM12.197140725,7.312744140625C9.056390024999999,7.312744140625,6.509765625,9.859367840625,6.509765625,13.000119640625C6.509765625,16.140871040625,9.056389325,18.687494140625,12.197140225,18.687494140625C15.337890625,18.687494140625,17.884514625,16.140871040625,17.884514625,13.000119640625C17.884514625,9.859368840625,15.337890625,7.31274491548544,12.197140725,7.312744140625Z"
306
+ })]
307
+ }));
308
+ }
309
+ // 公示
310
+ export function AnnouncementIcon(props) {
311
+ var _props$width14 = props.width,
312
+ width = _props$width14 === void 0 ? 26 : _props$width14,
313
+ _props$height14 = props.height,
314
+ height = _props$height14 === void 0 ? 26 : _props$height14,
315
+ fill = props.fill,
316
+ rest = _objectWithoutProperties(props, _excluded14);
317
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
318
+ width: width,
319
+ height: height,
320
+ fill: fill
321
+ }, rest), {}, {
322
+ children: /*#__PURE__*/_jsx("path", {
323
+ d: "M15.3327955,0.822321055625L15.5110005,0.9876125656250001L20.8248675,6.302770565625L22.0387285,6.302770565625C24.1782915,6.302770165625,25.9127505,8.037228565625,25.9127505,10.176791765625L25.9127505,21.798858765625C25.9127505,23.938420765625,24.1782915,25.672877765625,22.0387285,25.672877765625L3.9599593,25.672877765625C1.8203961,25.672877765625,0.085937584750354,23.938420765625,0.0859375,21.798858765625L0.0859375,10.176791765625C0.08593733049929,8.037228565625,1.8203958,6.302770165625,3.9599593,6.302770165625L5.1725283,6.302770165625L10.4876865,0.987612365625C11.8080845,-0.332757534375,13.9254845,-0.404992994375,15.3327955,0.822321055625ZM22.0387285,8.241072665625L3.9599593,8.241072665625C2.9626899,8.241055465625,2.1283903,8.998240465625,2.0319877,9.990838765625L2.0229483999999998,10.178083765625L2.0229483999999998,21.800149765625C2.0229961000000003,22.797868765625,2.7808962,23.632339765625,3.7740064,23.728122765625L3.9599593,23.737161765625L22.0387265,23.737161765625C23.0364455,23.737111765625,23.8709165,22.979213765625,23.9666995,21.986104765625L23.9757385,21.800151765625L23.9757385,10.178086765625C23.9763545,9.179873465625,23.2182825,8.344652165625,22.2246815,8.248823165625L22.0387285,8.241072665625ZM14.6135205,17.926126765625C15.1484125,17.926128765625,15.5820275,18.359742765625,15.5820275,18.894633765625C15.5820275,19.429525765625,15.1484125,19.863139765625,14.6135205,19.863137765625L6.2198067,19.863137765625C5.684916,19.863139765625,5.2513013,19.429525765625,5.2513013,18.894633765625C5.2513013,18.359742765625,5.6849155,17.926128765625,6.2198067,17.926126765625L14.6135205,17.926126765625ZM19.7788825,12.760763765625C20.3137725,12.760763765625,20.7473865,13.194378765625,20.7473865,13.729268765625C20.7473865,14.264159765625,20.3137745,14.697774765625,19.7788825,14.697774765625L6.2198057,14.697774765625C5.6849146,14.697774765625,5.2512999,14.264159765625,5.2512999,13.729268765625C5.2512999,13.194378765625,5.6849146,12.760763765625,6.2198057,12.760763765625L19.7788825,12.760763765625ZM11.9895155,2.240213165625L11.8577985,2.357724865625L7.9114618,6.302770565625L18.0846445,6.302770565625L14.1408905,2.357724865625C13.5586675,1.775649865625,12.6316755,1.725015865625,11.9895155,2.240213165625Z"
324
+ })
325
+ }));
326
+ }
327
+ // 考勤
328
+ export function AttendanceIcon(props) {
329
+ var _props$width15 = props.width,
330
+ width = _props$width15 === void 0 ? 26 : _props$width15,
331
+ _props$height15 = props.height,
332
+ height = _props$height15 === void 0 ? 26 : _props$height15,
333
+ fill = props.fill,
334
+ rest = _objectWithoutProperties(props, _excluded15);
335
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
336
+ width: width,
337
+ height: height,
338
+ fill: fill
339
+ }, rest), {}, {
340
+ children: /*#__PURE__*/_jsx("path", {
341
+ d: "M3.329862625,26.0000595625C1.694083725,26.0000595625,0.36826740578,24.6735345625,0.369140649214387,23.0377575625L0.369140649214387,4.6153135625C0.36914035864174,2.9801521625,1.694700725,1.6545919625,3.329862625,1.6545917625L6.790877325,1.6545917625L6.790877325,0.9964778425C6.709267625,0.4206276825,7.203117825,-0.0724335755,7.778836725,0.010096659C8.354437825,-0.0727381785,8.848053025,0.4208769825,8.765217825,0.9964779625L8.765217825,1.6545915625L17.345945625,1.6545915625L17.345945625,0.9964778425C17.264596625,0.4213730125,17.757219625,-0.0712512585,18.332324625,0.010096659C18.907928625,-0.0727393995,19.401542625,0.4208762625,19.318708625,0.9964779625L19.318708625,1.6545915625L22.675559625,1.6545915625C24.307458625,1.6563243625,25.627488625,2.9834298625,25.620500625,4.6153135625L25.620500625,23.0377575625C25.627504625,24.6708605625,24.305547625,25.9984775625,22.672403625,25.9984795625L3.329862625,26.0000595625ZM2.3434812249999997,23.0393375625C2.350286025,23.5812585625,2.787943125,24.0189155625,3.329862625,24.0257185625L22.673982625,24.0257185625C23.213764625,24.0188525625,23.647735625,23.5792525625,23.647737625,23.0393375625L23.647737625,9.8281411625L2.3434814250000002,9.8281411625L2.3434812249999997,23.0393375625ZM23.649314625,7.8538007625L23.649314625,4.6168913625C23.650215625,4.0766701625,23.215747625,3.6365699625,22.675559625,3.6305100625L19.317129625,3.6305100625L19.317129625,4.2886237625C19.399658625,4.8643426625,18.906597625,5.3581929625,18.330747625,5.2765831625C17.754896625,5.3581929625,17.261834625,4.8643426625,17.344364625,4.2886237625L17.344364625,3.6305100625L8.763640425,3.6305100625L8.763640425,4.2886237625C8.846170425,4.8643426625,8.353108925,5.3581929625,7.777259325,5.2765831625C7.200794725,5.3593768625,6.706505825,4.8650884625,6.789299925,4.2886237625L6.789299925,3.6305100625L3.329862625,3.6305100625C2.787943325,3.6373169625,2.3502875249999997,4.0749721625,2.3434812249999997,4.6168913625L2.3434812249999997,7.8538007625L23.649314625,7.8538007625ZM11.598105625,20.6751785625C11.342319625,20.6292265625,11.109415625,20.4986015625,10.936835625,20.3042985625L7.437943025,16.8054085625C6.939880825,16.4264505625,6.939880825,15.6771725625,7.437943025,15.2982175625C7.816898825,14.8001555625,8.566177325,14.8001555625,8.945133225,15.2982175625L11.707000625,18.0600855625L17.953555625,11.8119515625C18.332479625,11.3125015625,19.083400625,11.3125015625,19.462324625,11.8119515625C19.961772625,12.1908755625,19.961772625,12.9417975625,19.462324625,13.3207205625L12.474011625,20.3074555625C12.284026625,20.5293275625,12.012660625,20.6652945625,11.721205625,20.6846485625C11.678886625,20.6844785625,11.636654625,20.6807825625,11.594948625,20.6736015625L11.598105625,20.6751785625Z"
342
+ })
343
+ }));
344
+ }
345
+ // 巡检
346
+ export function InspectionIcon(props) {
347
+ var _props$width16 = props.width,
348
+ width = _props$width16 === void 0 ? 26 : _props$width16,
349
+ _props$height16 = props.height,
350
+ height = _props$height16 === void 0 ? 26 : _props$height16,
351
+ fill = props.fill,
352
+ rest = _objectWithoutProperties(props, _excluded16);
353
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
354
+ width: width,
355
+ height: height,
356
+ fill: fill
357
+ }, rest), {}, {
358
+ children: /*#__PURE__*/_jsx("path", {
359
+ d: "M0.8125,13.412499C0.8125,6.453712,6.453712,0.8125,13.412499,0.8125C20.371288,0.8125,26.012499,6.453712,26.012499,13.412499C26.012499,20.371288,20.371288,26.012499,13.412499,26.012499C6.453712,26.012499,0.8125,20.371288,0.8125,13.412499ZM13.412499,2.4924999000000003C6.3479509,2.4932692999999997,1.14341018,9.1003695,2.7970769,15.968648C4.4507437,22.836926,12.092175,26.35112,18.382898,23.136356C24.673618,19.921593,26.302372,11.670039,21.704979,6.3060999L18.12154,9.891221C20.684687,13.318946,18.843794,18.249279,14.661376,19.158339C10.4789553,20.0674,6.7575946,16.346034,7.6666594,12.163615C8.5757236,7.9811978,13.506059,6.1403108,16.933779,8.7034607L20.51722,5.1200209C18.540342,3.4211297,16.019078999999998,2.4886974,13.412499,2.4924999000000003ZM15.729219,9.90802C13.237147,8.2607532,9.870513,9.6683645,9.2925835,12.59922C8.7146535,15.530075,11.294925,18.110346,14.225779,17.532417C17.156633,16.954487,18.564245,13.587854,16.916979,11.09578L14.00722,14.00722C13.678847,14.335685,13.146304,14.335534,12.818117,14.006883C12.48993,13.678229,12.490532,13.145688,12.81946,12.81778L15.729219,9.90802Z"
360
+ })
361
+ }));
362
+ }
363
+ // 运维
364
+ export function OperationIcon(props) {
365
+ var _props$width17 = props.width,
366
+ width = _props$width17 === void 0 ? 26 : _props$width17,
367
+ _props$height17 = props.height,
368
+ height = _props$height17 === void 0 ? 26 : _props$height17,
369
+ fill = props.fill,
370
+ rest = _objectWithoutProperties(props, _excluded17);
371
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
372
+ width: width,
373
+ height: height,
374
+ fill: fill
375
+ }, rest), {}, {
376
+ children: /*#__PURE__*/_jsx("path", {
377
+ d: "M25.05619775,19.068913921875C25.06187775,19.146718921875,25.05458475,19.224925921875,25.03461475,19.300336921875L25.03581275,19.300338921875C24.97709275,19.540374921875,24.80468575,19.736514921875,24.57416575,19.825538921875L13.51501275,25.910890921875C13.28413375,26.035358921875,13.00747375,26.041156921875,12.77158075,25.926478921875L12.76318775,25.921681921875L12.74160375,25.913289921875L12.73081075,25.907294921875L1.60091195,19.779973921875C1.5319701700000001,19.741300921875,1.46930283,19.692378921875,1.41505393,19.634885921875C1.2795574809999999,19.502984921875,1.19921875,19.321921921875,1.19921875,19.127671921875L1.19921875,6.795090721875C1.2040149369,6.787896621875,1.2040149369,6.781900921875,1.2040149369,6.775905621875L1.2064131517,6.760317321875L1.210010474,6.739933521875L1.212408688,6.727942021875C1.212408688,6.721946721875,1.212408688,6.711155421875,1.217204874,6.706358421875L1.218403982,6.693168621875L1.225598384,6.671585121875C1.229195705,6.665589821875,1.229195705,6.657195521875,1.231593918,6.650001021875L1.236390106,6.640408021875C1.297821067,6.461288421875,1.42398714,6.311599721875,1.59011996,6.220728921875L1.8611131300000001,6.068444721875C1.91163576,6.032305721875,1.9664039,6.002505321875,2.02418858,5.979712921875L12.68524775,0.112593901875C12.80610575,0.045342057875,12.94266275,0.011409522975,13.08094475,0.014268802475C13.24821875,-0.005729703125000001,13.41756575,0.026965984875,13.56537375,0.107797473875L24.65690275,6.212334621875C24.86558875,6.324688921875,25.00781075,6.530221921875,25.03941175,6.765111921875C25.04981275,6.813608121875,25.05543375,6.863006621875,25.05619775,6.912599521875L25.05619775,19.068913921875ZM22.41461375,6.687171421875L13.13010575,1.580272821875L13.13010575,1.579073521875L3.88876485,6.663189921875L8.813404049999999,9.368324321875L12.65766775,7.254338721875C12.80096475,7.176665321875,12.96437675,7.144066821875,13.12651075,7.160810421875C13.28907575,7.142971521875,13.45319375,7.175628621875,13.59655075,7.254338721875L17.48877675,9.399499921875L22.41461375,6.687171421875ZM12.84070475,4.148559121875C12.58050375,4.055030821875,12.39104875,3.835598021875,12.34548275,3.575397221875L12.34548275,3.576596521875C12.30129275,3.311824821875,12.40692175,3.044293421875,12.62007275,2.881127621875C12.83833175,2.712175821875,13.12780275,2.666493921875,13.38748675,2.760020221875C13.64691075,2.840347521875,13.83944375,3.059268721875,13.88597775,3.326827021875C13.93250775,3.594385621875,13.82518975,3.865454921875,13.60811775,4.028650721875C13.39348175,4.196522721875,13.10090675,4.242087821875,12.84070475,4.148559121875ZM12.84070475,6.370462421875C12.58050375,6.276933621875,12.39104875,6.057501321875,12.34548275,5.797300321875C12.30175775,5.532662821875,12.40787175,5.265529621875,12.62127075,5.103030721875C12.83943575,4.934926521875,13.12811175,4.889298921875,13.38748675,4.981923121875C13.64627475,5.062970621875,13.83810475,5.281800721875,13.88456875,5.548974021875C13.93103475,5.816147821875,13.82434975,6.086893121875,13.60811775,6.250554121875C13.39348175,6.418426021875,13.10090675,6.462792421875,12.84070475,6.370462421875ZM7.85893155,10.560212921875L2.7604264499999998,7.751958321875L2.7604264499999998,18.705590921875L12.33871175,23.975566921875L12.33871175,18.157611921875L8.32777355,15.951296921875C8.18841835,15.872884921875,8.076939549999999,15.753023921875,8.008816750000001,15.608357921875C7.91289045,15.486051921875,7.85893155,15.337365921875,7.85893155,15.171891921875L7.85893155,10.560212921875ZM17.91924675,15.952495921875L13.89632175,18.166005921875L13.89392175,18.166005921875L13.89392175,23.991157921875L23.50098375,18.707990921875L23.50098375,7.805918221875L18.38928775,10.617769921875L18.38928775,15.176688921875C18.38808275,15.333866921875,18.33543975,15.486324921875,18.23940275,15.610755921875C18.17235375,15.756231921875,18.06004475,15.876112921875,17.91924675,15.952495921875ZM15.93116675,10.255646921875L13.11931475,8.711225521875L13.12051475,8.711225521875L13.12051475,8.708828021875L10.36621855,10.228066921875L13.17567175,11.774885921875L15.93116675,10.255646921875ZM12.33871175,13.024331921875L9.40934755,11.413961921875L9.40934755,14.838546921875L12.33871175,16.447717921875L12.33871175,13.024331921875ZM13.95387775,13.056706921875C13.93758775,13.086783921875,13.91743175,13.114598921875,13.89392375,13.139444921875L13.89392375,16.452514921875L16.83167975,14.833750921875L16.83167975,11.470319921875L13.95387775,13.056706921875ZM6.57908725,17.270137921875C6.15064765,17.270137921875,5.80462455,16.941667921875,5.80328365,16.530301921875L5.80328325,16.530126921875C5.81254575,16.110967921875,6.15990975,15.778694921875,6.57908725,15.788068921875C6.99971195,15.776667921875,7.34933945,16.109618921875,7.35849185,16.530301921875C7.34803395,16.950036921875,6.99879785,17.281543921875,6.57908725,17.270137921875ZM20.42970875,16.686183921875C20.35697975,17.100318921875,19.96628375,17.380147921875,19.55077975,17.315702921875C19.13396075,17.270757921875,18.83540875,16.892154921875,18.88888375,16.476344921875C18.96161075,16.062209921875,19.35230975,15.782381921875,19.76781475,15.846826921875C20.18462975,15.891770921875,20.48318475,16.270373921875,20.42970875,16.686183921875ZM22.54009675,17.625064921875C22.46736875,18.039201921875,22.07666975,18.319032921875,21.66236675,18.254586921875C21.24554975,18.209638921875,20.94699475,17.831035921875,21.00047075,17.415225921875C21.07319075,17.000550921875,21.46467175,16.720540921875,21.88059975,16.785707921875C22.29644575,16.831889921875,22.59361075,17.210099921875,22.54009675,17.625064921875ZM3.74565215,17.574657921875L3.74565125,17.573504921875C3.75481125,17.152915921875,4.10437035,16.819882921875,4.52505585,16.831269921875C4.94475555,16.821223921875,5.29289865,17.153785921875,5.30206255,17.573504921875C5.29289725,17.993222921875,4.94475465,18.325786921875,4.52505585,18.315738921875C4.09380625,18.315738921875,3.74632855,17.984237921875,3.74565215,17.574702921875L3.74565215,17.574657921875Z"
378
+ })
379
+ }));
380
+ }
381
+ // 备品、备件
382
+ export function SparePartsIcon(props) {
383
+ var _props$width18 = props.width,
384
+ width = _props$width18 === void 0 ? 26 : _props$width18,
385
+ _props$height18 = props.height,
386
+ height = _props$height18 === void 0 ? 26 : _props$height18,
387
+ fill = props.fill,
388
+ rest = _objectWithoutProperties(props, _excluded18);
389
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
390
+ width: width,
391
+ height: height,
392
+ fill: fill
393
+ }, rest), {}, {
394
+ children: [/*#__PURE__*/_jsx("path", {
395
+ d: "M18.85078125,3.41259715625L13.81328105,0.48759767625C13.65078025,0.32509764625000004,13.325780349999999,0.16259765625,13.00078105,0.16259765625C12.67578125,0.16259765625,12.35078045,0.16259765625,12.18828105,0.32509764625000004L7.15078104,3.41259715625C6.66328079,3.57509755625,6.17578125,4.22509765625,6.17578125,4.87509775625L6.17578125,10.72509765625C6.17578125,11.21259765625,6.50078091,11.86259665625,6.98828125,12.18759765625L12.02578065,15.11259665625C12.35078045,15.27509765625,12.67578125,15.27509765625,13.00078105,15.27509765625C13.325780349999999,15.27509765625,13.65078025,15.27509765625,13.81328105,15.11259665625L18.85078125,12.18759765625C19.33828025,11.86259765625,19.66328125,11.21259765625,19.66328125,10.72509765625L19.66328125,4.87509775625C19.66328125,4.22509765625,19.33828025,3.57509775625,18.85078125,3.41259715625ZM8.93828155,4.22509765625L12.18828155,2.27509735625C12.35078095,2.11259725625,12.675782250000001,2.11259725625,13.00078105,2.11259725625C13.32577895,2.11259725625,13.65078025,2.11259725625,13.81328105,2.27509735625L17.06328025,4.22509765625C17.22578125,4.38759705625,17.22578125,4.55009745625,17.06328025,4.71259735625L16.41328125,4.87509725625L13.81328105,6.50009725625C13.488280750000001,6.66259765625,13.325780349999999,6.66259765625,13.00078105,6.66259765625C12.67578125,6.66259765625,12.35078045,6.66259765625,12.18828105,6.50009775625L9.58828115,4.87509775625L8.93828085,4.55009745625C8.77578115,4.55009745625,8.77578115,4.22509765625,8.93828155,4.22509765625ZM12.18828155,12.35009765625L12.18828155,13.00009765625C12.18828155,13.16259765625,12.025781649999999,13.32509565625,11.863282250000001,13.32509565625L8.61328125,11.37509765625C8.28828145,11.05009765625,7.80078125,10.40009765625,7.80078125,9.75009725625L7.80078125,6.01259755625C7.80078125,5.85009815625,7.96328105,5.68759775625,8.12578085,5.68759775625L8.77578115,6.01259755625L8.93828085,6.17509745625L11.37578105,7.63759705625L11.86328125,7.96259685625C12.02578065,8.125096756249999,12.18828105,8.45009705625,12.18828105,8.61259655625L12.18828155,12.35009765625ZM18.20078125,9.75009725625C18.20078125,10.23759765625,17.87578025,10.88759665625,17.38828125,11.21259765625L14.138280349999999,13.16259765625C13.97577955,13.16259765625,13.81328105,13.16259765625,13.81328105,12.83759765625L13.81328105,8.61259745625C13.81328105,8.45009805625,13.97578095,8.12509775625,14.138280349999999,7.96259735625L14.62578015,7.63759805625L17.06328025,6.17509795625L17.22578125,6.01259805625L17.87578025,5.68759775625C18.03828125,5.68759775625,18.20078125,5.68759775625,18.20078125,6.01259805625L18.20078125,9.75009725625Z"
396
+ }), /*#__PURE__*/_jsx("path", {
397
+ d: "M12.83671875,13.8125L7.79921915,10.88749966C7.63671975,10.72499983,7.31171845,10.5625,6.98671915,10.5625C6.66171885,10.5625,6.33671855,10.5625,6.17421865,10.72499983L1.13671875,13.8125C0.64921874,13.9750006,0.32421875,14.625,0.32421875,15.274999099999999L0.32421875,21.125C0.32421875,21.6125,0.64921874,22.262499,1.13671875,22.5875L6.17421815,25.512499C6.33671855,25.675,6.66171835,25.675,6.98671915,25.675C7.31171945,25.675,7.63671975,25.675,7.79921915,25.512499L12.83671875,22.5875C13.32421875,22.262499,13.64921775,21.612498000000002,13.64921775,21.125L13.64921775,15.274999099999999C13.81171875,14.625,13.32421875,13.974999,12.83671875,13.8125ZM2.92421865,14.625L6.17421815,12.6750002C6.33671855,12.5125004,6.66171835,12.5125004,6.98671915,12.5125004C7.31171945,12.5125004,7.63671975,12.5125004,7.79921915,12.6750002L11.04921775,14.625C11.21171875,14.787500399999999,11.21171875,14.9499998,11.04921775,15.1124997L10.56171875,15.2750006L7.96171905,16.7374997C7.79921915,16.9000006,7.47421885,16.9000006,7.14921905,16.9000006C6.82421975,16.9000006,6.66171835,16.9000006,6.33671855,16.7374997L3.57421875,15.2750006L2.92421885,14.950001199999999C2.76171875,14.950001199999999,2.76171875,14.6250014,2.92421865,14.625ZM6.33671855,22.75L6.33671855,23.4C6.33671855,23.5625,6.17421815,23.724998,6.01171825,23.724998L2.76171825,21.775C2.27421835,21.449999,1.94921835,20.799998000000002,1.94921835,20.3125L1.94921835,16.5749998C1.94921835,16.412499,2.11171855,16.25,2.27421835,16.25L2.92421865,16.5749998L3.08671835,16.7374997L5.52421855,18.1999998L6.01171825,18.5249991C6.17421815,18.6875,6.33671855,18.849998499999998,6.33671855,19.1749983L6.33671855,22.75ZM12.18671875,20.1499996C12.18671875,20.637499,11.86171775,21.287498,11.37421875,21.612498000000002L8.12421845,23.562497C7.96171905,23.562497,7.79921915,23.562497,7.79921915,23.237498000000002L7.79921915,19.0124979C7.79921915,18.8499975,7.96171905,18.5249977,8.12421845,18.3624983L8.61171915,18.037499L11.04921775,16.5749998L11.21171875,16.412499L11.86171775,16.2499981C12.02421875,16.2499981,12.18671875,16.2499981,12.18671875,16.5749979L12.18671875,20.1499996Z"
398
+ }), /*#__PURE__*/_jsx("path", {
399
+ d: "M24.8625,13.812597556250001L19.8250012,10.88759748625C19.6625004,10.72509765625,19.3375006,10.72509765625,19.0125012,10.72509765625C18.687501400000002,10.72509765625,18.3625021,10.72509765625,18.2000012,10.88759748625L13,13.812597556250001C12.51249966,13.975098356250001,12.1875,14.625097556250001,12.1875,15.27509685625L12.1875,21.12509765625C12.1875,21.61259765625,12.51249966,22.26259665625,13,22.58759665625L18.0375004,25.51259665625C18.2000012,25.67509865625,18.5250006,25.67509865625,18.8500004,25.67509865625C19.1749997,25.67509865625,19.4999995,25.67509865625,19.6625004,25.51259665625L24.700001,22.58759665625C25.187502000000002,22.26259665625,25.512501,21.61259665625,25.512501,21.12509765625L25.512501,15.27509685625C25.675001,14.625097556250001,25.349999,13.975096656249999,24.8625,13.812597556250001ZM14.7875006,14.625097556250001L18.0375004,12.67509805625C18.2000012,12.51259815625,18.5250006,12.51259815625,18.8500004,12.51259815625C19.1749997,12.51259815625,19.4999995,12.51259815625,19.6625004,12.67509805625L22.912499,14.625097556250001C23.075001,14.787598156249999,23.075001,14.95009705625,22.912499,15.11259795625L22.425,15.43759775625L19.8249998,16.900096856250002C19.662499,17.06259775625,19.3374991,17.06259775625,19.0124998,17.06259775625C18.6875,17.06259775625,18.5249991,17.06259775625,18.1999998,16.900096856250002L15.4375,15.27509685625L14.9499996,14.95009705625C14.625,14.787598156249999,14.625,14.625097556250001,14.7875006,14.625097556250001ZM18.2000012,22.58759665625L18.2000012,23.23759665625C18.2000012,23.40009665625,18.0375004,23.56259665625,17.875001400000002,23.56259665625L14.6250014,21.61259665625C14.137501199999999,21.287596656250003,13.8125015,20.63759515625,13.8125015,20.150096856250002L13.8125015,16.41259665625C13.8125015,16.25009635625,13.9750022,16.087596856250002,14.137501199999999,16.087596856250002L14.7875006,16.41259665625L14.950001,16.57509705625L17.3875012,18.037596256249998L17.875001400000002,18.36259655625C18.0375018,18.525096856250002,18.2000012,18.68759635625,18.2000012,19.01259515625L18.2000012,22.58759665625ZM24.050001,20.150096856250002C24.050001,20.63759705625,23.725001,21.287596656250003,23.237501,21.61259665625L19.9875016,23.56259665625C19.8250012,23.56259665625,19.6625018,23.56259665625,19.6625018,23.23759665625L19.6625018,19.01259515625C19.6625018,18.85009475625,19.8250027,18.52509545625,19.9875016,18.36259655625L20.4750023,18.037596256249998L22.912501,16.57509705625L23.075001999999998,16.41259665625L23.725001,16.087596856250002C23.887501999999998,16.087596856250002,24.050001,16.087596856250002,24.050001,16.41259665625L24.050001,20.150096856250002Z"
400
+ })]
401
+ }));
402
+ }
403
+ // 产生单位
404
+ export function ProductionUnitIcon(props) {
405
+ var _props$width19 = props.width,
406
+ width = _props$width19 === void 0 ? 26 : _props$width19,
407
+ _props$height19 = props.height,
408
+ height = _props$height19 === void 0 ? 26 : _props$height19,
409
+ fill = props.fill,
410
+ rest = _objectWithoutProperties(props, _excluded19);
411
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
412
+ width: width,
413
+ height: height,
414
+ fill: fill
415
+ }, rest), {}, {
416
+ children: /*#__PURE__*/_jsx("path", {
417
+ d: "M23.949581,13.961498L23.949581,24.264172L25.999998,24.264172L25.999998,26.000002L0,26.000002L0,24.267382L2.0475175,24.267382L2.0475175,5.1828878C2.0475175,3.4278076,3.3380919,2,4.9244828,2L13.421973,2C15.008366,2,16.298941,3.4278076,16.298941,5.1828878L16.298941,8.6352944L22.798214,11.956151C23.497156,12.315509,23.949581,13.101606,23.949581,13.961498ZM3.6165082,5.1828878L3.6165082,24.264172L14.73285,24.264172L14.73285,5.1828883C14.73285,4.3839576000000005,14.147017,3.7358294,13.424874,3.7358294L4.9244838,3.7358294C4.202342,3.7358294,3.6165082,4.3839576000000005,3.6165082,5.1828878ZM12.906191,7.1466475L5.4411597,7.1466475L5.4411597,8.8824778L12.906191,8.8824778L12.906191,7.1466475ZM16.298941,10.5443859L16.298941,24.264172L22.380587,24.264172L22.380587,13.961498C22.380587,13.775402,22.284885,13.60535,22.139875,13.531551L16.298941,10.5443859ZM10.481651,12.055739L5.4411597,12.055739L5.4411597,13.791569L10.481651,13.791569L10.481651,12.055739ZM10.762967,16.252530999999998L12.166649,16.252530999999998C12.259453,16.252530999999998,12.346457,16.313495,12.392859,16.403336C12.433463,16.496385,12.427661,16.608684,12.372559,16.692104L8.7560511,22.223658C8.7096481,22.294245,8.634243,22.335958,8.5559397,22.335958C8.4776354,22.335958,8.4022303,22.297453,8.3558283,22.223658L6.0182929,18.649326C5.9631891,18.562695,5.9544892,18.453604,5.9979916,18.360554C6.0385938,18.267506,6.1255994,18.209753,6.2184043,18.209753L7.6162853,18.209753C7.6974897,18.209753,7.7728944,18.251463,7.8192973,18.322052L8.5472393,19.445045L10.559956,16.364832C10.606357,16.294243,10.681763,16.252530999999998,10.762967,16.252530999999998Z"
418
+ })
419
+ }));
420
+ }
421
+ // 生命周期
422
+ export function LifeCycleIcon(props) {
423
+ var _props$width20 = props.width,
424
+ width = _props$width20 === void 0 ? 26 : _props$width20,
425
+ _props$height20 = props.height,
426
+ height = _props$height20 === void 0 ? 26 : _props$height20,
427
+ fill = props.fill,
428
+ rest = _objectWithoutProperties(props, _excluded20);
429
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
430
+ width: width,
431
+ height: height,
432
+ fill: fill
433
+ }, rest), {}, {
434
+ children: [/*#__PURE__*/_jsx("path", {
435
+ d: "M3.717930525,4.051424484375C3.999246325,3.770502084375,4.420384425,3.683176084375,4.790206425,3.829079884375C5.108930625,3.954597284375,5.337102925,4.232528184375,5.397620225,4.560666084375L5.415551225,4.729217984375L5.454999425,8.681217184375C5.444477125,9.218199684375,5.011172325,9.650712984375,4.474171625,9.660252584375C3.991912625,9.668117484375,3.574718525,9.326018284375,3.487964625,8.851562484375L3.473619725,8.691975584375L3.462861025,7.576665884375L3.337343925,7.795424484375C1.145754025,11.730512984375,1.663970325,16.618394984375,4.631964725,20.006457984375L4.951137025,20.354321984375L5.286447525,20.691422984375C8.505213725,23.777713984375,13.254453625,24.646855984375,17.357620625,22.900527984375C17.857915625,22.688170984375,18.436052625,22.916470984375,18.656274625,23.413356984375C18.870838625,23.911941984375,18.637122625,24.489779984375,18.136276625,24.699010984375C13.298858625,26.757064984375,7.700242525,25.732047984375,3.905758625,22.093629984375C-1.081311075,17.327561984375,-1.310828375,9.437907184375,3.391585625,4.390321284375L3.717930525,4.049631584375L3.717930525,4.051424484375ZM7.224792925,1.200390084375C12.112791625,-1.049954615625,17.985654625,-0.072713255625,21.846206625,3.635424584375C24.171985625,5.848998584375,25.561773625,8.869190184375,25.730068625,12.075561984375L25.747999625,12.751561984375C25.751155625,16.103660984375,24.413350625,19.317750984375,22.032689625,21.677630984375C21.751375625,21.958552984375,21.330236625,22.045878984375,20.960414625,21.899976984375C20.645891625,21.776748984375,20.416908625,21.500346984375,20.354345625,21.168389984375L20.336414625,21.001630984375L20.296518625,17.044251984375C20.297107625,16.530478984375,20.690692625,16.102576984375,21.202623625,16.059136984375C21.714553625,16.015695984375,22.174611625,16.371163984375,22.261760625,16.877492984375L22.276553625,17.037076984375L22.287311625,18.154180984375L22.458999625,17.861905984375C23.163596625,16.575677984375,23.594024625,15.157404984375,23.723138625,13.696526984375L23.759000625,13.140662984375L23.766620625,12.638594984375C23.739894625,9.762223284375,22.547973625,7.019618484375,20.463275625,5.037629084375C17.192655625,1.892525484375,12.207826625,1.062318584375,8.063964825,2.975559984375C7.571654325,3.203901784375,6.987169225,2.995712484375,6.750068625,2.507559984375C6.544157025,2.077910184375,6.680073725,1.562342684375,7.071034425,1.290042784375L7.224792925,1.200390084375Z"
436
+ }), /*#__PURE__*/_jsx("path", {
437
+ d: "M18.26257135,14.74375009375C18.261583350000002,14.21434829375,17.83266355,13.78542949375,17.30326175,13.784440493750001L12.01898525,13.784440493750001L12.01898525,8.500163593749999C12.04260845,7.95358482375,11.60586695,7.49755859375,11.05877835,7.49755859375C10.51168972,7.49755859375,10.074948192,7.95358482375,10.09857136011,8.500163593749999L10.09857136011,14.74375009375C10.09857136011,15.27450939375,10.52891642,15.70485399375,11.0601235,15.70485309375L17.30326175,15.70485309375C17.83336255,15.70386409375,18.26257035,15.27385379375,18.26257135,14.74375009375Z"
438
+ })]
439
+ }));
440
+ }
441
+ // 速度曲线
442
+ export function SpeedCurveIcon(props) {
443
+ var _props$width21 = props.width,
444
+ width = _props$width21 === void 0 ? 26 : _props$width21,
445
+ _props$height21 = props.height,
446
+ height = _props$height21 === void 0 ? 26 : _props$height21,
447
+ fill = props.fill,
448
+ rest = _objectWithoutProperties(props, _excluded21);
449
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
450
+ width: width,
451
+ height: height,
452
+ fill: fill
453
+ }, rest), {}, {
454
+ children: /*#__PURE__*/_jsx("path", {
455
+ d: "M1.0281286,1C1.5944705,1,2.0545146,1.53729063,2.0545146,2.2007631L2.0545146,22.599491L25.00182,22.599491C25.557741,22.618412,25.999998,23.150202,25.999998,23.799746C25.999998,24.449287,25.557741,24.981077,25.00182,24.999998L1.6441343,24.999998C0.76231962,25.000902,0.036917608,24.189165,0,23.160187L0,2.1997454999999997C0,1.53729063,0.46004397,1,1.0281286,1ZM9.978075,7.7425904C11.172622,7.4139066,12.297463,7.6601653,13.35086,8.562772299999999L13.843142,8.972863700000001C16.934498,11.680686,18.761604,13.322068,22.836653,8.6451979L24.242052,10.204155C18.972458,16.277167,15.739952,13.486919,12.648596,10.7780781L12.156314,10.3679867C11.594329,9.8754711,11.102047,9.7116385,10.470357,9.8754711C8.4323978,10.3679867,6.3944373,14.143268,5.7627487,15.619799L4.0053449,14.635784C4.2867732,13.979435,6.6758652,8.6451979,9.978075,7.7425904Z"
456
+ })
457
+ }));
458
+ }
459
+ // 案件
460
+ export function CaseIcon(props) {
461
+ var _props$width22 = props.width,
462
+ width = _props$width22 === void 0 ? 26 : _props$width22,
463
+ _props$height22 = props.height,
464
+ height = _props$height22 === void 0 ? 26 : _props$height22,
465
+ fill = props.fill,
466
+ rest = _objectWithoutProperties(props, _excluded22);
467
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
468
+ width: width,
469
+ height: height,
470
+ fill: fill
471
+ }, rest), {}, {
472
+ children: /*#__PURE__*/_jsx("path", {
473
+ d: "M23.623003125,2.1747998875C23.623003125,0.9582520175,22.636503125,-0.028238713741,21.419905125,-0.0283203125L4.580083125,-0.0283203125C3.363483195,-0.0283203125,2.376953125,0.9582020075,2.376953125,2.1747998875L2.376953125,23.8262006875C2.37709307671,25.0426996875,3.363563065,26.0282996875,4.580083125,26.0282996875L21.419905125,26.0282996875C22.636404125,26.0281996875,23.622904125,25.0426006875,23.623003125,23.8262006875L23.623003125,2.1747998875ZM4.376952925,2.1747998875C4.376952925,2.0627698875,4.4680431249999994,1.9716798875000001,4.580083125,1.9716798875000001L7.188483225,1.9716798875000001L7.188483225,10.5946996875C7.188563325,10.9884006875,7.420132625,11.3454996875,7.779303525,11.5067996875C8.138392425,11.6678996875,8.558342925,11.6031996875,8.852542925,11.3417996875L10.894502625,9.5263700875L12.936502125,11.3417996875C13.230802125,11.6034006875,13.651603125,11.6680006875,14.010703125,11.5067996875C14.369902125,11.3454996875,14.601502125,10.9884006875,14.601602125,10.5946996875L14.601602125,1.9716798875000001L21.419905125,1.9716798875000001C21.531904125,1.9717599875,21.623003125,2.0628199875,21.623003125,2.1747998875L21.623003125,23.8262006875C21.622904125,23.9379996875,21.531803125,24.0281996875,21.419905125,24.0282996875L4.580083125,24.0282996875C4.468133225,24.0282996875,4.377093125,23.9381006875,4.376952925,23.8262006875L4.376952925,2.1747998875ZM10.230503125,7.4414100875L9.188483224999999,8.3671903875L9.188483224999999,1.9716798875000001L12.601602125,1.9716798875000001L12.601602125,8.3671903875L11.559602725,7.4414100875C11.204402925,7.1257099875,10.680003125,7.1056899875,10.303703325,7.3818401875L10.230503125,7.4414100875ZM15.204073125,15.4062496875C15.204073125,14.8884496875,14.810074125,14.4622496875,14.305673125,14.4111496875L14.204073125,14.4062496875L8.189453624999999,14.4062496875C7.637163125,14.4062496875,7.189453125,14.8540496875,7.189453125,15.4062496875C7.189453125,15.9585496875,7.637163125,16.4062496875,8.189453624999999,16.4062496875L14.204073125,16.4062496875L14.305673125,16.4014496875C14.810074125,16.3503496875,15.204073125,15.9241496875,15.204073125,15.4062496875ZM18.812473125,19.0146486875C18.812473125,18.4967476875,18.418573125,18.0705466875,17.914072125,18.0195486875L17.812473125,18.0146486875L8.189453624999999,18.0146486875C7.637163125,18.0146486875,7.189453125,18.4624476875,7.189453125,19.0146486875C7.189453125,19.5669476875,7.637163125,20.0146486875,8.189453624999999,20.0146486875L17.812473125,20.0146486875L17.914072125,20.0098476875C18.418573125,19.9588466875,18.812473125,19.5326476875,18.812473125,19.0146486875Z"
474
+ })
475
+ }));
476
+ }
477
+ // 流程
478
+ export function ProcessIcon(props) {
479
+ var _props$width23 = props.width,
480
+ width = _props$width23 === void 0 ? 26 : _props$width23,
481
+ _props$height23 = props.height,
482
+ height = _props$height23 === void 0 ? 26 : _props$height23,
483
+ fill = props.fill,
484
+ rest = _objectWithoutProperties(props, _excluded23);
485
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
486
+ width: width,
487
+ height: height,
488
+ fill: fill
489
+ }, rest), {}, {
490
+ children: /*#__PURE__*/_jsx("path", {
491
+ d: "M21.272500057907106,1.3632800579071045C23.130000057907104,1.3632800579071045,24.636500057907103,2.8690400579071045,24.636700057907106,4.726560157907104C24.636700057907106,6.5842502579071045,23.130101057907105,8.090820057907106,21.272500057907106,8.090820057907106C19.763501057907103,8.090659857907104,18.486602057907106,7.096480157907105,18.060500057907106,5.727539757907104L12.818400057907105,5.727539757907104L12.818400057907105,12.000000057907105L18.060500057907106,12.000000057907105C18.486401057907106,10.630999357907104,19.763301057907103,9.636870157907104,21.272500057907106,9.636719457907105C23.130000057907104,9.636719457907105,24.636500057907103,11.142499657907104,24.636700057907106,13.000000057907105C24.636700057907106,14.857700057907104,23.130101057907105,16.364299057907104,21.272500057907106,16.364299057907104C19.763201057907104,16.364099057907104,18.486300057907105,15.369400057907104,18.060500057907106,14.000000057907105L12.818400057907105,14.000000057907105L12.818400057907105,20.273400057907104L18.060500057907106,20.273400057907104C18.486201057907106,18.903901057907106,19.763001057907104,17.909301057907104,21.272500057907106,17.909201057907104C23.130000057907104,17.909201057907104,24.636500057907103,19.414900057907104,24.636700057907106,21.272500057907106C24.636700057907106,23.130101057907105,23.130101057907105,24.636700057907106,21.272500057907106,24.636700057907106C19.763501057907103,24.636601057907104,18.486602057907106,23.642401057907104,18.060500057907106,22.273400057907104L11.818400057907105,22.273400057907104C11.266199857907104,22.273400057907104,10.818599457907105,21.825501057907104,10.818400157907105,21.273400057907104L10.818400157907105,14.000000057907105L7.940430357907104,14.000000057907105C7.514569957907105,15.369400057907104,6.236840057907105,16.364000057907106,4.727540057907104,16.364299057907104C2.8700199579071044,16.364099057907104,1.3632800579071045,14.857600057907105,1.3632800579071045,13.000000057907105C1.3634699583071046,11.142599857907104,2.8701400579071046,9.636910157907105,4.727540057907104,9.636719457907105C6.236699857907104,9.636930257907105,7.514449857907104,10.630900157907105,7.940430357907104,12.000000057907105L10.818400157907105,12.000000057907105L10.818400157907105,4.727540057907104L10.823199957907104,4.624999957907105C10.874600157907105,4.120870157907104,11.300699957907105,3.7275400579071043,11.818400057907105,3.7275400579071043L18.060500057907106,3.7275400579071043C18.486201057907106,2.3580300779071046,19.763001057907104,1.3634400367771045,21.272500057907106,1.3632800579071045ZM21.272500057907106,19.909201057907104C20.519601057907103,19.909402057907105,19.909402057907105,20.519601057907103,19.909201057907104,21.272500057907106C19.909201057907104,22.025500057907106,20.519501057907103,22.636500057907103,21.272500057907106,22.636700057907106C22.025601057907103,22.636700057907106,22.636700057907106,22.025601057907103,22.636700057907106,21.272500057907106C22.636500057907103,20.519501057907103,22.025500057907106,19.909201057907104,21.272500057907106,19.909201057907104ZM4.727540057907104,11.636699057907105C3.9746999579071045,11.636900057907104,3.3644499579071043,12.247200057907104,3.3642599579071044,13.000000057907105C3.3642599579071044,13.753000057907105,3.9745900579071045,14.364100057907104,4.727540057907104,14.364299057907104C5.477499757907104,14.364000057907104,6.086089857907105,13.757700057907105,6.090820057907105,13.008799057907105L6.090820057907105,12.990200057907105C6.0853698579071045,12.241900057907104,5.477049557907105,11.637000057907105,4.727540057907104,11.636699057907105ZM21.272500057907106,11.636699057907105C20.519601057907103,11.636900057907104,19.909402057907105,12.247200057907104,19.909201057907104,13.000000057907105C19.909201057907104,13.753000057907105,20.519501057907103,14.364100057907104,21.272500057907106,14.364299057907104C22.025601057907103,14.364299057907104,22.636700057907106,13.753100057907105,22.636700057907106,13.000000057907105C22.636500057907103,12.246999057907104,22.025500057907106,11.636699057907105,21.272500057907106,11.636699057907105ZM21.272500057907106,3.3632800579071045C20.519601057907103,3.3634700579071044,19.909402057907105,3.9737300579071047,19.909201057907104,4.726560157907104C19.909201057907104,5.479559657907105,20.519501057907103,6.0906302579071045,21.272500057907106,6.090820057907105C22.025601057907103,6.090820057907105,22.636700057907106,5.479679857907104,22.636700057907106,4.726560157907104C22.636500057907103,3.9736099579071045,22.025500057907106,3.3632800579071045,21.272500057907106,3.3632800579071045Z"
492
+ })
493
+ }));
494
+ }
495
+ // 违规
496
+ export function ViolationIcon(props) {
497
+ var _props$width24 = props.width,
498
+ width = _props$width24 === void 0 ? 26 : _props$width24,
499
+ _props$height24 = props.height,
500
+ height = _props$height24 === void 0 ? 26 : _props$height24,
501
+ fill = props.fill,
502
+ rest = _objectWithoutProperties(props, _excluded24);
503
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
504
+ width: width,
505
+ height: height,
506
+ fill: fill
507
+ }, rest), {}, {
508
+ children: /*#__PURE__*/_jsx("path", {
509
+ d: "M25.375568,17.922239703125C26.241478,19.365422703125,26.241478,20.952922703125,25.375568,22.396104703125C24.509659,23.839290703125,23.066479,24.705198703125,21.478979,24.560880703125L5.1710224,24.560880703125C3.583523,24.560880703125,2.1403407999999997,23.839290703125,1.2744318799999999,22.396104703125C0.40852305,21.097242703125,0.40852305,19.365422703125,1.2744318799999999,17.922242703125L9.5005693,3.779061303125C10.366478,2.335879503125,11.809659,1.469970703125,13.39716,1.469970703125C14.984659,1.469970703125,16.427843,2.335879503125,17.293751,3.779061303125L25.375568,17.922239703125ZM21.33466,22.684739703125C22.200571,22.684739703125,23.066479,22.107467703125,23.499434,21.385875703125C24.076704,20.664289703125,24.076704,19.654060703125,23.499434,19.076789703125L15.417615,4.933606903125C14.984659,4.0676982031249995,14.11875,3.634743403125,13.252842,3.634743403125C12.386934,3.634743403125,11.521023,4.212015903125,11.088069,4.933606903125L2.8619323,19.076789703125C2.4289774,19.798377703125,2.4289774,20.808604703125,2.8619323,21.530195703125C3.2948861,22.251788703125,4.1607956999999995,22.684739703125,5.0267053,22.684739703125L21.33466,22.684739703125ZM11.954065,10.128963503125C11.954065,9.407372003125001,12.387018,8.830099103125,12.964293,8.685780503124999C13.541564,8.541461003125,14.263156,8.830098103125,14.551792,9.118734403125C14.696111,9.407371503124999,14.696111,9.551689103125,14.696111,9.840325403125C14.696111,10.561916303125,14.551792,11.139187803125,14.551792,11.860779703125C14.551792,12.871006703125,14.407475,13.881233703125,14.407475,14.891461703125L14.407475,15.901689703125C14.407475,16.478961703125,13.974518,16.911916703125,13.397245,16.911916703125C12.819973,16.911916703125,12.387018,16.623280703124998,12.387018,16.046008703125C12.242702,14.458508703125,12.242702,13.015326703125,12.098383,11.427825903125C11.954065,10.994872103125,11.954065,10.561917303125,11.954065,10.128963503125ZM11.954065,19.076722703125C11.954065,18.355132703125,12.531338,17.777860703125,13.252928,17.777860703125C13.974521,17.777856703125,14.551793,18.355130703125,14.551793,19.076720703125C14.551793,19.798312703125,13.974519,20.375585703125,13.252928,20.375585703125C12.531338,20.375585703125,11.954065,19.798316703125,11.954065,19.076722703125Z"
510
+ })
511
+ }));
512
+ }
513
+ // 垃圾桶
514
+ export function TrashIcon(props) {
515
+ var _props$width25 = props.width,
516
+ width = _props$width25 === void 0 ? 26 : _props$width25,
517
+ _props$height25 = props.height,
518
+ height = _props$height25 === void 0 ? 26 : _props$height25,
519
+ fill = props.fill,
520
+ rest = _objectWithoutProperties(props, _excluded25);
521
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
522
+ width: width,
523
+ height: height,
524
+ fill: fill
525
+ }, rest), {}, {
526
+ children: /*#__PURE__*/_jsx("path", {
527
+ d: "M15.69543,3.8101776C15.1658,2.6983347,14.031997,1.9528277,12.748465,1.9567561C11.472737,1.960698,10.3416748,2.7002323,9.8069105,3.8101776L15.69543,3.8101776ZM7.7222996,3.8101776C8.3567781,1.5749081,10.3997765,0.0078686057,12.74977,0.000020659596C15.113583,-0.0065923431,17.159615,1.5750282,17.779823,3.8101776L23.517466,3.8101776C24.058167,3.8101776,24.496489,4.2484999,24.496489,4.7891979C24.496489,5.329896,24.058167,5.7682176,23.517466,5.7682176L22.538446,5.7682176L22.538446,22.234035C22.537006,24.313324,20.85177,25.99856,18.772482,25.999998L6.7253098,25.999998C4.6458976,25.997122,2.9609179,24.312141,2.9580405,22.232729L2.9580405,5.7682176L1.97902024,5.7682176C1.4383222500000001,5.7682176,1,5.329896,1,4.7891979C1,4.2484999,1.4383222500000001,3.8101776,1.97902024,3.8101776L7.7222996,3.8101776ZM4.9173858,5.7682176L20.583015,5.7682176L20.583015,22.234035C20.583015,23.231327,19.771082,24.043262,18.773787,24.043262L6.7266159,24.043262C5.72932,24.043262,4.9173858,23.231333,4.9173858,22.234035L4.9173858,5.7682176ZM8.7423129,17.841686C8.7423139,18.382385,9.1806364,18.820707,9.7213326,18.820705C10.2620316,18.820707,10.7003546,18.382385,10.7003536,17.841686L10.7003536,11.967564C10.7003546,11.426867,10.2620325,10.988544,9.7213345,10.988544C9.1806364,10.988544,8.7423139,11.426867,8.7423129,11.967564L8.7423129,17.841686ZM14.71042,17.841686C14.710422,18.382385,15.148744,18.820707,15.689441,18.820705C16.230139,18.820707,16.668463,18.382385,16.668461,17.841686L16.668461,11.967564C16.668463,11.426867,16.230141,10.988544,15.689442,10.988544C15.148744,10.988544,14.710422,11.426867,14.71042,11.967564L14.71042,17.841686Z"
528
+ })
529
+ }));
530
+ }
531
+ // 保险信息
532
+ export function InsuranceIcon(props) {
533
+ var _props$width26 = props.width,
534
+ width = _props$width26 === void 0 ? 26 : _props$width26,
535
+ _props$height26 = props.height,
536
+ height = _props$height26 === void 0 ? 26 : _props$height26,
537
+ fill = props.fill,
538
+ rest = _objectWithoutProperties(props, _excluded26);
539
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
540
+ width: width,
541
+ height: height,
542
+ fill: fill
543
+ }, rest), {}, {
544
+ children: [/*#__PURE__*/_jsx("path", {
545
+ d: "M10.236852728131103,11.360168740478516C9.867914328131103,10.989610440478515,9.268028438131104,10.989610440478515,8.899090798131104,11.360168740478516C8.528532646131104,11.729106340478516,8.528532646131104,12.328993040478515,8.899090798131104,12.697930540478517L12.862132028131104,16.660971140478516L18.090708228131103,11.432394840478516C18.461262228131105,11.061841440478515,18.461262228131105,10.465187070478516,18.090708228131103,10.094632680478515C17.721770728131105,9.724075451478516,17.1218848281311,9.724075451478516,16.752947328131103,10.094632680478515L12.862132028131104,13.985447440478517L10.236852728131103,11.360168740478516Z"
546
+ }), /*#__PURE__*/_jsx("path", {
547
+ d: "M23.385347,3.1230145L13.926806,0.089498103C13.549972,-0.02983286,13.148015,-0.02983286,12.771181,0.089498103L3.3126396,3.1230145C2.53070861,3.3742373,2,4.1027837,2,4.925539L2,14.713811C2,18.30002,4.028624499999999,21.578476,7.2379975,23.176882L12.504257,25.80216C13.034966,26.065945,13.659882,26.065945,14.190591,25.80216L19.45685,23.176882C22.672504,21.578476,24.701128,18.30002,24.701128,14.713811L24.701128,4.9223986C24.701128,4.1027837,24.17042,3.3742373,23.385347,3.1230145ZM22.807535,14.71381C22.807535,17.584032,21.184008,20.206169,18.615253,21.484268L13.352134,24.109547L8.0858746,21.484268C5.5171211,20.203032,3.8935926,17.580893,3.8935926,14.713811L3.8935926,4.9223986L13.352134,1.8888819L22.807537,4.9223986L22.807535,14.71381Z"
548
+ })]
549
+ }));
550
+ }
551
+ // 年检信息
552
+ export function AnnualInspectionIcon(props) {
553
+ var _props$width27 = props.width,
554
+ width = _props$width27 === void 0 ? 26 : _props$width27,
555
+ _props$height27 = props.height,
556
+ height = _props$height27 === void 0 ? 26 : _props$height27,
557
+ fill = props.fill,
558
+ rest = _objectWithoutProperties(props, _excluded27);
559
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
560
+ width: width,
561
+ height: height,
562
+ fill: fill
563
+ }, rest), {}, {
564
+ children: [/*#__PURE__*/_jsx("path", {
565
+ d: "M13.062474531738282,0.11234782636165828C5.955538731738281,0.11234782636165828,0.19428253173828125,5.873525602844238,0.19428253173828125,12.980486602844238C0.19428253173828125,20.08742260284424,5.955538231738282,25.84867960284424,13.062474531738282,25.84867960284424C20.16935753173828,25.84867960284424,25.930614531738282,20.08742260284424,25.930614531738282,12.980486602844238C25.930614531738282,5.873525602844238,20.16935953173828,0.11234760284423828,13.062474531738282,0.11234782636165828ZM13.10654053173828,24.082814602844238C6.999225631738281,24.082814602844238,2.0483341317382813,19.13184460284424,2.0483341317382813,13.024606602844239C2.0483341317382813,6.917343602844238,6.999277631738281,1.9664001028442384,13.10654053173828,1.9664001028442384C19.21380453173828,1.9664001028442384,24.164747531738282,6.917343602844238,24.164747531738282,13.024606602844239C24.16477353173828,19.13184460284424,19.21393353173828,24.082814602844238,13.10654053173828,24.082814602844238Z"
566
+ }), /*#__PURE__*/_jsx("path", {
567
+ d: "M9.589747431585693,11.029417968914796L9.589747431585693,10.452661468914794L10.970945331585693,10.452661468914794L10.970945331585693,8.919674868914795L9.589747431585693,8.919674868914795L9.589747431585693,6.126880168914795L8.026412931585693,6.126880168914795L8.026412931585693,8.919649168914795L6.3112640415856935,8.919649168914795L6.3112640415856935,10.452635768914796L7.9808402315856934,10.452635768914796C7.5559244315856935,12.172955468914795,6.8728733015856935,13.700719868914796,5.931817531585693,15.036368868914796L6.614816661585693,16.797092168914794C7.151067231585693,15.846059368914794,7.621582031585693,14.793538568914794,8.026413931585694,13.639946968914796L8.026413931585694,20.105895168914795L9.589748431585694,20.105895168914795L9.589748431585694,12.698993668914795C9.842531231585694,13.144410168914796,10.141146631585693,13.695755968914796,10.485205631585693,14.353396868914794L11.380740131585693,13.002572068914795C10.793798431585692,12.284211168914794,10.196852731585693,11.626596468914794,9.589747431585693,11.029417968914796ZM11.714664431585692,13.351671168914795C12.139657931585694,14.829133468914796,12.478520431585693,16.270973168914793,12.731589331585694,17.677400168914794L14.112838231585693,17.313127168914797C13.798997831585694,15.562642568914795,13.454964631585693,14.090454068914795,13.080688431585694,12.896304168914796L11.714664431585692,13.351671168914795Z"
568
+ }), /*#__PURE__*/_jsx("path", {
569
+ d: "M19.182235677038577,12.865930565380859L17.679571177038575,12.486483565380858C17.254629177038574,14.76319026538086,16.763717677038574,16.68082026538086,16.207357377038576,18.23903426538086L11.016466137038574,18.23903426538086L11.016466137038574,19.77194426538086L19.850112877038576,19.77194426538086L19.850112877038576,18.23903426538086L17.770690877038575,18.23903426538086C18.317127277038573,16.66052626538086,18.787614777038574,14.86945726538086,19.182235677038577,12.865930565380859ZM16.131435377038574,6.157253265380859L14.674343077038575,6.157253265380859C13.733339277038574,8.14061836538086,12.397636377038575,9.74952606538086,10.667391777038574,10.98392296538086L11.532526967038574,12.31962586538086C12.028192477038575,11.97569656538086,12.544255277038575,11.54550646538086,13.080764777038574,11.02944466538086L13.080764777038574,11.818711265380859L17.816261277038574,11.818711265380859L17.816261277038574,11.059818265380859C18.311849577038572,11.545480765380859,18.823053377038576,11.96545986538086,19.349246977038575,12.31962586538086L20.229478877038574,10.98392296538086C18.286752677038574,9.59771056538086,16.920833577038575,7.98880336538086,16.131435377038574,6.157253265380859ZM13.687896777038574,10.36159326538086C14.325322177038574,9.58248516538086,14.896908777038576,8.702201865380859,15.402915977038575,7.720587765380859C15.848072077038573,8.67185496538086,16.429792377038574,9.55216406538086,17.148385977038572,10.36159326538086L13.687896777038574,10.36159326538086Z"
570
+ }), /*#__PURE__*/_jsx("path", {
571
+ d: "M16.32869334144287,16.599678026501465C16.02519224144287,15.021247826501465,15.69126794144287,13.604610426501464,15.326994941442871,12.349921226501465L13.976119041442871,12.805262566501465C14.340417861442871,14.161360726501465,14.644021991442871,15.552432026501466,14.886957171442871,16.979202226501464L16.32869334144287,16.599678026501465Z"
572
+ })]
573
+ }));
574
+ }
575
+ // 充电信息
576
+ export function ChargingIcon(props) {
577
+ var _props$width28 = props.width,
578
+ width = _props$width28 === void 0 ? 26 : _props$width28,
579
+ _props$height28 = props.height,
580
+ height = _props$height28 === void 0 ? 26 : _props$height28,
581
+ fill = props.fill,
582
+ rest = _objectWithoutProperties(props, _excluded28);
583
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
584
+ width: width,
585
+ height: height,
586
+ fill: fill
587
+ }, rest), {}, {
588
+ children: /*#__PURE__*/_jsx("path", {
589
+ d: "M19.181873,3.5822854L23.058525,3.5822854L23.072372,3.5965004C23.584644,3.5965004,24,4.022963,24,4.5489335L24,13.874248C24,18.579554,20.275646,22.417713,15.679044,22.417713L13.90686,22.417713L13.90686,25.03335C13.90686,25.573536,13.505349,26.000002,12.979232,26.000002C12.453115,26.000002,12.037759,25.55932,12.037759,25.03335L12.037759,22.417713L10.3209562,22.417713C5.7382002,22.417713,2,18.579552,2,13.874248L2,4.5347185C2,4.0087481,2.41535571,3.5822854,2.92762738,3.5822854L7.0119543,3.5822854L7.0119543,0.96664858C7.0119543,0.42646271,7.4273095,0,7.9395814,0C8.4518538,0,8.8672094,0.44067779,8.8672094,0.96664858L8.8672094,3.5822854L17.312773,3.5822854L17.312773,0.96664858C17.312773,0.42646271,17.741973,0,18.254246,0C18.766518,0,19.181873,0.44067779,19.181873,0.96664858L19.181873,3.5822854ZM15.679042,20.498634C19.237255,20.498634,22.130899,17.527613,22.130899,13.874248L22.130899,5.5013666L3.8690996,5.5013666L3.8690996,13.874248C3.8690996,17.527613,6.7627435,20.498634,10.3209553,20.498634L15.679042,20.498634ZM12.520323,12.026486L14.929384,12.054919L14.929383,12.083349C15.247822,12.083349,15.552416,12.253935,15.718559,12.538242C15.884701,12.822552,15.898547,13.163722,15.760095,13.462244L13.835616,17.428347C13.68332,17.755301,13.351035,17.954317,13.004905,17.954317C12.866453,17.954317,12.728002,17.925884,12.589549,17.854809C12.132658,17.613148,11.9388256,17.030312,12.174194,16.561205L13.434106,13.973998L11.0250435,13.945567C10.706604,13.945567,10.402009,13.774981,10.2358675,13.490674C10.069726,13.206366,10.0558796,12.865194,10.1943321,12.566672L12.118812,8.5579233C12.338669,8.0763617,12.902822,7.8768454,13.36488,8.1172466C13.82942,8.3470926,14.022224,8.9218159,13.79408,9.3966331L12.520323,12.026486Z"
590
+ })
591
+ }));
592
+ }
593
+ // 签约信息
594
+ export function ContractIcon(props) {
595
+ var _props$width29 = props.width,
596
+ width = _props$width29 === void 0 ? 26 : _props$width29,
597
+ _props$height29 = props.height,
598
+ height = _props$height29 === void 0 ? 26 : _props$height29,
599
+ fill = props.fill,
600
+ rest = _objectWithoutProperties(props, _excluded29);
601
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
602
+ width: width,
603
+ height: height,
604
+ fill: fill
605
+ }, rest), {}, {
606
+ children: /*#__PURE__*/_jsx("path", {
607
+ d: "M4.82316875,12.941502C4.30343485,12.951171,3.87399985,12.538216,3.86333515,12.018501C3.86333515,11.507168,4.29233505,11.093334,4.82316875,11.093334L16.32600175,11.093334C16.85466975,11.093334,17.28366875,11.507168,17.28366875,12.0185C17.27300075,12.537355,16.84489675,12.949962,16.32600175,12.941501L4.82100295,12.941501L4.82316875,12.941502ZM4.82316875,8.3200006C4.30260515,8.3296623,3.87282085,7.915401,3.86333515,7.394834C3.86333515,6.8856673,4.29233505,6.4718337,4.82316875,6.4718337L18.24133675,6.4718337C18.77216875,6.4718337,19.20116975,6.8835006,19.20116975,7.394834C19.19168275,7.9154,18.76189975,8.3296623,18.24133675,8.3200006L4.82316875,8.3200006ZM13.73033475,17.833834C13.97585775,17.59341,14.32923875,17.498903,14.66200175,17.584667C14.99783475,17.669167,15.26000175,17.920502,15.34666775,18.245501C15.43323675,18.569584,15.33313175,18.914951,15.08666775,19.142502L12.19200275,21.928835C11.76270275,22.338182,11.07093575,22.274923,10.72300275,21.7945L9.44033625,19.983168L7.41450215,21.917999C6.98227885,22.328838,6.28631685,22.26129,5.94116875,21.775L4.67366885,19.939833L2.62400225,21.915833C2.44210675,22.090031,2.19985845,22.187086,1.94800225,22.186666C1.11383545,22.186666,0.48983544,21.820499,0.20816877,21.140165C0.043502118,20.739332,0.021835437,20.442499,0.02833543811,19.645164L0.02833543811,2.7733335C0.0305018902,1.2415001,1.31966855,0,2.90783525,0L20.16100075,0C21.74916875,0,23.03616875,1.2415001,23.03616875,2.7733335L23.03616875,12.0185C23.02549975,12.537354,22.59739675,12.949961,22.07850275,12.941501C21.55960875,12.949961,21.13150375,12.537354,21.12083475,12.0185L21.12083475,2.7733335C21.11134875,2.2527671,20.68156475,1.8385054,20.16100075,1.8481669L2.90566845,1.8481669C2.38594485,1.8397157,1.95749245,2.2536278,1.94800185,2.7733335L1.94800185,19.955002L4.14500185,17.836002C4.57680945,17.422989,5.27462105,17.489595,5.62050195,17.976837L6.89016815,19.816338L8.90733525,17.888004C9.33641915,17.480339,10.02626995,17.543514,10.37416875,18.022337L11.65466875,19.831503L13.73033475,17.836004L13.73033475,17.833834ZM24.03066875,15.186168L25.40866675,16.471001C26.16931175,17.167906,26.19105375,18.359816,25.45633275,19.084L19.13616575,25.428001C18.68347375,25.87487,18.04213675,26.074379,17.41583475,25.963167L15.02383375,25.542833L14.50383375,23.252668C14.36925875,22.645517,14.55673775,22.011854,14.99999975,21.575668L21.31800075,15.231668C21.67673675,14.876896,22.15901375,14.674976,22.66350175,14.668334C23.16797475,14.657775,23.65702075,14.842526,24.02850175,15.184001L24.03066875,15.186168ZM17.75816875,24.143167L24.07616775,17.799168L22.69816775,16.514334L16.37800175,22.860502L16.62500175,23.943836L17.75816875,24.143167ZM0.98816973,24.034836L9.61583615,24.034836C10.14450275,24.034836,10.57350375,24.448668,10.57350375,24.960001C10.56401275,25.479708,10.13555975,25.89362,9.61583615,25.885168L0.98816848,25.885168C0.46844533,25.89362,0.039992822,25.479708,0.0305018146,24.960001C0.0305018146,24.448668,0.4595018,24.034836,0.98816973,24.034836Z",
608
+ fillOpacity: "1",
609
+ style: "mix-blend-mode:passthrough"
610
+ })
611
+ }));
612
+ }
613
+ // 访谈
614
+ export function InterviewIcon(props) {
615
+ var _props$width30 = props.width,
616
+ width = _props$width30 === void 0 ? 26 : _props$width30,
617
+ _props$height30 = props.height,
618
+ height = _props$height30 === void 0 ? 26 : _props$height30,
619
+ fill = props.fill,
620
+ rest = _objectWithoutProperties(props, _excluded30);
621
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
622
+ width: width,
623
+ height: height,
624
+ fill: fill
625
+ }, rest), {}, {
626
+ children: /*#__PURE__*/_jsx("path", {
627
+ d: "M23.215683,21.82047696875L15.787889,21.82047696875L13.840878,24.20479796875C13.831594,24.21686896875,13.823238,24.22986596875,13.812096,24.24193796875C13.613402,24.47219896875,13.325575,24.60404196875,13.024749,24.60404196875L13.023821,24.60404196875L13.01268,24.60311296875L13.000609,24.60404196875C12.700712,24.60404196875,12.414742,24.47312696875,12.216048,24.24565096875L12.187265,24.20851096875L10.217043,21.82047696875L2.7892485,21.82047696875C1.0149341,21.82047696875,0.0019687265,20.87528996875,0.0019687265,19.15761196875L0.0019687265,4.50814556875C0.0019687265,2.79046816875,1.4448178,1.3931144923,3.2191322,1.3931144923L22.783941,1.3931144923C24.557327,1.3931144923,26.000177,2.79046816875,26.000177,4.50814556875L26.000177,19.15761196875C26.000177,20.87528996875,24.989069,21.82047696875,23.215683,21.82047696875ZM24.144157,4.17946626875C24.144157,3.64187956875,23.830334,3.25099186875,23.215683,3.25099186875L2.7892485,3.25099186875C2.1745985,3.25099186875,1.8607742,3.64187936875,1.8607742,4.17946626875L1.8607742,19.03505496875C1.8607742,19.57264296875,2.1745985,19.96352996875,2.7892485,19.96352996875L10.430592,20.13251096875L10.444519,20.13343996875C10.480181,20.13476596875,10.515791,20.13724296875,10.551293,20.14086696875C10.573151,20.14290796875,10.594857,20.14631996875,10.616286,20.15108096875L10.653425,20.15757896875C10.686795,20.16435096875,10.719675,20.17334796875,10.751843,20.18450496875L10.819622,20.20957596875L10.846547,20.22071696875C10.868831,20.23092796875,10.891114,20.24114196875,10.91247,20.25321196875C10.920826,20.25785396875,10.930111,20.26156796875,10.938467,20.26713896875C10.958893,20.27827996875,10.978392,20.29127896875,10.99789,20.30427696875C11.03721,20.32797196875,11.074203,20.35533096875,11.108377,20.38598396875L11.126019,20.40083896875L13.009893,22.09437596875L14.875197,20.40362596875L14.894696,20.38783996875L14.924408,20.36277196875L14.97733,20.32284896875L15.005185,20.30427896875L15.06368,20.26806796875L15.092463,20.25321396875C15.11273,20.24207296875,15.133487,20.23184996875,15.15467,20.22257396875L15.188094,20.20864696875C15.207901,20.20040496875,15.228035,20.19296996875,15.248445,20.18636296875L15.290227,20.17336496875C15.308796,20.16871996875,15.326438,20.16315096875,15.345007,20.15943696875L15.394217,20.14922296875L15.446211,20.14179596875L15.500062,20.13622496875C15.516444,20.13515996875,15.532854,20.13454196875,15.549273,20.13436896875L15.573412,20.13251096875C15.52606,20.14086696875,18.466537,19.90967796875,22.268641,20.00438296875C23.367954,19.83075696875,24.142302,19.55499996875,24.144159,19.03505496875L24.144157,4.17946626875ZM19.501787,14.39268296875L6.5031462,14.39268296875C5.9237781,14.39268296875,5.5746717,14.05378996875,5.5746717,13.46420896875C5.5746717,12.87462796875,5.9237781,12.53573496875,6.5031462,12.53573496875L19.501785,12.53573496875C20.081154,12.53573496875,20.43026,12.87462796875,20.43026,13.46420896875C20.43026,14.05378996875,20.081154,14.39268296875,19.501787,14.39268296875ZM19.501787,9.75031186875L6.5031462,9.75031186875C5.9237781,9.75031186875,5.5746717,9.41141886875,5.5746717,8.821837468750001C5.5746717,8.23225636875,5.9237781,7.89336346875,6.5031462,7.89336346875L19.501785,7.89336346875C20.081154,7.89336346875,20.43026,8.23225636875,20.43026,8.821837468750001C20.43026,9.41141886875,20.081154,9.75031186875,19.501787,9.75031186875Z",
628
+ fillOpacity: "1"
629
+ })
630
+ }));
631
+ }
632
+ // 点位
633
+ export function PointIcon(props) {
634
+ var _props$width31 = props.width,
635
+ width = _props$width31 === void 0 ? 26 : _props$width31,
636
+ _props$height31 = props.height,
637
+ height = _props$height31 === void 0 ? 26 : _props$height31,
638
+ fill = props.fill,
639
+ rest = _objectWithoutProperties(props, _excluded31);
640
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
641
+ width: width,
642
+ height: height,
643
+ fill: fill
644
+ }, rest), {}, {
645
+ children: [/*#__PURE__*/_jsx("path", {
646
+ d: "M12.99990845,0C8.87374975,0.012590527,5.37210763,3.0298157,4.749792486,7.1087952C4.13021839,11.293202,6.72851635,15.805004,12.35946515,20.619421C12.67829515,20.870014,13.12716865,20.870014,13.44600105,20.619421C19.20738725,16.086748,21.83698825,11.57625,21.20698025,7.098361C20.553616249999997,3.0556521,17.09457525,0.063899532,12.99990845,0ZM12.99990845,1.7608943C16.24956825,1.7930021,19.00355125,4.1614289,19.52173825,7.369669L19.52173825,7.6957607C19.83739425,11.087113,17.805193250000002,14.696293,13.27252005,18.489389L12.93469045,18.772438L12.67381665,18.478954C8.01070785,14.315417,6.02154915,10.608409,6.50025165,7.402277C6.98953485,4.177947,9.760840850000001,1.7946237,13.02208235,1.7935023L12.99990845,1.7608943Z",
647
+ fillOpacity: "1"
648
+ }), /*#__PURE__*/_jsx("path", {
649
+ d: "M18.15215675,18.304275512655273C22.67439475,18.880805966655274,25.59878375,20.087344146655273,25.59878375,22.000848746655272C25.59878375,24.467407246655274,20.27175175,25.934818246655272,13.45643775,26.000034346655273L12.99991075,26.000034346655273C5.96807435,26.011774046655272,0.40234375,24.522188146655274,0.40234375,22.000848746655272C0.40234375,20.119953146655273,3.20673105,18.923849106655272,7.58679245,18.336884498655273C8.07016895,18.270610809655274,8.51574995,18.608737946655275,8.58202455,19.092113496655273C8.64830015,19.575490046655272,8.31017305,20.021068546655272,7.82679655,20.087344146655273C4.39109615,20.554306946655274,2.1632381499999997,21.499973346655274,2.1632381499999997,22.000848746655272C2.1632381499999997,22.902166346655275,6.83678195,24.173923446655273,12.55512375,24.239141446655275L12.99991275,24.239141446655275C18.91390575,24.239141446655275,23.87050075,22.924340246655273,23.87050075,22.000848746655272C23.87050075,21.479103046655272,21.53307575,20.511263846655275,17.96824275,20.054734246655272C17.49410475,20.01847834665527,17.13411875,19.612787246655273,17.15453175,19.137702946655274C17.17494175,18.662618636655274,17.56839375,18.289296150255275,18.04389575,18.293839454651273L18.15215675,18.304275512655273Z",
650
+ fillOpacity: "1"
651
+ }), /*#__PURE__*/_jsx("path", {
652
+ d: "M15.363120125,5.8500242687499995C14.742929425,5.20358991875,13.885618225,4.83851003647,12.989787125,4.8393573760986C12.146656525000001,4.83840680122,11.338169125,5.17471646875,10.744452955,5.77335762875C10.144453045,6.37335776875,9.814453125,7.17202426875,9.814453125,8.02002426875C9.814453125,8.33077666875,10.066367625,8.58269116875,10.377119545,8.58269116875C10.687871935,8.58269116875,10.939786425,8.33077666875,10.939786425,8.02002426875C10.941246525,6.88695286875,11.858054124999999,5.96805976875,12.991119825,5.96402426875L12.995786625000001,5.96402426875C13.582453725,5.96402426875,14.147786125,6.2046909687500005,14.545786825,6.62535766875C14.899120325,6.99669076875,15.079119725,7.46869086875,15.052453025,7.958024468750001C15.030452725,8.373357768750001,15.009786625,8.76535796875,13.807119325,9.968691368750001C13.083786025,10.692024668750001,12.429119125,11.412691568749999,12.341119325000001,12.29402496875C12.311284024999999,12.60308506875,12.536863825000001,12.87813186875,12.845786125,12.90935896875C12.864452825,12.91069216875,12.883786225,12.91269106875,12.902452925,12.91269106875C13.191775325,12.91234586875,13.433677625,12.69264456875,13.461786225,12.40469126875C13.507119225,11.944024568749999,13.931786525,11.43602416875,14.601786624999999,10.76535746875C15.999119725,9.36869096875,16.138453525,8.72202446875,16.175120325,8.02002386875C16.221119925,7.21735716875,15.931787525,6.44669056875,15.363120125,5.8500242687499995ZM12.214453725,14.48135756875C12.202481725,14.86245546875,12.508168225,15.17789446875,12.889453925,15.17789446875C13.270739525,15.17789446875,13.576426525,14.86245546875,13.564454125000001,14.48135756875C13.552996625,14.11682126875,13.254170425,13.82723806875,12.889453925,13.82723806875C12.524737325,13.82723806875,12.225911625,14.11681936875,12.214453725,14.48135756875Z",
653
+ fillOpacity: "1",
654
+ style: "mix-blend-mode:passthrough"
655
+ })]
656
+ }));
657
+ }
658
+ // 收运
659
+ export function CollectionIcon(props) {
660
+ var _props$width32 = props.width,
661
+ width = _props$width32 === void 0 ? 26 : _props$width32,
662
+ _props$height32 = props.height,
663
+ height = _props$height32 === void 0 ? 26 : _props$height32,
664
+ fill = props.fill,
665
+ rest = _objectWithoutProperties(props, _excluded32);
666
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
667
+ width: width,
668
+ height: height,
669
+ fill: fill
670
+ }, rest), {}, {
671
+ children: /*#__PURE__*/_jsx("path", {
672
+ d: "M8.5979662,7.4920964C8.5979662,7.0073862,8.2177906,6.6078672,7.7336779,6.5838313L5.7543974,6.5838313C4.1351061,6.5714412,2.5988955,7.2995858,1.5833125,8.5608745C0.55927664,9.8209248,0,11.5893574,0,13.648614L0,19.946068C0,20.449417,0.44015074,20.825811,0.93958473,20.825811L2.99213,20.825811C3.3836236,22.193243,4.6621299,23.2307,6.1738548,23.2307C7.6855798,23.2307,8.9618492,22.192684,9.3555794,20.825811L16.46175,20.825811C16.858276,22.193243,18.131748,23.2307,19.643475,23.2307C21.155201,23.2307,22.433704,22.192684,22.827995,20.825811L25.116556,20.825811C25.609859,20.838156,26.015345,20.43951,26.011396,19.946068L26.011396,5.6515172C26.006363,3.6610515,24.399561,2,22.408537,2L13.925989,2C11.937761,2,10.290691,3.6610515,10.290691,5.6515172L10.294922,6.5837402L5.7543974,6.5838313C5.5628862,6.5837965,5.5628972,8.400373,5.7543974,8.400362000000001L10.294922,8.4003906L10.295165,19.008722L9.353343,19.008722C8.9417601,17.591361,7.6475,16.613101,6.171618,16.603832C4.661571,16.603832,3.3836238,17.641289999999998,2.9893339,19.008722L1.8120563,19.008722L1.8120563,13.648614C1.8120563,10.4691267,3.378031,8.400362000000001,5.7543974,8.400362000000001C6.4020724,8.2848897,8.5979662,8.342354799999999,8.5979662,7.4920964ZM6.1716175,21.451082C5.3401318,21.45232,4.6651917,20.779051,4.6643672,19.947563C4.6635427,19.116077,5.3371463,18.441471,6.1686335,18.441057C7.0001211,18.440647,7.6743937,19.114584,7.6743937,19.94607C7.6743946,20.776392,7.0019398,21.449848,6.1716175,21.451082ZM19.639,21.451082C18.809416,21.447067,18.140017,20.771578,18.143515,19.941992C18.147013,19.112406,18.822086,18.442583,19.651674,18.44556C20.48126,18.44854,21.151505,19.123192,21.149046,19.95278C21.146584,20.78384,20.470053,21.455109,19.639,21.451082ZM24.193188,19.008722L22.823521,19.008722C22.411322,17.590593,21.115793,16.612235,19.639,16.603832C18.128952,16.603832,16.853243,17.641289999999998,16.457273,19.008722L12.109457,19.008722L12.109457,5.6515172C12.109457,4.6548862,12.933831,3.8142934,13.928224,3.8142934L22.410772,3.8142934C23.407404,3.8142934,24.193188,4.6532083,24.193188,5.6515172L24.193188,19.008722Z",
673
+ fillOpacity: "1",
674
+ style: "mix-blend-mode:passthrough"
675
+ })
676
+ }));
677
+ }
678
+ // 工厂类
679
+ export function FactoryIcon(props) {
680
+ var _props$width33 = props.width,
681
+ width = _props$width33 === void 0 ? 26 : _props$width33,
682
+ _props$height33 = props.height,
683
+ height = _props$height33 === void 0 ? 26 : _props$height33,
684
+ fill = props.fill,
685
+ rest = _objectWithoutProperties(props, _excluded33);
686
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
687
+ width: width,
688
+ height: height,
689
+ fill: fill
690
+ }, rest), {}, {
691
+ children: /*#__PURE__*/_jsx("path", {
692
+ d: "M8.6463909,0C9.3159323,0.0000090988951,9.8816862,0.49643576,9.9687262,1.1602947L12.95215,23.832714C13.056844,24.631304,12.43522,25.339764,11.629816,25.339766L1.3338681,25.339766C0.52845418,25.339756,-0.093172394,24.631294,0.011532409,23.832716L2.9949565,1.1602957C3.0820065,0.49642721,3.6477618,0,4.3172917,0L8.6463909,0ZM21.286932,12.003047C21.868433,12.002933,22.382977,12.379599,22.55859,12.933949L25.936781,23.603323C26.209028,24.462711,25.567934,25.339037,24.666456,25.339766L16.317673,25.339766C15.646761,25.339874,15.080209,24.841572,14.99467,24.176138L13.622321,13.506763C13.519822,12.709434,14.140766,12.003317,14.944657,12.003047L21.286932,12.003047ZM8.0609093,2.0005076L4.9021072,2.0005076L2.0940607,23.339258L10.868956,23.339258L8.0609093,2.0005076ZM20.798141,14.003554L15.702183,14.003554L16.902485,23.339258L23.754225,23.339258L20.798141,14.003554ZM17.449961,6.6683583L16.484381,10.669375L14.483873,10.669375L15.44945,6.6683598L17.449961,6.6683583ZM21.450975,6.6683583L20.485395,10.669375L18.484888,10.669375L19.450468,6.6683598L21.450975,6.6683583Z",
693
+ fillOpacity: "1",
694
+ style: "mix-blend-mode:passthrough"
695
+ })
696
+ }));
697
+ }
698
+ // 资产信息
699
+ export function AssetIcon(props) {
700
+ var _props$width34 = props.width,
701
+ width = _props$width34 === void 0 ? 26 : _props$width34,
702
+ _props$height34 = props.height,
703
+ height = _props$height34 === void 0 ? 26 : _props$height34,
704
+ fill = props.fill,
705
+ rest = _objectWithoutProperties(props, _excluded34);
706
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
707
+ width: width,
708
+ height: height,
709
+ fill: fill
710
+ }, rest), {}, {
711
+ children: /*#__PURE__*/_jsx("path", {
712
+ d: "M24.998001,1C25.550287,1,25.998003,1.44771549,25.998001,2L26.000002,11C26.000002,11.552285,25.552284,12.000002,25,12L1,12C0.44771549,12.000002,2.9343826e-7,11.552285,0,11L0,2C-0.000001173753,1.44849515,0.44649625,1.0011030345,0.99799997,1L24.998001,1ZM23.998001,3L1.998,3L2,10L24,10L24,3L23.998001,3ZM10.998,5.5L10.998,7.5000005L4.9980001,7.5000005L4.9980001,5.5L10.998,5.5ZM25,14.000001C25.552284,14.000001,26.000002,14.447716,26.000002,15.000001L26.000002,24C26.000002,24.552286,25.552284,25.000004,25,25L1,25C0.44771579,25.000004,2.9343826e-7,24.552286,0,24L0,15.000001C2.9343826e-7,14.447716,0.44771519,14.000001,1,14.000001L25,14.000001ZM24,16.000000999999997L2,16.000000999999997L2,23L24,23L24,16.000000999999997ZM11,18.5L11,20.5L4.9980001,20.5L4.9980001,18.5L10.998,18.5L11,18.5Z",
713
+ fillOpacity: "1",
714
+ style: "mix-blend-mode:passthrough"
715
+ })
716
+ }));
717
+ }
718
+ // 文档
719
+ export function DocumentIcon(props) {
720
+ var _props$width35 = props.width,
721
+ width = _props$width35 === void 0 ? 26 : _props$width35,
722
+ _props$height35 = props.height,
723
+ height = _props$height35 === void 0 ? 26 : _props$height35,
724
+ fill = props.fill,
725
+ rest = _objectWithoutProperties(props, _excluded35);
726
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
727
+ width: width,
728
+ height: height,
729
+ fill: fill
730
+ }, rest), {}, {
731
+ children: [/*#__PURE__*/_jsx("path", {
732
+ d: "M6.0167562750000005,0.002197265625L19.740422875,0.002197265625L25.141921875,5.722197065625L25.141921875,22.752197265625C25.086043875,24.554613265625,23.614997875,25.990249265625,21.811753875,26.002197265625L6.016753875,26.002197265625C4.247394075,25.976053265625,2.833651096,24.521585265625,2.85775622725,22.752197265625L2.85775622725,3.252197065625C2.832447931,1.482328765625,4.246883475,0.027148211625,6.0167562750000005,0.002197265625ZM18.644089875,1.856863765625L18.644089875,5.741697265625C18.644087875,6.160513365625,18.983604875,6.500030565625,19.402421875,6.500030565625L23.287255875,6.500030565625L18.644089875,1.856863765625ZM21.738090875,24.143198265625C22.604821875,24.130131265625,23.297145875,23.417442265625,23.285089875,22.550697265625L23.285089875,8.224697065625L18.644089875,8.224697065625C17.777356875000002,8.211627965625,17.085033875,7.498942865625,17.097089875,6.632197365625L17.097089875,1.856863965625L6.263756975,1.856863965625C5.397025075,1.869931965625,4.704701775,2.582617565625,4.716756675,3.449364465625L4.716756675,22.552862265625C4.7047021749999995,23.419609265625,5.397025075,24.132295265625,6.263756975,24.145363265625L21.738090875,24.143198265625Z",
733
+ fillOpacity: "1"
734
+ }), /*#__PURE__*/_jsx("path", {
735
+ d: "M17.302125,11.987060546875L8.657125,11.987060546875C8.05912501,11.987060546875,7.578125,12.468060556875,7.578125,13.066060546875C7.578125,13.664060546875,8.05912501,14.145059846875,8.657125,14.145059846875L17.3021259,14.145059846875C17.900126,14.145059846875,18.381125,13.664060546875,18.381125,13.066060546875C18.381125,12.468060556875,17.900126,11.987060546875,17.302125,11.987060546875ZM17.3021259,17.395060046875L8.657125,17.395060046875C8.05912501,17.395060046875,7.578125,17.876059046875,7.578125,18.474059146875C7.578125,19.072059146875,8.05912501,19.553058646875,8.657125,19.553058646875L17.3021259,19.553058646875C17.900126,19.553058646875,18.381125,19.072059146875,18.381125,18.474059146875C18.381125,17.876059046875,17.900126,17.395060046875,17.3021259,17.395060046875Z",
736
+ fillOpacity: "1"
737
+ })]
738
+ }));
739
+ }
740
+ // 日志
741
+ export function LogIcon(props) {
742
+ var _props$width36 = props.width,
743
+ width = _props$width36 === void 0 ? 26 : _props$width36,
744
+ _props$height36 = props.height,
745
+ height = _props$height36 === void 0 ? 26 : _props$height36,
746
+ fill = props.fill,
747
+ rest = _objectWithoutProperties(props, _excluded36);
748
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
749
+ width: width,
750
+ height: height,
751
+ fill: fill
752
+ }, rest), {}, {
753
+ children: [/*#__PURE__*/_jsx("path", {
754
+ d: "M2.437499996158142,16.574998837060548C1.950000106158142,16.574998837060548,1.462499976158142,16.087498237060547,1.462499976158142,15.599998037060548L1.462499976158142,10.399999087060547C1.462499976158142,9.912498777060547,1.950000106158142,9.424999237060547,2.437499996158142,9.424999237060547C2.924999976158142,9.424999237060547,3.412499876158142,9.912499547060547,3.412499876158142,10.399999087060547L3.412499876158142,15.599999437060546C3.412499876158142,16.249999037060547,3.0874997761581424,16.575000237060546,2.437499996158142,16.574998837060548Z",
755
+ fillOpacity: "1"
756
+ }), /*#__PURE__*/_jsx("path", {
757
+ d: "M25.837499976158142,13.000000047683717C25.837499976158142,11.700000047683716,25.024999976158142,10.725001047683715,23.88749897615814,10.400000047683715L23.88749897615814,4.062500047683716C23.88749897615814,1.9500000476837158,22.26249897615814,0.3250000476837158,20.149999976158142,0.3250000476837158L5.199999676158142,0.3250000476837158C3.0875000761581424,0.3249999880790708,1.462499976158142,1.9500000476837158,1.462499976158142,4.062500047683716L1.462499976158142,4.550000447683716C1.462499976158142,5.037500647683716,1.9500000461581422,5.524999847683715,2.437499996158142,5.524999847683715C2.924999976158142,5.524999847683715,3.412499876158142,5.037499647683716,3.412499876158142,4.550000447683716L3.412499876158142,4.062500047683716C3.412499876158142,3.087500047683716,4.224999776158143,2.275000047683716,5.199999676158142,2.275000047683716L20.312499976158144,2.275000047683716C21.287500976158142,2.275000047683716,22.100000976158142,3.087500047683716,22.100000976158142,4.062500047683716L22.100000976158142,10.400000047683715C21.124999976158144,10.725000047683716,20.149999976158142,11.862499047683716,20.149999976158142,13.000000047683717C20.149999976158142,14.300000047683715,20.962499976158142,15.275000047683715,22.100000976158142,15.600001047683715L22.100000976158142,21.937499047683716C22.100000976158142,22.912500047683714,21.287500976158142,23.725000047683714,20.312499976158144,23.725000047683714L5.199999676158142,23.725000047683714C4.224999776158143,23.725000047683714,3.412499876158142,22.912500047683714,3.412499876158142,21.937499047683716L3.412499876158142,21.450000047683716C3.412499876158142,20.962501047683716,2.924999976158142,20.475000047683714,2.437499996158142,20.475000047683714C1.9500000461581422,20.475000047683714,1.462499976158142,20.962499047683714,1.462499976158142,21.450000047683716L1.462499976158142,21.937499047683716C1.462499976158142,24.049998047683715,3.0875000761581424,25.674998047683715,5.199999676158142,25.674998047683715L20.312499976158144,25.674998047683715C22.42499997615814,25.674998047683715,24.04999997615814,24.049998047683715,24.04999997615814,21.937499047683716L24.04999997615814,15.762500047683716C25.187499976158144,15.275000047683715,25.837499976158142,14.300000047683715,25.837499976158142,13.000000047683717ZM23.07499897615814,14.300000047683715C22.42499997615814,14.300000047683715,21.774999976158142,13.812500047683717,21.774999976158142,13.000000047683717C21.774999976158142,12.350001047683715,22.26249897615814,11.700000047683716,23.07499897615814,11.700000047683716C23.88749897615814,11.700000047683716,24.37499797615814,12.187500047683717,24.37499797615814,13.000000047683717C24.212497976158144,13.650000047683715,23.72499897615814,14.300000047683715,23.07499897615814,14.300000047683715Z",
758
+ fillOpacity: "1"
759
+ }), /*#__PURE__*/_jsx("path", {
760
+ d: "M16.737499713897705,8.4499997L8.774999563897705,8.4499997C8.287499253897705,8.4499997,7.799999713897705,8.125,7.799999713897705,7.47499985C7.799999713897705,6.98749954,8.287500023897705,6.5,8.774999563897705,6.5L16.737499713897705,6.5C17.224999913897705,6.5,17.712500113897704,6.98750031,17.712500113897704,7.47499985C17.712500113897704,8.125,17.224999913897705,8.4499997,16.737499713897705,8.4499997ZM16.737499713897705,13.975000399999999L8.774999563897705,13.975000399999999C8.287499253897705,13.975000399999999,7.799999713897705,13.650001,7.799999713897705,13C7.799999713897705,12.5124998,8.287500023897705,12.0250001,8.774999563897705,12.0250001L16.737499713897705,12.0250001C17.224999913897705,12.0250001,17.712500113897704,12.5125003,17.712500113897704,13C17.712500113897704,13.649999600000001,17.224999913897705,13.975000399999999,16.737499713897705,13.975000399999999ZM16.737499713897705,19.5L8.774999563897705,19.5C8.287499253897705,19.5,7.799999713897705,19.0125,7.799999713897705,18.525C7.799999713897705,18.037499,8.287500023897705,17.549999,8.774999563897705,17.549999L16.737499713897705,17.549999C17.224999913897705,17.549999,17.712500113897704,18.037499,17.712500113897704,18.525C17.712500113897704,19.174999,17.224999913897705,19.5,16.737499713897705,19.5Z",
761
+ fillOpacity: "1"
762
+ }), /*#__PURE__*/_jsx("path", {
763
+ d: "M3.900000223841858,19.500000437060546L1.1375000438418579,19.500000437060546C0.6500000338418579,19.500000437060546,0.1625000238418579,19.012500137060545,0.1625000238418579,18.524999857060546C0.1625000238418579,18.03749954706055,0.6500000338418579,17.549999237060547,1.1375000438418579,17.549999237060547L3.900000223841858,17.549999237060547C4.387500423841858,17.549999237060547,4.875000123841858,18.03749954706055,4.875000123841858,18.524999857060546C4.875000123841858,19.174999237060547,4.387500423841858,19.500000437060546,3.900000223841858,19.500000437060546Z",
764
+ fillOpacity: "1"
765
+ }), /*#__PURE__*/_jsx("path", {
766
+ d: "M3.900000223841858,8.4499997L1.1375000438418579,8.4499997C0.4875000438418579,8.4499997,0.1625000238418579,8.125,0.1625000238418579,7.47499985C0.1625000238418579,6.98749954,0.4875000138418579,6.5,1.1375000438418579,6.5L3.900000223841858,6.5C4.387500423841858,6.5,4.875000123841858,6.98750031,4.875000123841858,7.47499985C4.875000123841858,8.125,4.387500423841858,8.4499997,3.900000223841858,8.4499997Z",
767
+ fillOpacity: "1"
768
+ })]
769
+ }));
770
+ }
771
+ // 历史轨迹
772
+ export function HistoryIcon(props) {
773
+ var _props$width37 = props.width,
774
+ width = _props$width37 === void 0 ? 26 : _props$width37,
775
+ _props$height37 = props.height,
776
+ height = _props$height37 === void 0 ? 26 : _props$height37,
777
+ fill = props.fill,
778
+ rest = _objectWithoutProperties(props, _excluded37);
779
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
780
+ width: width,
781
+ height: height,
782
+ fill: fill
783
+ }, rest), {}, {
784
+ children: [/*#__PURE__*/_jsx("path", {
785
+ id: "Vector",
786
+ d: "M15.4759 4.98521C15.0744 4.03469 14.4921 3.17117 13.7615 2.44258C13.0189 1.69921 12.137 1.10966 11.1662 0.707677C10.1954 0.305698 9.15481 0.0991948 8.10408 0.099996C6.46845 0.0962885 4.87148 0.597176 3.53095 1.53435C2.52427 2.23117 1.69239 3.15137 1.10035 4.22302V2.59762C1.10035 2.46497 1.04765 2.33777 0.953863 2.24397C0.860071 2.15018 0.732863 2.09749 0.600222 2.09749C0.467581 2.09749 0.340372 2.15018 0.246581 2.24397C0.152789 2.33777 0.100098 2.46497 0.100098 2.59762V5.59836C0.100098 5.731 0.152789 5.85821 0.246581 5.952C0.340372 6.04579 0.467581 6.09848 0.600222 6.09848H3.10084C3.23348 6.09848 3.36069 6.04579 3.45448 5.952C3.54827 5.85821 3.60097 5.731 3.60097 5.59836C3.60097 5.46572 3.54827 5.33851 3.45448 5.24472C3.36069 5.15093 3.23348 5.09824 3.10084 5.09824H1.77351C2.34654 3.90458 3.24396 2.89631 4.36313 2.18876C5.4823 1.48121 6.77802 1.10295 8.10208 1.09724C11.963 1.09724 15.1038 4.23802 15.1038 8.09898C15.1038 11.9599 11.963 15.1007 8.10208 15.1007C4.58821 15.1007 1.60347 12.4761 1.15836 8.9992C1.14072 8.86842 1.0721 8.74991 0.967454 8.6695C0.86281 8.58909 0.730626 8.5533 0.599708 8.56993C0.46879 8.58655 0.34975 8.65425 0.268532 8.75827C0.187314 8.86229 0.1505 8.99419 0.166114 9.12523C0.413661 11.0437 1.34828 12.8074 2.79677 14.0895C4.25981 15.3859 6.14728 16.1012 8.10208 16.1C9.15295 16.1017 10.1938 15.8956 11.1647 15.4936C12.1356 15.0916 13.0175 14.5015 13.7595 13.7574C14.5029 13.0148 15.0924 12.1328 15.4944 11.1621C15.8964 10.1913 16.1029 9.15071 16.1021 8.09998C16.1021 7.01971 15.893 5.97145 15.4759 4.98521Z",
787
+ fillOpacity: "1"
788
+ }), /*#__PURE__*/_jsx("path", {
789
+ id: "Vector_2",
790
+ d: "M8.35662 5.42861C8.35662 5.28873 8.30105 5.15458 8.20214 5.05566C8.10323 4.95675 7.96907 4.90118 7.82919 4.90118C7.68931 4.90118 7.55515 4.95675 7.45624 5.05566C7.35733 5.15458 7.30176 5.28873 7.30176 5.42861V8.24193C7.30163 8.31124 7.31517 8.37989 7.3416 8.44397C7.36803 8.50804 7.40682 8.56628 7.45577 8.61535L8.86295 10.0215C8.91161 10.0719 8.96981 10.112 9.03416 10.1397C9.0985 10.1673 9.16771 10.1819 9.23775 10.1825C9.30778 10.1831 9.37723 10.1697 9.44205 10.1432C9.50687 10.1167 9.56576 10.0775 9.61528 10.028C9.6648 9.9785 9.70396 9.91961 9.73048 9.85479C9.757 9.78997 9.77035 9.72052 9.76974 9.65049C9.76913 9.58045 9.75458 9.51125 9.72694 9.4469C9.6993 9.38255 9.65912 9.32435 9.60874 9.27569L8.35662 8.02357V5.42861Z",
791
+ fillOpacity: "1"
792
+ })]
793
+ }));
794
+ }
795
+
796
+ // 总览图标
797
+ export function SummaryIcon(props) {
798
+ var _props$width38 = props.width,
799
+ width = _props$width38 === void 0 ? 26 : _props$width38,
800
+ _props$height38 = props.height,
801
+ height = _props$height38 === void 0 ? 26 : _props$height38,
802
+ fill = props.fill,
803
+ rest = _objectWithoutProperties(props, _excluded38);
804
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
805
+ fill: fill,
806
+ width: width,
807
+ height: height
808
+ }, rest), {}, {
809
+ children: /*#__PURE__*/_jsx("path", {
810
+ 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",
811
+ fillRule: "evenodd",
812
+ fillOpacity: "1"
813
+ })
814
+ }));
815
+ }
816
+ // 报警图标
817
+ export function AlarmIcon(props) {
818
+ var _props$width39 = props.width,
819
+ width = _props$width39 === void 0 ? 26 : _props$width39,
820
+ _props$height39 = props.height,
821
+ height = _props$height39 === void 0 ? 26 : _props$height39,
822
+ fill = props.fill,
823
+ rest = _objectWithoutProperties(props, _excluded39);
824
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
825
+ width: width,
826
+ height: height,
827
+ fill: fill
828
+ }, rest), {}, {
829
+ children: [/*#__PURE__*/_jsx("path", {
830
+ 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",
831
+ fillOpacity: "1"
832
+ }), /*#__PURE__*/_jsx("path", {
833
+ 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",
834
+ fillOpacity: "1"
835
+ })]
836
+ }));
837
+ }
838
+ // 水耗
839
+ export function WaterIcon(props) {
840
+ var _props$width40 = props.width,
841
+ width = _props$width40 === void 0 ? 26 : _props$width40,
842
+ _props$height40 = props.height,
843
+ height = _props$height40 === void 0 ? 26 : _props$height40,
844
+ fill = props.fill,
845
+ rest = _objectWithoutProperties(props, _excluded40);
846
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
847
+ width: width,
848
+ height: height,
849
+ fill: fill
850
+ }, rest), {}, {
851
+ children: /*#__PURE__*/_jsx("path", {
852
+ 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",
853
+ fillRule: "evenodd",
854
+ fillOpacity: "1"
855
+ })
856
+ }));
857
+ }
858
+ // 油耗
859
+ export function OilIcon(props) {
860
+ var _props$width41 = props.width,
861
+ width = _props$width41 === void 0 ? 26 : _props$width41,
862
+ _props$height41 = props.height,
863
+ height = _props$height41 === void 0 ? 26 : _props$height41,
864
+ fill = props.fill,
865
+ rest = _objectWithoutProperties(props, _excluded41);
866
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
867
+ width: width,
868
+ height: height,
869
+ fill: fill
870
+ }, rest), {}, {
871
+ children: /*#__PURE__*/_jsx("path", {
872
+ 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",
873
+ fillOpacity: "1"
874
+ })
875
+ }));
876
+ }
877
+ // 视频图标
878
+ export function VideoIcon(props) {
879
+ var _props$width42 = props.width,
880
+ width = _props$width42 === void 0 ? 26 : _props$width42,
881
+ _props$height42 = props.height,
882
+ height = _props$height42 === void 0 ? 26 : _props$height42,
883
+ fill = props.fill,
884
+ rest = _objectWithoutProperties(props, _excluded42);
885
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
886
+ width: width,
887
+ height: height,
888
+ fill: fill
889
+ }, rest), {}, {
890
+ children: /*#__PURE__*/_jsx("path", {
891
+ 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",
892
+ fillRule: "evenodd",
893
+ fillOpacity: "1"
894
+ })
895
+ }));
896
+ }
897
+ // 日历图标
898
+ export function CalendarIcon(props) {
899
+ var _props$width43 = props.width,
900
+ width = _props$width43 === void 0 ? 26 : _props$width43,
901
+ _props$height43 = props.height,
902
+ height = _props$height43 === void 0 ? 26 : _props$height43,
903
+ fill = props.fill,
904
+ rest = _objectWithoutProperties(props, _excluded43);
905
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
906
+ width: width,
907
+ height: height,
908
+ fill: fill
909
+ }, rest), {}, {
910
+ children: /*#__PURE__*/_jsx("path", {
911
+ d: "M22.454544,2.1533523L19.854546,2.1533523L19.854546,0.95386595C19.854546,0.4270604,19.43125,0,18.90909,0C18.38693,0,17.963636,0.4270604,17.963636,0.95386595L17.963636,2.1533523L8.0363646,2.1533523L8.0363646,0.95386595C8.0363646,0.4270604,7.6130695,0,7.0909095,0C6.5687494,0,6.1454549,0.4270604,6.1454549,0.95386595L6.1454549,2.1533539L3.5454545,2.1533539C1.5873539,2.1533539,0,3.7548301,0,5.730351L0,22.423004C0,24.398523,1.5873533,25.999998,3.5454545,26L22.454544,26C24.412645,26,26.000002,24.398525,25.999998,22.423004L25.999998,5.7303495C26.000002,3.7548285,24.412645,2.1533518,22.454544,2.1533523ZM19.854546,5.1270285L19.854546,4.0610843L22.454546,4.0610838C23.368328,4.0610838,24.109093,4.8084388,24.109093,5.7303486L24.109093,22.423002C24.109093,23.34491,23.368328,24.092264,22.454546,24.092266L3.5454545,24.092266C2.631675,24.092268,1.8909092,23.344912,1.8909092,22.423002L1.8909092,5.7303486C1.8909092,4.8084388,2.6316743,4.0610838,3.5454545,4.0610843L6.1454539,4.0610843L6.1454539,5.1270285C6.1454539,5.6538339,6.568749,6.0808954,7.090909,6.0808954C7.6130686,6.0808954,8.0363636,5.6538339,8.0363636,5.1270285L8.0363636,4.0610843L17.963636,4.0610843L17.963636,5.1270285C17.963636,5.6538339,18.38693,6.0808954,18.90909,6.0808954C19.43125,6.0808954,19.854546,5.6538339,19.854546,5.1270285ZM20.092022,12.0495L5.9102025,12.0495C5.3880415,12.049499,4.9647474,11.622438,4.9647474,11.095633C4.9647474,10.568828,5.3880424,10.141767,5.9102025,10.141768L20.092022,10.141768C20.61418,10.141767,21.037476,10.568828,21.037476,11.095633C21.037476,11.622438,20.61418,12.049499,20.092022,12.0495ZM15.955656,18.011162L5.9102025,18.011162C5.3880424,18.011162,4.9647474,17.584103,4.9647474,17.057295C4.9647474,16.530489,5.3880424,16.10343,5.9102025,16.10343L15.955656,16.10343C16.477816,16.10343,16.90111,16.530489,16.90111,17.057295C16.90111,17.584103,16.477816,18.011162,15.955656,18.011162Z",
912
+ fillRule: "evenodd",
913
+ fillOpacity: "1",
914
+ style: {
915
+ mixBlendMode: 'passthrough'
916
+ }
917
+ })
918
+ }));
919
+ }
920
+ // 维保图标
921
+ export function MaintenanceIcon(props) {
922
+ var _props$width44 = props.width,
923
+ width = _props$width44 === void 0 ? 26 : _props$width44,
924
+ _props$height44 = props.height,
925
+ height = _props$height44 === void 0 ? 26 : _props$height44,
926
+ fill = props.fill,
927
+ rest = _objectWithoutProperties(props, _excluded44);
928
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
929
+ width: width,
930
+ height: height,
931
+ fill: fill
932
+ }, rest), {}, {
933
+ children: /*#__PURE__*/_jsx("path", {
934
+ d: "M18.050178875,0.43994140625C19.309444875,0.43994140625,20.525861875,0.75178199625,21.610559875,1.3381692162499998L22.594480875,1.86980580625L20.102933875,4.36135580625C19.452111875,5.01210930625,19.452111875,6.06725930625,20.102933875,6.71801420625C20.708364875,7.32423830625,21.674037875,7.37026020625,22.300101875,6.86084170625L22.458795875,6.71801420625L24.795617875,4.38278100625L25.206641875,5.69600200625C26.721128875,10.52673140625,23.111953875,15.43912740625,18.049384875,15.43764540625L18.060493875,15.43605840625L22.968209875,20.34377640625L23.138015875,20.52628140625C24.313228875,21.88408240625,24.201299875,23.92888840625,22.884904875,25.15030640625C21.568517875,26.37172340625,19.521060875,26.33050340625,18.254895875,25.05709240625L12.916316875,19.71692040625L8.176816975000001,24.45800940625C6.684672875,25.95032840625,4.312303575,26.09110240625,2.654145275,24.78572040625L2.503382675,24.66114640625L2.285967375,24.45801540625C0.658917065,22.83112740625,0.658917065,20.19325240625,2.285967375,18.56637040625L8.990935375,11.85823040625L4.772756575,7.62656070625C3.829080375,8.04067850625,2.727994175,7.83337780625,1.999518475,7.10444690625L0.232421875,5.33813810625L3.767408575,1.80315200625L5.534504875,3.57024810625C6.304491975,4.33980820625,6.488050975,5.51913400625,5.988379475,6.48631330625L10.170057275,10.67989440625L10.842140875,10.00860400625L10.756444875,9.68882940625C10.653915875,9.26025200625,10.589391875,8.82346250625,10.563629875,8.383543006250001L10.550933875,7.93919040625C10.550931875,3.79790830625,13.908103875,0.44073540356,18.049386875,0.44073540356L18.050178875,0.43994140625ZM16.451301875,16.182730406250002L14.094644875,18.53938640625L19.433227875,23.87876140625L19.578433875,24.00810040625C20.270856875,24.55687140625,21.271215875,24.46981640625,21.858434875,23.80969840625C22.445655875,23.14957640625,22.415582875,22.14588140625,21.789884875,21.52210640625L16.451301875,16.182730406250002ZM18.049384875,2.10626480625C13.992490875,2.10531200625,11.174004875,6.14391710625,12.574322875,9.95147420625L12.757619875,10.45137140625L3.464295375,19.74548940625C2.488135575,20.72164740625,2.488134875,22.30431140625,3.464294175,23.28047140625C4.440453975,24.25662840625,6.023119975,24.25663140625,6.999280975,23.28047340625L16.659989875,13.62055740625L17.082917875,13.69117940625C20.639817875,14.28968040625,23.881515875,11.54664340625,23.881515875,7.93839500625L23.872790875,7.65908720625L23.606969875,7.92569920625L23.384795875,8.12407020625C22.008445875,9.23920730625,20.000218875,9.08276650625,18.813165875,7.76794390625C17.626105875,6.45312170625,17.675059875,4.43940850625,18.924600875,3.18381930625L19.748237875,2.3585926062500002L19.683173875,2.3379617062499998C19.286805875,2.22280080625,18.879300875,2.15018390625,18.467551875,2.1213394062499997L18.049384875,2.10626480625ZM7.242884175,19.65582440625L7.242884175,21.17931940625L5.576559975,21.17931940625L5.576559975,19.65582440625L7.242884175,19.65582440625ZM3.767408575,4.15901560625L2.589873575,5.33813710625L3.177847375,5.92690560625C3.352414375,6.10147240625,3.584112375,6.18240690625,3.811843675,6.16971110625L4.598982775,5.38177920625C4.611799275,5.14578200625,4.523494675,4.91549730625,4.356176875,4.74857710625L3.767408575,4.15980910625L3.767408575,4.15901560625Z",
935
+ fillOpacity: "1"
936
+ })
937
+ }));
938
+ }
939
+ //
940
+ // 列表切换
941
+ export function ListIcon(props) {
942
+ var _props$width45 = props.width,
943
+ width = _props$width45 === void 0 ? 14 : _props$width45,
944
+ _props$height45 = props.height,
945
+ height = _props$height45 === void 0 ? 14 : _props$height45,
946
+ fill = props.fill,
947
+ rest = _objectWithoutProperties(props, _excluded45);
948
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
949
+ width: width,
950
+ height: height,
951
+ fill: fill
952
+ }, rest), {}, {
953
+ children: /*#__PURE__*/_jsxs("g", {
954
+ id: "Group 441",
955
+ children: [/*#__PURE__*/_jsx("path", {
956
+ id: "Vector",
957
+ d: "M0.162774 6.49927C0.0583284 6.39498 0 6.25599 0 6.1114C0 5.96681 0.0583284 5.82782 0.162774 5.72354L5.08991 1.06916C5.13581 1.01896 5.19235 0.978742 5.25577 0.951188C5.31918 0.923634 5.38799 0.90938 5.45761 0.90938C5.52722 0.90938 5.59604 0.923634 5.65945 0.951188C5.72286 0.978742 5.77941 1.01896 5.8253 1.06916L8.9875 3.96051L13.0322 0.152384C13.1402 0.0531681 13.2845 -0.0015216 13.4341 3.22263e-05C13.5836 0.00158605 13.7266 0.0592598 13.8324 0.160697C13.9382 0.262134 13.9983 0.399265 14 0.54271C14.0016 0.686155 13.9446 0.824504 13.8411 0.928114L9.42873 5.15937C9.32052 5.26051 9.17538 5.31712 9.02427 5.31712C8.87315 5.31712 8.72802 5.26051 8.6198 5.15937L5.46128 2.26801L0.898168 6.56979C0.783132 6.62082 0.657125 6.64498 0.530471 6.64031C0.391635 6.64015 0.257969 6.58978 0.156156 6.49927H0.162774Z"
958
+ }), /*#__PURE__*/_jsx("path", {
959
+ id: "Vector_2",
960
+ d: "M12.6278 13.418V6.58393C12.6266 6.50719 12.641 6.43099 12.6699 6.35985C12.6989 6.28872 12.742 6.2241 12.7966 6.16982C12.8511 6.11555 12.9161 6.07273 12.9876 6.0439C13.0591 6.01507 13.1357 6.00083 13.2129 6.002C13.2915 5.99524 13.3705 6.00565 13.4446 6.0325C13.5187 6.05935 13.586 6.102 13.6417 6.15745C13.6974 6.2129 13.7403 6.2798 13.7673 6.35348C13.7943 6.42715 13.8048 6.50581 13.798 6.58393V13.418C13.7864 13.5685 13.721 13.7099 13.6137 13.8166C13.5064 13.9233 13.3642 13.9884 13.2129 13.9999C13.1358 14.001 13.0592 13.9867 12.9877 13.9578C12.9163 13.9289 12.8513 13.8861 12.7968 13.8319C12.7422 13.7776 12.6992 13.713 12.6702 13.6419C12.6411 13.5708 12.6267 13.4947 12.6278 13.418ZM8.75166 13.418V9.70817C8.75057 9.63145 8.76497 9.55529 8.79399 9.4842C8.82301 9.41311 8.86606 9.34853 8.92061 9.29428C8.97516 9.24003 9.04009 9.1972 9.11156 9.16834C9.18304 9.13948 9.2596 9.12516 9.33674 9.12624C9.41537 9.11908 9.49463 9.12922 9.56888 9.15593C9.64313 9.18265 9.71057 9.22528 9.7664 9.28082C9.82224 9.33635 9.8651 9.40342 9.89196 9.47728C9.91882 9.55113 9.92902 9.62996 9.92182 9.70817V13.418C9.84869 13.7089 9.62928 13.9999 9.33674 13.9999C9.2595 14.001 9.18283 13.9867 9.11124 13.9578C9.03964 13.929 8.97457 13.8862 8.91985 13.832C8.86513 13.7778 8.82187 13.7132 8.79261 13.6421C8.76334 13.571 8.74867 13.4948 8.74946 13.418H8.75166ZM4.87549 13.418V7.23497C4.87441 7.15825 4.8888 7.08209 4.91782 7.011C4.94684 6.93991 4.9899 6.87533 5.04444 6.82108C5.09899 6.76683 5.16392 6.724 5.2354 6.69514C5.30687 6.66628 5.38344 6.65196 5.46057 6.65304C5.53932 6.64535 5.61881 6.65512 5.6933 6.68165C5.7678 6.70817 5.83546 6.7508 5.89141 6.80645C5.94737 6.8621 5.99022 6.92939 6.01689 7.00349C6.04356 7.07759 6.05338 7.15664 6.04565 7.23497V13.418C5.97252 13.7089 5.75311 13.9999 5.46057 13.9999C5.38333 14.0009 5.30667 13.9865 5.23508 13.9576C5.16349 13.9288 5.09841 13.886 5.04366 13.8318C4.9889 13.7776 4.94556 13.7131 4.91618 13.642C4.8868 13.571 4.87198 13.4948 4.87257 13.418H4.87549ZM1.00298 13.418V10.7993C1.00149 10.7225 1.01561 10.6461 1.04448 10.5748C1.07336 10.5036 1.1164 10.4388 1.17103 10.3845C1.22566 10.3302 1.29075 10.2874 1.36241 10.2586C1.43407 10.2299 1.51082 10.2159 1.58806 10.2174C1.66667 10.2103 1.74587 10.2206 1.82006 10.2473C1.89425 10.2741 1.96163 10.3167 2.01744 10.3722C2.07324 10.4277 2.11611 10.4947 2.14302 10.5685C2.16992 10.6423 2.18021 10.7211 2.17315 10.7993V13.418C2.10001 13.7089 1.88061 13.9999 1.58806 13.9999C1.51069 14.0014 1.4338 13.9873 1.36199 13.9587C1.29017 13.93 1.22489 13.8872 1.17003 13.8329C1.11517 13.7786 1.07185 13.7139 1.04265 13.6426C1.01345 13.5713 0.998964 13.4949 1.00006 13.418H1.00298Z"
961
+ })]
962
+ })
963
+ }));
964
+ }
965
+ // chart切换
966
+ export function ChartIcon(props) {
967
+ var _props$width46 = props.width,
968
+ width = _props$width46 === void 0 ? 14 : _props$width46,
969
+ _props$height46 = props.height,
970
+ height = _props$height46 === void 0 ? 14 : _props$height46,
971
+ fill = props.fill,
972
+ rest = _objectWithoutProperties(props, _excluded46);
973
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
974
+ width: width,
975
+ height: height,
976
+ fill: fill
977
+ }, rest), {}, {
978
+ children: /*#__PURE__*/_jsx("g", {
979
+ id: "Frame 1321315713",
980
+ children: /*#__PURE__*/_jsxs("g", {
981
+ id: "Vector",
982
+ children: [/*#__PURE__*/_jsx("path", {
983
+ d: "M13.3333 2.33333H4.66667C4.3 2.33333 4 2.03333 4 1.66667C4 1.3 4.3 1 4.66667 1H13.3333C13.7 1 14 1.3 14 1.66667C14 2.03333 13.7 2.33333 13.3333 2.33333ZM2 2.33333H0.666667C0.3 2.33333 0 2.03333 0 1.66667C0 1.3 0.3 1 0.666667 1H2C2.36667 1 2.66667 1.3 2.66667 1.66667C2.66667 2.03333 2.36667 2.33333 2 2.33333ZM13.3333 7.66667H4.66667C4.3 7.66667 4 7.36667 4 7C4 6.63333 4.3 6.33333 4.66667 6.33333H13.3333C13.7 6.33333 14 6.63333 14 7C14 7.36667 13.7 7.66667 13.3333 7.66667ZM2 7.66667H0.666667C0.3 7.66667 0 7.36667 0 7C0 6.63333 0.3 6.33333 0.666667 6.33333H2C2.36667 6.33333 2.66667 6.63333 2.66667 7C2.66667 7.36667 2.36667 7.66667 2 7.66667Z"
984
+ }), /*#__PURE__*/_jsx("path", {
985
+ d: "M13.3333 13H4.66667C4.3 13 4 12.7 4 12.3333C4 11.9667 4.3 11.6667 4.66667 11.6667H13.3333C13.7 11.6667 14 11.9667 14 12.3333C14 12.7 13.7 13 13.3333 13ZM2 13H0.666667C0.3 13 0 12.7 0 12.3333C0 11.9667 0.3 11.6667 0.666667 11.6667H2C2.36667 11.6667 2.66667 11.9667 2.66667 12.3333C2.66667 12.7 2.36667 13 2 13Z"
986
+ })]
987
+ })
988
+ })
989
+ }));
990
+ }
991
+ // 日历切换
992
+ export function DateIcon(props) {
993
+ var _props$width47 = props.width,
994
+ width = _props$width47 === void 0 ? 14 : _props$width47,
995
+ _props$height47 = props.height,
996
+ height = _props$height47 === void 0 ? 14 : _props$height47,
997
+ fill = props.fill,
998
+ rest = _objectWithoutProperties(props, _excluded47);
999
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
1000
+ width: width,
1001
+ height: height,
1002
+ fill: fill
1003
+ }, rest), {}, {
1004
+ children: /*#__PURE__*/_jsx("path", {
1005
+ id: "Vector",
1006
+ d: "M10.5 0C10.6326 0 10.7598 0.0526784 10.8536 0.146447C10.9473 0.240215 11 0.367392 11 0.5V0.999L12 1C12.5304 1 13.0391 1.21071 13.4142 1.58579C13.7893 1.96086 14 2.46957 14 3V12C14 12.5304 13.7893 13.0391 13.4142 13.4142C13.0391 13.7893 12.5304 14 12 14H2C1.46957 14 0.960859 13.7893 0.585786 13.4142C0.210714 13.0391 0 12.5304 0 12V3C0 2.46957 0.210714 1.96086 0.585786 1.58579C0.960859 1.21071 1.46957 1 2 1L3 0.999V0.5C3 0.367392 3.05268 0.240215 3.14645 0.146447C3.24021 0.0526784 3.36739 0 3.5 0C3.63261 0 3.75979 0.0526784 3.85355 0.146447C3.94732 0.240215 4 0.367392 4 0.5V0.999H10V0.5C10 0.367392 10.0527 0.240215 10.1464 0.146447C10.2402 0.0526784 10.3674 0 10.5 0ZM13 6H1V12C1.00003 12.2449 1.08996 12.4813 1.25272 12.6644C1.41547 12.8474 1.63975 12.9643 1.883 12.993L2 13H12C12.2449 13 12.4813 12.91 12.6644 12.7473C12.8474 12.5845 12.9643 12.3603 12.993 12.117L13 12V6ZM3 1.999L2 2C1.75507 2.00003 1.51866 2.08996 1.33563 2.25272C1.15259 2.41547 1.03566 2.63975 1.007 2.883L1 3V5H13V3C13 2.73478 12.8946 2.48043 12.7071 2.29289C12.5196 2.10536 12.2652 2 12 2L11 1.999V2.5C11 2.63261 10.9473 2.75979 10.8536 2.85355C10.7598 2.94732 10.6326 3 10.5 3C10.3674 3 10.2402 2.94732 10.1464 2.85355C10.0527 2.75979 10 2.63261 10 2.5V1.999H4V2.5C4 2.63261 3.94732 2.75979 3.85355 2.85355C3.75979 2.94732 3.63261 3 3.5 3C3.36739 3 3.24021 2.94732 3.14645 2.85355C3.05268 2.75979 3 2.63261 3 2.5V1.999Z"
1007
+ })
1008
+ }));
1009
+ }
1010
+ // chart切换
1011
+ export function ClockIcon(props) {
1012
+ var _props$width48 = props.width,
1013
+ width = _props$width48 === void 0 ? 16 : _props$width48,
1014
+ _props$height48 = props.height,
1015
+ height = _props$height48 === void 0 ? 16 : _props$height48,
1016
+ fill = props.fill,
1017
+ rest = _objectWithoutProperties(props, _excluded48);
1018
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
1019
+ width: width,
1020
+ height: height
1021
+ }, rest), {}, {
1022
+ fill: fill,
1023
+ children: /*#__PURE__*/_jsx("g", {
1024
+ id: "Frame",
1025
+ children: /*#__PURE__*/_jsxs("g", {
1026
+ id: "Vector",
1027
+ children: [/*#__PURE__*/_jsx("path", {
1028
+ d: "M8 15C7.05448 15 6.13844 14.8152 5.27548 14.4496C4.44201 14.0977 3.69306 13.5925 3.05027 12.9497C2.40747 12.3069 1.90227 11.558 1.55041 10.7245C1.18478 9.86156 1 8.94355 1 8C1 7.05644 1.18478 6.13844 1.55041 5.27548C1.90227 4.44201 2.40747 3.69306 3.05027 3.05027C3.69306 2.40747 4.44201 1.90227 5.27548 1.55041C6.13844 1.18478 7.05644 1 8 1C8.94356 1 9.86156 1.18478 10.7245 1.55041C11.558 1.90227 12.3069 2.40747 12.9497 3.05027C13.5925 3.69306 14.0977 4.44201 14.4496 5.27548C14.8152 6.13844 15 7.05644 15 8C15 8.94355 14.8152 9.86156 14.4496 10.7245C14.0977 11.558 13.5925 12.3069 12.9497 12.9497C12.3069 13.5925 11.558 14.0977 10.7245 14.4496C9.86156 14.8152 8.94552 15 8 15ZM8 2.17944C6.4451 2.17944 4.98455 2.78489 3.88374 3.88374C2.78293 4.98259 2.17944 6.4451 2.17944 8C2.17944 9.5549 2.78489 11.0154 3.88374 12.1163C4.98259 13.2171 6.4451 13.8206 8 13.8206C9.5549 13.8206 11.0154 13.2151 12.1163 12.1163C13.2171 11.0174 13.8206 9.5549 13.8206 8C13.8206 6.4451 13.2151 4.98455 12.1163 3.88374C11.0174 2.78293 9.5549 2.17944 8 2.17944Z"
1029
+ }), /*#__PURE__*/_jsx("path", {
1030
+ d: "M7.60685 8.98287C7.28054 8.98287 7.01713 8.71946 7.01713 8.39315V4.56192C7.01713 4.23561 7.28054 3.9722 7.60685 3.9722C7.93317 3.9722 8.19657 4.23561 8.19657 4.56192V8.39315C8.19657 8.71946 7.93317 8.98287 7.60685 8.98287Z"
1031
+ }), /*#__PURE__*/_jsx("path", {
1032
+ d: "M10.6518 8.98287H7.60685C7.28054 8.98287 7.01713 8.71946 7.01713 8.39315C7.01713 8.06683 7.28054 7.80343 7.60685 7.80343H10.6518C10.9781 7.80343 11.2415 8.06683 11.2415 8.39315C11.2415 8.71946 10.9781 8.98287 10.6518 8.98287Z"
1033
+ })]
1034
+ })
1035
+ })
1036
+ }));
1037
+ }
1038
+ export function UpIcon(props) {
1039
+ var _props$width49 = props.width,
1040
+ width = _props$width49 === void 0 ? 14 : _props$width49,
1041
+ _props$height49 = props.height,
1042
+ height = _props$height49 === void 0 ? 14 : _props$height49,
1043
+ fill = props.fill,
1044
+ rest = _objectWithoutProperties(props, _excluded49);
1045
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
1046
+ width: width,
1047
+ height: height
1048
+ }, rest), {}, {
1049
+ fill: fill,
1050
+ children: /*#__PURE__*/_jsx("g", {
1051
+ id: "Frame",
1052
+ children: /*#__PURE__*/_jsx("path", {
1053
+ id: "Vector",
1054
+ d: "M11.2991 5.64968L7.61181 0.886136C7.44879 0.790706 7.30432 0.937827 7.30432 0.937827L3.61701 5.70005C3.56532 5.75174 3.56532 5.8021 3.56532 5.8021C3.56532 5.85379 3.56532 5.90416 3.61701 5.90416C3.6687 5.95585 3.77076 6.00622 3.82245 5.95585L6.27977 4.983C6.38183 8.72199 5.87022 10.4636 2.23328 12.7168C5.35728 12.1018 8.22548 10.8731 8.63504 4.983L11.0937 5.95585C11.1957 6.00754 11.2474 5.95585 11.2991 5.90416C11.3508 5.85379 11.3508 5.75174 11.2991 5.64968Z"
1055
+ })
1056
+ })
1057
+ }));
1058
+ }
1059
+ export function DownIcon(props) {
1060
+ var _props$width50 = props.width,
1061
+ width = _props$width50 === void 0 ? 14 : _props$width50,
1062
+ _props$height50 = props.height,
1063
+ height = _props$height50 === void 0 ? 14 : _props$height50,
1064
+ fill = props.fill,
1065
+ rest = _objectWithoutProperties(props, _excluded50);
1066
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
1067
+ width: width,
1068
+ height: height
1069
+ }, rest), {}, {
1070
+ fill: fill,
1071
+ children: /*#__PURE__*/_jsx("g", {
1072
+ id: "Frame",
1073
+ children: /*#__PURE__*/_jsx("g", {
1074
+ children: /*#__PURE__*/_jsx("path", {
1075
+ id: "Vector",
1076
+ d: "M2.29898 8.01351L6.02863 12.8318C6.19353 12.9283 6.33966 12.7795 6.33966 12.7795L10.0693 7.96257C10.1216 7.91029 10.1216 7.85934 10.1216 7.85934C10.1216 7.80706 10.1216 7.75611 10.0693 7.75611C10.017 7.70383 9.9138 7.65288 9.86152 7.70383L7.37598 8.68786C7.27275 4.90592 7.79023 3.14432 11.4689 0.865236C8.30906 1.48729 5.40792 2.73006 4.99366 8.68785L2.50678 7.70383C2.40355 7.65154 2.35127 7.70383 2.29898 7.75611C2.2467 7.80706 2.2467 7.91028 2.29898 8.01351Z"
1077
+ })
1078
+ })
1079
+ })
1080
+ }));
1081
+ }
1082
+ export function ShrinkIcon(props) {
1083
+ var _props$width51 = props.width,
1084
+ width = _props$width51 === void 0 ? 16 : _props$width51,
1085
+ _props$height51 = props.height,
1086
+ height = _props$height51 === void 0 ? 14 : _props$height51,
1087
+ fill = props.fill,
1088
+ rest = _objectWithoutProperties(props, _excluded51);
1089
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
1090
+ width: width,
1091
+ height: height,
1092
+ viewBox: "0 0 16 14"
1093
+ }, rest), {}, {
1094
+ fill: fill,
1095
+ children: /*#__PURE__*/_jsx("path", {
1096
+ d: "M15.9531 0.700315C15.9531 0.313934 15.656 0 15.2882 0H0.666617C0.490266 0 0.321136 0.0737824 0.196437 0.205117C0.0717375 0.336451 0.00168324 0.51458 0.00168324 0.700315C0.00168324 0.88605 0.0717375 1.06418 0.196437 1.19551C0.321136 1.32685 0.490266 1.40063 0.666617 1.40063H15.2882C15.3752 1.40063 15.4625 1.38257 15.5429 1.34748C15.6233 1.31239 15.6964 1.26096 15.758 1.19613C15.8195 1.13129 15.8683 1.05432 15.9017 0.96961C15.935 0.884898 15.9521 0.794105 15.9521 0.702415V0.701365L15.9531 0.700315ZM15.9531 7C15.9531 6.61362 15.6541 6.29969 15.2842 6.29969H6.65202C6.47567 6.29969 6.30654 6.37347 6.18184 6.5048C6.05714 6.63614 5.98709 6.81426 5.98709 7C5.98709 7.18574 6.05714 7.36386 6.18184 7.4952C6.30654 7.62653 6.47567 7.70031 6.65202 7.70031H15.2872C15.3745 7.70031 15.461 7.6822 15.5417 7.64701C15.6223 7.61181 15.6956 7.56023 15.7574 7.4952C15.8191 7.43017 15.8681 7.35296 15.9015 7.268C15.9349 7.18303 15.9531 7.09197 15.9531 7ZM15.9531 13.2997C15.9531 12.9133 15.656 12.5994 15.2882 12.5994H0.666617C0.579297 12.5994 0.492831 12.6175 0.412157 12.6527C0.331484 12.6879 0.258182 12.7395 0.196437 12.8045C0.134692 12.8695 0.0857137 12.9467 0.0522976 13.0317C0.0188815 13.1167 0.00168324 13.2077 0.00168324 13.2997C0.00168324 13.3917 0.0188815 13.4827 0.0522976 13.5677C0.0857137 13.6526 0.134692 13.7299 0.196437 13.7949C0.258182 13.8599 0.331484 13.9115 0.412157 13.9467C0.492831 13.9819 0.579297 14 0.666617 14H15.2882C15.464 14 15.6336 13.9264 15.758 13.7955C15.8823 13.6646 15.9521 13.487 15.9521 13.3018V13.3007L15.9531 13.2997ZM4.46083 3.9961C4.58052 3.86374 4.64633 3.68735 4.64421 3.50459C4.64209 3.32182 4.57222 3.14717 4.4495 3.01793C4.32679 2.88868 4.16096 2.81509 3.98743 2.81286C3.8139 2.81063 3.64642 2.87995 3.52075 3.006L0.198071 6.50548C0.136041 6.5702 0.0868023 6.64722 0.0531988 6.7321C0.0195954 6.81698 0.00229359 6.90804 0.00229359 7C0.00229359 7.09196 0.0195954 7.18302 0.0531988 7.2679C0.0868023 7.35278 0.136041 7.4298 0.198071 7.49453L3.52075 10.994C3.64642 11.1201 3.8139 11.1894 3.98743 11.1871C4.16096 11.1849 4.32679 11.1113 4.4495 10.9821C4.57222 10.8528 4.64209 10.6782 4.64421 10.4954C4.64633 10.3126 4.58052 10.1363 4.46083 10.0039L1.60769 6.99895L4.45983 3.99295L4.46083 3.9961Z"
1097
+ })
1098
+ }));
1099
+ }
1100
+ // 通道在线图标
1101
+ export function ChannelOnlineIcon(props) {
1102
+ var _props$width52 = props.width,
1103
+ width = _props$width52 === void 0 ? 24 : _props$width52,
1104
+ _props$height52 = props.height,
1105
+ height = _props$height52 === void 0 ? 24 : _props$height52,
1106
+ fill = props.fill,
1107
+ rest = _objectWithoutProperties(props, _excluded52);
1108
+ return /*#__PURE__*/_jsx("svg", {
1109
+ width: width,
1110
+ height: height,
1111
+ viewBox: "0 0 24 24",
1112
+ fill: fill,
1113
+ xmlns: "http://www.w3.org/2000/svg",
1114
+ children: /*#__PURE__*/_jsx("g", {
1115
+ id: "Frame 310",
1116
+ children: /*#__PURE__*/_jsxs("g", {
1117
+ id: "Surveillance-cameras-one (\xE7\x9B\x91\xE6\x8E\xA7\xE6\x91\x84\xE5\x83\x8F\xE5\xA4\xB4)",
1118
+ children: [/*#__PURE__*/_jsx("path", {
1119
+ id: "Vector",
1120
+ d: "M6 12.6666V18",
1121
+ strokeWidth: "1.2",
1122
+ strokeLinecap: "round",
1123
+ strokeLinejoin: "round"
1124
+ }), /*#__PURE__*/_jsx("path", {
1125
+ id: "Vector_2",
1126
+ d: "M6 15H8.33333L9.66667 13",
1127
+ strokeWidth: "1.2",
1128
+ strokeLinecap: "round",
1129
+ strokeLinejoin: "round"
1130
+ }), /*#__PURE__*/_jsx("path", {
1131
+ id: "Vector_3",
1132
+ d: "M6.33203 10.6666L15.1565 16.5496C15.2637 16.6211 15.4025 16.6244 15.5129 16.5581L18.6654 14.6666",
1133
+ strokeWidth: "1.2",
1134
+ strokeLinecap: "round",
1135
+ strokeLinejoin: "round"
1136
+ }), /*#__PURE__*/_jsx("path", {
1137
+ id: "Vector_4",
1138
+ d: "M6.35938 8.23962C6.17766 8.11849 6.15959 7.85822 6.32283 7.71312L8.80934 5.5029C8.92187 5.40286 9.0875 5.3907 9.21347 5.47322L18.2349 11.3838C18.4374 11.5165 18.4354 11.8139 18.2312 11.9439L15.1832 13.8835C15.0719 13.9544 14.9292 13.9528 14.8194 13.8796L6.35938 8.23962Z",
1139
+ strokeWidth: "1.2"
1140
+ })]
1141
+ })
1142
+ })
1143
+ });
1144
+ }
1145
+ // 离线图标
1146
+ export function ChannelOfflineIcon(props) {
1147
+ var _props$width53 = props.width,
1148
+ width = _props$width53 === void 0 ? 26 : _props$width53,
1149
+ _props$height53 = props.height,
1150
+ height = _props$height53 === void 0 ? 24 : _props$height53,
1151
+ fill = props.fill,
1152
+ rest = _objectWithoutProperties(props, _excluded53);
1153
+ return /*#__PURE__*/_jsx("svg", {
1154
+ width: width,
1155
+ height: height,
1156
+ viewBox: "0 0 24 24",
1157
+ fill: fill,
1158
+ children: /*#__PURE__*/_jsx("g", {
1159
+ id: "Frame 310",
1160
+ children: /*#__PURE__*/_jsxs("g", {
1161
+ id: "Surveillance-cameras-one (\xE7\x9B\x91\xE6\x8E\xA7\xE6\x91\x84\xE5\x83\x8F\xE5\xA4\xB4)",
1162
+ children: [/*#__PURE__*/_jsx("path", {
1163
+ id: "Vector",
1164
+ d: "M6 12.6666V18",
1165
+ strokeWidth: "1.2",
1166
+ strokeLinecap: "round",
1167
+ strokeLinejoin: "round"
1168
+ }), /*#__PURE__*/_jsx("path", {
1169
+ id: "Vector_2",
1170
+ d: "M6 15H8.33333L9.66667 13",
1171
+ strokeWidth: "1.2",
1172
+ strokeLinecap: "round",
1173
+ strokeLinejoin: "round"
1174
+ }), /*#__PURE__*/_jsx("path", {
1175
+ id: "Vector_3",
1176
+ d: "M6.33203 10.6666L15.1565 16.5496C15.2637 16.6211 15.4025 16.6244 15.5129 16.5581L18.6654 14.6666",
1177
+ strokeWidth: "1.2",
1178
+ strokeLinecap: "round",
1179
+ strokeLinejoin: "round"
1180
+ }), /*#__PURE__*/_jsx("path", {
1181
+ id: "Vector_4",
1182
+ d: "M6.35938 8.23962C6.17766 8.11849 6.15959 7.85822 6.32283 7.71312L8.80934 5.5029C8.92187 5.40286 9.0875 5.3907 9.21347 5.47322L18.2349 11.3838C18.4374 11.5165 18.4354 11.8139 18.2312 11.9439L15.1832 13.8835C15.0719 13.9544 14.9292 13.9528 14.8194 13.8796L6.35938 8.23962Z",
1183
+ strokeWidth: "1.2"
1184
+ })]
1185
+ })
1186
+ })
1187
+ });
1188
+ }
1189
+ export function Rect1Icon(props) {
1190
+ var _props$width54 = props.width,
1191
+ width = _props$width54 === void 0 ? 14 : _props$width54,
1192
+ _props$height54 = props.height,
1193
+ height = _props$height54 === void 0 ? 14 : _props$height54,
1194
+ fill = props.fill,
1195
+ rest = _objectWithoutProperties(props, _excluded54);
1196
+ return /*#__PURE__*/_jsx("svg", {
1197
+ width: width,
1198
+ height: height,
1199
+ viewBox: "0 0 14 14",
1200
+ fill: "none",
1201
+ children: /*#__PURE__*/_jsx("rect", {
1202
+ id: "Rectangle 234",
1203
+ x: "0.5",
1204
+ y: "0.5",
1205
+ width: "13",
1206
+ height: "13",
1207
+ rx: "3.5",
1208
+ stroke: fill
1209
+ })
1210
+ });
1211
+ }
1212
+ export function Rect4Icon(props) {
1213
+ var _props$width55 = props.width,
1214
+ width = _props$width55 === void 0 ? 14 : _props$width55,
1215
+ _props$height55 = props.height,
1216
+ height = _props$height55 === void 0 ? 14 : _props$height55,
1217
+ fill = props.fill;
1218
+ return /*#__PURE__*/_jsx("svg", {
1219
+ width: width,
1220
+ height: height,
1221
+ viewBox: "0 0 14 14",
1222
+ fill: "none",
1223
+ children: /*#__PURE__*/_jsx("g", {
1224
+ id: "Group 470",
1225
+ children: /*#__PURE__*/_jsxs("g", {
1226
+ id: "Group 469",
1227
+ children: [/*#__PURE__*/_jsx("rect", {
1228
+ id: "Rectangle 234",
1229
+ x: "0.5",
1230
+ y: "0.5",
1231
+ width: "13",
1232
+ height: "13",
1233
+ rx: "3.5",
1234
+ stroke: fill
1235
+ }), /*#__PURE__*/_jsxs("g", {
1236
+ id: "Group 471",
1237
+ children: [/*#__PURE__*/_jsx("path", {
1238
+ id: "Vector",
1239
+ d: "M14 7.46666H0V6.53333H14V7.46666Z",
1240
+ fillOpacity: "0.3",
1241
+ fill: fill
1242
+ }), /*#__PURE__*/_jsx("path", {
1243
+ id: "Vector_2",
1244
+ d: "M7.46849 14H6.53516V0H7.46849V14Z",
1245
+ fillOpacity: "0.3",
1246
+ fill: fill
1247
+ })]
1248
+ })]
1249
+ })
1250
+ })
1251
+ });
1252
+ }
1253
+ export function Rect9Icon(props) {
1254
+ var _props$width56 = props.width,
1255
+ width = _props$width56 === void 0 ? 14 : _props$width56,
1256
+ _props$height56 = props.height,
1257
+ height = _props$height56 === void 0 ? 14 : _props$height56,
1258
+ fill = props.fill;
1259
+ return /*#__PURE__*/_jsx("svg", {
1260
+ width: width,
1261
+ height: height,
1262
+ viewBox: "0 0 14 14",
1263
+ fill: "none",
1264
+ children: /*#__PURE__*/_jsx("g", {
1265
+ id: "Group 470",
1266
+ children: /*#__PURE__*/_jsxs("g", {
1267
+ id: "Group 469",
1268
+ children: [/*#__PURE__*/_jsx("rect", {
1269
+ id: "Rectangle 234",
1270
+ x: "0.5",
1271
+ y: "0.5",
1272
+ width: "13",
1273
+ height: "13",
1274
+ rx: "3.5",
1275
+ stroke: fill
1276
+ }), /*#__PURE__*/_jsxs("g", {
1277
+ id: "Group 472",
1278
+ children: [/*#__PURE__*/_jsx("path", {
1279
+ id: "Vector",
1280
+ d: "M14 5.28894H0V4.28894H14V5.28894Z",
1281
+ fillOpacity: "0.3",
1282
+ fill: fill
1283
+ }), /*#__PURE__*/_jsx("path", {
1284
+ id: "Vector_2",
1285
+ d: "M14 9.71106H0V8.71106H14V9.71106Z",
1286
+ fillOpacity: "0.3",
1287
+ fill: fill
1288
+ }), /*#__PURE__*/_jsx("path", {
1289
+ id: "Vector_3",
1290
+ d: "M4.92188 14H3.92188V0H4.92188V14Z",
1291
+ fillOpacity: "0.3",
1292
+ fill: fill
1293
+ }), /*#__PURE__*/_jsx("path", {
1294
+ id: "Vector_4",
1295
+ d: "M9.71094 14H8.71094V0H9.71094V14Z",
1296
+ fillOpacity: "0.3",
1297
+ fill: fill
1298
+ })]
1299
+ })]
1300
+ })
1301
+ })
1302
+ });
1303
+ }