adata-ui 3.1.79 → 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 +72 -72
  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_7183_5869)">
11
- <path
12
- d="M79.5698 42.3733C81.2541 35.868 82.2276 29.1992 82.4734 22.4839L38.92 22.9001L37.4586 22.8323C37.1943 29.4567 36.2209 36.0337 34.555 42.4507C29.1641 62.7079 35.0679 85.0363 35.0679 85.0363H37.9715V84.9588H47.108C46.5984 86.8646 45.9779 88.7389 45.2498 90.5724C39.9847 103.764 48.2985 109.233 48.2985 109.233L51.0472 108.816L69.6881 106.474C70.2882 100.667 75.3113 95.8278 75.8823 90.3401C75.8823 90.1272 75.8823 89.9433 75.8823 89.7594V89.6626C75.8921 89.5273 75.8921 89.3914 75.8823 89.2561C75.8919 89.1143 75.8919 88.972 75.8823 88.8303C75.5548 87.5042 75.0295 86.235 74.3241 85.0653V84.9878H80.1312C80.1312 84.9878 74.2079 62.6401 79.5698 42.3733Z"
13
- class="fill-white dark:fill-gray-900"
14
- />
15
- <path
16
- d="M71.3828 84.417C72.4958 86.6527 72.7474 87.2431 72.5732 88.9272C72.0022 94.3665 66.979 99.2639 66.3789 105.061L69.3696 106.078C69.9793 100.27 74.9929 95.3828 75.5639 89.9435C75.7671 88.0077 75.3509 87.4464 73.8314 84.417H71.3828Z"
17
- fill="#BDC7CE"
18
- opacity="0.2"
19
- />
20
- <path
21
- d="M69.3672 106.078C69.9769 100.271 74.9904 95.3829 75.5615 89.9436C75.755 88.0853 75.4066 87.4368 74.0032 84.6494"
22
- stroke="#9DA3AC"
23
- stroke-linecap="round"
24
- stroke-linejoin="round"
25
- stroke-width="0.967853"
26
- />
27
- <path
28
- d="M55.1307 68.7183C55.1322 68.2797 55.2308 67.847 55.4194 67.451C55.608 67.0551 55.8819 66.7058 56.2215 66.4282C56.561 66.1507 56.9578 65.9517 57.3833 65.8457C57.8088 65.7396 58.2526 65.729 58.6827 65.8147C58.4285 65.3956 58.0738 65.0465 57.6508 64.7988C57.2279 64.551 56.7499 64.4125 56.26 64.3958C55.7701 64.379 55.2837 64.4845 54.8448 64.7027C54.4059 64.9209 54.0282 65.245 53.7459 65.6457C53.4635 66.0464 53.2854 66.5111 53.2276 66.9979C53.1698 67.4846 53.2341 67.9781 53.4148 68.4338C53.5954 68.8895 53.8867 69.293 54.2623 69.608C54.6379 69.9229 55.086 70.1394 55.5662 70.2378C55.2833 69.7813 55.1325 69.2553 55.1307 68.7183Z"
29
- fill="#BDC7CE"
30
- opacity="0.2"
31
- />
32
- <path
33
- d="M56.1589 70.267C57.7946 70.267 59.1205 68.941 59.1205 67.3054C59.1205 65.6697 57.7946 64.3438 56.1589 64.3438C54.5232 64.3438 53.1973 65.6697 53.1973 67.3054C53.1973 68.941 54.5232 70.267 56.1589 70.267Z"
34
- stroke="#9DA3AC"
35
- stroke-miterlimit="10"
36
- stroke-width="0.967853"
37
- />
38
- <path
39
- d="M37.1406 22.4062C36.8708 29.0301 35.8975 35.6066 34.237 42.0246C28.8364 62.2818 34.75 84.6102 34.75 84.6102H37.6535C36.2598 77.6513 33.6369 57.8394 37.7794 42.2763C39.4671 35.8199 40.4855 29.2068 40.8184 22.5418L37.1406 22.4062Z"
40
- fill="#BDC7CE"
41
- opacity="0.2"
42
- />
43
- <path
44
- d="M44.4354 43.7767C44.4354 37.6792 51.5879 32.7335 60.4147 32.7335C64.1 32.6813 67.7312 33.6242 70.9256 35.4628C68.0994 32.3366 63.0956 30.2461 57.3756 30.2461C48.5488 30.2461 41.3867 35.1918 41.3867 41.2893C41.3867 44.609 43.516 47.5707 46.8647 49.5935C45.3507 48.0301 44.4831 45.9525 44.4354 43.7767Z"
45
- fill="#BDC7CE"
46
- opacity="0.2"
47
- />
48
- <path
49
- d="M59.4474 41.3667H49.4785"
50
- stroke="#9DA3AC"
51
- stroke-linecap="round"
52
- stroke-linejoin="round"
53
- stroke-width="0.967853"
54
- />
55
- <path
56
- d="M63.3105 36.1597V46.5738"
57
- stroke="#9DA3AC"
58
- stroke-linecap="round"
59
- stroke-linejoin="round"
60
- stroke-width="0.967853"
61
- />
62
- <path
63
- d="M59.4473 36.1597V46.5738"
64
- stroke="#9DA3AC"
65
- stroke-linecap="round"
66
- stroke-linejoin="round"
67
- stroke-width="0.967853"
68
- />
69
- <path
70
- d="M57.3678 52.3325C66.1983 52.3325 73.3568 47.3883 73.3568 41.2893C73.3568 35.1903 66.1983 30.2461 57.3678 30.2461C48.5374 30.2461 41.3789 35.1903 41.3789 41.2893C41.3789 47.3883 48.5374 52.3325 57.3678 52.3325Z"
71
- stroke="#9DA3AC"
72
- stroke-miterlimit="10"
73
- stroke-width="0.967853"
74
- />
75
- <path
76
- d="M56.9023 84.5911H79.7921C79.7921 84.5911 73.8882 62.2336 79.2791 42.0055C80.9582 35.4959 81.9316 28.8244 82.1827 22.1064"
77
- stroke="#9DA3AC"
78
- stroke-miterlimit="10"
79
- stroke-width="0.967853"
80
- />
81
- <path
82
- d="M37.6016 22.4839C37.3438 29.0547 36.3866 35.5794 34.7464 41.9474C29.3555 62.2143 35.2594 84.533 35.2594 84.533H46.9704"
83
- stroke="#9DA3AC"
84
- stroke-miterlimit="10"
85
- stroke-width="0.967853"
86
- />
87
- <path
88
- d="M47.8249 66.5791C48.7928 69.3375 49.4315 78.9773 44.9213 90.1754C39.6659 103.367 47.9798 108.845 47.9798 108.845L50.7285 108.419C50.7285 108.419 42.4146 102.961 47.6701 89.7592C51.9189 79.1128 51.5415 69.8408 50.6607 66.6081C50.2238 66.3801 49.7392 66.2586 49.2463 66.2536C48.7535 66.2485 48.2664 66.3601 47.8249 66.5791Z"
89
- fill="#BDC7CE"
90
- opacity="0.2"
91
- />
92
- <path
93
- d="M48.1926 108.788C48.1926 108.788 39.8788 103.319 45.1342 90.1273C49.596 78.9292 48.9379 69.2895 47.9894 66.5311C47.9894 66.5311 49.1798 65.7181 51.2123 66.7053C57.5711 69.8218 53.7481 83.633 57.9873 85.7042"
94
- stroke="#9DA3AC"
95
- stroke-width="0.967853"
96
- stroke-linecap="round"
97
- stroke-linejoin="round"
98
- />
99
- <path
100
- d="M32.4844 22.4839H87.5165"
101
- stroke="#9DA3AC"
102
- stroke-width="0.967853"
103
- stroke-linecap="round"
104
- stroke-linejoin="round"
105
- />
106
- </g>
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_7183_5869)">
11
+ <path
12
+ d="M79.5698 42.3733C81.2541 35.868 82.2276 29.1992 82.4734 22.4839L38.92 22.9001L37.4586 22.8323C37.1943 29.4567 36.2209 36.0337 34.555 42.4507C29.1641 62.7079 35.0679 85.0363 35.0679 85.0363H37.9715V84.9588H47.108C46.5984 86.8646 45.9779 88.7389 45.2498 90.5724C39.9847 103.764 48.2985 109.233 48.2985 109.233L51.0472 108.816L69.6881 106.474C70.2882 100.667 75.3113 95.8278 75.8823 90.3401C75.8823 90.1272 75.8823 89.9433 75.8823 89.7594V89.6626C75.8921 89.5273 75.8921 89.3914 75.8823 89.2561C75.8919 89.1143 75.8919 88.972 75.8823 88.8303C75.5548 87.5042 75.0295 86.235 74.3241 85.0653V84.9878H80.1312C80.1312 84.9878 74.2079 62.6401 79.5698 42.3733Z"
13
+ class="fill-white dark:fill-gray-900"
14
+ />
15
+ <path
16
+ d="M71.3828 84.417C72.4958 86.6527 72.7474 87.2431 72.5732 88.9272C72.0022 94.3665 66.979 99.2639 66.3789 105.061L69.3696 106.078C69.9793 100.27 74.9929 95.3828 75.5639 89.9435C75.7671 88.0077 75.3509 87.4464 73.8314 84.417H71.3828Z"
17
+ fill="#BDC7CE"
18
+ opacity="0.2"
19
+ />
20
+ <path
21
+ d="M69.3672 106.078C69.9769 100.271 74.9904 95.3829 75.5615 89.9436C75.755 88.0853 75.4066 87.4368 74.0032 84.6494"
22
+ stroke="#9DA3AC"
23
+ stroke-linecap="round"
24
+ stroke-linejoin="round"
25
+ stroke-width="0.967853"
26
+ />
27
+ <path
28
+ d="M55.1307 68.7183C55.1322 68.2797 55.2308 67.847 55.4194 67.451C55.608 67.0551 55.8819 66.7058 56.2215 66.4282C56.561 66.1507 56.9578 65.9517 57.3833 65.8457C57.8088 65.7396 58.2526 65.729 58.6827 65.8147C58.4285 65.3956 58.0738 65.0465 57.6508 64.7988C57.2279 64.551 56.7499 64.4125 56.26 64.3958C55.7701 64.379 55.2837 64.4845 54.8448 64.7027C54.4059 64.9209 54.0282 65.245 53.7459 65.6457C53.4635 66.0464 53.2854 66.5111 53.2276 66.9979C53.1698 67.4846 53.2341 67.9781 53.4148 68.4338C53.5954 68.8895 53.8867 69.293 54.2623 69.608C54.6379 69.9229 55.086 70.1394 55.5662 70.2378C55.2833 69.7813 55.1325 69.2553 55.1307 68.7183Z"
29
+ fill="#BDC7CE"
30
+ opacity="0.2"
31
+ />
32
+ <path
33
+ d="M56.1589 70.267C57.7946 70.267 59.1205 68.941 59.1205 67.3054C59.1205 65.6697 57.7946 64.3438 56.1589 64.3438C54.5232 64.3438 53.1973 65.6697 53.1973 67.3054C53.1973 68.941 54.5232 70.267 56.1589 70.267Z"
34
+ stroke="#9DA3AC"
35
+ stroke-miterlimit="10"
36
+ stroke-width="0.967853"
37
+ />
38
+ <path
39
+ d="M37.1406 22.4062C36.8708 29.0301 35.8975 35.6066 34.237 42.0246C28.8364 62.2818 34.75 84.6102 34.75 84.6102H37.6535C36.2598 77.6513 33.6369 57.8394 37.7794 42.2763C39.4671 35.8199 40.4855 29.2068 40.8184 22.5418L37.1406 22.4062Z"
40
+ fill="#BDC7CE"
41
+ opacity="0.2"
42
+ />
43
+ <path
44
+ d="M44.4354 43.7767C44.4354 37.6792 51.5879 32.7335 60.4147 32.7335C64.1 32.6813 67.7312 33.6242 70.9256 35.4628C68.0994 32.3366 63.0956 30.2461 57.3756 30.2461C48.5488 30.2461 41.3867 35.1918 41.3867 41.2893C41.3867 44.609 43.516 47.5707 46.8647 49.5935C45.3507 48.0301 44.4831 45.9525 44.4354 43.7767Z"
45
+ fill="#BDC7CE"
46
+ opacity="0.2"
47
+ />
48
+ <path
49
+ d="M59.4474 41.3667H49.4785"
50
+ stroke="#9DA3AC"
51
+ stroke-linecap="round"
52
+ stroke-linejoin="round"
53
+ stroke-width="0.967853"
54
+ />
55
+ <path
56
+ d="M63.3105 36.1597V46.5738"
57
+ stroke="#9DA3AC"
58
+ stroke-linecap="round"
59
+ stroke-linejoin="round"
60
+ stroke-width="0.967853"
61
+ />
62
+ <path
63
+ d="M59.4473 36.1597V46.5738"
64
+ stroke="#9DA3AC"
65
+ stroke-linecap="round"
66
+ stroke-linejoin="round"
67
+ stroke-width="0.967853"
68
+ />
69
+ <path
70
+ d="M57.3678 52.3325C66.1983 52.3325 73.3568 47.3883 73.3568 41.2893C73.3568 35.1903 66.1983 30.2461 57.3678 30.2461C48.5374 30.2461 41.3789 35.1903 41.3789 41.2893C41.3789 47.3883 48.5374 52.3325 57.3678 52.3325Z"
71
+ stroke="#9DA3AC"
72
+ stroke-miterlimit="10"
73
+ stroke-width="0.967853"
74
+ />
75
+ <path
76
+ d="M56.9023 84.5911H79.7921C79.7921 84.5911 73.8882 62.2336 79.2791 42.0055C80.9582 35.4959 81.9316 28.8244 82.1827 22.1064"
77
+ stroke="#9DA3AC"
78
+ stroke-miterlimit="10"
79
+ stroke-width="0.967853"
80
+ />
81
+ <path
82
+ d="M37.6016 22.4839C37.3438 29.0547 36.3866 35.5794 34.7464 41.9474C29.3555 62.2143 35.2594 84.533 35.2594 84.533H46.9704"
83
+ stroke="#9DA3AC"
84
+ stroke-miterlimit="10"
85
+ stroke-width="0.967853"
86
+ />
87
+ <path
88
+ d="M47.8249 66.5791C48.7928 69.3375 49.4315 78.9773 44.9213 90.1754C39.6659 103.367 47.9798 108.845 47.9798 108.845L50.7285 108.419C50.7285 108.419 42.4146 102.961 47.6701 89.7592C51.9189 79.1128 51.5415 69.8408 50.6607 66.6081C50.2238 66.3801 49.7392 66.2586 49.2463 66.2536C48.7535 66.2485 48.2664 66.3601 47.8249 66.5791Z"
89
+ fill="#BDC7CE"
90
+ opacity="0.2"
91
+ />
92
+ <path
93
+ d="M48.1926 108.788C48.1926 108.788 39.8788 103.319 45.1342 90.1273C49.596 78.9292 48.9379 69.2895 47.9894 66.5311C47.9894 66.5311 49.1798 65.7181 51.2123 66.7053C57.5711 69.8218 53.7481 83.633 57.9873 85.7042"
94
+ stroke="#9DA3AC"
95
+ stroke-width="0.967853"
96
+ stroke-linecap="round"
97
+ stroke-linejoin="round"
98
+ />
99
+ <path
100
+ d="M32.4844 22.4839H87.5165"
101
+ stroke="#9DA3AC"
102
+ stroke-width="0.967853"
103
+ stroke-linecap="round"
104
+ stroke-linejoin="round"
105
+ />
106
+ </g>
107
+ </svg>
108
+ </template>
@@ -1,39 +1,39 @@
1
- <template>
2
- <svg
3
- fill="none"
4
- height="120"
5
- viewBox="0 0 121 120"
6
- width="121"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <circle cx="60.585" cy="60" fill="#BDC7CE" fill-opacity="0.15" r="50" />
10
- <path
11
- d="M65.6611 89.7397C62.6654 85.595 70.556 66.1275 70.556 57.0961C70.556 49.1232 61.9801 42.5153 44.1234 51.3093L43.585 55.5728C43.585 55.5728 49.7134 52.9613 53.1301 54.6924C58.6417 57.5017 48.989 76.0492 48.989 88.4439C48.989 96.862 58.8277 103.529 75.3628 94.7846L76.4495 90.4223C76.4495 90.4223 68.4512 93.6965 65.6611 89.7397Z"
12
- class="fill-white dark:fill-gray-900"
13
- />
14
- <path
15
- d="M68.0694 38.9837C73.3248 38.9837 77.5852 34.9579 77.5852 29.9918C77.5852 25.0258 73.3248 21 68.0694 21C62.814 21 58.5537 25.0258 58.5537 29.9918C58.5537 34.9579 62.814 38.9837 68.0694 38.9837Z"
16
- class="fill-white dark:fill-gray-900"
17
- />
18
- <path
19
- d="M76.3809 91.045L75.4019 94.893C58.857 103.628 49.0183 96.9604 49.0183 88.5522C49.0183 76.1576 58.6808 57.6002 53.1594 54.8007C49.7525 53.0597 43.6143 55.6712 43.6143 55.6712L44.1527 51.4078C44.975 50.9923 45.7876 50.6164 46.5708 50.2801C49.5077 49.0238 54.2754 47.3125 57.3396 47.3125C74.1488 47.3125 51.221 85.0307 59.1507 92.2815C63.9184 96.6637 72.5432 93.1421 76.3809 91.045Z"
20
- fill="#BDC7CE"
21
- opacity="0.2"
22
- />
23
- <path
24
- d="M72.0641 35.9168C66.8167 35.9168 62.5582 31.8907 62.5582 26.9249C62.566 24.9743 63.2287 23.0841 64.4378 21.5635C62.6996 22.1628 61.1863 23.2886 60.1038 24.7877C59.0213 26.2868 58.4221 28.0866 58.3877 29.942C58.3877 34.888 62.6463 38.9338 67.9034 38.9338C69.3605 38.9502 70.8026 38.6351 72.1227 38.0118C73.4429 37.3885 74.6073 36.473 75.5297 35.3331C74.4171 35.7305 73.2442 35.928 72.0641 35.9168Z"
25
- fill="#BDC7CE"
26
- opacity="0.2"
27
- />
28
- <path
29
- d="M44.183 51.3687L43.6445 55.6322C43.6445 55.6322 49.773 53.0207 53.1896 54.7518C58.7013 57.5611 49.0485 76.1086 49.0485 88.5033C49.0485 96.9214 58.8873 103.589 75.4224 94.844L76.509 90.4817C76.509 90.4817 68.452 93.6966 65.6619 89.7398C62.6662 85.595 70.5568 66.1276 70.5568 57.0962C70.596 49.1826 62.0201 42.5747 44.183 51.3687Z"
30
- stroke="#9DA3AC"
31
- stroke-miterlimit="10"
32
- />
33
- <path
34
- d="M68.0694 38.9837C73.3248 38.9837 77.5852 34.9579 77.5852 29.9918C77.5852 25.0258 73.3248 21 68.0694 21C62.814 21 58.5537 25.0258 58.5537 29.9918C58.5537 34.9579 62.814 38.9837 68.0694 38.9837Z"
35
- stroke="#9DA3AC"
36
- stroke-miterlimit="10"
37
- />
38
- </svg>
39
- </template>
1
+ <template>
2
+ <svg
3
+ fill="none"
4
+ height="120"
5
+ viewBox="0 0 121 120"
6
+ width="121"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <circle cx="60.585" cy="60" fill="#BDC7CE" fill-opacity="0.15" r="50" />
10
+ <path
11
+ d="M65.6611 89.7397C62.6654 85.595 70.556 66.1275 70.556 57.0961C70.556 49.1232 61.9801 42.5153 44.1234 51.3093L43.585 55.5728C43.585 55.5728 49.7134 52.9613 53.1301 54.6924C58.6417 57.5017 48.989 76.0492 48.989 88.4439C48.989 96.862 58.8277 103.529 75.3628 94.7846L76.4495 90.4223C76.4495 90.4223 68.4512 93.6965 65.6611 89.7397Z"
12
+ class="fill-white dark:fill-gray-900"
13
+ />
14
+ <path
15
+ d="M68.0694 38.9837C73.3248 38.9837 77.5852 34.9579 77.5852 29.9918C77.5852 25.0258 73.3248 21 68.0694 21C62.814 21 58.5537 25.0258 58.5537 29.9918C58.5537 34.9579 62.814 38.9837 68.0694 38.9837Z"
16
+ class="fill-white dark:fill-gray-900"
17
+ />
18
+ <path
19
+ d="M76.3809 91.045L75.4019 94.893C58.857 103.628 49.0183 96.9604 49.0183 88.5522C49.0183 76.1576 58.6808 57.6002 53.1594 54.8007C49.7525 53.0597 43.6143 55.6712 43.6143 55.6712L44.1527 51.4078C44.975 50.9923 45.7876 50.6164 46.5708 50.2801C49.5077 49.0238 54.2754 47.3125 57.3396 47.3125C74.1488 47.3125 51.221 85.0307 59.1507 92.2815C63.9184 96.6637 72.5432 93.1421 76.3809 91.045Z"
20
+ fill="#BDC7CE"
21
+ opacity="0.2"
22
+ />
23
+ <path
24
+ d="M72.0641 35.9168C66.8167 35.9168 62.5582 31.8907 62.5582 26.9249C62.566 24.9743 63.2287 23.0841 64.4378 21.5635C62.6996 22.1628 61.1863 23.2886 60.1038 24.7877C59.0213 26.2868 58.4221 28.0866 58.3877 29.942C58.3877 34.888 62.6463 38.9338 67.9034 38.9338C69.3605 38.9502 70.8026 38.6351 72.1227 38.0118C73.4429 37.3885 74.6073 36.473 75.5297 35.3331C74.4171 35.7305 73.2442 35.928 72.0641 35.9168Z"
25
+ fill="#BDC7CE"
26
+ opacity="0.2"
27
+ />
28
+ <path
29
+ d="M44.183 51.3687L43.6445 55.6322C43.6445 55.6322 49.773 53.0207 53.1896 54.7518C58.7013 57.5611 49.0485 76.1086 49.0485 88.5033C49.0485 96.9214 58.8873 103.589 75.4224 94.844L76.509 90.4817C76.509 90.4817 68.452 93.6966 65.6619 89.7398C62.6662 85.595 70.5568 66.1276 70.5568 57.0962C70.596 49.1826 62.0201 42.5747 44.183 51.3687Z"
30
+ stroke="#9DA3AC"
31
+ stroke-miterlimit="10"
32
+ />
33
+ <path
34
+ d="M68.0694 38.9837C73.3248 38.9837 77.5852 34.9579 77.5852 29.9918C77.5852 25.0258 73.3248 21 68.0694 21C62.814 21 58.5537 25.0258 58.5537 29.9918C58.5537 34.9579 62.814 38.9837 68.0694 38.9837Z"
35
+ stroke="#9DA3AC"
36
+ stroke-miterlimit="10"
37
+ />
38
+ </svg>
39
+ </template>
@@ -1,68 +1,68 @@
1
- <template>
2
- <svg
3
- width="120"
4
- height="120"
5
- viewBox="0 0 120 120"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <circle cx="60" cy="60" r="50" fill="#BDC7CE" fill-opacity="0.15" />
10
- <g clip-path="url(#clip0_632_38864)">
11
- <path
12
- d="M92.8042 26.9404L14.4934 43.7382C11.6898 44.3396 9.90631 47.0916 10.5099 49.8849L21.0201 98.5231C21.6237 101.316 24.3858 103.093 27.1895 102.492L105.5 85.694C108.304 85.0926 110.087 82.3407 109.484 79.5474L98.9735 30.9092C98.3699 28.1159 95.6078 26.339 92.8042 26.9404Z"
13
- class="fill-white dark:fill-gray-900"
14
- stroke="#9DA3AC"
15
- stroke-linecap="round"
16
- stroke-linejoin="round"
17
- />
18
- <path
19
- opacity="0.6"
20
- d="M59.0281 74.5052C54.9583 75.3781 51.6452 71.0138 44.6366 66.6813C30.4362 57.9131 17.6455 49.4702 17.6455 49.4702L19.4853 58.1987L49.0727 76.9095C53.8513 79.3773 61.8156 78.0998 65.9969 72.7675C65.0651 72.5135 63.9182 73.4578 59.0281 74.5052Z"
21
- fill="#BDC7CE"
22
- fill-opacity="0.4"
23
- />
24
- <path
25
- opacity="0.6"
26
- d="M32.9133 90.2793C32.1016 90.4541 31.2633 90.4678 30.4463 90.3195C29.6294 90.1711 28.8498 89.8638 28.1522 89.4149C27.4546 88.966 26.8527 88.3845 26.3809 87.7036C25.9092 87.0228 25.5768 86.2559 25.4029 85.4468L17.4943 48.8584L12.6122 46.2002C11.9273 46.351 10.0158 47.5809 10.7485 50.9612L20.7916 97.4049C20.9655 98.2131 21.2976 98.9792 21.7689 99.6595C22.2401 100.34 22.8412 100.921 23.5379 101.37C24.2346 101.818 25.0132 102.126 25.8293 102.275C26.6454 102.424 27.4828 102.411 28.2939 102.237L104.401 85.915C106.033 85.5517 107.457 84.5635 108.365 83.1635C109.272 81.7635 109.59 80.0642 109.251 78.4323L108.311 74.0918L32.9133 90.2793Z"
27
- fill="#BDC7CE"
28
- fill-opacity="0.4"
29
- />
30
- <path
31
- d="M11.9668 45.7337L54.0343 72.8397C55.1788 73.5768 56.4581 74.0815 57.7988 74.3249C59.1396 74.5682 60.5153 74.5455 61.8471 74.258C63.179 73.9705 64.4408 73.4239 65.5602 72.6494C66.6796 71.875 67.6344 70.888 68.3701 69.7451L95.3692 27.6895"
32
- stroke="#9DA3AC"
33
- stroke-linecap="round"
34
- stroke-linejoin="round"
35
- />
36
- <path
37
- d="M75.7539 58.3975L107.707 83.5277"
38
- stroke="#9DA3AC"
39
- stroke-linecap="round"
40
- stroke-linejoin="round"
41
- />
42
- <path
43
- d="M41.26 64.9917L23.8818 101.509"
44
- stroke="#9DA3AC"
45
- stroke-linecap="round"
46
- stroke-linejoin="round"
47
- />
48
- <path
49
- d="M95.7674 37.6789C101.222 37.6789 105.643 33.2736 105.643 27.8394C105.643 22.4053 101.222 18 95.7674 18C90.3131 18 85.8916 22.4053 85.8916 27.8394C85.8916 33.2736 90.3131 37.6789 95.7674 37.6789Z"
50
- class="fill-red-500 dark:fill-red-400"
51
- />
52
- <path
53
- d="M98.1412 32.433L96.4926 32.79L95.075 26.204C94.8998 25.4105 94.7883 24.7915 94.7245 24.3234C94.6369 24.4583 94.5334 24.609 94.406 24.7757C94.2785 24.9423 93.8485 25.4898 93.1158 26.3627L92.0645 25.4978L94.5653 22.4983L95.9351 22.1968L98.1412 32.433Z"
54
- class="fill-white dark:fill-gray-900"
55
- />
56
- </g>
57
- <defs>
58
- <clipPath id="clip0_632_38864">
59
- <rect
60
- width="100"
61
- height="85"
62
- class="fill-white dark:fill-gray-900"
63
- transform="translate(10 18)"
64
- />
65
- </clipPath>
66
- </defs>
67
- </svg>
68
- </template>
1
+ <template>
2
+ <svg
3
+ width="120"
4
+ height="120"
5
+ viewBox="0 0 120 120"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <circle cx="60" cy="60" r="50" fill="#BDC7CE" fill-opacity="0.15" />
10
+ <g clip-path="url(#clip0_632_38864)">
11
+ <path
12
+ d="M92.8042 26.9404L14.4934 43.7382C11.6898 44.3396 9.90631 47.0916 10.5099 49.8849L21.0201 98.5231C21.6237 101.316 24.3858 103.093 27.1895 102.492L105.5 85.694C108.304 85.0926 110.087 82.3407 109.484 79.5474L98.9735 30.9092C98.3699 28.1159 95.6078 26.339 92.8042 26.9404Z"
13
+ class="fill-white dark:fill-gray-900"
14
+ stroke="#9DA3AC"
15
+ stroke-linecap="round"
16
+ stroke-linejoin="round"
17
+ />
18
+ <path
19
+ opacity="0.6"
20
+ d="M59.0281 74.5052C54.9583 75.3781 51.6452 71.0138 44.6366 66.6813C30.4362 57.9131 17.6455 49.4702 17.6455 49.4702L19.4853 58.1987L49.0727 76.9095C53.8513 79.3773 61.8156 78.0998 65.9969 72.7675C65.0651 72.5135 63.9182 73.4578 59.0281 74.5052Z"
21
+ fill="#BDC7CE"
22
+ fill-opacity="0.4"
23
+ />
24
+ <path
25
+ opacity="0.6"
26
+ d="M32.9133 90.2793C32.1016 90.4541 31.2633 90.4678 30.4463 90.3195C29.6294 90.1711 28.8498 89.8638 28.1522 89.4149C27.4546 88.966 26.8527 88.3845 26.3809 87.7036C25.9092 87.0228 25.5768 86.2559 25.4029 85.4468L17.4943 48.8584L12.6122 46.2002C11.9273 46.351 10.0158 47.5809 10.7485 50.9612L20.7916 97.4049C20.9655 98.2131 21.2976 98.9792 21.7689 99.6595C22.2401 100.34 22.8412 100.921 23.5379 101.37C24.2346 101.818 25.0132 102.126 25.8293 102.275C26.6454 102.424 27.4828 102.411 28.2939 102.237L104.401 85.915C106.033 85.5517 107.457 84.5635 108.365 83.1635C109.272 81.7635 109.59 80.0642 109.251 78.4323L108.311 74.0918L32.9133 90.2793Z"
27
+ fill="#BDC7CE"
28
+ fill-opacity="0.4"
29
+ />
30
+ <path
31
+ d="M11.9668 45.7337L54.0343 72.8397C55.1788 73.5768 56.4581 74.0815 57.7988 74.3249C59.1396 74.5682 60.5153 74.5455 61.8471 74.258C63.179 73.9705 64.4408 73.4239 65.5602 72.6494C66.6796 71.875 67.6344 70.888 68.3701 69.7451L95.3692 27.6895"
32
+ stroke="#9DA3AC"
33
+ stroke-linecap="round"
34
+ stroke-linejoin="round"
35
+ />
36
+ <path
37
+ d="M75.7539 58.3975L107.707 83.5277"
38
+ stroke="#9DA3AC"
39
+ stroke-linecap="round"
40
+ stroke-linejoin="round"
41
+ />
42
+ <path
43
+ d="M41.26 64.9917L23.8818 101.509"
44
+ stroke="#9DA3AC"
45
+ stroke-linecap="round"
46
+ stroke-linejoin="round"
47
+ />
48
+ <path
49
+ d="M95.7674 37.6789C101.222 37.6789 105.643 33.2736 105.643 27.8394C105.643 22.4053 101.222 18 95.7674 18C90.3131 18 85.8916 22.4053 85.8916 27.8394C85.8916 33.2736 90.3131 37.6789 95.7674 37.6789Z"
50
+ class="fill-red-500 dark:fill-red-400"
51
+ />
52
+ <path
53
+ d="M98.1412 32.433L96.4926 32.79L95.075 26.204C94.8998 25.4105 94.7883 24.7915 94.7245 24.3234C94.6369 24.4583 94.5334 24.609 94.406 24.7757C94.2785 24.9423 93.8485 25.4898 93.1158 26.3627L92.0645 25.4978L94.5653 22.4983L95.9351 22.1968L98.1412 32.433Z"
54
+ class="fill-white dark:fill-gray-900"
55
+ />
56
+ </g>
57
+ <defs>
58
+ <clipPath id="clip0_632_38864">
59
+ <rect
60
+ width="100"
61
+ height="85"
62
+ class="fill-white dark:fill-gray-900"
63
+ transform="translate(10 18)"
64
+ />
65
+ </clipPath>
66
+ </defs>
67
+ </svg>
68
+ </template>
@@ -1,62 +1,62 @@
1
- <template>
2
- <svg
3
- fill="none"
4
- height="100"
5
- viewBox="0 0 100 100"
6
- width="100"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <circle cx="50" cy="50" fill="#BDC7CE" fill-opacity="0.15" r="50" />
10
- <g clip-path="url(#clip0_4885_6406)">
11
- <path
12
- d="M49.9731 38.5897C49.9731 38.5897 52.8662 38.5895 62.018 35.7145C71.1698 32.8395 75.5355 32.4468 77.3391 35.8039C78.3927 37.7503 76.9284 39.1074 77.5802 41.7592C78.1695 44.1074 83.0089 44.2148 83.0625 48.4469C83.116 52.0808 80.0356 53.804 80.0356 55.9647C80.0356 58.1254 83.3572 58.6966 83.3572 62.4466C83.3572 66.1966 80.7767 66.4201 80.7767 70.0808C80.7767 73.7415 82.7948 73.3396 81.7323 76.6521C80.6698 79.9646 70.3395 84.0539 55.4288 86.4735C52.0734 86.8608 48.87 88.0892 46.1162 90.045C42.5864 92.8561 39.3686 96.038 36.5179 99.5359L13.4375 77.2145C20 70.5984 26.6699 63.527 28.1967 60.643C31.5717 54.277 29.0267 46.2951 30.1428 42.179C31.2589 38.063 37.0356 33.7234 37.6785 23.6431C37.9285 19.7681 37.6787 14.5894 37.7234 12.5983C37.7234 11.6519 46.5002 11.7058 46.5002 22.5362C46.5092 29.2237 44.7231 34.0986 49.9731 38.5897Z"
13
- class="fill-white dark:fill-gray-900"
14
- />
15
- <path
16
- d="M42.803 14.0001C42.803 16.0001 43.0173 21.1431 42.803 25.0449C42.1512 35.1342 36.3923 39.4643 35.2673 43.5804C34.1423 47.6965 36.6868 55.6788 33.3207 62.0448C31.785 64.9288 25.1243 72.0002 18.5529 78.6163L13.7402 77.25C20.3027 70.6339 26.9726 63.5627 28.4994 60.6698C31.8744 54.3127 29.3297 46.3306 30.4547 42.2145C31.5797 38.0984 37.3386 33.7591 37.9904 23.6699C38.2404 19.8038 37.9904 14.6249 37.9904 12.6338C37.9904 12.107 40.7581 11.8927 43.1866 13.7142C42.9366 13.7767 42.8119 13.8841 42.803 14.0001Z"
17
- fill="#BDC7CE"
18
- opacity="0.2"
19
- />
20
- <path
21
- d="M13.4727 77.2503C20.0352 70.6342 26.7046 63.5627 28.2314 60.6788C31.5975 54.3127 29.053 46.3309 30.178 42.2148C31.303 38.0987 37.0619 33.7592 37.7136 23.6789C37.9636 19.8039 37.7139 14.6252 37.7585 12.6341C37.7585 11.6877 46.535 11.7416 46.535 22.5719C46.535 29.2237 44.7494 34.0987 50.0083 38.5897"
22
- stroke="#9DA3AC"
23
- stroke-linecap="round"
24
- stroke-linejoin="round"
25
- stroke-width="0.920439"
26
- />
27
- <path
28
- d="M44.3398 39.5984C50.333 38.7991 56.2475 37.4909 62.0187 35.6878C71.1705 32.7771 75.5365 32.42 77.349 35.7772C78.4025 37.7236 76.9293 39.0807 77.59 41.7325C78.1704 44.0807 83.0098 44.1876 83.0723 48.4197C83.117 52.0537 80.0362 53.7768 80.0362 55.9375C80.0362 58.0982 83.3579 58.6699 83.3579 62.4199C83.3579 66.1699 80.7865 66.3929 80.7865 70.0536C80.7865 73.7144 82.8042 73.3129 81.7417 76.6254C80.6792 79.9379 70.3402 84.0272 55.4295 86.4468C52.0748 86.837 48.8722 88.0652 46.1168 90.0182C42.5902 92.83 39.3752 96.0118 36.5273 99.5092"
29
- stroke="#9DA3AC"
30
- stroke-linecap="round"
31
- stroke-linejoin="round"
32
- stroke-width="0.920439"
33
- />
34
- <path
35
- d="M81.8749 76.6431C80.7767 80.0717 70.4821 84.0449 55.5713 86.4646C52.217 86.8563 49.0152 88.0843 46.2591 90.036C42.7272 92.8447 39.5091 96.0267 36.6609 99.527L35.125 93.4016C39.0804 88.7766 45.6517 82.0269 55.5713 80.3127C68.6963 78.0537 78.2681 74.8128 81.0984 71.7324C81.5627 73.7146 82.741 73.9556 81.8749 76.6431Z"
36
- fill="#BDC7CE"
37
- opacity="0.2"
38
- />
39
- <path
40
- d="M28.7051 0.446411L33.6515 6.18748"
41
- stroke="#9DA3AC"
42
- stroke-linecap="round"
43
- stroke-linejoin="round"
44
- stroke-width="0.920439"
45
- />
46
- <path
47
- d="M23.8398 14.9197L31.7863 15.5715"
48
- stroke="#9DA3AC"
49
- stroke-linecap="round"
50
- stroke-linejoin="round"
51
- stroke-width="0.920439"
52
- />
53
- <path
54
- d="M43.3047 7.2678L47.9654 1.02673"
55
- stroke="#9DA3AC"
56
- stroke-width="0.920439"
57
- stroke-linecap="round"
58
- stroke-linejoin="round"
59
- />
60
- </g>
61
- </svg>
62
- </template>
1
+ <template>
2
+ <svg
3
+ fill="none"
4
+ height="100"
5
+ viewBox="0 0 100 100"
6
+ width="100"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <circle cx="50" cy="50" fill="#BDC7CE" fill-opacity="0.15" r="50" />
10
+ <g clip-path="url(#clip0_4885_6406)">
11
+ <path
12
+ d="M49.9731 38.5897C49.9731 38.5897 52.8662 38.5895 62.018 35.7145C71.1698 32.8395 75.5355 32.4468 77.3391 35.8039C78.3927 37.7503 76.9284 39.1074 77.5802 41.7592C78.1695 44.1074 83.0089 44.2148 83.0625 48.4469C83.116 52.0808 80.0356 53.804 80.0356 55.9647C80.0356 58.1254 83.3572 58.6966 83.3572 62.4466C83.3572 66.1966 80.7767 66.4201 80.7767 70.0808C80.7767 73.7415 82.7948 73.3396 81.7323 76.6521C80.6698 79.9646 70.3395 84.0539 55.4288 86.4735C52.0734 86.8608 48.87 88.0892 46.1162 90.045C42.5864 92.8561 39.3686 96.038 36.5179 99.5359L13.4375 77.2145C20 70.5984 26.6699 63.527 28.1967 60.643C31.5717 54.277 29.0267 46.2951 30.1428 42.179C31.2589 38.063 37.0356 33.7234 37.6785 23.6431C37.9285 19.7681 37.6787 14.5894 37.7234 12.5983C37.7234 11.6519 46.5002 11.7058 46.5002 22.5362C46.5092 29.2237 44.7231 34.0986 49.9731 38.5897Z"
13
+ class="fill-white dark:fill-gray-900"
14
+ />
15
+ <path
16
+ d="M42.803 14.0001C42.803 16.0001 43.0173 21.1431 42.803 25.0449C42.1512 35.1342 36.3923 39.4643 35.2673 43.5804C34.1423 47.6965 36.6868 55.6788 33.3207 62.0448C31.785 64.9288 25.1243 72.0002 18.5529 78.6163L13.7402 77.25C20.3027 70.6339 26.9726 63.5627 28.4994 60.6698C31.8744 54.3127 29.3297 46.3306 30.4547 42.2145C31.5797 38.0984 37.3386 33.7591 37.9904 23.6699C38.2404 19.8038 37.9904 14.6249 37.9904 12.6338C37.9904 12.107 40.7581 11.8927 43.1866 13.7142C42.9366 13.7767 42.8119 13.8841 42.803 14.0001Z"
17
+ fill="#BDC7CE"
18
+ opacity="0.2"
19
+ />
20
+ <path
21
+ d="M13.4727 77.2503C20.0352 70.6342 26.7046 63.5627 28.2314 60.6788C31.5975 54.3127 29.053 46.3309 30.178 42.2148C31.303 38.0987 37.0619 33.7592 37.7136 23.6789C37.9636 19.8039 37.7139 14.6252 37.7585 12.6341C37.7585 11.6877 46.535 11.7416 46.535 22.5719C46.535 29.2237 44.7494 34.0987 50.0083 38.5897"
22
+ stroke="#9DA3AC"
23
+ stroke-linecap="round"
24
+ stroke-linejoin="round"
25
+ stroke-width="0.920439"
26
+ />
27
+ <path
28
+ d="M44.3398 39.5984C50.333 38.7991 56.2475 37.4909 62.0187 35.6878C71.1705 32.7771 75.5365 32.42 77.349 35.7772C78.4025 37.7236 76.9293 39.0807 77.59 41.7325C78.1704 44.0807 83.0098 44.1876 83.0723 48.4197C83.117 52.0537 80.0362 53.7768 80.0362 55.9375C80.0362 58.0982 83.3579 58.6699 83.3579 62.4199C83.3579 66.1699 80.7865 66.3929 80.7865 70.0536C80.7865 73.7144 82.8042 73.3129 81.7417 76.6254C80.6792 79.9379 70.3402 84.0272 55.4295 86.4468C52.0748 86.837 48.8722 88.0652 46.1168 90.0182C42.5902 92.83 39.3752 96.0118 36.5273 99.5092"
29
+ stroke="#9DA3AC"
30
+ stroke-linecap="round"
31
+ stroke-linejoin="round"
32
+ stroke-width="0.920439"
33
+ />
34
+ <path
35
+ d="M81.8749 76.6431C80.7767 80.0717 70.4821 84.0449 55.5713 86.4646C52.217 86.8563 49.0152 88.0843 46.2591 90.036C42.7272 92.8447 39.5091 96.0267 36.6609 99.527L35.125 93.4016C39.0804 88.7766 45.6517 82.0269 55.5713 80.3127C68.6963 78.0537 78.2681 74.8128 81.0984 71.7324C81.5627 73.7146 82.741 73.9556 81.8749 76.6431Z"
36
+ fill="#BDC7CE"
37
+ opacity="0.2"
38
+ />
39
+ <path
40
+ d="M28.7051 0.446411L33.6515 6.18748"
41
+ stroke="#9DA3AC"
42
+ stroke-linecap="round"
43
+ stroke-linejoin="round"
44
+ stroke-width="0.920439"
45
+ />
46
+ <path
47
+ d="M23.8398 14.9197L31.7863 15.5715"
48
+ stroke="#9DA3AC"
49
+ stroke-linecap="round"
50
+ stroke-linejoin="round"
51
+ stroke-width="0.920439"
52
+ />
53
+ <path
54
+ d="M43.3047 7.2678L47.9654 1.02673"
55
+ stroke="#9DA3AC"
56
+ stroke-width="0.920439"
57
+ stroke-linecap="round"
58
+ stroke-linejoin="round"
59
+ />
60
+ </g>
61
+ </svg>
62
+ </template>