adata-ui 2.1.18 → 2.1.20
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/-error.vue +170 -170
- package/.editorconfig +12 -12
- package/.gitlab-ci.yml +16 -16
- package/.nuxtrc +1 -1
- package/.nvmrc +1 -1
- package/.playground/app.config.ts +5 -5
- package/.playground/nuxt.config.ts +3 -3
- package/README.md +75 -75
- package/app.config.ts +28 -28
- package/app.vue +8 -8
- package/assets/styles/index.scss +104 -104
- package/assets/styles/modules/_base.scss +5 -5
- package/assets/styles/modules/_typography.scss +152 -152
- package/components/elements/README.md +1 -1
- package/components/elements/a-select-row/index.vue +140 -140
- package/components/elements/accordion/AAccordion.vue +197 -197
- package/components/elements/accordion/AAccordionGroup/AAccordionGroup.vue +145 -145
- package/components/elements/accordion/AAccordionGroup/types.ts +20 -20
- package/components/elements/accordion/AAccordionGroup/ui.config.ts +22 -22
- package/components/elements/accordion/types.ts +14 -14
- package/components/elements/accordion/ui.config.ts +22 -22
- package/components/elements/alert/AAlert.vue +65 -65
- package/components/elements/banner/ABanner.vue +49 -49
- package/components/elements/bg-block/ABgBlock.vue +11 -11
- package/components/elements/button/AButton.vue +188 -188
- package/components/elements/button/types.ts +24 -24
- package/components/elements/button-login/index.vue +21 -21
- package/components/elements/calendar/ACalendar.vue +83 -83
- package/components/elements/carousel/ACarousel.vue +159 -159
- package/components/elements/carousel/config.ui.ts +15 -15
- package/components/elements/carousel/types.ts +18 -18
- package/components/elements/chip-wrapper/AChipWrapper.vue +80 -80
- package/components/elements/chip-wrapper/types.ts +12 -12
- package/components/elements/chips/AChips.vue +32 -32
- package/components/elements/companies/AOurClients.vue +42 -42
- package/components/elements/curve-block/ACurveBlock.vue +291 -291
- package/components/elements/digit-badge/ADigitBadge.vue +83 -83
- package/components/elements/error-template/index.vue +48 -48
- package/components/elements/error-template/types.ts +23 -23
- package/components/elements/feature-description/AFeatureDescription.vue +112 -112
- package/components/elements/illustrations/noAccess.vue +71 -71
- package/components/elements/infinite-carousel/AInfiniteCarousel.vue +57 -57
- package/components/elements/infinite-scroll/AInfiniteScroll.vue +33 -33
- package/components/elements/leave-note/ALeaveNote.vue +78 -78
- package/components/elements/pagination/APagination.vue +110 -110
- package/components/elements/photos-animation/APhotosAnimation.vue +85 -85
- package/components/elements/select/ASelect.vue +445 -445
- package/components/elements/select/ASelectMobile.vue +186 -186
- package/components/elements/select/ui/select-button.vue +112 -112
- package/components/elements/select/ui/select-list.vue +99 -99
- package/components/elements/show-more/AShowMore.vue +35 -35
- package/components/elements/skeleton/ASkeleton.vue +44 -44
- package/components/elements/star-rating/AStarRating.vue +181 -181
- package/components/elements/star-rating/types.ts +7 -7
- package/components/elements/star-rating/ui/Star.vue +74 -74
- package/components/elements/status-badge/AStatusBadge.vue +74 -74
- package/components/elements/table/ATable.vue +93 -93
- package/components/elements/table/table.config.ts +32 -32
- package/components/elements/tree-select/ATreeSelect.vue +169 -169
- package/components/elements/tree-select/TreeService.ts +249 -249
- package/components/elements/tree-select/components/tree-select-nodes.vue +90 -90
- package/components/elements/tree-select/types.ts +34 -34
- package/components/elements/tree-select-mobile/ATreeSelectMobile.vue +79 -79
- package/components/elements/tree-select-mobile/components/ATreeSelectNodesMobile.vue +175 -175
- package/components/features/color-mode/AColorMode.client.vue +53 -53
- package/components/features/dropdown/ADropdown.vue +124 -124
- package/components/features/go-top/GoTop.vue +58 -58
- package/components/features/lang-switcher/lang-switcher.vue +63 -63
- package/components/features/payment/banner/BasicPlusLimitBanner.vue +104 -104
- package/components/features/payment/banner/PaymentBanner.vue +108 -108
- package/components/features/payment/banner/UpSellBanner.vue +125 -125
- package/components/features/payment/process/PaymentKaspiQrSidePanel.vue +158 -158
- package/components/features/payment/process/PaymentKaspiRedirectSidePanel.vue +112 -112
- package/components/features/payment/process/PaymentMethodSidePanel.vue +121 -121
- package/components/features/payment/process/PaymentProcess.vue +138 -138
- package/components/features/payment/process/PaymentTopUpSidePanel.vue +130 -130
- package/components/features/pk-mobile-services/APkMobileServices.vue +149 -149
- package/components/features//321/201hange-version/AChangeVersion.vue +20 -20
- package/components/forms/README.md +1 -1
- package/components/forms/checkbox/ACheckbox.vue +149 -149
- package/components/forms/feedback-form/FeedbackForm.vue +177 -177
- package/components/forms/input/button/AInputButton.vue +53 -53
- package/components/forms/input/date/AInputDate.vue +213 -213
- package/components/forms/input/password/AInputPassword.vue +53 -53
- package/components/forms/input/standard/AInputStandard.vue +412 -412
- package/components/forms/input/textarea/ATextarea.vue +200 -200
- package/components/forms/radio-button/ARadioButton.vue +95 -95
- package/components/forms/request-demo/ARequestDemo.vue +108 -108
- package/components/forms/toggle/AToggle.vue +157 -157
- package/components/forms/toggle/types.ts +16 -16
- package/components/modals/AConfirmationEmail.vue +40 -40
- package/components/modals/AboutTariffModal.vue +114 -114
- package/components/modals/AnotherDeviceModal.vue +60 -60
- package/components/modals/ApplicationAcceptedModal.vue +47 -47
- package/components/modals/ConnectingTariffModal.vue +67 -67
- package/components/modals/ContactsMobileModel.vue +182 -182
- package/components/modals/ContentNavigationModal.vue +355 -355
- package/components/modals/Insufficient-funds-modal.vue +77 -77
- package/components/modals/LimitReachedModal.vue +30 -30
- package/components/modals/NoAccessModal.vue +37 -37
- package/components/modals/PaymentMethodModal.vue +101 -101
- package/components/modals/RedirectsBanksModal.vue +69 -69
- package/components/modals/ReplenishModal.vue +132 -132
- package/components/modals/ReportBugConfirmModal.vue +30 -30
- package/components/modals/ReportBugModal.vue +156 -156
- package/components/modals/Resend.vue +82 -82
- package/components/modals/SubmitApplicationModal.vue +123 -123
- package/components/modals/id/AuthModal.vue +82 -82
- package/components/modals/id/IdAutoLogoutModal.vue +45 -45
- package/components/modals/id/IdBanner.vue +61 -61
- package/components/modals/id/IdConfirmAccountOtpModal.vue +186 -186
- package/components/modals/id/IdConfirmSuccessfulModal.vue +41 -41
- package/components/modals/id/IdLoginModal.vue +330 -326
- package/components/modals/id/IdModals.vue +114 -114
- package/components/modals/id/IdNewPasswordModal.vue +129 -129
- package/components/modals/id/IdOtpInput.vue +155 -155
- package/components/modals/id/IdPasswordSuccessfulModal.vue +25 -25
- package/components/modals/id/IdRecoveryModal.vue +117 -117
- package/components/modals/id/IdRegistrationModal.vue +215 -215
- package/components/modals/id/IdResetPasswordOtpModal.vue +158 -158
- package/components/modals/id/IdTwoFactorModal.vue +130 -130
- package/components/navigation/README.md +1 -1
- package/components/navigation/bottom-navigation/ABottomNavigation.vue +106 -106
- package/components/navigation/breadcrumbs/ABreadcrumbs.vue +66 -66
- package/components/navigation/breadcrumbs/types.ts +4 -4
- package/components/navigation/footer/AFooter.vue +279 -279
- package/components/navigation/footer/ui/a-footer-accordion.vue +118 -118
- package/components/navigation/header/AHeader.vue +217 -217
- package/components/navigation/header/AlmatyContacts.vue +145 -145
- package/components/navigation/header/AstanaContacts.vue +67 -67
- package/components/navigation/header/CardGallery.vue +249 -249
- package/components/navigation/header/ContactMenu.vue +114 -114
- package/components/navigation/header/HeaderLink.vue +267 -267
- package/components/navigation/header/ListItem.vue +31 -31
- package/components/navigation/header/NavCard.vue +41 -41
- package/components/navigation/header/NavList.vue +131 -131
- package/components/navigation/header/NotificationsMenu.vue +51 -51
- package/components/navigation/header/ProductMenu.vue +143 -143
- package/components/navigation/header/ProfileMenu.vue +194 -194
- package/components/navigation/header/TopHeader.vue +194 -194
- package/components/navigation/header/types.ts +28 -28
- package/components/navigation/line-tabs/ALineTabs.vue +111 -111
- package/components/navigation/line-tabs/types.ts +21 -21
- package/components/navigation/mobile-navigation/AMobileNavigation.vue +104 -104
- package/components/navigation/pill-tabs/APillTabs.vue +171 -171
- package/components/navigation/pill-tabs/types.ts +23 -23
- package/components/navigation/side-navigation/ASideNavigation.vue +406 -406
- package/components/overlays/README.md +1 -1
- package/components/overlays/modal/AModal.vue +332 -332
- package/components/overlays/side-panel/ASidePanel.vue +439 -439
- package/components/overlays/sideover/ASlideover.vue +351 -351
- package/components/overlays/tooltip/ATooltip.vue +237 -237
- package/components/transitions/ATransitionHeight.vue +67 -67
- package/components/utils/index.ts +19 -19
- package/components/utils/removeTrailingSlash.ts +7 -7
- package/composables/highlight.ts +18 -18
- package/composables/modalsState.ts +8 -8
- package/composables/projectState.ts +2 -2
- package/composables/useAdaptive.ts +46 -46
- package/composables/useBuyTariffs.ts +91 -91
- package/composables/useCarouselScroll.ts +49 -49
- package/composables/useHeaderNavigationLinks.ts +453 -453
- package/composables/useIdModals.ts +36 -36
- package/composables/usePayment.ts +74 -74
- package/composables/useUIValidation.ts +16 -16
- package/composables/useUrls.ts +21 -21
- package/eslint.config.mjs +45 -45
- package/i18n/i18n.config.ts +21 -21
- package/i18n.config.ts +21 -21
- package/icons/adata-logo.vue +17 -17
- package/icons/ai-assistant.vue +13 -13
- package/icons/akimat.vue +20 -20
- package/icons/arrow/arrow-bottom-left-on-square.vue +5 -5
- package/icons/arrow/arrow-circle-down.vue +16 -16
- package/icons/arrow/arrow-circle-reset.vue +16 -16
- package/icons/arrow/arrow-corner.vue +9 -9
- package/icons/arrow/arrow-graph-down.vue +13 -13
- package/icons/arrow/arrow-graph-up.vue +14 -14
- package/icons/arrow/arrow-square-down.vue +15 -15
- package/icons/arrow/arrow-top-right-on-square.vue +6 -6
- package/icons/arrow-currency-gray.vue +5 -5
- package/icons/arrow-currency-green.vue +5 -5
- package/icons/arrow-currency-red.vue +5 -5
- package/icons/arrow-side-up.vue +6 -6
- package/icons/avatar.vue +12 -12
- package/icons/bank.vue +5 -5
- package/icons/block.vue +16 -16
- package/icons/bookmark/bookmark-filled.vue +18 -18
- package/icons/bookmark/bookmark.vue +5 -5
- package/icons/browsers/browser-duck.vue +65 -65
- package/icons/browsers/browser-google.vue +30 -30
- package/icons/browsers/browser-yandex.vue +13 -13
- package/icons/building-vector.vue +7 -7
- package/icons/calculator.vue +7 -7
- package/icons/calendar.vue +24 -24
- package/icons/car.vue +7 -7
- package/icons/chart-bar.vue +5 -5
- package/icons/chart-pie.vue +16 -16
- package/icons/check/check-circle.vue +6 -6
- package/icons/check/check-shield.vue +14 -14
- package/icons/check/check.vue +17 -17
- package/icons/check/checkmark-circle.vue +6 -6
- package/icons/check-sb.vue +7 -7
- package/icons/checkbox/checkbox-active.vue +17 -17
- package/icons/checkbox/checkbox-empty.vue +10 -10
- package/icons/checkbox/checkbox-intermediate.vue +7 -7
- package/icons/chevron/chevron-down.vue +5 -5
- package/icons/chevron/chevron-left.vue +5 -5
- package/icons/chevron/chevron-right.vue +5 -5
- package/icons/chevron/chevron-up.vue +5 -5
- package/icons/chevron/double-chevron-right.vue +12 -12
- package/icons/clipboard-text.vue +7 -7
- package/icons/clock.vue +25 -25
- package/icons/close.vue +16 -16
- package/icons/company/company-bazis.vue +21 -21
- package/icons/company/company-bereke.vue +25 -25
- package/icons/company/company-bigroup.vue +16 -16
- package/icons/company/company-erg.vue +17 -17
- package/icons/company/company-forte.vue +21 -21
- package/icons/company/company-halyk.vue +15 -15
- package/icons/company/company-jusan.vue +31 -31
- package/icons/company/company-kaspi.vue +14 -14
- package/icons/company/company-mycar.vue +13 -13
- package/icons/company/company-samruk.vue +21 -21
- package/icons/company-egov-small.vue +15 -15
- package/icons/company.vue +8 -8
- package/icons/copy.vue +7 -7
- package/icons/currency/currency-dollar.vue +16 -16
- package/icons/currency/currency-down.vue +22 -22
- package/icons/currency/currency-eur.vue +57 -57
- package/icons/currency/currency-rub.vue +7 -7
- package/icons/currency/currency-tenge.vue +9 -9
- package/icons/currency/currency-usd.vue +221 -221
- package/icons/currency/currency-yuan.vue +25 -25
- package/icons/default-avatar.vue +20 -20
- package/icons/delete.vue +7 -7
- package/icons/document.vue +5 -5
- package/icons/download.vue +11 -11
- package/icons/edit.vue +7 -7
- package/icons/education.vue +16 -16
- package/icons/egov-small.vue +7 -7
- package/icons/excel-icon.vue +14 -14
- package/icons/expand-window.vue +7 -7
- package/icons/eye-closed.vue +26 -26
- package/icons/eye-open.vue +7 -7
- package/icons/eye-opened.vue +23 -23
- package/icons/file/file.vue +16 -16
- package/icons/file/files.vue +16 -16
- package/icons/filter.vue +5 -5
- package/icons/flag.vue +7 -7
- package/icons/gift.vue +8 -8
- package/icons/globe.vue +16 -16
- package/icons/google.vue +41 -41
- package/icons/graph-pie.vue +14 -14
- package/icons/hand/hand-thumb-up-filled.vue +5 -5
- package/icons/hand/hand-thumb-up.vue +5 -5
- package/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
- package/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
- package/icons/handshake.vue +5 -5
- package/icons/hcheck.vue +14 -14
- package/icons/hdocument.vue +7 -7
- package/icons/history.vue +5 -5
- package/icons/horizontal-more.vue +13 -13
- package/icons/hot-line.vue +6 -6
- package/icons/hummer.vue +16 -16
- package/icons/id.vue +7 -7
- package/icons/info/info-circle.vue +29 -29
- package/icons/invoice.vue +7 -7
- package/icons/judge.vue +14 -14
- package/icons/kaspi-qr.vue +13 -13
- package/icons/link-chain.vue +28 -28
- package/icons/link.vue +7 -7
- package/icons/linkedin.vue +24 -24
- package/icons/loader-circle.vue +27 -27
- package/icons/location.vue +8 -8
- package/icons/lock.vue +5 -5
- package/icons/logo.vue +15 -15
- package/icons/logout.vue +16 -16
- package/icons/magnify/magnifying-glass-minus.vue +8 -8
- package/icons/magnify/magnifying-glass-plus.vue +9 -9
- package/icons/magnify/magnifying-glass.vue +9 -9
- package/icons/mail.vue +7 -7
- package/icons/mailru.vue +34 -34
- package/icons/main-filter.vue +5 -5
- package/icons/map/map-pin-filled.vue +7 -7
- package/icons/map/map-pin-rect.vue +15 -15
- package/icons/map/map-pin.vue +7 -7
- package/icons/map-marker-start.vue +7 -7
- package/icons/map-paper.vue +5 -5
- package/icons/medal.vue +7 -7
- package/icons/menu-filled.vue +20 -20
- package/icons/menu.vue +8 -8
- package/icons/message/message.vue +12 -12
- package/icons/minus/minus-circle.vue +10 -10
- package/icons/money.vue +5 -5
- package/icons/monitoring.vue +10 -10
- package/icons/moon.vue +8 -8
- package/icons/more.vue +29 -29
- package/icons/note-pencil.vue +14 -14
- package/icons/note.vue +14 -14
- package/icons/notification.vue +16 -16
- package/icons/paperclip.vue +7 -7
- package/icons/payment/payment-card.vue +6 -6
- package/icons/payment/payment-kaspi.vue +11 -11
- package/icons/person-vector.vue +7 -7
- package/icons/person-with-briefcase.vue +10 -10
- package/icons/phone-filled.vue +5 -5
- package/icons/phone.vue +7 -7
- package/icons/plus/plus-circle.vue +8 -8
- package/icons/plus/plus.vue +13 -13
- package/icons/profile.vue +5 -5
- package/icons/radio/radio-check.vue +8 -8
- package/icons/radio/radio-empty.vue +10 -10
- package/icons/receipt.vue +8 -8
- package/icons/robot.vue +14 -14
- package/icons/sanctions.vue +8 -8
- package/icons/scales/scale.vue +16 -16
- package/icons/scales/scales.vue +5 -5
- package/icons/scales/standing-scales.vue +15 -15
- package/icons/search.vue +27 -27
- package/icons/share/share-alt.vue +5 -5
- package/icons/share/share.vue +14 -14
- package/icons/ship.vue +8 -8
- package/icons/socials/face-book.vue +15 -15
- package/icons/socials/instagram.vue +19 -19
- package/icons/socials/telegram.vue +15 -15
- package/icons/socials/tik-tok.vue +15 -15
- package/icons/socials/youtube.vue +16 -16
- package/icons/sort/sort-asc.vue +15 -15
- package/icons/sort/sort-desc.vue +15 -15
- package/icons/splitting-arrows.vue +8 -8
- package/icons/star/star-filled.vue +40 -40
- package/icons/star/star-half-filled.vue +20 -20
- package/icons/star/star.vue +25 -25
- package/icons/sun.vue +14 -14
- package/icons/sviazi.vue +5 -5
- package/icons/tag.vue +30 -30
- package/icons/tasks.vue +10 -10
- package/icons/tender-search.vue +11 -11
- package/icons/toasts/check-circle-toast.vue +6 -6
- package/icons/toasts/warning-triangle-toast.vue +7 -7
- package/icons/trash.vue +13 -13
- package/icons/triangle.vue +10 -10
- package/icons/truck.vue +7 -7
- package/icons/user-square.vue +14 -14
- package/icons/user.vue +22 -22
- package/icons/users-focus.vue +8 -8
- package/icons/users-three.vue +7 -7
- package/icons/users.vue +8 -8
- package/icons/warning/warning-circle.vue +29 -29
- package/icons/warning/warning-triangle-filled.vue +12 -12
- package/icons/warning/warning-triangle.vue +28 -28
- package/icons/whatsapp.vue +8 -8
- package/icons/work-bag.vue +11 -11
- package/icons/work-case.vue +9 -9
- package/icons/work-search.vue +10 -10
- package/icons/work.vue +5 -5
- package/icons/x-mark.vue +15 -15
- package/icons/yandex.vue +28 -28
- package/illustrations/address-location.vue +38 -38
- package/illustrations/ball-with-chain.vue +120 -120
- package/illustrations/bill.vue +133 -133
- package/illustrations/buildings.vue +82 -82
- package/illustrations/calendar.vue +156 -156
- package/illustrations/chains.vue +152 -152
- package/illustrations/coin-percent.vue +126 -126
- package/illustrations/coins-stack.vue +202 -202
- package/illustrations/delete-dark.vue +31 -31
- package/illustrations/delete.vue +32 -32
- package/illustrations/doc-with-stamp.vue +126 -126
- package/illustrations/document.vue +64 -64
- package/illustrations/door.vue +74 -74
- package/illustrations/empty-box.vue +77 -77
- package/illustrations/empty-wallet.vue +161 -161
- package/illustrations/graph-in-coin.vue +119 -119
- package/illustrations/hammer.vue +156 -156
- package/illustrations/hand-cash.vue +108 -108
- package/illustrations/info.vue +39 -39
- package/illustrations/mail.vue +68 -68
- package/illustrations/ok.vue +62 -62
- package/illustrations/people-group.vue +237 -237
- package/illustrations/person-with-phone.vue +187 -187
- package/illustrations/person.vue +159 -159
- package/illustrations/phone-check.vue +90 -90
- package/illustrations/phone-payment-method.vue +223 -223
- package/illustrations/stop-hand.vue +77 -77
- package/illustrations/stop-sign.vue +34 -34
- package/illustrations/suit.vue +111 -111
- package/illustrations/suitcase.vue +105 -105
- package/illustrations/terminal-dark.vue +48 -48
- package/illustrations/terminal.vue +234 -234
- package/illustrations/trash-can.vue +108 -108
- package/illustrations/turn-on-tariff.vue +38 -38
- package/illustrations/two-persons.vue +169 -169
- package/lang/en.ts +834 -834
- package/lang/kk.ts +836 -836
- package/lang/ru.ts +837 -837
- package/layouts/default.vue +13 -13
- package/nuxt.config.ts +88 -88
- package/package.json +69 -69
- package/plugins/maska.ts +4 -4
- package/plugins/toast.client.ts +58 -58
- package/public/kaspi/logo.svg +4 -4
- package/shared/constans/pages.ts +89 -89
- package/tailwind.config.ts +163 -163
- package/tests/AButton.test.ts +81 -81
- package/tsconfig.json +6 -6
- package/utils/getMaxZindex.ts +25 -25
- package/utils/localizedNavigation.ts +36 -36
- package/vitest.config.ts +14 -14
package/illustrations/bill.vue
CHANGED
|
@@ -1,133 +1,133 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="155"
|
|
4
|
-
height="155"
|
|
5
|
-
viewBox="0 0 155 155"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M142.083 77.5003C142.083 113.169 113.168 142.084 77.5001 142.084C41.8317 142.084 12.9167 113.169 12.9167 77.5003C12.9167 41.8319 41.8317 12.917 77.5001 12.917C113.168 12.917 142.083 41.8319 142.083 77.5003Z"
|
|
11
|
-
fill="#BDC7CE"
|
|
12
|
-
fill-opacity="0.15"
|
|
13
|
-
/>
|
|
14
|
-
<g clip-path="url(#clip0_2483_103844)">
|
|
15
|
-
<path
|
|
16
|
-
d="M133.854 113.628V54.4027C133.854 54.4027 104.219 62.2566 77.4298 55.0851C49.1406 47.5274 19.21 53.1409 19.21 53.1409V112.367C19.21 112.367 47.1145 106.174 75.4037 113.731C102.205 120.916 133.854 113.628 133.854 113.628Z"
|
|
17
|
-
class="fill-white dark:fill-gray-900"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
opacity="0.2"
|
|
21
|
-
d="M75.3519 110.976C47.0627 104.062 19.1582 109.16 19.1582 109.16V112.302C19.1582 112.302 47.0627 106.637 75.3519 113.589C102.205 120.156 133.854 113.486 133.854 113.486V109.624C133.854 109.624 102.205 117.555 75.3519 110.976Z"
|
|
22
|
-
fill="#BDC7CE"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M19.1582 106.148V112.366C19.1582 112.366 47.0627 106.173 75.3519 113.731C102.205 120.902 133.854 113.628 133.854 113.628V54.4023C133.854 54.4023 132.379 54.7886 129.789 55.3165"
|
|
26
|
-
stroke="#9DA3AC"
|
|
27
|
-
stroke-width="1.29167"
|
|
28
|
-
stroke-miterlimit="10"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M73.5561 104.538C55.8444 100.016 37.4132 99.0791 19.3373 101.783V47.3467C16.5417 47.7072 14.9387 48.0033 14.9387 48.0033V107.229C14.9387 107.229 44.8694 101.603 73.1586 109.199C99.9987 116.37 129.583 108.516 129.583 108.516V104.654C120.414 106.559 94.1639 110.049 73.5561 104.538Z"
|
|
32
|
-
fill="#BDC7CE"
|
|
33
|
-
fill-opacity="0.2"
|
|
34
|
-
/>
|
|
35
|
-
<path
|
|
36
|
-
opacity="0.2"
|
|
37
|
-
d="M75.48 95.6802C67.401 95.6802 60.8481 86.1655 60.8481 74.4234C60.7734 69.5063 62.0275 64.6608 64.4772 60.4023C60.3223 64.1619 57.5652 70.8183 57.5652 78.4275C57.5652 90.1697 64.1053 99.6972 72.1843 99.6972C76.5828 99.6972 80.5197 96.8647 83.1999 92.4099C81.1255 94.4325 78.3704 95.5995 75.48 95.6802Z"
|
|
38
|
-
fill="#BDC7CE"
|
|
39
|
-
/>
|
|
40
|
-
<path
|
|
41
|
-
opacity="0.2"
|
|
42
|
-
d="M39.7021 77.2689C39.1824 77.2689 38.6679 77.1653 38.1884 76.9641C37.709 76.7629 37.2741 76.4681 36.909 76.0967C36.544 75.7254 36.256 75.285 36.0618 74.8011C35.8677 74.3171 35.7712 73.7992 35.778 73.2776C35.7782 73.0139 35.8039 72.7508 35.8549 72.4922C35.2942 72.8287 34.826 73.3005 34.4929 73.8647C34.1597 74.429 33.9722 75.0678 33.9472 75.7232C33.9222 76.3786 34.0606 77.0299 34.3499 77.6181C34.6391 78.2062 35.07 78.7125 35.6035 79.0911C36.137 79.4697 36.7562 79.7085 37.405 79.786C38.0537 79.8635 38.7114 79.7771 39.3185 79.5347C39.9255 79.2924 40.4627 78.9016 40.8813 78.398C41.2998 77.8944 41.5866 77.2939 41.7154 76.6508C41.1146 77.0408 40.4174 77.2548 39.7021 77.2689Z"
|
|
43
|
-
fill="#BDC7CE"
|
|
44
|
-
/>
|
|
45
|
-
<path
|
|
46
|
-
opacity="0.2"
|
|
47
|
-
d="M108.578 83.7838C107.997 83.7817 107.424 83.6505 106.899 83.3997C106.374 83.1488 105.912 82.7844 105.544 82.3327C105.176 81.881 104.912 81.3532 104.772 80.7872C104.631 80.2211 104.617 79.6307 104.731 79.0586C104.146 79.4005 103.662 79.8913 103.326 80.4813C102.991 81.0713 102.816 81.7397 102.82 82.419C102.818 83.3972 103.178 84.3412 103.831 85.0674C104.483 85.7936 105.382 86.2501 106.351 86.3481C107.321 86.446 108.292 86.1785 109.075 85.5974C109.859 85.0164 110.399 84.1634 110.591 83.2044C109.987 83.5807 109.29 83.7813 108.578 83.7838Z"
|
|
48
|
-
fill="#BDC7CE"
|
|
49
|
-
/>
|
|
50
|
-
<path
|
|
51
|
-
d="M106.719 86.3581C108.886 86.3581 110.643 84.5942 110.643 82.4183C110.643 80.2424 108.886 78.4785 106.719 78.4785C104.552 78.4785 102.795 80.2424 102.795 82.4183C102.795 84.5942 104.552 86.3581 106.719 86.3581Z"
|
|
52
|
-
stroke="#9DA3AC"
|
|
53
|
-
stroke-width="1.29167"
|
|
54
|
-
stroke-miterlimit="10"
|
|
55
|
-
/>
|
|
56
|
-
<path
|
|
57
|
-
d="M72.2869 75.7109V88.9723"
|
|
58
|
-
stroke="#9DA3AC"
|
|
59
|
-
stroke-width="1.29167"
|
|
60
|
-
stroke-linecap="round"
|
|
61
|
-
stroke-linejoin="round"
|
|
62
|
-
/>
|
|
63
|
-
<path
|
|
64
|
-
d="M65.4009 70.5732H79.1864"
|
|
65
|
-
stroke="#9DA3AC"
|
|
66
|
-
stroke-width="1.29167"
|
|
67
|
-
stroke-linecap="round"
|
|
68
|
-
stroke-linejoin="round"
|
|
69
|
-
/>
|
|
70
|
-
<path
|
|
71
|
-
d="M65.4009 75.7109H79.1864"
|
|
72
|
-
stroke="#9DA3AC"
|
|
73
|
-
stroke-width="1.29167"
|
|
74
|
-
stroke-linecap="round"
|
|
75
|
-
stroke-linejoin="round"
|
|
76
|
-
/>
|
|
77
|
-
<path
|
|
78
|
-
d="M37.8684 79.779C40.0356 79.779 41.7925 78.0151 41.7925 75.8392C41.7925 73.6633 40.0356 71.8994 37.8684 71.8994C35.7012 71.8994 33.9443 73.6633 33.9443 75.8392C33.9443 78.0151 35.7012 79.779 37.8684 79.779Z"
|
|
79
|
-
stroke="#9DA3AC"
|
|
80
|
-
stroke-width="1.29167"
|
|
81
|
-
stroke-miterlimit="10"
|
|
82
|
-
/>
|
|
83
|
-
<path
|
|
84
|
-
d="M72.1971 99.7484C80.2781 99.7484 86.829 90.2256 86.829 78.4787C86.829 66.7318 80.2781 57.209 72.1971 57.209C64.1161 57.209 57.5652 66.7318 57.5652 78.4787C57.5652 90.2256 64.1161 99.7484 72.1971 99.7484Z"
|
|
85
|
-
stroke="#9DA3AC"
|
|
86
|
-
stroke-width="1.29167"
|
|
87
|
-
stroke-miterlimit="10"
|
|
88
|
-
/>
|
|
89
|
-
<path
|
|
90
|
-
d="M129.532 107.886V48.6599C129.532 48.6599 99.909 56.5137 73.1073 49.3423C44.7668 41.7717 14.8618 47.3853 14.8618 47.3853V106.611C14.8618 106.611 44.7796 100.997 73.0689 108.555C99.909 115.765 129.532 107.886 129.532 107.886Z"
|
|
91
|
-
stroke="#9DA3AC"
|
|
92
|
-
stroke-width="1.29167"
|
|
93
|
-
stroke-miterlimit="10"
|
|
94
|
-
/>
|
|
95
|
-
<path
|
|
96
|
-
d="M126.583 63.2923C133.717 63.2923 139.5 57.5093 139.5 50.3757C139.5 43.242 133.717 37.459 126.583 37.459C119.45 37.459 113.667 43.242 113.667 50.3757C113.667 57.5093 119.45 63.2923 126.583 63.2923Z"
|
|
97
|
-
fill="#BDC7CE"
|
|
98
|
-
/>
|
|
99
|
-
<path
|
|
100
|
-
d="M121.622 56.0454L132.446 43.917"
|
|
101
|
-
class="stroke-white dark:stroke-gray-900"
|
|
102
|
-
stroke-width="1.29167"
|
|
103
|
-
stroke-miterlimit="10"
|
|
104
|
-
stroke-linecap="round"
|
|
105
|
-
/>
|
|
106
|
-
<path
|
|
107
|
-
d="M123.366 48.0371C124.442 48.0371 125.315 47.1609 125.315 46.0801C125.315 44.9992 124.442 44.123 123.366 44.123C122.289 44.123 121.417 44.9992 121.417 46.0801C121.417 47.1609 122.289 48.0371 123.366 48.0371Z"
|
|
108
|
-
class="stroke-white dark:stroke-gray-900"
|
|
109
|
-
stroke-width="1.29167"
|
|
110
|
-
stroke-miterlimit="10"
|
|
111
|
-
stroke-linecap="round"
|
|
112
|
-
/>
|
|
113
|
-
<path
|
|
114
|
-
d="M130.83 55.75C131.906 55.75 132.779 54.8738 132.779 53.793C132.779 52.7121 131.906 51.8359 130.83 51.8359C129.753 51.8359 128.88 52.7121 128.88 53.793C128.88 54.8738 129.753 55.75 130.83 55.75Z"
|
|
115
|
-
class="stroke-white dark:stroke-gray-900"
|
|
116
|
-
stroke-width="1.29167"
|
|
117
|
-
stroke-miterlimit="10"
|
|
118
|
-
stroke-linecap="round"
|
|
119
|
-
/>
|
|
120
|
-
</g>
|
|
121
|
-
<defs>
|
|
122
|
-
<clipPath id="clip0_2483_103844">
|
|
123
|
-
<rect
|
|
124
|
-
width="126.583"
|
|
125
|
-
height="80.0833"
|
|
126
|
-
class="dark:fill-bg-gray-900 fill-white"
|
|
127
|
-
transform="translate(14.2085 37.459)"
|
|
128
|
-
/>
|
|
129
|
-
</clipPath>
|
|
130
|
-
</defs>
|
|
131
|
-
</svg>
|
|
132
|
-
</template>
|
|
133
|
-
<script setup lang="ts"></script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="155"
|
|
4
|
+
height="155"
|
|
5
|
+
viewBox="0 0 155 155"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M142.083 77.5003C142.083 113.169 113.168 142.084 77.5001 142.084C41.8317 142.084 12.9167 113.169 12.9167 77.5003C12.9167 41.8319 41.8317 12.917 77.5001 12.917C113.168 12.917 142.083 41.8319 142.083 77.5003Z"
|
|
11
|
+
fill="#BDC7CE"
|
|
12
|
+
fill-opacity="0.15"
|
|
13
|
+
/>
|
|
14
|
+
<g clip-path="url(#clip0_2483_103844)">
|
|
15
|
+
<path
|
|
16
|
+
d="M133.854 113.628V54.4027C133.854 54.4027 104.219 62.2566 77.4298 55.0851C49.1406 47.5274 19.21 53.1409 19.21 53.1409V112.367C19.21 112.367 47.1145 106.174 75.4037 113.731C102.205 120.916 133.854 113.628 133.854 113.628Z"
|
|
17
|
+
class="fill-white dark:fill-gray-900"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
opacity="0.2"
|
|
21
|
+
d="M75.3519 110.976C47.0627 104.062 19.1582 109.16 19.1582 109.16V112.302C19.1582 112.302 47.0627 106.637 75.3519 113.589C102.205 120.156 133.854 113.486 133.854 113.486V109.624C133.854 109.624 102.205 117.555 75.3519 110.976Z"
|
|
22
|
+
fill="#BDC7CE"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M19.1582 106.148V112.366C19.1582 112.366 47.0627 106.173 75.3519 113.731C102.205 120.902 133.854 113.628 133.854 113.628V54.4023C133.854 54.4023 132.379 54.7886 129.789 55.3165"
|
|
26
|
+
stroke="#9DA3AC"
|
|
27
|
+
stroke-width="1.29167"
|
|
28
|
+
stroke-miterlimit="10"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M73.5561 104.538C55.8444 100.016 37.4132 99.0791 19.3373 101.783V47.3467C16.5417 47.7072 14.9387 48.0033 14.9387 48.0033V107.229C14.9387 107.229 44.8694 101.603 73.1586 109.199C99.9987 116.37 129.583 108.516 129.583 108.516V104.654C120.414 106.559 94.1639 110.049 73.5561 104.538Z"
|
|
32
|
+
fill="#BDC7CE"
|
|
33
|
+
fill-opacity="0.2"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
opacity="0.2"
|
|
37
|
+
d="M75.48 95.6802C67.401 95.6802 60.8481 86.1655 60.8481 74.4234C60.7734 69.5063 62.0275 64.6608 64.4772 60.4023C60.3223 64.1619 57.5652 70.8183 57.5652 78.4275C57.5652 90.1697 64.1053 99.6972 72.1843 99.6972C76.5828 99.6972 80.5197 96.8647 83.1999 92.4099C81.1255 94.4325 78.3704 95.5995 75.48 95.6802Z"
|
|
38
|
+
fill="#BDC7CE"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
opacity="0.2"
|
|
42
|
+
d="M39.7021 77.2689C39.1824 77.2689 38.6679 77.1653 38.1884 76.9641C37.709 76.7629 37.2741 76.4681 36.909 76.0967C36.544 75.7254 36.256 75.285 36.0618 74.8011C35.8677 74.3171 35.7712 73.7992 35.778 73.2776C35.7782 73.0139 35.8039 72.7508 35.8549 72.4922C35.2942 72.8287 34.826 73.3005 34.4929 73.8647C34.1597 74.429 33.9722 75.0678 33.9472 75.7232C33.9222 76.3786 34.0606 77.0299 34.3499 77.6181C34.6391 78.2062 35.07 78.7125 35.6035 79.0911C36.137 79.4697 36.7562 79.7085 37.405 79.786C38.0537 79.8635 38.7114 79.7771 39.3185 79.5347C39.9255 79.2924 40.4627 78.9016 40.8813 78.398C41.2998 77.8944 41.5866 77.2939 41.7154 76.6508C41.1146 77.0408 40.4174 77.2548 39.7021 77.2689Z"
|
|
43
|
+
fill="#BDC7CE"
|
|
44
|
+
/>
|
|
45
|
+
<path
|
|
46
|
+
opacity="0.2"
|
|
47
|
+
d="M108.578 83.7838C107.997 83.7817 107.424 83.6505 106.899 83.3997C106.374 83.1488 105.912 82.7844 105.544 82.3327C105.176 81.881 104.912 81.3532 104.772 80.7872C104.631 80.2211 104.617 79.6307 104.731 79.0586C104.146 79.4005 103.662 79.8913 103.326 80.4813C102.991 81.0713 102.816 81.7397 102.82 82.419C102.818 83.3972 103.178 84.3412 103.831 85.0674C104.483 85.7936 105.382 86.2501 106.351 86.3481C107.321 86.446 108.292 86.1785 109.075 85.5974C109.859 85.0164 110.399 84.1634 110.591 83.2044C109.987 83.5807 109.29 83.7813 108.578 83.7838Z"
|
|
48
|
+
fill="#BDC7CE"
|
|
49
|
+
/>
|
|
50
|
+
<path
|
|
51
|
+
d="M106.719 86.3581C108.886 86.3581 110.643 84.5942 110.643 82.4183C110.643 80.2424 108.886 78.4785 106.719 78.4785C104.552 78.4785 102.795 80.2424 102.795 82.4183C102.795 84.5942 104.552 86.3581 106.719 86.3581Z"
|
|
52
|
+
stroke="#9DA3AC"
|
|
53
|
+
stroke-width="1.29167"
|
|
54
|
+
stroke-miterlimit="10"
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
d="M72.2869 75.7109V88.9723"
|
|
58
|
+
stroke="#9DA3AC"
|
|
59
|
+
stroke-width="1.29167"
|
|
60
|
+
stroke-linecap="round"
|
|
61
|
+
stroke-linejoin="round"
|
|
62
|
+
/>
|
|
63
|
+
<path
|
|
64
|
+
d="M65.4009 70.5732H79.1864"
|
|
65
|
+
stroke="#9DA3AC"
|
|
66
|
+
stroke-width="1.29167"
|
|
67
|
+
stroke-linecap="round"
|
|
68
|
+
stroke-linejoin="round"
|
|
69
|
+
/>
|
|
70
|
+
<path
|
|
71
|
+
d="M65.4009 75.7109H79.1864"
|
|
72
|
+
stroke="#9DA3AC"
|
|
73
|
+
stroke-width="1.29167"
|
|
74
|
+
stroke-linecap="round"
|
|
75
|
+
stroke-linejoin="round"
|
|
76
|
+
/>
|
|
77
|
+
<path
|
|
78
|
+
d="M37.8684 79.779C40.0356 79.779 41.7925 78.0151 41.7925 75.8392C41.7925 73.6633 40.0356 71.8994 37.8684 71.8994C35.7012 71.8994 33.9443 73.6633 33.9443 75.8392C33.9443 78.0151 35.7012 79.779 37.8684 79.779Z"
|
|
79
|
+
stroke="#9DA3AC"
|
|
80
|
+
stroke-width="1.29167"
|
|
81
|
+
stroke-miterlimit="10"
|
|
82
|
+
/>
|
|
83
|
+
<path
|
|
84
|
+
d="M72.1971 99.7484C80.2781 99.7484 86.829 90.2256 86.829 78.4787C86.829 66.7318 80.2781 57.209 72.1971 57.209C64.1161 57.209 57.5652 66.7318 57.5652 78.4787C57.5652 90.2256 64.1161 99.7484 72.1971 99.7484Z"
|
|
85
|
+
stroke="#9DA3AC"
|
|
86
|
+
stroke-width="1.29167"
|
|
87
|
+
stroke-miterlimit="10"
|
|
88
|
+
/>
|
|
89
|
+
<path
|
|
90
|
+
d="M129.532 107.886V48.6599C129.532 48.6599 99.909 56.5137 73.1073 49.3423C44.7668 41.7717 14.8618 47.3853 14.8618 47.3853V106.611C14.8618 106.611 44.7796 100.997 73.0689 108.555C99.909 115.765 129.532 107.886 129.532 107.886Z"
|
|
91
|
+
stroke="#9DA3AC"
|
|
92
|
+
stroke-width="1.29167"
|
|
93
|
+
stroke-miterlimit="10"
|
|
94
|
+
/>
|
|
95
|
+
<path
|
|
96
|
+
d="M126.583 63.2923C133.717 63.2923 139.5 57.5093 139.5 50.3757C139.5 43.242 133.717 37.459 126.583 37.459C119.45 37.459 113.667 43.242 113.667 50.3757C113.667 57.5093 119.45 63.2923 126.583 63.2923Z"
|
|
97
|
+
fill="#BDC7CE"
|
|
98
|
+
/>
|
|
99
|
+
<path
|
|
100
|
+
d="M121.622 56.0454L132.446 43.917"
|
|
101
|
+
class="stroke-white dark:stroke-gray-900"
|
|
102
|
+
stroke-width="1.29167"
|
|
103
|
+
stroke-miterlimit="10"
|
|
104
|
+
stroke-linecap="round"
|
|
105
|
+
/>
|
|
106
|
+
<path
|
|
107
|
+
d="M123.366 48.0371C124.442 48.0371 125.315 47.1609 125.315 46.0801C125.315 44.9992 124.442 44.123 123.366 44.123C122.289 44.123 121.417 44.9992 121.417 46.0801C121.417 47.1609 122.289 48.0371 123.366 48.0371Z"
|
|
108
|
+
class="stroke-white dark:stroke-gray-900"
|
|
109
|
+
stroke-width="1.29167"
|
|
110
|
+
stroke-miterlimit="10"
|
|
111
|
+
stroke-linecap="round"
|
|
112
|
+
/>
|
|
113
|
+
<path
|
|
114
|
+
d="M130.83 55.75C131.906 55.75 132.779 54.8738 132.779 53.793C132.779 52.7121 131.906 51.8359 130.83 51.8359C129.753 51.8359 128.88 52.7121 128.88 53.793C128.88 54.8738 129.753 55.75 130.83 55.75Z"
|
|
115
|
+
class="stroke-white dark:stroke-gray-900"
|
|
116
|
+
stroke-width="1.29167"
|
|
117
|
+
stroke-miterlimit="10"
|
|
118
|
+
stroke-linecap="round"
|
|
119
|
+
/>
|
|
120
|
+
</g>
|
|
121
|
+
<defs>
|
|
122
|
+
<clipPath id="clip0_2483_103844">
|
|
123
|
+
<rect
|
|
124
|
+
width="126.583"
|
|
125
|
+
height="80.0833"
|
|
126
|
+
class="dark:fill-bg-gray-900 fill-white"
|
|
127
|
+
transform="translate(14.2085 37.459)"
|
|
128
|
+
/>
|
|
129
|
+
</clipPath>
|
|
130
|
+
</defs>
|
|
131
|
+
</svg>
|
|
132
|
+
</template>
|
|
133
|
+
<script setup lang="ts"></script>
|
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="156" height="155" viewBox="0 0 156 155" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<ellipse cx="78.6392" cy="77.5001" rx="63.9439" ry="64.5833" fill="#BDC7CE" fill-opacity="0.15"/>
|
|
4
|
-
<g clip-path="url(#clip0_4605_64076)">
|
|
5
|
-
<path d="M60.019 54.1465H24.6836V137.679H60.019V54.1465Z" class="dark:fill-gray-900 fill-white"/>
|
|
6
|
-
<path d="M107.324 16.2751H60.1465V137.679H107.324V16.2751Z" class="dark:fill-gray-900 fill-white"/>
|
|
7
|
-
<path d="M130.945 99.7554H107.35V137.679H130.945V99.7554Z" class="dark:fill-gray-900 fill-white"/>
|
|
8
|
-
<path opacity="0.2"
|
|
9
|
-
d="M42.6636 23.6891C41.4701 24.3813 40.4888 25.3927 39.8277 26.612C39.1666 27.8312 38.8513 29.211 38.9165 30.5995H34.709C34.709 26.5049 37.2667 23.1853 40.5535 23.1853C41.2858 23.1879 42.0077 23.3602 42.6636 23.6891V23.6891Z"
|
|
10
|
-
fill="#BDC7CE"/>
|
|
11
|
-
<path opacity="0.2"
|
|
12
|
-
d="M130.383 56.6909C129.421 57.2419 128.63 58.0517 128.097 59.03C127.564 60.0084 127.311 61.1169 127.365 62.2322H123.988C123.988 58.9513 126.086 56.2776 128.682 56.2776C129.273 56.2764 129.856 56.4181 130.383 56.6909V56.6909Z"
|
|
13
|
-
fill="#BDC7CE"/>
|
|
14
|
-
<path opacity="0.2" d="M32.5625 63.7439H38.4837V71.3131" fill="#BDC7CE"/>
|
|
15
|
-
<path opacity="0.2" d="M112.158 130.626V99.9619H107.541V137.769H130.944V130.626H112.158Z" fill="#BDC7CE"/>
|
|
16
|
-
<path opacity="0.2" d="M65.0328 130.626V16.2751H60.416V137.769H65.0328V130.626Z" fill="#BDC7CE"/>
|
|
17
|
-
<path opacity="0.2" d="M29.3003 130.626V54.1465H24.6836V137.769H60.1085V130.626H29.3003Z" fill="#BDC7CE"/>
|
|
18
|
-
<path d="M14.1211 137.769H141.638" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
19
|
-
stroke-linejoin="round"/>
|
|
20
|
-
<path d="M71.9121 46.5518H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
21
|
-
stroke-linejoin="round"/>
|
|
22
|
-
<path d="M71.9121 31.3489H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
23
|
-
stroke-linejoin="round"/>
|
|
24
|
-
<path d="M71.9121 61.7546H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
25
|
-
stroke-linejoin="round"/>
|
|
26
|
-
<path d="M71.9121 76.9446H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
27
|
-
stroke-linejoin="round"/>
|
|
28
|
-
<path d="M71.9121 107.364H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
29
|
-
stroke-linejoin="round"/>
|
|
30
|
-
<path d="M71.9121 122.566H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
31
|
-
stroke-linejoin="round"/>
|
|
32
|
-
<path d="M71.9121 92.1606H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
33
|
-
stroke-linejoin="round"/>
|
|
34
|
-
<path d="M60.1582 137.769V16.1458H107.387V137.769" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
35
|
-
stroke-linejoin="round"/>
|
|
36
|
-
<path d="M24.6836 137.769V54.1594H60.1597" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
37
|
-
stroke-linejoin="round"/>
|
|
38
|
-
<path d="M32.8809 63.7698H38.7893V71.3389" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
39
|
-
stroke-linejoin="round"/>
|
|
40
|
-
<path opacity="0.2" d="M44.4824 63.7439H50.4036V71.3131" fill="#BDC7CE"/>
|
|
41
|
-
<path opacity="0.2" d="M32.5625 80.5356H38.4837V88.0919" fill="#BDC7CE"/>
|
|
42
|
-
<path opacity="0.2" d="M44.4824 80.5356H50.4036V88.0919" fill="#BDC7CE"/>
|
|
43
|
-
<path opacity="0.2" d="M32.5625 96.991H38.4837V104.56" fill="#BDC7CE"/>
|
|
44
|
-
<path opacity="0.2" d="M44.4824 96.991H50.4036V104.56" fill="#BDC7CE"/>
|
|
45
|
-
<path opacity="0.2" d="M32.5625 113.396H38.4837V120.965" fill="#BDC7CE"/>
|
|
46
|
-
<path opacity="0.2" d="M44.4824 113.396H50.4036V120.965" fill="#BDC7CE"/>
|
|
47
|
-
<path d="M44.6465 63.7698H50.5677V71.3389" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
48
|
-
stroke-linejoin="round"/>
|
|
49
|
-
<path d="M32.8809 80.251H38.7893V87.8201" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
50
|
-
stroke-linejoin="round"/>
|
|
51
|
-
<path d="M44.6465 80.251H50.5677V87.8201" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
52
|
-
stroke-linejoin="round"/>
|
|
53
|
-
<path opacity="0.2" d="M115.934 105.981H121.855V113.55" fill="#BDC7CE"/>
|
|
54
|
-
<path opacity="0.2" d="M115.934 122.76H121.855V130.329" fill="#BDC7CE"/>
|
|
55
|
-
<path d="M116.111 106.007H122.033V113.576" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
56
|
-
stroke-linejoin="round"/>
|
|
57
|
-
<path d="M116.111 122.489H122.033V130.058" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
58
|
-
stroke-linejoin="round"/>
|
|
59
|
-
<path d="M32.8809 96.7327H38.7893V104.302" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
60
|
-
stroke-linejoin="round"/>
|
|
61
|
-
<path d="M44.6465 96.7332H50.5677V104.302" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
62
|
-
stroke-linejoin="round"/>
|
|
63
|
-
<path d="M32.8809 113.214H38.7893V120.784" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
64
|
-
stroke-linejoin="round"/>
|
|
65
|
-
<path d="M44.6465 113.214H50.5677V120.784" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
66
|
-
stroke-linejoin="round"/>
|
|
67
|
-
<path d="M130.945 137.769V99.7683H107.324" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
68
|
-
stroke-linejoin="round"/>
|
|
69
|
-
<path
|
|
70
|
-
d="M26.832 29.9924H34.7099C34.7099 26.2336 37.1142 23.1853 40.0812 23.1853C43.0482 23.1853 45.4397 26.2336 45.4397 29.9924H50.2099"
|
|
71
|
-
stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round" stroke-linejoin="round"/>
|
|
72
|
-
<path
|
|
73
|
-
d="M136.521 61.7675H132.825C132.825 58.7063 130.855 56.2134 128.438 56.2134C126.021 56.2134 124.064 58.7063 124.064 61.7675H119.141"
|
|
74
|
-
stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round" stroke-linejoin="round"/>
|
|
75
|
-
</g>
|
|
76
|
-
<defs>
|
|
77
|
-
<clipPath id="clip0_4605_64076">
|
|
78
|
-
<rect width="128.796" height="122.915" class="dark:fill-gray-900 fill-white" transform="translate(13.416 15.5)"/>
|
|
79
|
-
</clipPath>
|
|
80
|
-
</defs>
|
|
81
|
-
</svg>
|
|
82
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="156" height="155" viewBox="0 0 156 155" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<ellipse cx="78.6392" cy="77.5001" rx="63.9439" ry="64.5833" fill="#BDC7CE" fill-opacity="0.15"/>
|
|
4
|
+
<g clip-path="url(#clip0_4605_64076)">
|
|
5
|
+
<path d="M60.019 54.1465H24.6836V137.679H60.019V54.1465Z" class="dark:fill-gray-900 fill-white"/>
|
|
6
|
+
<path d="M107.324 16.2751H60.1465V137.679H107.324V16.2751Z" class="dark:fill-gray-900 fill-white"/>
|
|
7
|
+
<path d="M130.945 99.7554H107.35V137.679H130.945V99.7554Z" class="dark:fill-gray-900 fill-white"/>
|
|
8
|
+
<path opacity="0.2"
|
|
9
|
+
d="M42.6636 23.6891C41.4701 24.3813 40.4888 25.3927 39.8277 26.612C39.1666 27.8312 38.8513 29.211 38.9165 30.5995H34.709C34.709 26.5049 37.2667 23.1853 40.5535 23.1853C41.2858 23.1879 42.0077 23.3602 42.6636 23.6891V23.6891Z"
|
|
10
|
+
fill="#BDC7CE"/>
|
|
11
|
+
<path opacity="0.2"
|
|
12
|
+
d="M130.383 56.6909C129.421 57.2419 128.63 58.0517 128.097 59.03C127.564 60.0084 127.311 61.1169 127.365 62.2322H123.988C123.988 58.9513 126.086 56.2776 128.682 56.2776C129.273 56.2764 129.856 56.4181 130.383 56.6909V56.6909Z"
|
|
13
|
+
fill="#BDC7CE"/>
|
|
14
|
+
<path opacity="0.2" d="M32.5625 63.7439H38.4837V71.3131" fill="#BDC7CE"/>
|
|
15
|
+
<path opacity="0.2" d="M112.158 130.626V99.9619H107.541V137.769H130.944V130.626H112.158Z" fill="#BDC7CE"/>
|
|
16
|
+
<path opacity="0.2" d="M65.0328 130.626V16.2751H60.416V137.769H65.0328V130.626Z" fill="#BDC7CE"/>
|
|
17
|
+
<path opacity="0.2" d="M29.3003 130.626V54.1465H24.6836V137.769H60.1085V130.626H29.3003Z" fill="#BDC7CE"/>
|
|
18
|
+
<path d="M14.1211 137.769H141.638" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
19
|
+
stroke-linejoin="round"/>
|
|
20
|
+
<path d="M71.9121 46.5518H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
21
|
+
stroke-linejoin="round"/>
|
|
22
|
+
<path d="M71.9121 31.3489H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
23
|
+
stroke-linejoin="round"/>
|
|
24
|
+
<path d="M71.9121 61.7546H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
25
|
+
stroke-linejoin="round"/>
|
|
26
|
+
<path d="M71.9121 76.9446H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
27
|
+
stroke-linejoin="round"/>
|
|
28
|
+
<path d="M71.9121 107.364H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
29
|
+
stroke-linejoin="round"/>
|
|
30
|
+
<path d="M71.9121 122.566H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
31
|
+
stroke-linejoin="round"/>
|
|
32
|
+
<path d="M71.9121 92.1606H95.5202" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
33
|
+
stroke-linejoin="round"/>
|
|
34
|
+
<path d="M60.1582 137.769V16.1458H107.387V137.769" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
35
|
+
stroke-linejoin="round"/>
|
|
36
|
+
<path d="M24.6836 137.769V54.1594H60.1597" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
37
|
+
stroke-linejoin="round"/>
|
|
38
|
+
<path d="M32.8809 63.7698H38.7893V71.3389" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
39
|
+
stroke-linejoin="round"/>
|
|
40
|
+
<path opacity="0.2" d="M44.4824 63.7439H50.4036V71.3131" fill="#BDC7CE"/>
|
|
41
|
+
<path opacity="0.2" d="M32.5625 80.5356H38.4837V88.0919" fill="#BDC7CE"/>
|
|
42
|
+
<path opacity="0.2" d="M44.4824 80.5356H50.4036V88.0919" fill="#BDC7CE"/>
|
|
43
|
+
<path opacity="0.2" d="M32.5625 96.991H38.4837V104.56" fill="#BDC7CE"/>
|
|
44
|
+
<path opacity="0.2" d="M44.4824 96.991H50.4036V104.56" fill="#BDC7CE"/>
|
|
45
|
+
<path opacity="0.2" d="M32.5625 113.396H38.4837V120.965" fill="#BDC7CE"/>
|
|
46
|
+
<path opacity="0.2" d="M44.4824 113.396H50.4036V120.965" fill="#BDC7CE"/>
|
|
47
|
+
<path d="M44.6465 63.7698H50.5677V71.3389" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
48
|
+
stroke-linejoin="round"/>
|
|
49
|
+
<path d="M32.8809 80.251H38.7893V87.8201" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
50
|
+
stroke-linejoin="round"/>
|
|
51
|
+
<path d="M44.6465 80.251H50.5677V87.8201" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
52
|
+
stroke-linejoin="round"/>
|
|
53
|
+
<path opacity="0.2" d="M115.934 105.981H121.855V113.55" fill="#BDC7CE"/>
|
|
54
|
+
<path opacity="0.2" d="M115.934 122.76H121.855V130.329" fill="#BDC7CE"/>
|
|
55
|
+
<path d="M116.111 106.007H122.033V113.576" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
56
|
+
stroke-linejoin="round"/>
|
|
57
|
+
<path d="M116.111 122.489H122.033V130.058" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
58
|
+
stroke-linejoin="round"/>
|
|
59
|
+
<path d="M32.8809 96.7327H38.7893V104.302" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
60
|
+
stroke-linejoin="round"/>
|
|
61
|
+
<path d="M44.6465 96.7332H50.5677V104.302" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
62
|
+
stroke-linejoin="round"/>
|
|
63
|
+
<path d="M32.8809 113.214H38.7893V120.784" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
64
|
+
stroke-linejoin="round"/>
|
|
65
|
+
<path d="M44.6465 113.214H50.5677V120.784" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
66
|
+
stroke-linejoin="round"/>
|
|
67
|
+
<path d="M130.945 137.769V99.7683H107.324" stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round"
|
|
68
|
+
stroke-linejoin="round"/>
|
|
69
|
+
<path
|
|
70
|
+
d="M26.832 29.9924H34.7099C34.7099 26.2336 37.1142 23.1853 40.0812 23.1853C43.0482 23.1853 45.4397 26.2336 45.4397 29.9924H50.2099"
|
|
71
|
+
stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round" stroke-linejoin="round"/>
|
|
72
|
+
<path
|
|
73
|
+
d="M136.521 61.7675H132.825C132.825 58.7063 130.855 56.2134 128.438 56.2134C126.021 56.2134 124.064 58.7063 124.064 61.7675H119.141"
|
|
74
|
+
stroke="#9DA3AC" stroke-width="1.29167" stroke-linecap="round" stroke-linejoin="round"/>
|
|
75
|
+
</g>
|
|
76
|
+
<defs>
|
|
77
|
+
<clipPath id="clip0_4605_64076">
|
|
78
|
+
<rect width="128.796" height="122.915" class="dark:fill-gray-900 fill-white" transform="translate(13.416 15.5)"/>
|
|
79
|
+
</clipPath>
|
|
80
|
+
</defs>
|
|
81
|
+
</svg>
|
|
82
|
+
</template>
|