adata-ui 3.1.78 → 3.1.80

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 (266) 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 +37 -2
  5. package/dist/runtime/components/Chip.vue +5 -5
  6. package/dist/runtime/components/Chip.vue.d.ts +21 -2
  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 +47 -2
  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 +69 -69
  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 +0 -50
  19. package/dist/runtime/components/Modal.vue +78 -78
  20. package/dist/runtime/components/Modal.vue.d.ts +49 -9
  21. package/dist/runtime/components/NewFooter.vue +113 -113
  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 +79 -3
  27. package/dist/runtime/components/Tag.vue +4 -4
  28. package/dist/runtime/components/Tag.vue.d.ts +12 -2
  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 +44 -4
  32. package/dist/runtime/components/button/Button.vue +22 -22
  33. package/dist/runtime/components/button/Button.vue.d.ts +21 -3
  34. package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
  35. package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +39 -7
  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 +5 -3
  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 +7 -2
  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 +35 -3
  47. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +54 -54
  48. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +1 -7
  49. package/dist/runtime/components/forms/request-demo/RequestDemo.vue +57 -57
  50. package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +0 -26
  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 +2 -8
  56. package/dist/runtime/components/header/HeaderLink.vue +46 -46
  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 +67 -67
  62. package/dist/runtime/components/header/ProductMenu.vue.d.ts +2 -8
  63. package/dist/runtime/components/header/ProfileMenu.vue +37 -37
  64. package/dist/runtime/components/header/ProfileMenu.vue.d.ts +1 -5
  65. package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
  66. package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +1 -5
  67. package/dist/runtime/components/header/TopHeader.vue +88 -84
  68. package/dist/runtime/components/header-mobile/HeaderMobile.vue +39 -39
  69. package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +14 -9
  70. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
  71. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +0 -29
  72. package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
  73. package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +1 -5
  74. package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +23 -23
  75. package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
  76. package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +1 -5
  77. package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
  78. package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +1 -5
  79. package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
  80. package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +1 -5
  81. package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
  82. package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
  83. package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
  84. package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
  85. package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
  86. package/dist/runtime/components/modals/id/IdModals.vue +44 -44
  87. package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
  88. package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
  89. package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
  90. package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
  91. package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
  92. package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
  93. package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
  94. package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
  95. package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
  96. package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
  97. package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
  98. package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
  99. package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
  100. package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
  101. package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +0 -46
  102. package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
  103. package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +36 -2
  104. package/dist/runtime/components/row-card/RowCard.vue +27 -27
  105. package/dist/runtime/components/row-card/RowCard.vue.d.ts +9 -2
  106. package/dist/runtime/components/select-row/index.vue +58 -58
  107. package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
  108. package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
  109. package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +20 -2
  110. package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
  111. package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
  112. package/dist/runtime/icons/ai-assistant.vue +13 -13
  113. package/dist/runtime/icons/akimat.vue +20 -20
  114. package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
  115. package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
  116. package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
  117. package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
  118. package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
  119. package/dist/runtime/icons/avatar.vue +41 -41
  120. package/dist/runtime/icons/avto/car.vue +17 -17
  121. package/dist/runtime/icons/avto/truck.vue +17 -17
  122. package/dist/runtime/icons/bank.vue +14 -14
  123. package/dist/runtime/icons/block.vue +19 -19
  124. package/dist/runtime/icons/bookmark.vue +19 -19
  125. package/dist/runtime/icons/calculator.vue +19 -19
  126. package/dist/runtime/icons/chartBar.vue +14 -14
  127. package/dist/runtime/icons/check-circle.vue +25 -25
  128. package/dist/runtime/icons/check-sb.vue +7 -7
  129. package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
  130. package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
  131. package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
  132. package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
  133. package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
  134. package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
  135. package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
  136. package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
  137. package/dist/runtime/icons/clipboard-text.vue +17 -17
  138. package/dist/runtime/icons/clock.vue +25 -25
  139. package/dist/runtime/icons/color-mode/moon.vue +20 -20
  140. package/dist/runtime/icons/color-mode/sun.vue +27 -27
  141. package/dist/runtime/icons/communication/mail.vue +19 -19
  142. package/dist/runtime/icons/communication/phone.vue +19 -19
  143. package/dist/runtime/icons/company.vue +19 -19
  144. package/dist/runtime/icons/currency/dollar.vue +19 -19
  145. package/dist/runtime/icons/currency/down.vue +22 -22
  146. package/dist/runtime/icons/currency/eur.vue +69 -69
  147. package/dist/runtime/icons/currency/rub.vue +25 -25
  148. package/dist/runtime/icons/currency/tenge.vue +9 -9
  149. package/dist/runtime/icons/currency/usd.vue +269 -269
  150. package/dist/runtime/icons/currency/yuan.vue +37 -37
  151. package/dist/runtime/icons/document/hdocument.vue +17 -17
  152. package/dist/runtime/icons/document/id.vue +19 -19
  153. package/dist/runtime/icons/document/profile.vue +19 -19
  154. package/dist/runtime/icons/eye-closed.vue +26 -26
  155. package/dist/runtime/icons/eye-open.vue +7 -7
  156. package/dist/runtime/icons/eye-opened.vue +23 -23
  157. package/dist/runtime/icons/file/excel-icon.vue +14 -14
  158. package/dist/runtime/icons/file/file.vue +19 -19
  159. package/dist/runtime/icons/file/files.vue +17 -17
  160. package/dist/runtime/icons/globe.vue +19 -19
  161. package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
  162. package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
  163. package/dist/runtime/icons/handshake.vue +19 -19
  164. package/dist/runtime/icons/history.vue +19 -19
  165. package/dist/runtime/icons/hot-line.vue +6 -6
  166. package/dist/runtime/icons/id.vue +9 -9
  167. package/dist/runtime/icons/info/info-circle.vue +29 -29
  168. package/dist/runtime/icons/invoice.vue +35 -35
  169. package/dist/runtime/icons/kaspi-qr.vue +13 -13
  170. package/dist/runtime/icons/link-chain.vue +31 -31
  171. package/dist/runtime/icons/loader-circle.vue +34 -34
  172. package/dist/runtime/icons/lock.vue +19 -19
  173. package/dist/runtime/icons/logo/adata.vue +48 -48
  174. package/dist/runtime/icons/logo/logo.vue +27 -27
  175. package/dist/runtime/icons/map-paper.vue +5 -5
  176. package/dist/runtime/icons/map-pin-rect.vue +15 -15
  177. package/dist/runtime/icons/medal.vue +17 -17
  178. package/dist/runtime/icons/menu/menu-filled.vue +61 -61
  179. package/dist/runtime/icons/menu/menu.vue +41 -41
  180. package/dist/runtime/icons/message.vue +24 -24
  181. package/dist/runtime/icons/modals/door.vue +162 -162
  182. package/dist/runtime/icons/moon.vue +10 -10
  183. package/dist/runtime/icons/navigation/expand-window.vue +19 -19
  184. package/dist/runtime/icons/navigation/location.vue +25 -25
  185. package/dist/runtime/icons/navigation/logout.vue +19 -19
  186. package/dist/runtime/icons/notifications.vue +25 -25
  187. package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
  188. package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
  189. package/dist/runtime/icons/other-service/block.vue +16 -16
  190. package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
  191. package/dist/runtime/icons/other-service/globe.vue +16 -16
  192. package/dist/runtime/icons/other-service/link.vue +7 -7
  193. package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
  194. package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
  195. package/dist/runtime/icons/other-service/users-three.vue +7 -7
  196. package/dist/runtime/icons/payment/payment-card.vue +6 -6
  197. package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
  198. package/dist/runtime/icons/plus.vue +24 -24
  199. package/dist/runtime/icons/radio/radio-check.vue +24 -24
  200. package/dist/runtime/icons/radio/radio-empty.vue +20 -20
  201. package/dist/runtime/icons/receipt/hcheck.vue +27 -27
  202. package/dist/runtime/icons/receipt/receipt.vue +27 -27
  203. package/dist/runtime/icons/sanctions.vue +8 -8
  204. package/dist/runtime/icons/scale.vue +19 -19
  205. package/dist/runtime/icons/search.vue +27 -27
  206. package/dist/runtime/icons/socials/facebook.vue +15 -15
  207. package/dist/runtime/icons/socials/google.vue +41 -41
  208. package/dist/runtime/icons/socials/instagram.vue +19 -19
  209. package/dist/runtime/icons/socials/linkedin.vue +24 -24
  210. package/dist/runtime/icons/socials/mailru.vue +34 -34
  211. package/dist/runtime/icons/socials/telegram.vue +15 -15
  212. package/dist/runtime/icons/socials/tik-tok.vue +15 -15
  213. package/dist/runtime/icons/socials/whatsapp.vue +21 -21
  214. package/dist/runtime/icons/socials/yandex.vue +28 -28
  215. package/dist/runtime/icons/socials/youtube.vue +16 -16
  216. package/dist/runtime/icons/sun.vue +14 -14
  217. package/dist/runtime/icons/sviazi.vue +19 -19
  218. package/dist/runtime/icons/tasks.vue +10 -10
  219. package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
  220. package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
  221. package/dist/runtime/icons/users/users-three.vue +17 -17
  222. package/dist/runtime/icons/users/users.vue +31 -31
  223. package/dist/runtime/icons/warning-triangle.vue +29 -29
  224. package/dist/runtime/icons/work-bag.vue +20 -20
  225. package/dist/runtime/icons/x-mark.vue +18 -18
  226. package/dist/runtime/illustrations/address-location.vue +38 -38
  227. package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
  228. package/dist/runtime/illustrations/bill.vue +133 -133
  229. package/dist/runtime/illustrations/buildings.vue +82 -82
  230. package/dist/runtime/illustrations/calendar.vue +156 -156
  231. package/dist/runtime/illustrations/chains.vue +152 -152
  232. package/dist/runtime/illustrations/coin-percent.vue +126 -126
  233. package/dist/runtime/illustrations/coins-stack.vue +202 -202
  234. package/dist/runtime/illustrations/delete-dark.vue +31 -31
  235. package/dist/runtime/illustrations/delete.vue +32 -32
  236. package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
  237. package/dist/runtime/illustrations/document.vue +64 -64
  238. package/dist/runtime/illustrations/door.vue +74 -74
  239. package/dist/runtime/illustrations/empty-box.vue +77 -77
  240. package/dist/runtime/illustrations/empty-wallet.vue +161 -161
  241. package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
  242. package/dist/runtime/illustrations/hammer.vue +156 -156
  243. package/dist/runtime/illustrations/hand-cash.vue +108 -108
  244. package/dist/runtime/illustrations/info.vue +39 -39
  245. package/dist/runtime/illustrations/mail.vue +68 -68
  246. package/dist/runtime/illustrations/ok.vue +62 -62
  247. package/dist/runtime/illustrations/people-group.vue +237 -237
  248. package/dist/runtime/illustrations/person-with-phone.vue +187 -187
  249. package/dist/runtime/illustrations/person.vue +159 -159
  250. package/dist/runtime/illustrations/phone-check.vue +90 -90
  251. package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
  252. package/dist/runtime/illustrations/stop-hand.vue +77 -77
  253. package/dist/runtime/illustrations/stop-sign.vue +34 -34
  254. package/dist/runtime/illustrations/suit.vue +111 -111
  255. package/dist/runtime/illustrations/suitcase.vue +105 -105
  256. package/dist/runtime/illustrations/terminal-dark.vue +48 -48
  257. package/dist/runtime/illustrations/terminal.vue +234 -234
  258. package/dist/runtime/illustrations/trash-can.vue +108 -108
  259. package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
  260. package/dist/runtime/illustrations/two-persons.vue +169 -169
  261. package/dist/runtime/lang/en.js +1 -1
  262. package/dist/runtime/lang/kk.js +1 -1
  263. package/dist/runtime/lang/ru.js +1 -1
  264. package/dist/runtime/public/kaspi/logo.svg +4 -4
  265. package/dist/runtime/server/tsconfig.json +3 -3
  266. package/package.json +73 -73
