adata-ui 3.1.80 → 3.1.82

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 (288) hide show
  1. package/README.md +84 -84
  2. package/dist/module.json +1 -1
  3. package/dist/runtime/components/Alert.vue +26 -26
  4. package/dist/runtime/components/Alert.vue.d.ts +2 -37
  5. package/dist/runtime/components/Chip.vue +5 -5
  6. package/dist/runtime/components/Chip.vue.d.ts +2 -21
  7. package/dist/runtime/components/ColorMode.vue +12 -12
  8. package/dist/runtime/components/CurveBlock.vue +177 -177
  9. package/dist/runtime/components/DigitBadge.vue +5 -5
  10. package/dist/runtime/components/DigitBadge.vue.d.ts +1 -1
  11. package/dist/runtime/components/Drawer.vue +32 -32
  12. package/dist/runtime/components/Drawer.vue.d.ts +2 -47
  13. package/dist/runtime/components/EmptyHeader.vue +6 -6
  14. package/dist/runtime/components/Error.vue +59 -59
  15. package/dist/runtime/components/Footer.vue +73 -73
  16. package/dist/runtime/components/FooterAccordion.vue +45 -45
  17. package/dist/runtime/components/Header.vue +111 -111
  18. package/dist/runtime/components/Header.vue.d.ts +50 -0
  19. package/dist/runtime/components/Modal.vue +78 -78
  20. package/dist/runtime/components/Modal.vue.d.ts +9 -49
  21. package/dist/runtime/components/NewFooter.vue +114 -114
  22. package/dist/runtime/components/NewFooterAccordion.vue +52 -52
  23. package/dist/runtime/components/OtherServiceFeatures.vue +45 -45
  24. package/dist/runtime/components/PkMobileServices.vue +22 -22
  25. package/dist/runtime/components/SidePanel.vue +76 -76
  26. package/dist/runtime/components/SidePanel.vue.d.ts +3 -79
  27. package/dist/runtime/components/Tag.vue +4 -4
  28. package/dist/runtime/components/Tag.vue.d.ts +2 -12
  29. package/dist/runtime/components/Toggle.vue +30 -30
  30. package/dist/runtime/components/accordion/Accordion.vue +41 -41
  31. package/dist/runtime/components/accordion/Accordion.vue.d.ts +4 -44
  32. package/dist/runtime/components/button/Button.vue +22 -22
  33. package/dist/runtime/components/button/Button.vue.d.ts +4 -22
  34. package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
  35. package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +7 -39
  36. package/dist/runtime/components/date-picker/DatePicker.vue +38 -38
  37. package/dist/runtime/components/error-template/index.vue +32 -32
  38. package/dist/runtime/components/error-template/index.vue.d.ts +3 -5
  39. package/dist/runtime/components/feature-description/FeatureDescription.vue +46 -46
  40. package/dist/runtime/components/floating-label/FloatingLabel.vue +5 -5
  41. package/dist/runtime/components/floating-label/FloatingLabel.vue.d.ts +2 -7
  42. package/dist/runtime/components/forms/input/password/InputPassword.vue +25 -25
  43. package/dist/runtime/components/forms/input/password/InputPassword.vue.d.ts +1 -1
  44. package/dist/runtime/components/forms/input/standard/InputStandard.vue +108 -108
  45. package/dist/runtime/components/forms/input/textarea/ATextarea.vue +63 -63
  46. package/dist/runtime/components/forms/input/textarea/ATextarea.vue.d.ts +3 -35
  47. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +61 -55
  48. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +11 -2
  49. package/dist/runtime/components/forms/request-demo/RequestDemo.vue +63 -59
  50. package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +27 -0
  51. package/dist/runtime/components/header/AlmatyContacts.vue +76 -76
  52. package/dist/runtime/components/header/AstanaContacts.vue +31 -31
  53. package/dist/runtime/components/header/CardGallery.vue +60 -60
  54. package/dist/runtime/components/header/ContactMenu.vue +39 -39
  55. package/dist/runtime/components/header/ContactMenu.vue.d.ts +8 -2
  56. package/dist/runtime/components/header/HeaderLink.vue +68 -55
  57. package/dist/runtime/components/header/LangSwitcher.vue +26 -26
  58. package/dist/runtime/components/header/ListItem.vue +15 -15
  59. package/dist/runtime/components/header/NavCard.vue +28 -28
  60. package/dist/runtime/components/header/NavList.vue +52 -52
  61. package/dist/runtime/components/header/ProductMenu.vue +72 -72
  62. package/dist/runtime/components/header/ProductMenu.vue.d.ts +8 -2
  63. package/dist/runtime/components/header/ProfileMenu.vue +37 -37
  64. package/dist/runtime/components/header/ProfileMenu.vue.d.ts +5 -1
  65. package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
  66. package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +5 -1
  67. package/dist/runtime/components/header/TopHeader.vue +72 -72
  68. package/dist/runtime/components/header-mobile/HeaderMobile.vue +39 -39
  69. package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +9 -14
  70. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
  71. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +29 -0
  72. package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
  73. package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +5 -1
  74. package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +26 -26
  75. package/dist/runtime/components/modals/ApplicationAcceptedModal.vue +43 -0
  76. package/dist/runtime/components/modals/ApplicationAcceptedModal.vue.d.ts +9 -0
  77. package/dist/runtime/components/modals/ConnectingTariffModal.vue +58 -0
  78. package/dist/runtime/components/modals/ConnectingTariffModal.vue.d.ts +19 -0
  79. package/dist/runtime/components/modals/InsufficientFundsModal.vue +68 -0
  80. package/dist/runtime/components/modals/InsufficientFundsModal.vue.d.ts +18 -0
  81. package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
  82. package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +5 -1
  83. package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
  84. package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +5 -1
  85. package/dist/runtime/components/modals/SubmitApplicationModal.vue +114 -0
  86. package/dist/runtime/components/modals/SubmitApplicationModal.vue.d.ts +17 -0
  87. package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
  88. package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +5 -1
  89. package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
  90. package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
  91. package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
  92. package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
  93. package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
  94. package/dist/runtime/components/modals/id/IdModals.vue +44 -44
  95. package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
  96. package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
  97. package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
  98. package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
  99. package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
  100. package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
  101. package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
  102. package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
  103. package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
  104. package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
  105. package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
  106. package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
  107. package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
  108. package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
  109. package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +46 -0
  110. package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
  111. package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +2 -36
  112. package/dist/runtime/components/row-card/RowCard.vue +27 -27
  113. package/dist/runtime/components/row-card/RowCard.vue.d.ts +2 -9
  114. package/dist/runtime/components/select-row/index.vue +58 -58
  115. package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
  116. package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
  117. package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +2 -20
  118. package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
  119. package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
  120. package/dist/runtime/composables/projectState.d.ts +2 -2
  121. package/dist/runtime/composables/useBuyTariffs.d.ts +7 -0
  122. package/dist/runtime/composables/useBuyTariffs.js +73 -0
  123. package/dist/runtime/composables/useIdModals.d.ts +11 -21
  124. package/dist/runtime/composables/usePayment.d.ts +5 -5
  125. package/dist/runtime/i18n/i18n.config.d.ts +9 -0
  126. package/dist/runtime/i18n.d.ts +1 -1
  127. package/dist/runtime/icons/ai-assistant.vue +13 -13
  128. package/dist/runtime/icons/akimat.vue +20 -20
  129. package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
  130. package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
  131. package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
  132. package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
  133. package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
  134. package/dist/runtime/icons/avatar.vue +41 -41
  135. package/dist/runtime/icons/avto/car.vue +17 -17
  136. package/dist/runtime/icons/avto/truck.vue +17 -17
  137. package/dist/runtime/icons/bank.vue +14 -14
  138. package/dist/runtime/icons/block.vue +19 -19
  139. package/dist/runtime/icons/bookmark.vue +19 -19
  140. package/dist/runtime/icons/calculator.vue +19 -19
  141. package/dist/runtime/icons/chartBar.vue +14 -14
  142. package/dist/runtime/icons/check-circle.vue +25 -25
  143. package/dist/runtime/icons/check-sb.vue +7 -7
  144. package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
  145. package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
  146. package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
  147. package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
  148. package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
  149. package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
  150. package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
  151. package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
  152. package/dist/runtime/icons/clipboard-text.vue +17 -17
  153. package/dist/runtime/icons/clock.vue +25 -25
  154. package/dist/runtime/icons/color-mode/moon.vue +20 -20
  155. package/dist/runtime/icons/color-mode/sun.vue +27 -27
  156. package/dist/runtime/icons/communication/mail.vue +19 -19
  157. package/dist/runtime/icons/communication/phone.vue +19 -19
  158. package/dist/runtime/icons/company.vue +19 -19
  159. package/dist/runtime/icons/currency/dollar.vue +19 -19
  160. package/dist/runtime/icons/currency/down.vue +22 -22
  161. package/dist/runtime/icons/currency/eur.vue +69 -69
  162. package/dist/runtime/icons/currency/rub.vue +25 -25
  163. package/dist/runtime/icons/currency/tenge.vue +9 -9
  164. package/dist/runtime/icons/currency/usd.vue +269 -269
  165. package/dist/runtime/icons/currency/yuan.vue +37 -37
  166. package/dist/runtime/icons/document/hdocument.vue +17 -17
  167. package/dist/runtime/icons/document/id.vue +19 -19
  168. package/dist/runtime/icons/document/profile.vue +19 -19
  169. package/dist/runtime/icons/eye-closed.vue +26 -26
  170. package/dist/runtime/icons/eye-open.vue +7 -7
  171. package/dist/runtime/icons/eye-opened.vue +23 -23
  172. package/dist/runtime/icons/file/excel-icon.vue +14 -14
  173. package/dist/runtime/icons/file/file.vue +19 -19
  174. package/dist/runtime/icons/file/files.vue +17 -17
  175. package/dist/runtime/icons/globe.vue +19 -19
  176. package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
  177. package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
  178. package/dist/runtime/icons/handshake.vue +19 -19
  179. package/dist/runtime/icons/history.vue +19 -19
  180. package/dist/runtime/icons/hot-line.vue +6 -6
  181. package/dist/runtime/icons/id.vue +9 -9
  182. package/dist/runtime/icons/info/info-circle.vue +29 -29
  183. package/dist/runtime/icons/invoice.vue +35 -35
  184. package/dist/runtime/icons/kaspi-qr.vue +13 -13
  185. package/dist/runtime/icons/link-chain.vue +31 -31
  186. package/dist/runtime/icons/loader-circle.vue +34 -34
  187. package/dist/runtime/icons/lock.vue +19 -19
  188. package/dist/runtime/icons/logo/adata.vue +48 -48
  189. package/dist/runtime/icons/logo/logo.vue +27 -27
  190. package/dist/runtime/icons/map-paper.vue +5 -5
  191. package/dist/runtime/icons/map-pin-rect.vue +15 -15
  192. package/dist/runtime/icons/medal.vue +17 -17
  193. package/dist/runtime/icons/menu/menu-filled.vue +61 -61
  194. package/dist/runtime/icons/menu/menu.vue +41 -41
  195. package/dist/runtime/icons/message.vue +24 -24
  196. package/dist/runtime/icons/modals/door.vue +162 -162
  197. package/dist/runtime/icons/moon.vue +10 -10
  198. package/dist/runtime/icons/navigation/expand-window.vue +19 -19
  199. package/dist/runtime/icons/navigation/location.vue +25 -25
  200. package/dist/runtime/icons/navigation/logout.vue +19 -19
  201. package/dist/runtime/icons/notifications.vue +25 -25
  202. package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
  203. package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
  204. package/dist/runtime/icons/other-service/block.vue +16 -16
  205. package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
  206. package/dist/runtime/icons/other-service/globe.vue +16 -16
  207. package/dist/runtime/icons/other-service/link.vue +7 -7
  208. package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
  209. package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
  210. package/dist/runtime/icons/other-service/users-three.vue +7 -7
  211. package/dist/runtime/icons/payment/payment-card.vue +6 -6
  212. package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
  213. package/dist/runtime/icons/plus.vue +24 -24
  214. package/dist/runtime/icons/radio/radio-check.vue +24 -24
  215. package/dist/runtime/icons/radio/radio-empty.vue +20 -20
  216. package/dist/runtime/icons/receipt/hcheck.vue +27 -27
  217. package/dist/runtime/icons/receipt/receipt.vue +27 -27
  218. package/dist/runtime/icons/sanctions.vue +8 -8
  219. package/dist/runtime/icons/scale.vue +19 -19
  220. package/dist/runtime/icons/search.vue +27 -27
  221. package/dist/runtime/icons/socials/facebook.vue +15 -15
  222. package/dist/runtime/icons/socials/google.vue +41 -41
  223. package/dist/runtime/icons/socials/instagram.vue +19 -19
  224. package/dist/runtime/icons/socials/linkedin.vue +24 -24
  225. package/dist/runtime/icons/socials/mailru.vue +34 -34
  226. package/dist/runtime/icons/socials/telegram.vue +15 -15
  227. package/dist/runtime/icons/socials/tik-tok.vue +15 -15
  228. package/dist/runtime/icons/socials/whatsapp.vue +21 -21
  229. package/dist/runtime/icons/socials/yandex.vue +28 -28
  230. package/dist/runtime/icons/socials/youtube.vue +16 -16
  231. package/dist/runtime/icons/sun.vue +14 -14
  232. package/dist/runtime/icons/sviazi.vue +19 -19
  233. package/dist/runtime/icons/tasks.vue +10 -10
  234. package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
  235. package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
  236. package/dist/runtime/icons/users/users-three.vue +17 -17
  237. package/dist/runtime/icons/users/users.vue +31 -31
  238. package/dist/runtime/icons/warning-triangle.vue +29 -29
  239. package/dist/runtime/icons/work-bag.vue +20 -20
  240. package/dist/runtime/icons/x-mark.vue +18 -18
  241. package/dist/runtime/illustrations/address-location.vue +38 -38
  242. package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
  243. package/dist/runtime/illustrations/bill.vue +133 -133
  244. package/dist/runtime/illustrations/buildings.vue +82 -82
  245. package/dist/runtime/illustrations/calendar.vue +156 -156
  246. package/dist/runtime/illustrations/chains.vue +152 -152
  247. package/dist/runtime/illustrations/coin-percent.vue +126 -126
  248. package/dist/runtime/illustrations/coins-stack.vue +202 -202
  249. package/dist/runtime/illustrations/delete-dark.vue +31 -31
  250. package/dist/runtime/illustrations/delete.vue +32 -32
  251. package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
  252. package/dist/runtime/illustrations/document.vue +64 -64
  253. package/dist/runtime/illustrations/door.vue +74 -74
  254. package/dist/runtime/illustrations/empty-box.vue +77 -77
  255. package/dist/runtime/illustrations/empty-wallet.vue +161 -161
  256. package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
  257. package/dist/runtime/illustrations/hammer.vue +156 -156
  258. package/dist/runtime/illustrations/hand-cash.vue +108 -108
  259. package/dist/runtime/illustrations/info.vue +39 -39
  260. package/dist/runtime/illustrations/mail.vue +68 -68
  261. package/dist/runtime/illustrations/ok.vue +62 -62
  262. package/dist/runtime/illustrations/people-group.vue +237 -237
  263. package/dist/runtime/illustrations/person-with-phone.vue +187 -187
  264. package/dist/runtime/illustrations/person.vue +159 -159
  265. package/dist/runtime/illustrations/phone-check.vue +90 -90
  266. package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
  267. package/dist/runtime/illustrations/stop-hand.vue +77 -77
  268. package/dist/runtime/illustrations/stop-sign.vue +34 -34
  269. package/dist/runtime/illustrations/suit.vue +111 -111
  270. package/dist/runtime/illustrations/suitcase.vue +105 -105
  271. package/dist/runtime/illustrations/terminal-dark.vue +48 -48
  272. package/dist/runtime/illustrations/terminal.vue +234 -234
  273. package/dist/runtime/illustrations/trash-can.vue +108 -108
  274. package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
  275. package/dist/runtime/illustrations/two-persons.vue +169 -169
  276. package/dist/runtime/lang/en.js +5 -2
  277. package/dist/runtime/lang/kk.js +5 -2
  278. package/dist/runtime/lang/ru.d.ts +3 -0
  279. package/dist/runtime/lang/ru.js +5 -2
  280. package/dist/runtime/plugins/toast.d.ts +1 -503
  281. package/dist/runtime/public/kaspi/logo.svg +4 -4
  282. package/dist/runtime/server/tsconfig.json +3 -3
  283. package/dist/runtime/utils/getMaxZindex.d.ts +2 -0
  284. package/dist/runtime/utils/getMaxZindex.js +22 -0
  285. package/dist/runtime/utils/localizedNavigation.d.ts +1 -1
  286. package/dist/runtime/utils/useUrls.d.ts +1 -0
  287. package/dist/runtime/utils/useUrls.js +1 -0
  288. package/package.json +73 -73
