adata-ui 2.1.41-beta.2 → 2.1.41-beta.21
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 -583
- 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 +67 -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 -116
- 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 -0
- package/components/elements/select/AGroupSelectV2.vue +592 -0
- package/components/elements/select/ASelect.vue +448 -448
- package/components/elements/select/ASelectMobile.vue +186 -186
- package/components/elements/select/ASelectV2.vue +513 -580
- package/components/elements/select/cascade-utils.ts +115 -0
- package/components/elements/select/types.ts +27 -0
- package/components/elements/select/ui/cascade-drawer.vue +146 -0
- package/components/elements/select/ui/cascade-panel.vue +237 -0
- 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 -0
- 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 +160 -125
- package/components/elements/step-slider/AStepSliderColCard.vue +266 -270
- package/components/elements/step-slider/AStepSliderColNumber.vue +199 -199
- package/components/elements/step-slider/AStepSliderRowCard.vue +197 -0
- 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 -63
- package/components/features/lang-switcher/lang-switcher.vue +160 -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 +162 -158
- package/components/features/payment/process/PaymentTopUpSidePanel.vue +134 -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 -186
- package/components/forms/input/AInputV2.vue +580 -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/password/AInputPasswordV2.vue +72 -0
- 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/password/APasswordRequirements.vue +50 -0
- 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 +176 -182
- package/components/modals/id/IdConfirmSuccessfulModal.vue +44 -41
- package/components/modals/id/IdLoginModal.vue +370 -336
- package/components/modals/id/IdModals.vue +171 -125
- package/components/modals/id/IdNewPasswordModal.vue +172 -129
- package/components/modals/id/IdOtpInput.vue +156 -156
- package/components/modals/id/IdPasswordSuccessfulModal.vue +25 -25
- package/components/modals/id/IdRecoveryModal.vue +133 -117
- package/components/modals/id/IdRegistrationModal.vue +260 -215
- package/components/modals/id/IdResetPasswordOtpModal.vue +145 -159
- package/components/modals/id/IdTwoFactorModal.vue +111 -126
- package/components/navigation/README.md +1 -1
- package/components/navigation/bottom-navigation/ABottomNavigation.vue +112 -106
- package/components/navigation/bottom-navigation/types.ts +6 -0
- 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 -237
- 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 +53 -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 +129 -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 -335
- package/components/overlays/modal/AModal.vue +335 -335
- package/components/overlays/modal/AModalV2.vue +401 -400
- 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 +535 -519
- package/composables/useIdModals.ts +36 -36
- package/composables/usePayment.ts +81 -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/ai-diamond-unfilled.vue +26 -0
- package/icons/ai/ai-diamond.vue +11 -0
- 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 -0
- 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 -0
- 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-org.vue +15 -0
- 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/calendar2.vue +23 -0
- package/icons/car-avto.vue +19 -0
- package/icons/car-front.vue +21 -0
- 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-piece.vue +6 -0
- 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-check.vue +18 -0
- package/icons/clipboard-list.vue +3 -3
- package/icons/clipboard-text.vue +7 -7
- package/icons/clock-outline.vue +3 -3
- package/icons/clock-rotate-ccw.vue +7 -0
- 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/cog.vue +29 -0
- 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/credit-card.vue +17 -0
- package/icons/crown.vue +6 -0
- 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/factory.vue +7 -0
- package/icons/favourite-bookmark-outline.vue +17 -17
- package/icons/file/file-check-corner.vue +3 -3
- package/icons/file/file-scan.vue +5 -0
- 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/folder.vue +15 -0
- package/icons/file-download.vue +8 -0
- 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/filter2.vue +22 -0
- package/icons/flag.vue +7 -7
- package/icons/flask-conical.vue +3 -3
- package/icons/folder-open.vue +3 -3
- package/icons/funnel.vue +5 -0
- 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 +19 -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/heart-pulse.vue +6 -0
- 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-checks.vue +3 -0
- 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 +19 -34
- package/icons/main-filter.vue +10 -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-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/qr-code.vue +25 -0
- package/icons/radio/radio-check.vue +8 -8
- package/icons/radio/radio-empty.vue +10 -10
- package/icons/receipt-text.vue +19 -0
- package/icons/receipt.vue +8 -8
- package/icons/recycle.vue +10 -0
- package/icons/refresh-cw.vue +8 -0
- package/icons/reply.vue +15 -0
- 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/shuffle.vue +3 -0
- package/icons/siren.vue +23 -0
- 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/store.vue +7 -0
- package/icons/sun.vue +25 -25
- package/icons/sviazi.vue +5 -5
- package/icons/tag.vue +30 -30
- package/icons/target.vue +7 -0
- 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/trees.vue +8 -0
- package/icons/triangle-alert.vue +3 -3
- package/icons/triangle.vue +10 -10
- package/icons/trophy.vue +10 -0
- package/icons/truck.vue +7 -7
- package/icons/upload.vue +16 -0
- package/icons/user-plus.vue +3 -0
- package/icons/user-square.vue +14 -14
- package/icons/user-x.vue +11 -0
- package/icons/user-xmark.vue +10 -0
- 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/wallet.vue +6 -0
- 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 +19 -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 -0
- package/illustrations/notes-sticky.vue +20 -0
- 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 -0
- package/illustrations/scheme-waypoints.vue +25 -0
- 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 +911 -877
- package/lang/kk.ts +913 -879
- package/lang/ru.ts +913 -879
- package/layouts/default.vue +13 -13
- package/nuxt.config.ts +119 -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/server/middleware/color-mode-cookie.ts +58 -0
- package/shared/constans/pages.ts +96 -96
- package/tsconfig.json +6 -6
- package/utils/apiErrorMessage.ts +22 -0
- package/utils/getMaxZindex.ts +25 -25
- package/utils/localizedNavigation.ts +36 -36
- package/utils/passwordRules.ts +20 -0
- package/utils/toCssSize.ts +11 -0
- package/utils/twMerge.ts +34 -34
- package/vitest.config.ts +14 -14
- package/.claude/settings.local.json +0 -19
|
@@ -1,221 +1,221 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none">
|
|
3
|
-
<path d="M-3 7.53831V8.61521H18.9994V7.53831H6.75007H-3Z" fill="white" />
|
|
4
|
-
<path d="M18.9994 8.61521H-3V9.69225H19L18.9994 8.61521Z" fill="#B22234" />
|
|
5
|
-
<path d="M19 10.7692H-3V11.8461H19V10.7692Z" fill="#B22234" />
|
|
6
|
-
<path d="M19 6.46155H6.74993L6.75007 7.53831H18.9994L19 6.46155Z" fill="#B22234" />
|
|
7
|
-
<path d="M19 12.9231H-3V14H19V12.9231Z" fill="#B22234" />
|
|
8
|
-
<path d="M19 11.8461H-3V12.9231H19V11.8461Z" fill="white" />
|
|
9
|
-
<path d="M19 9.69225H-3V10.7692H19V9.69225Z" fill="white" />
|
|
10
|
-
<path d="M19 2.1538H6.74993V3.23071H19V2.1538Z" fill="#B22234" />
|
|
11
|
-
<path d="M19 0H6.74993V1.0769H19V0Z" fill="#B22234" />
|
|
12
|
-
<path d="M19 5.38451H6.74993V6.46155H19V5.38451Z" fill="white" />
|
|
13
|
-
<path d="M19 1.0769H6.74993V2.1538H19V1.0769Z" fill="white" />
|
|
14
|
-
<path d="M19 4.30761H6.74993V5.38451H19V4.30761Z" fill="#B22234" />
|
|
15
|
-
<path d="M19 3.23071H6.74993V4.30761H19V3.23071Z" fill="white" />
|
|
16
|
-
<path
|
|
17
|
-
d="M6.74993 6.46155V0H-3V7.53831H6.75007L6.74993 6.46155ZM-1.96413 7.15248L-2.18766 6.97498L-2.41118 7.15248L-2.32576 6.86535L-2.54928 6.68785H-2.27309L-2.23779 6.5691L-2.23002 6.54325L-2.18766 6.40072L-2.1453 6.54325L-2.13753 6.5691L-2.10223 6.68785H-1.82604L-2.04956 6.86535L-1.96413 7.15248ZM-2.04956 5.36156L-2.04278 5.38451L-2.01426 5.48017L-2.00664 5.50616L-1.96413 5.64869L-2.14374 5.50616L-2.17636 5.48017L-2.18766 5.47132L-2.19896 5.48017L-2.23157 5.50616L-2.41118 5.64869L-2.36882 5.50616L-2.33253 5.38451L-2.32576 5.36156L-2.54928 5.1842H-2.27309L-2.18766 4.89707L-2.10223 5.1842H-1.82604L-2.04956 5.36156ZM-2.04956 3.85791L-1.96413 4.14504L-2.18766 3.96767L-2.41118 4.14504L-2.32576 3.85791L-2.54928 3.68054H-2.27309L-2.18766 3.39342L-2.10223 3.68054H-1.82604L-2.04956 3.85791ZM-2.00297 2.31721L-2.04956 2.35425L-1.96413 2.64138L-2.18766 2.46388L-2.41118 2.64138L-2.32576 2.35425L-2.37235 2.31721L-2.54928 2.17675H-2.27309L-2.26617 2.1538L-2.18766 1.88962L-2.10915 2.1538L-2.10223 2.17675H-1.82604L-2.00297 2.31721ZM-2.04956 0.850462L-1.96413 1.13773L-2.18766 0.960088L-2.41118 1.13773L-2.32576 0.850462L-2.54928 0.67296H-2.27309L-2.18766 0.385832L-2.10223 0.67296H-1.82604L-2.04956 0.850462ZM-1.14572 6.40045L-1.3691 6.22294L-1.59263 6.40045L-1.5072 6.11332L-1.73087 5.93582H-1.45453L-1.3691 5.64869L-1.28382 5.93582H-1.00748L-1.23101 6.11332L-1.14572 6.40045ZM-1.02146 4.44322L-1.23101 4.60966L-1.14572 4.89665L-1.3691 4.71929L-1.59263 4.89665L-1.5072 4.60966L-1.71689 4.44322L-1.73087 4.43216H-1.45453L-1.45016 4.41723L-1.3691 4.14504L-1.2882 4.41723L-1.28382 4.43216H-1.00748L-1.02146 4.44322ZM-1.23101 3.10601L-1.1573 3.35429L-1.14953 3.38028L-1.14572 3.39314L-1.1621 3.38028L-1.19472 3.35429L-1.3691 3.21578L-1.38803 3.23071L-1.54363 3.35429L-1.57625 3.38028L-1.59263 3.39314L-1.58882 3.38028L-1.58105 3.35429L-1.5072 3.10601L-1.73087 2.92865H-1.45453L-1.3691 2.64152L-1.28382 2.92865H-1.00748L-1.23101 3.10601ZM-1.23101 1.60222L-1.14572 1.88935L-1.3691 1.71185L-1.59263 1.88935L-1.5072 1.60222L-1.73087 1.42472H-1.45453L-1.40384 1.25427L-1.39607 1.22841L-1.3691 1.13773L-1.34228 1.22841L-1.33451 1.25427L-1.28382 1.42472H-1.00748L-1.23101 1.60222ZM-0.33917 7.15248L-0.562553 6.97498L-0.786077 7.15248L-0.700791 6.86535L-0.924174 6.68785H-0.647981L-0.61268 6.5691L-0.604914 6.54325L-0.562553 6.40072L-0.520192 6.54325L-0.512567 6.5691L-0.477266 6.68785H-0.201073L-0.424456 6.86535L-0.33917 7.15248ZM-0.424456 5.36156L-0.417679 5.38451L-0.389156 5.48017L-0.381531 5.50616L-0.33917 5.64869L-0.562553 5.47132L-0.786077 5.64869L-0.743716 5.50616L-0.73595 5.48017L-0.707569 5.38451L-0.700791 5.36156L-0.924174 5.1842H-0.647981L-0.562553 4.89707L-0.477266 5.1842H-0.201073L-0.424456 5.36156ZM-0.424456 3.85791L-0.33917 4.14504L-0.562553 3.96767L-0.786077 4.14504L-0.700791 3.85791L-0.924174 3.68054H-0.647981L-0.562553 3.39342L-0.477266 3.68054H-0.201073L-0.424456 3.85791ZM-0.345242 2.29135L-0.377859 2.31721L-0.424456 2.35425L-0.33917 2.64138L-0.562553 2.46388L-0.786077 2.64138L-0.700791 2.35425L-0.747247 2.31721L-0.780006 2.29135L-0.924174 2.17675H-0.647981L-0.641203 2.1538L-0.562553 1.88962L-0.484044 2.1538L-0.477266 2.17675H-0.201073L-0.345242 2.29135ZM-0.424456 0.850462L-0.357103 1.0769L-0.33917 1.13773L-0.562553 0.960088L-0.786077 1.13773L-0.700791 0.850462L-0.924174 0.67296H-0.647981L-0.562553 0.385832L-0.477266 0.67296H-0.201073L-0.424456 0.850462ZM0.479384 6.40045L0.25586 6.22294L0.0324764 6.40045L0.117763 6.11332L-0.10562 5.93582H0.170573L0.25586 5.64869L0.341288 5.93582H0.617481L0.393956 6.11332L0.479384 6.40045ZM0.603643 4.44322L0.393956 4.60966L0.479384 4.89665L0.25586 4.71929L0.0324764 4.89665L0.117763 4.60966L-0.0919232 4.44322L-0.10562 4.43216H0.170573L0.174951 4.41723L0.25586 4.14504L0.304292 4.30761L0.336769 4.41723L0.341288 4.43216H0.617481L0.603643 4.44322ZM0.393956 3.10601L0.467806 3.35429L0.475572 3.38028L0.479384 3.39314L0.274781 3.23071L0.25586 3.21578L0.0813329 3.35429L0.0487151 3.38028L0.0324764 3.39314L0.0362892 3.38028L0.0440555 3.35429L0.117763 3.10601L-0.10562 2.92865H0.170573L0.25586 2.64152L0.341288 2.92865H0.617481L0.393956 3.10601ZM0.393956 1.60222L0.479384 1.88935L0.25586 1.71185L0.0324764 1.88935L0.117763 1.60222L-0.10562 1.42472H0.170573L0.221124 1.25427L0.22889 1.22841L0.25586 1.13773L0.28283 1.22841L0.290596 1.25427L0.341288 1.42472H0.617481L0.393956 1.60222ZM1.28594 7.15248L1.06241 6.97498L0.839029 7.15248L0.924315 6.86535L0.70079 6.68785H0.977125L1.01243 6.5691L1.02019 6.54325L1.04448 6.46155L1.06241 6.40072L1.10477 6.54325L1.11254 6.5691L1.14784 6.68785H1.42403L1.20051 6.86535L1.28594 7.15248ZM1.20051 5.36156L1.20743 5.38451L1.23581 5.48017L1.24358 5.50616L1.28594 5.64869L1.10633 5.50616L1.07371 5.48017L1.06241 5.47132L0.839029 5.64869L0.881389 5.50616L0.889014 5.48017L0.917537 5.38451L0.924315 5.36156L0.70079 5.1842H0.977125L1.06241 4.89707L1.14784 5.1842H1.42403L1.20051 5.36156ZM1.20051 3.85791L1.28594 4.14504L1.06241 3.96767L0.839029 4.14504L0.924315 3.85791L0.70079 3.68054H0.977125L1.06241 3.39342L1.14784 3.68054H1.42403L1.20051 3.85791ZM1.24711 2.31721L1.20051 2.35425L1.28594 2.64138L1.06241 2.46388L0.839029 2.64138L0.924315 2.35425L0.877859 2.31721L0.8451 2.29135L0.70079 2.17675H0.977125L0.983903 2.1538L1.06241 1.88962L1.14106 2.1538L1.14784 2.17675H1.42403L1.24711 2.31721ZM1.20051 0.850462L1.28594 1.13773L1.06241 0.960088L0.839029 1.13773L0.924315 0.850462L0.70079 0.67296H0.977125L1.06241 0.385832L1.14784 0.67296H1.42403L1.20051 0.850462ZM2.10449 6.40045L1.88097 6.22294L1.65744 6.40045L1.74287 6.11332L1.51934 5.93582H1.79568L1.88097 5.64869L1.96639 5.93582H2.24259L2.01906 6.11332L2.10449 6.40045ZM2.22875 4.44322L2.01906 4.60966L2.10449 4.89665L1.88097 4.71929L1.65744 4.89665L1.74287 4.60966L1.53318 4.44322L1.51934 4.43216H1.79568L1.79992 4.41723L1.83267 4.30761L1.88097 4.14504L1.96187 4.41723L1.96639 4.43216H2.24259L2.22875 4.44322ZM2.01906 3.10601L2.09291 3.35429L2.10054 3.38028L2.10449 3.39314L2.08811 3.38028L2.05549 3.35429L1.89989 3.23071L1.88097 3.21578L1.86204 3.23071L1.70644 3.35429L1.67382 3.38028L1.65744 3.39314L1.66139 3.38028L1.66902 3.35429L1.74287 3.10601L1.51934 2.92865H1.79568L1.88097 2.64152L1.96639 2.92865H2.24259L2.01906 3.10601ZM2.01906 1.60222L2.10449 1.88935L1.88097 1.71185L1.65744 1.88935L1.74287 1.60222L1.51934 1.42472H1.79568L1.84623 1.25427L1.854 1.22841L1.88097 1.13773L1.90794 1.22841L1.91556 1.25427L1.96639 1.42472H2.24259L2.01906 1.60222ZM2.91104 7.15248L2.68752 6.97498L2.46399 7.15248L2.54942 6.86535L2.3259 6.68785H2.60209L2.63739 6.5691L2.64516 6.54325L2.68752 6.40072L2.72988 6.54325L2.7375 6.5691L2.7728 6.68785H3.04914L2.82561 6.86535L2.91104 7.15248ZM2.82561 5.36156L2.83253 5.38451L2.86092 5.48017L2.86854 5.50616L2.91104 5.64869L2.73143 5.50616L2.69881 5.48017L2.68752 5.47132L2.46399 5.64869L2.50635 5.50616L2.54264 5.38451L2.54942 5.36156L2.3259 5.1842H2.60209L2.68752 4.89707L2.7728 5.1842H3.04914L2.82561 5.36156ZM2.82561 3.85791L2.91104 4.14504L2.68752 3.96767L2.46399 4.14504L2.54942 3.85791L2.3259 3.68054H2.60209L2.68752 3.39342L2.7728 3.68054H3.04914L2.82561 3.85791ZM2.87221 2.31721L2.82561 2.35425L2.91104 2.64138L2.68752 2.46388L2.46399 2.64138L2.54942 2.35425L2.50282 2.31721L2.3259 2.17675H2.60209L2.60901 2.1538L2.68752 1.88962L2.76603 2.1538L2.7728 2.17675H3.04914L2.87221 2.31721ZM2.82561 0.850462L2.91104 1.13773L2.68752 0.960088L2.46399 1.13773L2.54942 0.850462L2.3259 0.67296H2.60209L2.68752 0.385832L2.7728 0.67296H3.04914L2.82561 0.850462ZM3.72945 6.40045L3.50607 6.22294L3.28255 6.40045L3.36797 6.11332L3.14445 5.93582H3.42064L3.50607 5.64869L3.59136 5.93582H3.86769L3.64417 6.11332L3.72945 6.40045ZM3.85371 4.44322L3.64417 4.60966L3.72945 4.89665L3.50607 4.71929L3.28255 4.89665L3.36797 4.60966L3.15829 4.44322L3.14445 4.43216H3.42064L3.42516 4.41723L3.45764 4.30761L3.50607 4.14504L3.58698 4.41723L3.59136 4.43216H3.86769L3.85371 4.44322ZM3.64417 3.10601L3.71788 3.35429L3.72564 3.38028L3.72945 3.39314L3.50607 3.21578L3.48715 3.23071L3.33154 3.35429L3.29893 3.38028L3.28255 3.39314L3.28636 3.38028L3.29413 3.35429L3.36797 3.10601L3.14445 2.92865H3.42064L3.50607 2.64152L3.59136 2.92865H3.86769L3.64417 3.10601ZM3.64417 1.60222L3.72945 1.88935L3.50607 1.71185L3.28255 1.88935L3.36797 1.60222L3.14445 1.42472H3.42064L3.47134 1.25427L3.4791 1.22841L3.50607 1.13773L3.53304 1.22841L3.54067 1.25427L3.59136 1.42472H3.86769L3.64417 1.60222ZM4.53601 7.15248L4.31262 6.97498L4.0891 7.15248L4.17439 6.86535L3.951 6.68785H4.2272L4.2625 6.5691L4.27026 6.54325L4.31262 6.40072L4.35498 6.54325L4.36261 6.5691L4.39791 6.68785H4.67424L4.45072 6.86535L4.53601 7.15248ZM4.45072 5.36156L4.4575 5.38451L4.48602 5.48017L4.49365 5.50616L4.53601 5.64869L4.3564 5.50616L4.32378 5.48017L4.31262 5.47132L4.30133 5.48017L4.26871 5.50616L4.0891 5.64869L4.13146 5.50616L4.13923 5.48017L4.16761 5.38451L4.17439 5.36156L3.951 5.1842H4.2272L4.31262 4.89707L4.39791 5.1842H4.67424L4.45072 5.36156ZM4.45072 3.85791L4.53601 4.14504L4.31262 3.96767L4.0891 4.14504L4.17439 3.85791L3.951 3.68054H4.2272L4.31262 3.39342L4.39791 3.68054H4.67424L4.45072 3.85791ZM4.49732 2.31721L4.45072 2.35425L4.53601 2.64138L4.31262 2.46388L4.0891 2.64138L4.17439 2.35425L4.12793 2.31721L3.951 2.17675H4.2272L4.23411 2.1538L4.31262 1.88962L4.39113 2.1538L4.39791 2.17675H4.67424L4.49732 2.31721ZM4.45072 0.850462L4.51807 1.0769L4.53601 1.13773L4.31262 0.960088L4.0891 1.13773L4.17439 0.850462L3.951 0.67296H4.2272L4.31262 0.385832L4.39791 0.67296H4.67424L4.45072 0.850462ZM5.35456 6.40045L5.13104 6.22294L4.90765 6.40045L4.99294 6.11332L4.76941 5.93582H5.04575L5.13104 5.64869L5.21646 5.93582H5.49266L5.26913 6.11332L5.35456 6.40045ZM5.47882 4.44322L5.26913 4.60966L5.35456 4.89665L5.13104 4.71929L4.90765 4.89665L4.99294 4.60966L4.78325 4.44322L4.76941 4.43216H5.04575L5.05013 4.41723L5.13104 4.14504L5.21209 4.41723L5.21646 4.43216H5.49266L5.47882 4.44322ZM5.26913 3.10601L5.34298 3.35429L5.35075 3.38028L5.35456 3.39314L5.33818 3.38028L5.30556 3.35429L5.14996 3.23071L5.13104 3.21578L4.95651 3.35429L4.92389 3.38028L4.90765 3.39314L4.91147 3.38028L4.91909 3.35429L4.95594 3.23071L4.99294 3.10601L4.76941 2.92865H5.04575L5.13104 2.64152L5.21646 2.92865H5.49266L5.26913 3.10601ZM5.26913 1.60222L5.35456 1.88935L5.13104 1.71185L4.90765 1.88935L4.99294 1.60222L4.76941 1.42472H5.04575L5.0963 1.25427L5.10407 1.22841L5.13104 1.13773L5.15801 1.22841L5.16577 1.25427L5.21646 1.42472H5.49266L5.26913 1.60222ZM6.16111 7.15248L5.93759 6.97498L5.7142 7.15248L5.79949 6.86535L5.57597 6.68785H5.8523L5.8876 6.5691L5.89523 6.54325L5.91965 6.46155L5.93759 6.40072L5.97995 6.54325L5.98771 6.5691L6.02302 6.68785H6.29935L6.07583 6.86535L6.16111 7.15248ZM6.07583 5.36156L6.0826 5.38451L6.11099 5.48017L6.11875 5.50616L6.16111 5.64869L5.9815 5.50616L5.94888 5.48017L5.93759 5.47132L5.7142 5.64869L5.75657 5.50616L5.76419 5.48017L5.79271 5.38451L5.79949 5.36156L5.57597 5.1842H5.8523L5.93759 4.89707L6.02302 5.1842H6.29935L6.07583 5.36156ZM6.07583 3.85791L6.16111 4.14504L5.93759 3.96767L5.7142 4.14504L5.79949 3.85791L5.57597 3.68054H5.8523L5.93759 3.39342L6.02302 3.68054H6.29935L6.07583 3.85791ZM6.12228 2.31721L6.07583 2.35425L6.16111 2.64138L5.93759 2.46388L5.7142 2.64138L5.79949 2.35425L5.75304 2.31721L5.57597 2.17675H5.8523L5.85908 2.1538L5.93759 1.88962L6.01624 2.1538L6.02302 2.17675H6.29935L6.12228 2.31721ZM6.07583 0.850462L6.16111 1.13773L5.93759 0.960088L5.7142 1.13773L5.79949 0.850462L5.57597 0.67296H5.8523L5.93759 0.385832L6.02302 0.67296H6.29935L6.07583 0.850462Z"
|
|
18
|
-
fill="#3C3B6E"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
d="M-2.10223 6.68785L-2.13753 6.5691L-2.1453 6.54325L-2.18766 6.40072L-2.23002 6.54325L-2.23779 6.5691L-2.27309 6.68785H-2.54928L-2.32576 6.86535L-2.41118 7.15248L-2.18766 6.97498L-1.96413 7.15248L-2.04956 6.86535L-1.82604 6.68785H-2.10223Z"
|
|
22
|
-
fill="white"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M-0.477266 6.68785L-0.512567 6.5691L-0.520192 6.54325L-0.562553 6.40072L-0.604914 6.54325L-0.61268 6.5691L-0.647981 6.68785H-0.924174L-0.700791 6.86535L-0.786077 7.15248L-0.562553 6.97498L-0.33917 7.15248L-0.424456 6.86535L-0.201073 6.68785H-0.477266Z"
|
|
26
|
-
fill="white"
|
|
27
|
-
/>
|
|
28
|
-
<path
|
|
29
|
-
d="M1.14784 6.68785L1.11254 6.5691L1.10477 6.54325L1.06241 6.40072L1.04448 6.46155L1.02019 6.54325L1.01243 6.5691L0.977125 6.68785H0.70079L0.924315 6.86535L0.839029 7.15248L1.06241 6.97498L1.28594 7.15248L1.20051 6.86535L1.42403 6.68785H1.14784Z"
|
|
30
|
-
fill="white"
|
|
31
|
-
/>
|
|
32
|
-
<path
|
|
33
|
-
d="M2.7728 6.68785L2.7375 6.5691L2.72988 6.54325L2.68752 6.40072L2.64516 6.54325L2.63739 6.5691L2.60209 6.68785H2.3259L2.54942 6.86535L2.46399 7.15248L2.68752 6.97498L2.91104 7.15248L2.82561 6.86535L3.04914 6.68785H2.7728Z"
|
|
34
|
-
fill="white"
|
|
35
|
-
/>
|
|
36
|
-
<path
|
|
37
|
-
d="M4.39791 6.68785L4.36261 6.5691L4.35498 6.54325L4.31262 6.40072L4.27026 6.54325L4.2625 6.5691L4.2272 6.68785H3.951L4.17439 6.86535L4.0891 7.15248L4.31262 6.97498L4.53601 7.15248L4.45072 6.86535L4.67424 6.68785H4.39791Z"
|
|
38
|
-
fill="white"
|
|
39
|
-
/>
|
|
40
|
-
<path
|
|
41
|
-
d="M6.02302 6.68785L5.98771 6.5691L5.97995 6.54325L5.93759 6.40072L5.91965 6.46155L5.89523 6.54325L5.8876 6.5691L5.8523 6.68785H5.57597L5.79949 6.86535L5.7142 7.15248L5.93759 6.97498L6.16111 7.15248L6.07583 6.86535L6.29935 6.68785H6.02302Z"
|
|
42
|
-
fill="white"
|
|
43
|
-
/>
|
|
44
|
-
<path
|
|
45
|
-
d="M-2.18766 4.89707L-2.27309 5.1842H-2.54928L-2.32576 5.36156L-2.33253 5.38451L-2.36882 5.50616L-2.41118 5.64869L-2.23157 5.50616L-2.19896 5.48017L-2.18766 5.47132L-2.17636 5.48017L-2.14374 5.50616L-1.96413 5.64869L-2.00664 5.50616L-2.01426 5.48017L-2.04278 5.38451L-2.04956 5.36156L-1.82604 5.1842H-2.10223L-2.18766 4.89707Z"
|
|
46
|
-
fill="white"
|
|
47
|
-
/>
|
|
48
|
-
<path
|
|
49
|
-
d="M-0.562553 4.89707L-0.647981 5.1842H-0.924174L-0.700791 5.36156L-0.707569 5.38451L-0.73595 5.48017L-0.743716 5.50616L-0.786077 5.64869L-0.562553 5.47132L-0.33917 5.64869L-0.381531 5.50616L-0.389156 5.48017L-0.417679 5.38451L-0.424456 5.36156L-0.201073 5.1842H-0.477266L-0.562553 4.89707Z"
|
|
50
|
-
fill="white"
|
|
51
|
-
/>
|
|
52
|
-
<path
|
|
53
|
-
d="M1.06241 4.89707L0.977125 5.1842H0.70079L0.924315 5.36156L0.917537 5.38451L0.889014 5.48017L0.881389 5.50616L0.839029 5.64869L1.06241 5.47132L1.07371 5.48017L1.10633 5.50616L1.28594 5.64869L1.24358 5.50616L1.23581 5.48017L1.20743 5.38451L1.20051 5.36156L1.42403 5.1842H1.14784L1.06241 4.89707Z"
|
|
54
|
-
fill="white"
|
|
55
|
-
/>
|
|
56
|
-
<path
|
|
57
|
-
d="M2.68752 4.89707L2.60209 5.1842H2.3259L2.54942 5.36156L2.54264 5.38451L2.50635 5.50616L2.46399 5.64869L2.68752 5.47132L2.69881 5.48017L2.73143 5.50616L2.91104 5.64869L2.86854 5.50616L2.86092 5.48017L2.83253 5.38451L2.82561 5.36156L3.04914 5.1842H2.7728L2.68752 4.89707Z"
|
|
58
|
-
fill="white"
|
|
59
|
-
/>
|
|
60
|
-
<path
|
|
61
|
-
d="M4.31262 4.89707L4.2272 5.1842H3.951L4.17439 5.36156L4.16761 5.38451L4.13923 5.48017L4.13146 5.50616L4.0891 5.64869L4.26871 5.50616L4.30133 5.48017L4.31262 5.47132L4.32378 5.48017L4.3564 5.50616L4.53601 5.64869L4.49365 5.50616L4.48602 5.48017L4.4575 5.38451L4.45072 5.36156L4.67424 5.1842H4.39791L4.31262 4.89707Z"
|
|
62
|
-
fill="white"
|
|
63
|
-
/>
|
|
64
|
-
<path
|
|
65
|
-
d="M5.93759 4.89707L5.8523 5.1842H5.57597L5.79949 5.36156L5.79271 5.38451L5.76419 5.48017L5.75657 5.50616L5.7142 5.64869L5.93759 5.47132L5.94888 5.48017L5.9815 5.50616L6.16111 5.64869L6.11875 5.50616L6.11099 5.48017L6.0826 5.38451L6.07583 5.36156L6.29935 5.1842H6.02302L5.93759 4.89707Z"
|
|
66
|
-
fill="white"
|
|
67
|
-
/>
|
|
68
|
-
<path
|
|
69
|
-
d="M-2.18766 3.39342L-2.27309 3.68054H-2.54928L-2.32576 3.85791L-2.41118 4.14504L-2.18766 3.96767L-1.96413 4.14504L-2.04956 3.85791L-1.82604 3.68054H-2.10223L-2.18766 3.39342Z"
|
|
70
|
-
fill="white"
|
|
71
|
-
/>
|
|
72
|
-
<path
|
|
73
|
-
d="M-0.562553 3.39342L-0.647981 3.68054H-0.924174L-0.700791 3.85791L-0.786077 4.14504L-0.562553 3.96767L-0.33917 4.14504L-0.424456 3.85791L-0.201073 3.68054H-0.477266L-0.562553 3.39342Z"
|
|
74
|
-
fill="white"
|
|
75
|
-
/>
|
|
76
|
-
<path
|
|
77
|
-
d="M1.06241 3.39342L0.977125 3.68054H0.70079L0.924315 3.85791L0.839029 4.14504L1.06241 3.96767L1.28594 4.14504L1.20051 3.85791L1.42403 3.68054H1.14784L1.06241 3.39342Z"
|
|
78
|
-
fill="white"
|
|
79
|
-
/>
|
|
80
|
-
<path
|
|
81
|
-
d="M2.68752 3.39342L2.60209 3.68054H2.3259L2.54942 3.85791L2.46399 4.14504L2.68752 3.96767L2.91104 4.14504L2.82561 3.85791L3.04914 3.68054H2.7728L2.68752 3.39342Z"
|
|
82
|
-
fill="white"
|
|
83
|
-
/>
|
|
84
|
-
<path
|
|
85
|
-
d="M4.31262 3.39342L4.2272 3.68054H3.951L4.17439 3.85791L4.0891 4.14504L4.31262 3.96767L4.53601 4.14504L4.45072 3.85791L4.67424 3.68054H4.39791L4.31262 3.39342Z"
|
|
86
|
-
fill="white"
|
|
87
|
-
/>
|
|
88
|
-
<path
|
|
89
|
-
d="M5.93759 3.39342L5.8523 3.68054H5.57597L5.79949 3.85791L5.7142 4.14504L5.93759 3.96767L6.16111 4.14504L6.07583 3.85791L6.29935 3.68054H6.02302L5.93759 3.39342Z"
|
|
90
|
-
fill="white"
|
|
91
|
-
/>
|
|
92
|
-
<path
|
|
93
|
-
d="M-2.10915 2.1538L-2.18766 1.88962L-2.26617 2.1538L-2.27309 2.17675H-2.54928L-2.37235 2.31721L-2.32576 2.35425L-2.41118 2.64138L-2.18766 2.46388L-1.96413 2.64138L-2.04956 2.35425L-2.00297 2.31721L-1.82604 2.17675H-2.10223L-2.10915 2.1538Z"
|
|
94
|
-
fill="white"
|
|
95
|
-
/>
|
|
96
|
-
<path
|
|
97
|
-
d="M-0.484044 2.1538L-0.562553 1.88962L-0.641203 2.1538L-0.647981 2.17675H-0.924174L-0.780006 2.29135L-0.747247 2.31721L-0.700791 2.35425L-0.786077 2.64138L-0.562553 2.46388L-0.33917 2.64138L-0.424456 2.35425L-0.377859 2.31721L-0.345242 2.29135L-0.201073 2.17675H-0.477266L-0.484044 2.1538Z"
|
|
98
|
-
fill="white"
|
|
99
|
-
/>
|
|
100
|
-
<path
|
|
101
|
-
d="M1.14106 2.1538L1.06241 1.88962L0.983903 2.1538L0.977125 2.17675H0.70079L0.8451 2.29135L0.877859 2.31721L0.924315 2.35425L0.839029 2.64138L1.06241 2.46388L1.28594 2.64138L1.20051 2.35425L1.24711 2.31721L1.42403 2.17675H1.14784L1.14106 2.1538Z"
|
|
102
|
-
fill="white"
|
|
103
|
-
/>
|
|
104
|
-
<path
|
|
105
|
-
d="M2.76603 2.1538L2.68752 1.88962L2.60901 2.1538L2.60209 2.17675H2.3259L2.50282 2.31721L2.54942 2.35425L2.46399 2.64138L2.68752 2.46388L2.91104 2.64138L2.82561 2.35425L2.87221 2.31721L3.04914 2.17675H2.7728L2.76603 2.1538Z"
|
|
106
|
-
fill="white"
|
|
107
|
-
/>
|
|
108
|
-
<path
|
|
109
|
-
d="M4.39113 2.1538L4.31262 1.88962L4.23411 2.1538L4.2272 2.17675H3.951L4.12793 2.31721L4.17439 2.35425L4.0891 2.64138L4.31262 2.46388L4.53601 2.64138L4.45072 2.35425L4.49732 2.31721L4.67424 2.17675H4.39791L4.39113 2.1538Z"
|
|
110
|
-
fill="white"
|
|
111
|
-
/>
|
|
112
|
-
<path
|
|
113
|
-
d="M6.01624 2.1538L5.93759 1.88962L5.85908 2.1538L5.8523 2.17675H5.57597L5.75304 2.31721L5.79949 2.35425L5.7142 2.64138L5.93759 2.46388L6.16111 2.64138L6.07583 2.35425L6.12228 2.31721L6.29935 2.17675H6.02302L6.01624 2.1538Z"
|
|
114
|
-
fill="white"
|
|
115
|
-
/>
|
|
116
|
-
<path
|
|
117
|
-
d="M-1.33451 1.25427L-1.34228 1.22841L-1.3691 1.13773L-1.39607 1.22841L-1.40384 1.25427L-1.45453 1.42472H-1.73087L-1.5072 1.60222L-1.59263 1.88935L-1.3691 1.71185L-1.14572 1.88935L-1.23101 1.60222L-1.00748 1.42472H-1.28382L-1.33451 1.25427Z"
|
|
118
|
-
fill="white"
|
|
119
|
-
/>
|
|
120
|
-
<path
|
|
121
|
-
d="M0.290596 1.25427L0.28283 1.22841L0.25586 1.13773L0.22889 1.22841L0.221124 1.25427L0.170573 1.42472H-0.10562L0.117763 1.60222L0.0324764 1.88935L0.25586 1.71185L0.479384 1.88935L0.393956 1.60222L0.617481 1.42472H0.341288L0.290596 1.25427Z"
|
|
122
|
-
fill="white"
|
|
123
|
-
/>
|
|
124
|
-
<path
|
|
125
|
-
d="M1.91556 1.25427L1.90794 1.22841L1.88097 1.13773L1.854 1.22841L1.84623 1.25427L1.79568 1.42472H1.51934L1.74287 1.60222L1.65744 1.88935L1.88097 1.71185L2.10449 1.88935L2.01906 1.60222L2.24259 1.42472H1.96639L1.91556 1.25427Z"
|
|
126
|
-
fill="white"
|
|
127
|
-
/>
|
|
128
|
-
<path
|
|
129
|
-
d="M3.54067 1.25427L3.53304 1.22841L3.50607 1.13773L3.4791 1.22841L3.47134 1.25427L3.42064 1.42472H3.14445L3.36797 1.60222L3.28255 1.88935L3.50607 1.71185L3.72945 1.88935L3.64417 1.60222L3.86769 1.42472H3.59136L3.54067 1.25427Z"
|
|
130
|
-
fill="white"
|
|
131
|
-
/>
|
|
132
|
-
<path
|
|
133
|
-
d="M5.16577 1.25427L5.15801 1.22841L5.13104 1.13773L5.10407 1.22841L5.0963 1.25427L5.04575 1.42472H4.76941L4.99294 1.60222L4.90765 1.88935L5.13104 1.71185L5.35456 1.88935L5.26913 1.60222L5.49266 1.42472H5.21646L5.16577 1.25427Z"
|
|
134
|
-
fill="white"
|
|
135
|
-
/>
|
|
136
|
-
<path
|
|
137
|
-
d="M-1.3691 2.64152L-1.45453 2.92865H-1.73087L-1.5072 3.10601L-1.58105 3.35429L-1.58882 3.38028L-1.59263 3.39314L-1.57625 3.38028L-1.54363 3.35429L-1.38803 3.23071L-1.3691 3.21578L-1.19472 3.35429L-1.1621 3.38028L-1.14572 3.39314L-1.14953 3.38028L-1.1573 3.35429L-1.23101 3.10601L-1.00748 2.92865H-1.28382L-1.3691 2.64152Z"
|
|
138
|
-
fill="white"
|
|
139
|
-
/>
|
|
140
|
-
<path
|
|
141
|
-
d="M0.25586 2.64152L0.170573 2.92865H-0.10562L0.117763 3.10601L0.0440555 3.35429L0.0362892 3.38028L0.0324764 3.39314L0.0487151 3.38028L0.0813329 3.35429L0.25586 3.21578L0.274781 3.23071L0.479384 3.39314L0.475572 3.38028L0.467806 3.35429L0.393956 3.10601L0.617481 2.92865H0.341288L0.25586 2.64152Z"
|
|
142
|
-
fill="white"
|
|
143
|
-
/>
|
|
144
|
-
<path
|
|
145
|
-
d="M1.88097 2.64152L1.79568 2.92865H1.51934L1.74287 3.10601L1.66902 3.35429L1.66139 3.38028L1.65744 3.39314L1.67382 3.38028L1.70644 3.35429L1.86204 3.23071L1.88097 3.21578L1.89989 3.23071L2.05549 3.35429L2.08811 3.38028L2.10449 3.39314L2.10054 3.38028L2.09291 3.35429L2.01906 3.10601L2.24259 2.92865H1.96639L1.88097 2.64152Z"
|
|
146
|
-
fill="white"
|
|
147
|
-
/>
|
|
148
|
-
<path
|
|
149
|
-
d="M3.50607 2.64152L3.42064 2.92865H3.14445L3.36797 3.10601L3.29413 3.35429L3.28636 3.38028L3.28255 3.39314L3.29893 3.38028L3.33154 3.35429L3.48715 3.23071L3.50607 3.21578L3.72945 3.39314L3.72564 3.38028L3.71788 3.35429L3.64417 3.10601L3.86769 2.92865H3.59136L3.50607 2.64152Z"
|
|
150
|
-
fill="white"
|
|
151
|
-
/>
|
|
152
|
-
<path
|
|
153
|
-
d="M5.13104 2.64152L5.04575 2.92865H4.76941L4.99294 3.10601L4.95594 3.23071L4.91909 3.35429L4.91147 3.38028L4.90765 3.39314L4.92389 3.38028L4.95651 3.35429L5.13104 3.21578L5.14996 3.23071L5.30556 3.35429L5.33818 3.38028L5.35456 3.39314L5.35075 3.38028L5.34298 3.35429L5.26913 3.10601L5.49266 2.92865H5.21646L5.13104 2.64152Z"
|
|
154
|
-
fill="white"
|
|
155
|
-
/>
|
|
156
|
-
<path
|
|
157
|
-
d="M-1.2882 4.41723L-1.3691 4.14504L-1.45016 4.41723L-1.45453 4.43216H-1.73087L-1.71689 4.44322L-1.5072 4.60966L-1.59263 4.89665L-1.3691 4.71929L-1.14572 4.89665L-1.23101 4.60966L-1.02146 4.44322L-1.00748 4.43216H-1.28382L-1.2882 4.41723Z"
|
|
158
|
-
fill="white"
|
|
159
|
-
/>
|
|
160
|
-
<path
|
|
161
|
-
d="M0.336769 4.41723L0.304292 4.30761L0.25586 4.14504L0.174951 4.41723L0.170573 4.43216H-0.10562L-0.0919232 4.44322L0.117763 4.60966L0.0324764 4.89665L0.25586 4.71929L0.479384 4.89665L0.393956 4.60966L0.603643 4.44322L0.617481 4.43216H0.341288L0.336769 4.41723Z"
|
|
162
|
-
fill="white"
|
|
163
|
-
/>
|
|
164
|
-
<path
|
|
165
|
-
d="M1.96187 4.41723L1.88097 4.14504L1.83267 4.30761L1.79992 4.41723L1.79568 4.43216H1.51934L1.53318 4.44322L1.74287 4.60966L1.65744 4.89665L1.88097 4.71929L2.10449 4.89665L2.01906 4.60966L2.22875 4.44322L2.24259 4.43216H1.96639L1.96187 4.41723Z"
|
|
166
|
-
fill="white"
|
|
167
|
-
/>
|
|
168
|
-
<path
|
|
169
|
-
d="M3.58698 4.41723L3.50607 4.14504L3.45764 4.30761L3.42516 4.41723L3.42064 4.43216H3.14445L3.15829 4.44322L3.36797 4.60966L3.28255 4.89665L3.50607 4.71929L3.72945 4.89665L3.64417 4.60966L3.85371 4.44322L3.86769 4.43216H3.59136L3.58698 4.41723Z"
|
|
170
|
-
fill="white"
|
|
171
|
-
/>
|
|
172
|
-
<path
|
|
173
|
-
d="M5.21209 4.41723L5.13104 4.14504L5.05013 4.41723L5.04575 4.43216H4.76941L4.78325 4.44322L4.99294 4.60966L4.90765 4.89665L5.13104 4.71929L5.35456 4.89665L5.26913 4.60966L5.47882 4.44322L5.49266 4.43216H5.21646L5.21209 4.41723Z"
|
|
174
|
-
fill="white"
|
|
175
|
-
/>
|
|
176
|
-
<path
|
|
177
|
-
d="M-1.28382 5.93582L-1.3691 5.64869L-1.45453 5.93582H-1.73087L-1.5072 6.11332L-1.59263 6.40045L-1.3691 6.22294L-1.14572 6.40045L-1.23101 6.11332L-1.00748 5.93582H-1.28382Z"
|
|
178
|
-
fill="white"
|
|
179
|
-
/>
|
|
180
|
-
<path
|
|
181
|
-
d="M0.341288 5.93582L0.25586 5.64869L0.170573 5.93582H-0.10562L0.117763 6.11332L0.0324764 6.40045L0.25586 6.22294L0.479384 6.40045L0.393956 6.11332L0.617481 5.93582H0.341288Z"
|
|
182
|
-
fill="white"
|
|
183
|
-
/>
|
|
184
|
-
<path
|
|
185
|
-
d="M1.96639 5.93582L1.88097 5.64869L1.79568 5.93582H1.51934L1.74287 6.11332L1.65744 6.40045L1.88097 6.22294L2.10449 6.40045L2.01906 6.11332L2.24259 5.93582H1.96639Z"
|
|
186
|
-
fill="white"
|
|
187
|
-
/>
|
|
188
|
-
<path
|
|
189
|
-
d="M3.59136 5.93582L3.50607 5.64869L3.42064 5.93582H3.14445L3.36797 6.11332L3.28255 6.40045L3.50607 6.22294L3.72945 6.40045L3.64417 6.11332L3.86769 5.93582H3.59136Z"
|
|
190
|
-
fill="white"
|
|
191
|
-
/>
|
|
192
|
-
<path
|
|
193
|
-
d="M5.21646 5.93582L5.13104 5.64869L5.04575 5.93582H4.76941L4.99294 6.11332L4.90765 6.40045L5.13104 6.22294L5.35456 6.40045L5.26913 6.11332L5.49266 5.93582H5.21646Z"
|
|
194
|
-
fill="white"
|
|
195
|
-
/>
|
|
196
|
-
<path
|
|
197
|
-
d="M-2.18766 0.385832L-2.27309 0.67296H-2.54928L-2.32576 0.850462L-2.41118 1.13773L-2.18766 0.960088L-1.96413 1.13773L-2.04956 0.850462L-1.82604 0.67296H-2.10223L-2.18766 0.385832Z"
|
|
198
|
-
fill="white"
|
|
199
|
-
/>
|
|
200
|
-
<path
|
|
201
|
-
d="M-0.562553 0.385832L-0.647981 0.67296H-0.924174L-0.700791 0.850462L-0.786077 1.13773L-0.562553 0.960088L-0.33917 1.13773L-0.357103 1.0769L-0.424456 0.850462L-0.201073 0.67296H-0.477266L-0.562553 0.385832Z"
|
|
202
|
-
fill="white"
|
|
203
|
-
/>
|
|
204
|
-
<path
|
|
205
|
-
d="M1.06241 0.385832L0.977125 0.67296H0.70079L0.924315 0.850462L0.839029 1.13773L1.06241 0.960088L1.28594 1.13773L1.20051 0.850462L1.42403 0.67296H1.14784L1.06241 0.385832Z"
|
|
206
|
-
fill="white"
|
|
207
|
-
/>
|
|
208
|
-
<path
|
|
209
|
-
d="M2.68752 0.385832L2.60209 0.67296H2.3259L2.54942 0.850462L2.46399 1.13773L2.68752 0.960088L2.91104 1.13773L2.82561 0.850462L3.04914 0.67296H2.7728L2.68752 0.385832Z"
|
|
210
|
-
fill="white"
|
|
211
|
-
/>
|
|
212
|
-
<path
|
|
213
|
-
d="M4.31262 0.385832L4.2272 0.67296H3.951L4.17439 0.850462L4.0891 1.13773L4.31262 0.960088L4.53601 1.13773L4.51807 1.0769L4.45072 0.850462L4.67424 0.67296H4.39791L4.31262 0.385832Z"
|
|
214
|
-
fill="white"
|
|
215
|
-
/>
|
|
216
|
-
<path
|
|
217
|
-
d="M5.93759 0.385832L5.8523 0.67296H5.57597L5.79949 0.850462L5.7142 1.13773L5.93759 0.960088L6.16111 1.13773L6.07583 0.850462L6.29935 0.67296H6.02302L5.93759 0.385832Z"
|
|
218
|
-
fill="white"
|
|
219
|
-
/>
|
|
220
|
-
</svg>
|
|
221
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none">
|
|
3
|
+
<path d="M-3 7.53831V8.61521H18.9994V7.53831H6.75007H-3Z" fill="white" />
|
|
4
|
+
<path d="M18.9994 8.61521H-3V9.69225H19L18.9994 8.61521Z" fill="#B22234" />
|
|
5
|
+
<path d="M19 10.7692H-3V11.8461H19V10.7692Z" fill="#B22234" />
|
|
6
|
+
<path d="M19 6.46155H6.74993L6.75007 7.53831H18.9994L19 6.46155Z" fill="#B22234" />
|
|
7
|
+
<path d="M19 12.9231H-3V14H19V12.9231Z" fill="#B22234" />
|
|
8
|
+
<path d="M19 11.8461H-3V12.9231H19V11.8461Z" fill="white" />
|
|
9
|
+
<path d="M19 9.69225H-3V10.7692H19V9.69225Z" fill="white" />
|
|
10
|
+
<path d="M19 2.1538H6.74993V3.23071H19V2.1538Z" fill="#B22234" />
|
|
11
|
+
<path d="M19 0H6.74993V1.0769H19V0Z" fill="#B22234" />
|
|
12
|
+
<path d="M19 5.38451H6.74993V6.46155H19V5.38451Z" fill="white" />
|
|
13
|
+
<path d="M19 1.0769H6.74993V2.1538H19V1.0769Z" fill="white" />
|
|
14
|
+
<path d="M19 4.30761H6.74993V5.38451H19V4.30761Z" fill="#B22234" />
|
|
15
|
+
<path d="M19 3.23071H6.74993V4.30761H19V3.23071Z" fill="white" />
|
|
16
|
+
<path
|
|
17
|
+
d="M6.74993 6.46155V0H-3V7.53831H6.75007L6.74993 6.46155ZM-1.96413 7.15248L-2.18766 6.97498L-2.41118 7.15248L-2.32576 6.86535L-2.54928 6.68785H-2.27309L-2.23779 6.5691L-2.23002 6.54325L-2.18766 6.40072L-2.1453 6.54325L-2.13753 6.5691L-2.10223 6.68785H-1.82604L-2.04956 6.86535L-1.96413 7.15248ZM-2.04956 5.36156L-2.04278 5.38451L-2.01426 5.48017L-2.00664 5.50616L-1.96413 5.64869L-2.14374 5.50616L-2.17636 5.48017L-2.18766 5.47132L-2.19896 5.48017L-2.23157 5.50616L-2.41118 5.64869L-2.36882 5.50616L-2.33253 5.38451L-2.32576 5.36156L-2.54928 5.1842H-2.27309L-2.18766 4.89707L-2.10223 5.1842H-1.82604L-2.04956 5.36156ZM-2.04956 3.85791L-1.96413 4.14504L-2.18766 3.96767L-2.41118 4.14504L-2.32576 3.85791L-2.54928 3.68054H-2.27309L-2.18766 3.39342L-2.10223 3.68054H-1.82604L-2.04956 3.85791ZM-2.00297 2.31721L-2.04956 2.35425L-1.96413 2.64138L-2.18766 2.46388L-2.41118 2.64138L-2.32576 2.35425L-2.37235 2.31721L-2.54928 2.17675H-2.27309L-2.26617 2.1538L-2.18766 1.88962L-2.10915 2.1538L-2.10223 2.17675H-1.82604L-2.00297 2.31721ZM-2.04956 0.850462L-1.96413 1.13773L-2.18766 0.960088L-2.41118 1.13773L-2.32576 0.850462L-2.54928 0.67296H-2.27309L-2.18766 0.385832L-2.10223 0.67296H-1.82604L-2.04956 0.850462ZM-1.14572 6.40045L-1.3691 6.22294L-1.59263 6.40045L-1.5072 6.11332L-1.73087 5.93582H-1.45453L-1.3691 5.64869L-1.28382 5.93582H-1.00748L-1.23101 6.11332L-1.14572 6.40045ZM-1.02146 4.44322L-1.23101 4.60966L-1.14572 4.89665L-1.3691 4.71929L-1.59263 4.89665L-1.5072 4.60966L-1.71689 4.44322L-1.73087 4.43216H-1.45453L-1.45016 4.41723L-1.3691 4.14504L-1.2882 4.41723L-1.28382 4.43216H-1.00748L-1.02146 4.44322ZM-1.23101 3.10601L-1.1573 3.35429L-1.14953 3.38028L-1.14572 3.39314L-1.1621 3.38028L-1.19472 3.35429L-1.3691 3.21578L-1.38803 3.23071L-1.54363 3.35429L-1.57625 3.38028L-1.59263 3.39314L-1.58882 3.38028L-1.58105 3.35429L-1.5072 3.10601L-1.73087 2.92865H-1.45453L-1.3691 2.64152L-1.28382 2.92865H-1.00748L-1.23101 3.10601ZM-1.23101 1.60222L-1.14572 1.88935L-1.3691 1.71185L-1.59263 1.88935L-1.5072 1.60222L-1.73087 1.42472H-1.45453L-1.40384 1.25427L-1.39607 1.22841L-1.3691 1.13773L-1.34228 1.22841L-1.33451 1.25427L-1.28382 1.42472H-1.00748L-1.23101 1.60222ZM-0.33917 7.15248L-0.562553 6.97498L-0.786077 7.15248L-0.700791 6.86535L-0.924174 6.68785H-0.647981L-0.61268 6.5691L-0.604914 6.54325L-0.562553 6.40072L-0.520192 6.54325L-0.512567 6.5691L-0.477266 6.68785H-0.201073L-0.424456 6.86535L-0.33917 7.15248ZM-0.424456 5.36156L-0.417679 5.38451L-0.389156 5.48017L-0.381531 5.50616L-0.33917 5.64869L-0.562553 5.47132L-0.786077 5.64869L-0.743716 5.50616L-0.73595 5.48017L-0.707569 5.38451L-0.700791 5.36156L-0.924174 5.1842H-0.647981L-0.562553 4.89707L-0.477266 5.1842H-0.201073L-0.424456 5.36156ZM-0.424456 3.85791L-0.33917 4.14504L-0.562553 3.96767L-0.786077 4.14504L-0.700791 3.85791L-0.924174 3.68054H-0.647981L-0.562553 3.39342L-0.477266 3.68054H-0.201073L-0.424456 3.85791ZM-0.345242 2.29135L-0.377859 2.31721L-0.424456 2.35425L-0.33917 2.64138L-0.562553 2.46388L-0.786077 2.64138L-0.700791 2.35425L-0.747247 2.31721L-0.780006 2.29135L-0.924174 2.17675H-0.647981L-0.641203 2.1538L-0.562553 1.88962L-0.484044 2.1538L-0.477266 2.17675H-0.201073L-0.345242 2.29135ZM-0.424456 0.850462L-0.357103 1.0769L-0.33917 1.13773L-0.562553 0.960088L-0.786077 1.13773L-0.700791 0.850462L-0.924174 0.67296H-0.647981L-0.562553 0.385832L-0.477266 0.67296H-0.201073L-0.424456 0.850462ZM0.479384 6.40045L0.25586 6.22294L0.0324764 6.40045L0.117763 6.11332L-0.10562 5.93582H0.170573L0.25586 5.64869L0.341288 5.93582H0.617481L0.393956 6.11332L0.479384 6.40045ZM0.603643 4.44322L0.393956 4.60966L0.479384 4.89665L0.25586 4.71929L0.0324764 4.89665L0.117763 4.60966L-0.0919232 4.44322L-0.10562 4.43216H0.170573L0.174951 4.41723L0.25586 4.14504L0.304292 4.30761L0.336769 4.41723L0.341288 4.43216H0.617481L0.603643 4.44322ZM0.393956 3.10601L0.467806 3.35429L0.475572 3.38028L0.479384 3.39314L0.274781 3.23071L0.25586 3.21578L0.0813329 3.35429L0.0487151 3.38028L0.0324764 3.39314L0.0362892 3.38028L0.0440555 3.35429L0.117763 3.10601L-0.10562 2.92865H0.170573L0.25586 2.64152L0.341288 2.92865H0.617481L0.393956 3.10601ZM0.393956 1.60222L0.479384 1.88935L0.25586 1.71185L0.0324764 1.88935L0.117763 1.60222L-0.10562 1.42472H0.170573L0.221124 1.25427L0.22889 1.22841L0.25586 1.13773L0.28283 1.22841L0.290596 1.25427L0.341288 1.42472H0.617481L0.393956 1.60222ZM1.28594 7.15248L1.06241 6.97498L0.839029 7.15248L0.924315 6.86535L0.70079 6.68785H0.977125L1.01243 6.5691L1.02019 6.54325L1.04448 6.46155L1.06241 6.40072L1.10477 6.54325L1.11254 6.5691L1.14784 6.68785H1.42403L1.20051 6.86535L1.28594 7.15248ZM1.20051 5.36156L1.20743 5.38451L1.23581 5.48017L1.24358 5.50616L1.28594 5.64869L1.10633 5.50616L1.07371 5.48017L1.06241 5.47132L0.839029 5.64869L0.881389 5.50616L0.889014 5.48017L0.917537 5.38451L0.924315 5.36156L0.70079 5.1842H0.977125L1.06241 4.89707L1.14784 5.1842H1.42403L1.20051 5.36156ZM1.20051 3.85791L1.28594 4.14504L1.06241 3.96767L0.839029 4.14504L0.924315 3.85791L0.70079 3.68054H0.977125L1.06241 3.39342L1.14784 3.68054H1.42403L1.20051 3.85791ZM1.24711 2.31721L1.20051 2.35425L1.28594 2.64138L1.06241 2.46388L0.839029 2.64138L0.924315 2.35425L0.877859 2.31721L0.8451 2.29135L0.70079 2.17675H0.977125L0.983903 2.1538L1.06241 1.88962L1.14106 2.1538L1.14784 2.17675H1.42403L1.24711 2.31721ZM1.20051 0.850462L1.28594 1.13773L1.06241 0.960088L0.839029 1.13773L0.924315 0.850462L0.70079 0.67296H0.977125L1.06241 0.385832L1.14784 0.67296H1.42403L1.20051 0.850462ZM2.10449 6.40045L1.88097 6.22294L1.65744 6.40045L1.74287 6.11332L1.51934 5.93582H1.79568L1.88097 5.64869L1.96639 5.93582H2.24259L2.01906 6.11332L2.10449 6.40045ZM2.22875 4.44322L2.01906 4.60966L2.10449 4.89665L1.88097 4.71929L1.65744 4.89665L1.74287 4.60966L1.53318 4.44322L1.51934 4.43216H1.79568L1.79992 4.41723L1.83267 4.30761L1.88097 4.14504L1.96187 4.41723L1.96639 4.43216H2.24259L2.22875 4.44322ZM2.01906 3.10601L2.09291 3.35429L2.10054 3.38028L2.10449 3.39314L2.08811 3.38028L2.05549 3.35429L1.89989 3.23071L1.88097 3.21578L1.86204 3.23071L1.70644 3.35429L1.67382 3.38028L1.65744 3.39314L1.66139 3.38028L1.66902 3.35429L1.74287 3.10601L1.51934 2.92865H1.79568L1.88097 2.64152L1.96639 2.92865H2.24259L2.01906 3.10601ZM2.01906 1.60222L2.10449 1.88935L1.88097 1.71185L1.65744 1.88935L1.74287 1.60222L1.51934 1.42472H1.79568L1.84623 1.25427L1.854 1.22841L1.88097 1.13773L1.90794 1.22841L1.91556 1.25427L1.96639 1.42472H2.24259L2.01906 1.60222ZM2.91104 7.15248L2.68752 6.97498L2.46399 7.15248L2.54942 6.86535L2.3259 6.68785H2.60209L2.63739 6.5691L2.64516 6.54325L2.68752 6.40072L2.72988 6.54325L2.7375 6.5691L2.7728 6.68785H3.04914L2.82561 6.86535L2.91104 7.15248ZM2.82561 5.36156L2.83253 5.38451L2.86092 5.48017L2.86854 5.50616L2.91104 5.64869L2.73143 5.50616L2.69881 5.48017L2.68752 5.47132L2.46399 5.64869L2.50635 5.50616L2.54264 5.38451L2.54942 5.36156L2.3259 5.1842H2.60209L2.68752 4.89707L2.7728 5.1842H3.04914L2.82561 5.36156ZM2.82561 3.85791L2.91104 4.14504L2.68752 3.96767L2.46399 4.14504L2.54942 3.85791L2.3259 3.68054H2.60209L2.68752 3.39342L2.7728 3.68054H3.04914L2.82561 3.85791ZM2.87221 2.31721L2.82561 2.35425L2.91104 2.64138L2.68752 2.46388L2.46399 2.64138L2.54942 2.35425L2.50282 2.31721L2.3259 2.17675H2.60209L2.60901 2.1538L2.68752 1.88962L2.76603 2.1538L2.7728 2.17675H3.04914L2.87221 2.31721ZM2.82561 0.850462L2.91104 1.13773L2.68752 0.960088L2.46399 1.13773L2.54942 0.850462L2.3259 0.67296H2.60209L2.68752 0.385832L2.7728 0.67296H3.04914L2.82561 0.850462ZM3.72945 6.40045L3.50607 6.22294L3.28255 6.40045L3.36797 6.11332L3.14445 5.93582H3.42064L3.50607 5.64869L3.59136 5.93582H3.86769L3.64417 6.11332L3.72945 6.40045ZM3.85371 4.44322L3.64417 4.60966L3.72945 4.89665L3.50607 4.71929L3.28255 4.89665L3.36797 4.60966L3.15829 4.44322L3.14445 4.43216H3.42064L3.42516 4.41723L3.45764 4.30761L3.50607 4.14504L3.58698 4.41723L3.59136 4.43216H3.86769L3.85371 4.44322ZM3.64417 3.10601L3.71788 3.35429L3.72564 3.38028L3.72945 3.39314L3.50607 3.21578L3.48715 3.23071L3.33154 3.35429L3.29893 3.38028L3.28255 3.39314L3.28636 3.38028L3.29413 3.35429L3.36797 3.10601L3.14445 2.92865H3.42064L3.50607 2.64152L3.59136 2.92865H3.86769L3.64417 3.10601ZM3.64417 1.60222L3.72945 1.88935L3.50607 1.71185L3.28255 1.88935L3.36797 1.60222L3.14445 1.42472H3.42064L3.47134 1.25427L3.4791 1.22841L3.50607 1.13773L3.53304 1.22841L3.54067 1.25427L3.59136 1.42472H3.86769L3.64417 1.60222ZM4.53601 7.15248L4.31262 6.97498L4.0891 7.15248L4.17439 6.86535L3.951 6.68785H4.2272L4.2625 6.5691L4.27026 6.54325L4.31262 6.40072L4.35498 6.54325L4.36261 6.5691L4.39791 6.68785H4.67424L4.45072 6.86535L4.53601 7.15248ZM4.45072 5.36156L4.4575 5.38451L4.48602 5.48017L4.49365 5.50616L4.53601 5.64869L4.3564 5.50616L4.32378 5.48017L4.31262 5.47132L4.30133 5.48017L4.26871 5.50616L4.0891 5.64869L4.13146 5.50616L4.13923 5.48017L4.16761 5.38451L4.17439 5.36156L3.951 5.1842H4.2272L4.31262 4.89707L4.39791 5.1842H4.67424L4.45072 5.36156ZM4.45072 3.85791L4.53601 4.14504L4.31262 3.96767L4.0891 4.14504L4.17439 3.85791L3.951 3.68054H4.2272L4.31262 3.39342L4.39791 3.68054H4.67424L4.45072 3.85791ZM4.49732 2.31721L4.45072 2.35425L4.53601 2.64138L4.31262 2.46388L4.0891 2.64138L4.17439 2.35425L4.12793 2.31721L3.951 2.17675H4.2272L4.23411 2.1538L4.31262 1.88962L4.39113 2.1538L4.39791 2.17675H4.67424L4.49732 2.31721ZM4.45072 0.850462L4.51807 1.0769L4.53601 1.13773L4.31262 0.960088L4.0891 1.13773L4.17439 0.850462L3.951 0.67296H4.2272L4.31262 0.385832L4.39791 0.67296H4.67424L4.45072 0.850462ZM5.35456 6.40045L5.13104 6.22294L4.90765 6.40045L4.99294 6.11332L4.76941 5.93582H5.04575L5.13104 5.64869L5.21646 5.93582H5.49266L5.26913 6.11332L5.35456 6.40045ZM5.47882 4.44322L5.26913 4.60966L5.35456 4.89665L5.13104 4.71929L4.90765 4.89665L4.99294 4.60966L4.78325 4.44322L4.76941 4.43216H5.04575L5.05013 4.41723L5.13104 4.14504L5.21209 4.41723L5.21646 4.43216H5.49266L5.47882 4.44322ZM5.26913 3.10601L5.34298 3.35429L5.35075 3.38028L5.35456 3.39314L5.33818 3.38028L5.30556 3.35429L5.14996 3.23071L5.13104 3.21578L4.95651 3.35429L4.92389 3.38028L4.90765 3.39314L4.91147 3.38028L4.91909 3.35429L4.95594 3.23071L4.99294 3.10601L4.76941 2.92865H5.04575L5.13104 2.64152L5.21646 2.92865H5.49266L5.26913 3.10601ZM5.26913 1.60222L5.35456 1.88935L5.13104 1.71185L4.90765 1.88935L4.99294 1.60222L4.76941 1.42472H5.04575L5.0963 1.25427L5.10407 1.22841L5.13104 1.13773L5.15801 1.22841L5.16577 1.25427L5.21646 1.42472H5.49266L5.26913 1.60222ZM6.16111 7.15248L5.93759 6.97498L5.7142 7.15248L5.79949 6.86535L5.57597 6.68785H5.8523L5.8876 6.5691L5.89523 6.54325L5.91965 6.46155L5.93759 6.40072L5.97995 6.54325L5.98771 6.5691L6.02302 6.68785H6.29935L6.07583 6.86535L6.16111 7.15248ZM6.07583 5.36156L6.0826 5.38451L6.11099 5.48017L6.11875 5.50616L6.16111 5.64869L5.9815 5.50616L5.94888 5.48017L5.93759 5.47132L5.7142 5.64869L5.75657 5.50616L5.76419 5.48017L5.79271 5.38451L5.79949 5.36156L5.57597 5.1842H5.8523L5.93759 4.89707L6.02302 5.1842H6.29935L6.07583 5.36156ZM6.07583 3.85791L6.16111 4.14504L5.93759 3.96767L5.7142 4.14504L5.79949 3.85791L5.57597 3.68054H5.8523L5.93759 3.39342L6.02302 3.68054H6.29935L6.07583 3.85791ZM6.12228 2.31721L6.07583 2.35425L6.16111 2.64138L5.93759 2.46388L5.7142 2.64138L5.79949 2.35425L5.75304 2.31721L5.57597 2.17675H5.8523L5.85908 2.1538L5.93759 1.88962L6.01624 2.1538L6.02302 2.17675H6.29935L6.12228 2.31721ZM6.07583 0.850462L6.16111 1.13773L5.93759 0.960088L5.7142 1.13773L5.79949 0.850462L5.57597 0.67296H5.8523L5.93759 0.385832L6.02302 0.67296H6.29935L6.07583 0.850462Z"
|
|
18
|
+
fill="#3C3B6E"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M-2.10223 6.68785L-2.13753 6.5691L-2.1453 6.54325L-2.18766 6.40072L-2.23002 6.54325L-2.23779 6.5691L-2.27309 6.68785H-2.54928L-2.32576 6.86535L-2.41118 7.15248L-2.18766 6.97498L-1.96413 7.15248L-2.04956 6.86535L-1.82604 6.68785H-2.10223Z"
|
|
22
|
+
fill="white"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M-0.477266 6.68785L-0.512567 6.5691L-0.520192 6.54325L-0.562553 6.40072L-0.604914 6.54325L-0.61268 6.5691L-0.647981 6.68785H-0.924174L-0.700791 6.86535L-0.786077 7.15248L-0.562553 6.97498L-0.33917 7.15248L-0.424456 6.86535L-0.201073 6.68785H-0.477266Z"
|
|
26
|
+
fill="white"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M1.14784 6.68785L1.11254 6.5691L1.10477 6.54325L1.06241 6.40072L1.04448 6.46155L1.02019 6.54325L1.01243 6.5691L0.977125 6.68785H0.70079L0.924315 6.86535L0.839029 7.15248L1.06241 6.97498L1.28594 7.15248L1.20051 6.86535L1.42403 6.68785H1.14784Z"
|
|
30
|
+
fill="white"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M2.7728 6.68785L2.7375 6.5691L2.72988 6.54325L2.68752 6.40072L2.64516 6.54325L2.63739 6.5691L2.60209 6.68785H2.3259L2.54942 6.86535L2.46399 7.15248L2.68752 6.97498L2.91104 7.15248L2.82561 6.86535L3.04914 6.68785H2.7728Z"
|
|
34
|
+
fill="white"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
d="M4.39791 6.68785L4.36261 6.5691L4.35498 6.54325L4.31262 6.40072L4.27026 6.54325L4.2625 6.5691L4.2272 6.68785H3.951L4.17439 6.86535L4.0891 7.15248L4.31262 6.97498L4.53601 7.15248L4.45072 6.86535L4.67424 6.68785H4.39791Z"
|
|
38
|
+
fill="white"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
d="M6.02302 6.68785L5.98771 6.5691L5.97995 6.54325L5.93759 6.40072L5.91965 6.46155L5.89523 6.54325L5.8876 6.5691L5.8523 6.68785H5.57597L5.79949 6.86535L5.7142 7.15248L5.93759 6.97498L6.16111 7.15248L6.07583 6.86535L6.29935 6.68785H6.02302Z"
|
|
42
|
+
fill="white"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M-2.18766 4.89707L-2.27309 5.1842H-2.54928L-2.32576 5.36156L-2.33253 5.38451L-2.36882 5.50616L-2.41118 5.64869L-2.23157 5.50616L-2.19896 5.48017L-2.18766 5.47132L-2.17636 5.48017L-2.14374 5.50616L-1.96413 5.64869L-2.00664 5.50616L-2.01426 5.48017L-2.04278 5.38451L-2.04956 5.36156L-1.82604 5.1842H-2.10223L-2.18766 4.89707Z"
|
|
46
|
+
fill="white"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M-0.562553 4.89707L-0.647981 5.1842H-0.924174L-0.700791 5.36156L-0.707569 5.38451L-0.73595 5.48017L-0.743716 5.50616L-0.786077 5.64869L-0.562553 5.47132L-0.33917 5.64869L-0.381531 5.50616L-0.389156 5.48017L-0.417679 5.38451L-0.424456 5.36156L-0.201073 5.1842H-0.477266L-0.562553 4.89707Z"
|
|
50
|
+
fill="white"
|
|
51
|
+
/>
|
|
52
|
+
<path
|
|
53
|
+
d="M1.06241 4.89707L0.977125 5.1842H0.70079L0.924315 5.36156L0.917537 5.38451L0.889014 5.48017L0.881389 5.50616L0.839029 5.64869L1.06241 5.47132L1.07371 5.48017L1.10633 5.50616L1.28594 5.64869L1.24358 5.50616L1.23581 5.48017L1.20743 5.38451L1.20051 5.36156L1.42403 5.1842H1.14784L1.06241 4.89707Z"
|
|
54
|
+
fill="white"
|
|
55
|
+
/>
|
|
56
|
+
<path
|
|
57
|
+
d="M2.68752 4.89707L2.60209 5.1842H2.3259L2.54942 5.36156L2.54264 5.38451L2.50635 5.50616L2.46399 5.64869L2.68752 5.47132L2.69881 5.48017L2.73143 5.50616L2.91104 5.64869L2.86854 5.50616L2.86092 5.48017L2.83253 5.38451L2.82561 5.36156L3.04914 5.1842H2.7728L2.68752 4.89707Z"
|
|
58
|
+
fill="white"
|
|
59
|
+
/>
|
|
60
|
+
<path
|
|
61
|
+
d="M4.31262 4.89707L4.2272 5.1842H3.951L4.17439 5.36156L4.16761 5.38451L4.13923 5.48017L4.13146 5.50616L4.0891 5.64869L4.26871 5.50616L4.30133 5.48017L4.31262 5.47132L4.32378 5.48017L4.3564 5.50616L4.53601 5.64869L4.49365 5.50616L4.48602 5.48017L4.4575 5.38451L4.45072 5.36156L4.67424 5.1842H4.39791L4.31262 4.89707Z"
|
|
62
|
+
fill="white"
|
|
63
|
+
/>
|
|
64
|
+
<path
|
|
65
|
+
d="M5.93759 4.89707L5.8523 5.1842H5.57597L5.79949 5.36156L5.79271 5.38451L5.76419 5.48017L5.75657 5.50616L5.7142 5.64869L5.93759 5.47132L5.94888 5.48017L5.9815 5.50616L6.16111 5.64869L6.11875 5.50616L6.11099 5.48017L6.0826 5.38451L6.07583 5.36156L6.29935 5.1842H6.02302L5.93759 4.89707Z"
|
|
66
|
+
fill="white"
|
|
67
|
+
/>
|
|
68
|
+
<path
|
|
69
|
+
d="M-2.18766 3.39342L-2.27309 3.68054H-2.54928L-2.32576 3.85791L-2.41118 4.14504L-2.18766 3.96767L-1.96413 4.14504L-2.04956 3.85791L-1.82604 3.68054H-2.10223L-2.18766 3.39342Z"
|
|
70
|
+
fill="white"
|
|
71
|
+
/>
|
|
72
|
+
<path
|
|
73
|
+
d="M-0.562553 3.39342L-0.647981 3.68054H-0.924174L-0.700791 3.85791L-0.786077 4.14504L-0.562553 3.96767L-0.33917 4.14504L-0.424456 3.85791L-0.201073 3.68054H-0.477266L-0.562553 3.39342Z"
|
|
74
|
+
fill="white"
|
|
75
|
+
/>
|
|
76
|
+
<path
|
|
77
|
+
d="M1.06241 3.39342L0.977125 3.68054H0.70079L0.924315 3.85791L0.839029 4.14504L1.06241 3.96767L1.28594 4.14504L1.20051 3.85791L1.42403 3.68054H1.14784L1.06241 3.39342Z"
|
|
78
|
+
fill="white"
|
|
79
|
+
/>
|
|
80
|
+
<path
|
|
81
|
+
d="M2.68752 3.39342L2.60209 3.68054H2.3259L2.54942 3.85791L2.46399 4.14504L2.68752 3.96767L2.91104 4.14504L2.82561 3.85791L3.04914 3.68054H2.7728L2.68752 3.39342Z"
|
|
82
|
+
fill="white"
|
|
83
|
+
/>
|
|
84
|
+
<path
|
|
85
|
+
d="M4.31262 3.39342L4.2272 3.68054H3.951L4.17439 3.85791L4.0891 4.14504L4.31262 3.96767L4.53601 4.14504L4.45072 3.85791L4.67424 3.68054H4.39791L4.31262 3.39342Z"
|
|
86
|
+
fill="white"
|
|
87
|
+
/>
|
|
88
|
+
<path
|
|
89
|
+
d="M5.93759 3.39342L5.8523 3.68054H5.57597L5.79949 3.85791L5.7142 4.14504L5.93759 3.96767L6.16111 4.14504L6.07583 3.85791L6.29935 3.68054H6.02302L5.93759 3.39342Z"
|
|
90
|
+
fill="white"
|
|
91
|
+
/>
|
|
92
|
+
<path
|
|
93
|
+
d="M-2.10915 2.1538L-2.18766 1.88962L-2.26617 2.1538L-2.27309 2.17675H-2.54928L-2.37235 2.31721L-2.32576 2.35425L-2.41118 2.64138L-2.18766 2.46388L-1.96413 2.64138L-2.04956 2.35425L-2.00297 2.31721L-1.82604 2.17675H-2.10223L-2.10915 2.1538Z"
|
|
94
|
+
fill="white"
|
|
95
|
+
/>
|
|
96
|
+
<path
|
|
97
|
+
d="M-0.484044 2.1538L-0.562553 1.88962L-0.641203 2.1538L-0.647981 2.17675H-0.924174L-0.780006 2.29135L-0.747247 2.31721L-0.700791 2.35425L-0.786077 2.64138L-0.562553 2.46388L-0.33917 2.64138L-0.424456 2.35425L-0.377859 2.31721L-0.345242 2.29135L-0.201073 2.17675H-0.477266L-0.484044 2.1538Z"
|
|
98
|
+
fill="white"
|
|
99
|
+
/>
|
|
100
|
+
<path
|
|
101
|
+
d="M1.14106 2.1538L1.06241 1.88962L0.983903 2.1538L0.977125 2.17675H0.70079L0.8451 2.29135L0.877859 2.31721L0.924315 2.35425L0.839029 2.64138L1.06241 2.46388L1.28594 2.64138L1.20051 2.35425L1.24711 2.31721L1.42403 2.17675H1.14784L1.14106 2.1538Z"
|
|
102
|
+
fill="white"
|
|
103
|
+
/>
|
|
104
|
+
<path
|
|
105
|
+
d="M2.76603 2.1538L2.68752 1.88962L2.60901 2.1538L2.60209 2.17675H2.3259L2.50282 2.31721L2.54942 2.35425L2.46399 2.64138L2.68752 2.46388L2.91104 2.64138L2.82561 2.35425L2.87221 2.31721L3.04914 2.17675H2.7728L2.76603 2.1538Z"
|
|
106
|
+
fill="white"
|
|
107
|
+
/>
|
|
108
|
+
<path
|
|
109
|
+
d="M4.39113 2.1538L4.31262 1.88962L4.23411 2.1538L4.2272 2.17675H3.951L4.12793 2.31721L4.17439 2.35425L4.0891 2.64138L4.31262 2.46388L4.53601 2.64138L4.45072 2.35425L4.49732 2.31721L4.67424 2.17675H4.39791L4.39113 2.1538Z"
|
|
110
|
+
fill="white"
|
|
111
|
+
/>
|
|
112
|
+
<path
|
|
113
|
+
d="M6.01624 2.1538L5.93759 1.88962L5.85908 2.1538L5.8523 2.17675H5.57597L5.75304 2.31721L5.79949 2.35425L5.7142 2.64138L5.93759 2.46388L6.16111 2.64138L6.07583 2.35425L6.12228 2.31721L6.29935 2.17675H6.02302L6.01624 2.1538Z"
|
|
114
|
+
fill="white"
|
|
115
|
+
/>
|
|
116
|
+
<path
|
|
117
|
+
d="M-1.33451 1.25427L-1.34228 1.22841L-1.3691 1.13773L-1.39607 1.22841L-1.40384 1.25427L-1.45453 1.42472H-1.73087L-1.5072 1.60222L-1.59263 1.88935L-1.3691 1.71185L-1.14572 1.88935L-1.23101 1.60222L-1.00748 1.42472H-1.28382L-1.33451 1.25427Z"
|
|
118
|
+
fill="white"
|
|
119
|
+
/>
|
|
120
|
+
<path
|
|
121
|
+
d="M0.290596 1.25427L0.28283 1.22841L0.25586 1.13773L0.22889 1.22841L0.221124 1.25427L0.170573 1.42472H-0.10562L0.117763 1.60222L0.0324764 1.88935L0.25586 1.71185L0.479384 1.88935L0.393956 1.60222L0.617481 1.42472H0.341288L0.290596 1.25427Z"
|
|
122
|
+
fill="white"
|
|
123
|
+
/>
|
|
124
|
+
<path
|
|
125
|
+
d="M1.91556 1.25427L1.90794 1.22841L1.88097 1.13773L1.854 1.22841L1.84623 1.25427L1.79568 1.42472H1.51934L1.74287 1.60222L1.65744 1.88935L1.88097 1.71185L2.10449 1.88935L2.01906 1.60222L2.24259 1.42472H1.96639L1.91556 1.25427Z"
|
|
126
|
+
fill="white"
|
|
127
|
+
/>
|
|
128
|
+
<path
|
|
129
|
+
d="M3.54067 1.25427L3.53304 1.22841L3.50607 1.13773L3.4791 1.22841L3.47134 1.25427L3.42064 1.42472H3.14445L3.36797 1.60222L3.28255 1.88935L3.50607 1.71185L3.72945 1.88935L3.64417 1.60222L3.86769 1.42472H3.59136L3.54067 1.25427Z"
|
|
130
|
+
fill="white"
|
|
131
|
+
/>
|
|
132
|
+
<path
|
|
133
|
+
d="M5.16577 1.25427L5.15801 1.22841L5.13104 1.13773L5.10407 1.22841L5.0963 1.25427L5.04575 1.42472H4.76941L4.99294 1.60222L4.90765 1.88935L5.13104 1.71185L5.35456 1.88935L5.26913 1.60222L5.49266 1.42472H5.21646L5.16577 1.25427Z"
|
|
134
|
+
fill="white"
|
|
135
|
+
/>
|
|
136
|
+
<path
|
|
137
|
+
d="M-1.3691 2.64152L-1.45453 2.92865H-1.73087L-1.5072 3.10601L-1.58105 3.35429L-1.58882 3.38028L-1.59263 3.39314L-1.57625 3.38028L-1.54363 3.35429L-1.38803 3.23071L-1.3691 3.21578L-1.19472 3.35429L-1.1621 3.38028L-1.14572 3.39314L-1.14953 3.38028L-1.1573 3.35429L-1.23101 3.10601L-1.00748 2.92865H-1.28382L-1.3691 2.64152Z"
|
|
138
|
+
fill="white"
|
|
139
|
+
/>
|
|
140
|
+
<path
|
|
141
|
+
d="M0.25586 2.64152L0.170573 2.92865H-0.10562L0.117763 3.10601L0.0440555 3.35429L0.0362892 3.38028L0.0324764 3.39314L0.0487151 3.38028L0.0813329 3.35429L0.25586 3.21578L0.274781 3.23071L0.479384 3.39314L0.475572 3.38028L0.467806 3.35429L0.393956 3.10601L0.617481 2.92865H0.341288L0.25586 2.64152Z"
|
|
142
|
+
fill="white"
|
|
143
|
+
/>
|
|
144
|
+
<path
|
|
145
|
+
d="M1.88097 2.64152L1.79568 2.92865H1.51934L1.74287 3.10601L1.66902 3.35429L1.66139 3.38028L1.65744 3.39314L1.67382 3.38028L1.70644 3.35429L1.86204 3.23071L1.88097 3.21578L1.89989 3.23071L2.05549 3.35429L2.08811 3.38028L2.10449 3.39314L2.10054 3.38028L2.09291 3.35429L2.01906 3.10601L2.24259 2.92865H1.96639L1.88097 2.64152Z"
|
|
146
|
+
fill="white"
|
|
147
|
+
/>
|
|
148
|
+
<path
|
|
149
|
+
d="M3.50607 2.64152L3.42064 2.92865H3.14445L3.36797 3.10601L3.29413 3.35429L3.28636 3.38028L3.28255 3.39314L3.29893 3.38028L3.33154 3.35429L3.48715 3.23071L3.50607 3.21578L3.72945 3.39314L3.72564 3.38028L3.71788 3.35429L3.64417 3.10601L3.86769 2.92865H3.59136L3.50607 2.64152Z"
|
|
150
|
+
fill="white"
|
|
151
|
+
/>
|
|
152
|
+
<path
|
|
153
|
+
d="M5.13104 2.64152L5.04575 2.92865H4.76941L4.99294 3.10601L4.95594 3.23071L4.91909 3.35429L4.91147 3.38028L4.90765 3.39314L4.92389 3.38028L4.95651 3.35429L5.13104 3.21578L5.14996 3.23071L5.30556 3.35429L5.33818 3.38028L5.35456 3.39314L5.35075 3.38028L5.34298 3.35429L5.26913 3.10601L5.49266 2.92865H5.21646L5.13104 2.64152Z"
|
|
154
|
+
fill="white"
|
|
155
|
+
/>
|
|
156
|
+
<path
|
|
157
|
+
d="M-1.2882 4.41723L-1.3691 4.14504L-1.45016 4.41723L-1.45453 4.43216H-1.73087L-1.71689 4.44322L-1.5072 4.60966L-1.59263 4.89665L-1.3691 4.71929L-1.14572 4.89665L-1.23101 4.60966L-1.02146 4.44322L-1.00748 4.43216H-1.28382L-1.2882 4.41723Z"
|
|
158
|
+
fill="white"
|
|
159
|
+
/>
|
|
160
|
+
<path
|
|
161
|
+
d="M0.336769 4.41723L0.304292 4.30761L0.25586 4.14504L0.174951 4.41723L0.170573 4.43216H-0.10562L-0.0919232 4.44322L0.117763 4.60966L0.0324764 4.89665L0.25586 4.71929L0.479384 4.89665L0.393956 4.60966L0.603643 4.44322L0.617481 4.43216H0.341288L0.336769 4.41723Z"
|
|
162
|
+
fill="white"
|
|
163
|
+
/>
|
|
164
|
+
<path
|
|
165
|
+
d="M1.96187 4.41723L1.88097 4.14504L1.83267 4.30761L1.79992 4.41723L1.79568 4.43216H1.51934L1.53318 4.44322L1.74287 4.60966L1.65744 4.89665L1.88097 4.71929L2.10449 4.89665L2.01906 4.60966L2.22875 4.44322L2.24259 4.43216H1.96639L1.96187 4.41723Z"
|
|
166
|
+
fill="white"
|
|
167
|
+
/>
|
|
168
|
+
<path
|
|
169
|
+
d="M3.58698 4.41723L3.50607 4.14504L3.45764 4.30761L3.42516 4.41723L3.42064 4.43216H3.14445L3.15829 4.44322L3.36797 4.60966L3.28255 4.89665L3.50607 4.71929L3.72945 4.89665L3.64417 4.60966L3.85371 4.44322L3.86769 4.43216H3.59136L3.58698 4.41723Z"
|
|
170
|
+
fill="white"
|
|
171
|
+
/>
|
|
172
|
+
<path
|
|
173
|
+
d="M5.21209 4.41723L5.13104 4.14504L5.05013 4.41723L5.04575 4.43216H4.76941L4.78325 4.44322L4.99294 4.60966L4.90765 4.89665L5.13104 4.71929L5.35456 4.89665L5.26913 4.60966L5.47882 4.44322L5.49266 4.43216H5.21646L5.21209 4.41723Z"
|
|
174
|
+
fill="white"
|
|
175
|
+
/>
|
|
176
|
+
<path
|
|
177
|
+
d="M-1.28382 5.93582L-1.3691 5.64869L-1.45453 5.93582H-1.73087L-1.5072 6.11332L-1.59263 6.40045L-1.3691 6.22294L-1.14572 6.40045L-1.23101 6.11332L-1.00748 5.93582H-1.28382Z"
|
|
178
|
+
fill="white"
|
|
179
|
+
/>
|
|
180
|
+
<path
|
|
181
|
+
d="M0.341288 5.93582L0.25586 5.64869L0.170573 5.93582H-0.10562L0.117763 6.11332L0.0324764 6.40045L0.25586 6.22294L0.479384 6.40045L0.393956 6.11332L0.617481 5.93582H0.341288Z"
|
|
182
|
+
fill="white"
|
|
183
|
+
/>
|
|
184
|
+
<path
|
|
185
|
+
d="M1.96639 5.93582L1.88097 5.64869L1.79568 5.93582H1.51934L1.74287 6.11332L1.65744 6.40045L1.88097 6.22294L2.10449 6.40045L2.01906 6.11332L2.24259 5.93582H1.96639Z"
|
|
186
|
+
fill="white"
|
|
187
|
+
/>
|
|
188
|
+
<path
|
|
189
|
+
d="M3.59136 5.93582L3.50607 5.64869L3.42064 5.93582H3.14445L3.36797 6.11332L3.28255 6.40045L3.50607 6.22294L3.72945 6.40045L3.64417 6.11332L3.86769 5.93582H3.59136Z"
|
|
190
|
+
fill="white"
|
|
191
|
+
/>
|
|
192
|
+
<path
|
|
193
|
+
d="M5.21646 5.93582L5.13104 5.64869L5.04575 5.93582H4.76941L4.99294 6.11332L4.90765 6.40045L5.13104 6.22294L5.35456 6.40045L5.26913 6.11332L5.49266 5.93582H5.21646Z"
|
|
194
|
+
fill="white"
|
|
195
|
+
/>
|
|
196
|
+
<path
|
|
197
|
+
d="M-2.18766 0.385832L-2.27309 0.67296H-2.54928L-2.32576 0.850462L-2.41118 1.13773L-2.18766 0.960088L-1.96413 1.13773L-2.04956 0.850462L-1.82604 0.67296H-2.10223L-2.18766 0.385832Z"
|
|
198
|
+
fill="white"
|
|
199
|
+
/>
|
|
200
|
+
<path
|
|
201
|
+
d="M-0.562553 0.385832L-0.647981 0.67296H-0.924174L-0.700791 0.850462L-0.786077 1.13773L-0.562553 0.960088L-0.33917 1.13773L-0.357103 1.0769L-0.424456 0.850462L-0.201073 0.67296H-0.477266L-0.562553 0.385832Z"
|
|
202
|
+
fill="white"
|
|
203
|
+
/>
|
|
204
|
+
<path
|
|
205
|
+
d="M1.06241 0.385832L0.977125 0.67296H0.70079L0.924315 0.850462L0.839029 1.13773L1.06241 0.960088L1.28594 1.13773L1.20051 0.850462L1.42403 0.67296H1.14784L1.06241 0.385832Z"
|
|
206
|
+
fill="white"
|
|
207
|
+
/>
|
|
208
|
+
<path
|
|
209
|
+
d="M2.68752 0.385832L2.60209 0.67296H2.3259L2.54942 0.850462L2.46399 1.13773L2.68752 0.960088L2.91104 1.13773L2.82561 0.850462L3.04914 0.67296H2.7728L2.68752 0.385832Z"
|
|
210
|
+
fill="white"
|
|
211
|
+
/>
|
|
212
|
+
<path
|
|
213
|
+
d="M4.31262 0.385832L4.2272 0.67296H3.951L4.17439 0.850462L4.0891 1.13773L4.31262 0.960088L4.53601 1.13773L4.51807 1.0769L4.45072 0.850462L4.67424 0.67296H4.39791L4.31262 0.385832Z"
|
|
214
|
+
fill="white"
|
|
215
|
+
/>
|
|
216
|
+
<path
|
|
217
|
+
d="M5.93759 0.385832L5.8523 0.67296H5.57597L5.79949 0.850462L5.7142 1.13773L5.93759 0.960088L6.16111 1.13773L6.07583 0.850462L6.29935 0.67296H6.02302L5.93759 0.385832Z"
|
|
218
|
+
fill="white"
|
|
219
|
+
/>
|
|
220
|
+
</svg>
|
|
221
|
+
</template>
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
|
|
3
|
-
<path d="M25.6667 -0.166626H0V16.1667H25.6667V-0.166626Z" fill="#DE2910" />
|
|
4
|
-
<path
|
|
5
|
-
d="M4.86468 3.34606L4.31446 1.69132L3.76588 3.34606H1.98837L3.42653 4.36857L2.87795 6.02331L4.31446 5.00079L5.75261 6.02331L5.20404 4.36857L6.64054 3.34606H4.86468Z"
|
|
6
|
-
fill="#FFDE00"
|
|
7
|
-
/>
|
|
8
|
-
<path
|
|
9
|
-
d="M10.8446 5.43625H10.2664L10.0885 4.89919L9.91057 5.43625H9.33234L9.80019 5.76849L9.62228 6.30555L10.0885 5.97331L10.5547 6.30555L10.3768 5.76849L10.8446 5.43625Z"
|
|
10
|
-
fill="#FFDE00"
|
|
11
|
-
/>
|
|
12
|
-
<path
|
|
13
|
-
d="M9.86279 3.45734L9.94351 4.01698L10.2137 3.51863L10.782 3.61701L10.3817 3.21058L10.6519 2.71061L10.1346 2.95899L9.73265 2.55256L9.81337 3.1122L9.29445 3.36057L9.86279 3.45734Z"
|
|
14
|
-
fill="#FFDE00"
|
|
15
|
-
/>
|
|
16
|
-
<path
|
|
17
|
-
d="M8.31756 1.91711L8.61409 2.40096L8.66516 1.8397L9.22691 1.71229L8.69481 1.49133L8.74588 0.928467L8.36698 1.35425L7.83653 1.13329L8.13306 1.61875L7.75416 2.04453L8.31756 1.91711Z"
|
|
18
|
-
fill="#FFDE00"
|
|
19
|
-
/>
|
|
20
|
-
<path
|
|
21
|
-
d="M8.71458 6.55715L8.35874 7.00228L7.81676 6.81036L8.13964 7.27807L7.78381 7.7232L8.33898 7.56837L8.66186 8.03609L8.68163 7.47161L9.23679 7.31516L8.69316 7.12324L8.71458 6.55715Z"
|
|
22
|
-
fill="#FFDE00"
|
|
23
|
-
/>
|
|
24
|
-
</svg>
|
|
25
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
|
|
3
|
+
<path d="M25.6667 -0.166626H0V16.1667H25.6667V-0.166626Z" fill="#DE2910" />
|
|
4
|
+
<path
|
|
5
|
+
d="M4.86468 3.34606L4.31446 1.69132L3.76588 3.34606H1.98837L3.42653 4.36857L2.87795 6.02331L4.31446 5.00079L5.75261 6.02331L5.20404 4.36857L6.64054 3.34606H4.86468Z"
|
|
6
|
+
fill="#FFDE00"
|
|
7
|
+
/>
|
|
8
|
+
<path
|
|
9
|
+
d="M10.8446 5.43625H10.2664L10.0885 4.89919L9.91057 5.43625H9.33234L9.80019 5.76849L9.62228 6.30555L10.0885 5.97331L10.5547 6.30555L10.3768 5.76849L10.8446 5.43625Z"
|
|
10
|
+
fill="#FFDE00"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M9.86279 3.45734L9.94351 4.01698L10.2137 3.51863L10.782 3.61701L10.3817 3.21058L10.6519 2.71061L10.1346 2.95899L9.73265 2.55256L9.81337 3.1122L9.29445 3.36057L9.86279 3.45734Z"
|
|
14
|
+
fill="#FFDE00"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M8.31756 1.91711L8.61409 2.40096L8.66516 1.8397L9.22691 1.71229L8.69481 1.49133L8.74588 0.928467L8.36698 1.35425L7.83653 1.13329L8.13306 1.61875L7.75416 2.04453L8.31756 1.91711Z"
|
|
18
|
+
fill="#FFDE00"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M8.71458 6.55715L8.35874 7.00228L7.81676 6.81036L8.13964 7.27807L7.78381 7.7232L8.33898 7.56837L8.66186 8.03609L8.68163 7.47161L9.23679 7.31516L8.69316 7.12324L8.71458 6.55715Z"
|
|
22
|
+
fill="#FFDE00"
|
|
23
|
+
/>
|
|
24
|
+
</svg>
|
|
25
|
+
</template>
|
package/icons/database.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-database-icon lucide-database"><ellipse cx="12" cy="5" rx="9" ry="3"/><path d="M3 5V19A9 3 0 0 0 21 19V5"/><path d="M3 12A9 3 0 0 0 21 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-database-icon lucide-database"><ellipse cx="12" cy="5" rx="9" ry="3"/><path d="M3 5V19A9 3 0 0 0 21 19V5"/><path d="M3 12A9 3 0 0 0 21 12"/></svg>
|
|
3
|
+
</template>
|
package/icons/default-avatar.vue
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 16 16"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<circle
|
|
10
|
-
cx="8"
|
|
11
|
-
cy="4"
|
|
12
|
-
r="4"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
d="M8 8.5C4.54216 8.5 1.63087 10.84 0.763329 14.0229C0.472858 15.0886 1.39543 16 2.5 16H13.5C14.6046 16 15.5271 15.0886 15.2367 14.0229C14.3691 10.84 11.4578 8.5 8 8.5Z"
|
|
17
|
-
fill="currentColor"
|
|
18
|
-
/>
|
|
19
|
-
</svg>
|
|
20
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle
|
|
10
|
+
cx="8"
|
|
11
|
+
cy="4"
|
|
12
|
+
r="4"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M8 8.5C4.54216 8.5 1.63087 10.84 0.763329 14.0229C0.472858 15.0886 1.39543 16 2.5 16H13.5C14.6046 16 15.5271 15.0886 15.2367 14.0229C14.3691 10.84 11.4578 8.5 8 8.5Z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
</template>
|