@vtx/modals2 5.0.2 → 5.0.4

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 (632) hide show
  1. package/lib/_components/index.js +22 -0
  2. package/lib/_components/vm-bar-charts/index.js +181 -0
  3. package/lib/_components/vm-calendar/index.js +117 -0
  4. package/lib/_components/vm-calendar/style/index.js +1 -0
  5. package/lib/_components/vm-calendar/style/index.less +136 -0
  6. package/lib/_components/vm-card-statistics/index.js +33 -0
  7. package/lib/_components/vm-card-statistics/index.less +27 -0
  8. package/lib/_components/vm-custom/index.js +25 -0
  9. package/lib/_components/vm-custom/style/index.js +1 -0
  10. package/lib/_components/vm-custom/style/index.less +20 -0
  11. package/lib/_components/vm-empty/assets/no_chart.png +0 -0
  12. package/lib/_components/vm-empty/assets/no_data.png +0 -0
  13. package/lib/_components/vm-empty/assets/no_data_2.png +0 -0
  14. package/lib/_components/vm-empty/assets/no_news.png +0 -0
  15. package/lib/_components/vm-empty/assets/no_permission.png +0 -0
  16. package/lib/_components/vm-empty/assets/no_picture.png +0 -0
  17. package/lib/_components/vm-empty/assets/no_result.png +0 -0
  18. package/lib/_components/vm-empty/assets/no_video.png +0 -0
  19. package/lib/_components/vm-empty/assets/page_error.png +0 -0
  20. package/lib/_components/vm-empty/index.js +83 -0
  21. package/lib/_components/vm-empty/style/index.js +1 -0
  22. package/lib/_components/vm-empty/style/index.less +22 -0
  23. package/lib/_components/vm-extra-tab/index.js +44 -0
  24. package/lib/_components/vm-extra-tab/style/index.js +2 -0
  25. package/lib/_components/vm-extra-tab/style/index.less +43 -0
  26. package/lib/_components/vm-factor/index.js +90 -0
  27. package/lib/_components/vm-factor/style/index.js +2 -0
  28. package/lib/_components/vm-factor/style/index.less +46 -0
  29. package/lib/_components/vm-factor-list/index.js +29 -0
  30. package/lib/_components/vm-factor-list/index.less +11 -0
  31. package/lib/_components/vm-filter/index.js +148 -0
  32. package/lib/_components/vm-filter/style/index.js +1 -0
  33. package/lib/_components/vm-filter/style/index.less +238 -0
  34. package/lib/_components/vm-iframe-modal/index.js +43 -0
  35. package/lib/_components/vm-iframe-modal/index.less +9 -0
  36. package/lib/_components/vm-info-collection/index.js +185 -0
  37. package/lib/_components/vm-info-collection/style/index.js +1 -0
  38. package/lib/_components/vm-info-collection/style/index.less +45 -0
  39. package/lib/_components/vm-line-charts/index.js +151 -0
  40. package/lib/_components/vm-map/index.js +277 -0
  41. package/lib/_components/vm-map/index.less +46 -0
  42. package/lib/_components/vm-pie-charts/index.js +176 -0
  43. package/lib/_components/vm-pie-charts/index.less +26 -0
  44. package/lib/_components/vm-progress/index.js +83 -0
  45. package/lib/_components/vm-progress/style/index.js +1 -0
  46. package/lib/_components/vm-progress/style/index.less +28 -0
  47. package/lib/_components/vm-repair-maintain/RmInfoSummary.js +46 -0
  48. package/lib/_components/vm-repair-maintain/RmMonthTrend.js +44 -0
  49. package/lib/_components/vm-repair-maintain/RmRecord.js +157 -0
  50. package/lib/_components/vm-repair-maintain/RmType.js +32 -0
  51. package/lib/_components/vm-repair-maintain/api.js +92 -0
  52. package/lib/_components/vm-repair-maintain/imgs/amount.png +0 -0
  53. package/lib/_components/vm-repair-maintain/imgs/amount_light.png +0 -0
  54. package/lib/_components/vm-repair-maintain/imgs/count.png +0 -0
  55. package/lib/_components/vm-repair-maintain/imgs/count_light.png +0 -0
  56. package/lib/_components/vm-repair-maintain/index.js +56 -0
  57. package/lib/_components/vm-repair-maintain/style/index.js +1 -0
  58. package/lib/_components/vm-repair-maintain/style/index.less +25 -0
  59. package/lib/_components/vm-table/index.js +226 -0
  60. package/lib/_components/vm-table/style/index.js +1 -0
  61. package/lib/_components/vm-table/style/index.less +243 -0
  62. package/lib/_components/vm-tabs/index.js +27 -0
  63. package/lib/_components/vm-tabs/style/index.js +1 -0
  64. package/lib/_components/vm-tabs/style/index.less +22 -0
  65. package/lib/_components/vm-tag/index.js +25 -0
  66. package/lib/_components/vm-tag/style/index.js +1 -0
  67. package/lib/_components/vm-tag/style/index.less +71 -0
  68. package/lib/_components/vm-theme-provider/index.js +18 -0
  69. package/lib/_components/vm-title/index.js +35 -0
  70. package/lib/_components/vm-title/style/index.js +1 -0
  71. package/lib/_components/vm-title/style/index.less +53 -0
  72. package/lib/_components/vm-tooltip/index.js +15 -0
  73. package/lib/_components/vm-tooltip/style/index.js +2 -0
  74. package/lib/_components/vm-tooltip/style/index.less +7 -0
  75. package/lib/_components/vm-video/RealtimeGrid.js +48 -0
  76. package/lib/_components/vm-video/index.js +227 -0
  77. package/lib/_components/vm-video/index.less +168 -0
  78. package/lib/_components/vm-wrapper/imgs/chart.svg +6 -0
  79. package/lib/_components/vm-wrapper/imgs/list.svg +8 -0
  80. package/lib/_components/vm-wrapper/index.js +183 -0
  81. package/lib/_components/vm-wrapper/resource/ICON_CONFIG.js +127 -0
  82. package/lib/_components/vm-wrapper/style/index.js +1 -0
  83. package/lib/_components/vm-wrapper/style/index.less +109 -0
  84. package/lib/_hooks/useGetChannels.js +19 -0
  85. package/lib/_hooks/useGetConfig.js +52 -0
  86. package/lib/_hooks/useSettings.js +31 -0
  87. package/lib/_imgs/block_alarm.png +0 -0
  88. package/lib/_imgs/block_normal.png +0 -0
  89. package/lib/_service/index.js +99 -0
  90. package/lib/_util/http.js +277 -0
  91. package/lib/_util/iconSvgHtml.js +1303 -0
  92. package/lib/_util/index.js +203 -0
  93. package/lib/index.js +17 -0
  94. package/lib/resources/jessibuca/decoder.js +3839 -0
  95. package/lib/resources/jessibuca/decoder.wasm +0 -0
  96. package/lib/resources/jessibuca/jessibuca.js +5350 -0
  97. package/lib/style/index.less +258 -0
  98. package/lib/vtx-area-modal/api.js +165 -0
  99. package/lib/vtx-area-modal/components/BaseInfo/Lcfx.js +103 -0
  100. package/lib/vtx-area-modal/components/BaseInfo/ListZymx.js +109 -0
  101. package/lib/vtx-area-modal/components/BaseInfo/index.js +161 -0
  102. package/lib/vtx-area-modal/components/BaseInfo/index.less +133 -0
  103. package/lib/vtx-area-modal/components/index.js +2 -0
  104. package/lib/vtx-area-modal/imgs/onlinePerson.png +0 -0
  105. package/lib/vtx-area-modal/imgs/onlinePerson_dark.png +0 -0
  106. package/lib/vtx-area-modal/imgs/schdulePerson.png +0 -0
  107. package/lib/vtx-area-modal/imgs/schdulePerson_dark.png +0 -0
  108. package/lib/vtx-area-modal/imgs/todayOnline.png +0 -0
  109. package/lib/vtx-area-modal/imgs/todayOnline_dark.png +0 -0
  110. package/lib/vtx-area-modal/imgs/todayWork.png +0 -0
  111. package/lib/vtx-area-modal/imgs/todayWorkRate.png +0 -0
  112. package/lib/vtx-area-modal/imgs/todayWorkRate_dark.png +0 -0
  113. package/lib/vtx-area-modal/imgs/todayWork_dark.png +0 -0
  114. package/lib/vtx-area-modal/index.js +51 -0
  115. package/lib/vtx-area-modal/style/index.js +1 -0
  116. package/lib/vtx-area-modal/style/index.less +1 -0
  117. package/lib/vtx-base-modal/Header/assets/dark_star.png +0 -0
  118. package/lib/vtx-base-modal/Header/assets/light_star.png +0 -0
  119. package/lib/vtx-base-modal/Header/index.js +149 -0
  120. package/lib/vtx-base-modal/Header/index.less +98 -0
  121. package/lib/vtx-base-modal/Tabs/index.js +83 -0
  122. package/lib/vtx-base-modal/Tabs/index.less +31 -0
  123. package/lib/vtx-base-modal/index.js +205 -0
  124. package/lib/vtx-base-modal/service.js +39 -0
  125. package/lib/vtx-base-modal/style/index.js +1 -0
  126. package/lib/vtx-base-modal/style/index.less +78 -0
  127. package/lib/vtx-car-modal/api.js +1020 -0
  128. package/lib/vtx-car-modal/components/Info/index.js +110 -0
  129. package/lib/vtx-car-modal/components/Info/index.less +6 -0
  130. package/lib/vtx-car-modal/content/Cc/AlarmInfo/List.js +111 -0
  131. package/lib/vtx-car-modal/content/Cc/AlarmInfo/StaticInfo.js +77 -0
  132. package/lib/vtx-car-modal/content/Cc/AlarmInfo/index.js +69 -0
  133. package/lib/vtx-car-modal/content/Cc/BaseInfo/index.js +182 -0
  134. package/lib/vtx-car-modal/content/Cc/BaseInfo/index.less +24 -0
  135. package/lib/vtx-car-modal/content/Cc/OrderInfo/Detail.js +187 -0
  136. package/lib/vtx-car-modal/content/Cc/OrderInfo/index.js +200 -0
  137. package/lib/vtx-car-modal/content/Cc/OrderInfo/index.less +13 -0
  138. package/lib/vtx-car-modal/content/Cc/StaticInfo/index.js +395 -0
  139. package/lib/vtx-car-modal/content/Cc/WorkRecord/Detail.js +237 -0
  140. package/lib/vtx-car-modal/content/Cc/WorkRecord/Summary.js +140 -0
  141. package/lib/vtx-car-modal/content/Cc/WorkRecord/index.js +69 -0
  142. package/lib/vtx-car-modal/content/Cc/index.js +12 -0
  143. package/lib/vtx-car-modal/content/Common/AlarmInfo/List.js +160 -0
  144. package/lib/vtx-car-modal/content/Common/AlarmInfo/StaticInfo.js +76 -0
  145. package/lib/vtx-car-modal/content/Common/AlarmInfo/index.js +71 -0
  146. package/lib/vtx-car-modal/content/Common/BaseInfo/index.js +195 -0
  147. package/lib/vtx-car-modal/content/Common/DetailInfo/index.js +173 -0
  148. package/lib/vtx-car-modal/content/Common/DeviceInfo/index.js +92 -0
  149. package/lib/vtx-car-modal/content/Common/Maintenance/index.js +137 -0
  150. package/lib/vtx-car-modal/content/Common/Maintenance/index.less +16 -0
  151. package/lib/vtx-car-modal/content/Common/OilConsumption/List.js +94 -0
  152. package/lib/vtx-car-modal/content/Common/OilConsumption/index.js +151 -0
  153. package/lib/vtx-car-modal/content/Common/OilConsumption/index.less +6 -0
  154. package/lib/vtx-car-modal/content/Common/StaticInfo/index.js +232 -0
  155. package/lib/vtx-car-modal/content/Common/WaterConsumption/index.js +197 -0
  156. package/lib/vtx-car-modal/content/Common/WaterConsumption/index.less +6 -0
  157. package/lib/vtx-car-modal/content/Common/index.js +18 -0
  158. package/lib/vtx-car-modal/content/JXH/AlarmInfo/List.js +128 -0
  159. package/lib/vtx-car-modal/content/JXH/AlarmInfo/StaticInfo.js +79 -0
  160. package/lib/vtx-car-modal/content/JXH/AlarmInfo/index.js +71 -0
  161. package/lib/vtx-car-modal/content/JXH/BaseInfo/index.js +165 -0
  162. package/lib/vtx-car-modal/content/JXH/StaticInfo/index.js +308 -0
  163. package/lib/vtx-car-modal/content/JXH/WorkRecord/index.js +335 -0
  164. package/lib/vtx-car-modal/content/JXH/index.js +10 -0
  165. package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/List.js +105 -0
  166. package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/StaticInfo.js +78 -0
  167. package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/index.js +71 -0
  168. package/lib/vtx-car-modal/content/Ljsy/BaseInfo/index.js +361 -0
  169. package/lib/vtx-car-modal/content/Ljsy/BaseInfo/index.less +24 -0
  170. package/lib/vtx-car-modal/content/Ljsy/StaticInfo/index.js +405 -0
  171. package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Detail.js +128 -0
  172. package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Summary.js +140 -0
  173. package/lib/vtx-car-modal/content/Ljsy/WorkRecord/index.js +69 -0
  174. package/lib/vtx-car-modal/content/Ljsy/index.js +10 -0
  175. package/lib/vtx-car-modal/content/Ljzy/BaseInfo/index.js +208 -0
  176. package/lib/vtx-car-modal/content/Ljzy/BaseInfo/index.less +24 -0
  177. package/lib/vtx-car-modal/content/Ljzy/StaticInfo/index.js +193 -0
  178. package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Detail.js +122 -0
  179. package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Summary.js +110 -0
  180. package/lib/vtx-car-modal/content/Ljzy/WorkRecord/index.js +69 -0
  181. package/lib/vtx-car-modal/content/Ljzy/index.js +8 -0
  182. package/lib/vtx-car-modal/content/index.js +6 -0
  183. package/lib/vtx-car-modal/imgs/calendar/alarm.png +0 -0
  184. package/lib/vtx-car-modal/imgs/calendar/blue_duration.png +0 -0
  185. package/lib/vtx-car-modal/imgs/calendar/blue_mileage.png +0 -0
  186. package/lib/vtx-car-modal/imgs/calendar/car_num.png +0 -0
  187. package/lib/vtx-car-modal/imgs/calendar/cyan_duration.png +0 -0
  188. package/lib/vtx-car-modal/imgs/calendar/dark_alarm.png +0 -0
  189. package/lib/vtx-car-modal/imgs/calendar/dark_car_num.png +0 -0
  190. package/lib/vtx-car-modal/imgs/calendar/dark_duration.png +0 -0
  191. package/lib/vtx-car-modal/imgs/calendar/dark_green_mileage.png +0 -0
  192. package/lib/vtx-car-modal/imgs/calendar/dark_jcl.png +0 -0
  193. package/lib/vtx-car-modal/imgs/calendar/dark_mileage.png +0 -0
  194. package/lib/vtx-car-modal/imgs/calendar/dark_point.png +0 -0
  195. package/lib/vtx-car-modal/imgs/calendar/duration.png +0 -0
  196. package/lib/vtx-car-modal/imgs/calendar/green_mileage.png +0 -0
  197. package/lib/vtx-car-modal/imgs/calendar/jcl.png +0 -0
  198. package/lib/vtx-car-modal/imgs/calendar/mileage.png +0 -0
  199. package/lib/vtx-car-modal/imgs/calendar/point.png +0 -0
  200. package/lib/vtx-car-modal/imgs/dark_point.png +0 -0
  201. package/lib/vtx-car-modal/imgs/dark_trash.png +0 -0
  202. package/lib/vtx-car-modal/imgs/dark_trash_bg.png +0 -0
  203. package/lib/vtx-car-modal/imgs/dark_unplanned_point.png +0 -0
  204. package/lib/vtx-car-modal/imgs/dark_weight.png +0 -0
  205. package/lib/vtx-car-modal/imgs/dark_weight_bg.png +0 -0
  206. package/lib/vtx-car-modal/imgs/dark_ws_point.png +0 -0
  207. package/lib/vtx-car-modal/imgs/dark_ys_point.png +0 -0
  208. package/lib/vtx-car-modal/imgs/factor/car_num.png +0 -0
  209. package/lib/vtx-car-modal/imgs/factor/dark_car_num.png +0 -0
  210. package/lib/vtx-car-modal/imgs/factor/dark_duration.png +0 -0
  211. package/lib/vtx-car-modal/imgs/factor/dark_jcl.png +0 -0
  212. package/lib/vtx-car-modal/imgs/factor/dark_mileage.png +0 -0
  213. package/lib/vtx-car-modal/imgs/factor/dark_oil.png +0 -0
  214. package/lib/vtx-car-modal/imgs/factor/dark_percent.png +0 -0
  215. package/lib/vtx-car-modal/imgs/factor/dark_point.png +0 -0
  216. package/lib/vtx-car-modal/imgs/factor/dark_run.png +0 -0
  217. package/lib/vtx-car-modal/imgs/factor/dark_speed.png +0 -0
  218. package/lib/vtx-car-modal/imgs/factor/dark_trash.png +0 -0
  219. package/lib/vtx-car-modal/imgs/factor/dark_water.png +0 -0
  220. package/lib/vtx-car-modal/imgs/factor/dark_weight.png +0 -0
  221. package/lib/vtx-car-modal/imgs/factor/dark_ys_point.png +0 -0
  222. package/lib/vtx-car-modal/imgs/factor/duration.png +0 -0
  223. package/lib/vtx-car-modal/imgs/factor/jcl.png +0 -0
  224. package/lib/vtx-car-modal/imgs/factor/mileage.png +0 -0
  225. package/lib/vtx-car-modal/imgs/factor/oil.png +0 -0
  226. package/lib/vtx-car-modal/imgs/factor/percent.png +0 -0
  227. package/lib/vtx-car-modal/imgs/factor/point.png +0 -0
  228. package/lib/vtx-car-modal/imgs/factor/run.png +0 -0
  229. package/lib/vtx-car-modal/imgs/factor/speed.png +0 -0
  230. package/lib/vtx-car-modal/imgs/factor/trash.png +0 -0
  231. package/lib/vtx-car-modal/imgs/factor/water.png +0 -0
  232. package/lib/vtx-car-modal/imgs/factor/weight.png +0 -0
  233. package/lib/vtx-car-modal/imgs/factor/ys_point.png +0 -0
  234. package/lib/vtx-car-modal/imgs/point.png +0 -0
  235. package/lib/vtx-car-modal/imgs/trash.png +0 -0
  236. package/lib/vtx-car-modal/imgs/trash_bg.png +0 -0
  237. package/lib/vtx-car-modal/imgs/unplanned_point.png +0 -0
  238. package/lib/vtx-car-modal/imgs/warn.png +0 -0
  239. package/lib/vtx-car-modal/imgs/weight.png +0 -0
  240. package/lib/vtx-car-modal/imgs/weight_bg.png +0 -0
  241. package/lib/vtx-car-modal/imgs/ws_point.png +0 -0
  242. package/lib/vtx-car-modal/imgs/ys_point.png +0 -0
  243. package/lib/vtx-car-modal/index.js +272 -0
  244. package/lib/vtx-car-modal/style/index.js +3 -0
  245. package/lib/vtx-car-modal/style/index.less +35 -0
  246. package/lib/vtx-cc-cp-modal/api.js +381 -0
  247. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +120 -0
  248. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmTrend.js +27 -0
  249. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmTypeAnalysis.js +32 -0
  250. package/lib/vtx-cc-cp-modal/components/AlarmInfo/StaticInfo.js +41 -0
  251. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +69 -0
  252. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +103 -0
  253. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +75 -0
  254. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +58 -0
  255. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +142 -0
  256. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +63 -0
  257. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +16 -0
  258. package/lib/vtx-cc-cp-modal/components/Calendar/index.js +168 -0
  259. package/lib/vtx-cc-cp-modal/components/Calendar/index.less +93 -0
  260. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionTrend.js +27 -0
  261. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionTypeAnalysis.js +32 -0
  262. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExeceptionRecord.js +118 -0
  263. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/StaticInfo.js +41 -0
  264. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +69 -0
  265. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +111 -0
  266. package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +3 -0
  267. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +46 -0
  268. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +81 -0
  269. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +78 -0
  270. package/lib/vtx-cc-cp-modal/components/index.js +7 -0
  271. package/lib/vtx-cc-cp-modal/imgs/rwnsjts.png +0 -0
  272. package/lib/vtx-cc-cp-modal/imgs/rwnsjts_dark.png +0 -0
  273. package/lib/vtx-cc-cp-modal/imgs/rwnsjzl.png +0 -0
  274. package/lib/vtx-cc-cp-modal/imgs/rwnsjzl_dark.png +0 -0
  275. package/lib/vtx-cc-cp-modal/imgs/rwnsscs.png +0 -0
  276. package/lib/vtx-cc-cp-modal/imgs/rwnsscs_dark.png +0 -0
  277. package/lib/vtx-cc-cp-modal/imgs/zsjts.png +0 -0
  278. package/lib/vtx-cc-cp-modal/imgs/zsjts_dark.png +0 -0
  279. package/lib/vtx-cc-cp-modal/imgs/zsjzl.png +0 -0
  280. package/lib/vtx-cc-cp-modal/imgs/zsjzl_dark.png +0 -0
  281. package/lib/vtx-cc-cp-modal/imgs/zsscs.png +0 -0
  282. package/lib/vtx-cc-cp-modal/imgs/zsscs_dark.png +0 -0
  283. package/lib/vtx-cc-cp-modal/index.js +119 -0
  284. package/lib/vtx-cc-cp-modal/style/index.js +1 -0
  285. package/lib/vtx-cc-cp-modal/style/index.less +13 -0
  286. package/lib/vtx-cc-unit-modal/api.js +361 -0
  287. package/lib/vtx-cc-unit-modal/components/BaseInfo/CollectRecord.js +69 -0
  288. package/lib/vtx-cc-unit-modal/components/BaseInfo/DetailList.js +66 -0
  289. package/lib/vtx-cc-unit-modal/components/BaseInfo/Factory.js +60 -0
  290. package/lib/vtx-cc-unit-modal/components/BaseInfo/Statistics.js +91 -0
  291. package/lib/vtx-cc-unit-modal/components/BaseInfo/index.js +118 -0
  292. package/lib/vtx-cc-unit-modal/components/BaseInfo/index.less +6 -0
  293. package/lib/vtx-cc-unit-modal/components/CarList/index.js +129 -0
  294. package/lib/vtx-cc-unit-modal/components/Collection/index.js +95 -0
  295. package/lib/vtx-cc-unit-modal/components/DetailInfo/index.js +126 -0
  296. package/lib/vtx-cc-unit-modal/components/Factory/index.js +149 -0
  297. package/lib/vtx-cc-unit-modal/components/RestaurantList/index.js +127 -0
  298. package/lib/vtx-cc-unit-modal/components/index.js +7 -0
  299. package/lib/vtx-cc-unit-modal/imgs/jccc.png +0 -0
  300. package/lib/vtx-cc-unit-modal/imgs/jccc_dark.png +0 -0
  301. package/lib/vtx-cc-unit-modal/imgs/jcl.png +0 -0
  302. package/lib/vtx-cc-unit-modal/imgs/jcl_dark.png +0 -0
  303. package/lib/vtx-cc-unit-modal/imgs/syts.png +0 -0
  304. package/lib/vtx-cc-unit-modal/imgs/syts_dark.png +0 -0
  305. package/lib/vtx-cc-unit-modal/imgs/syzl.png +0 -0
  306. package/lib/vtx-cc-unit-modal/imgs/syzl_dark.png +0 -0
  307. package/lib/vtx-cc-unit-modal/index.js +137 -0
  308. package/lib/vtx-cc-unit-modal/style/index.js +1 -0
  309. package/lib/vtx-cc-unit-modal/style/index.less +14 -0
  310. package/lib/vtx-cp-modal/api.js +357 -0
  311. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +172 -0
  312. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +39 -0
  313. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +84 -0
  314. package/lib/vtx-cp-modal/components/AlarmInfo/index.js +41 -0
  315. package/lib/vtx-cp-modal/components/AlarmInfo/index.less +34 -0
  316. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +116 -0
  317. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +72 -0
  318. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +154 -0
  319. package/lib/vtx-cp-modal/components/BaseInfo/index.js +96 -0
  320. package/lib/vtx-cp-modal/components/BaseInfo/index.less +140 -0
  321. package/lib/vtx-cp-modal/components/ExeceptionInfo/AlarmRecord.js +200 -0
  322. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +35 -0
  323. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +84 -0
  324. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +41 -0
  325. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +62 -0
  326. package/lib/vtx-cp-modal/components/SyInfo/index.js +306 -0
  327. package/lib/vtx-cp-modal/components/SyInfo/index.less +18 -0
  328. package/lib/vtx-cp-modal/components/index.js +5 -0
  329. package/lib/vtx-cp-modal/imgs/alarm.png +0 -0
  330. package/lib/vtx-cp-modal/imgs/allRate.png +0 -0
  331. package/lib/vtx-cp-modal/imgs/allRate_dark.png +0 -0
  332. package/lib/vtx-cp-modal/imgs/bucket.png +0 -0
  333. package/lib/vtx-cp-modal/imgs/bucket_dark.png +0 -0
  334. package/lib/vtx-cp-modal/imgs/collect.png +0 -0
  335. package/lib/vtx-cp-modal/imgs/collect_dark.png +0 -0
  336. package/lib/vtx-cp-modal/imgs/corner_cy.png +0 -0
  337. package/lib/vtx-cp-modal/imgs/corner_khs.png +0 -0
  338. package/lib/vtx-cp-modal/imgs/corner_qt.png +0 -0
  339. package/lib/vtx-cp-modal/imgs/corner_yh.png +0 -0
  340. package/lib/vtx-cp-modal/imgs/cy.png +0 -0
  341. package/lib/vtx-cp-modal/imgs/default.png +0 -0
  342. package/lib/vtx-cp-modal/imgs/jhsj.png +0 -0
  343. package/lib/vtx-cp-modal/imgs/jhsj_light.png +0 -0
  344. package/lib/vtx-cp-modal/imgs/khs.png +0 -0
  345. package/lib/vtx-cp-modal/imgs/plan.png +0 -0
  346. package/lib/vtx-cp-modal/imgs/plan_dark.png +0 -0
  347. package/lib/vtx-cp-modal/imgs/qt.png +0 -0
  348. package/lib/vtx-cp-modal/imgs/sjl.png +0 -0
  349. package/lib/vtx-cp-modal/imgs/sjl_light.png +0 -0
  350. package/lib/vtx-cp-modal/imgs/sjsj.png +0 -0
  351. package/lib/vtx-cp-modal/imgs/sjsj_light.png +0 -0
  352. package/lib/vtx-cp-modal/imgs/sjts.png +0 -0
  353. package/lib/vtx-cp-modal/imgs/sjts_light.png +0 -0
  354. package/lib/vtx-cp-modal/imgs/sjzl.png +0 -0
  355. package/lib/vtx-cp-modal/imgs/sjzl_light.png +0 -0
  356. package/lib/vtx-cp-modal/imgs/track.png +0 -0
  357. package/lib/vtx-cp-modal/imgs/weight.png +0 -0
  358. package/lib/vtx-cp-modal/imgs/weight_dark.png +0 -0
  359. package/lib/vtx-cp-modal/imgs/yh.png +0 -0
  360. package/lib/vtx-cp-modal/index.js +124 -0
  361. package/lib/vtx-cp-modal/style/index.js +3 -0
  362. package/lib/vtx-cp-modal/style/index.less +1 -0
  363. package/lib/vtx-default-modal/api.js +170 -0
  364. package/lib/vtx-default-modal/components/BaseInfo/index.js +109 -0
  365. package/lib/vtx-default-modal/components/BaseInfo/index.less +26 -0
  366. package/lib/vtx-default-modal/components/index.js +2 -0
  367. package/lib/vtx-default-modal/index.js +129 -0
  368. package/lib/vtx-default-modal/style/index.js +4 -0
  369. package/lib/vtx-default-modal/style/index.less +1 -0
  370. package/lib/vtx-device-modal/api.js +531 -0
  371. package/lib/vtx-device-modal/components/BaseInfo/index.js +140 -0
  372. package/lib/vtx-device-modal/components/DataAnalysis/AlarmAnalysis.js +279 -0
  373. package/lib/vtx-device-modal/components/DataAnalysis/MonitorAnalysis.js +611 -0
  374. package/lib/vtx-device-modal/components/DataAnalysis/TabsList.js +23 -0
  375. package/lib/vtx-device-modal/components/DataAnalysis/index.js +24 -0
  376. package/lib/vtx-device-modal/components/DataAnalysis/index.less +66 -0
  377. package/lib/vtx-device-modal/components/index.js +3 -0
  378. package/lib/vtx-device-modal/config.js +21 -0
  379. package/lib/vtx-device-modal/imgs/current.png +0 -0
  380. package/lib/vtx-device-modal/imgs/current_dark.png +0 -0
  381. package/lib/vtx-device-modal/imgs/history.png +0 -0
  382. package/lib/vtx-device-modal/imgs/history_dark.png +0 -0
  383. package/lib/vtx-device-modal/index.js +96 -0
  384. package/lib/vtx-device-modal/style/index.js +1 -0
  385. package/lib/vtx-device-modal/style/index.less +1 -0
  386. package/lib/vtx-df-modal/api.js +267 -0
  387. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +62 -0
  388. package/lib/vtx-df-modal/components/BaseInfo/Jczbqs.js +96 -0
  389. package/lib/vtx-df-modal/components/BaseInfo/Qyjcl.js +43 -0
  390. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +146 -0
  391. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +47 -0
  392. package/lib/vtx-df-modal/components/BaseInfo/index.js +140 -0
  393. package/lib/vtx-df-modal/components/BaseInfo/index.less +161 -0
  394. package/lib/vtx-df-modal/components/Calendar/index.js +142 -0
  395. package/lib/vtx-df-modal/components/Calendar/index.less +81 -0
  396. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +65 -0
  397. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +77 -0
  398. package/lib/vtx-df-modal/components/Metering/List.js +125 -0
  399. package/lib/vtx-df-modal/components/Metering/index.js +187 -0
  400. package/lib/vtx-df-modal/components/Metering/index.less +68 -0
  401. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +179 -0
  402. package/lib/vtx-df-modal/components/WorkCondition/Table.js +84 -0
  403. package/lib/vtx-df-modal/components/WorkCondition/index.js +167 -0
  404. package/lib/vtx-df-modal/components/WorkCondition/index.less +113 -0
  405. package/lib/vtx-df-modal/components/index.js +5 -0
  406. package/lib/vtx-df-modal/imgs/alarm.png +0 -0
  407. package/lib/vtx-df-modal/imgs/alarm_light.png +0 -0
  408. package/lib/vtx-df-modal/imgs/c_car.png +0 -0
  409. package/lib/vtx-df-modal/imgs/c_jcl.png +0 -0
  410. package/lib/vtx-df-modal/imgs/down.png +0 -0
  411. package/lib/vtx-df-modal/imgs/jccc.png +0 -0
  412. package/lib/vtx-df-modal/imgs/jccc_dark.png +0 -0
  413. package/lib/vtx-df-modal/imgs/jcl.png +0 -0
  414. package/lib/vtx-df-modal/imgs/jcl_dark.png +0 -0
  415. package/lib/vtx-df-modal/imgs/normal.png +0 -0
  416. package/lib/vtx-df-modal/imgs/normal_light.png +0 -0
  417. package/lib/vtx-df-modal/imgs/rjjcl.svg +55 -0
  418. package/lib/vtx-df-modal/imgs/rjjcl_dark.svg +94 -0
  419. package/lib/vtx-df-modal/imgs/situation_parent.png +0 -0
  420. package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
  421. package/lib/vtx-df-modal/imgs/sjnl.svg +39 -0
  422. package/lib/vtx-df-modal/imgs/sjnl_dark.svg +78 -0
  423. package/lib/vtx-df-modal/imgs/tab_more.png +0 -0
  424. package/lib/vtx-df-modal/imgs/tab_more_light.png +0 -0
  425. package/lib/vtx-df-modal/imgs/up.png +0 -0
  426. package/lib/vtx-df-modal/imgs/zjccc.svg +44 -0
  427. package/lib/vtx-df-modal/imgs/zjccc_dark.svg +84 -0
  428. package/lib/vtx-df-modal/imgs/zjcl.svg +55 -0
  429. package/lib/vtx-df-modal/imgs/zjcl_dark.svg +94 -0
  430. package/lib/vtx-df-modal/index.js +137 -0
  431. package/lib/vtx-df-modal/style/index.js +4 -0
  432. package/lib/vtx-df-modal/style/index.less +1 -0
  433. package/lib/vtx-kh-modal/api2.js +178 -0
  434. package/lib/vtx-kh-modal/components/BaseInfo/index.js +197 -0
  435. package/lib/vtx-kh-modal/components/BaseInfo/index.less +101 -0
  436. package/lib/vtx-kh-modal/components/Record/index.js +204 -0
  437. package/lib/vtx-kh-modal/components/Record/index.less +7 -0
  438. package/lib/vtx-kh-modal/components/index.js +3 -0
  439. package/lib/vtx-kh-modal/imgs/count.png +0 -0
  440. package/lib/vtx-kh-modal/imgs/count_light.png +0 -0
  441. package/lib/vtx-kh-modal/imgs/question_bg.png +0 -0
  442. package/lib/vtx-kh-modal/imgs/question_bg_light.png +0 -0
  443. package/lib/vtx-kh-modal/imgs/score.png +0 -0
  444. package/lib/vtx-kh-modal/imgs/score_light.png +0 -0
  445. package/lib/vtx-kh-modal/imgs/subtract.png +0 -0
  446. package/lib/vtx-kh-modal/imgs/subtract_light.png +0 -0
  447. package/lib/vtx-kh-modal/index.js +46 -0
  448. package/lib/vtx-kh-modal/style/index.js +4 -0
  449. package/lib/vtx-kh-modal/style/index.less +1 -0
  450. package/lib/vtx-qyry-modal/api.js +129 -0
  451. package/lib/vtx-qyry-modal/index.js +119 -0
  452. package/lib/vtx-qyry-modal/style/index.js +1 -0
  453. package/lib/vtx-restaurant-modal/api.js +297 -0
  454. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +47 -0
  455. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +31 -0
  456. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +36 -0
  457. package/lib/vtx-restaurant-modal/components/Alarm/StaticInfo.js +41 -0
  458. package/lib/vtx-restaurant-modal/components/Alarm/index.js +69 -0
  459. package/lib/vtx-restaurant-modal/components/Basic/CollectRule.js +64 -0
  460. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +68 -0
  461. package/lib/vtx-restaurant-modal/components/Basic/Info.js +87 -0
  462. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +61 -0
  463. package/lib/vtx-restaurant-modal/components/Basic/SummaryStatistics.js +60 -0
  464. package/lib/vtx-restaurant-modal/components/Basic/index.js +74 -0
  465. package/lib/vtx-restaurant-modal/components/Basic/index.less +16 -0
  466. package/lib/vtx-restaurant-modal/components/Calendar/index.js +171 -0
  467. package/lib/vtx-restaurant-modal/components/Calendar/index.less +93 -0
  468. package/lib/vtx-restaurant-modal/components/Collection/index.js +86 -0
  469. package/lib/vtx-restaurant-modal/components/DetailInfo/index.js +111 -0
  470. package/lib/vtx-restaurant-modal/components/SignAndContract/ContactDetail.js +299 -0
  471. package/lib/vtx-restaurant-modal/components/SignAndContract/index.js +198 -0
  472. package/lib/vtx-restaurant-modal/components/index.js +7 -0
  473. package/lib/vtx-restaurant-modal/config.js +283 -0
  474. package/lib/vtx-restaurant-modal/imgs/csl.png +0 -0
  475. package/lib/vtx-restaurant-modal/imgs/csl_dark.png +0 -0
  476. package/lib/vtx-restaurant-modal/imgs/sycs.png +0 -0
  477. package/lib/vtx-restaurant-modal/imgs/sycs_dark.png +0 -0
  478. package/lib/vtx-restaurant-modal/imgs/syts.png +0 -0
  479. package/lib/vtx-restaurant-modal/imgs/syts_dark.png +0 -0
  480. package/lib/vtx-restaurant-modal/index.js +168 -0
  481. package/lib/vtx-restaurant-modal/style/index.js +1 -0
  482. package/lib/vtx-restaurant-modal/style/index.less +13 -0
  483. package/lib/vtx-road-modal/api.js +219 -0
  484. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +48 -0
  485. package/lib/vtx-road-modal/components/BaseInfo/Work.js +322 -0
  486. package/lib/vtx-road-modal/components/BaseInfo/index.js +91 -0
  487. package/lib/vtx-road-modal/components/BaseInfo/index.less +218 -0
  488. package/lib/vtx-road-modal/components/Calendar/index.js +155 -0
  489. package/lib/vtx-road-modal/components/Statistical/index.js +244 -0
  490. package/lib/vtx-road-modal/components/Statistical/index.less +32 -0
  491. package/lib/vtx-road-modal/components/index.js +4 -0
  492. package/lib/vtx-road-modal/imgs/calendar/dark_green_mileage.png +0 -0
  493. package/lib/vtx-road-modal/imgs/calendar/dark_mileage.png +0 -0
  494. package/lib/vtx-road-modal/imgs/calendar/green_mileage.png +0 -0
  495. package/lib/vtx-road-modal/imgs/calendar/mileage.png +0 -0
  496. package/lib/vtx-road-modal/imgs/dark_real.png +0 -0
  497. package/lib/vtx-road-modal/imgs/dark_valid.png +0 -0
  498. package/lib/vtx-road-modal/imgs/factor/dark_over_rate.png +0 -0
  499. package/lib/vtx-road-modal/imgs/factor/dark_plan_mileage.png +0 -0
  500. package/lib/vtx-road-modal/imgs/factor/dark_valid_mileage.png +0 -0
  501. package/lib/vtx-road-modal/imgs/factor/over_rate.png +0 -0
  502. package/lib/vtx-road-modal/imgs/factor/plan_mileage.png +0 -0
  503. package/lib/vtx-road-modal/imgs/factor/valid_mileage.png +0 -0
  504. package/lib/vtx-road-modal/imgs/real.png +0 -0
  505. package/lib/vtx-road-modal/imgs/valid.png +0 -0
  506. package/lib/vtx-road-modal/index.js +102 -0
  507. package/lib/vtx-road-modal/style/index.js +3 -0
  508. package/lib/vtx-road-modal/style/index.less +26 -0
  509. package/lib/vtx-shxq-modal/api.js +337 -0
  510. package/lib/vtx-shxq-modal/components/AlarmRecord/List.js +115 -0
  511. package/lib/vtx-shxq-modal/components/AlarmRecord/index.js +151 -0
  512. package/lib/vtx-shxq-modal/components/AlarmRecord/index.less +10 -0
  513. package/lib/vtx-shxq-modal/components/BaseInfo/index.js +190 -0
  514. package/lib/vtx-shxq-modal/components/BaseInfo/index.less +25 -0
  515. package/lib/vtx-shxq-modal/components/Tfd/index.js +132 -0
  516. package/lib/vtx-shxq-modal/components/Tfd/index.less +59 -0
  517. package/lib/vtx-shxq-modal/components/ThrowCalendar/Chart.js +64 -0
  518. package/lib/vtx-shxq-modal/components/ThrowCalendar/List.js +72 -0
  519. package/lib/vtx-shxq-modal/components/ThrowCalendar/index.js +158 -0
  520. package/lib/vtx-shxq-modal/components/ThrowCalendar/index.less +24 -0
  521. package/lib/vtx-shxq-modal/components/ThrowRecord/List.js +133 -0
  522. package/lib/vtx-shxq-modal/components/ThrowRecord/index.js +168 -0
  523. package/lib/vtx-shxq-modal/components/ThrowRecord/index.less +10 -0
  524. package/lib/vtx-shxq-modal/components/index.js +6 -0
  525. package/lib/vtx-shxq-modal/imgs/cy.png +0 -0
  526. package/lib/vtx-shxq-modal/imgs/khs.png +0 -0
  527. package/lib/vtx-shxq-modal/imgs/ljht.png +0 -0
  528. package/lib/vtx-shxq-modal/imgs/ljht_dark.png +0 -0
  529. package/lib/vtx-shxq-modal/imgs/qt.png +0 -0
  530. package/lib/vtx-shxq-modal/imgs/tf_cy_dark.png +0 -0
  531. package/lib/vtx-shxq-modal/imgs/tf_khs_dark.png +0 -0
  532. package/lib/vtx-shxq-modal/imgs/tf_qt_dark.png +0 -0
  533. package/lib/vtx-shxq-modal/imgs/tf_total.png +0 -0
  534. package/lib/vtx-shxq-modal/imgs/tf_total_dark.png +0 -0
  535. package/lib/vtx-shxq-modal/imgs/tf_yh_dark.png +0 -0
  536. package/lib/vtx-shxq-modal/imgs/twtf.png +0 -0
  537. package/lib/vtx-shxq-modal/imgs/twtf_dark.png +0 -0
  538. package/lib/vtx-shxq-modal/imgs/wgzs.png +0 -0
  539. package/lib/vtx-shxq-modal/imgs/wgzs_dark.png +0 -0
  540. package/lib/vtx-shxq-modal/imgs/wpd.png +0 -0
  541. package/lib/vtx-shxq-modal/imgs/wpd_dark.png +0 -0
  542. package/lib/vtx-shxq-modal/imgs/wstf.png +0 -0
  543. package/lib/vtx-shxq-modal/imgs/wstf_dark.png +0 -0
  544. package/lib/vtx-shxq-modal/imgs/yh.png +0 -0
  545. package/lib/vtx-shxq-modal/index.js +108 -0
  546. package/lib/vtx-shxq-modal/style/index.js +1 -0
  547. package/lib/vtx-staff-modal/api.js +427 -0
  548. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +67 -0
  549. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +111 -0
  550. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +95 -0
  551. package/lib/vtx-staff-modal/components/AlarmInfo/index.less +9 -0
  552. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +58 -0
  553. package/lib/vtx-staff-modal/components/Attendance/Record.js +154 -0
  554. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +129 -0
  555. package/lib/vtx-staff-modal/components/Attendance/index.js +49 -0
  556. package/lib/vtx-staff-modal/components/Attendance/index.less +38 -0
  557. package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js +119 -0
  558. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +42 -0
  559. package/lib/vtx-staff-modal/components/BaseInfo/WorkStaticDay.js +48 -0
  560. package/lib/vtx-staff-modal/components/BaseInfo/index.js +183 -0
  561. package/lib/vtx-staff-modal/components/BaseInfo/index.less +94 -0
  562. package/lib/vtx-staff-modal/components/Calendar/index.js +237 -0
  563. package/lib/vtx-staff-modal/components/Calendar/index.less +82 -0
  564. package/lib/vtx-staff-modal/components/Equipment/index.js +147 -0
  565. package/lib/vtx-staff-modal/components/Equipment/index.less +29 -0
  566. package/lib/vtx-staff-modal/components/index.js +6 -0
  567. package/lib/vtx-staff-modal/imgs/all_time.png +0 -0
  568. package/lib/vtx-staff-modal/imgs/all_time_dark.png +0 -0
  569. package/lib/vtx-staff-modal/imgs/avg.png +0 -0
  570. package/lib/vtx-staff-modal/imgs/avg_dark.png +0 -0
  571. package/lib/vtx-staff-modal/imgs/mileage.png +0 -0
  572. package/lib/vtx-staff-modal/imgs/mileage_dark.png +0 -0
  573. package/lib/vtx-staff-modal/imgs/online.png +0 -0
  574. package/lib/vtx-staff-modal/imgs/online_dark.png +0 -0
  575. package/lib/vtx-staff-modal/imgs/time_alarm.png +0 -0
  576. package/lib/vtx-staff-modal/imgs/time_alarm_dark.png +0 -0
  577. package/lib/vtx-staff-modal/imgs/time_level.png +0 -0
  578. package/lib/vtx-staff-modal/imgs/time_level_dark.png +0 -0
  579. package/lib/vtx-staff-modal/imgs/time_over.png +0 -0
  580. package/lib/vtx-staff-modal/imgs/time_over_dark.png +0 -0
  581. package/lib/vtx-staff-modal/imgs/time_sum.png +0 -0
  582. package/lib/vtx-staff-modal/imgs/time_sum_dark.png +0 -0
  583. package/lib/vtx-staff-modal/index.js +116 -0
  584. package/lib/vtx-staff-modal/style/index.js +5 -0
  585. package/lib/vtx-staff-modal/style/index.less +1 -0
  586. package/lib/vtx-tfd-modal/api.js +114 -0
  587. package/lib/vtx-tfd-modal/components/BaseInfo/Jczbqs.js +96 -0
  588. package/lib/vtx-tfd-modal/components/BaseInfo/Qyjcl.js +43 -0
  589. package/lib/vtx-tfd-modal/components/BaseInfo/index.js +259 -0
  590. package/lib/vtx-tfd-modal/components/BaseInfo/index.less +90 -0
  591. package/lib/vtx-tfd-modal/components/index.js +2 -0
  592. package/lib/vtx-tfd-modal/imgs/dzc.png +0 -0
  593. package/lib/vtx-tfd-modal/imgs/dzc_light.png +0 -0
  594. package/lib/vtx-tfd-modal/imgs/dzc_light_online.png +0 -0
  595. package/lib/vtx-tfd-modal/imgs/dzc_online.png +0 -0
  596. package/lib/vtx-tfd-modal/imgs/fdj.png +0 -0
  597. package/lib/vtx-tfd-modal/imgs/fdj_light.png +0 -0
  598. package/lib/vtx-tfd-modal/imgs/fdj_light_online.png +0 -0
  599. package/lib/vtx-tfd-modal/imgs/fdj_online.png +0 -0
  600. package/lib/vtx-tfd-modal/imgs/hjtfl.png +0 -0
  601. package/lib/vtx-tfd-modal/imgs/hjtfl_light.png +0 -0
  602. package/lib/vtx-tfd-modal/imgs/jfdhj.png +0 -0
  603. package/lib/vtx-tfd-modal/imgs/jfdhj_light.png +0 -0
  604. package/lib/vtx-tfd-modal/imgs/jfdhj_light_online.png +0 -0
  605. package/lib/vtx-tfd-modal/imgs/jfdhj_online.png +0 -0
  606. package/lib/vtx-tfd-modal/imgs/khsl.png +0 -0
  607. package/lib/vtx-tfd-modal/imgs/khsl_light.png +0 -0
  608. package/lib/vtx-tfd-modal/imgs/sxt.png +0 -0
  609. package/lib/vtx-tfd-modal/imgs/sxt_light.png +0 -0
  610. package/lib/vtx-tfd-modal/imgs/sxt_light_online.png +0 -0
  611. package/lib/vtx-tfd-modal/imgs/sxt_online.png +0 -0
  612. package/lib/vtx-tfd-modal/imgs/xdb.png +0 -0
  613. package/lib/vtx-tfd-modal/imgs/xdb_light.png +0 -0
  614. package/lib/vtx-tfd-modal/imgs/xdb_light_online.png +0 -0
  615. package/lib/vtx-tfd-modal/imgs/xdb_online.png +0 -0
  616. package/lib/vtx-tfd-modal/imgs/zntfj.png +0 -0
  617. package/lib/vtx-tfd-modal/imgs/zntfj_light.png +0 -0
  618. package/lib/vtx-tfd-modal/imgs/zntfj_light_online.png +0 -0
  619. package/lib/vtx-tfd-modal/imgs/zntfj_online.png +0 -0
  620. package/lib/vtx-tfd-modal/index.js +106 -0
  621. package/lib/vtx-tfd-modal/style/index.js +1 -0
  622. package/lib/vtx-zg-modal/api.js +107 -0
  623. package/lib/vtx-zg-modal/components/BaseInfo/index.js +287 -0
  624. package/lib/vtx-zg-modal/components/BaseInfo/index.less +124 -0
  625. package/lib/vtx-zg-modal/components/index.js +1 -0
  626. package/lib/vtx-zg-modal/imgs/dot.png +0 -0
  627. package/lib/vtx-zg-modal/imgs/dot_done.png +0 -0
  628. package/lib/vtx-zg-modal/index.js +42 -0
  629. package/lib/vtx-zg-modal/style/index.js +3 -0
  630. package/lib/vtx-zg-modal/style/index.less +1 -0
  631. package/lib/vtx-zzz-modal/index.js +135 -0
  632. package/package.json +4 -4