@@ -1,82 +1,82 @@
1
- <template>
2
- <svg width="156" height="155" viewBox="0 0 156 155" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <ellipse cx="78.6392" cy="77.5001" rx="63.9439" ry="64.5833" fill="#BDC7CE" fill-opacity="0.15"/>
4
- <g clip-path="url(#clip0_4605_64076)">
5
- <path d="M60.019 54.1465H24.6836V137.679H60.019V54.1465Z" class="dark:fill-gray-900 fill-white"/>
6
- <path d="M107.324 16.2751H60.1465V137.679H107.324V16.2751Z" class="dark:fill-gray-900 fill-white"/>
7
- <path d="M130.945 99.7554H107.35V137.679H130.945V99.7554Z" class="dark:fill-gray-900 fill-white"/>
8
- <path opacity="0.2"
9
- d="M42.6636 23.6891C41.4701 24.3813 40.4888 25.3927 39.8277 26.612C39.1666 27.8312 38.8513 29.211 38.9165 30.5995H34.709C34.709 26.5049 37.2667 23.1853 40.5535 23.1853C41.2858 23.1879 42.0077 23.3602 42.6636 23.6891V23.6891Z"
10
- fill="#BDC7CE"/>
11
- <path opacity="0.2"
12
- d="M130.383 56.6909C129.421 57.2419 128.63 58.0517 128.097 59.03C127.564 60.0084 127.311 61.1169 127.365 62.2322H123.988C123.988 58.9513 126.086 56.2776 128.682 56.2776C129.273 56.2764 129.856 56.4181 130.383 56.6909V56.6909Z"
13
- fill="#BDC7CE"/>
14
- <path opacity="0.2" d="M32.5625 63.7439H38.4837V71.3131" fill="#BDC7CE"/>
15
- <path opacity="0.2" d="M112.158 130.626V99.9619H107.541V137.769H130.944V130.626H112.158Z" fill="#BDC7CE"/>
16
- <path opacity="0.2" d="M65.0328 130.626V16.2751H60.416V137.769H65.0328V130.626Z" fill="#BDC7CE"/>
17
- <path opacity="0.2" d="M29.3003 130.626V54.1465H24.6836V137.769H60.1085V130.626H29.3003Z" fill="#BDC7CE"/>
18
- <path d="M14.1211 137.769H141.638" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
19
- stroke-linejoin="round"/>
20
- <path d="M71.9121 46.5518H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
21
- stroke-linejoin="round"/>
22
- <path d="M71.9121 31.3489H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
23
- stroke-linejoin="round"/>
24
- <path d="M71.9121 61.7546H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
25
- stroke-linejoin="round"/>
26
- <path d="M71.9121 76.9446H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
27
- stroke-linejoin="round"/>
28
- <path d="M71.9121 107.364H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
29
- stroke-linejoin="round"/>
30
- <path d="M71.9121 122.566H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
31
- stroke-linejoin="round"/>
32
- <path d="M71.9121 92.1606H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
33
- stroke-linejoin="round"/>
34
- <path d="M60.1582 137.769V16.1458H107.387V137.769" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
35
- stroke-linejoin="round"/>
36
- <path d="M24.6836 137.769V54.1594H60.1597" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
37
- stroke-linejoin="round"/>
38
- <path d="M32.8809 63.7698H38.7893V71.3389" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
39
- stroke-linejoin="round"/>
40
- <path opacity="0.2" d="M44.4824 63.7439H50.4036V71.3131" fill="#BDC7CE"/>
41
- <path opacity="0.2" d="M32.5625 80.5356H38.4837V88.0919" fill="#BDC7CE"/>
42
- <path opacity="0.2" d="M44.4824 80.5356H50.4036V88.0919" fill="#BDC7CE"/>
43
- <path opacity="0.2" d="M32.5625 96.991H38.4837V104.56" fill="#BDC7CE"/>
44
- <path opacity="0.2" d="M44.4824 96.991H50.4036V104.56" fill="#BDC7CE"/>
45
- <path opacity="0.2" d="M32.5625 113.396H38.4837V120.965" fill="#BDC7CE"/>
46
- <path opacity="0.2" d="M44.4824 113.396H50.4036V120.965" fill="#BDC7CE"/>
47
- <path d="M44.6465 63.7698H50.5677V71.3389" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
48
- stroke-linejoin="round"/>
49
- <path d="M32.8809 80.251H38.7893V87.8201" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
50
- stroke-linejoin="round"/>
51
- <path d="M44.6465 80.251H50.5677V87.8201" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
52
- stroke-linejoin="round"/>
53
- <path opacity="0.2" d="M115.934 105.981H121.855V113.55" fill="#BDC7CE"/>
54
- <path opacity="0.2" d="M115.934 122.76H121.855V130.329" fill="#BDC7CE"/>
55
- <path d="M116.111 106.007H122.033V113.576" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
56
- stroke-linejoin="round"/>
57
- <path d="M116.111 122.489H122.033V130.058" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
58
- stroke-linejoin="round"/>
59
- <path d="M32.8809 96.7327H38.7893V104.302" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
60
- stroke-linejoin="round"/>
61
- <path d="M44.6465 96.7332H50.5677V104.302" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
62
- stroke-linejoin="round"/>
63
- <path d="M32.8809 113.214H38.7893V120.784" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
64
- stroke-linejoin="round"/>
65
- <path d="M44.6465 113.214H50.5677V120.784" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
66
- stroke-linejoin="round"/>
67
- <path d="M130.945 137.769V99.7683H107.324" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
68
- stroke-linejoin="round"/>
69
- <path
70
- d="M26.832 29.9924H34.7099C34.7099 26.2336 37.1142 23.1853 40.0812 23.1853C43.0482 23.1853 45.4397 26.2336 45.4397 29.9924H50.2099"
71
- stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round" stroke-linejoin="round"/>
72
- <path
73
- d="M136.521 61.7675H132.825C132.825 58.7063 130.855 56.2134 128.438 56.2134C126.021 56.2134 124.064 58.7063 124.064 61.7675H119.141"
74
- stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round" stroke-linejoin="round"/>
75
- </g>
76
- <defs>
77
- <clipPath id="clip0_4605_64076">
78
- <rect width="128.796" height="122.915" class="dark:fill-gray-900 fill-white" transform="translate(13.416 15.5)"/>
79
- </clipPath>
80
- </defs>
81
- </svg>
82
- </template>
1
+ <template>
2
+ <svg width="156" height="155" viewBox="0 0 156 155" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <ellipse cx="78.6392" cy="77.5001" rx="63.9439" ry="64.5833" fill="#BDC7CE" fill-opacity="0.15"/>
4
+ <g clip-path="url(#clip0_4605_64076)">
5
+ <path d="M60.019 54.1465H24.6836V137.679H60.019V54.1465Z" class="dark:fill-gray-900 fill-white"/>
6
+ <path d="M107.324 16.2751H60.1465V137.679H107.324V16.2751Z" class="dark:fill-gray-900 fill-white"/>
7
+ <path d="M130.945 99.7554H107.35V137.679H130.945V99.7554Z" class="dark:fill-gray-900 fill-white"/>
8
+ <path opacity="0.2"
9
+ d="M42.6636 23.6891C41.4701 24.3813 40.4888 25.3927 39.8277 26.612C39.1666 27.8312 38.8513 29.211 38.9165 30.5995H34.709C34.709 26.5049 37.2667 23.1853 40.5535 23.1853C41.2858 23.1879 42.0077 23.3602 42.6636 23.6891V23.6891Z"
10
+ fill="#BDC7CE"/>
11
+ <path opacity="0.2"
12
+ d="M130.383 56.6909C129.421 57.2419 128.63 58.0517 128.097 59.03C127.564 60.0084 127.311 61.1169 127.365 62.2322H123.988C123.988 58.9513 126.086 56.2776 128.682 56.2776C129.273 56.2764 129.856 56.4181 130.383 56.6909V56.6909Z"
13
+ fill="#BDC7CE"/>
14
+ <path opacity="0.2" d="M32.5625 63.7439H38.4837V71.3131" fill="#BDC7CE"/>
15
+ <path opacity="0.2" d="M112.158 130.626V99.9619H107.541V137.769H130.944V130.626H112.158Z" fill="#BDC7CE"/>
16
+ <path opacity="0.2" d="M65.0328 130.626V16.2751H60.416V137.769H65.0328V130.626Z" fill="#BDC7CE"/>
17
+ <path opacity="0.2" d="M29.3003 130.626V54.1465H24.6836V137.769H60.1085V130.626H29.3003Z" fill="#BDC7CE"/>
18
+ <path d="M14.1211 137.769H141.638" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
19
+ stroke-linejoin="round"/>
20
+ <path d="M71.9121 46.5518H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
21
+ stroke-linejoin="round"/>
22
+ <path d="M71.9121 31.3489H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
23
+ stroke-linejoin="round"/>
24
+ <path d="M71.9121 61.7546H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
25
+ stroke-linejoin="round"/>
26
+ <path d="M71.9121 76.9446H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
27
+ stroke-linejoin="round"/>
28
+ <path d="M71.9121 107.364H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
29
+ stroke-linejoin="round"/>
30
+ <path d="M71.9121 122.566H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
31
+ stroke-linejoin="round"/>
32
+ <path d="M71.9121 92.1606H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
33
+ stroke-linejoin="round"/>
34
+ <path d="M60.1582 137.769V16.1458H107.387V137.769" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
35
+ stroke-linejoin="round"/>
36
+ <path d="M24.6836 137.769V54.1594H60.1597" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
37
+ stroke-linejoin="round"/>
38
+ <path d="M32.8809 63.7698H38.7893V71.3389" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
39
+ stroke-linejoin="round"/>
40
+ <path opacity="0.2" d="M44.4824 63.7439H50.4036V71.3131" fill="#BDC7CE"/>
41
+ <path opacity="0.2" d="M32.5625 80.5356H38.4837V88.0919" fill="#BDC7CE"/>
42
+ <path opacity="0.2" d="M44.4824 80.5356H50.4036V88.0919" fill="#BDC7CE"/>
43
+ <path opacity="0.2" d="M32.5625 96.991H38.4837V104.56" fill="#BDC7CE"/>
44
+ <path opacity="0.2" d="M44.4824 96.991H50.4036V104.56" fill="#BDC7CE"/>
45
+ <path opacity="0.2" d="M32.5625 113.396H38.4837V120.965" fill="#BDC7CE"/>
46
+ <path opacity="0.2" d="M44.4824 113.396H50.4036V120.965" fill="#BDC7CE"/>
47
+ <path d="M44.6465 63.7698H50.5677V71.3389" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
48
+ stroke-linejoin="round"/>
49
+ <path d="M32.8809 80.251H38.7893V87.8201" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
50
+ stroke-linejoin="round"/>
51
+ <path d="M44.6465 80.251H50.5677V87.8201" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
52
+ stroke-linejoin="round"/>
53
+ <path opacity="0.2" d="M115.934 105.981H121.855V113.55" fill="#BDC7CE"/>
54
+ <path opacity="0.2" d="M115.934 122.76H121.855V130.329" fill="#BDC7CE"/>
55
+ <path d="M116.111 106.007H122.033V113.576" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
56
+ stroke-linejoin="round"/>
57
+ <path d="M116.111 122.489H122.033V130.058" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
58
+ stroke-linejoin="round"/>
59
+ <path d="M32.8809 96.7327H38.7893V104.302" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
60
+ stroke-linejoin="round"/>
61
+ <path d="M44.6465 96.7332H50.5677V104.302" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
62
+ stroke-linejoin="round"/>
63
+ <path d="M32.8809 113.214H38.7893V120.784" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
64
+ stroke-linejoin="round"/>
65
+ <path d="M44.6465 113.214H50.5677V120.784" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
66
+ stroke-linejoin="round"/>
67
+ <path d="M130.945 137.769V99.7683H107.324" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
68
+ stroke-linejoin="round"/>
69
+ <path
70
+ d="M26.832 29.9924H34.7099C34.7099 26.2336 37.1142 23.1853 40.0812 23.1853C43.0482 23.1853 45.4397 26.2336 45.4397 29.9924H50.2099"
71
+ stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round" stroke-linejoin="round"/>
72
+ <path
73
+ d="M136.521 61.7675H132.825C132.825 58.7063 130.855 56.2134 128.438 56.2134C126.021 56.2134 124.064 58.7063 124.064 61.7675H119.141"
74
+ stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round" stroke-linejoin="round"/>
75
+ </g>
76
+ <defs>
77
+ <clipPath id="clip0_4605_64076">
78
+ <rect width="128.796" height="122.915" class="dark:fill-gray-900 fill-white" transform="translate(13.416 15.5)"/>
79
+ </clipPath>
80
+ </defs>
81
+ </svg>
82
+ </template>
@@ -1,156 +1,156 @@
1
- <template>
2
- <svg
3
- width="155"
4
- height="155"
5
- viewBox="0 0 155 155"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <circle cx="77.4998" cy="77.4998" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
10
- <g clip-path="url(#clip0_2938_133785)">
11
- <path
12
- d="M23.8975 115.146C23.8975 115.146 19.716 119.331 16.6265 122.126H106.658C106.658 122.126 137.505 105.361 137.505 39.7666L23.8975 115.146Z"
13
- class="fill-white dark:fill-gray-900"
14
- />
15
- <path
16
- d="M27.0619 122.495C27.0619 122.495 21.7389 127.123 19.7908 128.539H107.379C107.379 128.539 141.116 114.199 141.116 42.992L129.403 36.5791H43.3163C43.3163 36.5791 48.3912 89.1012 13.2271 115.565H103.867C103.867 115.565 129.403 96.3389 129.403 36.5914"
17
- class="fill-white dark:fill-gray-900"
18
- />
19
- <path
20
- opacity="0.2"
21
- d="M108.184 125.314H24.5667C23.1026 126.545 21.4896 127.874 20.5962 128.526H108.184C108.184 128.526 141.462 114.186 141.462 42.9916L139.067 41.7607C139.067 41.7607 140.234 104.204 108.184 125.314Z"
22
- fill="#BDC7CE"
23
- />
24
- <path
25
- opacity="0.2"
26
- d="M104.115 118.913H20.4608C18.9842 120.144 17.3836 121.473 16.4902 122.126L105.48 122.544C105.48 122.544 136.376 104.536 136.376 40.1731L133.621 38.6714C133.584 101.139 104.115 118.913 104.115 118.913Z"
27
- fill="#BDC7CE"
28
- />
29
- <path
30
- d="M22.7194 115.614C22.7194 115.614 18.5378 119.799 15.4482 122.606H105.48C105.48 122.606 136.376 105.767 136.376 40.1729"
31
- stroke="#9DA3AC"
32
- stroke-width="1.22957"
33
- stroke-linecap="round"
34
- stroke-linejoin="round"
35
- />
36
- <path
37
- d="M27.4216 122.495C27.4216 122.495 22.0986 127.123 20.1506 128.539H107.738C107.738 128.539 141.463 114.199 141.463 42.992L129.762 36.5791H43.6388C43.6388 36.5791 48.7136 89.1012 13.5371 115.615H104.227C104.227 115.615 129.762 96.3881 129.762 36.6406"
38
- stroke="#9DA3AC"
39
- stroke-width="1.22957"
40
- stroke-linecap="round"
41
- stroke-linejoin="round"
42
- />
43
- <path
44
- d="M59.2594 93.8029C56.5696 98.2073 53.2934 102.232 49.5192 105.767H34.2202C38.0379 102.187 41.4043 98.1616 44.2459 93.7783L59.2594 93.8029Z"
45
- class="fill-white dark:fill-gray-900"
46
- stroke="#9DA3AC"
47
- stroke-width="1.22957"
48
- stroke-linecap="round"
49
- stroke-linejoin="round"
50
- />
51
- <path
52
- d="M66.4066 77.6665C65.1146 82.0229 63.3983 86.2442 61.2821 90.2708H46.3926C48.6524 86.2594 50.5101 82.0378 51.939 77.6665H66.4066Z"
53
- class="fill-white dark:fill-gray-900"
54
- stroke="#9DA3AC"
55
- stroke-width="1.22957"
56
- stroke-linecap="round"
57
- stroke-linejoin="round"
58
- />
59
- <path
60
- d="M87.3277 77.6665C86.2231 82.0121 84.6767 86.2352 82.712 90.2708H66.8174C68.9329 86.2454 70.6451 82.0237 71.9294 77.6665H87.3277Z"
61
- class="fill-white dark:fill-gray-900"
62
- stroke="#9DA3AC"
63
- stroke-width="1.22957"
64
- stroke-linecap="round"
65
- stroke-linejoin="round"
66
- />
67
- <path
68
- d="M69.5967 60.7412C69.2032 65.2591 68.4607 69.7404 67.3757 74.1456H53.0073C54.2224 69.7538 55.0731 65.2707 55.5509 60.7412H69.5967Z"
69
- class="fill-white dark:fill-gray-900"
70
- stroke="#9DA3AC"
71
- stroke-width="1.22957"
72
- stroke-linecap="round"
73
- stroke-linejoin="round"
74
- />
75
- <path
76
- d="M89.9082 60.7417C89.6605 65.2467 89.0757 69.7271 88.1587 74.1461H72.897C73.9845 69.7409 74.7312 65.2597 75.1304 60.7417H89.9082Z"
77
- class="fill-white dark:fill-gray-900"
78
- stroke="#9DA3AC"
79
- stroke-width="1.22957"
80
- stroke-linecap="round"
81
- stroke-linejoin="round"
82
- />
83
- <path
84
- d="M110.802 60.7412C110.587 65.2405 110.056 69.7195 109.214 74.1456H93.8525C94.7696 69.7266 95.3544 65.2462 95.6021 60.7412H110.802Z"
85
- class="fill-white dark:fill-gray-900"
86
- stroke="#9DA3AC"
87
- stroke-width="1.22957"
88
- stroke-linecap="round"
89
- stroke-linejoin="round"
90
- />
91
- <path
92
- d="M80.8375 93.8037C78.3184 98.2368 75.1533 102.277 71.4446 105.793H54.9917C58.7861 102.25 62.0831 98.2178 64.794 93.8037H80.8375Z"
93
- class="fill-white dark:fill-gray-900"
94
- stroke="#9DA3AC"
95
- stroke-width="1.22957"
96
- stroke-linecap="round"
97
- stroke-linejoin="round"
98
- />
99
- <path
100
- d="M102.676 93.8037C100.477 98.153 97.6931 102.186 94.4003 105.793H77.1533C80.8551 102.274 84.0156 98.2341 86.5337 93.8037H102.676Z"
101
- class="fill-white dark:fill-gray-900"
102
- stroke="#9DA3AC"
103
- stroke-width="1.22957"
104
- stroke-linecap="round"
105
- stroke-linejoin="round"
106
- />
107
- <path
108
- d="M108.47 77.6665C107.487 81.9837 106.108 86.2027 104.35 90.2708H88.4062C90.371 86.2352 91.9174 82.0121 93.022 77.6665H108.47Z"
109
- class="fill-white dark:fill-gray-900"
110
- stroke="#9DA3AC"
111
- stroke-width="1.22957"
112
- stroke-linecap="round"
113
- stroke-linejoin="round"
114
- />
115
- <path
116
- d="M43.5771 51.9404H129.192"
117
- stroke="#9DA3AC"
118
- stroke-width="1.22957"
119
- stroke-linecap="round"
120
- stroke-linejoin="round"
121
- />
122
- <path
123
- d="M59.8422 43.3981C58.4745 42.5555 57.3522 41.3732 56.5866 39.9682C55.821 38.5631 55.4386 36.984 55.4773 35.3873C55.516 33.7906 55.9744 32.2316 56.8071 30.8646C57.6399 29.4977 58.8181 28.3702 60.2251 27.5938C61.6321 26.8175 63.2191 26.4191 64.8291 26.4382C66.439 26.4572 68.016 26.8931 69.4039 27.7027C70.7918 28.5122 71.9424 29.6673 72.742 31.0536C73.5416 32.4399 73.9623 34.0094 73.9625 35.6065"
124
- stroke="#9DA3AC"
125
- stroke-width="1.22957"
126
- stroke-linecap="round"
127
- stroke-linejoin="round"
128
- />
129
- <path
130
- d="M83.1201 43.3981C81.7523 42.5555 80.63 41.3732 79.8644 39.9682C79.0988 38.5631 78.7164 36.984 78.7551 35.3873C78.7938 33.7906 79.2522 32.2316 80.085 30.8646C80.9177 29.4977 82.0959 28.3702 83.5029 27.5938C84.9099 26.8175 86.497 26.4191 88.1069 26.4382C89.7168 26.4572 91.2937 26.8931 92.6816 27.7027C94.0695 28.5122 95.2203 29.6673 96.0198 31.0536C96.8194 32.4399 97.2401 34.0094 97.2403 35.6065"
131
- stroke="#9DA3AC"
132
- stroke-width="1.22957"
133
- stroke-linecap="round"
134
- stroke-linejoin="round"
135
- />
136
- <path
137
- d="M106.411 43.3981C105.043 42.5555 103.921 41.3732 103.155 39.9682C102.389 38.5631 102.007 36.984 102.046 35.3873C102.084 33.7906 102.543 32.2316 103.375 30.8646C104.208 29.4977 105.386 28.3702 106.793 27.5938C108.2 26.8175 109.787 26.4191 111.397 26.4382C113.007 26.4572 114.584 26.8931 115.972 27.7027C117.36 28.5122 118.511 29.6673 119.31 31.0536C120.11 32.4399 120.531 34.0094 120.531 35.6065"
138
- stroke="#9DA3AC"
139
- stroke-width="1.22957"
140
- stroke-linecap="round"
141
- stroke-linejoin="round"
142
- />
143
- </g>
144
- <defs>
145
- <clipPath id="clip0_2938_133785">
146
- <rect
147
- width="129.167"
148
- height="103.333"
149
- fill="white"
150
- transform="translate(12.9165 25.8335)"
151
- />
152
- </clipPath>
153
- </defs>
154
- </svg>
155
- </template>
156
- <script setup lang="ts"></script>
1
+ <template>
2
+ <svg
3
+ width="155"
4
+ height="155"
5
+ viewBox="0 0 155 155"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <circle cx="77.4998" cy="77.4998" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
10
+ <g clip-path="url(#clip0_2938_133785)">
11
+ <path
12
+ d="M23.8975 115.146C23.8975 115.146 19.716 119.331 16.6265 122.126H106.658C106.658 122.126 137.505 105.361 137.505 39.7666L23.8975 115.146Z"
13
+ class="fill-white dark:fill-gray-900"
14
+ />
15
+ <path
16
+ d="M27.0619 122.495C27.0619 122.495 21.7389 127.123 19.7908 128.539H107.379C107.379 128.539 141.116 114.199 141.116 42.992L129.403 36.5791H43.3163C43.3163 36.5791 48.3912 89.1012 13.2271 115.565H103.867C103.867 115.565 129.403 96.3389 129.403 36.5914"
17
+ class="fill-white dark:fill-gray-900"
18
+ />
19
+ <path
20
+ opacity="0.2"
21
+ d="M108.184 125.314H24.5667C23.1026 126.545 21.4896 127.874 20.5962 128.526H108.184C108.184 128.526 141.462 114.186 141.462 42.9916L139.067 41.7607C139.067 41.7607 140.234 104.204 108.184 125.314Z"
22
+ fill="#BDC7CE"
23
+ />
24
+ <path
25
+ opacity="0.2"
26
+ d="M104.115 118.913H20.4608C18.9842 120.144 17.3836 121.473 16.4902 122.126L105.48 122.544C105.48 122.544 136.376 104.536 136.376 40.1731L133.621 38.6714C133.584 101.139 104.115 118.913 104.115 118.913Z"
27
+ fill="#BDC7CE"
28
+ />
29
+ <path
30
+ d="M22.7194 115.614C22.7194 115.614 18.5378 119.799 15.4482 122.606H105.48C105.48 122.606 136.376 105.767 136.376 40.1729"
31
+ stroke="#9DA3AC"
32
+ stroke-width="1.22957"
33
+ stroke-linecap="round"
34
+ stroke-linejoin="round"
35
+ />
36
+ <path
37
+ d="M27.4216 122.495C27.4216 122.495 22.0986 127.123 20.1506 128.539H107.738C107.738 128.539 141.463 114.199 141.463 42.992L129.762 36.5791H43.6388C43.6388 36.5791 48.7136 89.1012 13.5371 115.615H104.227C104.227 115.615 129.762 96.3881 129.762 36.6406"
38
+ stroke="#9DA3AC"
39
+ stroke-width="1.22957"
40
+ stroke-linecap="round"
41
+ stroke-linejoin="round"
42
+ />
43
+ <path
44
+ d="M59.2594 93.8029C56.5696 98.2073 53.2934 102.232 49.5192 105.767H34.2202C38.0379 102.187 41.4043 98.1616 44.2459 93.7783L59.2594 93.8029Z"
45
+ class="fill-white dark:fill-gray-900"
46
+ stroke="#9DA3AC"
47
+ stroke-width="1.22957"
48
+ stroke-linecap="round"
49
+ stroke-linejoin="round"
50
+ />
51
+ <path
52
+ d="M66.4066 77.6665C65.1146 82.0229 63.3983 86.2442 61.2821 90.2708H46.3926C48.6524 86.2594 50.5101 82.0378 51.939 77.6665H66.4066Z"
53
+ class="fill-white dark:fill-gray-900"
54
+ stroke="#9DA3AC"
55
+ stroke-width="1.22957"
56
+ stroke-linecap="round"
57
+ stroke-linejoin="round"
58
+ />
59
+ <path
60
+ d="M87.3277 77.6665C86.2231 82.0121 84.6767 86.2352 82.712 90.2708H66.8174C68.9329 86.2454 70.6451 82.0237 71.9294 77.6665H87.3277Z"
61
+ class="fill-white dark:fill-gray-900"
62
+ stroke="#9DA3AC"
63
+ stroke-width="1.22957"
64
+ stroke-linecap="round"
65
+ stroke-linejoin="round"
66
+ />
67
+ <path
68
+ d="M69.5967 60.7412C69.2032 65.2591 68.4607 69.7404 67.3757 74.1456H53.0073C54.2224 69.7538 55.0731 65.2707 55.5509 60.7412H69.5967Z"
69
+ class="fill-white dark:fill-gray-900"
70
+ stroke="#9DA3AC"
71
+ stroke-width="1.22957"
72
+ stroke-linecap="round"
73
+ stroke-linejoin="round"
74
+ />
75
+ <path
76
+ d="M89.9082 60.7417C89.6605 65.2467 89.0757 69.7271 88.1587 74.1461H72.897C73.9845 69.7409 74.7312 65.2597 75.1304 60.7417H89.9082Z"
77
+ class="fill-white dark:fill-gray-900"
78
+ stroke="#9DA3AC"
79
+ stroke-width="1.22957"
80
+ stroke-linecap="round"
81
+ stroke-linejoin="round"
82
+ />
83
+ <path
84
+ d="M110.802 60.7412C110.587 65.2405 110.056 69.7195 109.214 74.1456H93.8525C94.7696 69.7266 95.3544 65.2462 95.6021 60.7412H110.802Z"
85
+ class="fill-white dark:fill-gray-900"
86
+ stroke="#9DA3AC"
87
+ stroke-width="1.22957"
88
+ stroke-linecap="round"
89
+ stroke-linejoin="round"
90
+ />
91
+ <path
92
+ d="M80.8375 93.8037C78.3184 98.2368 75.1533 102.277 71.4446 105.793H54.9917C58.7861 102.25 62.0831 98.2178 64.794 93.8037H80.8375Z"
93
+ class="fill-white dark:fill-gray-900"
94
+ stroke="#9DA3AC"
95
+ stroke-width="1.22957"
96
+ stroke-linecap="round"
97
+ stroke-linejoin="round"
98
+ />
99
+ <path
100
+ d="M102.676 93.8037C100.477 98.153 97.6931 102.186 94.4003 105.793H77.1533C80.8551 102.274 84.0156 98.2341 86.5337 93.8037H102.676Z"
101
+ class="fill-white dark:fill-gray-900"
102
+ stroke="#9DA3AC"
103
+ stroke-width="1.22957"
104
+ stroke-linecap="round"
105
+ stroke-linejoin="round"
106
+ />
107
+ <path
108
+ d="M108.47 77.6665C107.487 81.9837 106.108 86.2027 104.35 90.2708H88.4062C90.371 86.2352 91.9174 82.0121 93.022 77.6665H108.47Z"
109
+ class="fill-white dark:fill-gray-900"
110
+ stroke="#9DA3AC"
111
+ stroke-width="1.22957"
112
+ stroke-linecap="round"
113
+ stroke-linejoin="round"
114
+ />
115
+ <path
116
+ d="M43.5771 51.9404H129.192"
117
+ stroke="#9DA3AC"
118
+ stroke-width="1.22957"
119
+ stroke-linecap="round"
120
+ stroke-linejoin="round"
121
+ />
122
+ <path
123
+ d="M59.8422 43.3981C58.4745 42.5555 57.3522 41.3732 56.5866 39.9682C55.821 38.5631 55.4386 36.984 55.4773 35.3873C55.516 33.7906 55.9744 32.2316 56.8071 30.8646C57.6399 29.4977 58.8181 28.3702 60.2251 27.5938C61.6321 26.8175 63.2191 26.4191 64.8291 26.4382C66.439 26.4572 68.016 26.8931 69.4039 27.7027C70.7918 28.5122 71.9424 29.6673 72.742 31.0536C73.5416 32.4399 73.9623 34.0094 73.9625 35.6065"
124
+ stroke="#9DA3AC"
125
+ stroke-width="1.22957"
126
+ stroke-linecap="round"
127
+ stroke-linejoin="round"
128
+ />
129
+ <path
130
+ d="M83.1201 43.3981C81.7523 42.5555 80.63 41.3732 79.8644 39.9682C79.0988 38.5631 78.7164 36.984 78.7551 35.3873C78.7938 33.7906 79.2522 32.2316 80.085 30.8646C80.9177 29.4977 82.0959 28.3702 83.5029 27.5938C84.9099 26.8175 86.497 26.4191 88.1069 26.4382C89.7168 26.4572 91.2937 26.8931 92.6816 27.7027C94.0695 28.5122 95.2203 29.6673 96.0198 31.0536C96.8194 32.4399 97.2401 34.0094 97.2403 35.6065"
131
+ stroke="#9DA3AC"
132
+ stroke-width="1.22957"
133
+ stroke-linecap="round"
134
+ stroke-linejoin="round"
135
+ />
136
+ <path
137
+ d="M106.411 43.3981C105.043 42.5555 103.921 41.3732 103.155 39.9682C102.389 38.5631 102.007 36.984 102.046 35.3873C102.084 33.7906 102.543 32.2316 103.375 30.8646C104.208 29.4977 105.386 28.3702 106.793 27.5938C108.2 26.8175 109.787 26.4191 111.397 26.4382C113.007 26.4572 114.584 26.8931 115.972 27.7027C117.36 28.5122 118.511 29.6673 119.31 31.0536C120.11 32.4399 120.531 34.0094 120.531 35.6065"
138
+ stroke="#9DA3AC"
139
+ stroke-width="1.22957"
140
+ stroke-linecap="round"
141
+ stroke-linejoin="round"
142
+ />
143
+ </g>
144
+ <defs>
145
+ <clipPath id="clip0_2938_133785">
146
+ <rect
147
+ width="129.167"
148
+ height="103.333"
149
+ fill="white"
150
+ transform="translate(12.9165 25.8335)"
151
+ />
152
+ </clipPath>
153
+ </defs>
154
+ </svg>
155
+ </template>
156
+ <script setup lang="ts"></script>