adata-ui 3.1.80 → 3.1.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +84 -84
- package/dist/module.json +1 -1
- package/dist/runtime/components/Alert.vue +26 -26
- package/dist/runtime/components/Alert.vue.d.ts +2 -37
- package/dist/runtime/components/Chip.vue +5 -5
- package/dist/runtime/components/Chip.vue.d.ts +2 -21
- package/dist/runtime/components/ColorMode.vue +12 -12
- package/dist/runtime/components/CurveBlock.vue +177 -177
- package/dist/runtime/components/DigitBadge.vue +5 -5
- package/dist/runtime/components/DigitBadge.vue.d.ts +1 -1
- package/dist/runtime/components/Drawer.vue +32 -32
- package/dist/runtime/components/Drawer.vue.d.ts +2 -47
- package/dist/runtime/components/EmptyHeader.vue +6 -6
- package/dist/runtime/components/Error.vue +59 -59
- package/dist/runtime/components/Footer.vue +73 -73
- package/dist/runtime/components/FooterAccordion.vue +45 -45
- package/dist/runtime/components/Header.vue +111 -111
- package/dist/runtime/components/Header.vue.d.ts +50 -0
- package/dist/runtime/components/Modal.vue +78 -78
- package/dist/runtime/components/Modal.vue.d.ts +9 -49
- package/dist/runtime/components/NewFooter.vue +114 -114
- package/dist/runtime/components/NewFooterAccordion.vue +52 -52
- package/dist/runtime/components/OtherServiceFeatures.vue +45 -45
- package/dist/runtime/components/PkMobileServices.vue +22 -22
- package/dist/runtime/components/SidePanel.vue +76 -76
- package/dist/runtime/components/SidePanel.vue.d.ts +3 -79
- package/dist/runtime/components/Tag.vue +4 -4
- package/dist/runtime/components/Tag.vue.d.ts +2 -12
- package/dist/runtime/components/Toggle.vue +30 -30
- package/dist/runtime/components/accordion/Accordion.vue +41 -41
- package/dist/runtime/components/accordion/Accordion.vue.d.ts +4 -44
- package/dist/runtime/components/button/Button.vue +22 -22
- package/dist/runtime/components/button/Button.vue.d.ts +4 -22
- package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
- package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +7 -39
- package/dist/runtime/components/date-picker/DatePicker.vue +38 -38
- package/dist/runtime/components/error-template/index.vue +32 -32
- package/dist/runtime/components/error-template/index.vue.d.ts +3 -5
- package/dist/runtime/components/feature-description/FeatureDescription.vue +46 -46
- package/dist/runtime/components/floating-label/FloatingLabel.vue +5 -5
- package/dist/runtime/components/floating-label/FloatingLabel.vue.d.ts +2 -7
- package/dist/runtime/components/forms/input/password/InputPassword.vue +25 -25
- package/dist/runtime/components/forms/input/password/InputPassword.vue.d.ts +1 -1
- package/dist/runtime/components/forms/input/standard/InputStandard.vue +108 -108
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue +63 -63
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue.d.ts +3 -35
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +61 -55
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +11 -2
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue +63 -59
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +27 -0
- package/dist/runtime/components/header/AlmatyContacts.vue +76 -76
- package/dist/runtime/components/header/AstanaContacts.vue +31 -31
- package/dist/runtime/components/header/CardGallery.vue +60 -60
- package/dist/runtime/components/header/ContactMenu.vue +39 -39
- package/dist/runtime/components/header/ContactMenu.vue.d.ts +8 -2
- package/dist/runtime/components/header/HeaderLink.vue +68 -55
- package/dist/runtime/components/header/LangSwitcher.vue +26 -26
- package/dist/runtime/components/header/ListItem.vue +15 -15
- package/dist/runtime/components/header/NavCard.vue +28 -28
- package/dist/runtime/components/header/NavList.vue +52 -52
- package/dist/runtime/components/header/ProductMenu.vue +72 -72
- package/dist/runtime/components/header/ProductMenu.vue.d.ts +8 -2
- package/dist/runtime/components/header/ProfileMenu.vue +37 -37
- package/dist/runtime/components/header/ProfileMenu.vue.d.ts +5 -1
- package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
- package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +5 -1
- package/dist/runtime/components/header/TopHeader.vue +72 -72
- package/dist/runtime/components/header-mobile/HeaderMobile.vue +39 -39
- package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +9 -14
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +29 -0
- package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
- package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +5 -1
- package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +26 -26
- package/dist/runtime/components/modals/ApplicationAcceptedModal.vue +43 -0
- package/dist/runtime/components/modals/ApplicationAcceptedModal.vue.d.ts +9 -0
- package/dist/runtime/components/modals/ConnectingTariffModal.vue +58 -0
- package/dist/runtime/components/modals/ConnectingTariffModal.vue.d.ts +19 -0
- package/dist/runtime/components/modals/InsufficientFundsModal.vue +68 -0
- package/dist/runtime/components/modals/InsufficientFundsModal.vue.d.ts +18 -0
- package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
- package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +5 -1
- package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
- package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +5 -1
- package/dist/runtime/components/modals/SubmitApplicationModal.vue +114 -0
- package/dist/runtime/components/modals/SubmitApplicationModal.vue.d.ts +17 -0
- package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
- package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +5 -1
- package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
- package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
- package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
- package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
- package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
- package/dist/runtime/components/modals/id/IdModals.vue +44 -44
- package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
- package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
- package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
- package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
- package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
- package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
- package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
- package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
- package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
- package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
- package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
- package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
- package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
- package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
- package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +46 -0
- package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
- package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +2 -36
- package/dist/runtime/components/row-card/RowCard.vue +27 -27
- package/dist/runtime/components/row-card/RowCard.vue.d.ts +2 -9
- package/dist/runtime/components/select-row/index.vue +58 -58
- package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
- package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
- package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +2 -20
- package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
- package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
- package/dist/runtime/composables/projectState.d.ts +2 -2
- package/dist/runtime/composables/useBuyTariffs.d.ts +7 -0
- package/dist/runtime/composables/useBuyTariffs.js +73 -0
- package/dist/runtime/composables/useIdModals.d.ts +11 -21
- package/dist/runtime/composables/usePayment.d.ts +5 -5
- package/dist/runtime/i18n/i18n.config.d.ts +9 -0
- package/dist/runtime/i18n.d.ts +1 -1
- package/dist/runtime/icons/ai-assistant.vue +13 -13
- package/dist/runtime/icons/akimat.vue +20 -20
- package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
- package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
- package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
- package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
- package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
- package/dist/runtime/icons/avatar.vue +41 -41
- package/dist/runtime/icons/avto/car.vue +17 -17
- package/dist/runtime/icons/avto/truck.vue +17 -17
- package/dist/runtime/icons/bank.vue +14 -14
- package/dist/runtime/icons/block.vue +19 -19
- package/dist/runtime/icons/bookmark.vue +19 -19
- package/dist/runtime/icons/calculator.vue +19 -19
- package/dist/runtime/icons/chartBar.vue +14 -14
- package/dist/runtime/icons/check-circle.vue +25 -25
- package/dist/runtime/icons/check-sb.vue +7 -7
- package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
- package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
- package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
- package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
- package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
- package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
- package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
- package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
- package/dist/runtime/icons/clipboard-text.vue +17 -17
- package/dist/runtime/icons/clock.vue +25 -25
- package/dist/runtime/icons/color-mode/moon.vue +20 -20
- package/dist/runtime/icons/color-mode/sun.vue +27 -27
- package/dist/runtime/icons/communication/mail.vue +19 -19
- package/dist/runtime/icons/communication/phone.vue +19 -19
- package/dist/runtime/icons/company.vue +19 -19
- package/dist/runtime/icons/currency/dollar.vue +19 -19
- package/dist/runtime/icons/currency/down.vue +22 -22
- package/dist/runtime/icons/currency/eur.vue +69 -69
- package/dist/runtime/icons/currency/rub.vue +25 -25
- package/dist/runtime/icons/currency/tenge.vue +9 -9
- package/dist/runtime/icons/currency/usd.vue +269 -269
- package/dist/runtime/icons/currency/yuan.vue +37 -37
- package/dist/runtime/icons/document/hdocument.vue +17 -17
- package/dist/runtime/icons/document/id.vue +19 -19
- package/dist/runtime/icons/document/profile.vue +19 -19
- package/dist/runtime/icons/eye-closed.vue +26 -26
- package/dist/runtime/icons/eye-open.vue +7 -7
- package/dist/runtime/icons/eye-opened.vue +23 -23
- package/dist/runtime/icons/file/excel-icon.vue +14 -14
- package/dist/runtime/icons/file/file.vue +19 -19
- package/dist/runtime/icons/file/files.vue +17 -17
- package/dist/runtime/icons/globe.vue +19 -19
- package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
- package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
- package/dist/runtime/icons/handshake.vue +19 -19
- package/dist/runtime/icons/history.vue +19 -19
- package/dist/runtime/icons/hot-line.vue +6 -6
- package/dist/runtime/icons/id.vue +9 -9
- package/dist/runtime/icons/info/info-circle.vue +29 -29
- package/dist/runtime/icons/invoice.vue +35 -35
- package/dist/runtime/icons/kaspi-qr.vue +13 -13
- package/dist/runtime/icons/link-chain.vue +31 -31
- package/dist/runtime/icons/loader-circle.vue +34 -34
- package/dist/runtime/icons/lock.vue +19 -19
- package/dist/runtime/icons/logo/adata.vue +48 -48
- package/dist/runtime/icons/logo/logo.vue +27 -27
- package/dist/runtime/icons/map-paper.vue +5 -5
- package/dist/runtime/icons/map-pin-rect.vue +15 -15
- package/dist/runtime/icons/medal.vue +17 -17
- package/dist/runtime/icons/menu/menu-filled.vue +61 -61
- package/dist/runtime/icons/menu/menu.vue +41 -41
- package/dist/runtime/icons/message.vue +24 -24
- package/dist/runtime/icons/modals/door.vue +162 -162
- package/dist/runtime/icons/moon.vue +10 -10
- package/dist/runtime/icons/navigation/expand-window.vue +19 -19
- package/dist/runtime/icons/navigation/location.vue +25 -25
- package/dist/runtime/icons/navigation/logout.vue +19 -19
- package/dist/runtime/icons/notifications.vue +25 -25
- package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
- package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
- package/dist/runtime/icons/other-service/block.vue +16 -16
- package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
- package/dist/runtime/icons/other-service/globe.vue +16 -16
- package/dist/runtime/icons/other-service/link.vue +7 -7
- package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
- package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
- package/dist/runtime/icons/other-service/users-three.vue +7 -7
- package/dist/runtime/icons/payment/payment-card.vue +6 -6
- package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
- package/dist/runtime/icons/plus.vue +24 -24
- package/dist/runtime/icons/radio/radio-check.vue +24 -24
- package/dist/runtime/icons/radio/radio-empty.vue +20 -20
- package/dist/runtime/icons/receipt/hcheck.vue +27 -27
- package/dist/runtime/icons/receipt/receipt.vue +27 -27
- package/dist/runtime/icons/sanctions.vue +8 -8
- package/dist/runtime/icons/scale.vue +19 -19
- package/dist/runtime/icons/search.vue +27 -27
- package/dist/runtime/icons/socials/facebook.vue +15 -15
- package/dist/runtime/icons/socials/google.vue +41 -41
- package/dist/runtime/icons/socials/instagram.vue +19 -19
- package/dist/runtime/icons/socials/linkedin.vue +24 -24
- package/dist/runtime/icons/socials/mailru.vue +34 -34
- package/dist/runtime/icons/socials/telegram.vue +15 -15
- package/dist/runtime/icons/socials/tik-tok.vue +15 -15
- package/dist/runtime/icons/socials/whatsapp.vue +21 -21
- package/dist/runtime/icons/socials/yandex.vue +28 -28
- package/dist/runtime/icons/socials/youtube.vue +16 -16
- package/dist/runtime/icons/sun.vue +14 -14
- package/dist/runtime/icons/sviazi.vue +19 -19
- package/dist/runtime/icons/tasks.vue +10 -10
- package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
- package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
- package/dist/runtime/icons/users/users-three.vue +17 -17
- package/dist/runtime/icons/users/users.vue +31 -31
- package/dist/runtime/icons/warning-triangle.vue +29 -29
- package/dist/runtime/icons/work-bag.vue +20 -20
- package/dist/runtime/icons/x-mark.vue +18 -18
- package/dist/runtime/illustrations/address-location.vue +38 -38
- package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
- package/dist/runtime/illustrations/bill.vue +133 -133
- package/dist/runtime/illustrations/buildings.vue +82 -82
- package/dist/runtime/illustrations/calendar.vue +156 -156
- package/dist/runtime/illustrations/chains.vue +152 -152
- package/dist/runtime/illustrations/coin-percent.vue +126 -126
- package/dist/runtime/illustrations/coins-stack.vue +202 -202
- package/dist/runtime/illustrations/delete-dark.vue +31 -31
- package/dist/runtime/illustrations/delete.vue +32 -32
- package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
- package/dist/runtime/illustrations/document.vue +64 -64
- package/dist/runtime/illustrations/door.vue +74 -74
- package/dist/runtime/illustrations/empty-box.vue +77 -77
- package/dist/runtime/illustrations/empty-wallet.vue +161 -161
- package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
- package/dist/runtime/illustrations/hammer.vue +156 -156
- package/dist/runtime/illustrations/hand-cash.vue +108 -108
- package/dist/runtime/illustrations/info.vue +39 -39
- package/dist/runtime/illustrations/mail.vue +68 -68
- package/dist/runtime/illustrations/ok.vue +62 -62
- package/dist/runtime/illustrations/people-group.vue +237 -237
- package/dist/runtime/illustrations/person-with-phone.vue +187 -187
- package/dist/runtime/illustrations/person.vue +159 -159
- package/dist/runtime/illustrations/phone-check.vue +90 -90
- package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
- package/dist/runtime/illustrations/stop-hand.vue +77 -77
- package/dist/runtime/illustrations/stop-sign.vue +34 -34
- package/dist/runtime/illustrations/suit.vue +111 -111
- package/dist/runtime/illustrations/suitcase.vue +105 -105
- package/dist/runtime/illustrations/terminal-dark.vue +48 -48
- package/dist/runtime/illustrations/terminal.vue +234 -234
- package/dist/runtime/illustrations/trash-can.vue +108 -108
- package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
- package/dist/runtime/illustrations/two-persons.vue +169 -169
- package/dist/runtime/lang/en.js +5 -2
- package/dist/runtime/lang/kk.js +5 -2
- package/dist/runtime/lang/ru.d.ts +3 -0
- package/dist/runtime/lang/ru.js +5 -2
- package/dist/runtime/plugins/toast.d.ts +1 -503
- package/dist/runtime/public/kaspi/logo.svg +4 -4
- package/dist/runtime/server/tsconfig.json +3 -3
- package/dist/runtime/utils/getMaxZindex.d.ts +2 -0
- package/dist/runtime/utils/getMaxZindex.js +22 -0
- package/dist/runtime/utils/localizedNavigation.d.ts +1 -1
- package/dist/runtime/utils/useUrls.d.ts +1 -0
- package/dist/runtime/utils/useUrls.js +1 -0
- package/package.json +73 -73
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="156"
|
|
4
|
-
height="155"
|
|
5
|
-
viewBox="0 0 156 155"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle cx="79.6248" cy="77.5001" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
-
<g clip-path="url(#clip0_2708_133543)">
|
|
11
|
-
<path
|
|
12
|
-
d="M111.243 60.4993C108.861 60.6348 106.622 61.6736 104.99 63.4009C103.357 65.1283 102.456 67.4122 102.472 69.7804V29.6305C102.472 27.6339 101.673 25.7191 100.251 24.3073C98.8284 22.8955 96.8992 22.1023 94.8875 22.1023H94.7182H94.1618C92.7345 22.2138 91.3681 22.7241 90.2207 23.5739C89.0733 24.4238 88.1916 25.5786 87.6777 26.9049C86.373 29.9354 85.7695 33.2177 85.9116 36.5102V21.0457C85.9102 19.6425 85.5143 18.2675 84.7684 17.0754C84.0226 15.8833 82.9564 14.9215 81.6898 14.298L81.8349 14.214C80.6627 13.6482 79.3652 13.3863 78.0634 13.4527C76.7616 13.5192 75.498 13.9117 74.3904 14.5938C73.2828 15.276 72.3673 16.2254 71.7293 17.3536C71.0913 18.4818 70.7516 19.752 70.7419 21.0457V27.9255L70.8387 28.2377V28.6339C70.5974 27.5423 70.1139 26.5178 69.4233 25.6351C68.7327 24.7523 67.8525 24.0336 66.8467 23.5311C66.6064 23.4109 66.3601 23.3027 66.1088 23.2069H66.012C65.7822 23.1229 65.5644 23.0628 65.3346 23.0028H65.1531L64.512 22.8827H64.3064C64.0285 22.8648 63.7496 22.8648 63.4717 22.8827C61.4601 22.8827 59.5308 23.6759 58.1084 25.0877C56.686 26.4995 55.8869 28.4143 55.8869 30.4109V46.8959C55.2621 45.6361 54.2938 44.5755 53.092 43.8348C51.8902 43.094 50.5031 42.7028 49.0884 42.7056H48.8464C46.8802 42.768 45.0157 43.5873 43.6474 44.9901C42.2792 46.393 41.5146 48.2692 41.5156 50.2217V104.9C41.5156 114.599 45.3977 123.901 52.308 130.76C59.2182 137.619 68.5905 141.472 78.3631 141.472C79.0526 141.472 79.73 141.472 80.4075 141.412H80.976C81.4478 141.412 81.9075 141.412 82.3672 141.304L83.1777 141.195L84.3027 141.039L85.2099 140.883L86.1898 140.679C86.5164 140.679 86.8309 140.535 87.1575 140.463L88.0286 140.235C88.3673 140.155 88.706 140.059 89.0447 139.947L89.8189 139.707C90.1697 139.599 90.5326 139.479 90.8834 139.346L91.5125 139.106L92.7222 138.662L93.0488 138.518C95.0711 137.648 97.0104 136.599 98.8433 135.384L99.0731 135.24C99.4844 134.964 99.8836 134.676 100.283 134.388L100.561 134.184C100.96 133.883 101.347 133.583 101.771 133.271L102.025 133.067C102.412 132.743 102.799 132.419 103.162 132.082C103.232 132.033 103.297 131.977 103.355 131.914C103.743 131.566 104.13 131.194 104.565 130.822C105.372 130.061 106.11 129.261 106.779 128.42C112.338 121.849 115.38 113.54 115.368 104.96V64.4015C115.368 63.8725 115.261 63.3488 115.051 62.8624C114.841 62.376 114.534 61.937 114.149 61.572C113.763 61.2071 113.306 60.9238 112.807 60.7394C112.307 60.555 111.775 60.4733 111.243 60.4993Z"
|
|
13
|
-
class="fill-white dark:fill-gray-900"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
opacity="0.2"
|
|
17
|
-
d="M66.8476 23.5426C65.6929 22.958 64.4062 22.6779 63.111 22.7291C61.8158 22.7803 60.5556 23.1612 59.4514 23.8351C58.3473 24.509 57.4363 25.4534 56.8058 26.5775C56.1754 27.7017 55.8467 28.9678 55.8514 30.2543V76.4435L62.662 74.4145V30.2543C62.664 28.8604 63.0565 27.4945 63.7956 26.3092C64.5348 25.124 65.5915 24.1661 66.8476 23.5426Z"
|
|
18
|
-
class="fill-white dark:fill-gray-900"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
opacity="0.2"
|
|
22
|
-
d="M81.8343 14.2141C80.7781 13.6785 79.6091 13.3987 78.423 13.3977C76.4114 13.3977 74.4821 14.1909 73.0597 15.6027C71.6372 17.0145 70.8381 18.9293 70.8381 20.9258V72.9023H77.552L77.6609 20.9258C77.6603 19.5329 78.0505 18.1673 78.7876 16.9819C79.5247 15.7965 80.5796 14.8382 81.8343 14.2141Z"
|
|
23
|
-
fill="#BDC7CE"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
opacity="0.2"
|
|
27
|
-
d="M85.8519 134.784C81.012 134.784 76.2195 133.838 71.7482 131.999C67.2768 130.16 63.2142 127.465 59.7925 124.068C56.3707 120.671 53.6568 116.638 51.8058 112.199C49.9547 107.761 49.0028 103.004 49.0044 98.2V43.462C49.0044 43.2139 49.0044 42.9617 49.0044 42.7056C47.0023 42.7151 45.0855 43.5112 43.6732 44.9197C42.2608 46.3282 41.468 48.2345 41.468 50.2217V104.9C41.4664 109.711 42.4215 114.476 44.2786 118.921C46.1357 123.366 48.8582 127.403 52.2903 130.802C55.7223 134.2 59.7963 136.893 64.2788 138.726C68.7613 140.559 73.5642 141.496 78.4122 141.484C83.8084 141.486 89.1392 140.311 94.0269 138.041C98.9145 135.771 103.239 132.462 106.695 128.348C100.567 132.545 93.2969 134.79 85.8519 134.784Z"
|
|
28
|
-
fill="#BDC7CE"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
opacity="0.2"
|
|
32
|
-
d="M98.1539 22.9065C97.0942 22.3817 95.9268 22.1064 94.7426 22.1021C92.7309 22.1021 90.8017 22.8952 89.3793 24.307C87.9569 25.7188 87.1577 27.6336 87.1577 29.6302V73.8624L93.8716 75.2311L93.9683 29.6062C93.9753 28.2149 94.3701 26.8526 95.1088 25.6702C95.8475 24.4878 96.9014 23.5312 98.1539 22.9065Z"
|
|
33
|
-
class="fill-white dark:fill-gray-900"
|
|
34
|
-
/>
|
|
35
|
-
<path
|
|
36
|
-
d="M107.3 61.2918C108.549 60.7706 109.889 60.5012 111.244 60.4993V60.4993C112.287 60.4993 113.287 60.9104 114.024 61.6422C114.761 62.374 115.175 63.3665 115.175 64.4015V104.912C115.175 114.611 111.293 123.913 104.383 130.772C97.4727 137.63 88.1005 141.484 78.3279 141.484V141.484C68.5554 141.484 59.1831 137.63 52.2729 130.772C45.3627 123.913 41.4805 114.611 41.4805 104.912V50.2337C41.4789 49.2456 41.6737 48.267 42.0535 47.3537C42.4334 46.4404 42.9909 45.6104 43.6942 44.9112C44.3976 44.212 45.2329 43.6573 46.1525 43.2789C47.072 42.9004 48.0577 42.7056 49.0532 42.7056V42.7056C50.0497 42.704 51.0367 42.8977 51.9577 43.2754C52.8786 43.6532 53.7154 44.2076 54.4201 44.907C55.1247 45.6063 55.6833 46.4369 56.0639 47.3509C56.4445 48.265 56.6396 49.2446 56.638 50.2337V76.0118"
|
|
37
|
-
stroke="#9DA3AC"
|
|
38
|
-
stroke-width="1.2097"
|
|
39
|
-
stroke-miterlimit="10"
|
|
40
|
-
/>
|
|
41
|
-
<path
|
|
42
|
-
d="M55.8513 40.1238V30.2544C55.8513 28.2578 56.6505 26.343 58.0729 24.9312C59.4953 23.5194 61.4245 22.7263 63.4362 22.7263V22.7263C65.4478 22.7263 67.377 23.5194 68.7995 24.9312C70.2219 26.343 71.021 28.2578 71.021 30.2544V72.9017"
|
|
43
|
-
stroke="#9DA3AC"
|
|
44
|
-
stroke-width="1.2097"
|
|
45
|
-
stroke-miterlimit="10"
|
|
46
|
-
/>
|
|
47
|
-
<path
|
|
48
|
-
d="M70.7434 20.8656V21.0457C70.7434 19.0491 71.5426 17.1343 72.965 15.7225C74.3874 14.3107 76.3166 13.5176 78.3282 13.5176V13.5176C80.3399 13.5176 82.2691 14.3107 83.6916 15.7225C85.114 17.1343 85.9131 19.0491 85.9131 21.0457V73.6585"
|
|
49
|
-
stroke="#9DA3AC"
|
|
50
|
-
stroke-width="1.2097"
|
|
51
|
-
stroke-miterlimit="10"
|
|
52
|
-
/>
|
|
53
|
-
<path
|
|
54
|
-
d="M47.9629 79.8779C47.9629 79.8779 66.8463 67.7873 94.2097 75.4595"
|
|
55
|
-
stroke="#9DA3AC"
|
|
56
|
-
stroke-width="1.2097"
|
|
57
|
-
stroke-miterlimit="10"
|
|
58
|
-
/>
|
|
59
|
-
<path
|
|
60
|
-
d="M74.0693 106.544C74.0693 106.544 79.005 92.5446 102.473 90.4915V29.6302C102.473 27.6336 101.674 25.7188 100.252 24.307C98.8292 22.8952 96.8999 22.1021 94.8883 22.1021V22.1021C93.4295 22.1014 92.0014 22.5182 90.7753 23.3027"
|
|
61
|
-
stroke="#9DA3AC"
|
|
62
|
-
stroke-width="1.2097"
|
|
63
|
-
stroke-miterlimit="10"
|
|
64
|
-
/>
|
|
65
|
-
</g>
|
|
66
|
-
<defs>
|
|
67
|
-
<clipPath id="clip0_2708_133543">
|
|
68
|
-
<rect
|
|
69
|
-
width="74.9167"
|
|
70
|
-
height="129.167"
|
|
71
|
-
class="fill-white dark:fill-gray-900"
|
|
72
|
-
transform="translate(40.875 12.917)"
|
|
73
|
-
/>
|
|
74
|
-
</clipPath>
|
|
75
|
-
</defs>
|
|
76
|
-
</svg>
|
|
77
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="156"
|
|
4
|
+
height="155"
|
|
5
|
+
viewBox="0 0 156 155"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="79.6248" cy="77.5001" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
+
<g clip-path="url(#clip0_2708_133543)">
|
|
11
|
+
<path
|
|
12
|
+
d="M111.243 60.4993C108.861 60.6348 106.622 61.6736 104.99 63.4009C103.357 65.1283 102.456 67.4122 102.472 69.7804V29.6305C102.472 27.6339 101.673 25.7191 100.251 24.3073C98.8284 22.8955 96.8992 22.1023 94.8875 22.1023H94.7182H94.1618C92.7345 22.2138 91.3681 22.7241 90.2207 23.5739C89.0733 24.4238 88.1916 25.5786 87.6777 26.9049C86.373 29.9354 85.7695 33.2177 85.9116 36.5102V21.0457C85.9102 19.6425 85.5143 18.2675 84.7684 17.0754C84.0226 15.8833 82.9564 14.9215 81.6898 14.298L81.8349 14.214C80.6627 13.6482 79.3652 13.3863 78.0634 13.4527C76.7616 13.5192 75.498 13.9117 74.3904 14.5938C73.2828 15.276 72.3673 16.2254 71.7293 17.3536C71.0913 18.4818 70.7516 19.752 70.7419 21.0457V27.9255L70.8387 28.2377V28.6339C70.5974 27.5423 70.1139 26.5178 69.4233 25.6351C68.7327 24.7523 67.8525 24.0336 66.8467 23.5311C66.6064 23.4109 66.3601 23.3027 66.1088 23.2069H66.012C65.7822 23.1229 65.5644 23.0628 65.3346 23.0028H65.1531L64.512 22.8827H64.3064C64.0285 22.8648 63.7496 22.8648 63.4717 22.8827C61.4601 22.8827 59.5308 23.6759 58.1084 25.0877C56.686 26.4995 55.8869 28.4143 55.8869 30.4109V46.8959C55.2621 45.6361 54.2938 44.5755 53.092 43.8348C51.8902 43.094 50.5031 42.7028 49.0884 42.7056H48.8464C46.8802 42.768 45.0157 43.5873 43.6474 44.9901C42.2792 46.393 41.5146 48.2692 41.5156 50.2217V104.9C41.5156 114.599 45.3977 123.901 52.308 130.76C59.2182 137.619 68.5905 141.472 78.3631 141.472C79.0526 141.472 79.73 141.472 80.4075 141.412H80.976C81.4478 141.412 81.9075 141.412 82.3672 141.304L83.1777 141.195L84.3027 141.039L85.2099 140.883L86.1898 140.679C86.5164 140.679 86.8309 140.535 87.1575 140.463L88.0286 140.235C88.3673 140.155 88.706 140.059 89.0447 139.947L89.8189 139.707C90.1697 139.599 90.5326 139.479 90.8834 139.346L91.5125 139.106L92.7222 138.662L93.0488 138.518C95.0711 137.648 97.0104 136.599 98.8433 135.384L99.0731 135.24C99.4844 134.964 99.8836 134.676 100.283 134.388L100.561 134.184C100.96 133.883 101.347 133.583 101.771 133.271L102.025 133.067C102.412 132.743 102.799 132.419 103.162 132.082C103.232 132.033 103.297 131.977 103.355 131.914C103.743 131.566 104.13 131.194 104.565 130.822C105.372 130.061 106.11 129.261 106.779 128.42C112.338 121.849 115.38 113.54 115.368 104.96V64.4015C115.368 63.8725 115.261 63.3488 115.051 62.8624C114.841 62.376 114.534 61.937 114.149 61.572C113.763 61.2071 113.306 60.9238 112.807 60.7394C112.307 60.555 111.775 60.4733 111.243 60.4993Z"
|
|
13
|
+
class="fill-white dark:fill-gray-900"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
opacity="0.2"
|
|
17
|
+
d="M66.8476 23.5426C65.6929 22.958 64.4062 22.6779 63.111 22.7291C61.8158 22.7803 60.5556 23.1612 59.4514 23.8351C58.3473 24.509 57.4363 25.4534 56.8058 26.5775C56.1754 27.7017 55.8467 28.9678 55.8514 30.2543V76.4435L62.662 74.4145V30.2543C62.664 28.8604 63.0565 27.4945 63.7956 26.3092C64.5348 25.124 65.5915 24.1661 66.8476 23.5426Z"
|
|
18
|
+
class="fill-white dark:fill-gray-900"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
opacity="0.2"
|
|
22
|
+
d="M81.8343 14.2141C80.7781 13.6785 79.6091 13.3987 78.423 13.3977C76.4114 13.3977 74.4821 14.1909 73.0597 15.6027C71.6372 17.0145 70.8381 18.9293 70.8381 20.9258V72.9023H77.552L77.6609 20.9258C77.6603 19.5329 78.0505 18.1673 78.7876 16.9819C79.5247 15.7965 80.5796 14.8382 81.8343 14.2141Z"
|
|
23
|
+
fill="#BDC7CE"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
opacity="0.2"
|
|
27
|
+
d="M85.8519 134.784C81.012 134.784 76.2195 133.838 71.7482 131.999C67.2768 130.16 63.2142 127.465 59.7925 124.068C56.3707 120.671 53.6568 116.638 51.8058 112.199C49.9547 107.761 49.0028 103.004 49.0044 98.2V43.462C49.0044 43.2139 49.0044 42.9617 49.0044 42.7056C47.0023 42.7151 45.0855 43.5112 43.6732 44.9197C42.2608 46.3282 41.468 48.2345 41.468 50.2217V104.9C41.4664 109.711 42.4215 114.476 44.2786 118.921C46.1357 123.366 48.8582 127.403 52.2903 130.802C55.7223 134.2 59.7963 136.893 64.2788 138.726C68.7613 140.559 73.5642 141.496 78.4122 141.484C83.8084 141.486 89.1392 140.311 94.0269 138.041C98.9145 135.771 103.239 132.462 106.695 128.348C100.567 132.545 93.2969 134.79 85.8519 134.784Z"
|
|
28
|
+
fill="#BDC7CE"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
opacity="0.2"
|
|
32
|
+
d="M98.1539 22.9065C97.0942 22.3817 95.9268 22.1064 94.7426 22.1021C92.7309 22.1021 90.8017 22.8952 89.3793 24.307C87.9569 25.7188 87.1577 27.6336 87.1577 29.6302V73.8624L93.8716 75.2311L93.9683 29.6062C93.9753 28.2149 94.3701 26.8526 95.1088 25.6702C95.8475 24.4878 96.9014 23.5312 98.1539 22.9065Z"
|
|
33
|
+
class="fill-white dark:fill-gray-900"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M107.3 61.2918C108.549 60.7706 109.889 60.5012 111.244 60.4993V60.4993C112.287 60.4993 113.287 60.9104 114.024 61.6422C114.761 62.374 115.175 63.3665 115.175 64.4015V104.912C115.175 114.611 111.293 123.913 104.383 130.772C97.4727 137.63 88.1005 141.484 78.3279 141.484V141.484C68.5554 141.484 59.1831 137.63 52.2729 130.772C45.3627 123.913 41.4805 114.611 41.4805 104.912V50.2337C41.4789 49.2456 41.6737 48.267 42.0535 47.3537C42.4334 46.4404 42.9909 45.6104 43.6942 44.9112C44.3976 44.212 45.2329 43.6573 46.1525 43.2789C47.072 42.9004 48.0577 42.7056 49.0532 42.7056V42.7056C50.0497 42.704 51.0367 42.8977 51.9577 43.2754C52.8786 43.6532 53.7154 44.2076 54.4201 44.907C55.1247 45.6063 55.6833 46.4369 56.0639 47.3509C56.4445 48.265 56.6396 49.2446 56.638 50.2337V76.0118"
|
|
37
|
+
stroke="#9DA3AC"
|
|
38
|
+
stroke-width="1.2097"
|
|
39
|
+
stroke-miterlimit="10"
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
d="M55.8513 40.1238V30.2544C55.8513 28.2578 56.6505 26.343 58.0729 24.9312C59.4953 23.5194 61.4245 22.7263 63.4362 22.7263V22.7263C65.4478 22.7263 67.377 23.5194 68.7995 24.9312C70.2219 26.343 71.021 28.2578 71.021 30.2544V72.9017"
|
|
43
|
+
stroke="#9DA3AC"
|
|
44
|
+
stroke-width="1.2097"
|
|
45
|
+
stroke-miterlimit="10"
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
d="M70.7434 20.8656V21.0457C70.7434 19.0491 71.5426 17.1343 72.965 15.7225C74.3874 14.3107 76.3166 13.5176 78.3282 13.5176V13.5176C80.3399 13.5176 82.2691 14.3107 83.6916 15.7225C85.114 17.1343 85.9131 19.0491 85.9131 21.0457V73.6585"
|
|
49
|
+
stroke="#9DA3AC"
|
|
50
|
+
stroke-width="1.2097"
|
|
51
|
+
stroke-miterlimit="10"
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
d="M47.9629 79.8779C47.9629 79.8779 66.8463 67.7873 94.2097 75.4595"
|
|
55
|
+
stroke="#9DA3AC"
|
|
56
|
+
stroke-width="1.2097"
|
|
57
|
+
stroke-miterlimit="10"
|
|
58
|
+
/>
|
|
59
|
+
<path
|
|
60
|
+
d="M74.0693 106.544C74.0693 106.544 79.005 92.5446 102.473 90.4915V29.6302C102.473 27.6336 101.674 25.7188 100.252 24.307C98.8292 22.8952 96.8999 22.1021 94.8883 22.1021V22.1021C93.4295 22.1014 92.0014 22.5182 90.7753 23.3027"
|
|
61
|
+
stroke="#9DA3AC"
|
|
62
|
+
stroke-width="1.2097"
|
|
63
|
+
stroke-miterlimit="10"
|
|
64
|
+
/>
|
|
65
|
+
</g>
|
|
66
|
+
<defs>
|
|
67
|
+
<clipPath id="clip0_2708_133543">
|
|
68
|
+
<rect
|
|
69
|
+
width="74.9167"
|
|
70
|
+
height="129.167"
|
|
71
|
+
class="fill-white dark:fill-gray-900"
|
|
72
|
+
transform="translate(40.875 12.917)"
|
|
73
|
+
/>
|
|
74
|
+
</clipPath>
|
|
75
|
+
</defs>
|
|
76
|
+
</svg>
|
|
77
|
+
</template>
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="121"
|
|
4
|
-
height="120"
|
|
5
|
-
viewBox="0 0 121 120"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M60.585 110C88.1992 110 110.585 87.6142 110.585 60C110.585 32.3858 88.1992 10 60.585 10C32.9707 10 10.585 32.3858 10.585 60C10.585 87.6142 32.9707 110 60.585 110Z"
|
|
11
|
-
fill="#BDC7CE"
|
|
12
|
-
fill-opacity="0.15"
|
|
13
|
-
/>
|
|
14
|
-
<path
|
|
15
|
-
d="M54.2738 21.975L20.6738 80.275C17.5738 85.575 21.4738 92.175 27.5738 92.175H94.8737C100.974 92.175 104.774 85.575 101.774 80.275L68.0738 21.975C64.9738 16.675 57.3737 16.675 54.2738 21.975Z"
|
|
16
|
-
class="fill-white dark:fill-gray-900"
|
|
17
|
-
stroke="#9DA3AC"
|
|
18
|
-
stroke-miterlimit="10"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
d="M64.5852 41.8002L61.5852 70.3002C61.4852 70.8002 61.0852 71.2002 60.4852 71.2002C59.9852 71.2002 59.6852 70.8002 59.5852 70.3002L56.5852 41.8002C56.3852 39.6002 57.9852 37.6002 60.1852 37.4002C62.3852 37.2002 64.3852 38.8002 64.5852 41.0002C64.5852 41.2002 64.5852 41.5002 64.5852 41.8002Z"
|
|
22
|
-
fill="#9DA3AC"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M60.5852 81.9999C62.1316 81.9999 63.3852 80.7463 63.3852 79.1999C63.3852 77.6535 62.1316 76.3999 60.5852 76.3999C59.0388 76.3999 57.7852 77.6535 57.7852 79.1999C57.7852 80.7463 59.0388 81.9999 60.5852 81.9999Z"
|
|
26
|
-
fill="#9DA3AC"
|
|
27
|
-
/>
|
|
28
|
-
<path
|
|
29
|
-
d="M101.674 80.275L68.0738 21.975C64.9738 16.675 57.3738 16.675 54.3738 21.975L20.6738 80.275C17.5738 85.575 21.4738 92.175 27.5738 92.175H94.8737C100.874 92.175 104.774 85.575 101.674 80.275ZM89.6738 85.175H32.6738C30.6738 85.175 29.3738 82.975 30.3738 81.175L58.8738 30.275C59.8738 28.475 62.4738 28.475 63.5738 30.275L92.0738 81.175C92.9738 82.975 91.6738 85.175 89.6738 85.175Z"
|
|
30
|
-
fill="#BDC7CE"
|
|
31
|
-
fill-opacity="0.3"
|
|
32
|
-
/>
|
|
33
|
-
</svg>
|
|
34
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="121"
|
|
4
|
+
height="120"
|
|
5
|
+
viewBox="0 0 121 120"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M60.585 110C88.1992 110 110.585 87.6142 110.585 60C110.585 32.3858 88.1992 10 60.585 10C32.9707 10 10.585 32.3858 10.585 60C10.585 87.6142 32.9707 110 60.585 110Z"
|
|
11
|
+
fill="#BDC7CE"
|
|
12
|
+
fill-opacity="0.15"
|
|
13
|
+
/>
|
|
14
|
+
<path
|
|
15
|
+
d="M54.2738 21.975L20.6738 80.275C17.5738 85.575 21.4738 92.175 27.5738 92.175H94.8737C100.974 92.175 104.774 85.575 101.774 80.275L68.0738 21.975C64.9738 16.675 57.3737 16.675 54.2738 21.975Z"
|
|
16
|
+
class="fill-white dark:fill-gray-900"
|
|
17
|
+
stroke="#9DA3AC"
|
|
18
|
+
stroke-miterlimit="10"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M64.5852 41.8002L61.5852 70.3002C61.4852 70.8002 61.0852 71.2002 60.4852 71.2002C59.9852 71.2002 59.6852 70.8002 59.5852 70.3002L56.5852 41.8002C56.3852 39.6002 57.9852 37.6002 60.1852 37.4002C62.3852 37.2002 64.3852 38.8002 64.5852 41.0002C64.5852 41.2002 64.5852 41.5002 64.5852 41.8002Z"
|
|
22
|
+
fill="#9DA3AC"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M60.5852 81.9999C62.1316 81.9999 63.3852 80.7463 63.3852 79.1999C63.3852 77.6535 62.1316 76.3999 60.5852 76.3999C59.0388 76.3999 57.7852 77.6535 57.7852 79.1999C57.7852 80.7463 59.0388 81.9999 60.5852 81.9999Z"
|
|
26
|
+
fill="#9DA3AC"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M101.674 80.275L68.0738 21.975C64.9738 16.675 57.3738 16.675 54.3738 21.975L20.6738 80.275C17.5738 85.575 21.4738 92.175 27.5738 92.175H94.8737C100.874 92.175 104.774 85.575 101.674 80.275ZM89.6738 85.175H32.6738C30.6738 85.175 29.3738 82.975 30.3738 81.175L58.8738 30.275C59.8738 28.475 62.4738 28.475 63.5738 30.275L92.0738 81.175C92.9738 82.975 91.6738 85.175 89.6738 85.175Z"
|
|
30
|
+
fill="#BDC7CE"
|
|
31
|
+
fill-opacity="0.3"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
</template>
|
|
@@ -1,111 +1,111 @@
|
|
|
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_7114_6421)">
|
|
11
|
-
<path
|
|
12
|
-
d="M82.4352 17.971L78.4495 16.1612L77.3311 15.6703L73.8138 10.4912L59.4766 22.5147L45.1395 10.4912L45.0917 10.5682V10.4912L41.4883 15.6703L17.4307 26.5675L39.0033 109.519H79.8163L101.427 26.5867L82.4352 17.971Z"
|
|
13
|
-
class="fill-white dark:fill-gray-900"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
d="M27.676 21.9463L50.472 109.422H39.0979L17.4775 26.4996L27.676 21.9463Z"
|
|
17
|
-
fill="#BDC7CE"
|
|
18
|
-
opacity="0.2"
|
|
19
|
-
/>
|
|
20
|
-
<g opacity="0.2">
|
|
21
|
-
<path d="M61.4353 28.1365V28.127L61.1104 28.1365H61.4353Z" fill="#BDC7CE" opacity="0.2" />
|
|
22
|
-
<path
|
|
23
|
-
d="M56.3021 73.4295C56.3021 51.7217 60.2688 29.4845 60.2975 29.3594H57.5064C57.5064 29.3594 53.0811 51.6447 53.0811 73.4198C53.0811 73.4198 57.1815 93.4237 59.5041 100.884C59.982 99.344 60.5364 97.2646 61.1099 94.9446C58.8828 86.0498 56.3021 73.4295 56.3021 73.4295Z"
|
|
24
|
-
fill="#BDC7CE"
|
|
25
|
-
opacity="0.2"
|
|
26
|
-
/>
|
|
27
|
-
</g>
|
|
28
|
-
<path
|
|
29
|
-
d="M57.7563 22.9863L55.2139 23.535L57.5652 29.4746L59.4959 29.4938L60.3274 29.4842L57.7563 22.9863Z"
|
|
30
|
-
fill="#BDC7CE"
|
|
31
|
-
opacity="0.2"
|
|
32
|
-
/>
|
|
33
|
-
<path
|
|
34
|
-
d="M36.2019 29.6767L42.2809 27.1642L38.1231 23.9489L45.2056 17.1045C45.1292 14.8808 45.0814 12.6667 45.0814 10.4814L41.1434 16.2573L33.2102 23.9585L37.368 27.1738L31.2891 29.6863L59.4472 102.01C59.4472 102.01 55.6239 88.6101 51.8485 69.8673L36.2019 29.6767Z"
|
|
35
|
-
fill="#BDC7CE"
|
|
36
|
-
opacity="0.2"
|
|
37
|
-
/>
|
|
38
|
-
<path
|
|
39
|
-
d="M48.2366 24.8058L46.153 15.3622L45.417 14.207L46.4779 27.4338L55.8831 24.8154L55.5199 23.2078L48.2366 24.8058Z"
|
|
40
|
-
fill="#BDC7CE"
|
|
41
|
-
opacity="0.2"
|
|
42
|
-
/>
|
|
43
|
-
<path
|
|
44
|
-
d="M87.8169 29.6668L81.738 27.1639L85.8957 23.9391L78.8132 17.1043C78.8897 14.8805 78.5073 18.3461 78.5073 16.1416L82.4835 17.9514L90.8086 23.9198L86.6413 27.1447L92.7202 29.6476L59.5059 101.971C59.5059 101.971 65.4701 86.6461 72.1703 69.8382L87.8169 29.6668Z"
|
|
45
|
-
fill="#BDC7CE"
|
|
46
|
-
opacity="0.2"
|
|
47
|
-
/>
|
|
48
|
-
<path
|
|
49
|
-
d="M70.7551 25.2775L72.8483 15.8435L73.5747 14.6787L72.5233 27.9055L63.1182 25.2871L63.4814 23.6795L70.7551 25.2775Z"
|
|
50
|
-
fill="#BDC7CE"
|
|
51
|
-
opacity="0.2"
|
|
52
|
-
/>
|
|
53
|
-
<path
|
|
54
|
-
d="M41.1915 16.2767L33.2679 23.9779L37.4256 27.2027L31.3467 29.7056L59.5048 102.029C59.5048 102.029 45.1677 52.4049 45.1677 10.52L41.1915 16.2767Z"
|
|
55
|
-
stroke="#9DA3AC"
|
|
56
|
-
stroke-linecap="round"
|
|
57
|
-
stroke-linejoin="round"
|
|
58
|
-
stroke-width="0.955808"
|
|
59
|
-
/>
|
|
60
|
-
<path
|
|
61
|
-
d="M59.4959 22.5146L48.332 24.9501L45.1396 10.4814L59.4959 22.5146Z"
|
|
62
|
-
stroke="#9DA3AC"
|
|
63
|
-
stroke-linecap="round"
|
|
64
|
-
stroke-linejoin="round"
|
|
65
|
-
stroke-width="0.955808"
|
|
66
|
-
/>
|
|
67
|
-
<path
|
|
68
|
-
d="M79.9014 109.519L101.522 26.5962L77.378 15.6605L73.8607 10.4814L59.4949 22.5146L45.1386 10.4814L41.6117 15.6605L17.4775 26.5962L39.0884 109.519"
|
|
69
|
-
stroke="#9DA3AC"
|
|
70
|
-
stroke-linecap="round"
|
|
71
|
-
stroke-linejoin="round"
|
|
72
|
-
stroke-width="0.955808"
|
|
73
|
-
/>
|
|
74
|
-
<path
|
|
75
|
-
d="M77.8095 16.2767L85.7428 23.9779L81.5754 27.2027L87.6544 29.7056L59.5059 102.029C59.5059 102.029 73.843 52.4049 73.843 10.52L77.8095 16.2767Z"
|
|
76
|
-
stroke="#9DA3AC"
|
|
77
|
-
stroke-linecap="round"
|
|
78
|
-
stroke-linejoin="round"
|
|
79
|
-
stroke-width="0.955808"
|
|
80
|
-
/>
|
|
81
|
-
<path
|
|
82
|
-
d="M59.4951 22.5146L70.5634 24.9308L73.8609 10.4814L59.4951 22.5146Z"
|
|
83
|
-
stroke="#9DA3AC"
|
|
84
|
-
stroke-linecap="round"
|
|
85
|
-
stroke-linejoin="round"
|
|
86
|
-
stroke-width="0.955808"
|
|
87
|
-
/>
|
|
88
|
-
<path
|
|
89
|
-
d="M59.4959 22.5146L55.2139 23.4484L57.5652 29.388L59.4959 29.4072L61.4362 29.388L63.7875 23.4484L59.4959 22.5146Z"
|
|
90
|
-
stroke="#9DA3AC"
|
|
91
|
-
stroke-linecap="round"
|
|
92
|
-
stroke-linejoin="round"
|
|
93
|
-
stroke-width="0.955808"
|
|
94
|
-
/>
|
|
95
|
-
<path
|
|
96
|
-
d="M61.4358 29.3877H57.5648C57.5648 29.3877 53.082 52.9437 53.082 74.7092C53.082 74.7092 57.1825 94.7131 59.5051 102.174C61.8277 94.7131 65.9281 74.7092 65.9281 74.7092C65.9281 52.9437 61.4358 29.3877 61.4358 29.3877Z"
|
|
97
|
-
stroke="#9DA3AC"
|
|
98
|
-
stroke-linecap="round"
|
|
99
|
-
stroke-linejoin="round"
|
|
100
|
-
stroke-width="0.955808"
|
|
101
|
-
/>
|
|
102
|
-
<path
|
|
103
|
-
d="M82.7881 55.9951H90.014"
|
|
104
|
-
stroke="#9DA3AC"
|
|
105
|
-
stroke-linecap="round"
|
|
106
|
-
stroke-linejoin="round"
|
|
107
|
-
stroke-width="0.955808"
|
|
108
|
-
/>
|
|
109
|
-
</g>
|
|
110
|
-
</svg>
|
|
111
|
-
</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_7114_6421)">
|
|
11
|
+
<path
|
|
12
|
+
d="M82.4352 17.971L78.4495 16.1612L77.3311 15.6703L73.8138 10.4912L59.4766 22.5147L45.1395 10.4912L45.0917 10.5682V10.4912L41.4883 15.6703L17.4307 26.5675L39.0033 109.519H79.8163L101.427 26.5867L82.4352 17.971Z"
|
|
13
|
+
class="fill-white dark:fill-gray-900"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M27.676 21.9463L50.472 109.422H39.0979L17.4775 26.4996L27.676 21.9463Z"
|
|
17
|
+
fill="#BDC7CE"
|
|
18
|
+
opacity="0.2"
|
|
19
|
+
/>
|
|
20
|
+
<g opacity="0.2">
|
|
21
|
+
<path d="M61.4353 28.1365V28.127L61.1104 28.1365H61.4353Z" fill="#BDC7CE" opacity="0.2" />
|
|
22
|
+
<path
|
|
23
|
+
d="M56.3021 73.4295C56.3021 51.7217 60.2688 29.4845 60.2975 29.3594H57.5064C57.5064 29.3594 53.0811 51.6447 53.0811 73.4198C53.0811 73.4198 57.1815 93.4237 59.5041 100.884C59.982 99.344 60.5364 97.2646 61.1099 94.9446C58.8828 86.0498 56.3021 73.4295 56.3021 73.4295Z"
|
|
24
|
+
fill="#BDC7CE"
|
|
25
|
+
opacity="0.2"
|
|
26
|
+
/>
|
|
27
|
+
</g>
|
|
28
|
+
<path
|
|
29
|
+
d="M57.7563 22.9863L55.2139 23.535L57.5652 29.4746L59.4959 29.4938L60.3274 29.4842L57.7563 22.9863Z"
|
|
30
|
+
fill="#BDC7CE"
|
|
31
|
+
opacity="0.2"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
d="M36.2019 29.6767L42.2809 27.1642L38.1231 23.9489L45.2056 17.1045C45.1292 14.8808 45.0814 12.6667 45.0814 10.4814L41.1434 16.2573L33.2102 23.9585L37.368 27.1738L31.2891 29.6863L59.4472 102.01C59.4472 102.01 55.6239 88.6101 51.8485 69.8673L36.2019 29.6767Z"
|
|
35
|
+
fill="#BDC7CE"
|
|
36
|
+
opacity="0.2"
|
|
37
|
+
/>
|
|
38
|
+
<path
|
|
39
|
+
d="M48.2366 24.8058L46.153 15.3622L45.417 14.207L46.4779 27.4338L55.8831 24.8154L55.5199 23.2078L48.2366 24.8058Z"
|
|
40
|
+
fill="#BDC7CE"
|
|
41
|
+
opacity="0.2"
|
|
42
|
+
/>
|
|
43
|
+
<path
|
|
44
|
+
d="M87.8169 29.6668L81.738 27.1639L85.8957 23.9391L78.8132 17.1043C78.8897 14.8805 78.5073 18.3461 78.5073 16.1416L82.4835 17.9514L90.8086 23.9198L86.6413 27.1447L92.7202 29.6476L59.5059 101.971C59.5059 101.971 65.4701 86.6461 72.1703 69.8382L87.8169 29.6668Z"
|
|
45
|
+
fill="#BDC7CE"
|
|
46
|
+
opacity="0.2"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M70.7551 25.2775L72.8483 15.8435L73.5747 14.6787L72.5233 27.9055L63.1182 25.2871L63.4814 23.6795L70.7551 25.2775Z"
|
|
50
|
+
fill="#BDC7CE"
|
|
51
|
+
opacity="0.2"
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
d="M41.1915 16.2767L33.2679 23.9779L37.4256 27.2027L31.3467 29.7056L59.5048 102.029C59.5048 102.029 45.1677 52.4049 45.1677 10.52L41.1915 16.2767Z"
|
|
55
|
+
stroke="#9DA3AC"
|
|
56
|
+
stroke-linecap="round"
|
|
57
|
+
stroke-linejoin="round"
|
|
58
|
+
stroke-width="0.955808"
|
|
59
|
+
/>
|
|
60
|
+
<path
|
|
61
|
+
d="M59.4959 22.5146L48.332 24.9501L45.1396 10.4814L59.4959 22.5146Z"
|
|
62
|
+
stroke="#9DA3AC"
|
|
63
|
+
stroke-linecap="round"
|
|
64
|
+
stroke-linejoin="round"
|
|
65
|
+
stroke-width="0.955808"
|
|
66
|
+
/>
|
|
67
|
+
<path
|
|
68
|
+
d="M79.9014 109.519L101.522 26.5962L77.378 15.6605L73.8607 10.4814L59.4949 22.5146L45.1386 10.4814L41.6117 15.6605L17.4775 26.5962L39.0884 109.519"
|
|
69
|
+
stroke="#9DA3AC"
|
|
70
|
+
stroke-linecap="round"
|
|
71
|
+
stroke-linejoin="round"
|
|
72
|
+
stroke-width="0.955808"
|
|
73
|
+
/>
|
|
74
|
+
<path
|
|
75
|
+
d="M77.8095 16.2767L85.7428 23.9779L81.5754 27.2027L87.6544 29.7056L59.5059 102.029C59.5059 102.029 73.843 52.4049 73.843 10.52L77.8095 16.2767Z"
|
|
76
|
+
stroke="#9DA3AC"
|
|
77
|
+
stroke-linecap="round"
|
|
78
|
+
stroke-linejoin="round"
|
|
79
|
+
stroke-width="0.955808"
|
|
80
|
+
/>
|
|
81
|
+
<path
|
|
82
|
+
d="M59.4951 22.5146L70.5634 24.9308L73.8609 10.4814L59.4951 22.5146Z"
|
|
83
|
+
stroke="#9DA3AC"
|
|
84
|
+
stroke-linecap="round"
|
|
85
|
+
stroke-linejoin="round"
|
|
86
|
+
stroke-width="0.955808"
|
|
87
|
+
/>
|
|
88
|
+
<path
|
|
89
|
+
d="M59.4959 22.5146L55.2139 23.4484L57.5652 29.388L59.4959 29.4072L61.4362 29.388L63.7875 23.4484L59.4959 22.5146Z"
|
|
90
|
+
stroke="#9DA3AC"
|
|
91
|
+
stroke-linecap="round"
|
|
92
|
+
stroke-linejoin="round"
|
|
93
|
+
stroke-width="0.955808"
|
|
94
|
+
/>
|
|
95
|
+
<path
|
|
96
|
+
d="M61.4358 29.3877H57.5648C57.5648 29.3877 53.082 52.9437 53.082 74.7092C53.082 74.7092 57.1825 94.7131 59.5051 102.174C61.8277 94.7131 65.9281 74.7092 65.9281 74.7092C65.9281 52.9437 61.4358 29.3877 61.4358 29.3877Z"
|
|
97
|
+
stroke="#9DA3AC"
|
|
98
|
+
stroke-linecap="round"
|
|
99
|
+
stroke-linejoin="round"
|
|
100
|
+
stroke-width="0.955808"
|
|
101
|
+
/>
|
|
102
|
+
<path
|
|
103
|
+
d="M82.7881 55.9951H90.014"
|
|
104
|
+
stroke="#9DA3AC"
|
|
105
|
+
stroke-linecap="round"
|
|
106
|
+
stroke-linejoin="round"
|
|
107
|
+
stroke-width="0.955808"
|
|
108
|
+
/>
|
|
109
|
+
</g>
|
|
110
|
+
</svg>
|
|
111
|
+
</template>
|