@@ -0,0 +1,94 @@
1
+ <svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Group 438">
3
+ <g id="Group 461">
4
+ <g id="Ellipse 38">
5
+ <g filter="url(#filter0_ii_180_10049)">
6
+ <circle cx="22" cy="22" r="22" fill="url(#paint0_linear_180_10049)" fill-opacity="0.5"/>
7
+ </g>
8
+ <circle cx="22" cy="22" r="21.5" stroke="url(#paint1_linear_180_10049)"/>
9
+ </g>
10
+ </g>
11
+ <g id="Group 528">
12
+ <g id="Frame">
13
+ <g id="Frame_2" clip-path="url(#clip0_180_10049)">
14
+ <g id="Vector" filter="url(#filter1_di_180_10049)">
15
+ <path d="M9.47656 32.618V31.0052H11.1662V21.294H17.8901V17.9599L22.2078 21.294V17.9599L26.5303 21.294V17.9599L30.848 21.294V31.0052H32.5299V32.618H9.47656ZM11.9923 20.7705L13.3063 12.818H15.6712L16.9852 20.7695L11.9923 20.7705ZM21.3788 12.4559C20.3026 11.9437 19.1257 11.6779 17.9338 11.6779C16.7419 11.6779 15.565 11.9437 14.4887 12.4559C17.6615 9.74331 20.5623 10.6222 20.5623 10.6222C22.8491 11.8025 25.4823 12.1275 27.9874 11.5386C26.7791 12.3828 25.3303 12.814 23.857 12.7681C23.0213 12.771 22.1876 12.6653 21.3788 12.455V12.4559Z" fill="url(#paint2_linear_180_10049)"/>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ <g id="Frame_3" clip-path="url(#clip1_180_10049)">
20
+ <foreignObject x="17.666" y="16.667" width="22.666" height="22.667"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(2px);clip-path:url(#bgblur_2_180_10049_clip_path);height:100%;width:100%"></div></foreignObject><path id="Vector_2" data-figma-bg-blur-radius="4" d="M28.999 20.9668C30.8644 20.9668 32.6537 21.7083 33.9727 23.0273C35.2915 24.3463 36.0321 26.1348 36.0322 28C36.0322 28.9235 35.8504 29.8382 35.4971 30.6914C35.1436 31.5447 34.6258 32.3205 33.9727 32.9736C33.3196 33.6267 32.5438 34.1446 31.6904 34.498C30.8372 34.8514 29.9225 35.0332 28.999 35.0332C28.0755 35.0332 27.1608 34.8515 26.3076 34.498C25.4545 34.1446 24.6794 33.6266 24.0264 32.9736C23.3733 32.3205 22.8544 31.5447 22.501 30.6914C22.1477 29.8382 21.9658 28.9234 21.9658 28C21.9659 26.1348 22.7074 24.3463 24.0264 23.0273C25.3453 21.7084 27.1338 20.9669 28.999 20.9668Z" fill="#6DFFEC" fill-opacity="0.5" stroke="url(#paint3_linear_180_10049)" stroke-width="0.6"/>
21
+ <g id="&#230;&#151;&#165;" filter="url(#filter3_d_180_10049)">
22
+ <path d="M26.232 24.688H31.816V31.608H30.784V25.656H27.216V31.624H26.232V24.688ZM26.904 27.376H31.208V28.32H26.904V27.376ZM26.904 30.128H31.216V31.096H26.904V30.128Z" fill="white"/>
23
+ </g>
24
+ </g>
25
+ </g>
26
+ </g>
27
+ <defs>
28
+ <filter id="filter0_ii_180_10049" x="0" y="-4" width="44" height="50" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
29
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
30
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
31
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
32
+ <feOffset dy="2"/>
33
+ <feGaussianBlur stdDeviation="3"/>
34
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
35
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.988235 0 0 0 0 0.964706 0 0 0 0.8 0"/>
36
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_180_10049"/>
37
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
38
+ <feOffset dy="-4"/>
39
+ <feGaussianBlur stdDeviation="2"/>
40
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
41
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.988235 0 0 0 0 0.964706 0 0 0 0.3 0"/>
42
+ <feBlend mode="normal" in2="effect1_innerShadow_180_10049" result="effect2_innerShadow_180_10049"/>
43
+ </filter>
44
+ <filter id="filter1_di_180_10049" x="5.47656" y="6.48633" width="31.0527" height="30.1318" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
45
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
46
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
47
+ <feOffset/>
48
+ <feGaussianBlur stdDeviation="2"/>
49
+ <feComposite in2="hardAlpha" operator="out"/>
50
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
51
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_180_10049"/>
52
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_180_10049" result="shape"/>
53
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
54
+ <feOffset dy="2"/>
55
+ <feGaussianBlur stdDeviation="2"/>
56
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
57
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0"/>
58
+ <feBlend mode="normal" in2="shape" result="effect2_innerShadow_180_10049"/>
59
+ </filter>
60
+ <clipPath id="bgblur_2_180_10049_clip_path" transform="translate(-17.666 -16.667)"><path d="M28.999 20.9668C30.8644 20.9668 32.6537 21.7083 33.9727 23.0273C35.2915 24.3463 36.0321 26.1348 36.0322 28C36.0322 28.9235 35.8504 29.8382 35.4971 30.6914C35.1436 31.5447 34.6258 32.3205 33.9727 32.9736C33.3196 33.6267 32.5438 34.1446 31.6904 34.498C30.8372 34.8514 29.9225 35.0332 28.999 35.0332C28.0755 35.0332 27.1608 34.8515 26.3076 34.498C25.4545 34.1446 24.6794 33.6266 24.0264 32.9736C23.3733 32.3205 22.8544 31.5447 22.501 30.6914C22.1477 29.8382 21.9658 28.9234 21.9658 28C21.9659 26.1348 22.7074 24.3463 24.0264 23.0273C25.3453 21.7084 27.1338 20.9669 28.999 20.9668Z"/>
61
+ </clipPath><filter id="filter3_d_180_10049" x="22.2324" y="22.6885" width="13.584" height="14.9355" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
62
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
63
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
64
+ <feOffset dy="2"/>
65
+ <feGaussianBlur stdDeviation="2"/>
66
+ <feComposite in2="hardAlpha" operator="out"/>
67
+ <feColorMatrix type="matrix" values="0 0 0 0 0.0862745 0 0 0 0 0.466667 0 0 0 0 1 0 0 0 0.7 0"/>
68
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_180_10049"/>
69
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_180_10049" result="shape"/>
70
+ </filter>
71
+ <linearGradient id="paint0_linear_180_10049" x1="22" y1="0" x2="22" y2="44" gradientUnits="userSpaceOnUse">
72
+ <stop stop-color="#00FCF6" stop-opacity="0"/>
73
+ <stop offset="1" stop-color="#08D6D1"/>
74
+ </linearGradient>
75
+ <linearGradient id="paint1_linear_180_10049" x1="39.05" y1="3.85" x2="5.5" y2="37.4" gradientUnits="userSpaceOnUse">
76
+ <stop stop-color="white"/>
77
+ <stop offset="1" stop-color="#00FCF6"/>
78
+ </linearGradient>
79
+ <linearGradient id="paint2_linear_180_10049" x1="21.0032" y1="32.618" x2="21.0032" y2="10.4863" gradientUnits="userSpaceOnUse">
80
+ <stop stop-color="#00FCF6"/>
81
+ <stop offset="1" stop-color="white"/>
82
+ </linearGradient>
83
+ <linearGradient id="paint3_linear_180_10049" x1="28.9993" y1="20.667" x2="28.9993" y2="35.3337" gradientUnits="userSpaceOnUse">
84
+ <stop stop-color="white"/>
85
+ <stop offset="1" stop-color="white" stop-opacity="0.7"/>
86
+ </linearGradient>
87
+ <clipPath id="clip0_180_10049">
88
+ <rect width="24" height="24" fill="white" transform="translate(9.00977 10.0127)"/>
89
+ </clipPath>
90
+ <clipPath id="clip1_180_10049">
91
+ <rect width="16" height="16" fill="white" transform="translate(21 20)"/>
92
+ </clipPath>
93
+ </defs>
94
+ </svg>
@@ -0,0 +1,39 @@
1
+ <svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Group 460">
3
+ <circle id="Ellipse 39" cx="22" cy="22" r="22" fill="#FFAA00" fill-opacity="0.1"/>
4
+ <g id="Vector" filter="url(#filter0_i_163_1792)">
5
+ <path d="M21.812 10.2152L21.8275 10.224L31.1675 15.6426C31.418 15.7879 31.6265 15.9963 31.7724 16.2473C31.9184 16.4983 31.9969 16.7831 32 17.0739V27.9082C32 28.1989 31.9246 28.4847 31.7814 28.7372C31.6381 28.9897 31.4318 29.2004 31.1829 29.3484L31.1675 29.3575L21.8275 34.776C21.577 34.9213 21.2932 34.9985 21.004 35C20.7148 35.0015 20.4303 34.9272 20.1783 34.7845L20.1628 34.7757L10.832 29.3576C10.5817 29.2122 10.3733 29.0038 10.2274 28.7529C10.0815 28.502 10.0031 28.2172 10 27.9266V17.0914C10 16.8008 10.0753 16.5151 10.2185 16.2627C10.3617 16.0102 10.5678 15.7995 10.8166 15.6515L10.832 15.6424L20.1628 10.2244C20.4132 10.079 20.697 10.0016 20.9862 10C21.2754 9.99841 21.56 10.0726 21.812 10.2152ZM15.1966 26.3443L12.4156 27.9583L20.5839 32.7013V30.8139L15.1966 26.3443ZM27.0323 26.4772L21.4161 30.8444V32.6962L29.5837 27.9579L27.0323 26.4772ZM30.0025 17.7512L28.4387 18.6588L27.4527 25.755L30.0025 27.2349V17.7512ZM11.9974 17.7512V27.2349L14.6911 25.6716L13.5825 18.6712L11.9974 17.7512ZM20.5839 12.2987L12.4275 17.0348L14.0722 17.9893L20.5839 15.225V12.2987ZM21.4161 12.3038V15.2247L27.9321 17.9868L29.5718 17.0352L21.4161 12.3038Z" fill="#FFAA00"/>
6
+ </g>
7
+ <foreignObject x="16" y="17" width="23.6738" height="21.6299"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(2px);clip-path:url(#bgblur_0_163_1792_clip_path);height:100%;width:100%"></div></foreignObject><path id="Vector_2" data-figma-bg-blur-radius="4" d="M24.4297 21.2998H31.2441C31.3768 21.2998 31.5001 21.3692 31.5693 21.4824L35.3184 27.6152V27.6162C35.3547 27.6759 35.374 27.7445 35.374 27.8145C35.374 27.8846 35.3549 27.9538 35.3184 28.0137L31.5693 34.1475C31.5353 34.203 31.4875 34.2494 31.4307 34.2812C31.3738 34.3131 31.3093 34.3301 31.2441 34.3301H24.4297C24.2971 34.3301 24.1738 34.2606 24.1045 34.1475L20.3564 28.0137C20.3198 27.9538 20.2998 27.8847 20.2998 27.8145C20.2999 27.7444 20.3199 27.676 20.3564 27.6162V27.6152L24.1045 21.4824C24.1738 21.369 24.2965 21.2998 24.4297 21.2998Z" fill="#FFCAB7" fill-opacity="0.5" stroke="url(#paint0_linear_163_1792)" stroke-width="0.6"/>
8
+ <g id="Vector_3" filter="url(#filter2_d_163_1792)">
9
+ <path d="M25.1376 27.9791C25.139 27.3507 25.3481 26.7402 25.7322 26.2425C26.1164 25.7447 26.6543 25.3874 27.2625 25.2259C27.8707 25.0644 28.5152 25.1079 29.0962 25.3494C29.6772 25.591 30.1621 26.0172 30.4759 26.5619C30.7897 27.1067 30.9148 27.7397 30.8317 28.3627C30.7487 28.9856 30.4622 29.5639 30.0167 30.0077C29.5711 30.4516 28.9914 30.7363 28.3674 30.8176C27.7434 30.899 27.1099 30.7726 26.5652 30.4579C26.1305 30.206 25.7698 29.8444 25.5192 29.4093C25.2686 28.9743 25.137 28.481 25.1376 27.9791ZM28.5332 32.2807C28.6287 32.2807 28.7203 32.3186 28.7879 32.386C28.8554 32.4535 28.8934 32.545 28.8934 32.6403C28.8934 32.7357 28.8554 32.8272 28.7879 32.8947C28.7203 32.9621 28.6287 33 28.5332 33H27.4625C27.367 33 27.2754 32.9621 27.2078 32.8947C27.1403 32.8272 27.1024 32.7357 27.1024 32.6403C27.1024 32.545 27.1403 32.4535 27.2078 32.386C27.2754 32.3186 27.367 32.2807 27.4625 32.2807H28.5332ZM28 24.7918C27.9531 24.7918 27.9067 24.7826 27.8634 24.7647C27.8201 24.7468 27.7808 24.7205 27.7476 24.6874C27.7145 24.6543 27.6882 24.615 27.6703 24.5718C27.6523 24.5286 27.6431 24.4822 27.6431 24.4354V23.3589C27.6431 23.2637 27.681 23.1724 27.7484 23.1051C27.8158 23.0378 27.9072 23 28.0025 23C28.0978 23 28.1892 23.0378 28.2566 23.1051C28.324 23.1724 28.3619 23.2637 28.3619 23.3589V24.4318C28.3619 24.5264 28.3243 24.617 28.2574 24.6839C28.1904 24.7507 28.0997 24.7883 28.005 24.7883L28 24.7918ZM25.2232 25.7336L24.4644 24.9743C24.4082 24.9051 24.3796 24.8175 24.3843 24.7284C24.3891 24.6394 24.4267 24.5553 24.49 24.4924C24.5532 24.4295 24.6376 24.3922 24.7268 24.3879C24.816 24.3836 24.9036 24.4124 24.9727 24.4689L25.7315 25.2253C25.7915 25.294 25.8232 25.3829 25.8201 25.4741C25.8171 25.5652 25.7795 25.6518 25.7149 25.7164C25.6504 25.7809 25.5637 25.8186 25.4725 25.8218C25.3812 25.825 25.2921 25.7934 25.2232 25.7336ZM24.438 27.6434C24.5335 27.6434 24.6251 27.6813 24.6927 27.7487C24.7602 27.8162 24.7981 27.9076 24.7981 28.003C24.7981 28.0984 24.7602 28.1899 24.6927 28.2573C24.6251 28.3248 24.5335 28.3627 24.438 28.3627H23.3601C23.2646 28.3627 23.173 28.3248 23.1055 28.2573C23.0379 28.1899 23 28.0984 23 28.003C23 27.9076 23.0379 27.8162 23.1055 27.7487C23.173 27.6813 23.2646 27.6434 23.3601 27.6434H24.4309H24.438ZM32.6399 27.637C32.7354 27.637 32.827 27.6749 32.8945 27.7423C32.9621 27.8098 33 27.9012 33 27.9966C33 28.092 32.9621 28.1835 32.8945 28.2509C32.827 28.3184 32.7354 28.3563 32.6399 28.3563H31.5691C31.4736 28.3563 31.382 28.3184 31.3145 28.2509C31.247 28.1835 31.209 28.092 31.209 27.9966C31.209 27.9012 31.247 27.8098 31.3145 27.7423C31.382 27.6749 31.4736 27.637 31.5691 27.637H32.6399ZM30.7732 25.7286C30.7047 25.7912 30.6146 25.825 30.5217 25.8229C30.4289 25.8208 30.3404 25.783 30.2748 25.7174C30.2091 25.6517 30.1714 25.5633 30.1694 25.4706C30.1675 25.3778 30.2015 25.2879 30.2643 25.2196L31.0231 24.4611C31.0916 24.3984 31.1817 24.3646 31.2745 24.3667C31.3674 24.3688 31.4559 24.4066 31.5215 24.4723C31.5871 24.5379 31.6249 24.6263 31.6268 24.719C31.6288 24.8118 31.5948 24.9017 31.532 24.9701L30.7732 25.7286ZM29.1643 31.2C29.2598 31.2 29.3514 31.2379 29.4189 31.3053C29.4864 31.3728 29.5244 31.4642 29.5244 31.5596C29.5244 31.655 29.4864 31.7465 29.4189 31.8139C29.3514 31.8814 29.2598 31.9193 29.1643 31.9193H26.8293C26.7338 31.9193 26.6422 31.8814 26.5747 31.8139C26.5071 31.7465 26.4692 31.655 26.4692 31.5596C26.4692 31.4642 26.5071 31.3728 26.5747 31.3053C26.6422 31.2379 26.7338 31.2 26.8293 31.2H29.165H29.1643Z" fill="white"/>
10
+ </g>
11
+ </g>
12
+ <defs>
13
+ <filter id="filter0_i_163_1792" x="10" y="10" width="22" height="27" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
14
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
15
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
16
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
17
+ <feOffset dy="2"/>
18
+ <feGaussianBlur stdDeviation="2"/>
19
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
20
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0"/>
21
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_163_1792"/>
22
+ </filter>
23
+ <clipPath id="bgblur_0_163_1792_clip_path" transform="translate(-16 -17)"><path d="M24.4297 21.2998H31.2441C31.3768 21.2998 31.5001 21.3692 31.5693 21.4824L35.3184 27.6152V27.6162C35.3547 27.6759 35.374 27.7445 35.374 27.8145C35.374 27.8846 35.3549 27.9538 35.3184 28.0137L31.5693 34.1475C31.5353 34.203 31.4875 34.2494 31.4307 34.2812C31.3738 34.3131 31.3093 34.3301 31.2441 34.3301H24.4297C24.2971 34.3301 24.1738 34.2606 24.1045 34.1475L20.3564 28.0137C20.3198 27.9538 20.2998 27.8847 20.2998 27.8145C20.2999 27.7444 20.3199 27.676 20.3564 27.6162V27.6152L24.1045 21.4824C24.1738 21.369 24.2965 21.2998 24.4297 21.2998Z"/>
24
+ </clipPath><filter id="filter2_d_163_1792" x="19" y="21" width="18" height="18" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
25
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
26
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
27
+ <feOffset dy="2"/>
28
+ <feGaussianBlur stdDeviation="2"/>
29
+ <feComposite in2="hardAlpha" operator="out"/>
30
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.666667 0 0 0 0 0 0 0 0 0.7 0"/>
31
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_163_1792"/>
32
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_163_1792" result="shape"/>
33
+ </filter>
34
+ <linearGradient id="paint0_linear_163_1792" x1="27.837" y1="21" x2="27.837" y2="34.6296" gradientUnits="userSpaceOnUse">
35
+ <stop stop-color="white"/>
36
+ <stop offset="1" stop-color="white"/>
37
+ </linearGradient>
38
+ </defs>
39
+ </svg>
@@ -0,0 +1,78 @@
1
+ <svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Group 460">
3
+ <g id="Ellipse 39">
4
+ <g filter="url(#filter0_ii_180_10065)">
5
+ <circle cx="22" cy="22" r="22" fill="url(#paint0_linear_180_10065)" fill-opacity="0.5"/>
6
+ </g>
7
+ <circle cx="22" cy="22" r="21.5" stroke="url(#paint1_linear_180_10065)"/>
8
+ </g>
9
+ <g id="Vector" filter="url(#filter1_di_180_10065)">
10
+ <path d="M21.812 10.2152L21.8275 10.224L31.1675 15.6426C31.418 15.7879 31.6265 15.9963 31.7724 16.2473C31.9184 16.4983 31.9969 16.7831 32 17.0739V27.9082C32 28.1989 31.9246 28.4847 31.7814 28.7372C31.6381 28.9898 31.4318 29.2004 31.1829 29.3484L31.1675 29.3575L21.8275 34.776C21.577 34.9213 21.2932 34.9985 21.004 35C20.7148 35.0015 20.4303 34.9272 20.1783 34.7845L20.1628 34.7757L10.832 29.3576C10.5817 29.2122 10.3733 29.0038 10.2274 28.7529C10.0815 28.502 10.0031 28.2172 10 27.9266V17.0914C10 16.8008 10.0753 16.5151 10.2185 16.2627C10.3617 16.0102 10.5678 15.7995 10.8166 15.6515L10.832 15.6424L20.1628 10.2244C20.4132 10.079 20.697 10.0016 20.9862 10C21.2754 9.99841 21.56 10.0726 21.812 10.2152ZM15.1966 26.3443L12.4156 27.9583L20.5839 32.7013V30.8139L15.1966 26.3443ZM27.0323 26.4772L21.4161 30.8444V32.6963L29.5837 27.9579L27.0323 26.4772ZM30.0025 17.7512L28.4387 18.6588L27.4527 25.755L30.0025 27.2349V17.7512ZM11.9974 17.7512V27.2349L14.6911 25.6716L13.5825 18.6712L11.9974 17.7512ZM20.5839 12.2987L12.4275 17.0348L14.0722 17.9893L20.5839 15.225V12.2987ZM21.4161 12.3038V15.2247L27.9321 17.9868L29.5718 17.0352L21.4161 12.3038Z" fill="url(#paint2_linear_180_10065)"/>
11
+ </g>
12
+ <foreignObject x="16" y="17" width="23.6738" height="21.6299"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(2px);clip-path:url(#bgblur_0_180_10065_clip_path);height:100%;width:100%"></div></foreignObject><path id="Vector_2" data-figma-bg-blur-radius="4" d="M24.4297 21.2998H31.2441C31.3768 21.2998 31.5001 21.3692 31.5693 21.4824L35.3184 27.6152V27.6162C35.3547 27.6759 35.374 27.7445 35.374 27.8145C35.374 27.8846 35.3549 27.9538 35.3184 28.0137L31.5693 34.1475C31.5353 34.203 31.4875 34.2494 31.4307 34.2812C31.3738 34.3131 31.3093 34.3301 31.2441 34.3301H24.4297C24.2971 34.3301 24.1738 34.2606 24.1045 34.1475L20.3564 28.0137C20.3198 27.9538 20.2998 27.8847 20.2998 27.8145C20.2999 27.7444 20.3199 27.676 20.3564 27.6162V27.6152L24.1045 21.4824C24.1738 21.369 24.2965 21.2998 24.4297 21.2998Z" fill="#FFD98E" fill-opacity="0.5" stroke="url(#paint3_linear_180_10065)" stroke-width="0.6"/>
13
+ <g id="Vector_3" filter="url(#filter3_d_180_10065)">
14
+ <path d="M25.1376 27.9791C25.139 27.3507 25.3481 26.7402 25.7322 26.2425C26.1164 25.7447 26.6543 25.3874 27.2625 25.2259C27.8707 25.0644 28.5152 25.1079 29.0962 25.3494C29.6772 25.591 30.1621 26.0172 30.4759 26.5619C30.7897 27.1067 30.9148 27.7397 30.8317 28.3627C30.7487 28.9856 30.4622 29.5639 30.0167 30.0077C29.5711 30.4516 28.9914 30.7363 28.3674 30.8176C27.7434 30.899 27.1099 30.7726 26.5652 30.4579C26.1305 30.206 25.7698 29.8444 25.5192 29.4093C25.2686 28.9743 25.137 28.481 25.1376 27.9791ZM28.5332 32.2807C28.6287 32.2807 28.7203 32.3186 28.7879 32.386C28.8554 32.4535 28.8934 32.545 28.8934 32.6403C28.8934 32.7357 28.8554 32.8272 28.7879 32.8947C28.7203 32.9621 28.6287 33 28.5332 33H27.4625C27.367 33 27.2754 32.9621 27.2078 32.8947C27.1403 32.8272 27.1024 32.7357 27.1024 32.6403C27.1024 32.545 27.1403 32.4535 27.2078 32.386C27.2754 32.3186 27.367 32.2807 27.4625 32.2807H28.5332ZM28 24.7918C27.9531 24.7918 27.9067 24.7826 27.8634 24.7647C27.8201 24.7468 27.7808 24.7205 27.7476 24.6874C27.7145 24.6543 27.6882 24.615 27.6703 24.5718C27.6523 24.5286 27.6431 24.4822 27.6431 24.4354V23.3589C27.6431 23.2637 27.681 23.1724 27.7484 23.1051C27.8158 23.0378 27.9072 23 28.0025 23C28.0978 23 28.1892 23.0378 28.2566 23.1051C28.324 23.1724 28.3619 23.2637 28.3619 23.3589V24.4318C28.3619 24.5264 28.3243 24.617 28.2574 24.6839C28.1904 24.7507 28.0997 24.7883 28.005 24.7883L28 24.7918ZM25.2232 25.7336L24.4644 24.9743C24.4082 24.9051 24.3796 24.8175 24.3843 24.7284C24.3891 24.6394 24.4267 24.5553 24.49 24.4924C24.5532 24.4295 24.6376 24.3922 24.7268 24.3879C24.816 24.3836 24.9036 24.4124 24.9727 24.4689L25.7315 25.2253C25.7915 25.294 25.8232 25.3829 25.8201 25.4741C25.8171 25.5652 25.7795 25.6518 25.7149 25.7164C25.6504 25.7809 25.5637 25.8186 25.4725 25.8218C25.3812 25.825 25.2921 25.7934 25.2232 25.7336ZM24.438 27.6434C24.5335 27.6434 24.6251 27.6813 24.6927 27.7487C24.7602 27.8162 24.7981 27.9076 24.7981 28.003C24.7981 28.0984 24.7602 28.1899 24.6927 28.2573C24.6251 28.3248 24.5335 28.3627 24.438 28.3627H23.3601C23.2646 28.3627 23.173 28.3248 23.1055 28.2573C23.0379 28.1899 23 28.0984 23 28.003C23 27.9076 23.0379 27.8162 23.1055 27.7487C23.173 27.6813 23.2646 27.6434 23.3601 27.6434H24.4309H24.438ZM32.6399 27.637C32.7354 27.637 32.827 27.6749 32.8945 27.7423C32.9621 27.8098 33 27.9012 33 27.9966C33 28.092 32.9621 28.1835 32.8945 28.2509C32.827 28.3184 32.7354 28.3563 32.6399 28.3563H31.5691C31.4736 28.3563 31.382 28.3184 31.3145 28.2509C31.247 28.1835 31.209 28.092 31.209 27.9966C31.209 27.9012 31.247 27.8098 31.3145 27.7423C31.382 27.6749 31.4736 27.637 31.5691 27.637H32.6399ZM30.7732 25.7286C30.7047 25.7912 30.6146 25.825 30.5217 25.8229C30.4289 25.8208 30.3404 25.783 30.2748 25.7174C30.2091 25.6517 30.1714 25.5633 30.1694 25.4706C30.1675 25.3778 30.2015 25.2879 30.2643 25.2196L31.0231 24.4611C31.0916 24.3984 31.1817 24.3646 31.2745 24.3667C31.3674 24.3688 31.4559 24.4066 31.5215 24.4723C31.5871 24.5379 31.6249 24.6263 31.6268 24.719C31.6288 24.8118 31.5948 24.9017 31.532 24.9701L30.7732 25.7286ZM29.1643 31.2C29.2598 31.2 29.3514 31.2379 29.4189 31.3053C29.4864 31.3728 29.5244 31.4642 29.5244 31.5596C29.5244 31.655 29.4864 31.7465 29.4189 31.8139C29.3514 31.8814 29.2598 31.9193 29.1643 31.9193H26.8293C26.7338 31.9193 26.6422 31.8814 26.5747 31.8139C26.5071 31.7465 26.4692 31.655 26.4692 31.5596C26.4692 31.4642 26.5071 31.3728 26.5747 31.3053C26.6422 31.2379 26.7338 31.2 26.8293 31.2H29.165H29.1643Z" fill="white"/>
15
+ </g>
16
+ </g>
17
+ <defs>
18
+ <filter id="filter0_ii_180_10065" x="0" y="-4" width="44" height="50" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
19
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
20
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
21
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
22
+ <feOffset dy="2"/>
23
+ <feGaussianBlur stdDeviation="3"/>
24
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
25
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.670588 0 0 0 0 0.00784314 0 0 0 0.8 0"/>
26
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_180_10065"/>
27
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
28
+ <feOffset dy="-4"/>
29
+ <feGaussianBlur stdDeviation="2"/>
30
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
31
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.670588 0 0 0 0 0.00784314 0 0 0 0.3 0"/>
32
+ <feBlend mode="normal" in2="effect1_innerShadow_180_10065" result="effect2_innerShadow_180_10065"/>
33
+ </filter>
34
+ <filter id="filter1_di_180_10065" x="6" y="6" width="30" height="33" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
35
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
36
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
37
+ <feOffset/>
38
+ <feGaussianBlur stdDeviation="2"/>
39
+ <feComposite in2="hardAlpha" operator="out"/>
40
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
41
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_180_10065"/>
42
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_180_10065" result="shape"/>
43
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
44
+ <feOffset dy="2"/>
45
+ <feGaussianBlur stdDeviation="2"/>
46
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
47
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0"/>
48
+ <feBlend mode="normal" in2="shape" result="effect2_innerShadow_180_10065"/>
49
+ </filter>
50
+ <clipPath id="bgblur_0_180_10065_clip_path" transform="translate(-16 -17)"><path d="M24.4297 21.2998H31.2441C31.3768 21.2998 31.5001 21.3692 31.5693 21.4824L35.3184 27.6152V27.6162C35.3547 27.6759 35.374 27.7445 35.374 27.8145C35.374 27.8846 35.3549 27.9538 35.3184 28.0137L31.5693 34.1475C31.5353 34.203 31.4875 34.2494 31.4307 34.2812C31.3738 34.3131 31.3093 34.3301 31.2441 34.3301H24.4297C24.2971 34.3301 24.1738 34.2606 24.1045 34.1475L20.3564 28.0137C20.3198 27.9538 20.2998 27.8847 20.2998 27.8145C20.2999 27.7444 20.3199 27.676 20.3564 27.6162V27.6152L24.1045 21.4824C24.1738 21.369 24.2965 21.2998 24.4297 21.2998Z"/>
51
+ </clipPath><filter id="filter3_d_180_10065" x="19" y="21" width="18" height="18" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
52
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
53
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
54
+ <feOffset dy="2"/>
55
+ <feGaussianBlur stdDeviation="2"/>
56
+ <feComposite in2="hardAlpha" operator="out"/>
57
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 0.666667 0 0 0 0 0 0 0 0 0.7 0"/>
58
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_180_10065"/>
59
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_180_10065" result="shape"/>
60
+ </filter>
61
+ <linearGradient id="paint0_linear_180_10065" x1="22" y1="0" x2="22" y2="44" gradientUnits="userSpaceOnUse">
62
+ <stop stop-color="#FFAB02" stop-opacity="0"/>
63
+ <stop offset="1" stop-color="#CC9E42"/>
64
+ </linearGradient>
65
+ <linearGradient id="paint1_linear_180_10065" x1="39.05" y1="3.85" x2="5.5" y2="37.4" gradientUnits="userSpaceOnUse">
66
+ <stop stop-color="white"/>
67
+ <stop offset="1" stop-color="#FFC652"/>
68
+ </linearGradient>
69
+ <linearGradient id="paint2_linear_180_10065" x1="21" y1="10" x2="21" y2="35" gradientUnits="userSpaceOnUse">
70
+ <stop stop-color="white"/>
71
+ <stop offset="1" stop-color="#FFBD40"/>
72
+ </linearGradient>
73
+ <linearGradient id="paint3_linear_180_10065" x1="27.837" y1="21" x2="27.837" y2="34.6296" gradientUnits="userSpaceOnUse">
74
+ <stop stop-color="white"/>
75
+ <stop offset="1" stop-color="white"/>
76
+ </linearGradient>
77
+ </defs>
78
+ </svg>
Binary file
@@ -0,0 +1,44 @@
1
+ <svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Group 460">
3
+ <circle id="Ellipse 39" cx="22" cy="22" r="22" fill="#0FB964" fill-opacity="0.1"/>
4
+ <g id="Group 438">
5
+ <g id="Frame">
6
+ <g id="Vector" filter="url(#filter0_i_163_1761)">
7
+ <path d="M10.0296 12.2734H23.0197C23.5973 12.2734 24.0307 12.7177 24.0307 13.3094V27.6638C24.0307 28.2554 23.5973 28.6997 23.0197 28.6997H18.9779C18.6897 26.9226 17.2463 25.5919 15.5147 25.5919C13.7821 25.5919 12.1946 26.9237 12.0505 28.6997H10.0296C9.45199 28.6997 9.01855 28.2554 9.01855 27.6638V13.3094C9.01855 12.7177 9.45199 12.2734 10.0296 12.2734ZM26.0505 16.4171H30.5258C31.2475 16.4171 31.5357 16.8614 31.9692 17.453L34.1331 20.5608C34.1331 20.5608 35 21.5967 35 22.6326V27.8122C35 28.4028 34.5665 28.8471 33.9901 28.8471H32.9791C32.6908 26.9237 31.2475 25.5919 29.5148 25.5919C27.7832 25.5919 26.1957 26.9237 26.0505 28.6997C25.4741 28.6997 25.0406 28.2554 25.0406 27.6638V17.453C25.0406 16.8614 25.4741 16.4171 26.0505 16.4171ZM33.2684 22.6326C33.2684 22.3357 33.1232 22.0399 32.835 21.7441L30.6699 18.7848C30.6699 18.7848 30.3806 18.489 30.2365 18.489H27.7832V22.6326H33.2684Z" fill="#0FB964"/>
8
+ <path d="M29.582 25.9734C29.9628 25.9683 30.3408 26.0395 30.6937 26.1829C31.0465 26.3262 31.3671 26.5388 31.6365 26.8081C31.9058 27.0773 32.1185 27.3978 32.262 27.7506C32.4055 28.1034 32.4769 28.4814 32.4719 28.8622C32.4719 30.4876 31.2074 31.7522 29.582 31.7522C27.9566 31.7522 26.692 30.4876 26.692 28.8622C26.692 27.2368 27.9566 25.9734 29.582 25.9734ZM15.4595 25.9734C15.8402 25.9686 16.218 26.04 16.5706 26.1835C16.9233 26.327 17.2437 26.5396 17.5129 26.8088C17.7821 27.078 17.9947 27.3984 18.1382 27.7511C18.2817 28.1037 18.3531 28.4815 18.3483 28.8622C18.3483 30.4876 17.0838 31.7522 15.4595 31.7522C13.8341 31.7522 12.5695 30.4876 12.5695 28.8622C12.5695 27.2368 13.8341 25.9734 15.4595 25.9734Z" fill="#0FB964"/>
9
+ </g>
10
+ </g>
11
+ <foreignObject x="5" y="7" width="23.043" height="21"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(2px);clip-path:url(#bgblur_0_163_1761_clip_path);height:100%;width:100%"></div></foreignObject><rect id="Rectangle 227" data-figma-bg-blur-radius="4" x="9.3" y="11.3" width="14.4429" height="12.4" rx="1.7" fill="#A7FFD3" fill-opacity="0.5" stroke="url(#paint0_linear_163_1761)" stroke-width="0.6"/>
12
+ <g id="Vector_2" filter="url(#filter2_d_163_1761)">
13
+ <path d="M16.819 15.1711L18.5771 17.1761C18.6086 17.2121 18.636 17.2521 18.6585 17.2951L18.6666 17.3121C18.6779 17.3321 18.6868 17.3521 18.6948 17.3741L18.7053 17.4041C18.7526 17.5483 18.7583 17.7083 18.7215 17.8571C18.6902 17.9781 18.6307 18.085 18.5505 18.1641L16.8174 20.1291C16.7142 20.2401 16.5801 20.2967 16.4437 20.2869C16.3073 20.2771 16.1794 20.2016 16.0872 20.0766C15.995 19.9516 15.9458 19.7869 15.9501 19.6176C15.9544 19.4482 16.0118 19.2877 16.1102 19.1701L16.8698 18.3071H11.9529C11.8139 18.3071 11.6805 18.2386 11.5822 18.1167C11.4839 17.9948 11.4287 17.8295 11.4287 17.6571C11.4287 17.4847 11.4839 17.3194 11.5822 17.1975C11.6805 17.0756 11.8139 17.0071 11.9529 17.0071H16.8803L16.1094 16.1281C16.0178 16.0238 15.9591 15.8826 15.9438 15.7297C15.9284 15.5767 15.9574 15.422 16.0255 15.2931L16.0779 15.2101C16.1719 15.0833 16.3027 15.0079 16.4416 15.0006C16.5804 14.9933 16.7167 15.0546 16.819 15.1711Z" fill="white"/>
14
+ </g>
15
+ </g>
16
+ </g>
17
+ <defs>
18
+ <filter id="filter0_i_163_1761" x="9.01855" y="12.2734" width="25.9814" height="21.4785" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
19
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
20
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
21
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
22
+ <feOffset dy="2"/>
23
+ <feGaussianBlur stdDeviation="2"/>
24
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
25
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0"/>
26
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_163_1761"/>
27
+ </filter>
28
+ <clipPath id="bgblur_0_163_1761_clip_path" transform="translate(-5 -7)"><rect x="9.3" y="11.3" width="14.4429" height="12.4" rx="1.7"/>
29
+ </clipPath><filter id="filter2_d_163_1761" x="7.42871" y="13" width="15.3164" height="13.2881" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
30
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
31
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
32
+ <feOffset dy="2"/>
33
+ <feGaussianBlur stdDeviation="2"/>
34
+ <feComposite in2="hardAlpha" operator="out"/>
35
+ <feColorMatrix type="matrix" values="0 0 0 0 0.0588235 0 0 0 0 0.72549 0 0 0 0 0.392157 0 0 0 0.7 0"/>
36
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_163_1761"/>
37
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_163_1761" result="shape"/>
38
+ </filter>
39
+ <linearGradient id="paint0_linear_163_1761" x1="16.5214" y1="11" x2="16.5214" y2="24" gradientUnits="userSpaceOnUse">
40
+ <stop stop-color="white"/>
41
+ <stop offset="1" stop-color="white" stop-opacity="0.3"/>
42
+ </linearGradient>
43
+ </defs>
44
+ </svg>
@@ -0,0 +1,84 @@
1
+ <svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Group 460">
3
+ <g id="Ellipse 39">
4
+ <g filter="url(#filter0_ii_180_10035)">
5
+ <circle cx="22" cy="22" r="22" fill="url(#paint0_linear_180_10035)" fill-opacity="0.5"/>
6
+ </g>
7
+ <circle cx="22" cy="22" r="21.5" stroke="url(#paint1_linear_180_10035)"/>
8
+ </g>
9
+ <g id="Group 438">
10
+ <g id="Frame" clip-path="url(#clip0_180_10035)">
11
+ <g id="Vector" filter="url(#filter1_i_180_10035)">
12
+ <path d="M10.0305 14.2734H23.0207C23.5983 14.2734 24.0317 14.7177 24.0317 15.3094V29.6638C24.0317 30.2554 23.5983 30.6997 23.0207 30.6997H18.9789C18.6906 28.9226 17.2473 27.5919 15.5157 27.5919C13.783 27.5919 12.1956 28.9237 12.0514 30.6997H10.0305C9.45297 30.6997 9.01953 30.2554 9.01953 29.6638V15.3094C9.01953 14.7177 9.45297 14.2734 10.0305 14.2734ZM26.0515 18.4171H30.5268C31.2485 18.4171 31.5367 18.8614 31.9701 19.453L34.1341 22.5608C34.1341 22.5608 35.001 23.5967 35.001 24.6326V29.8122C35.001 30.4028 34.5675 30.8471 33.991 30.8471H32.98C32.6918 28.9237 31.2485 27.5919 29.5158 27.5919C27.7842 27.5919 26.1967 28.9237 26.0515 30.6997C25.475 30.6997 25.0416 30.2554 25.0416 29.6638V19.453C25.0416 18.8614 25.475 18.4171 26.0515 18.4171ZM33.2694 24.6326C33.2694 24.3357 33.1242 24.0399 32.8359 23.7441L30.6709 20.7848C30.6709 20.7848 30.3816 20.489 30.2375 20.489H27.7842V24.6326H33.2694Z" fill="url(#paint2_linear_180_10035)"/>
13
+ <path d="M29.583 27.9734C29.9638 27.9683 30.3418 28.0395 30.6947 28.1829C31.0475 28.3262 31.3681 28.5388 31.6374 28.8081C31.9068 29.0773 32.1195 29.3978 32.263 29.7506C32.4065 30.1034 32.4779 30.4814 32.4729 30.8622C32.4729 32.4876 31.2084 33.7522 29.583 33.7522C27.9576 33.7522 26.693 32.4876 26.693 30.8622C26.693 29.2368 27.9576 27.9734 29.583 27.9734ZM15.4604 27.9734C15.8411 27.9686 16.219 28.04 16.5716 28.1835C16.9243 28.327 17.2447 28.5396 17.5139 28.8088C17.7831 29.078 17.9957 29.3984 18.1392 29.7511C18.2827 30.1037 18.3541 30.4815 18.3493 30.8622C18.3493 32.4876 17.0848 33.7522 15.4604 33.7522C13.835 33.7522 12.5705 32.4876 12.5705 30.8622C12.5705 29.2368 13.835 27.9734 15.4604 27.9734Z" fill="url(#paint3_linear_180_10035)"/>
14
+ </g>
15
+ </g>
16
+ <foreignObject x="5" y="9" width="23.043" height="21"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(2px);clip-path:url(#bgblur_1_180_10035_clip_path);height:100%;width:100%"></div></foreignObject><path id="Rectangle 227" data-figma-bg-blur-radius="4" d="M11 13.2998H22.043C22.9818 13.2999 23.7432 14.0612 23.7432 15V24C23.7432 24.9388 22.9818 25.7001 22.043 25.7002H11C10.0611 25.7002 9.2998 24.9389 9.2998 24V15C9.2998 14.0611 10.0611 13.2998 11 13.2998Z" fill="#49DC93" fill-opacity="0.5" stroke="url(#paint4_linear_180_10035)" stroke-width="0.6"/>
17
+ <g id="Vector_2" filter="url(#filter3_d_180_10035)">
18
+ <path d="M16.8181 17.1711L18.5761 19.1761C18.6076 19.2121 18.635 19.2521 18.6576 19.2951L18.6656 19.3121C18.6769 19.3321 18.6858 19.3521 18.6939 19.3741L18.7043 19.4041C18.7516 19.5483 18.7573 19.7083 18.7205 19.8571C18.6892 19.9781 18.6297 20.085 18.5495 20.1641L16.8164 22.1291C16.7132 22.2401 16.5791 22.2967 16.4427 22.2869C16.3064 22.2771 16.1784 22.2016 16.0862 22.0766C15.9941 21.9516 15.9449 21.7869 15.9491 21.6176C15.9534 21.4482 16.0109 21.2877 16.1092 21.1701L16.8689 20.3071H11.9519C11.8129 20.3071 11.6796 20.2386 11.5813 20.1167C11.483 19.9948 11.4277 19.8295 11.4277 19.6571C11.4277 19.4847 11.483 19.3194 11.5813 19.1975C11.6796 19.0756 11.8129 19.0071 11.9519 19.0071H16.8793L16.1084 18.1281C16.0168 18.0238 15.9581 17.8826 15.9428 17.7297C15.9274 17.5767 15.9564 17.422 16.0245 17.2931L16.0769 17.2101C16.171 17.0833 16.3018 17.0079 16.4406 17.0006C16.5794 16.9933 16.7157 17.0546 16.8181 17.1711Z" fill="white"/>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ <defs>
23
+ <filter id="filter0_ii_180_10035" x="0" y="0" width="44" height="46" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
24
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
25
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
26
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
27
+ <feOffset dy="2"/>
28
+ <feGaussianBlur stdDeviation="3"/>
29
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
30
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.794565 0 0 0 0 0.65249 0 0 0 0.8 0"/>
31
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_180_10035"/>
32
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
33
+ <feOffset/>
34
+ <feGaussianBlur stdDeviation="5"/>
35
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
36
+ <feColorMatrix type="matrix" values="0 0 0 0 0.0209731 0 0 0 0 0.842849 0 0 0 0 0.596286 0 0 0 0.3 0"/>
37
+ <feBlend mode="normal" in2="effect1_innerShadow_180_10035" result="effect2_innerShadow_180_10035"/>
38
+ </filter>
39
+ <filter id="filter1_i_180_10035" x="9.01953" y="14.2734" width="25.9805" height="21.4785" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
40
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
41
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
42
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
43
+ <feOffset dy="2"/>
44
+ <feGaussianBlur stdDeviation="2"/>
45
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
46
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0"/>
47
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_180_10035"/>
48
+ </filter>
49
+ <clipPath id="bgblur_1_180_10035_clip_path" transform="translate(-5 -9)"><path d="M11 13.2998H22.043C22.9818 13.2999 23.7432 14.0612 23.7432 15V24C23.7432 24.9388 22.9818 25.7001 22.043 25.7002H11C10.0611 25.7002 9.2998 24.9389 9.2998 24V15C9.2998 14.0611 10.0611 13.2998 11 13.2998Z"/>
50
+ </clipPath><filter id="filter3_d_180_10035" x="7.42773" y="15" width="15.3164" height="13.2881" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
51
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
52
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
53
+ <feOffset dy="2"/>
54
+ <feGaussianBlur stdDeviation="2"/>
55
+ <feComposite in2="hardAlpha" operator="out"/>
56
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0.787635 0 0 0 0 0.353218 0 0 0 0.5 0"/>
57
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_180_10035"/>
58
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_180_10035" result="shape"/>
59
+ </filter>
60
+ <linearGradient id="paint0_linear_180_10035" x1="22" y1="0" x2="22" y2="44" gradientUnits="userSpaceOnUse">
61
+ <stop stop-color="#00B484" stop-opacity="0"/>
62
+ <stop offset="1" stop-color="#0BC191"/>
63
+ </linearGradient>
64
+ <linearGradient id="paint1_linear_180_10035" x1="39.05" y1="3.85" x2="5.5" y2="37.4" gradientUnits="userSpaceOnUse">
65
+ <stop stop-color="white"/>
66
+ <stop offset="1" stop-color="#3DEB8B"/>
67
+ </linearGradient>
68
+ <linearGradient id="paint2_linear_180_10035" x1="22.0102" y1="33.7522" x2="22.0102" y2="14.2734" gradientUnits="userSpaceOnUse">
69
+ <stop stop-color="#15FF7E"/>
70
+ <stop offset="1" stop-color="white"/>
71
+ </linearGradient>
72
+ <linearGradient id="paint3_linear_180_10035" x1="22.0102" y1="33.7522" x2="22.0102" y2="14.2734" gradientUnits="userSpaceOnUse">
73
+ <stop stop-color="#15FF7E"/>
74
+ <stop offset="1" stop-color="white"/>
75
+ </linearGradient>
76
+ <linearGradient id="paint4_linear_180_10035" x1="16.5214" y1="13" x2="16.5214" y2="26" gradientUnits="userSpaceOnUse">
77
+ <stop stop-color="white"/>
78
+ <stop offset="1" stop-color="white" stop-opacity="0.7"/>
79
+ </linearGradient>
80
+ <clipPath id="clip0_180_10035">
81
+ <rect width="26" height="26" fill="white" transform="matrix(-1 0 0 1 35 11)"/>
82
+ </clipPath>
83
+ </defs>
84
+ </svg>
@@ -0,0 +1,55 @@
1
+ <svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Group 438">
3
+ <g id="Group 461">
4
+ <circle id="Ellipse 38" cx="22" cy="22" r="22" fill="#1677FF" fill-opacity="0.1"/>
5
+ </g>
6
+ <g id="Group 528">
7
+ <g id="Frame">
8
+ <g id="Frame_2" clip-path="url(#clip0_163_1744)">
9
+ <g id="Vector" filter="url(#filter0_i_163_1744)">
10
+ <path d="M9.47559 32.618V31.0052H11.1652V21.294H17.8891V17.9599L22.2068 21.294V17.9599L26.5293 21.294V17.9599L30.847 21.294V31.0052H32.5289V32.618H9.47559ZM11.9913 20.7705L13.3053 12.818H15.6702L16.9842 20.7695L11.9913 20.7705ZM21.3778 12.4559C20.3016 11.9437 19.1247 11.6779 17.9328 11.6779C16.7409 11.6779 15.564 11.9437 14.4878 12.4559C17.6605 9.74331 20.5614 10.6222 20.5614 10.6222C22.8482 11.8025 25.4813 12.1275 27.9864 11.5386C26.7781 12.3828 25.3294 12.814 23.8561 12.7681C23.0204 12.771 22.1866 12.6653 21.3778 12.455V12.4559Z" fill="#1677FF"/>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ <g id="Frame_3" clip-path="url(#clip1_163_1744)">
15
+ <foreignObject x="17.667" y="16.667" width="22.667" height="22.667"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(2px);clip-path:url(#bgblur_2_163_1744_clip_path);height:100%;width:100%"></div></foreignObject><path id="Vector_2" data-figma-bg-blur-radius="4" d="M29 20.9668C30.8654 20.9668 32.6546 21.7083 33.9736 23.0273C35.2925 24.3463 36.0331 26.1348 36.0332 28C36.0332 28.9235 35.8514 29.8382 35.498 30.6914C35.1446 31.5447 34.6267 32.3205 33.9736 32.9736C33.3205 33.6267 32.5447 34.1446 31.6914 34.498C30.8382 34.8514 29.9235 35.0332 29 35.0332C28.0765 35.0332 27.1618 34.8515 26.3086 34.498C25.4554 34.1446 24.6804 33.6266 24.0273 32.9736C23.3742 32.3205 22.8554 31.5447 22.502 30.6914C22.1486 29.8382 21.9668 28.9234 21.9668 28C21.9669 26.1348 22.7084 24.3463 24.0273 23.0273C25.3463 21.7084 27.1348 20.9669 29 20.9668Z" fill="#C5DFFF" fill-opacity="0.5" stroke="url(#paint0_linear_163_1744)" stroke-width="0.6"/>
16
+ </g>
17
+ <g id="Vector_3" filter="url(#filter2_d_163_1744)">
18
+ <path d="M27.0228 25.1711L25.1768 27.1761C25.1438 27.2121 25.115 27.2521 25.0913 27.2951L25.0828 27.3121C25.071 27.3321 25.0616 27.3521 25.0532 27.3741L25.0422 27.4041C24.9925 27.5483 24.9866 27.7083 25.0252 27.8571C25.0581 27.9781 25.1205 28.085 25.2048 28.1641L27.0245 30.1291C27.1329 30.2401 27.2736 30.2967 27.4169 30.2869C27.5601 30.2771 27.6944 30.2016 27.7912 30.0766C27.888 29.9516 27.9396 29.7869 27.9351 29.6176C27.9306 29.4482 27.8703 29.2877 27.7671 29.1701L26.9694 28.3071H32.1322C32.2782 28.3071 32.4182 28.2386 32.5214 28.1167C32.6246 27.9948 32.6826 27.8295 32.6826 27.6571C32.6826 27.4847 32.6246 27.3194 32.5214 27.1975C32.4182 27.0756 32.2782 27.0071 32.1322 27.0071H26.9584L27.7679 26.1281C27.8641 26.0238 27.9257 25.8826 27.9418 25.7297C27.958 25.5767 27.9275 25.422 27.856 25.2931L27.801 25.2101C27.7022 25.0833 27.5649 25.0079 27.4191 25.0006C27.2734 24.9933 27.1303 25.0546 27.0228 25.1711Z" fill="white"/>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ <defs>
23
+ <filter id="filter0_i_163_1744" x="9.47559" y="10.4863" width="23.0537" height="24.1318" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
24
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
25
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
26
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
27
+ <feOffset dy="2"/>
28
+ <feGaussianBlur stdDeviation="2"/>
29
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
30
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0"/>
31
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_163_1744"/>
32
+ </filter>
33
+ <clipPath id="bgblur_2_163_1744_clip_path" transform="translate(-17.667 -16.667)"><path d="M29 20.9668C30.8654 20.9668 32.6546 21.7083 33.9736 23.0273C35.2925 24.3463 36.0331 26.1348 36.0332 28C36.0332 28.9235 35.8514 29.8382 35.498 30.6914C35.1446 31.5447 34.6267 32.3205 33.9736 32.9736C33.3205 33.6267 32.5447 34.1446 31.6914 34.498C30.8382 34.8514 29.9235 35.0332 29 35.0332C28.0765 35.0332 27.1618 34.8515 26.3086 34.498C25.4554 34.1446 24.6804 33.6266 24.0273 32.9736C23.3742 32.3205 22.8554 31.5447 22.502 30.6914C22.1486 29.8382 21.9668 28.9234 21.9668 28C21.9669 26.1348 22.7084 24.3463 24.0273 23.0273C25.3463 21.7084 27.1348 20.9669 29 20.9668Z"/>
34
+ </clipPath><filter id="filter2_d_163_1744" x="21" y="23" width="15.6826" height="13.2881" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
35
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
36
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
37
+ <feOffset dy="2"/>
38
+ <feGaussianBlur stdDeviation="2"/>
39
+ <feComposite in2="hardAlpha" operator="out"/>
40
+ <feColorMatrix type="matrix" values="0 0 0 0 0.0862745 0 0 0 0 0.466667 0 0 0 0 1 0 0 0 0.7 0"/>
41
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_163_1744"/>
42
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_163_1744" result="shape"/>
43
+ </filter>
44
+ <linearGradient id="paint0_linear_163_1744" x1="29.0003" y1="20.667" x2="29.0003" y2="35.3337" gradientUnits="userSpaceOnUse">
45
+ <stop stop-color="white"/>
46
+ <stop offset="1" stop-color="white" stop-opacity="0.7"/>
47
+ </linearGradient>
48
+ <clipPath id="clip0_163_1744">
49
+ <rect width="24" height="24" fill="white" transform="translate(9.00977 10.0127)"/>
50
+ </clipPath>
51
+ <clipPath id="clip1_163_1744">
52
+ <rect width="16" height="16" fill="white" transform="translate(21 20)"/>
53
+ </clipPath>
54
+ </defs>
55
+ </svg>
@@ -0,0 +1,94 @@
1
+ <svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g id="Group 438">
3
+ <g id="Group 461">
4
+ <g id="Ellipse 38">
5
+ <g filter="url(#filter0_ii_180_10019)">
6
+ <circle cx="22" cy="22" r="22" fill="url(#paint0_linear_180_10019)" fill-opacity="0.5"/>
7
+ </g>
8
+ <circle cx="22" cy="22" r="21.5" stroke="url(#paint1_linear_180_10019)"/>
9
+ </g>
10
+ </g>
11
+ <g id="Group 528">
12
+ <g id="Frame">
13
+ <g id="Frame_2" clip-path="url(#clip0_180_10019)">
14
+ <g id="Vector" filter="url(#filter1_di_180_10019)">
15
+ <path d="M9.47656 32.618V31.0052H11.1662V21.294H17.8901V17.9599L22.2078 21.294V17.9599L26.5303 21.294V17.9599L30.848 21.294V31.0052H32.5299V32.618H9.47656ZM11.9923 20.7705L13.3063 12.818H15.6712L16.9852 20.7695L11.9923 20.7705ZM21.3788 12.4559C20.3026 11.9437 19.1257 11.6779 17.9338 11.6779C16.7419 11.6779 15.565 11.9437 14.4887 12.4559C17.6615 9.74331 20.5623 10.6222 20.5623 10.6222C22.8491 11.8025 25.4823 12.1275 27.9874 11.5386C26.7791 12.3828 25.3303 12.814 23.857 12.7681C23.0213 12.771 22.1876 12.6653 21.3788 12.455V12.4559Z" fill="url(#paint2_linear_180_10019)"/>
16
+ </g>
17
+ </g>
18
+ </g>
19
+ <g id="Frame_3" clip-path="url(#clip1_180_10019)">
20
+ <foreignObject x="17.666" y="16.667" width="22.666" height="22.667"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(2px);clip-path:url(#bgblur_2_180_10019_clip_path);height:100%;width:100%"></div></foreignObject><path id="Vector_2" data-figma-bg-blur-radius="4" d="M28.999 20.9668C30.8644 20.9668 32.6537 21.7083 33.9727 23.0273C35.2915 24.3463 36.0321 26.1348 36.0322 28C36.0322 28.9235 35.8504 29.8382 35.4971 30.6914C35.1436 31.5447 34.6258 32.3205 33.9727 32.9736C33.3196 33.6267 32.5438 34.1446 31.6904 34.498C30.8372 34.8514 29.9225 35.0332 28.999 35.0332C28.0755 35.0332 27.1608 34.8515 26.3076 34.498C25.4545 34.1446 24.6794 33.6266 24.0264 32.9736C23.3733 32.3205 22.8544 31.5447 22.501 30.6914C22.1477 29.8382 21.9658 28.9234 21.9658 28C21.9659 26.1348 22.7074 24.3463 24.0264 23.0273C25.3453 21.7084 27.1338 20.9669 28.999 20.9668Z" fill="#52A5FF" fill-opacity="0.5" stroke="url(#paint3_linear_180_10019)" stroke-width="0.6"/>
21
+ </g>
22
+ <g id="Vector_3" filter="url(#filter3_d_180_10019)">
23
+ <path d="M27.0218 25.1711L25.1758 27.1761C25.1428 27.2121 25.114 27.2521 25.0903 27.2951L25.0818 27.3121C25.07 27.3321 25.0607 27.3521 25.0522 27.3741L25.0412 27.4041C24.9916 27.5483 24.9856 27.7083 25.0243 27.8571C25.0571 27.9781 25.1196 28.085 25.2038 28.1641L27.0235 30.1291C27.1319 30.2401 27.2727 30.2967 27.4159 30.2869C27.5591 30.2771 27.6934 30.2016 27.7902 30.0766C27.887 29.9516 27.9387 29.7869 27.9342 29.6176C27.9297 29.4482 27.8694 29.2877 27.7661 29.1701L26.9685 28.3071H32.1312C32.2772 28.3071 32.4172 28.2386 32.5204 28.1167C32.6237 27.9948 32.6816 27.8295 32.6816 27.6571C32.6816 27.4847 32.6237 27.3194 32.5204 27.1975C32.4172 27.0756 32.2772 27.0071 32.1312 27.0071H26.9574L27.767 26.1281C27.8631 26.0238 27.9247 25.8826 27.9408 25.7297C27.957 25.5767 27.9266 25.422 27.855 25.2931L27.8 25.2101C27.7013 25.0833 27.5639 25.0079 27.4182 25.0006C27.2724 24.9933 27.1293 25.0546 27.0218 25.1711Z" fill="white"/>
24
+ </g>
25
+ </g>
26
+ </g>
27
+ <defs>
28
+ <filter id="filter0_ii_180_10019" x="0" y="-4" width="44" height="50" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
29
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
30
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
31
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
32
+ <feOffset dy="2"/>
33
+ <feGaussianBlur stdDeviation="3"/>
34
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
35
+ <feColorMatrix type="matrix" values="0 0 0 0 0.211765 0 0 0 0 0.631373 0 0 0 0 1 0 0 0 0.8 0"/>
36
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_180_10019"/>
37
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
38
+ <feOffset dy="-4"/>
39
+ <feGaussianBlur stdDeviation="2"/>
40
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
41
+ <feColorMatrix type="matrix" values="0 0 0 0 0.0206956 0 0 0 0 0.657243 0 0 0 0 1 0 0 0 0.3 0"/>
42
+ <feBlend mode="normal" in2="effect1_innerShadow_180_10019" result="effect2_innerShadow_180_10019"/>
43
+ </filter>
44
+ <filter id="filter1_di_180_10019" x="5.47656" y="6.48633" width="31.0527" height="30.1318" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
45
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
46
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
47
+ <feOffset/>
48
+ <feGaussianBlur stdDeviation="2"/>
49
+ <feComposite in2="hardAlpha" operator="out"/>
50
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
51
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_180_10019"/>
52
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_180_10019" result="shape"/>
53
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
54
+ <feOffset dy="2"/>
55
+ <feGaussianBlur stdDeviation="2"/>
56
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
57
+ <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.3 0"/>
58
+ <feBlend mode="normal" in2="shape" result="effect2_innerShadow_180_10019"/>
59
+ </filter>
60
+ <clipPath id="bgblur_2_180_10019_clip_path" transform="translate(-17.666 -16.667)"><path d="M28.999 20.9668C30.8644 20.9668 32.6537 21.7083 33.9727 23.0273C35.2915 24.3463 36.0321 26.1348 36.0322 28C36.0322 28.9235 35.8504 29.8382 35.4971 30.6914C35.1436 31.5447 34.6258 32.3205 33.9727 32.9736C33.3196 33.6267 32.5438 34.1446 31.6904 34.498C30.8372 34.8514 29.9225 35.0332 28.999 35.0332C28.0755 35.0332 27.1608 34.8515 26.3076 34.498C25.4545 34.1446 24.6794 33.6266 24.0264 32.9736C23.3733 32.3205 22.8544 31.5447 22.501 30.6914C22.1477 29.8382 21.9658 28.9234 21.9658 28C21.9659 26.1348 22.7074 24.3463 24.0264 23.0273C25.3453 21.7084 27.1338 20.9669 28.999 20.9668Z"/>
61
+ </clipPath><filter id="filter3_d_180_10019" x="21" y="23" width="15.6816" height="13.2881" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
62
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
63
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
64
+ <feOffset dy="2"/>
65
+ <feGaussianBlur stdDeviation="2"/>
66
+ <feComposite in2="hardAlpha" operator="out"/>
67
+ <feColorMatrix type="matrix" values="0 0 0 0 0.0862745 0 0 0 0 0.466667 0 0 0 0 1 0 0 0 0.7 0"/>
68
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_180_10019"/>
69
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_180_10019" result="shape"/>
70
+ </filter>
71
+ <linearGradient id="paint0_linear_180_10019" x1="22" y1="0" x2="22" y2="44" gradientUnits="userSpaceOnUse">
72
+ <stop stop-color="#2B9CFF" stop-opacity="0"/>
73
+ <stop offset="1" stop-color="#0088FF"/>
74
+ </linearGradient>
75
+ <linearGradient id="paint1_linear_180_10019" x1="39.05" y1="3.85" x2="5.5" y2="37.4" gradientUnits="userSpaceOnUse">
76
+ <stop stop-color="white"/>
77
+ <stop offset="1" stop-color="#2088FF"/>
78
+ </linearGradient>
79
+ <linearGradient id="paint2_linear_180_10019" x1="21.0032" y1="32.618" x2="21.0032" y2="10.4863" gradientUnits="userSpaceOnUse">
80
+ <stop stop-color="#008CFF"/>
81
+ <stop offset="1" stop-color="white"/>
82
+ </linearGradient>
83
+ <linearGradient id="paint3_linear_180_10019" x1="28.9993" y1="20.667" x2="28.9993" y2="35.3337" gradientUnits="userSpaceOnUse">
84
+ <stop stop-color="white"/>
85
+ <stop offset="1" stop-color="white" stop-opacity="0.7"/>
86
+ </linearGradient>
87
+ <clipPath id="clip0_180_10019">
88
+ <rect width="24" height="24" fill="white" transform="translate(9.00977 10.0127)"/>
89
+ </clipPath>
90
+ <clipPath id="clip1_180_10019">
91
+ <rect width="16" height="16" fill="white" transform="translate(21 20)"/>
92
+ </clipPath>
93
+ </defs>
94
+ </svg>