adata-ui 2.1.41-beta.7 → 2.1.41-beta.8
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/app.vue +102 -102
- package/.playground/nuxt.config.ts +4 -4
- package/CLAUDE.md +63 -63
- package/README.md +75 -75
- package/app.config.ts +28 -28
- package/app.vue +8 -8
- package/assets/styles/main.css +12 -12
- package/assets/styles/theme.css +590 -590
- package/assets/styles/ui.css +247 -247
- package/components/elements/README.md +1 -1
- package/components/elements/a-select-row/ASelectRowV2.vue +210 -210
- package/components/elements/a-select-row/index.vue +139 -139
- package/components/elements/accordion/AAccordion.vue +199 -199
- 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 +52 -52
- package/components/elements/banner/ABanner.vue +49 -49
- package/components/elements/bg-block/ABgBlock.vue +11 -11
- package/components/elements/button/AButton.vue +191 -191
- package/components/elements/button/AButtonV2.vue +179 -179
- package/components/elements/button/types.ts +24 -24
- package/components/elements/button-login/index.vue +19 -19
- 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 +81 -81
- package/components/elements/chip-wrapper/types.ts +12 -12
- package/components/elements/chips/AChips.vue +33 -33
- package/components/elements/companies/AOurClients.vue +47 -47
- package/components/elements/count-up/ACountUp.vue +54 -54
- package/components/elements/curve-block/ACurveBlock.vue +259 -259
- package/components/elements/curve-block-v2/ACurveBlockV2.vue +122 -122
- package/components/elements/digit-badge/ADigitBadge.vue +86 -86
- package/components/elements/empty-box/empty-box-V2.vue +92 -92
- package/components/elements/error-template/index.vue +121 -119
- package/components/elements/feature-description/AFeatureDescription.vue +112 -112
- package/components/elements/illustrations/noAccess.vue +71 -71
- package/components/elements/infinite-carousel/AInfiniteCarousel.vue +85 -85
- package/components/elements/infinite-scroll/AInfiniteScroll.vue +33 -33
- package/components/elements/leave-note/ALeaveNote.vue +102 -102
- package/components/elements/pagination/APagination.vue +110 -110
- package/components/elements/photos-animation/APhotosAnimation.vue +85 -85
- package/components/elements/section-heading/ASectionHeading.vue +35 -35
- package/components/elements/segmented/ASegmentedV2.vue +154 -154
- package/components/elements/select/ACascadeSelectV2.vue +710 -710
- package/components/elements/select/ASelect.vue +448 -448
- package/components/elements/select/ASelectMobile.vue +186 -186
- package/components/elements/select/ASelectV2.vue +507 -507
- package/components/elements/select/cascade-utils.ts +115 -115
- package/components/elements/select/types.ts +27 -27
- package/components/elements/select/ui/cascade-drawer.vue +146 -146
- package/components/elements/select/ui/cascade-panel.vue +237 -237
- package/components/elements/select/ui/select-button.vue +112 -112
- package/components/elements/select/ui/select-list.vue +99 -99
- package/components/elements/select/ui/select-trigger.vue +167 -167
- package/components/elements/show-more/AShowMore.vue +35 -35
- package/components/elements/show-more/AShowMoreV2.vue +26 -26
- package/components/elements/skeleton/ASkeleton.vue +44 -44
- package/components/elements/slider/ASlider.vue +175 -175
- package/components/elements/slider/ASliderItem.vue +31 -31
- package/components/elements/slider/ASliderV2.vue +182 -182
- package/components/elements/slider/types.ts +21 -21
- package/components/elements/star-rating/AStarRating.vue +189 -189
- 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 +125 -125
- package/components/elements/step-slider/AStepSliderColCard.vue +270 -270
- package/components/elements/step-slider/AStepSliderColNumber.vue +199 -199
- package/components/elements/table/ATable.vue +93 -93
- package/components/elements/table/table.config.ts +32 -32
- package/components/elements/tree-select/ATreeSelect.vue +157 -157
- package/components/elements/tree-select/TreeService.ts +184 -184
- package/components/elements/tree-select/components/ATreeSelectNode.vue +104 -104
- package/components/elements/tree-select/types.ts +63 -63
- package/components/elements/tree-select/utils.ts +30 -30
- package/components/elements/tree-select-mobile/ATreeSelectMobile.vue +79 -79
- package/components/elements/tree-select-mobile/components/ATreeSelectNodesMobile.vue +175 -175
- package/components/elements/tree-select-modal/ATreeSelectModal.vue +217 -217
- package/components/features/color-mode/AColorMode.client.vue +74 -74
- package/components/features/dropdown/ADropdown.vue +127 -127
- package/components/features/dropdown/ADropdownV2.vue +140 -140
- package/components/features/go-top/GoTop.vue +67 -67
- package/components/features/lang-switcher/lang-switcher.vue +158 -158
- package/components/features/payment/banner/BasicPlusLimitBanner.vue +84 -84
- package/components/features/payment/banner/PaymentBanner.vue +88 -88
- package/components/features/payment/banner/UpSellBanner.vue +105 -105
- package/components/features/payment/process/PaymentKaspiQrSidePanel.vue +180 -180
- package/components/features/payment/process/PaymentKaspiRedirectSidePanel.vue +123 -123
- package/components/features/payment/process/PaymentMethodSidePanel.vue +138 -138
- package/components/features/payment/process/PaymentProcess.vue +158 -158
- package/components/features/payment/process/PaymentTopUpSidePanel.vue +119 -119
- package/components/features/pk-mobile-services/APkMobileServices.vue +107 -107
- 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/checkbox/ACheckboxV2.vue +229 -229
- package/components/forms/feedback-form/FeedbackForm.vue +177 -177
- package/components/forms/feedback-form/FeedbackFormV2.vue +183 -183
- package/components/forms/input/AInputV2.vue +560 -560
- package/components/forms/input/button/AInputButton.vue +53 -53
- package/components/forms/input/date/AInputDate.vue +217 -217
- package/components/forms/input/password/AInputPassword.vue +59 -59
- package/components/forms/input/standard/AInputStandard.vue +424 -424
- package/components/forms/input/textarea/ATextarea.vue +207 -207
- package/components/forms/input/textarea/ATextareaV2.vue +253 -253
- 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/AToggleV2.vue +72 -72
- package/components/forms/toggle/types.ts +16 -16
- package/components/modals/AConfirmationEmail.vue +40 -40
- package/components/modals/AboutTariffModal.vue +115 -115
- package/components/modals/AnotherDeviceModal.vue +65 -65
- package/components/modals/ApplicationAcceptedModal.vue +45 -45
- package/components/modals/ConnectingTariffModal.vue +60 -60
- package/components/modals/ContactsMobileModel.vue +182 -182
- package/components/modals/ContentNavigationModal.vue +100 -100
- package/components/modals/Insufficient-funds-modal.vue +62 -62
- package/components/modals/LimitReachedModal.vue +44 -44
- package/components/modals/NoAccessModal.vue +39 -39
- 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 +32 -32
- package/components/modals/ReportBugModal.vue +172 -172
- package/components/modals/Resend.vue +81 -81
- package/components/modals/SubmitApplicationModal.vue +126 -126
- package/components/modals/id/AuthModal.vue +72 -72
- package/components/modals/id/IdAutoLogoutModal.vue +44 -44
- package/components/modals/id/IdBanner.vue +41 -41
- package/components/modals/id/IdConfirmAccountOtpModal.vue +182 -182
- package/components/modals/id/IdConfirmSuccessfulModal.vue +41 -41
- package/components/modals/id/IdLoginModal.vue +336 -336
- package/components/modals/id/IdModals.vue +129 -129
- package/components/modals/id/IdNewPasswordModal.vue +129 -129
- package/components/modals/id/IdOtpInput.vue +156 -156
- 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 +159 -159
- package/components/modals/id/IdTwoFactorModal.vue +126 -126
- package/components/navigation/README.md +1 -1
- package/components/navigation/bottom-navigation/ABottomNavigation.vue +106 -106
- package/components/navigation/breadcrumbs/ABreadcrumbs.vue +128 -128
- package/components/navigation/breadcrumbs/types.ts +8 -8
- package/components/navigation/footer/AFooter.vue +283 -283
- package/components/navigation/footer/ui/a-footer-accordion.vue +118 -118
- package/components/navigation/header/AHeader.vue +241 -241
- package/components/navigation/header/AlmatyContacts.vue +145 -145
- package/components/navigation/header/AstanaContacts.vue +67 -67
- package/components/navigation/header/CardGallery.vue +252 -252
- package/components/navigation/header/ContactMenu.vue +48 -48
- package/components/navigation/header/HeaderLink.vue +250 -250
- package/components/navigation/header/HeaderUsage.vue +139 -139
- package/components/navigation/header/ListItem.vue +32 -32
- package/components/navigation/header/NavCard.vue +42 -42
- package/components/navigation/header/NavList.vue +73 -73
- package/components/navigation/header/NotificationsMenu.vue +50 -50
- package/components/navigation/header/ProductMenu.vue +101 -101
- package/components/navigation/header/ProfileMenu.vue +168 -168
- package/components/navigation/header/SystemNotification.vue +108 -108
- package/components/navigation/header/types.ts +28 -28
- package/components/navigation/line-tabs/ALineTabs.vue +112 -112
- package/components/navigation/line-tabs/types.ts +21 -21
- package/components/navigation/mobile-navigation/AMobileNavigation.vue +112 -112
- package/components/navigation/pill-tabs/APillTabs.vue +179 -179
- package/components/navigation/pill-tabs/APillTabsV2.vue +241 -241
- package/components/navigation/pill-tabs/types.ts +24 -24
- package/components/navigation/side-navigation/ASideNavigation.vue +406 -406
- package/components/overlays/README.md +1 -1
- package/components/overlays/drawer/ADrawerV2.vue +342 -342
- package/components/overlays/modal/AModal.vue +335 -335
- package/components/overlays/modal/AModalV2.vue +401 -401
- package/components/overlays/side-panel/ASidePanel.vue +445 -445
- package/components/overlays/sideover/ASlideover.vue +351 -351
- package/components/overlays/tooltip/ATooltip.vue +238 -238
- package/components/overlays/tooltip/ATooltipV2.vue +226 -226
- package/components/overlays/tooltip/types.ts +26 -26
- package/components/overlays/tooltip/useTooltipTrigger.ts +101 -101
- 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 +19 -19
- package/composables/modalsState.ts +8 -8
- package/composables/projectState.ts +2 -2
- package/composables/useAccessTokenCookie.ts +25 -25
- package/composables/useActiveNavigation.ts +84 -84
- package/composables/useAdaptive.ts +46 -46
- package/composables/useBuyTariffs.ts +91 -91
- package/composables/useCarouselScroll.ts +49 -49
- package/composables/useChipOverflow.ts +92 -92
- package/composables/useHeaderNavigationLinks.ts +519 -519
- package/composables/useIdModals.ts +36 -36
- package/composables/usePayment.ts +78 -78
- package/composables/useUIValidation.ts +16 -16
- package/composables/useUrls.ts +23 -23
- package/eslint.config.mjs +58 -58
- 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/archive.vue +16 -16
- 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-down-left.vue +6 -6
- package/icons/arrow/arrow-graph-down.vue +13 -13
- package/icons/arrow/arrow-graph-up.vue +14 -14
- package/icons/arrow/arrow-left-right.vue +8 -8
- package/icons/arrow/arrow-left.vue +14 -14
- package/icons/arrow/arrow-right.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/arrow-up-right.vue +6 -6
- package/icons/arrow/arrows-in.vue +11 -11
- package/icons/arrow/arrows-out.vue +11 -11
- package/icons/arrow/arrows-resize-in.vue +38 -38
- package/icons/arrow/arrows-resize-out.vue +17 -17
- 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/bar-chart-3.vue +3 -3
- package/icons/bill.vue +3 -3
- package/icons/block.vue +16 -16
- package/icons/book-open.vue +3 -3
- package/icons/bookmark/bookmark-filled.vue +19 -19
- package/icons/bookmark/bookmark.vue +5 -5
- package/icons/bot.vue +52 -52
- package/icons/braces.vue +3 -3
- package/icons/briefcase.vue +14 -14
- 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/building.vue +9 -9
- package/icons/calculator.vue +7 -7
- package/icons/calendar.vue +24 -24
- package/icons/car-side.vue +16 -16
- package/icons/car.vue +7 -7
- package/icons/cart.vue +15 -15
- package/icons/chart-bar.vue +5 -5
- package/icons/chart-no-axes-column.vue +3 -3
- package/icons/chart-pie.vue +16 -16
- package/icons/check/check-circle.vue +6 -6
- package/icons/check/check-outline.vue +3 -3
- 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-outline.vue +3 -3
- 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-list.vue +3 -3
- package/icons/clipboard-text.vue +7 -7
- package/icons/clock-outline.vue +3 -3
- package/icons/clock-time.vue +24 -24
- package/icons/clock.vue +25 -25
- package/icons/close.vue +16 -16
- package/icons/cloud/cloud-upload.vue +3 -3
- package/icons/code.vue +9 -9
- 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-kazzinc.vue +22 -22
- 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/compare-outlined.vue +8 -8
- package/icons/copy.vue +7 -7
- package/icons/crown.vue +6 -6
- 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/database.vue +3 -3
- package/icons/default-avatar.vue +20 -20
- package/icons/delete.vue +7 -7
- package/icons/document.vue +5 -5
- package/icons/dots-horizontal.vue +31 -31
- package/icons/download-line.vue +13 -13
- package/icons/download-outline.vue +3 -3
- package/icons/download-rounded.vue +15 -15
- 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/egov.vue +41 -41
- package/icons/elicense.vue +38 -38
- 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/favourite-bookmark-outline.vue +17 -17
- package/icons/file/file-check-corner.vue +3 -3
- package/icons/file/file-spreadsheet.vue +3 -3
- package/icons/file/file.vue +16 -16
- package/icons/file/files.vue +16 -16
- package/icons/file-json.vue +3 -3
- package/icons/file-pen.vue +31 -31
- package/icons/file-search.vue +3 -3
- package/icons/file-stack.vue +31 -31
- package/icons/file-text.vue +3 -3
- package/icons/file-types/excel.vue +131 -131
- package/icons/file-types/html.vue +13 -13
- package/icons/file-types/jpeg.vue +16 -16
- package/icons/file-types/pdf.vue +11 -11
- package/icons/file-types/png.vue +11 -11
- package/icons/file-types/rar.vue +11 -11
- package/icons/file-types/word.vue +50 -50
- package/icons/file-types/zip.vue +11 -11
- package/icons/filter.vue +5 -5
- package/icons/flag.vue +7 -7
- package/icons/flask-conical.vue +3 -3
- package/icons/folder-open.vue +3 -3
- package/icons/gauge.vue +17 -17
- package/icons/gift-outline.vue +3 -3
- package/icons/gift.vue +8 -8
- package/icons/git-compare.vue +38 -38
- package/icons/git-fork.vue +3 -3
- package/icons/globe-2.vue +3 -3
- package/icons/globe.vue +16 -16
- package/icons/google.vue +41 -41
- package/icons/gradiend-icons/files-gradient.vue +22 -22
- package/icons/gradiend-icons/hammer-gradient.vue +62 -62
- package/icons/graduation-cap.vue +31 -31
- package/icons/graph-loading.vue +34 -34
- 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/headset.vue +6 -6
- package/icons/help-question-circle.vue +26 -26
- package/icons/history.vue +5 -5
- package/icons/home.vue +14 -14
- 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/in-row-type.vue +46 -46
- package/icons/in-table-type.vue +29 -29
- package/icons/info/info-circle.vue +29 -29
- package/icons/invoice.vue +8 -8
- package/icons/judge.vue +14 -14
- package/icons/kaspi-qr.vue +13 -13
- package/icons/key-round.vue +3 -3
- package/icons/landmark.vue +3 -3
- package/icons/layers.vue +3 -3
- package/icons/letter/letter-a.vue +8 -8
- package/icons/letter/letter-b.vue +6 -6
- package/icons/letter/letter-c.vue +6 -6
- package/icons/letter/letter-d.vue +6 -6
- package/icons/letter/letter-e.vue +6 -6
- package/icons/link-chain.vue +28 -28
- package/icons/link-url.vue +3 -3
- package/icons/link.vue +7 -7
- package/icons/linkedin.vue +24 -24
- package/icons/list-tree.vue +3 -3
- package/icons/loader-circle.vue +27 -27
- package/icons/location.vue +8 -8
- package/icons/lock.vue +5 -5
- package/icons/log-out.vue +21 -0
- 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-question-mark.vue +8 -8
- package/icons/mail.vue +7 -7
- package/icons/mailru.vue +34 -34
- package/icons/main-filter.vue +10 -10
- 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-square.vue +3 -3
- package/icons/message/message.vue +12 -12
- package/icons/message-dotted.vue +30 -30
- package/icons/messages-square.vue +3 -3
- 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/network.vue +3 -3
- package/icons/newspaper.vue +3 -3
- package/icons/note-pencil.vue +14 -14
- package/icons/note.vue +14 -14
- package/icons/notification-error.vue +17 -17
- 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/person.vue +22 -22
- package/icons/phone-call.vue +6 -6
- package/icons/phone-filled.vue +5 -5
- package/icons/phone-reversed.vue +3 -3
- 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/refresh-cw.vue +8 -8
- package/icons/robot-outline.vue +3 -3
- package/icons/robot.vue +14 -14
- package/icons/route.vue +7 -7
- package/icons/sanctions.vue +8 -8
- package/icons/scales/scale-outline.vue +3 -3
- package/icons/scales/scale.vue +16 -16
- package/icons/scales/scales.vue +5 -5
- package/icons/scales/standing-scales.vue +15 -15
- package/icons/scan-search.vue +3 -3
- package/icons/search-outline.vue +3 -3
- package/icons/search.vue +27 -27
- package/icons/send.vue +3 -3
- package/icons/settings.vue +26 -26
- package/icons/share/share-alt.vue +5 -5
- package/icons/share/share.vue +14 -14
- package/icons/shield-alert.vue +31 -31
- package/icons/shield-check.vue +20 -0
- package/icons/shield-verified.vue +14 -14
- package/icons/ship.vue +8 -8
- package/icons/socials/face-book.vue +15 -15
- package/icons/socials/facebook-color.vue +16 -16
- package/icons/socials/globe-color.vue +16 -16
- package/icons/socials/instagram-color.vue +46 -46
- package/icons/socials/instagram.vue +19 -19
- package/icons/socials/linkedin-color.vue +14 -14
- package/icons/socials/telegram-color.vue +16 -16
- package/icons/socials/telegram.vue +15 -15
- package/icons/socials/tik-tok.vue +15 -15
- package/icons/socials/tiktok-color.vue +14 -14
- package/icons/socials/vk-color.vue +16 -16
- package/icons/socials/youtube-color.vue +16 -16
- 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/sparkles.vue +3 -3
- package/icons/splitting-arrows.vue +8 -8
- package/icons/star/star-filled.vue +41 -41
- package/icons/star/star-half-filled.vue +21 -21
- package/icons/star/star.vue +25 -25
- package/icons/sun.vue +25 -25
- 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/terminal.vue +3 -3
- package/icons/toasts/check-circle-toast.vue +6 -6
- package/icons/toasts/warning-triangle-toast.vue +8 -8
- package/icons/trash.vue +13 -13
- package/icons/triangle-alert.vue +3 -3
- package/icons/triangle.vue +10 -10
- package/icons/truck.vue +7 -7
- package/icons/user-plus.vue +3 -3
- package/icons/user-square.vue +14 -14
- package/icons/user.vue +22 -22
- package/icons/users-focus.vue +8 -8
- package/icons/users-outline.vue +3 -3
- package/icons/users-round.vue +3 -3
- package/icons/users-three.vue +7 -7
- package/icons/users.vue +8 -8
- package/icons/view-eye-open.vue +13 -13
- 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/webhook.vue +3 -3
- 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/workflow.vue +3 -3
- package/icons/x-mark.vue +15 -15
- package/icons/x-outline.vue +3 -3
- package/icons/yandex.vue +29 -29
- package/icons/zap.vue +3 -3
- package/illustrations/address-location.vue +38 -38
- package/illustrations/award-badge.vue +105 -105
- 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 +32 -32
- package/illustrations/delete.vue +33 -33
- package/illustrations/doc-with-stamp.vue +126 -126
- package/illustrations/document.vue +64 -64
- package/illustrations/door.vue +85 -85
- package/illustrations/empty-badge-check.vue +20 -20
- package/illustrations/empty-ban.vue +18 -18
- package/illustrations/empty-box.vue +77 -77
- package/illustrations/empty-filter.vue +20 -20
- package/illustrations/empty-inbox.vue +19 -19
- package/illustrations/empty-scale.vue +22 -22
- package/illustrations/empty-search-x.vue +21 -21
- package/illustrations/empty-shopping-cart.vue +21 -21
- package/illustrations/empty-users-round.vue +20 -20
- package/illustrations/empty-wallet.vue +127 -127
- 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 +52 -52
- package/illustrations/mail-active.vue +86 -86
- package/illustrations/mail.vue +68 -68
- package/illustrations/no-access.vue +92 -92
- package/illustrations/notes-search.vue +20 -20
- package/illustrations/notes-sticky.vue +20 -20
- package/illustrations/ok.vue +90 -90
- 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 +110 -110
- package/illustrations/phone-payment-method.vue +223 -223
- package/illustrations/scheme-notes.vue +21 -21
- package/illustrations/scheme-waypoints.vue +25 -25
- package/illustrations/search.vue +14 -14
- package/illustrations/shield-user.vue +94 -94
- package/illustrations/stop-hand.vue +84 -84
- package/illustrations/stop-sign.vue +34 -34
- package/illustrations/suit.vue +97 -97
- package/illustrations/suitcase.vue +105 -105
- package/illustrations/terminal.vue +100 -100
- package/illustrations/trash-can.vue +66 -66
- package/illustrations/turn-on-tariff.vue +38 -38
- package/illustrations/two-persons.vue +169 -169
- package/lang/en.ts +878 -878
- package/lang/kk.ts +880 -880
- package/lang/ru.ts +880 -880
- package/layouts/default.vue +13 -13
- package/nuxt.config.ts +95 -95
- package/package.json +64 -64
- package/plugins/maska.ts +4 -4
- package/plugins/toast.client.ts +41 -41
- package/public/kaspi/logo.svg +4 -4
- package/shared/constans/pages.ts +96 -96
- package/tsconfig.json +6 -6
- package/utils/getMaxZindex.ts +25 -25
- package/utils/localizedNavigation.ts +36 -36
- package/utils/toCssSize.ts +11 -11
- package/utils/twMerge.ts +34 -34
- package/vitest.config.ts +14 -14
- package/.claude/settings.local.json +0 -19
package/icons/whatsapp.vue
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path d="M1.33343 15.1662C1.20009 15.1662 1.07341 15.1128 0.980073 15.0195C0.853406 14.8928 0.800105 14.7062 0.846772 14.5328L1.68678 11.3928C1.12678 10.3528 0.833426 9.17951 0.833426 7.99284C0.833426 4.03951 4.04676 0.826172 8.00009 0.826172C11.9534 0.826172 15.1668 4.03951 15.1668 7.99284C15.1668 11.9462 11.9534 15.1595 8.00009 15.1595C6.79343 15.1595 5.61344 14.8595 4.56011 14.2862L1.46677 15.1462C1.4201 15.1595 1.38009 15.1662 1.33343 15.1662ZM4.62676 13.2528C4.71343 13.2528 4.8001 13.2795 4.8801 13.3195C5.8201 13.8729 6.90009 14.1662 8.00009 14.1662C11.4001 14.1662 14.1668 11.3995 14.1668 7.99951C14.1668 4.59951 11.4001 1.83285 8.00009 1.83285C4.60009 1.83285 1.83343 4.59951 1.83343 7.99951C1.83343 9.08618 2.12009 10.1462 2.66009 11.0795C2.72675 11.1928 2.74676 11.3328 2.71343 11.4595L2.04676 13.9528L4.50009 13.2728C4.54009 13.2595 4.58676 13.2528 4.62676 13.2528Z" fill="currentColor"/>
|
|
4
|
-
<path d="M9.82682 11.8395C9.41349 11.8395 8.98683 11.7462 8.54016 11.5529C8.12016 11.3729 7.70016 11.1329 7.2935 10.8329C6.8935 10.5395 6.50018 10.2062 6.14018 9.8462C5.78018 9.47953 5.44682 9.09288 5.15348 8.69288C4.85348 8.27288 4.61348 7.85953 4.44014 7.45287C4.25348 7.01287 4.16016 6.57954 4.16016 6.16621C4.16016 5.87287 4.21348 5.59287 4.31348 5.33287C4.42014 5.05954 4.59348 4.81287 4.82015 4.59954C5.24682 4.17954 5.86018 4.02622 6.34684 4.25955C6.51351 4.33288 6.65351 4.45288 6.76017 4.61288L7.53349 5.69953C7.61349 5.8062 7.67351 5.91953 7.72017 6.03286C7.77351 6.1662 7.80684 6.29955 7.80684 6.42622C7.80684 6.59955 7.76016 6.77288 7.66683 6.92622C7.60683 7.02622 7.52015 7.14622 7.40682 7.25955L7.32015 7.35287C7.36015 7.40621 7.40681 7.47286 7.48014 7.55286C7.62014 7.71286 7.77348 7.8862 7.94015 8.05286C8.10681 8.21286 8.27348 8.37287 8.44015 8.51287C8.52014 8.57953 8.58684 8.63287 8.64018 8.66621L8.73348 8.57286C8.85348 8.45286 8.97351 8.35955 9.09351 8.29955C9.31351 8.15955 9.65349 8.12621 9.95349 8.25288C10.0602 8.29288 10.1668 8.35287 10.2802 8.43287L11.3935 9.21953C11.5468 9.3262 11.6668 9.47287 11.7468 9.63953C11.8135 9.8062 11.8402 9.95288 11.8402 10.1062C11.8402 10.3062 11.7935 10.4995 11.7068 10.6862C11.6202 10.8595 11.5201 11.0129 11.4001 11.1529C11.1868 11.3862 10.9402 11.5595 10.6735 11.6729C10.4068 11.7862 10.1202 11.8395 9.82682 11.8395ZM5.86015 5.15953C5.82015 5.15953 5.68685 5.15953 5.52018 5.3262C5.39352 5.4462 5.30683 5.57288 5.24683 5.71288C5.18683 5.85288 5.16016 6.01288 5.16016 6.17288C5.16016 6.45288 5.22681 6.75286 5.36015 7.07286C5.50015 7.4062 5.70683 7.75955 5.96016 8.11288C6.22016 8.46622 6.5135 8.81954 6.84017 9.14621C7.16684 9.46621 7.51349 9.7662 7.87349 10.0329C8.22016 10.2862 8.57351 10.4862 8.92684 10.6395C9.43351 10.8595 9.90015 10.9129 10.2802 10.7529C10.4135 10.6995 10.5335 10.6062 10.6535 10.4862C10.7135 10.4195 10.7602 10.3529 10.8002 10.2662C10.8202 10.2195 10.8335 10.1662 10.8335 10.1195C10.8335 10.1062 10.8335 10.0862 10.8135 10.0462L9.70015 9.27288C9.65349 9.23954 9.60681 9.21286 9.56681 9.19953C9.54015 9.21286 9.50017 9.23287 9.42684 9.3062L9.1735 9.55954C8.98017 9.75287 8.67351 9.8062 8.42684 9.71953L8.30684 9.66621C8.15351 9.58621 7.98016 9.46621 7.78682 9.29955C7.60016 9.13955 7.42018 8.97287 7.22685 8.7862C7.04018 8.59287 6.8735 8.41287 6.7135 8.2262C6.54017 8.01954 6.42017 7.85288 6.34017 7.71288L6.26685 7.53954C6.24685 7.47287 6.24015 7.39954 6.24015 7.33287C6.24015 7.14621 6.30685 6.97953 6.43351 6.8462L6.68685 6.58621C6.76018 6.51288 6.78684 6.47288 6.80017 6.44622C6.78017 6.39955 6.75351 6.35954 6.72017 6.31287L5.94014 5.21288L5.86015 5.15953Z" fill="currentColor"/>
|
|
5
|
-
</svg>
|
|
6
|
-
</template>
|
|
7
|
-
<script setup lang="ts">
|
|
8
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M1.33343 15.1662C1.20009 15.1662 1.07341 15.1128 0.980073 15.0195C0.853406 14.8928 0.800105 14.7062 0.846772 14.5328L1.68678 11.3928C1.12678 10.3528 0.833426 9.17951 0.833426 7.99284C0.833426 4.03951 4.04676 0.826172 8.00009 0.826172C11.9534 0.826172 15.1668 4.03951 15.1668 7.99284C15.1668 11.9462 11.9534 15.1595 8.00009 15.1595C6.79343 15.1595 5.61344 14.8595 4.56011 14.2862L1.46677 15.1462C1.4201 15.1595 1.38009 15.1662 1.33343 15.1662ZM4.62676 13.2528C4.71343 13.2528 4.8001 13.2795 4.8801 13.3195C5.8201 13.8729 6.90009 14.1662 8.00009 14.1662C11.4001 14.1662 14.1668 11.3995 14.1668 7.99951C14.1668 4.59951 11.4001 1.83285 8.00009 1.83285C4.60009 1.83285 1.83343 4.59951 1.83343 7.99951C1.83343 9.08618 2.12009 10.1462 2.66009 11.0795C2.72675 11.1928 2.74676 11.3328 2.71343 11.4595L2.04676 13.9528L4.50009 13.2728C4.54009 13.2595 4.58676 13.2528 4.62676 13.2528Z" fill="currentColor"/>
|
|
4
|
+
<path d="M9.82682 11.8395C9.41349 11.8395 8.98683 11.7462 8.54016 11.5529C8.12016 11.3729 7.70016 11.1329 7.2935 10.8329C6.8935 10.5395 6.50018 10.2062 6.14018 9.8462C5.78018 9.47953 5.44682 9.09288 5.15348 8.69288C4.85348 8.27288 4.61348 7.85953 4.44014 7.45287C4.25348 7.01287 4.16016 6.57954 4.16016 6.16621C4.16016 5.87287 4.21348 5.59287 4.31348 5.33287C4.42014 5.05954 4.59348 4.81287 4.82015 4.59954C5.24682 4.17954 5.86018 4.02622 6.34684 4.25955C6.51351 4.33288 6.65351 4.45288 6.76017 4.61288L7.53349 5.69953C7.61349 5.8062 7.67351 5.91953 7.72017 6.03286C7.77351 6.1662 7.80684 6.29955 7.80684 6.42622C7.80684 6.59955 7.76016 6.77288 7.66683 6.92622C7.60683 7.02622 7.52015 7.14622 7.40682 7.25955L7.32015 7.35287C7.36015 7.40621 7.40681 7.47286 7.48014 7.55286C7.62014 7.71286 7.77348 7.8862 7.94015 8.05286C8.10681 8.21286 8.27348 8.37287 8.44015 8.51287C8.52014 8.57953 8.58684 8.63287 8.64018 8.66621L8.73348 8.57286C8.85348 8.45286 8.97351 8.35955 9.09351 8.29955C9.31351 8.15955 9.65349 8.12621 9.95349 8.25288C10.0602 8.29288 10.1668 8.35287 10.2802 8.43287L11.3935 9.21953C11.5468 9.3262 11.6668 9.47287 11.7468 9.63953C11.8135 9.8062 11.8402 9.95288 11.8402 10.1062C11.8402 10.3062 11.7935 10.4995 11.7068 10.6862C11.6202 10.8595 11.5201 11.0129 11.4001 11.1529C11.1868 11.3862 10.9402 11.5595 10.6735 11.6729C10.4068 11.7862 10.1202 11.8395 9.82682 11.8395ZM5.86015 5.15953C5.82015 5.15953 5.68685 5.15953 5.52018 5.3262C5.39352 5.4462 5.30683 5.57288 5.24683 5.71288C5.18683 5.85288 5.16016 6.01288 5.16016 6.17288C5.16016 6.45288 5.22681 6.75286 5.36015 7.07286C5.50015 7.4062 5.70683 7.75955 5.96016 8.11288C6.22016 8.46622 6.5135 8.81954 6.84017 9.14621C7.16684 9.46621 7.51349 9.7662 7.87349 10.0329C8.22016 10.2862 8.57351 10.4862 8.92684 10.6395C9.43351 10.8595 9.90015 10.9129 10.2802 10.7529C10.4135 10.6995 10.5335 10.6062 10.6535 10.4862C10.7135 10.4195 10.7602 10.3529 10.8002 10.2662C10.8202 10.2195 10.8335 10.1662 10.8335 10.1195C10.8335 10.1062 10.8335 10.0862 10.8135 10.0462L9.70015 9.27288C9.65349 9.23954 9.60681 9.21286 9.56681 9.19953C9.54015 9.21286 9.50017 9.23287 9.42684 9.3062L9.1735 9.55954C8.98017 9.75287 8.67351 9.8062 8.42684 9.71953L8.30684 9.66621C8.15351 9.58621 7.98016 9.46621 7.78682 9.29955C7.60016 9.13955 7.42018 8.97287 7.22685 8.7862C7.04018 8.59287 6.8735 8.41287 6.7135 8.2262C6.54017 8.01954 6.42017 7.85288 6.34017 7.71288L6.26685 7.53954C6.24685 7.47287 6.24015 7.39954 6.24015 7.33287C6.24015 7.14621 6.30685 6.97953 6.43351 6.8462L6.68685 6.58621C6.76018 6.51288 6.78684 6.47288 6.80017 6.44622C6.78017 6.39955 6.75351 6.35954 6.72017 6.31287L5.94014 5.21288L5.86015 5.15953Z" fill="currentColor"/>
|
|
5
|
+
</svg>
|
|
6
|
+
</template>
|
|
7
|
+
<script setup lang="ts">
|
|
8
|
+
</script>
|
package/icons/work-bag.vue
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 36 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M33.125 5.625H26.25V4.25C26.25 3.15598 25.8154 2.10677 25.0418 1.33318C24.2682 0.559597 23.219
|
|
5
|
-
0.125 22.125 0.125H13.875C12.781 0.125 11.7318 0.559597 10.9582 1.33318C10.1846 2.10677 9.75 3.15598 9.75 4.25V5.625H2.875C2.14565
|
|
6
|
-
5.625 1.44618 5.91473 0.930456 6.43046C0.414731 6.94618 0.125 7.64565 0.125 8.375V30.375C0.125 31.1043 0.414731 31.8038 0.930456
|
|
7
|
-
32.3195C1.44618 32.8353 2.14565 33.125 2.875 33.125H33.125C33.8543 33.125 34.5538 32.8353 35.0695 32.3195C35.5853 31.8038 35.875 31.1043 35.875 30.375V8.375C35.875 7.64565 35.5853 6.94618 35.0695 6.43046C34.5538 5.91473 33.8543 5.625 33.125 5.625ZM12.5 4.25C12.5 3.88533 12.6449 3.53559 12.9027 3.27773C13.1606 3.01987 13.5103 2.875 13.875 2.875H22.125C22.4897 2.875 22.8394 3.01987 23.0973 3.27773C23.3551 3.53559 23.5 3.88533 23.5 4.25V5.625H12.5V4.25ZM33.125 8.375V15.5267C28.484 18.0529 23.284 19.3759 18 19.375C12.7162 19.376 7.51635 18.0535 2.875 15.5284V8.375H33.125ZM33.125 30.375H2.875V18.6256C7.58425 20.9291 12.7576 22.126 18 22.125C23.2425 22.1251 28.4158 20.9276 33.125 18.6239V30.375ZM13.875 15.25C13.875 14.8853 14.0199 14.5356 14.2777 14.2777C14.5356 14.0199 14.8853 13.875 15.25 13.875H20.75C21.1147 13.875 21.4644 14.0199 21.7223 14.2777C21.9801 14.5356 22.125 14.8853 22.125 15.25C22.125 15.6147 21.9801 15.9644 21.7223 16.2223C21.4644 16.4801 21.1147 16.625 20.75 16.625H15.25C14.8853 16.625 14.5356 16.4801 14.2777 16.2223C14.0199 15.9644 13.875 15.6147 13.875 15.25Z"
|
|
8
|
-
fill="currentColor"/>
|
|
9
|
-
</svg>
|
|
10
|
-
|
|
11
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 36 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M33.125 5.625H26.25V4.25C26.25 3.15598 25.8154 2.10677 25.0418 1.33318C24.2682 0.559597 23.219
|
|
5
|
+
0.125 22.125 0.125H13.875C12.781 0.125 11.7318 0.559597 10.9582 1.33318C10.1846 2.10677 9.75 3.15598 9.75 4.25V5.625H2.875C2.14565
|
|
6
|
+
5.625 1.44618 5.91473 0.930456 6.43046C0.414731 6.94618 0.125 7.64565 0.125 8.375V30.375C0.125 31.1043 0.414731 31.8038 0.930456
|
|
7
|
+
32.3195C1.44618 32.8353 2.14565 33.125 2.875 33.125H33.125C33.8543 33.125 34.5538 32.8353 35.0695 32.3195C35.5853 31.8038 35.875 31.1043 35.875 30.375V8.375C35.875 7.64565 35.5853 6.94618 35.0695 6.43046C34.5538 5.91473 33.8543 5.625 33.125 5.625ZM12.5 4.25C12.5 3.88533 12.6449 3.53559 12.9027 3.27773C13.1606 3.01987 13.5103 2.875 13.875 2.875H22.125C22.4897 2.875 22.8394 3.01987 23.0973 3.27773C23.3551 3.53559 23.5 3.88533 23.5 4.25V5.625H12.5V4.25ZM33.125 8.375V15.5267C28.484 18.0529 23.284 19.3759 18 19.375C12.7162 19.376 7.51635 18.0535 2.875 15.5284V8.375H33.125ZM33.125 30.375H2.875V18.6256C7.58425 20.9291 12.7576 22.126 18 22.125C23.2425 22.1251 28.4158 20.9276 33.125 18.6239V30.375ZM13.875 15.25C13.875 14.8853 14.0199 14.5356 14.2777 14.2777C14.5356 14.0199 14.8853 13.875 15.25 13.875H20.75C21.1147 13.875 21.4644 14.0199 21.7223 14.2777C21.9801 14.5356 22.125 14.8853 22.125 15.25C22.125 15.6147 21.9801 15.9644 21.7223 16.2223C21.4644 16.4801 21.1147 16.625 20.75 16.625H15.25C14.8853 16.625 14.5356 16.4801 14.2777 16.2223C14.0199 15.9644 13.875 15.6147 13.875 15.25Z"
|
|
8
|
+
fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
|
|
11
|
+
</template>
|
package/icons/work-case.vue
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path d="M23.0203 6.41943H0.979492V21.4619H23.0203V6.41943Z" stroke="currentColor" stroke-width="1.22449" stroke-miterlimit="10" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M23.0203 6.41943H0.979492V10.1586C0.979492 11.5352 2.29533 12.6513 3.91827 12.6513H20.0815C21.7045 12.6513 23.0203 11.5352 23.0203 10.1586V6.41943Z" stroke="currentColor" stroke-width="1.22449" stroke-miterlimit="10" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M6.92188 6.32556V3.80058C6.92188 3.10305 7.48998 2.53809 8.19138 2.53809H15.8084C16.5098 2.53809 17.0779 3.10305 17.0779 3.80058V6.32556" stroke="currentColor" stroke-width="1.22449" stroke-miterlimit="10" stroke-linejoin="round"/>
|
|
6
|
-
<path d="M12 15.1628C11.2986 15.1628 10.7305 14.5978 10.7305 13.9003V11.3753C10.7305 10.6778 11.2986 10.1128 12 10.1128C12.7014 10.1128 13.2695 10.6778 13.2695 11.3753V13.9003C13.2695 14.5978 12.7014 15.1628 12 15.1628Z" stroke="currentColor" stroke-width="1.22449" stroke-miterlimit="10" stroke-linejoin="round"/>
|
|
7
|
-
<path d="M13.2695 12.6377H10.7305" stroke="currentColor" stroke-width="1.22449" stroke-miterlimit="10" stroke-linejoin="round"/>
|
|
8
|
-
</svg>
|
|
9
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M23.0203 6.41943H0.979492V21.4619H23.0203V6.41943Z" stroke="currentColor" stroke-width="1.22449" stroke-miterlimit="10" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M23.0203 6.41943H0.979492V10.1586C0.979492 11.5352 2.29533 12.6513 3.91827 12.6513H20.0815C21.7045 12.6513 23.0203 11.5352 23.0203 10.1586V6.41943Z" stroke="currentColor" stroke-width="1.22449" stroke-miterlimit="10" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M6.92188 6.32556V3.80058C6.92188 3.10305 7.48998 2.53809 8.19138 2.53809H15.8084C16.5098 2.53809 17.0779 3.10305 17.0779 3.80058V6.32556" stroke="currentColor" stroke-width="1.22449" stroke-miterlimit="10" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M12 15.1628C11.2986 15.1628 10.7305 14.5978 10.7305 13.9003V11.3753C10.7305 10.6778 11.2986 10.1128 12 10.1128C12.7014 10.1128 13.2695 10.6778 13.2695 11.3753V13.9003C13.2695 14.5978 12.7014 15.1628 12 15.1628Z" stroke="currentColor" stroke-width="1.22449" stroke-miterlimit="10" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M13.2695 12.6377H10.7305" stroke="currentColor" stroke-width="1.22449" stroke-miterlimit="10" stroke-linejoin="round"/>
|
|
8
|
+
</svg>
|
|
9
|
+
</template>
|
package/icons/work-search.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
-
d="M11.3188 3.35643H6.68546C6.68891 3.32722 6.69069 3.29749 6.69069 3.26735V1.50003H11.3136V3.26735C11.3136 3.29749 11.3154 3.32722 11.3188 3.35643ZM12.8123 3.26735C12.8123 3.29749 12.8106 3.32722 12.8071 3.35643H17.2549C17.6688 3.35643 18.0043 3.69223 18.0043 4.10645V8.66163C18.0043 9.03203 17.7341 9.34697 17.3683 9.40301L17.1342 9.43887V9.73083C17.1342 10.1451 16.7987 10.4809 16.3848 10.4809C15.971 10.4809 15.6355 10.1451 15.6355 9.73083V9.66847L12.1356 10.2046V12.4975C12.1356 12.9118 11.8001 13.2476 11.3862 13.2476H6.6181C6.20423 13.2476 5.86873 12.9118 5.86873 12.4975V10.2046L2.33713 9.66361V16.481H9.75063C10.1645 16.481 10.5 16.8168 10.5 17.231C10.5 17.6452 10.1645 17.981 9.75063 17.981H1.58776C1.17389 17.981 0.83839 17.6452 0.83839 17.231V9.43402L0.635991 9.40301C0.270166 9.34697 0 9.03203 0 8.66163V4.10645C0 3.69223 0.335505 3.35643 0.74937 3.35643H5.19718C5.19373 3.32722 5.19195 3.29749 5.19195 3.26735V0.750016C5.19195 0.335793 5.52745 0 5.94132 0H12.063C12.4768 0 12.8123 0.335793 12.8123 0.750016V3.26735ZM11.9982 8.70817L16.5055 8.01768V4.85647H1.49874V8.01768L6.0061 8.70817C6.14183 8.51632 6.36535 8.39109 6.6181 8.39109H11.3862C11.6389 8.39109 11.8625 8.51632 11.9982 8.70817ZM7.36747 9.89112V11.7475H10.6368V9.89112H7.36747Z"
|
|
5
|
-
fill="currentColor"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
7
|
-
d="M15.7421 12.2269C13.8044 12.2269 12.2336 13.7991 12.2336 15.7385C12.2336 17.6778 13.8044 19.25 15.7421 19.25C16.4398 19.25 17.0899 19.0462 17.6362 18.6948L18.7207 19.7803C19.0134 20.0732 19.4879 20.0732 19.7805 19.7803C20.0732 19.4874 20.0732 19.0125 19.7805 18.7196L18.696 17.6342C19.047 17.0873 19.2506 16.4367 19.2506 15.7385C19.2506 13.7991 17.6798 12.2269 15.7421 12.2269ZM13.7323 15.7385C13.7323 14.6275 14.6322 13.727 15.7421 13.727C16.8521 13.727 17.7519 14.6275 17.7519 15.7385C17.7519 16.8494 16.8521 17.75 15.7421 17.75C14.6322 17.75 13.7323 16.8494 13.7323 15.7385Z"
|
|
8
|
-
fill="currentColor"/>
|
|
9
|
-
</svg>
|
|
10
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M11.3188 3.35643H6.68546C6.68891 3.32722 6.69069 3.29749 6.69069 3.26735V1.50003H11.3136V3.26735C11.3136 3.29749 11.3154 3.32722 11.3188 3.35643ZM12.8123 3.26735C12.8123 3.29749 12.8106 3.32722 12.8071 3.35643H17.2549C17.6688 3.35643 18.0043 3.69223 18.0043 4.10645V8.66163C18.0043 9.03203 17.7341 9.34697 17.3683 9.40301L17.1342 9.43887V9.73083C17.1342 10.1451 16.7987 10.4809 16.3848 10.4809C15.971 10.4809 15.6355 10.1451 15.6355 9.73083V9.66847L12.1356 10.2046V12.4975C12.1356 12.9118 11.8001 13.2476 11.3862 13.2476H6.6181C6.20423 13.2476 5.86873 12.9118 5.86873 12.4975V10.2046L2.33713 9.66361V16.481H9.75063C10.1645 16.481 10.5 16.8168 10.5 17.231C10.5 17.6452 10.1645 17.981 9.75063 17.981H1.58776C1.17389 17.981 0.83839 17.6452 0.83839 17.231V9.43402L0.635991 9.40301C0.270166 9.34697 0 9.03203 0 8.66163V4.10645C0 3.69223 0.335505 3.35643 0.74937 3.35643H5.19718C5.19373 3.32722 5.19195 3.29749 5.19195 3.26735V0.750016C5.19195 0.335793 5.52745 0 5.94132 0H12.063C12.4768 0 12.8123 0.335793 12.8123 0.750016V3.26735ZM11.9982 8.70817L16.5055 8.01768V4.85647H1.49874V8.01768L6.0061 8.70817C6.14183 8.51632 6.36535 8.39109 6.6181 8.39109H11.3862C11.6389 8.39109 11.8625 8.51632 11.9982 8.70817ZM7.36747 9.89112V11.7475H10.6368V9.89112H7.36747Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
7
|
+
d="M15.7421 12.2269C13.8044 12.2269 12.2336 13.7991 12.2336 15.7385C12.2336 17.6778 13.8044 19.25 15.7421 19.25C16.4398 19.25 17.0899 19.0462 17.6362 18.6948L18.7207 19.7803C19.0134 20.0732 19.4879 20.0732 19.7805 19.7803C20.0732 19.4874 20.0732 19.0125 19.7805 18.7196L18.696 17.6342C19.047 17.0873 19.2506 16.4367 19.2506 15.7385C19.2506 13.7991 17.6798 12.2269 15.7421 12.2269ZM13.7323 15.7385C13.7323 14.6275 14.6322 13.727 15.7421 13.727C16.8521 13.727 17.7519 14.6275 17.7519 15.7385C17.7519 16.8494 16.8521 17.75 15.7421 17.75C14.6322 17.75 13.7323 16.8494 13.7323 15.7385Z"
|
|
8
|
+
fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
package/icons/work.vue
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.60937 3.14817C6.97777 2.78142 7.47793 2.57497 7.99995 2.57497C8.52196 2.57497 9.02213 2.78142 9.39053 3.14817C9.63146 3.38802 9.80315 3.68356 9.89309 4.00415H6.10681C6.19674 3.68356 6.36843 3.38802 6.60937 3.14817ZM5.03094 4.00415C5.13825 3.40179 5.42856 2.84206 5.86858 2.40403C6.43426 1.8409 7.20098 1.52496 7.99995 1.52496C8.79892 1.52496 9.56564 1.8409 10.1313 2.40403C10.5713 2.84206 10.8616 3.40179 10.969 4.00415H10.9884H12.4827C13.8707 4.00415 15 5.12494 15 6.51249V11.9667C15 13.3542 13.8707 14.475 12.4827 14.475H10.9884H5.01151H3.51725C2.12922 14.475 0.999939 13.3542 0.999939 11.9667V6.51249C0.999939 5.12494 2.12922 4.00415 3.51725 4.00415H5.01151H5.03094ZM2.04994 6.51249C2.04994 5.70931 2.70464 5.05415 3.51725 5.05415H4.48651V13.425H3.51725C2.70464 13.425 2.04994 12.7699 2.04994 11.9667V6.51249ZM5.53652 13.425V5.05415H10.4634V13.425H5.53652ZM11.5134 13.425V5.05415H12.4827C13.2953 5.05415 13.95 5.70931 13.95 6.51249V11.9667C13.95 12.7699 13.2953 13.425 12.4827 13.425H11.5134Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.60937 3.14817C6.97777 2.78142 7.47793 2.57497 7.99995 2.57497C8.52196 2.57497 9.02213 2.78142 9.39053 3.14817C9.63146 3.38802 9.80315 3.68356 9.89309 4.00415H6.10681C6.19674 3.68356 6.36843 3.38802 6.60937 3.14817ZM5.03094 4.00415C5.13825 3.40179 5.42856 2.84206 5.86858 2.40403C6.43426 1.8409 7.20098 1.52496 7.99995 1.52496C8.79892 1.52496 9.56564 1.8409 10.1313 2.40403C10.5713 2.84206 10.8616 3.40179 10.969 4.00415H10.9884H12.4827C13.8707 4.00415 15 5.12494 15 6.51249V11.9667C15 13.3542 13.8707 14.475 12.4827 14.475H10.9884H5.01151H3.51725C2.12922 14.475 0.999939 13.3542 0.999939 11.9667V6.51249C0.999939 5.12494 2.12922 4.00415 3.51725 4.00415H5.01151H5.03094ZM2.04994 6.51249C2.04994 5.70931 2.70464 5.05415 3.51725 5.05415H4.48651V13.425H3.51725C2.70464 13.425 2.04994 12.7699 2.04994 11.9667V6.51249ZM5.53652 13.425V5.05415H10.4634V13.425H5.53652ZM11.5134 13.425V5.05415H12.4827C13.2953 5.05415 13.95 5.70931 13.95 6.51249V11.9667C13.95 12.7699 13.2953 13.425 12.4827 13.425H11.5134Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
package/icons/workflow.vue
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-workflow-icon lucide-workflow"><rect width="8" height="8" x="3" y="3" rx="2"/><path d="M7 11v4a2 2 0 0 0 2 2h4"/><rect width="8" height="8" x="13" y="13" rx="2"/></svg>
|
|
3
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-workflow-icon lucide-workflow"><rect width="8" height="8" x="3" y="3" rx="2"/><path d="M7 11v4a2 2 0 0 0 2 2h4"/><rect width="8" height="8" x="13" y="13" rx="2"/></svg>
|
|
3
|
+
</template>
|
package/icons/x-mark.vue
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
class="shrink-0"
|
|
4
|
-
width="16"
|
|
5
|
-
height="16"
|
|
6
|
-
viewBox="0 0 16 16"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M11.8326 4.97549C12.0558 4.75233 12.0558 4.39052 11.8326 4.16737C11.6095 3.94421 11.2477 3.94421 11.0245 4.16737L8 7.19188L4.97549 4.16737C4.75233 3.94421 4.39052 3.94421 4.16737 4.16737C3.94421 4.39052 3.94421 4.75233 4.16737 4.97549L7.19188 8L4.16737 11.0245C3.94421 11.2477 3.94421 11.6095 4.16737 11.8326C4.39052 12.0558 4.75233 12.0558 4.97549 11.8326L8 8.80812L11.0245 11.8326C11.2477 12.0558 11.6095 12.0558 11.8326 11.8326C12.0558 11.6095 12.0558 11.2477 11.8326 11.0245L8.80812 8L11.8326 4.97549Z"
|
|
13
|
-
/>
|
|
14
|
-
</svg>
|
|
15
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
class="shrink-0"
|
|
4
|
+
width="16"
|
|
5
|
+
height="16"
|
|
6
|
+
viewBox="0 0 16 16"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
>
|
|
10
|
+
<path
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M11.8326 4.97549C12.0558 4.75233 12.0558 4.39052 11.8326 4.16737C11.6095 3.94421 11.2477 3.94421 11.0245 4.16737L8 7.19188L4.97549 4.16737C4.75233 3.94421 4.39052 3.94421 4.16737 4.16737C3.94421 4.39052 3.94421 4.75233 4.16737 4.97549L7.19188 8L4.16737 11.0245C3.94421 11.2477 3.94421 11.6095 4.16737 11.8326C4.39052 12.0558 4.75233 12.0558 4.97549 11.8326L8 8.80812L11.0245 11.8326C11.2477 12.0558 11.6095 12.0558 11.8326 11.8326C12.0558 11.6095 12.0558 11.2477 11.8326 11.0245L8.80812 8L11.8326 4.97549Z"
|
|
13
|
+
/>
|
|
14
|
+
</svg>
|
|
15
|
+
</template>
|
package/icons/x-outline.vue
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x-icon lucide-x"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg>
|
|
3
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x-icon lucide-x"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg>
|
|
3
|
+
</template>
|
package/icons/yandex.vue
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="32"
|
|
4
|
-
height="32"
|
|
5
|
-
viewBox="0 0 32 32"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<rect
|
|
10
|
-
class="stroke-icon-secondary"
|
|
11
|
-
x="0.5"
|
|
12
|
-
y="0.5"
|
|
13
|
-
width="31"
|
|
14
|
-
height="31"
|
|
15
|
-
rx="5.5"
|
|
16
|
-
/>
|
|
17
|
-
<!-- осознанно константный: фирменные цвета логотипа Яндекса -->
|
|
18
|
-
<circle
|
|
19
|
-
cx="16"
|
|
20
|
-
cy="16"
|
|
21
|
-
r="10.5"
|
|
22
|
-
fill="#FC3F1D"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M19.75 22.75H17.3928V11.076H16.3409C14.4125 11.076 13.3995 12.0469 13.3995 13.4845C13.3995 15.1158 14.1008 15.8736 15.5421 16.845L16.7304 17.6415L13.3019 22.75H10.75L13.8279 18.1853C12.0553 16.9224 11.0618 15.6988 11.0618 13.6206C11.0618 11.0174 12.8736 9.25 16.3215 9.25H19.75V22.75Z"
|
|
26
|
-
fill="white"
|
|
27
|
-
/>
|
|
28
|
-
</svg>
|
|
29
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="32"
|
|
4
|
+
height="32"
|
|
5
|
+
viewBox="0 0 32 32"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<rect
|
|
10
|
+
class="stroke-icon-secondary"
|
|
11
|
+
x="0.5"
|
|
12
|
+
y="0.5"
|
|
13
|
+
width="31"
|
|
14
|
+
height="31"
|
|
15
|
+
rx="5.5"
|
|
16
|
+
/>
|
|
17
|
+
<!-- осознанно константный: фирменные цвета логотипа Яндекса -->
|
|
18
|
+
<circle
|
|
19
|
+
cx="16"
|
|
20
|
+
cy="16"
|
|
21
|
+
r="10.5"
|
|
22
|
+
fill="#FC3F1D"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M19.75 22.75H17.3928V11.076H16.3409C14.4125 11.076 13.3995 12.0469 13.3995 13.4845C13.3995 15.1158 14.1008 15.8736 15.5421 16.845L16.7304 17.6415L13.3019 22.75H10.75L13.8279 18.1853C12.0553 16.9224 11.0618 15.6988 11.0618 13.6206C11.0618 11.0174 12.8736 9.25 16.3215 9.25H19.75V22.75Z"
|
|
26
|
+
fill="white"
|
|
27
|
+
/>
|
|
28
|
+
</svg>
|
|
29
|
+
</template>
|
package/icons/zap.vue
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-zap-icon lucide-zap"><path d="M15.914 4a1.5 1.5 0 00-2.474-1.561l-9 9A1.5 1.5 0 005.5 14h4.002a.5.5 0 01.471.666L8.086 20a1.5 1.5 0 002.475 1.56l9-9A1.5 1.5 0 0018.5 10h-3.997a.5.5 0 01-.472-.667z"/></svg>
|
|
3
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-zap-icon lucide-zap"><path d="M15.914 4a1.5 1.5 0 00-2.474-1.561l-9 9A1.5 1.5 0 005.5 14h4.002a.5.5 0 01.471.666L8.086 20a1.5 1.5 0 002.475 1.56l9-9A1.5 1.5 0 0018.5 10h-3.997a.5.5 0 01-.472-.667z"/></svg>
|
|
3
|
+
</template>
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="155"
|
|
4
|
-
height="155"
|
|
5
|
-
viewBox="0 0 155 155"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle cx="77.5001" cy="77.5003" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
-
<path
|
|
11
|
-
d="M111.261 57.6199C111.261 76.2452 77.2673 133.073 77.2673 133.073C77.2673 133.073 43.2734 76.2452 43.2734 57.6199C43.2734 48.6751 46.855 40.0967 53.2301 33.7718C59.6051 27.4468 68.2515 23.8936 77.2673 23.8936C86.283 23.8936 94.9296 27.4468 101.305 33.7718C107.68 40.0967 111.261 48.6751 111.261 57.6199Z"
|
|
12
|
-
class="fill-main"
|
|
13
|
-
/>
|
|
14
|
-
<path
|
|
15
|
-
opacity="0.2"
|
|
16
|
-
d="M136.095 124.224C126.775 127.497 77.5 133.042 77.5 133.042C77.5 133.042 85.0982 118.615 94.4187 115.342C103.739 112.069 120.62 111.401 132.131 113.853C143.643 116.305 145.441 120.951 136.095 124.224Z"
|
|
17
|
-
fill="#BDC7CE"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
opacity="0.2"
|
|
21
|
-
d="M55.8235 54.3399C55.8222 47.9693 57.6395 41.7286 61.0652 36.3404C64.4908 30.9521 69.3846 26.6366 75.18 23.8936C66.542 24.4208 58.432 28.1967 52.5033 34.4516C46.5746 40.7065 43.2736 48.9694 43.2734 57.5556C43.2734 76.1681 77.2673 132.996 77.2673 132.996C77.2673 132.996 80.2493 128.018 84.4499 120.519C74.8688 103.617 55.8235 68.2832 55.8235 54.3399Z"
|
|
22
|
-
fill="#BDC7CE"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M111.261 57.6199C111.261 76.2452 77.2673 133.073 77.2673 133.073C77.2673 133.073 43.2734 76.2452 43.2734 57.6199C43.2734 48.6751 46.855 40.0967 53.2301 33.7718C59.6051 27.4468 68.2515 23.8936 77.2673 23.8936C86.283 23.8936 94.9296 27.4468 101.305 33.7718C107.68 40.0967 111.261 48.6751 111.261 57.6199V57.6199Z"
|
|
26
|
-
stroke="#9DA3AC"
|
|
27
|
-
stroke-width="1.29167"
|
|
28
|
-
stroke-miterlimit="10"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M91.775 57.6201C91.775 60.4668 90.9241 63.2497 89.33 65.6167C87.7358 67.9837 85.47 69.8285 82.819 70.9179C80.1681 72.0073 77.2512 72.2924 74.437 71.737C71.6228 71.1816 69.0377 69.8108 67.0088 67.7978C64.9798 65.7849 63.598 63.2202 63.0383 60.4281C62.4785 57.636 62.7659 54.742 63.8639 52.1119C64.962 49.4818 66.8214 47.2339 69.2072 45.6523C71.593 44.0707 74.3978 43.2266 77.2672 43.2266C81.1138 43.23 84.802 44.7475 87.522 47.4461C90.2419 50.1446 91.7715 53.8037 91.775 57.6201Z"
|
|
32
|
-
class="fill-main"
|
|
33
|
-
stroke="#9DA3AC"
|
|
34
|
-
stroke-width="1.29167"
|
|
35
|
-
stroke-miterlimit="10"
|
|
36
|
-
/>
|
|
37
|
-
</svg>
|
|
38
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="155"
|
|
4
|
+
height="155"
|
|
5
|
+
viewBox="0 0 155 155"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="77.5001" cy="77.5003" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
+
<path
|
|
11
|
+
d="M111.261 57.6199C111.261 76.2452 77.2673 133.073 77.2673 133.073C77.2673 133.073 43.2734 76.2452 43.2734 57.6199C43.2734 48.6751 46.855 40.0967 53.2301 33.7718C59.6051 27.4468 68.2515 23.8936 77.2673 23.8936C86.283 23.8936 94.9296 27.4468 101.305 33.7718C107.68 40.0967 111.261 48.6751 111.261 57.6199Z"
|
|
12
|
+
class="fill-main"
|
|
13
|
+
/>
|
|
14
|
+
<path
|
|
15
|
+
opacity="0.2"
|
|
16
|
+
d="M136.095 124.224C126.775 127.497 77.5 133.042 77.5 133.042C77.5 133.042 85.0982 118.615 94.4187 115.342C103.739 112.069 120.62 111.401 132.131 113.853C143.643 116.305 145.441 120.951 136.095 124.224Z"
|
|
17
|
+
fill="#BDC7CE"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
opacity="0.2"
|
|
21
|
+
d="M55.8235 54.3399C55.8222 47.9693 57.6395 41.7286 61.0652 36.3404C64.4908 30.9521 69.3846 26.6366 75.18 23.8936C66.542 24.4208 58.432 28.1967 52.5033 34.4516C46.5746 40.7065 43.2736 48.9694 43.2734 57.5556C43.2734 76.1681 77.2673 132.996 77.2673 132.996C77.2673 132.996 80.2493 128.018 84.4499 120.519C74.8688 103.617 55.8235 68.2832 55.8235 54.3399Z"
|
|
22
|
+
fill="#BDC7CE"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M111.261 57.6199C111.261 76.2452 77.2673 133.073 77.2673 133.073C77.2673 133.073 43.2734 76.2452 43.2734 57.6199C43.2734 48.6751 46.855 40.0967 53.2301 33.7718C59.6051 27.4468 68.2515 23.8936 77.2673 23.8936C86.283 23.8936 94.9296 27.4468 101.305 33.7718C107.68 40.0967 111.261 48.6751 111.261 57.6199V57.6199Z"
|
|
26
|
+
stroke="#9DA3AC"
|
|
27
|
+
stroke-width="1.29167"
|
|
28
|
+
stroke-miterlimit="10"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M91.775 57.6201C91.775 60.4668 90.9241 63.2497 89.33 65.6167C87.7358 67.9837 85.47 69.8285 82.819 70.9179C80.1681 72.0073 77.2512 72.2924 74.437 71.737C71.6228 71.1816 69.0377 69.8108 67.0088 67.7978C64.9798 65.7849 63.598 63.2202 63.0383 60.4281C62.4785 57.636 62.7659 54.742 63.8639 52.1119C64.962 49.4818 66.8214 47.2339 69.2072 45.6523C71.593 44.0707 74.3978 43.2266 77.2672 43.2266C81.1138 43.23 84.802 44.7475 87.522 47.4461C90.2419 50.1446 91.7715 53.8037 91.775 57.6201Z"
|
|
32
|
+
class="fill-main"
|
|
33
|
+
stroke="#9DA3AC"
|
|
34
|
+
stroke-width="1.29167"
|
|
35
|
+
stroke-miterlimit="10"
|
|
36
|
+
/>
|
|
37
|
+
</svg>
|
|
38
|
+
</template>
|
|
@@ -1,105 +1,105 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg class="dark:hidden" width="140" height="140" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<circle cx="70" cy="70" r="70" fill="url(#paint0_radial_1496_21807)"/>
|
|
4
|
-
<g filter="url(#filter0_f_1496_21807)">
|
|
5
|
-
<ellipse cx="70.0001" cy="117.133" rx="37.3333" ry="7" fill="#3DA6FF" fill-opacity="0.14"/>
|
|
6
|
-
</g>
|
|
7
|
-
<path d="M61.9997 67.333L56.3997 89.733L65.1997 84.133L61.9997 67.333Z" fill="url(#paint1_linear_1496_21807)"/>
|
|
8
|
-
<path d="M78 67.333L83.6 89.733L74.8 84.133L78 67.333Z" fill="url(#paint2_linear_1496_21807)"/>
|
|
9
|
-
<path d="M70 73.7334C83.2548 73.7334 94 62.9882 94 49.7334C94 36.4786 83.2548 25.7334 70 25.7334C56.7452 25.7334 46 36.4786 46 49.7334C46 62.9882 56.7452 73.7334 70 73.7334Z" fill="url(#paint3_linear_1496_21807)"/>
|
|
10
|
-
<path d="M69.9999 67.3329C79.7201 67.3329 87.5999 59.4531 87.5999 49.7329C87.5999 40.0127 79.7201 32.1329 69.9999 32.1329C60.2797 32.1329 52.3999 40.0127 52.3999 49.7329C52.3999 59.4531 60.2797 67.3329 69.9999 67.3329Z" fill="url(#paint4_linear_1496_21807)"/>
|
|
11
|
-
<path d="M69.9998 37.7334L72.9598 45.6534L81.4398 46.0534L74.7998 51.2534L77.0398 59.4134L69.9998 54.7734L62.9598 59.4134L65.1998 51.2534L58.5598 46.0534L67.0398 45.6534L69.9998 37.7334Z" fill="url(#paint5_linear_1496_21807)"/>
|
|
12
|
-
<g opacity="0.4" filter="url(#filter1_f_1496_21807)">
|
|
13
|
-
<path d="M59.6001 47.3332C64.0184 47.3332 67.6001 44.826 67.6001 41.7332C67.6001 38.6404 64.0184 36.1332 59.6001 36.1332C55.1818 36.1332 51.6001 38.6404 51.6001 41.7332C51.6001 44.826 55.1818 47.3332 59.6001 47.3332Z" fill="white"/>
|
|
14
|
-
</g>
|
|
15
|
-
<defs>
|
|
16
|
-
<filter id="filter0_f_1496_21807" x="27.0667" y="104.533" width="85.8667" height="25.2" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
17
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
18
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
19
|
-
<feGaussianBlur stdDeviation="2.8" result="effect1_foregroundBlur_1496_21807"/>
|
|
20
|
-
</filter>
|
|
21
|
-
<filter id="filter1_f_1496_21807" x="45.4724" y="30.0055" width="28.2553" height="23.4553" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
22
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
23
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
24
|
-
<feGaussianBlur stdDeviation="3.06383" result="effect1_foregroundBlur_1496_21807"/>
|
|
25
|
-
</filter>
|
|
26
|
-
<radialGradient id="paint0_radial_1496_21807" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(70 70) scale(70)">
|
|
27
|
-
<stop stop-color="#B3DCFF" stop-opacity="0.62"/>
|
|
28
|
-
<stop offset="0.6" stop-color="#DBEFFF" stop-opacity="0.4"/>
|
|
29
|
-
<stop offset="1" stop-color="#F0F8FF" stop-opacity="0"/>
|
|
30
|
-
</radialGradient>
|
|
31
|
-
<linearGradient id="paint1_linear_1496_21807" x1="56.3997" y1="67.333" x2="56.3997" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
32
|
-
<stop stop-color="#3DA6FF"/>
|
|
33
|
-
<stop offset="1" stop-color="#068DFF"/>
|
|
34
|
-
</linearGradient>
|
|
35
|
-
<linearGradient id="paint2_linear_1496_21807" x1="74.8" y1="67.333" x2="74.8" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
36
|
-
<stop stop-color="#3DA6FF"/>
|
|
37
|
-
<stop offset="1" stop-color="#068DFF"/>
|
|
38
|
-
</linearGradient>
|
|
39
|
-
<linearGradient id="paint3_linear_1496_21807" x1="46" y1="25.7334" x2="46" y2="73.7334" gradientUnits="userSpaceOnUse">
|
|
40
|
-
<stop stop-color="#8EC5FF"/>
|
|
41
|
-
<stop offset="1" stop-color="#3DA6FF"/>
|
|
42
|
-
</linearGradient>
|
|
43
|
-
<linearGradient id="paint4_linear_1496_21807" x1="52.3999" y1="32.1329" x2="52.3999" y2="67.3329" gradientUnits="userSpaceOnUse">
|
|
44
|
-
<stop stop-color="white"/>
|
|
45
|
-
<stop offset="1" stop-color="#E4F1FF"/>
|
|
46
|
-
</linearGradient>
|
|
47
|
-
<linearGradient id="paint5_linear_1496_21807" x1="58.5598" y1="37.7334" x2="58.5598" y2="59.4134" gradientUnits="userSpaceOnUse">
|
|
48
|
-
<stop stop-color="#FFE08A"/>
|
|
49
|
-
<stop offset="1" stop-color="#F5B400"/>
|
|
50
|
-
</linearGradient>
|
|
51
|
-
</defs>
|
|
52
|
-
</svg>
|
|
53
|
-
<svg class="hidden dark:block" width="140" height="140" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
54
|
-
<circle cx="70" cy="70" r="70" fill="url(#paint0_radial_2009_2571)"/>
|
|
55
|
-
<g filter="url(#filter0_f_2009_2571)">
|
|
56
|
-
<ellipse cx="70.0001" cy="117.133" rx="37.3333" ry="7" fill="#278BFF" fill-opacity="0.22"/>
|
|
57
|
-
</g>
|
|
58
|
-
<path d="M61.9997 67.333L56.3997 89.733L65.1997 84.133L61.9997 67.333Z" fill="url(#paint1_linear_2009_2571)"/>
|
|
59
|
-
<path d="M78 67.333L83.6 89.733L74.8 84.133L78 67.333Z" fill="url(#paint2_linear_2009_2571)"/>
|
|
60
|
-
<path d="M70 73.7334C83.2548 73.7334 94 62.9882 94 49.7334C94 36.4786 83.2548 25.7334 70 25.7334C56.7452 25.7334 46 36.4786 46 49.7334C46 62.9882 56.7452 73.7334 70 73.7334Z" fill="url(#paint3_linear_2009_2571)"/>
|
|
61
|
-
<path d="M69.9999 67.3328C79.7201 67.3328 87.5999 59.453 87.5999 49.7328C87.5999 40.0126 79.7201 32.1328 69.9999 32.1328C60.2797 32.1328 52.3999 40.0126 52.3999 49.7328C52.3999 59.453 60.2797 67.3328 69.9999 67.3328Z" fill="url(#paint4_linear_2009_2571)"/>
|
|
62
|
-
<path d="M69.9998 37.7334L72.9598 45.6534L81.4398 46.0534L74.7998 51.2534L77.0398 59.4134L69.9998 54.7734L62.9598 59.4134L65.1998 51.2534L58.5598 46.0534L67.0398 45.6534L69.9998 37.7334Z" fill="url(#paint5_linear_2009_2571)"/>
|
|
63
|
-
<g opacity="0.4" filter="url(#filter1_f_2009_2571)">
|
|
64
|
-
<path d="M59.6001 47.3333C64.0184 47.3333 67.6001 44.8261 67.6001 41.7333C67.6001 38.6405 64.0184 36.1333 59.6001 36.1333C55.1818 36.1333 51.6001 38.6405 51.6001 41.7333C51.6001 44.8261 55.1818 47.3333 59.6001 47.3333Z" fill="white"/>
|
|
65
|
-
</g>
|
|
66
|
-
<defs>
|
|
67
|
-
<filter id="filter0_f_2009_2571" x="27.0667" y="104.533" width="85.8667" height="25.2" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
68
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
69
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
70
|
-
<feGaussianBlur stdDeviation="2.8" result="effect1_foregroundBlur_2009_2571"/>
|
|
71
|
-
</filter>
|
|
72
|
-
<filter id="filter1_f_2009_2571" x="45.4724" y="30.0056" width="28.2553" height="23.4555" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
73
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
74
|
-
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
75
|
-
<feGaussianBlur stdDeviation="3.06383" result="effect1_foregroundBlur_2009_2571"/>
|
|
76
|
-
</filter>
|
|
77
|
-
<radialGradient id="paint0_radial_2009_2571" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(70 70) scale(70)">
|
|
78
|
-
<stop stop-color="#278BFF" stop-opacity="0.42"/>
|
|
79
|
-
<stop offset="0.58" stop-color="#278BFF" stop-opacity="0.16"/>
|
|
80
|
-
<stop offset="1" stop-color="#278BFF" stop-opacity="0"/>
|
|
81
|
-
</radialGradient>
|
|
82
|
-
<linearGradient id="paint1_linear_2009_2571" x1="56.3997" y1="67.333" x2="56.3997" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
83
|
-
<stop stop-color="#3DA6FF"/>
|
|
84
|
-
<stop offset="1" stop-color="#068DFF"/>
|
|
85
|
-
</linearGradient>
|
|
86
|
-
<linearGradient id="paint2_linear_2009_2571" x1="74.8" y1="67.333" x2="74.8" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
87
|
-
<stop stop-color="#3DA6FF"/>
|
|
88
|
-
<stop offset="1" stop-color="#068DFF"/>
|
|
89
|
-
</linearGradient>
|
|
90
|
-
<linearGradient id="paint3_linear_2009_2571" x1="46" y1="25.7334" x2="46" y2="73.7334" gradientUnits="userSpaceOnUse">
|
|
91
|
-
<stop stop-color="#8EC5FF"/>
|
|
92
|
-
<stop offset="1" stop-color="#3DA6FF"/>
|
|
93
|
-
</linearGradient>
|
|
94
|
-
<linearGradient id="paint4_linear_2009_2571" x1="52.3999" y1="32.1328" x2="52.3999" y2="67.3328" gradientUnits="userSpaceOnUse">
|
|
95
|
-
<stop stop-color="white"/>
|
|
96
|
-
<stop offset="1" stop-color="#E4F1FF"/>
|
|
97
|
-
</linearGradient>
|
|
98
|
-
<linearGradient id="paint5_linear_2009_2571" x1="58.5598" y1="37.7334" x2="58.5598" y2="59.4134" gradientUnits="userSpaceOnUse">
|
|
99
|
-
<stop stop-color="#FFE08A"/>
|
|
100
|
-
<stop offset="1" stop-color="#F5B400"/>
|
|
101
|
-
</linearGradient>
|
|
102
|
-
</defs>
|
|
103
|
-
</svg>
|
|
104
|
-
|
|
105
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg class="dark:hidden" width="140" height="140" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<circle cx="70" cy="70" r="70" fill="url(#paint0_radial_1496_21807)"/>
|
|
4
|
+
<g filter="url(#filter0_f_1496_21807)">
|
|
5
|
+
<ellipse cx="70.0001" cy="117.133" rx="37.3333" ry="7" fill="#3DA6FF" fill-opacity="0.14"/>
|
|
6
|
+
</g>
|
|
7
|
+
<path d="M61.9997 67.333L56.3997 89.733L65.1997 84.133L61.9997 67.333Z" fill="url(#paint1_linear_1496_21807)"/>
|
|
8
|
+
<path d="M78 67.333L83.6 89.733L74.8 84.133L78 67.333Z" fill="url(#paint2_linear_1496_21807)"/>
|
|
9
|
+
<path d="M70 73.7334C83.2548 73.7334 94 62.9882 94 49.7334C94 36.4786 83.2548 25.7334 70 25.7334C56.7452 25.7334 46 36.4786 46 49.7334C46 62.9882 56.7452 73.7334 70 73.7334Z" fill="url(#paint3_linear_1496_21807)"/>
|
|
10
|
+
<path d="M69.9999 67.3329C79.7201 67.3329 87.5999 59.4531 87.5999 49.7329C87.5999 40.0127 79.7201 32.1329 69.9999 32.1329C60.2797 32.1329 52.3999 40.0127 52.3999 49.7329C52.3999 59.4531 60.2797 67.3329 69.9999 67.3329Z" fill="url(#paint4_linear_1496_21807)"/>
|
|
11
|
+
<path d="M69.9998 37.7334L72.9598 45.6534L81.4398 46.0534L74.7998 51.2534L77.0398 59.4134L69.9998 54.7734L62.9598 59.4134L65.1998 51.2534L58.5598 46.0534L67.0398 45.6534L69.9998 37.7334Z" fill="url(#paint5_linear_1496_21807)"/>
|
|
12
|
+
<g opacity="0.4" filter="url(#filter1_f_1496_21807)">
|
|
13
|
+
<path d="M59.6001 47.3332C64.0184 47.3332 67.6001 44.826 67.6001 41.7332C67.6001 38.6404 64.0184 36.1332 59.6001 36.1332C55.1818 36.1332 51.6001 38.6404 51.6001 41.7332C51.6001 44.826 55.1818 47.3332 59.6001 47.3332Z" fill="white"/>
|
|
14
|
+
</g>
|
|
15
|
+
<defs>
|
|
16
|
+
<filter id="filter0_f_1496_21807" x="27.0667" y="104.533" width="85.8667" height="25.2" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
17
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
18
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
19
|
+
<feGaussianBlur stdDeviation="2.8" result="effect1_foregroundBlur_1496_21807"/>
|
|
20
|
+
</filter>
|
|
21
|
+
<filter id="filter1_f_1496_21807" x="45.4724" y="30.0055" width="28.2553" height="23.4553" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
22
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
23
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
24
|
+
<feGaussianBlur stdDeviation="3.06383" result="effect1_foregroundBlur_1496_21807"/>
|
|
25
|
+
</filter>
|
|
26
|
+
<radialGradient id="paint0_radial_1496_21807" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(70 70) scale(70)">
|
|
27
|
+
<stop stop-color="#B3DCFF" stop-opacity="0.62"/>
|
|
28
|
+
<stop offset="0.6" stop-color="#DBEFFF" stop-opacity="0.4"/>
|
|
29
|
+
<stop offset="1" stop-color="#F0F8FF" stop-opacity="0"/>
|
|
30
|
+
</radialGradient>
|
|
31
|
+
<linearGradient id="paint1_linear_1496_21807" x1="56.3997" y1="67.333" x2="56.3997" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
32
|
+
<stop stop-color="#3DA6FF"/>
|
|
33
|
+
<stop offset="1" stop-color="#068DFF"/>
|
|
34
|
+
</linearGradient>
|
|
35
|
+
<linearGradient id="paint2_linear_1496_21807" x1="74.8" y1="67.333" x2="74.8" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
36
|
+
<stop stop-color="#3DA6FF"/>
|
|
37
|
+
<stop offset="1" stop-color="#068DFF"/>
|
|
38
|
+
</linearGradient>
|
|
39
|
+
<linearGradient id="paint3_linear_1496_21807" x1="46" y1="25.7334" x2="46" y2="73.7334" gradientUnits="userSpaceOnUse">
|
|
40
|
+
<stop stop-color="#8EC5FF"/>
|
|
41
|
+
<stop offset="1" stop-color="#3DA6FF"/>
|
|
42
|
+
</linearGradient>
|
|
43
|
+
<linearGradient id="paint4_linear_1496_21807" x1="52.3999" y1="32.1329" x2="52.3999" y2="67.3329" gradientUnits="userSpaceOnUse">
|
|
44
|
+
<stop stop-color="white"/>
|
|
45
|
+
<stop offset="1" stop-color="#E4F1FF"/>
|
|
46
|
+
</linearGradient>
|
|
47
|
+
<linearGradient id="paint5_linear_1496_21807" x1="58.5598" y1="37.7334" x2="58.5598" y2="59.4134" gradientUnits="userSpaceOnUse">
|
|
48
|
+
<stop stop-color="#FFE08A"/>
|
|
49
|
+
<stop offset="1" stop-color="#F5B400"/>
|
|
50
|
+
</linearGradient>
|
|
51
|
+
</defs>
|
|
52
|
+
</svg>
|
|
53
|
+
<svg class="hidden dark:block" width="140" height="140" viewBox="0 0 140 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
54
|
+
<circle cx="70" cy="70" r="70" fill="url(#paint0_radial_2009_2571)"/>
|
|
55
|
+
<g filter="url(#filter0_f_2009_2571)">
|
|
56
|
+
<ellipse cx="70.0001" cy="117.133" rx="37.3333" ry="7" fill="#278BFF" fill-opacity="0.22"/>
|
|
57
|
+
</g>
|
|
58
|
+
<path d="M61.9997 67.333L56.3997 89.733L65.1997 84.133L61.9997 67.333Z" fill="url(#paint1_linear_2009_2571)"/>
|
|
59
|
+
<path d="M78 67.333L83.6 89.733L74.8 84.133L78 67.333Z" fill="url(#paint2_linear_2009_2571)"/>
|
|
60
|
+
<path d="M70 73.7334C83.2548 73.7334 94 62.9882 94 49.7334C94 36.4786 83.2548 25.7334 70 25.7334C56.7452 25.7334 46 36.4786 46 49.7334C46 62.9882 56.7452 73.7334 70 73.7334Z" fill="url(#paint3_linear_2009_2571)"/>
|
|
61
|
+
<path d="M69.9999 67.3328C79.7201 67.3328 87.5999 59.453 87.5999 49.7328C87.5999 40.0126 79.7201 32.1328 69.9999 32.1328C60.2797 32.1328 52.3999 40.0126 52.3999 49.7328C52.3999 59.453 60.2797 67.3328 69.9999 67.3328Z" fill="url(#paint4_linear_2009_2571)"/>
|
|
62
|
+
<path d="M69.9998 37.7334L72.9598 45.6534L81.4398 46.0534L74.7998 51.2534L77.0398 59.4134L69.9998 54.7734L62.9598 59.4134L65.1998 51.2534L58.5598 46.0534L67.0398 45.6534L69.9998 37.7334Z" fill="url(#paint5_linear_2009_2571)"/>
|
|
63
|
+
<g opacity="0.4" filter="url(#filter1_f_2009_2571)">
|
|
64
|
+
<path d="M59.6001 47.3333C64.0184 47.3333 67.6001 44.8261 67.6001 41.7333C67.6001 38.6405 64.0184 36.1333 59.6001 36.1333C55.1818 36.1333 51.6001 38.6405 51.6001 41.7333C51.6001 44.8261 55.1818 47.3333 59.6001 47.3333Z" fill="white"/>
|
|
65
|
+
</g>
|
|
66
|
+
<defs>
|
|
67
|
+
<filter id="filter0_f_2009_2571" x="27.0667" y="104.533" width="85.8667" height="25.2" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
68
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
69
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
70
|
+
<feGaussianBlur stdDeviation="2.8" result="effect1_foregroundBlur_2009_2571"/>
|
|
71
|
+
</filter>
|
|
72
|
+
<filter id="filter1_f_2009_2571" x="45.4724" y="30.0056" width="28.2553" height="23.4555" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
73
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
74
|
+
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
|
75
|
+
<feGaussianBlur stdDeviation="3.06383" result="effect1_foregroundBlur_2009_2571"/>
|
|
76
|
+
</filter>
|
|
77
|
+
<radialGradient id="paint0_radial_2009_2571" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(70 70) scale(70)">
|
|
78
|
+
<stop stop-color="#278BFF" stop-opacity="0.42"/>
|
|
79
|
+
<stop offset="0.58" stop-color="#278BFF" stop-opacity="0.16"/>
|
|
80
|
+
<stop offset="1" stop-color="#278BFF" stop-opacity="0"/>
|
|
81
|
+
</radialGradient>
|
|
82
|
+
<linearGradient id="paint1_linear_2009_2571" x1="56.3997" y1="67.333" x2="56.3997" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
83
|
+
<stop stop-color="#3DA6FF"/>
|
|
84
|
+
<stop offset="1" stop-color="#068DFF"/>
|
|
85
|
+
</linearGradient>
|
|
86
|
+
<linearGradient id="paint2_linear_2009_2571" x1="74.8" y1="67.333" x2="74.8" y2="89.733" gradientUnits="userSpaceOnUse">
|
|
87
|
+
<stop stop-color="#3DA6FF"/>
|
|
88
|
+
<stop offset="1" stop-color="#068DFF"/>
|
|
89
|
+
</linearGradient>
|
|
90
|
+
<linearGradient id="paint3_linear_2009_2571" x1="46" y1="25.7334" x2="46" y2="73.7334" gradientUnits="userSpaceOnUse">
|
|
91
|
+
<stop stop-color="#8EC5FF"/>
|
|
92
|
+
<stop offset="1" stop-color="#3DA6FF"/>
|
|
93
|
+
</linearGradient>
|
|
94
|
+
<linearGradient id="paint4_linear_2009_2571" x1="52.3999" y1="32.1328" x2="52.3999" y2="67.3328" gradientUnits="userSpaceOnUse">
|
|
95
|
+
<stop stop-color="white"/>
|
|
96
|
+
<stop offset="1" stop-color="#E4F1FF"/>
|
|
97
|
+
</linearGradient>
|
|
98
|
+
<linearGradient id="paint5_linear_2009_2571" x1="58.5598" y1="37.7334" x2="58.5598" y2="59.4134" gradientUnits="userSpaceOnUse">
|
|
99
|
+
<stop stop-color="#FFE08A"/>
|
|
100
|
+
<stop offset="1" stop-color="#F5B400"/>
|
|
101
|
+
</linearGradient>
|
|
102
|
+
</defs>
|
|
103
|
+
</svg>
|
|
104
|
+
|
|
105
|
+
</template>
|