@@ -1,108 +1,108 @@
1
- <template>
2
- <svg
3
- fill="none"
4
- height="120"
5
- viewBox="0 0 120 120"
6
- width="120"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <circle cx="60" cy="60" fill="#BDC7CE" fill-opacity="0.15" r="50" />
10
- <g clip-path="url(#clip0_701_235264)">
11
- <path
12
- d="M60.7734 43.3979C44.3608 43.3979 31.0469 45.9054 31.0469 48.9999V49.3283L37.1441 101.229C37.3192 102.773 38.0022 104.216 39.0869 105.334C40.1716 106.451 41.5971 107.181 43.1414 107.408C48.9499 108.173 54.8044 108.538 60.6634 108.502C66.3933 108.547 72.1198 108.215 77.8056 107.507C79.3499 107.29 80.7795 106.574 81.8742 105.468C82.9688 104.362 83.6676 102.928 83.8629 101.388L90.4699 49.3681V49.0398C90.4999 45.9054 77.1859 43.3979 60.7734 43.3979Z"
13
- class="fill-white dark:fill-gray-900"
14
- />
15
- <path
16
- d="M54.5568 18.4728C37.8144 22.1942 24.8203 27.7863 25.5699 30.9604L27.2492 38.4629H27.4391C29.738 40.9803 43.102 40.3733 58.7249 36.9007C74.3478 33.4281 86.7122 28.3335 87.7117 25.0798H87.9016L86.2224 17.5773C85.4527 14.3136 71.3291 14.7514 54.5568 18.4728Z"
17
- class="fill-white dark:fill-gray-900"
18
- />
19
- <path
20
- d="M86.1721 17.4976L86.2421 17.8359H86.0622C85.0626 21.0797 72.6983 26.1841 57.0754 29.6567C41.4525 33.1294 28.0885 33.7363 25.7896 31.2189H25.6097L25.5297 30.8806C24.82 27.6966 37.8141 22.1045 54.5165 18.3831C71.2189 14.6617 85.4525 14.3135 86.1721 17.4976Z"
21
- class="fill-white dark:fill-gray-900"
22
- />
23
- <path
24
- d="M74.9769 24.5225L58.6743 36.8608C43.0514 40.3334 29.6875 40.9404 27.3986 38.4329H27.2087L25.6094 31.2687H25.7893C28.0883 33.7762 49.2686 34.2538 74.9769 24.5225Z"
25
- fill="#BDC7CE"
26
- opacity="0.2"
27
- />
28
- <path
29
- d="M60.7734 43.3979C44.3608 43.3979 31.0469 45.9054 31.0469 48.9999V49.3283L37.1441 101.229C37.3192 102.773 38.0022 104.216 39.0869 105.334C40.1716 106.451 41.5971 107.181 43.1414 107.408C48.9499 108.173 54.8044 108.538 60.6634 108.502C66.3933 108.547 72.1198 108.215 77.8056 107.507C79.3499 107.29 80.7795 106.574 81.8742 105.468C82.9688 104.362 83.6676 102.928 83.8629 101.388L90.4699 49.3681V49.0398C90.4999 45.9054 77.1859 43.3979 60.7734 43.3979Z"
30
- stroke="#9DA3AC"
31
- stroke-linecap="round"
32
- stroke-linejoin="round"
33
- />
34
- <path
35
- d="M54.5568 18.4728C37.8144 22.1942 24.8203 27.7863 25.5699 30.9604L27.2492 38.4629H27.4391C29.738 40.9803 43.102 40.3733 58.7249 36.9007C74.3478 33.4281 86.7122 28.3335 87.7117 25.0798H87.9016L86.2224 17.5773C85.4527 14.3136 71.3291 14.7514 54.5568 18.4728Z"
36
- stroke="#9DA3AC"
37
- stroke-linecap="round"
38
- stroke-linejoin="round"
39
- />
40
- <path
41
- d="M25.6094 31.3084H25.7893C28.0883 33.8258 41.4522 33.2188 57.0751 29.7462C72.698 26.2736 85.0623 21.179 86.0619 17.9253H86.2418"
42
- stroke="#9DA3AC"
43
- stroke-linecap="round"
44
- stroke-linejoin="round"
45
- />
46
- <path
47
- d="M60.7738 98.0249C60.4702 98.0262 60.1694 97.9676 59.8887 97.8526C59.6079 97.7375 59.3529 97.5683 59.1382 97.3546C58.9235 97.1409 58.7535 96.887 58.6379 96.6075C58.5224 96.3281 58.4635 96.0286 58.4649 95.7264V66.0448C58.5035 65.46 58.7641 64.9118 59.1938 64.5112C59.6235 64.1107 60.1901 63.8878 60.7788 63.8878C61.3675 63.8878 61.9341 64.1107 62.3638 64.5112C62.7935 64.9118 63.0541 65.46 63.0928 66.0448V95.7264C63.0928 96.0291 63.0327 96.3287 62.916 96.6082C62.7994 96.8878 62.6284 97.1416 62.4129 97.3552C62.1975 97.5688 61.9418 97.7378 61.6605 97.8528C61.3792 97.9677 61.0779 98.0262 60.7738 98.0249V98.0249Z"
48
- stroke="#9DA3AC"
49
- stroke-miterlimit="10"
50
- />
51
- <path
52
- d="M60.7738 96.7411V67.0595C60.7742 66.5149 60.9697 65.9883 61.3251 65.5743C61.6805 65.1603 62.1726 64.886 62.7129 64.8008C62.4426 64.3844 62.0443 64.0662 61.5774 63.8937C61.1105 63.7212 60.6001 63.7035 60.1223 63.8434C59.6445 63.9833 59.225 64.2732 58.9263 64.6699C58.6276 65.0666 58.4657 65.5488 58.4649 66.0446V95.7262C58.4635 96.0284 58.5224 96.3279 58.6379 96.6073C58.7535 96.8868 58.9235 97.1407 59.1382 97.3544C59.3529 97.5681 59.6079 97.7373 59.8887 97.8524C60.1694 97.9674 60.4702 98.026 60.7738 98.0247C60.9002 98.0345 61.0272 98.0345 61.1536 98.0247C60.902 97.6438 60.7697 97.197 60.7738 96.7411Z"
53
- fill="#BDC7CE"
54
- opacity="0.2"
55
- />
56
- <path
57
- d="M46.9504 98.0846C46.3738 98.0868 45.8174 97.8732 45.3916 97.4861C44.9658 97.0991 44.7016 96.567 44.6515 95.9951L41.9627 66.4329C41.907 65.8246 42.0964 65.2192 42.4891 64.7499C42.8818 64.2806 43.4457 63.9858 44.0567 63.9304C44.6678 63.875 45.2759 64.0635 45.7473 64.4544C46.2188 64.8453 46.5149 65.4067 46.5706 66.015L49.2594 95.5772C49.3121 96.1851 49.1209 96.7891 48.7276 97.2571C48.3342 97.7251 47.7708 98.0191 47.1603 98.0747L46.9504 98.0846Z"
58
- stroke="#9DA3AC"
59
- stroke-miterlimit="10"
60
- />
61
- <path
62
- d="M74.1375 96.8209L76.8263 67.2686C76.8514 66.9677 76.9361 66.6747 77.0756 66.4065C77.215 66.1383 77.4064 65.9002 77.6387 65.706C77.871 65.5117 78.1396 65.3651 78.429 65.2747C78.7185 65.1843 79.023 65.1518 79.3252 65.1791C79.1171 64.7147 78.7602 64.3322 78.3104 64.0913C77.8606 63.8504 77.3433 63.7647 76.8394 63.8478C76.3355 63.9308 75.8734 64.1778 75.5256 64.5502C75.1778 64.9225 74.9638 65.3991 74.9172 65.9055L72.2284 95.4677C72.1755 96.0767 72.3664 96.6818 72.7595 97.1514C73.1526 97.621 73.7161 97.9171 74.3274 97.9751C74.1616 97.6142 74.096 97.2156 74.1375 96.8209Z"
63
- fill="#BDC7CE"
64
- opacity="0.2"
65
- />
66
- <path
67
- d="M46.8998 96.9902L44.0511 67.4479C43.9925 66.8398 44.1785 66.2334 44.5681 65.7615C44.9578 65.2897 45.5195 64.9908 46.1301 64.9304C45.8397 64.5122 45.4181 64.2016 44.9314 64.0473C44.4448 63.893 43.9204 63.9038 43.4405 64.0778C42.9606 64.2518 42.5522 64.5794 42.2793 65.0091C42.0063 65.4389 41.8842 65.9466 41.932 66.4528L44.7707 95.9951C44.7995 96.2966 44.8879 96.5895 45.0307 96.8569C45.1735 97.1242 45.368 97.3609 45.603 97.5532C45.838 97.7455 46.1089 97.8897 46.4 97.9775C46.6912 98.0653 46.9969 98.0949 47.2996 98.0647C47.0753 97.7469 46.9376 97.3767 46.8998 96.9902Z"
68
- fill="#BDC7CE"
69
- opacity="0.2"
70
- />
71
- <path
72
- d="M74.4374 98.0846H74.2275C73.9243 98.0596 73.6291 97.9749 73.3589 97.8355C73.0888 97.6961 72.8491 97.5047 72.6539 97.2723C72.4586 97.04 72.3117 96.7714 72.2215 96.4821C72.1313 96.1928 72.0997 95.8886 72.1285 95.587L74.8173 66.0248C74.8423 65.7233 74.9274 65.4298 75.0676 65.1614C75.2078 64.893 75.4003 64.6551 75.6338 64.4615C75.8673 64.268 76.1373 64.1226 76.4278 64.0339C76.7184 63.9453 77.0238 63.9152 77.3261 63.9453C77.9366 64.0009 78.5001 64.2948 78.8934 64.7628C79.2867 65.2308 79.478 65.8348 79.4252 66.4428L76.7364 96.0049C76.6817 96.5741 76.4159 97.1026 75.9908 97.4872C75.5657 97.8717 75.0118 98.0847 74.4374 98.0846Z"
73
- stroke="#9DA3AC"
74
- stroke-miterlimit="10"
75
- />
76
- <g opacity="0.2">
77
- <path
78
- d="M36.7943 52.0348C33.8856 51.2687 31.9665 50.3532 31.3967 49.3682H31.0469L37.1441 101.279C37.3192 102.823 38.0022 104.266 39.0869 105.384C40.1716 106.501 41.5971 107.23 43.1414 107.458H43.2713L36.7943 52.0348Z"
79
- fill="#BDC7CE"
80
- opacity="0.2"
81
- />
82
- </g>
83
- <path
84
- d="M90.5001 49.3186L83.8932 101.348C83.6979 102.889 82.9991 104.322 81.9044 105.428C80.8098 106.534 79.3802 107.251 77.8359 107.468C72.1501 108.175 66.4235 108.508 60.6937 108.463C54.8347 108.499 48.9802 108.133 43.1717 107.368C41.6274 107.141 40.2019 106.412 39.1172 105.294C38.0325 104.177 37.3494 102.733 37.1744 101.189L31.0771 49.2788H31.427C33.0363 52.0848 45.5306 54.2539 60.7237 54.2539C75.9168 54.2539 88.4111 52.0748 90.0204 49.2788H90.5301L90.5001 49.3186Z"
85
- stroke="#9DA3AC"
86
- stroke-linecap="round"
87
- stroke-linejoin="round"
88
- />
89
- <path
90
- d="M90.5001 48.8009V49.1093H89.9903C88.381 51.9153 75.8867 54.0844 60.6936 54.0844C55.1673 54.0985 49.6455 53.7662 44.1611 53.0894C44.1611 50.2138 53.7868 44.4825 68.63 43.3481C81.2343 44.0447 90.5001 46.2138 90.5001 48.8009Z"
91
- fill="#BDC7CE"
92
- opacity="0.2"
93
- />
94
- <path
95
- d="M65.2316 18.9901L63.5523 11.4976L53.4969 13.7364L43.4315 15.9652L45.1107 23.4677L38.5537 24.9204L39.1934 27.7762L48.4492 25.7165L46.77 18.2239L54.1366 16.5921L61.4933 14.9503L63.1725 22.4528L72.4383 20.3931L71.7986 17.5374L65.2316 18.9901Z"
96
- class="fill-white dark:fill-gray-900"
97
- stroke="#9DA3AC"
98
- stroke-linecap="round"
99
- stroke-linejoin="round"
100
- />
101
- </g>
102
- <defs>
103
- <clipPath id="clip0_701_235264">
104
- <rect fill="white" height="98" transform="translate(25 11)" width="66" />
105
- </clipPath>
106
- </defs>
107
- </svg>
108
- </template>
1
+ <template>
2
+ <svg
3
+ fill="none"
4
+ height="120"
5
+ viewBox="0 0 120 120"
6
+ width="120"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <circle cx="60" cy="60" fill="#BDC7CE" fill-opacity="0.15" r="50" />
10
+ <g clip-path="url(#clip0_701_235264)">
11
+ <path
12
+ d="M60.7734 43.3979C44.3608 43.3979 31.0469 45.9054 31.0469 48.9999V49.3283L37.1441 101.229C37.3192 102.773 38.0022 104.216 39.0869 105.334C40.1716 106.451 41.5971 107.181 43.1414 107.408C48.9499 108.173 54.8044 108.538 60.6634 108.502C66.3933 108.547 72.1198 108.215 77.8056 107.507C79.3499 107.29 80.7795 106.574 81.8742 105.468C82.9688 104.362 83.6676 102.928 83.8629 101.388L90.4699 49.3681V49.0398C90.4999 45.9054 77.1859 43.3979 60.7734 43.3979Z"
13
+ class="fill-white dark:fill-gray-900"
14
+ />
15
+ <path
16
+ d="M54.5568 18.4728C37.8144 22.1942 24.8203 27.7863 25.5699 30.9604L27.2492 38.4629H27.4391C29.738 40.9803 43.102 40.3733 58.7249 36.9007C74.3478 33.4281 86.7122 28.3335 87.7117 25.0798H87.9016L86.2224 17.5773C85.4527 14.3136 71.3291 14.7514 54.5568 18.4728Z"
17
+ class="fill-white dark:fill-gray-900"
18
+ />
19
+ <path
20
+ d="M86.1721 17.4976L86.2421 17.8359H86.0622C85.0626 21.0797 72.6983 26.1841 57.0754 29.6567C41.4525 33.1294 28.0885 33.7363 25.7896 31.2189H25.6097L25.5297 30.8806C24.82 27.6966 37.8141 22.1045 54.5165 18.3831C71.2189 14.6617 85.4525 14.3135 86.1721 17.4976Z"
21
+ class="fill-white dark:fill-gray-900"
22
+ />
23
+ <path
24
+ d="M74.9769 24.5225L58.6743 36.8608C43.0514 40.3334 29.6875 40.9404 27.3986 38.4329H27.2087L25.6094 31.2687H25.7893C28.0883 33.7762 49.2686 34.2538 74.9769 24.5225Z"
25
+ fill="#BDC7CE"
26
+ opacity="0.2"
27
+ />
28
+ <path
29
+ d="M60.7734 43.3979C44.3608 43.3979 31.0469 45.9054 31.0469 48.9999V49.3283L37.1441 101.229C37.3192 102.773 38.0022 104.216 39.0869 105.334C40.1716 106.451 41.5971 107.181 43.1414 107.408C48.9499 108.173 54.8044 108.538 60.6634 108.502C66.3933 108.547 72.1198 108.215 77.8056 107.507C79.3499 107.29 80.7795 106.574 81.8742 105.468C82.9688 104.362 83.6676 102.928 83.8629 101.388L90.4699 49.3681V49.0398C90.4999 45.9054 77.1859 43.3979 60.7734 43.3979Z"
30
+ stroke="#9DA3AC"
31
+ stroke-linecap="round"
32
+ stroke-linejoin="round"
33
+ />
34
+ <path
35
+ d="M54.5568 18.4728C37.8144 22.1942 24.8203 27.7863 25.5699 30.9604L27.2492 38.4629H27.4391C29.738 40.9803 43.102 40.3733 58.7249 36.9007C74.3478 33.4281 86.7122 28.3335 87.7117 25.0798H87.9016L86.2224 17.5773C85.4527 14.3136 71.3291 14.7514 54.5568 18.4728Z"
36
+ stroke="#9DA3AC"
37
+ stroke-linecap="round"
38
+ stroke-linejoin="round"
39
+ />
40
+ <path
41
+ d="M25.6094 31.3084H25.7893C28.0883 33.8258 41.4522 33.2188 57.0751 29.7462C72.698 26.2736 85.0623 21.179 86.0619 17.9253H86.2418"
42
+ stroke="#9DA3AC"
43
+ stroke-linecap="round"
44
+ stroke-linejoin="round"
45
+ />
46
+ <path
47
+ d="M60.7738 98.0249C60.4702 98.0262 60.1694 97.9676 59.8887 97.8526C59.6079 97.7375 59.3529 97.5683 59.1382 97.3546C58.9235 97.1409 58.7535 96.887 58.6379 96.6075C58.5224 96.3281 58.4635 96.0286 58.4649 95.7264V66.0448C58.5035 65.46 58.7641 64.9118 59.1938 64.5112C59.6235 64.1107 60.1901 63.8878 60.7788 63.8878C61.3675 63.8878 61.9341 64.1107 62.3638 64.5112C62.7935 64.9118 63.0541 65.46 63.0928 66.0448V95.7264C63.0928 96.0291 63.0327 96.3287 62.916 96.6082C62.7994 96.8878 62.6284 97.1416 62.4129 97.3552C62.1975 97.5688 61.9418 97.7378 61.6605 97.8528C61.3792 97.9677 61.0779 98.0262 60.7738 98.0249V98.0249Z"
48
+ stroke="#9DA3AC"
49
+ stroke-miterlimit="10"
50
+ />
51
+ <path
52
+ d="M60.7738 96.7411V67.0595C60.7742 66.5149 60.9697 65.9883 61.3251 65.5743C61.6805 65.1603 62.1726 64.886 62.7129 64.8008C62.4426 64.3844 62.0443 64.0662 61.5774 63.8937C61.1105 63.7212 60.6001 63.7035 60.1223 63.8434C59.6445 63.9833 59.225 64.2732 58.9263 64.6699C58.6276 65.0666 58.4657 65.5488 58.4649 66.0446V95.7262C58.4635 96.0284 58.5224 96.3279 58.6379 96.6073C58.7535 96.8868 58.9235 97.1407 59.1382 97.3544C59.3529 97.5681 59.6079 97.7373 59.8887 97.8524C60.1694 97.9674 60.4702 98.026 60.7738 98.0247C60.9002 98.0345 61.0272 98.0345 61.1536 98.0247C60.902 97.6438 60.7697 97.197 60.7738 96.7411Z"
53
+ fill="#BDC7CE"
54
+ opacity="0.2"
55
+ />
56
+ <path
57
+ d="M46.9504 98.0846C46.3738 98.0868 45.8174 97.8732 45.3916 97.4861C44.9658 97.0991 44.7016 96.567 44.6515 95.9951L41.9627 66.4329C41.907 65.8246 42.0964 65.2192 42.4891 64.7499C42.8818 64.2806 43.4457 63.9858 44.0567 63.9304C44.6678 63.875 45.2759 64.0635 45.7473 64.4544C46.2188 64.8453 46.5149 65.4067 46.5706 66.015L49.2594 95.5772C49.3121 96.1851 49.1209 96.7891 48.7276 97.2571C48.3342 97.7251 47.7708 98.0191 47.1603 98.0747L46.9504 98.0846Z"
58
+ stroke="#9DA3AC"
59
+ stroke-miterlimit="10"
60
+ />
61
+ <path
62
+ d="M74.1375 96.8209L76.8263 67.2686C76.8514 66.9677 76.9361 66.6747 77.0756 66.4065C77.215 66.1383 77.4064 65.9002 77.6387 65.706C77.871 65.5117 78.1396 65.3651 78.429 65.2747C78.7185 65.1843 79.023 65.1518 79.3252 65.1791C79.1171 64.7147 78.7602 64.3322 78.3104 64.0913C77.8606 63.8504 77.3433 63.7647 76.8394 63.8478C76.3355 63.9308 75.8734 64.1778 75.5256 64.5502C75.1778 64.9225 74.9638 65.3991 74.9172 65.9055L72.2284 95.4677C72.1755 96.0767 72.3664 96.6818 72.7595 97.1514C73.1526 97.621 73.7161 97.9171 74.3274 97.9751C74.1616 97.6142 74.096 97.2156 74.1375 96.8209Z"
63
+ fill="#BDC7CE"
64
+ opacity="0.2"
65
+ />
66
+ <path
67
+ d="M46.8998 96.9902L44.0511 67.4479C43.9925 66.8398 44.1785 66.2334 44.5681 65.7615C44.9578 65.2897 45.5195 64.9908 46.1301 64.9304C45.8397 64.5122 45.4181 64.2016 44.9314 64.0473C44.4448 63.893 43.9204 63.9038 43.4405 64.0778C42.9606 64.2518 42.5522 64.5794 42.2793 65.0091C42.0063 65.4389 41.8842 65.9466 41.932 66.4528L44.7707 95.9951C44.7995 96.2966 44.8879 96.5895 45.0307 96.8569C45.1735 97.1242 45.368 97.3609 45.603 97.5532C45.838 97.7455 46.1089 97.8897 46.4 97.9775C46.6912 98.0653 46.9969 98.0949 47.2996 98.0647C47.0753 97.7469 46.9376 97.3767 46.8998 96.9902Z"
68
+ fill="#BDC7CE"
69
+ opacity="0.2"
70
+ />
71
+ <path
72
+ d="M74.4374 98.0846H74.2275C73.9243 98.0596 73.6291 97.9749 73.3589 97.8355C73.0888 97.6961 72.8491 97.5047 72.6539 97.2723C72.4586 97.04 72.3117 96.7714 72.2215 96.4821C72.1313 96.1928 72.0997 95.8886 72.1285 95.587L74.8173 66.0248C74.8423 65.7233 74.9274 65.4298 75.0676 65.1614C75.2078 64.893 75.4003 64.6551 75.6338 64.4615C75.8673 64.268 76.1373 64.1226 76.4278 64.0339C76.7184 63.9453 77.0238 63.9152 77.3261 63.9453C77.9366 64.0009 78.5001 64.2948 78.8934 64.7628C79.2867 65.2308 79.478 65.8348 79.4252 66.4428L76.7364 96.0049C76.6817 96.5741 76.4159 97.1026 75.9908 97.4872C75.5657 97.8717 75.0118 98.0847 74.4374 98.0846Z"
73
+ stroke="#9DA3AC"
74
+ stroke-miterlimit="10"
75
+ />
76
+ <g opacity="0.2">
77
+ <path
78
+ d="M36.7943 52.0348C33.8856 51.2687 31.9665 50.3532 31.3967 49.3682H31.0469L37.1441 101.279C37.3192 102.823 38.0022 104.266 39.0869 105.384C40.1716 106.501 41.5971 107.23 43.1414 107.458H43.2713L36.7943 52.0348Z"
79
+ fill="#BDC7CE"
80
+ opacity="0.2"
81
+ />
82
+ </g>
83
+ <path
84
+ d="M90.5001 49.3186L83.8932 101.348C83.6979 102.889 82.9991 104.322 81.9044 105.428C80.8098 106.534 79.3802 107.251 77.8359 107.468C72.1501 108.175 66.4235 108.508 60.6937 108.463C54.8347 108.499 48.9802 108.133 43.1717 107.368C41.6274 107.141 40.2019 106.412 39.1172 105.294C38.0325 104.177 37.3494 102.733 37.1744 101.189L31.0771 49.2788H31.427C33.0363 52.0848 45.5306 54.2539 60.7237 54.2539C75.9168 54.2539 88.4111 52.0748 90.0204 49.2788H90.5301L90.5001 49.3186Z"
85
+ stroke="#9DA3AC"
86
+ stroke-linecap="round"
87
+ stroke-linejoin="round"
88
+ />
89
+ <path
90
+ d="M90.5001 48.8009V49.1093H89.9903C88.381 51.9153 75.8867 54.0844 60.6936 54.0844C55.1673 54.0985 49.6455 53.7662 44.1611 53.0894C44.1611 50.2138 53.7868 44.4825 68.63 43.3481C81.2343 44.0447 90.5001 46.2138 90.5001 48.8009Z"
91
+ fill="#BDC7CE"
92
+ opacity="0.2"
93
+ />
94
+ <path
95
+ d="M65.2316 18.9901L63.5523 11.4976L53.4969 13.7364L43.4315 15.9652L45.1107 23.4677L38.5537 24.9204L39.1934 27.7762L48.4492 25.7165L46.77 18.2239L54.1366 16.5921L61.4933 14.9503L63.1725 22.4528L72.4383 20.3931L71.7986 17.5374L65.2316 18.9901Z"
96
+ class="fill-white dark:fill-gray-900"
97
+ stroke="#9DA3AC"
98
+ stroke-linecap="round"
99
+ stroke-linejoin="round"
100
+ />
101
+ </g>
102
+ <defs>
103
+ <clipPath id="clip0_701_235264">
104
+ <rect fill="white" height="98" transform="translate(25 11)" width="66" />
105
+ </clipPath>
106
+ </defs>
107
+ </svg>
108
+ </template>
@@ -1,38 +1,38 @@
1
- <template>
2
- <svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <circle cx="50" cy="50" r="50" fill="#BDC7CE" fill-opacity="0.15"/>
4
- <g clip-path="url(#clip0_78_55)">
5
- <path d="M43.7944 40.2118H43.9657L41.767 28.6625L38.2262 29.3104C37.4457 28.9254 36.7603 28.5686 36.1797 28.2587C34.7656 27.5067 33.1331 27.2549 31.5538 27.5451C15.4677 30.5686 13.7068 28.8784 10.8989 30.9817C6.60613 34.193 5.04512 40.8127 0.428711 44.2305L8.99525 63.1789C8.99525 63.1789 17.8378 67.3291 26.252 56.3338C33.4003 47.0005 41.8431 42.7094 44.6511 42.1085C44.6296 41.3896 44.3218 40.7082 43.7944 40.2118V40.2118Z" fill="white"/>
6
- <path d="M55.3683 42.9714C58.1762 43.5723 66.619 47.8728 73.7673 57.2061C82.1911 68.2014 91.0241 64.0418 91.0241 64.0418L99.5906 45.1028C95.0123 41.685 93.4608 35.0559 89.168 31.854C86.3125 29.7507 84.5897 31.4315 68.5131 28.4174C66.9319 28.1198 65.2949 28.3685 63.8777 29.1216C63.2971 29.4315 62.6118 29.7883 61.8313 30.1732L58.2904 29.5254L56.1012 41.084H56.263C55.7238 41.5719 55.4021 42.2504 55.3683 42.9714V42.9714Z" fill="white"/>
7
- <g opacity="0.2">
8
- <path opacity="0.2" d="M58.2236 29.7891L57.7286 32.4651L65.1054 33.8172C67.0116 34.1559 68.7353 35.1483 69.9718 36.619C71.2084 38.0896 71.8784 39.9441 71.8634 41.8548C72.0184 41.4394 72.1393 41.0123 72.2251 40.5778C72.421 39.5261 72.4037 38.4465 72.1742 37.4015C71.9447 36.3564 71.5075 35.3666 70.888 34.4892C70.2685 33.6118 69.4789 32.8641 68.5648 32.2895C67.6506 31.7148 66.6302 31.3245 65.5623 31.1412L58.2236 29.7891Z" fill="#BDC7CE"/>
9
- </g>
10
- <path opacity="0.2" d="M59.3943 32.1732C60.1748 31.7882 60.8696 31.4314 61.4503 31.1216C62.8613 30.3607 64.497 30.1083 66.0762 30.4079C82.1622 33.422 83.9231 31.7413 86.731 33.8446C91.0238 37.0464 92.5849 43.6755 97.1537 47.0934L99.5523 45.084C94.9835 41.6662 93.4225 35.0464 89.1392 31.8352C86.2837 29.7319 84.5608 31.422 68.4843 28.3986C66.9019 28.1084 65.2665 28.3602 63.8489 29.1122C63.2683 29.422 62.5734 29.7788 61.8024 30.1638L59.3943 32.1732Z" fill="#BDC7CE"/>
11
- <path opacity="0.2" d="M55.2919 43.1502C58.0998 43.7511 66.5426 48.0422 73.6909 57.3755C82.1051 68.3708 90.9477 64.2206 90.9477 64.2206L91.9947 61.7323C91.9947 61.7323 83.1616 65.8825 74.7379 54.8872C67.9227 45.9952 59.9463 41.676 56.7862 40.8027C56.366 41.0487 56.0112 41.3899 55.7513 41.7982C55.4914 42.2064 55.3339 42.6699 55.2919 43.1502Z" fill="#BDC7CE"/>
12
- <g opacity="0.2">
13
- <path opacity="0.2" d="M41.7758 28.793L42.2612 31.4596L34.8845 32.8117C32.9782 33.1504 31.2546 34.1428 30.018 35.6135C28.7814 37.0842 28.1115 38.9386 28.1264 40.8493C27.9702 40.435 27.8524 40.0076 27.7743 39.5723C27.5779 38.524 27.5934 37.4477 27.8199 36.4053C28.0464 35.3628 28.4795 34.3748 29.0942 33.498C29.7088 32.6211 30.4931 31.8727 31.4018 31.2957C32.3106 30.7187 33.3259 30.3245 34.3895 30.1357L41.7758 28.793Z" fill="#BDC7CE"/>
14
- </g>
15
- <path opacity="0.2" d="M40.6346 31.169C39.8541 30.7841 39.1592 30.4273 38.5786 30.1174C37.1645 29.3654 35.532 29.1136 33.9527 29.4038C17.8666 32.4272 16.1152 30.7371 13.2978 32.8404C9.00502 36.0517 7.444 42.6714 2.87518 46.0892L0.476562 44.0798C5.04538 40.662 6.60639 34.0423 10.9468 30.831C13.7547 28.7277 15.5156 30.4179 31.6016 27.4038C33.1798 27.106 34.8138 27.3548 36.2276 28.108C36.8082 28.4179 37.503 28.7747 38.2835 29.1597L40.6346 31.169Z" fill="#BDC7CE"/>
16
- <path opacity="0.2" d="M44.6989 42.1462C41.9005 42.7472 33.4482 47.0383 26.2999 56.3716C17.8857 67.3669 9.04312 63.2167 9.04312 63.2167L7.99609 60.7284C7.99609 60.7284 16.8291 64.8786 25.2529 53.8833C32.0681 44.9913 40.0445 40.6721 43.2046 39.7988C43.6248 40.0448 43.9796 40.386 44.2395 40.7943C44.4994 41.2025 44.6569 41.666 44.6989 42.1462V42.1462Z" fill="#BDC7CE"/>
17
- <path d="M90.9481 64.0332C90.9481 64.0332 82.1055 68.1834 73.6913 57.1881C66.543 47.8548 58.1002 43.5637 55.2923 42.9628C55.2923 42.9628 55.2162 41.5637 57.0818 40.3806C62.9451 36.6247 72.6252 46.775 76.5183 44.3055" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
18
- <path d="M99.5146 45.084C94.9458 41.6662 93.3848 35.0464 89.1015 31.8352C86.246 29.7319 84.5232 31.422 68.4467 28.3986C66.8642 28.1084 65.2288 28.3602 63.8112 29.1122C63.2306 29.422 62.5358 29.7788 61.7648 30.1638" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
19
- <path d="M81.8196 34.1641C79.0945 38.2457 75.2207 41.4536 70.6736 43.3941" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
20
- <path d="M72.2246 39.5078C91.8705 42.4843 83.6466 58.3998 80.3438 72.5313" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
21
- <path d="M71.1401 43.0278C71.8448 41.906 72.26 40.631 72.3495 39.3142C72.4389 37.9974 72.1999 36.6791 71.6533 35.4746C71.1066 34.2701 70.269 33.2161 69.2138 32.4049C68.1586 31.5936 66.9179 31.0499 65.6004 30.8212L58.2237 29.4785L56.0344 41.0278" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
22
- <path d="M56.2249 40.0227L49.7429 38.7363" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
23
- <path d="M51.2285 30.8223L57.444 32.0617" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
24
- <path d="M9.04199 63.2168C9.04199 63.2168 17.8845 67.367 26.2988 56.3717C33.4471 47.0384 41.8899 42.7473 44.6978 42.1464C44.6978 42.1464 44.7739 40.7473 42.9083 39.5642C37.0545 35.8083 27.3648 45.9586 23.4718 43.4891" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
25
- <path d="M0.476562 44.2673C5.04538 40.8495 6.60639 34.2298 10.9468 31.0185C13.7547 28.9152 15.5156 30.6054 31.6016 27.5913C33.1798 27.2935 34.8138 27.5423 36.2276 28.2955C36.8082 28.6054 37.503 28.9622 38.2835 29.3471" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
26
- <path d="M18.1709 33.3477C20.896 37.4293 24.7698 40.6372 29.3169 42.5777" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
27
- <path d="M19.6456 71.7129C16.3046 57.5815 8.11884 41.666 27.7648 38.6895" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
28
- <path d="M43.9649 40.2579L41.7662 28.6992L34.3894 30.042C33.0743 30.2748 31.8367 30.8209 30.7842 31.6329C29.7317 32.445 28.8961 33.4983 28.3501 34.7013C27.8042 35.9043 27.5643 37.2207 27.6514 38.536C27.7384 39.8513 28.1498 41.1258 28.8498 42.2485" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
29
- </g>
30
- <defs>
31
- <clipPath id="clip0_78_55">
32
- <rect width="100" height="46" fill="white" transform="translate(0 27)"/>
33
- </clipPath>
34
- </defs>
35
- </svg>
36
- </template>
37
- <script setup lang="ts">
38
- </script>
1
+ <template>
2
+ <svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <circle cx="50" cy="50" r="50" fill="#BDC7CE" fill-opacity="0.15"/>
4
+ <g clip-path="url(#clip0_78_55)">
5
+ <path d="M43.7944 40.2118H43.9657L41.767 28.6625L38.2262 29.3104C37.4457 28.9254 36.7603 28.5686 36.1797 28.2587C34.7656 27.5067 33.1331 27.2549 31.5538 27.5451C15.4677 30.5686 13.7068 28.8784 10.8989 30.9817C6.60613 34.193 5.04512 40.8127 0.428711 44.2305L8.99525 63.1789C8.99525 63.1789 17.8378 67.3291 26.252 56.3338C33.4003 47.0005 41.8431 42.7094 44.6511 42.1085C44.6296 41.3896 44.3218 40.7082 43.7944 40.2118V40.2118Z" fill="white"/>
6
+ <path d="M55.3683 42.9714C58.1762 43.5723 66.619 47.8728 73.7673 57.2061C82.1911 68.2014 91.0241 64.0418 91.0241 64.0418L99.5906 45.1028C95.0123 41.685 93.4608 35.0559 89.168 31.854C86.3125 29.7507 84.5897 31.4315 68.5131 28.4174C66.9319 28.1198 65.2949 28.3685 63.8777 29.1216C63.2971 29.4315 62.6118 29.7883 61.8313 30.1732L58.2904 29.5254L56.1012 41.084H56.263C55.7238 41.5719 55.4021 42.2504 55.3683 42.9714V42.9714Z" fill="white"/>
7
+ <g opacity="0.2">
8
+ <path opacity="0.2" d="M58.2236 29.7891L57.7286 32.4651L65.1054 33.8172C67.0116 34.1559 68.7353 35.1483 69.9718 36.619C71.2084 38.0896 71.8784 39.9441 71.8634 41.8548C72.0184 41.4394 72.1393 41.0123 72.2251 40.5778C72.421 39.5261 72.4037 38.4465 72.1742 37.4015C71.9447 36.3564 71.5075 35.3666 70.888 34.4892C70.2685 33.6118 69.4789 32.8641 68.5648 32.2895C67.6506 31.7148 66.6302 31.3245 65.5623 31.1412L58.2236 29.7891Z" fill="#BDC7CE"/>
9
+ </g>
10
+ <path opacity="0.2" d="M59.3943 32.1732C60.1748 31.7882 60.8696 31.4314 61.4503 31.1216C62.8613 30.3607 64.497 30.1083 66.0762 30.4079C82.1622 33.422 83.9231 31.7413 86.731 33.8446C91.0238 37.0464 92.5849 43.6755 97.1537 47.0934L99.5523 45.084C94.9835 41.6662 93.4225 35.0464 89.1392 31.8352C86.2837 29.7319 84.5608 31.422 68.4843 28.3986C66.9019 28.1084 65.2665 28.3602 63.8489 29.1122C63.2683 29.422 62.5734 29.7788 61.8024 30.1638L59.3943 32.1732Z" fill="#BDC7CE"/>
11
+ <path opacity="0.2" d="M55.2919 43.1502C58.0998 43.7511 66.5426 48.0422 73.6909 57.3755C82.1051 68.3708 90.9477 64.2206 90.9477 64.2206L91.9947 61.7323C91.9947 61.7323 83.1616 65.8825 74.7379 54.8872C67.9227 45.9952 59.9463 41.676 56.7862 40.8027C56.366 41.0487 56.0112 41.3899 55.7513 41.7982C55.4914 42.2064 55.3339 42.6699 55.2919 43.1502Z" fill="#BDC7CE"/>
12
+ <g opacity="0.2">
13
+ <path opacity="0.2" d="M41.7758 28.793L42.2612 31.4596L34.8845 32.8117C32.9782 33.1504 31.2546 34.1428 30.018 35.6135C28.7814 37.0842 28.1115 38.9386 28.1264 40.8493C27.9702 40.435 27.8524 40.0076 27.7743 39.5723C27.5779 38.524 27.5934 37.4477 27.8199 36.4053C28.0464 35.3628 28.4795 34.3748 29.0942 33.498C29.7088 32.6211 30.4931 31.8727 31.4018 31.2957C32.3106 30.7187 33.3259 30.3245 34.3895 30.1357L41.7758 28.793Z" fill="#BDC7CE"/>
14
+ </g>
15
+ <path opacity="0.2" d="M40.6346 31.169C39.8541 30.7841 39.1592 30.4273 38.5786 30.1174C37.1645 29.3654 35.532 29.1136 33.9527 29.4038C17.8666 32.4272 16.1152 30.7371 13.2978 32.8404C9.00502 36.0517 7.444 42.6714 2.87518 46.0892L0.476562 44.0798C5.04538 40.662 6.60639 34.0423 10.9468 30.831C13.7547 28.7277 15.5156 30.4179 31.6016 27.4038C33.1798 27.106 34.8138 27.3548 36.2276 28.108C36.8082 28.4179 37.503 28.7747 38.2835 29.1597L40.6346 31.169Z" fill="#BDC7CE"/>
16
+ <path opacity="0.2" d="M44.6989 42.1462C41.9005 42.7472 33.4482 47.0383 26.2999 56.3716C17.8857 67.3669 9.04312 63.2167 9.04312 63.2167L7.99609 60.7284C7.99609 60.7284 16.8291 64.8786 25.2529 53.8833C32.0681 44.9913 40.0445 40.6721 43.2046 39.7988C43.6248 40.0448 43.9796 40.386 44.2395 40.7943C44.4994 41.2025 44.6569 41.666 44.6989 42.1462V42.1462Z" fill="#BDC7CE"/>
17
+ <path d="M90.9481 64.0332C90.9481 64.0332 82.1055 68.1834 73.6913 57.1881C66.543 47.8548 58.1002 43.5637 55.2923 42.9628C55.2923 42.9628 55.2162 41.5637 57.0818 40.3806C62.9451 36.6247 72.6252 46.775 76.5183 44.3055" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
18
+ <path d="M99.5146 45.084C94.9458 41.6662 93.3848 35.0464 89.1015 31.8352C86.246 29.7319 84.5232 31.422 68.4467 28.3986C66.8642 28.1084 65.2288 28.3602 63.8112 29.1122C63.2306 29.422 62.5358 29.7788 61.7648 30.1638" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
19
+ <path d="M81.8196 34.1641C79.0945 38.2457 75.2207 41.4536 70.6736 43.3941" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
20
+ <path d="M72.2246 39.5078C91.8705 42.4843 83.6466 58.3998 80.3438 72.5313" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
21
+ <path d="M71.1401 43.0278C71.8448 41.906 72.26 40.631 72.3495 39.3142C72.4389 37.9974 72.1999 36.6791 71.6533 35.4746C71.1066 34.2701 70.269 33.2161 69.2138 32.4049C68.1586 31.5936 66.9179 31.0499 65.6004 30.8212L58.2237 29.4785L56.0344 41.0278" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
22
+ <path d="M56.2249 40.0227L49.7429 38.7363" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
23
+ <path d="M51.2285 30.8223L57.444 32.0617" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
24
+ <path d="M9.04199 63.2168C9.04199 63.2168 17.8845 67.367 26.2988 56.3717C33.4471 47.0384 41.8899 42.7473 44.6978 42.1464C44.6978 42.1464 44.7739 40.7473 42.9083 39.5642C37.0545 35.8083 27.3648 45.9586 23.4718 43.4891" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
25
+ <path d="M0.476562 44.2673C5.04538 40.8495 6.60639 34.2298 10.9468 31.0185C13.7547 28.9152 15.5156 30.6054 31.6016 27.5913C33.1798 27.2935 34.8138 27.5423 36.2276 28.2955C36.8082 28.6054 37.503 28.9622 38.2835 29.3471" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
26
+ <path d="M18.1709 33.3477C20.896 37.4293 24.7698 40.6372 29.3169 42.5777" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
27
+ <path d="M19.6456 71.7129C16.3046 57.5815 8.11884 41.666 27.7648 38.6895" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
28
+ <path d="M43.9649 40.2579L41.7662 28.6992L34.3894 30.042C33.0743 30.2748 31.8367 30.8209 30.7842 31.6329C29.7317 32.445 28.8961 33.4983 28.3501 34.7013C27.8042 35.9043 27.5643 37.2207 27.6514 38.536C27.7384 39.8513 28.1498 41.1258 28.8498 42.2485" stroke="#9DA3AC" stroke-width="0.943396" stroke-linecap="round" stroke-linejoin="round"/>
29
+ </g>
30
+ <defs>
31
+ <clipPath id="clip0_78_55">
32
+ <rect width="100" height="46" fill="white" transform="translate(0 27)"/>
33
+ </clipPath>
34
+ </defs>
35
+ </svg>
36
+ </template>
37
+ <script setup lang="ts">
38
+ </script>