adata-ui 2.1.41-beta.6 → 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 -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 +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 -0
- package/components/elements/select/ASelect.vue +448 -448
- package/components/elements/select/ASelectMobile.vue +186 -186
- package/components/elements/select/ASelectV2.vue +507 -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 +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 -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 +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 -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-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 -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/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 -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/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 -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 +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 -0
- package/utils/twMerge.ts +34 -34
- package/vitest.config.ts +14 -14
- package/.claude/settings.local.json +0 -19
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<circle cx="14" cy="14" r="14" fill="white"/>
|
|
8
|
-
<path class="logo" fill-rule="evenodd" clip-rule="evenodd" d="M16.855 6.15542H16.8569C16.7832 5.73905 16.8163 5.46875 16.8163 5.46875H13.8661V16.3445L13.8661 16.3593C13.8661 16.736 13.8661 17.1008 13.7333 17.4633C13.5182 18.0513 13.0585 18.582 12.4471 18.8175C11.6387 19.1285 10.986 19.1352 10.257 18.763C10.2563 18.7622 10.2556 18.7613 10.2549 18.7604C10.1564 18.7101 10.056 18.6525 9.95369 18.5877C9.07665 17.9979 8.91677 17.1137 8.92104 16.4888C9.02359 15.6396 9.37184 15.1642 10.0281 14.6769C10.0437 14.6659 10.0594 14.6553 10.0751 14.6449C10.0594 14.6553 10.0438 14.6659 10.0282 14.6769C9.37193 15.1642 9.02367 15.6396 8.92112 16.4888C8.91685 17.1137 9.07673 17.9979 9.95449 18.5873C10.0568 18.6519 10.1572 18.7095 10.2557 18.76C9.85727 18.2389 9.77074 17.6362 9.77395 17.1751C9.87615 16.326 10.2251 15.8502 10.881 15.3632C11.82 14.7028 12.9926 15.0762 12.9926 15.0762V12.2257C12.7111 12.1849 12.4263 12.168 12.1417 12.1752V11.5439C11.5911 11.4678 11.0314 11.4757 10.4834 11.5674C10.1198 11.6302 9.76426 11.7303 9.42299 11.8661C8.87585 12.0684 8.36775 12.3567 7.91959 12.7193C7.41138 13.1401 6.98339 13.6425 6.65477 14.2039C6.5305 14.4093 6.06046 15.2294 6.00313 16.5656C5.97002 17.3239 6.20788 18.1061 6.32112 18.4314V18.4338V18.4379C6.32591 18.4505 6.33161 18.4652 6.33819 18.4817C6.35099 18.5173 6.36119 18.5444 6.3678 18.562L6.36782 18.5621L6.37238 18.5743L6.3387 18.483C6.43227 18.7172 6.7028 19.3168 7.12374 19.83C7.48802 20.2711 7.91859 20.658 8.40138 20.9781C8.25069 20.8322 8.10886 20.6781 7.97656 20.5167C7.75471 20.2453 7.57493 19.9504 7.44065 19.6977C7.57496 19.9499 7.75466 20.2437 7.97598 20.5135C8.10828 20.675 8.25012 20.8291 8.4008 20.975L8.40385 20.9772C8.66679 21.2316 8.9538 21.4621 9.26119 21.6657C10.688 22.593 12.2737 22.5302 12.2737 22.5302C12.2964 22.5292 12.3237 22.5284 12.355 22.5274C12.7011 22.5169 13.5519 22.491 14.5099 22.0586C15.669 21.5357 16.3259 20.7593 16.3259 20.7593L16.3464 20.7356L16.3593 20.7208C16.5135 20.5447 16.9945 19.995 17.3155 19.1924C17.5836 18.5235 17.6716 17.7215 17.6716 17.4003V11.6326C17.7101 11.6534 18.1858 11.952 18.1858 11.952C18.1858 11.952 18.8745 12.3708 19.9459 12.6438C20.7133 12.839 21.7502 12.8796 21.7502 12.8796V10.0866C21.554 10.1064 21.2517 10.0848 20.897 10.0053V12.194C20.897 12.194 19.8605 12.1534 19.0927 11.9582C18.0213 11.6855 17.3322 11.2664 17.3322 11.2664C17.3322 11.2664 16.8569 10.9678 16.8184 10.9466V16.7137C16.8184 16.7602 16.8166 16.8167 16.8126 16.8816C16.8165 16.817 16.8183 16.7607 16.8183 16.7143V10.9459C16.8568 10.9671 17.3322 11.2657 17.3322 11.2657C17.3322 11.2657 18.0212 11.6845 19.0927 11.9575C19.8604 12.1527 20.897 12.1933 20.897 12.1933V10.0055C20.897 10.0055 20.897 10.0055 20.897 10.0055V9.40037C20.5327 9.43689 19.7939 9.32973 19.0436 8.97069C18.9269 8.91476 18.8137 8.85231 18.7046 8.78367C18.7986 8.88093 19.2793 9.36181 19.8964 9.65702C20.1646 9.78541 20.445 9.88859 20.7337 9.96518C20.4444 9.88865 20.1634 9.78542 19.8946 9.65688C19.2775 9.36166 18.7968 8.88079 18.7027 8.78352C18.3845 8.58334 18.0927 8.34705 17.8335 8.07979C17.1877 7.37203 16.9434 6.65744 16.855 6.15542ZM11.6229 19.6505C11.3584 19.5771 11.0911 19.453 10.8087 19.2741C10.6943 19.1986 10.5873 19.1137 10.4889 19.0203C10.5867 19.1135 10.6931 19.1985 10.8069 19.274C11.09 19.4532 11.3579 19.5773 11.6229 19.6505ZM7.23866 19.2796C7.2865 19.3901 7.35417 19.5353 7.44065 19.6977C7.35412 19.5349 7.28649 19.3897 7.23866 19.2796ZM7.23866 19.2796C7.20834 19.2099 7.18598 19.1543 7.17181 19.1174L7.17174 19.1156C7.18588 19.1533 7.20827 19.2095 7.23866 19.2796ZM7.17123 19.1119L7.17114 19.113C7.10773 18.9299 7.00568 18.6044 6.93392 18.2205C7.00591 18.6044 7.10804 18.9296 7.17123 19.1119ZM12.1397 14.39V12.1753L12.1401 12.1753V14.3902L12.1397 14.39ZM16.3954 18.6651C16.2822 18.9206 16.1549 19.1472 16.0315 19.3405C16.1551 19.1472 16.2824 18.9206 16.3954 18.6651ZM17.8358 8.07979C17.1898 7.37196 16.9455 6.65731 16.8572 6.15527H17.6698C17.6698 6.15527 17.5078 7.47162 18.6886 8.76612L18.705 8.78352C18.3867 8.58334 18.0949 8.34705 17.8358 8.07979Z" fill="#2C3E50"/>
|
|
9
|
-
</svg>
|
|
10
|
-
|
|
11
|
-
</template>
|
|
12
|
-
|
|
13
|
-
<style scoped>
|
|
14
|
-
|
|
15
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<circle cx="14" cy="14" r="14" fill="white"/>
|
|
8
|
+
<path class="logo" fill-rule="evenodd" clip-rule="evenodd" d="M16.855 6.15542H16.8569C16.7832 5.73905 16.8163 5.46875 16.8163 5.46875H13.8661V16.3445L13.8661 16.3593C13.8661 16.736 13.8661 17.1008 13.7333 17.4633C13.5182 18.0513 13.0585 18.582 12.4471 18.8175C11.6387 19.1285 10.986 19.1352 10.257 18.763C10.2563 18.7622 10.2556 18.7613 10.2549 18.7604C10.1564 18.7101 10.056 18.6525 9.95369 18.5877C9.07665 17.9979 8.91677 17.1137 8.92104 16.4888C9.02359 15.6396 9.37184 15.1642 10.0281 14.6769C10.0437 14.6659 10.0594 14.6553 10.0751 14.6449C10.0594 14.6553 10.0438 14.6659 10.0282 14.6769C9.37193 15.1642 9.02367 15.6396 8.92112 16.4888C8.91685 17.1137 9.07673 17.9979 9.95449 18.5873C10.0568 18.6519 10.1572 18.7095 10.2557 18.76C9.85727 18.2389 9.77074 17.6362 9.77395 17.1751C9.87615 16.326 10.2251 15.8502 10.881 15.3632C11.82 14.7028 12.9926 15.0762 12.9926 15.0762V12.2257C12.7111 12.1849 12.4263 12.168 12.1417 12.1752V11.5439C11.5911 11.4678 11.0314 11.4757 10.4834 11.5674C10.1198 11.6302 9.76426 11.7303 9.42299 11.8661C8.87585 12.0684 8.36775 12.3567 7.91959 12.7193C7.41138 13.1401 6.98339 13.6425 6.65477 14.2039C6.5305 14.4093 6.06046 15.2294 6.00313 16.5656C5.97002 17.3239 6.20788 18.1061 6.32112 18.4314V18.4338V18.4379C6.32591 18.4505 6.33161 18.4652 6.33819 18.4817C6.35099 18.5173 6.36119 18.5444 6.3678 18.562L6.36782 18.5621L6.37238 18.5743L6.3387 18.483C6.43227 18.7172 6.7028 19.3168 7.12374 19.83C7.48802 20.2711 7.91859 20.658 8.40138 20.9781C8.25069 20.8322 8.10886 20.6781 7.97656 20.5167C7.75471 20.2453 7.57493 19.9504 7.44065 19.6977C7.57496 19.9499 7.75466 20.2437 7.97598 20.5135C8.10828 20.675 8.25012 20.8291 8.4008 20.975L8.40385 20.9772C8.66679 21.2316 8.9538 21.4621 9.26119 21.6657C10.688 22.593 12.2737 22.5302 12.2737 22.5302C12.2964 22.5292 12.3237 22.5284 12.355 22.5274C12.7011 22.5169 13.5519 22.491 14.5099 22.0586C15.669 21.5357 16.3259 20.7593 16.3259 20.7593L16.3464 20.7356L16.3593 20.7208C16.5135 20.5447 16.9945 19.995 17.3155 19.1924C17.5836 18.5235 17.6716 17.7215 17.6716 17.4003V11.6326C17.7101 11.6534 18.1858 11.952 18.1858 11.952C18.1858 11.952 18.8745 12.3708 19.9459 12.6438C20.7133 12.839 21.7502 12.8796 21.7502 12.8796V10.0866C21.554 10.1064 21.2517 10.0848 20.897 10.0053V12.194C20.897 12.194 19.8605 12.1534 19.0927 11.9582C18.0213 11.6855 17.3322 11.2664 17.3322 11.2664C17.3322 11.2664 16.8569 10.9678 16.8184 10.9466V16.7137C16.8184 16.7602 16.8166 16.8167 16.8126 16.8816C16.8165 16.817 16.8183 16.7607 16.8183 16.7143V10.9459C16.8568 10.9671 17.3322 11.2657 17.3322 11.2657C17.3322 11.2657 18.0212 11.6845 19.0927 11.9575C19.8604 12.1527 20.897 12.1933 20.897 12.1933V10.0055C20.897 10.0055 20.897 10.0055 20.897 10.0055V9.40037C20.5327 9.43689 19.7939 9.32973 19.0436 8.97069C18.9269 8.91476 18.8137 8.85231 18.7046 8.78367C18.7986 8.88093 19.2793 9.36181 19.8964 9.65702C20.1646 9.78541 20.445 9.88859 20.7337 9.96518C20.4444 9.88865 20.1634 9.78542 19.8946 9.65688C19.2775 9.36166 18.7968 8.88079 18.7027 8.78352C18.3845 8.58334 18.0927 8.34705 17.8335 8.07979C17.1877 7.37203 16.9434 6.65744 16.855 6.15542ZM11.6229 19.6505C11.3584 19.5771 11.0911 19.453 10.8087 19.2741C10.6943 19.1986 10.5873 19.1137 10.4889 19.0203C10.5867 19.1135 10.6931 19.1985 10.8069 19.274C11.09 19.4532 11.3579 19.5773 11.6229 19.6505ZM7.23866 19.2796C7.2865 19.3901 7.35417 19.5353 7.44065 19.6977C7.35412 19.5349 7.28649 19.3897 7.23866 19.2796ZM7.23866 19.2796C7.20834 19.2099 7.18598 19.1543 7.17181 19.1174L7.17174 19.1156C7.18588 19.1533 7.20827 19.2095 7.23866 19.2796ZM7.17123 19.1119L7.17114 19.113C7.10773 18.9299 7.00568 18.6044 6.93392 18.2205C7.00591 18.6044 7.10804 18.9296 7.17123 19.1119ZM12.1397 14.39V12.1753L12.1401 12.1753V14.3902L12.1397 14.39ZM16.3954 18.6651C16.2822 18.9206 16.1549 19.1472 16.0315 19.3405C16.1551 19.1472 16.2824 18.9206 16.3954 18.6651ZM17.8358 8.07979C17.1898 7.37196 16.9455 6.65731 16.8572 6.15527H17.6698C17.6698 6.15527 17.5078 7.47162 18.6886 8.76612L18.705 8.78352C18.3867 8.58334 18.0949 8.34705 17.8358 8.07979Z" fill="#2C3E50"/>
|
|
9
|
+
</svg>
|
|
10
|
+
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
fill="none"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
width="24"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M18.1155 6.00894C17.0382 5.30651 16.2606 4.18262 16.0181 2.87246C15.9657 2.5894 15.9369 2.29807 15.9369 2H12.4985L12.493 15.78C12.4352 17.3231 11.1651 18.5616 9.60816 18.5616C9.12425 18.5616 8.6686 18.4406 8.26741 18.2295C7.34742 17.7454 6.71783 16.781 6.71783 15.6713C6.71783 14.0775 8.0145 12.7808 9.60816 12.7808C9.90565 12.7808 10.191 12.8299 10.461 12.9145V9.40424C10.1816 9.3662 9.89778 9.34242 9.60816 9.34242C6.11842 9.34242 3.27942 12.1816 3.27942 15.6713C3.27942 17.8124 4.34917 19.7072 5.9812 20.853C7.00918 21.5747 8.2596 22 9.60816 22C13.0979 22 15.9369 19.161 15.9369 15.6713V8.68367C17.2855 9.65161 18.9377 10.222 20.7206 10.222V6.7836C19.7602 6.7836 18.8657 6.49808 18.1155 6.00894Z"
|
|
11
|
-
fill="black"
|
|
12
|
-
/>
|
|
13
|
-
</svg>
|
|
14
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="none"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
width="24"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M18.1155 6.00894C17.0382 5.30651 16.2606 4.18262 16.0181 2.87246C15.9657 2.5894 15.9369 2.29807 15.9369 2H12.4985L12.493 15.78C12.4352 17.3231 11.1651 18.5616 9.60816 18.5616C9.12425 18.5616 8.6686 18.4406 8.26741 18.2295C7.34742 17.7454 6.71783 16.781 6.71783 15.6713C6.71783 14.0775 8.0145 12.7808 9.60816 12.7808C9.90565 12.7808 10.191 12.8299 10.461 12.9145V9.40424C10.1816 9.3662 9.89778 9.34242 9.60816 9.34242C6.11842 9.34242 3.27942 12.1816 3.27942 15.6713C3.27942 17.8124 4.34917 19.7072 5.9812 20.853C7.00918 21.5747 8.2596 22 9.60816 22C13.0979 22 15.9369 19.161 15.9369 15.6713V8.68367C17.2855 9.65161 18.9377 10.222 20.7206 10.222V6.7836C19.7602 6.7836 18.8657 6.49808 18.1155 6.00894Z"
|
|
11
|
+
fill="black"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
fill="none"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
width="24"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
clip-rule="evenodd"
|
|
11
|
-
d="M3.40589 3.40589C2 4.81177 2 7.07452 2 11.6V12.4C2 16.9255 2 19.1882 3.40589 20.5941C4.81177 22 7.07452 22 11.6 22H12.4C16.9255 22 19.1882 22 20.5941 20.5941C22 19.1882 22 16.9255 22 12.4V11.6C22 7.07452 22 4.81177 20.5941 3.40589C19.1882 2 16.9255 2 12.4 2H11.6C7.07452 2 4.81177 2 3.40589 3.40589ZM5.37504 8.08337C5.48337 13.2834 8.08335 16.4084 12.6417 16.4084H12.9001V13.4334C14.5751 13.6 15.8416 14.825 16.35 16.4084H18.7167C18.0667 14.0417 16.3583 12.7334 15.2916 12.2334C16.3583 11.6167 17.8583 10.1167 18.2166 8.08337H16.0666C15.5999 9.73337 14.2167 11.2334 12.9001 11.375V8.08337H10.75V13.85C9.41667 13.5167 7.73337 11.9 7.65837 8.08337H5.37504Z"
|
|
12
|
-
fill="#4C75A3"
|
|
13
|
-
fill-rule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="none"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
width="24"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
clip-rule="evenodd"
|
|
11
|
+
d="M3.40589 3.40589C2 4.81177 2 7.07452 2 11.6V12.4C2 16.9255 2 19.1882 3.40589 20.5941C4.81177 22 7.07452 22 11.6 22H12.4C16.9255 22 19.1882 22 20.5941 20.5941C22 19.1882 22 16.9255 22 12.4V11.6C22 7.07452 22 4.81177 20.5941 3.40589C19.1882 2 16.9255 2 12.4 2H11.6C7.07452 2 4.81177 2 3.40589 3.40589ZM5.37504 8.08337C5.48337 13.2834 8.08335 16.4084 12.6417 16.4084H12.9001V13.4334C14.5751 13.6 15.8416 14.825 16.35 16.4084H18.7167C18.0667 14.0417 16.3583 12.7334 15.2916 12.2334C16.3583 11.6167 17.8583 10.1167 18.2166 8.08337H16.0666C15.5999 9.73337 14.2167 11.2334 12.9001 11.375V8.08337H10.75V13.85C9.41667 13.5167 7.73337 11.9 7.65837 8.08337H5.37504Z"
|
|
12
|
+
fill="#4C75A3"
|
|
13
|
+
fill-rule="evenodd"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
fill="none"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
width="24"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
clip-rule="evenodd"
|
|
11
|
-
d="M19.792 5.41471C20.6521 5.64577 21.3325 6.32614 21.5635 7.18621C21.9872 8.75232 22 12.0001 22 12.0001C22 12.0001 22 15.2607 21.5764 16.8139C21.3453 17.674 20.665 18.3544 19.8049 18.5854C18.2516 19.0091 12 19.0091 12 19.0091C12 19.0091 5.74839 19.0091 4.19512 18.5854C3.33504 18.3544 2.65469 17.674 2.42362 16.8139C2 15.2478 2 12.0001 2 12.0001C2 12.0001 2 8.75232 2.41078 7.19905C2.64185 6.33897 3.32221 5.65861 4.18229 5.42755C5.73556 5.00392 11.9872 4.99109 11.9872 4.99109C11.9872 4.99109 18.2388 4.99109 19.792 5.41471ZM15.1836 12.0001L9.99743 15.0039V8.99623L15.1836 12.0001Z"
|
|
12
|
-
fill="red"
|
|
13
|
-
fill-rule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="none"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
width="24"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
clip-rule="evenodd"
|
|
11
|
+
d="M19.792 5.41471C20.6521 5.64577 21.3325 6.32614 21.5635 7.18621C21.9872 8.75232 22 12.0001 22 12.0001C22 12.0001 22 15.2607 21.5764 16.8139C21.3453 17.674 20.665 18.3544 19.8049 18.5854C18.2516 19.0091 12 19.0091 12 19.0091C12 19.0091 5.74839 19.0091 4.19512 18.5854C3.33504 18.3544 2.65469 17.674 2.42362 16.8139C2 15.2478 2 12.0001 2 12.0001C2 12.0001 2 8.75232 2.41078 7.19905C2.64185 6.33897 3.32221 5.65861 4.18229 5.42755C5.73556 5.00392 11.9872 4.99109 11.9872 4.99109C11.9872 4.99109 18.2388 4.99109 19.792 5.41471ZM15.1836 12.0001L9.99743 15.0039V8.99623L15.1836 12.0001Z"
|
|
12
|
+
fill="red"
|
|
13
|
+
fill-rule="evenodd"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<rect width="28" height="28" rx="14" fill="white"/>
|
|
8
|
-
<path class="logo" d="M5.57456 10.2889C5.65329 9.07693 6.62772 8.12708 7.84079 8.06699C9.59739 7.97996 12.1081 7.875 13.9998 7.875C15.8915 7.875 18.4022 7.97996 20.1588 8.06699C21.3719 8.12708 22.3463 9.07693 22.425 10.2889C22.5005 11.4501 22.5748 12.8789 22.5748 14C22.5748 15.1211 22.5005 16.5499 22.425 17.7111C22.3463 18.9231 21.3719 19.8729 20.1588 19.933C18.4022 20.02 15.8915 20.125 13.9998 20.125C12.1081 20.125 9.59739 20.02 7.84079 19.933C6.62772 19.8729 5.65329 18.9231 5.57456 17.7111C5.49914 16.5499 5.4248 15.1211 5.4248 14C5.4248 12.8789 5.49914 11.4501 5.57456 10.2889Z" fill="#2C3E50"/>
|
|
9
|
-
<path d="M12.1626 11.5498V16.4498L17.0626 13.9998L12.1626 11.5498Z" fill="white"/>
|
|
10
|
-
</svg>
|
|
11
|
-
|
|
12
|
-
</template>
|
|
13
|
-
|
|
14
|
-
<style scoped>
|
|
15
|
-
|
|
16
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<rect width="28" height="28" rx="14" fill="white"/>
|
|
8
|
+
<path class="logo" d="M5.57456 10.2889C5.65329 9.07693 6.62772 8.12708 7.84079 8.06699C9.59739 7.97996 12.1081 7.875 13.9998 7.875C15.8915 7.875 18.4022 7.97996 20.1588 8.06699C21.3719 8.12708 22.3463 9.07693 22.425 10.2889C22.5005 11.4501 22.5748 12.8789 22.5748 14C22.5748 15.1211 22.5005 16.5499 22.425 17.7111C22.3463 18.9231 21.3719 19.8729 20.1588 19.933C18.4022 20.02 15.8915 20.125 13.9998 20.125C12.1081 20.125 9.59739 20.02 7.84079 19.933C6.62772 19.8729 5.65329 18.9231 5.57456 17.7111C5.49914 16.5499 5.4248 15.1211 5.4248 14C5.4248 12.8789 5.49914 11.4501 5.57456 10.2889Z" fill="#2C3E50"/>
|
|
9
|
+
<path d="M12.1626 11.5498V16.4498L17.0626 13.9998L12.1626 11.5498Z" fill="white"/>
|
|
10
|
+
</svg>
|
|
11
|
+
|
|
12
|
+
</template>
|
|
13
|
+
|
|
14
|
+
<style scoped>
|
|
15
|
+
|
|
16
|
+
</style>
|
package/icons/sort/sort-asc.vue
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path d="M5.75029 3.83351C5.75029 4.10976 5.52635 4.3337 5.2501 4.3337H2.50019C2.22394 4.3337 2 4.10976 2 3.83351C2 3.55726 2.22394 3.33331 2.50019 3.33331L5.2501 3.33331C5.52635 3.33331 5.75029 3.55726 5.75029 3.83351Z" fill="currentColor"/>
|
|
8
|
-
<path d="M9.87515 7.99998C9.87515 8.27623 9.6512 8.50017 9.37495 8.50017H2.5002C2.22395 8.50017 2 8.27623 2 7.99998C2 7.72373 2.22395 7.49979 2.5002 7.49979L9.37495 7.49979C9.6512 7.49979 9.87515 7.72373 9.87515 7.99998Z" fill="currentColor"/>
|
|
9
|
-
<path d="M13.4998 12.6666C13.7761 12.6666 14 12.4427 14 12.1665C14 11.8902 13.7761 11.6663 13.4998 11.6663L2.50019 11.6663C2.22394 11.6663 2 11.8902 2 12.1665C2 12.4427 2.22394 12.6666 2.50019 12.6666L13.4998 12.6666Z" fill="currentColor"/>
|
|
10
|
-
</svg>
|
|
11
|
-
</template>
|
|
12
|
-
|
|
13
|
-
<style scoped>
|
|
14
|
-
|
|
15
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<path d="M5.75029 3.83351C5.75029 4.10976 5.52635 4.3337 5.2501 4.3337H2.50019C2.22394 4.3337 2 4.10976 2 3.83351C2 3.55726 2.22394 3.33331 2.50019 3.33331L5.2501 3.33331C5.52635 3.33331 5.75029 3.55726 5.75029 3.83351Z" fill="currentColor"/>
|
|
8
|
+
<path d="M9.87515 7.99998C9.87515 8.27623 9.6512 8.50017 9.37495 8.50017H2.5002C2.22395 8.50017 2 8.27623 2 7.99998C2 7.72373 2.22395 7.49979 2.5002 7.49979L9.37495 7.49979C9.6512 7.49979 9.87515 7.72373 9.87515 7.99998Z" fill="currentColor"/>
|
|
9
|
+
<path d="M13.4998 12.6666C13.7761 12.6666 14 12.4427 14 12.1665C14 11.8902 13.7761 11.6663 13.4998 11.6663L2.50019 11.6663C2.22394 11.6663 2 11.8902 2 12.1665C2 12.4427 2.22394 12.6666 2.50019 12.6666L13.4998 12.6666Z" fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|
package/icons/sort/sort-desc.vue
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path d="M2.50256 3.33331C2.22642 3.33331 2.00256 3.55717 2.00256 3.83331C2.00256 4.10946 2.22642 4.33331 2.50256 4.33331H13.4974C13.7735 4.33331 13.9974 4.10946 13.9974 3.83331C13.9974 3.55717 13.7735 3.33331 13.4974 3.33331H2.50256Z" fill="currentColor"/>
|
|
8
|
-
<path d="M6.12561 7.99998C6.12561 7.72384 6.34947 7.49998 6.62561 7.49998H13.4974C13.7735 7.49998 13.9974 7.72384 13.9974 7.99998C13.9974 8.27612 13.7735 8.49998 13.4974 8.49998H6.62561C6.34947 8.49998 6.12561 8.27612 6.12561 7.99998Z" fill="currentColor"/>
|
|
9
|
-
<path d="M10.2487 12.1666C10.2487 11.8905 10.4725 11.6666 10.7487 11.6666H13.4974C13.7735 11.6666 13.9974 11.8905 13.9974 12.1666C13.9974 12.4428 13.7735 12.6666 13.4974 12.6666H10.7487C10.4725 12.6666 10.2487 12.4428 10.2487 12.1666Z" fill="currentColor"/>
|
|
10
|
-
</svg>
|
|
11
|
-
</template>
|
|
12
|
-
|
|
13
|
-
<style scoped>
|
|
14
|
-
|
|
15
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<path d="M2.50256 3.33331C2.22642 3.33331 2.00256 3.55717 2.00256 3.83331C2.00256 4.10946 2.22642 4.33331 2.50256 4.33331H13.4974C13.7735 4.33331 13.9974 4.10946 13.9974 3.83331C13.9974 3.55717 13.7735 3.33331 13.4974 3.33331H2.50256Z" fill="currentColor"/>
|
|
8
|
+
<path d="M6.12561 7.99998C6.12561 7.72384 6.34947 7.49998 6.62561 7.49998H13.4974C13.7735 7.49998 13.9974 7.72384 13.9974 7.99998C13.9974 8.27612 13.7735 8.49998 13.4974 8.49998H6.62561C6.34947 8.49998 6.12561 8.27612 6.12561 7.99998Z" fill="currentColor"/>
|
|
9
|
+
<path d="M10.2487 12.1666C10.2487 11.8905 10.4725 11.6666 10.7487 11.6666H13.4974C13.7735 11.6666 13.9974 11.8905 13.9974 12.1666C13.9974 12.4428 13.7735 12.6666 13.4974 12.6666H10.7487C10.4725 12.6666 10.2487 12.4428 10.2487 12.1666Z" fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|
package/icons/sparkles.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-sparkles-icon lucide-sparkles"><path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"/><path d="M20 2v4"/><path d="M22 4h-4"/><circle cx="4" cy="20" r="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-sparkles-icon lucide-sparkles"><path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"/><path d="M20 2v4"/><path d="M22 4h-4"/><circle cx="4" cy="20" r="2"/></svg>
|
|
3
|
+
</template>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M19.7196 1.03051V4.78051C19.7196 4.97942 19.6406 5.17018 19.5 5.31084C19.3593 5.45149 19.1686 5.53051 18.9696 5.53051C18.7707 5.53051 18.58 5.45149 18.4393 5.31084C18.2987 5.17018 18.2196 4.97942 18.2196 4.78051V2.84082L12.6514 8.40629C12.5079 8.52916 12.3233 8.59336 12.1346 8.58607C11.9458 8.57878 11.7668 8.50053 11.6332 8.36696C11.4996 8.23339 11.4214 8.05433 11.4141 7.86558C11.4068 7.67682 11.471 7.49226 11.5939 7.34879L17.1593 1.78051H15.2196C15.0207 1.78051 14.83 1.70149 14.6893 1.56084C14.5487 1.42018 14.4696 1.22942 14.4696 1.03051C14.4696 0.831594 14.5487 0.640829 14.6893 0.500177C14.83 0.359524 15.0207 0.280507 15.2196 0.280507H18.9696C19.1686 0.280507 19.3593 0.359524 19.5 0.500177C19.6406 0.640829 19.7196 0.831594 19.7196 1.03051ZM18.9696 14.4696C18.7707 14.4696 18.58 14.5486 18.4393 14.6892C18.2987 14.8299 18.2196 15.0207 18.2196 15.2196V17.1593L1.56128 0.500004C1.42055 0.359274 1.22968 0.280212 1.03066 0.280212C0.831637 0.280212 0.640765 0.359274 0.500035 0.500004C0.359304 0.640735 0.280243 0.831606 0.280243 1.03063C0.280243 1.22965 0.359304 1.42052 0.500035 1.56125L17.1593 18.2196H15.2196C15.0207 18.2196 14.83 18.2986 14.6893 18.4392C14.5487 18.5799 14.4696 18.7707 14.4696 18.9696C14.4696 19.1685 14.5487 19.3592 14.6893 19.4999C14.83 19.6405 15.0207 19.7196 15.2196 19.7196H18.9696C19.1686 19.7196 19.3593 19.6405 19.5 19.4999C19.6406 19.3592 19.7196 19.1685 19.7196 18.9696V15.2196C19.7196 15.0207 19.6406 14.8299 19.5 14.6892C19.3593 14.5486 19.1686 14.4696 18.9696 14.4696ZM7.34886 11.5938L0.500148 18.4387C0.359417 18.5795 0.280356 18.7703 0.280356 18.9694C0.280356 19.1684 0.359417 19.3593 0.500148 19.5C0.640878 19.6407 0.83175 19.7198 1.03077 19.7198C1.2298 19.7198 1.42067 19.6407 1.5614 19.5L8.40636 12.6513C8.52923 12.5078 8.59343 12.3233 8.58614 12.1345C8.57885 11.9457 8.5006 11.7667 8.36703 11.6331C8.23346 11.4995 8.05441 11.4213 7.86565 11.414C7.67689 11.4067 7.49234 11.4709 7.34886 11.5938Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M19.7196 1.03051V4.78051C19.7196 4.97942 19.6406 5.17018 19.5 5.31084C19.3593 5.45149 19.1686 5.53051 18.9696 5.53051C18.7707 5.53051 18.58 5.45149 18.4393 5.31084C18.2987 5.17018 18.2196 4.97942 18.2196 4.78051V2.84082L12.6514 8.40629C12.5079 8.52916 12.3233 8.59336 12.1346 8.58607C11.9458 8.57878 11.7668 8.50053 11.6332 8.36696C11.4996 8.23339 11.4214 8.05433 11.4141 7.86558C11.4068 7.67682 11.471 7.49226 11.5939 7.34879L17.1593 1.78051H15.2196C15.0207 1.78051 14.83 1.70149 14.6893 1.56084C14.5487 1.42018 14.4696 1.22942 14.4696 1.03051C14.4696 0.831594 14.5487 0.640829 14.6893 0.500177C14.83 0.359524 15.0207 0.280507 15.2196 0.280507H18.9696C19.1686 0.280507 19.3593 0.359524 19.5 0.500177C19.6406 0.640829 19.7196 0.831594 19.7196 1.03051ZM18.9696 14.4696C18.7707 14.4696 18.58 14.5486 18.4393 14.6892C18.2987 14.8299 18.2196 15.0207 18.2196 15.2196V17.1593L1.56128 0.500004C1.42055 0.359274 1.22968 0.280212 1.03066 0.280212C0.831637 0.280212 0.640765 0.359274 0.500035 0.500004C0.359304 0.640735 0.280243 0.831606 0.280243 1.03063C0.280243 1.22965 0.359304 1.42052 0.500035 1.56125L17.1593 18.2196H15.2196C15.0207 18.2196 14.83 18.2986 14.6893 18.4392C14.5487 18.5799 14.4696 18.7707 14.4696 18.9696C14.4696 19.1685 14.5487 19.3592 14.6893 19.4999C14.83 19.6405 15.0207 19.7196 15.2196 19.7196H18.9696C19.1686 19.7196 19.3593 19.6405 19.5 19.4999C19.6406 19.3592 19.7196 19.1685 19.7196 18.9696V15.2196C19.7196 15.0207 19.6406 14.8299 19.5 14.6892C19.3593 14.5486 19.1686 14.4696 18.9696 14.4696ZM7.34886 11.5938L0.500148 18.4387C0.359417 18.5795 0.280356 18.7703 0.280356 18.9694C0.280356 19.1684 0.359417 19.3593 0.500148 19.5C0.640878 19.6407 0.83175 19.7198 1.03077 19.7198C1.2298 19.7198 1.42067 19.6407 1.5614 19.5L8.40636 12.6513C8.52923 12.5078 8.59343 12.3233 8.58614 12.1345C8.57885 11.9457 8.5006 11.7667 8.36703 11.6331C8.23346 11.4995 8.05441 11.4213 7.86565 11.414C7.67689 11.4067 7.49234 11.4709 7.34886 11.5938Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
defineProps<{id?:string}>()
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg
|
|
7
|
-
width="16"
|
|
8
|
-
height="16"
|
|
9
|
-
viewBox="0 0 16 16"
|
|
10
|
-
fill="none"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
>
|
|
13
|
-
<!-- осознанно константный: золотой градиент #FFE364→#FBC920 — одинаков в темах -->
|
|
14
|
-
<path
|
|
15
|
-
fill-rule="evenodd"
|
|
16
|
-
clip-rule="evenodd"
|
|
17
|
-
d="M8 1.35986C8.19931 1.35986 8.38143 1.47272 8.47013 1.65119L10.3485 5.43023L14.5504 6.04018C14.7486 6.06894 14.9131 6.20789 14.9746 6.39842C15.0361 6.58895 14.9839 6.79788 14.84 6.93708L11.8021 9.8756L12.5189 14.0261C12.5529 14.2228 12.4723 14.4218 12.311 14.5395C12.1496 14.6572 11.9355 14.6732 11.7585 14.5808L8 12.6178L4.2415 14.5808C4.0645 14.6732 3.85038 14.6572 3.68905 14.5395C3.52773 14.4218 3.44714 14.2228 3.48112 14.0261L4.19791 9.8756L1.16001 6.93708C1.0161 6.79788 0.963894 6.58895 1.02541 6.39842C1.08693 6.20789 1.25146 6.06894 1.4496 6.04018L5.65155 5.43023L7.52987 1.65119C7.61858 1.47272 7.8007 1.35986 8 1.35986Z"
|
|
18
|
-
:fill="`url(#paint0_linear_572_29334${id})`"
|
|
19
|
-
/>
|
|
20
|
-
<defs>
|
|
21
|
-
<linearGradient
|
|
22
|
-
:id="`paint0_linear_572_29334${id}`"
|
|
23
|
-
x1="8.52028"
|
|
24
|
-
y1="-8.70687"
|
|
25
|
-
x2="-4.22606"
|
|
26
|
-
y2="0.201872"
|
|
27
|
-
gradientUnits="userSpaceOnUse"
|
|
28
|
-
>
|
|
29
|
-
<stop stop-color="#FFE364" />
|
|
30
|
-
<stop
|
|
31
|
-
offset="1"
|
|
32
|
-
stop-color="#FBC920"
|
|
33
|
-
/>
|
|
34
|
-
</linearGradient>
|
|
35
|
-
</defs>
|
|
36
|
-
</svg>
|
|
37
|
-
</template>
|
|
38
|
-
|
|
39
|
-
<style scoped>
|
|
40
|
-
|
|
41
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
defineProps<{id?:string}>()
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg
|
|
7
|
+
width="16"
|
|
8
|
+
height="16"
|
|
9
|
+
viewBox="0 0 16 16"
|
|
10
|
+
fill="none"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<!-- осознанно константный: золотой градиент #FFE364→#FBC920 — одинаков в темах -->
|
|
14
|
+
<path
|
|
15
|
+
fill-rule="evenodd"
|
|
16
|
+
clip-rule="evenodd"
|
|
17
|
+
d="M8 1.35986C8.19931 1.35986 8.38143 1.47272 8.47013 1.65119L10.3485 5.43023L14.5504 6.04018C14.7486 6.06894 14.9131 6.20789 14.9746 6.39842C15.0361 6.58895 14.9839 6.79788 14.84 6.93708L11.8021 9.8756L12.5189 14.0261C12.5529 14.2228 12.4723 14.4218 12.311 14.5395C12.1496 14.6572 11.9355 14.6732 11.7585 14.5808L8 12.6178L4.2415 14.5808C4.0645 14.6732 3.85038 14.6572 3.68905 14.5395C3.52773 14.4218 3.44714 14.2228 3.48112 14.0261L4.19791 9.8756L1.16001 6.93708C1.0161 6.79788 0.963894 6.58895 1.02541 6.39842C1.08693 6.20789 1.25146 6.06894 1.4496 6.04018L5.65155 5.43023L7.52987 1.65119C7.61858 1.47272 7.8007 1.35986 8 1.35986Z"
|
|
18
|
+
:fill="`url(#paint0_linear_572_29334${id})`"
|
|
19
|
+
/>
|
|
20
|
+
<defs>
|
|
21
|
+
<linearGradient
|
|
22
|
+
:id="`paint0_linear_572_29334${id}`"
|
|
23
|
+
x1="8.52028"
|
|
24
|
+
y1="-8.70687"
|
|
25
|
+
x2="-4.22606"
|
|
26
|
+
y2="0.201872"
|
|
27
|
+
gradientUnits="userSpaceOnUse"
|
|
28
|
+
>
|
|
29
|
+
<stop stop-color="#FFE364" />
|
|
30
|
+
<stop
|
|
31
|
+
offset="1"
|
|
32
|
+
stop-color="#FBC920"
|
|
33
|
+
/>
|
|
34
|
+
</linearGradient>
|
|
35
|
+
</defs>
|
|
36
|
+
</svg>
|
|
37
|
+
</template>
|
|
38
|
+
|
|
39
|
+
<style scoped>
|
|
40
|
+
|
|
41
|
+
</style>
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
defineProps<{id?:string}>()
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<!-- осознанно константный: золотой градиент #FFE364→#FBC920 — одинаков в темах -->
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.35986C8.19931 1.35986 8.38143 1.47272 8.47013 1.65119L10.3485 5.43023L14.5504 6.04018C14.7486 6.06894 14.9131 6.20789 14.9746 6.39842C15.0361 6.58895 14.9839 6.79788 14.84 6.93708L11.8021 9.8756L12.5189 14.0261C12.5529 14.2228 12.4723 14.4218 12.311 14.5395C12.1496 14.6572 11.9355 14.6732 11.7585 14.5808L8 12.6178L4.2415 14.5808C4.0645 14.6732 3.85038 14.6572 3.68905 14.5395C3.52773 14.4218 3.44714 14.2228 3.48112 14.0261L4.19791 9.8756L1.16001 6.93708C1.0161 6.79788 0.963894 6.58895 1.02541 6.39842C1.08693 6.20789 1.25146 6.06894 1.4496 6.04018L5.65155 5.43023L7.52987 1.65119C7.61858 1.47272 7.8007 1.35986 8 1.35986Z" fill="currentColor" fill-opacity="0.1"/>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.00007 1.35986C8.00005 1.35986 8.00003 1.35986 8 1.35986C7.8007 1.35986 7.61858 1.47272 7.52987 1.65119L5.65155 5.43023L1.4496 6.04018C1.25146 6.06894 1.08693 6.20789 1.02541 6.39842C0.963894 6.58895 1.0161 6.79788 1.16001 6.93708L4.19791 9.8756L3.48112 14.0261C3.44714 14.2228 3.52773 14.4218 3.68905 14.5395C3.85038 14.6572 4.0645 14.6732 4.2415 14.5808L8 12.6178L8.00007 12.6179V1.35986Z" :fill="`url(#paint0_linear_572_29337${id})`"/>
|
|
10
|
-
<defs>
|
|
11
|
-
<linearGradient :id="`paint0_linear_572_29337${id}`" x1="4.76018" y1="-8.70687" x2="-3.69389" y2="-5.75246" gradientUnits="userSpaceOnUse">
|
|
12
|
-
<stop stop-color="#FFE364"/>
|
|
13
|
-
<stop offset="1" stop-color="#FBC920"/>
|
|
14
|
-
</linearGradient>
|
|
15
|
-
</defs>
|
|
16
|
-
</svg>
|
|
17
|
-
</template>
|
|
18
|
-
|
|
19
|
-
<style scoped>
|
|
20
|
-
|
|
21
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
defineProps<{id?:string}>()
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<!-- осознанно константный: золотой градиент #FFE364→#FBC920 — одинаков в темах -->
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.35986C8.19931 1.35986 8.38143 1.47272 8.47013 1.65119L10.3485 5.43023L14.5504 6.04018C14.7486 6.06894 14.9131 6.20789 14.9746 6.39842C15.0361 6.58895 14.9839 6.79788 14.84 6.93708L11.8021 9.8756L12.5189 14.0261C12.5529 14.2228 12.4723 14.4218 12.311 14.5395C12.1496 14.6572 11.9355 14.6732 11.7585 14.5808L8 12.6178L4.2415 14.5808C4.0645 14.6732 3.85038 14.6572 3.68905 14.5395C3.52773 14.4218 3.44714 14.2228 3.48112 14.0261L4.19791 9.8756L1.16001 6.93708C1.0161 6.79788 0.963894 6.58895 1.02541 6.39842C1.08693 6.20789 1.25146 6.06894 1.4496 6.04018L5.65155 5.43023L7.52987 1.65119C7.61858 1.47272 7.8007 1.35986 8 1.35986Z" fill="currentColor" fill-opacity="0.1"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.00007 1.35986C8.00005 1.35986 8.00003 1.35986 8 1.35986C7.8007 1.35986 7.61858 1.47272 7.52987 1.65119L5.65155 5.43023L1.4496 6.04018C1.25146 6.06894 1.08693 6.20789 1.02541 6.39842C0.963894 6.58895 1.0161 6.79788 1.16001 6.93708L4.19791 9.8756L3.48112 14.0261C3.44714 14.2228 3.52773 14.4218 3.68905 14.5395C3.85038 14.6572 4.0645 14.6732 4.2415 14.5808L8 12.6178L8.00007 12.6179V1.35986Z" :fill="`url(#paint0_linear_572_29337${id})`"/>
|
|
10
|
+
<defs>
|
|
11
|
+
<linearGradient :id="`paint0_linear_572_29337${id}`" x1="4.76018" y1="-8.70687" x2="-3.69389" y2="-5.75246" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop stop-color="#FFE364"/>
|
|
13
|
+
<stop offset="1" stop-color="#FBC920"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
</defs>
|
|
16
|
+
</svg>
|
|
17
|
+
</template>
|
|
18
|
+
|
|
19
|
+
<style scoped>
|
|
20
|
+
|
|
21
|
+
</style>
|
package/icons/star/star.vue
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg
|
|
7
|
-
width="16"
|
|
8
|
-
height="16"
|
|
9
|
-
viewBox="0 0 16 16"
|
|
10
|
-
fill="none"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
>
|
|
13
|
-
<path
|
|
14
|
-
fill-rule="evenodd"
|
|
15
|
-
clip-rule="evenodd"
|
|
16
|
-
d="M8 1.35986C8.19931 1.35986 8.38143 1.47272 8.47013 1.65119L10.3485 5.43023L14.5504 6.04018C14.7486 6.06894 14.9131 6.20789 14.9746 6.39842C15.0361 6.58895 14.9839 6.79788 14.84 6.93708L11.8021 9.8756L12.5189 14.0261C12.5529 14.2228 12.4723 14.4218 12.311 14.5395C12.1496 14.6572 11.9355 14.6732 11.7585 14.5808L8 12.6178L4.2415 14.5808C4.0645 14.6732 3.85038 14.6572 3.68905 14.5395C3.52773 14.4218 3.44714 14.2228 3.48112 14.0261L4.19791 9.8756L1.16001 6.93708C1.0161 6.79788 0.963894 6.58895 1.02541 6.39842C1.08693 6.20789 1.25146 6.06894 1.4496 6.04018L5.65155 5.43023L7.52987 1.65119C7.61858 1.47272 7.8007 1.35986 8 1.35986Z"
|
|
17
|
-
fill="currentColor"
|
|
18
|
-
fill-opacity="0.1"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
</template>
|
|
22
|
-
|
|
23
|
-
<style scoped>
|
|
24
|
-
|
|
25
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg
|
|
7
|
+
width="16"
|
|
8
|
+
height="16"
|
|
9
|
+
viewBox="0 0 16 16"
|
|
10
|
+
fill="none"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
fill-rule="evenodd"
|
|
15
|
+
clip-rule="evenodd"
|
|
16
|
+
d="M8 1.35986C8.19931 1.35986 8.38143 1.47272 8.47013 1.65119L10.3485 5.43023L14.5504 6.04018C14.7486 6.06894 14.9131 6.20789 14.9746 6.39842C15.0361 6.58895 14.9839 6.79788 14.84 6.93708L11.8021 9.8756L12.5189 14.0261C12.5529 14.2228 12.4723 14.4218 12.311 14.5395C12.1496 14.6572 11.9355 14.6732 11.7585 14.5808L8 12.6178L4.2415 14.5808C4.0645 14.6732 3.85038 14.6572 3.68905 14.5395C3.52773 14.4218 3.44714 14.2228 3.48112 14.0261L4.19791 9.8756L1.16001 6.93708C1.0161 6.79788 0.963894 6.58895 1.02541 6.39842C1.08693 6.20789 1.25146 6.06894 1.4496 6.04018L5.65155 5.43023L7.52987 1.65119C7.61858 1.47272 7.8007 1.35986 8 1.35986Z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
fill-opacity="0.1"
|
|
19
|
+
/>
|
|
20
|
+
</svg>
|
|
21
|
+
</template>
|
|
22
|
+
|
|
23
|
+
<style scoped>
|
|
24
|
+
|
|
25
|
+
</style>
|
package/icons/sun.vue
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg
|
|
7
|
-
width="16"
|
|
8
|
-
height="16"
|
|
9
|
-
viewBox="0 0 16 16"
|
|
10
|
-
fill="none"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
>
|
|
13
|
-
<!-- осознанно константный: золотой #FBC920 — фирменный цвет солнца, одинаков в темах -->
|
|
14
|
-
<path
|
|
15
|
-
opacity="0.7"
|
|
16
|
-
d="M7.99998 12.6666C10.5773 12.6666 12.6666 10.5772 12.6666 7.99992C12.6666 5.42259 10.5773 3.33325 7.99998 3.33325C5.42265 3.33325 3.33331 5.42259 3.33331 7.99992C3.33331 10.5772 5.42265 12.6666 7.99998 12.6666Z"
|
|
17
|
-
fill="#FBC920"
|
|
18
|
-
/>
|
|
19
|
-
<path d="M8.00002 15.3067C7.63335 15.3067 7.33335 15.0334 7.33335 14.6667V14.6134C7.33335 14.2467 7.63335 13.9467 8.00002 13.9467C8.36669 13.9467 8.66669 14.2467 8.66669 14.6134C8.66669 14.9801 8.36669 15.3067 8.00002 15.3067ZM12.76 13.4267C12.5867 13.4267 12.42 13.3601 12.2867 13.2334L12.2 13.1467C11.94 12.8867 11.94 12.4667 12.2 12.2067C12.46 11.9467 12.88 11.9467 13.14 12.2067L13.2267 12.2934C13.4867 12.5534 13.4867 12.9734 13.2267 13.2334C13.1 13.3601 12.9334 13.4267 12.76 13.4267ZM3.24002 13.4267C3.06669 13.4267 2.90002 13.3601 2.76669 13.2334C2.50669 12.9734 2.50669 12.5534 2.76669 12.2934L2.85335 12.2067C3.11335 11.9467 3.53335 11.9467 3.79335 12.2067C4.05335 12.4667 4.05335 12.8867 3.79335 13.1467L3.70669 13.2334C3.58002 13.3601 3.40669 13.4267 3.24002 13.4267ZM14.6667 8.66675H14.6134C14.2467 8.66675 13.9467 8.36675 13.9467 8.00008C13.9467 7.63341 14.2467 7.33342 14.6134 7.33342C14.98 7.33342 15.3067 7.63341 15.3067 8.00008C15.3067 8.36675 15.0334 8.66675 14.6667 8.66675ZM1.38669 8.66675H1.33335C0.966687 8.66675 0.666687 8.36675 0.666687 8.00008C0.666687 7.63341 0.966687 7.33342 1.33335 7.33342C1.70002 7.33342 2.02669 7.63341 2.02669 8.00008C2.02669 8.36675 1.75335 8.66675 1.38669 8.66675ZM12.6734 3.99341C12.5 3.99341 12.3334 3.92675 12.2 3.80008C11.94 3.54008 11.94 3.12008 12.2 2.86008L12.2867 2.77341C12.5467 2.51341 12.9667 2.51341 13.2267 2.77341C13.4867 3.03341 13.4867 3.45341 13.2267 3.71341L13.14 3.80008C13.0134 3.92675 12.8467 3.99341 12.6734 3.99341ZM3.32669 3.99341C3.15335 3.99341 2.98669 3.92675 2.85335 3.80008L2.76669 3.70675C2.50669 3.44675 2.50669 3.02675 2.76669 2.76675C3.02669 2.50675 3.44669 2.50675 3.70669 2.76675L3.79335 2.85342C4.05335 3.11342 4.05335 3.53341 3.79335 3.79341C3.66669 3.92675 3.49335 3.99341 3.32669 3.99341ZM8.00002 2.02675C7.63335 2.02675 7.33335 1.75341 7.33335 1.38675V1.33341C7.33335 0.966748 7.63335 0.666748 8.00002 0.666748C8.36669 0.666748 8.66669 0.966748 8.66669 1.33341C8.66669 1.70008 8.36669 2.02675 8.00002 2.02675Z" fill="#FBC920" />
|
|
20
|
-
</svg>
|
|
21
|
-
</template>
|
|
22
|
-
|
|
23
|
-
<style scoped>
|
|
24
|
-
|
|
25
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg
|
|
7
|
+
width="16"
|
|
8
|
+
height="16"
|
|
9
|
+
viewBox="0 0 16 16"
|
|
10
|
+
fill="none"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<!-- осознанно константный: золотой #FBC920 — фирменный цвет солнца, одинаков в темах -->
|
|
14
|
+
<path
|
|
15
|
+
opacity="0.7"
|
|
16
|
+
d="M7.99998 12.6666C10.5773 12.6666 12.6666 10.5772 12.6666 7.99992C12.6666 5.42259 10.5773 3.33325 7.99998 3.33325C5.42265 3.33325 3.33331 5.42259 3.33331 7.99992C3.33331 10.5772 5.42265 12.6666 7.99998 12.6666Z"
|
|
17
|
+
fill="#FBC920"
|
|
18
|
+
/>
|
|
19
|
+
<path d="M8.00002 15.3067C7.63335 15.3067 7.33335 15.0334 7.33335 14.6667V14.6134C7.33335 14.2467 7.63335 13.9467 8.00002 13.9467C8.36669 13.9467 8.66669 14.2467 8.66669 14.6134C8.66669 14.9801 8.36669 15.3067 8.00002 15.3067ZM12.76 13.4267C12.5867 13.4267 12.42 13.3601 12.2867 13.2334L12.2 13.1467C11.94 12.8867 11.94 12.4667 12.2 12.2067C12.46 11.9467 12.88 11.9467 13.14 12.2067L13.2267 12.2934C13.4867 12.5534 13.4867 12.9734 13.2267 13.2334C13.1 13.3601 12.9334 13.4267 12.76 13.4267ZM3.24002 13.4267C3.06669 13.4267 2.90002 13.3601 2.76669 13.2334C2.50669 12.9734 2.50669 12.5534 2.76669 12.2934L2.85335 12.2067C3.11335 11.9467 3.53335 11.9467 3.79335 12.2067C4.05335 12.4667 4.05335 12.8867 3.79335 13.1467L3.70669 13.2334C3.58002 13.3601 3.40669 13.4267 3.24002 13.4267ZM14.6667 8.66675H14.6134C14.2467 8.66675 13.9467 8.36675 13.9467 8.00008C13.9467 7.63341 14.2467 7.33342 14.6134 7.33342C14.98 7.33342 15.3067 7.63341 15.3067 8.00008C15.3067 8.36675 15.0334 8.66675 14.6667 8.66675ZM1.38669 8.66675H1.33335C0.966687 8.66675 0.666687 8.36675 0.666687 8.00008C0.666687 7.63341 0.966687 7.33342 1.33335 7.33342C1.70002 7.33342 2.02669 7.63341 2.02669 8.00008C2.02669 8.36675 1.75335 8.66675 1.38669 8.66675ZM12.6734 3.99341C12.5 3.99341 12.3334 3.92675 12.2 3.80008C11.94 3.54008 11.94 3.12008 12.2 2.86008L12.2867 2.77341C12.5467 2.51341 12.9667 2.51341 13.2267 2.77341C13.4867 3.03341 13.4867 3.45341 13.2267 3.71341L13.14 3.80008C13.0134 3.92675 12.8467 3.99341 12.6734 3.99341ZM3.32669 3.99341C3.15335 3.99341 2.98669 3.92675 2.85335 3.80008L2.76669 3.70675C2.50669 3.44675 2.50669 3.02675 2.76669 2.76675C3.02669 2.50675 3.44669 2.50675 3.70669 2.76675L3.79335 2.85342C4.05335 3.11342 4.05335 3.53341 3.79335 3.79341C3.66669 3.92675 3.49335 3.99341 3.32669 3.99341ZM8.00002 2.02675C7.63335 2.02675 7.33335 1.75341 7.33335 1.38675V1.33341C7.33335 0.966748 7.63335 0.666748 8.00002 0.666748C8.36669 0.666748 8.66669 0.966748 8.66669 1.33341C8.66669 1.70008 8.36669 2.02675 8.00002 2.02675Z" fill="#FBC920" />
|
|
20
|
+
</svg>
|
|
21
|
+
</template>
|
|
22
|
+
|
|
23
|
+
<style scoped>
|
|
24
|
+
|
|
25
|
+
</style>
|
package/icons/sviazi.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="M2.05011 1.52465C2.05011 1.23493 1.81506 1.00006 1.52512 1.00006C1.23517 1.00006 1.00012 1.23493 1.00012 1.52465V12.5657C1.00012 12.8554 1.23517 13.0903 1.52512 13.0903H4.59733V13.7759C4.59733 14.4519 5.14578 14.9999 5.82232 14.9999H13.775C14.4516 14.9999 15 14.4519 15 13.7759V11.3072C15 10.6312 14.4516 10.0832 13.775 10.0832H5.82232C5.14578 10.0832 4.59733 10.6312 4.59733 11.3072V12.0411H2.05011V6.79275H4.59733V7.50139C4.59733 8.17741 5.14578 8.72543 5.82232 8.72543H13.775C14.4516 8.72543 15 8.17741 15 7.50139V5.03272C15 4.3567 14.4516 3.80868 13.775 3.80868H5.82232C5.14578 3.80868 4.59733 4.3567 4.59733 5.03272V5.74357H2.05011V1.52465ZM5.82232 4.85786C5.72567 4.85786 5.64732 4.93615 5.64732 5.03272V7.50139C5.64732 7.59796 5.72567 7.67625 5.82232 7.67625H13.775C13.8717 7.67625 13.95 7.59796 13.95 7.50139V5.03272C13.95 4.93615 13.8717 4.85786 13.775 4.85786H5.82232ZM5.82232 11.1324C5.72567 11.1324 5.64732 11.2107 5.64732 11.3072V13.7759C5.64732 13.8725 5.72567 13.9508 5.82232 13.9508H13.775C13.8717 13.9508 13.95 13.8725 13.95 13.7759V11.3072C13.95 11.2107 13.8717 11.1324 13.775 11.1324H5.82232Z" 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="M2.05011 1.52465C2.05011 1.23493 1.81506 1.00006 1.52512 1.00006C1.23517 1.00006 1.00012 1.23493 1.00012 1.52465V12.5657C1.00012 12.8554 1.23517 13.0903 1.52512 13.0903H4.59733V13.7759C4.59733 14.4519 5.14578 14.9999 5.82232 14.9999H13.775C14.4516 14.9999 15 14.4519 15 13.7759V11.3072C15 10.6312 14.4516 10.0832 13.775 10.0832H5.82232C5.14578 10.0832 4.59733 10.6312 4.59733 11.3072V12.0411H2.05011V6.79275H4.59733V7.50139C4.59733 8.17741 5.14578 8.72543 5.82232 8.72543H13.775C14.4516 8.72543 15 8.17741 15 7.50139V5.03272C15 4.3567 14.4516 3.80868 13.775 3.80868H5.82232C5.14578 3.80868 4.59733 4.3567 4.59733 5.03272V5.74357H2.05011V1.52465ZM5.82232 4.85786C5.72567 4.85786 5.64732 4.93615 5.64732 5.03272V7.50139C5.64732 7.59796 5.72567 7.67625 5.82232 7.67625H13.775C13.8717 7.67625 13.95 7.59796 13.95 7.50139V5.03272C13.95 4.93615 13.8717 4.85786 13.775 4.85786H5.82232ZM5.82232 11.1324C5.72567 11.1324 5.64732 11.2107 5.64732 11.3072V13.7759C5.64732 13.8725 5.72567 13.9508 5.82232 13.9508H13.775C13.8717 13.9508 13.95 13.8725 13.95 13.7759V11.3072C13.95 11.2107 13.8717 11.1324 13.775 11.1324H5.82232Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
package/icons/tag.vue
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg
|
|
7
|
-
width="24"
|
|
8
|
-
height="24"
|
|
9
|
-
viewBox="0 0 24 24"
|
|
10
|
-
fill="none"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
>
|
|
13
|
-
<path
|
|
14
|
-
fill-rule="evenodd"
|
|
15
|
-
clip-rule="evenodd"
|
|
16
|
-
d="M3.5167 9.5L14.424 20.4073C14.4835 20.4667 14.5642 20.5001 14.6482 20.5001C14.7323 20.5001 14.8129 20.4667 14.8724 20.4073L20.4073 14.8724C20.4667 14.8129 20.5001 14.7323 20.5001 14.6482C20.5001 14.5642 20.4667 14.4835 20.4073 14.424L9.5 3.5167L4.31538 4.31538L3.5167 9.5ZM15.9328 21.4683L21.4683 15.9328C21.8086 15.592 22.0001 15.1298 22.0001 14.6482C22.0001 14.1667 21.809 13.7048 21.4687 13.364L10.4872 2.3826C10.3585 2.25018 10.2024 2.14757 10.0296 2.08205C9.85369 2.01532 9.66506 1.98876 9.47754 2.00433C9.46009 2.00577 9.44269 2.00783 9.42539 2.0105L4.00426 2.84561C3.70637 2.87204 3.42665 3.00234 3.21449 3.21449C3.00234 3.42665 2.87204 3.70637 2.84561 4.00426L2.0105 9.42539C2.00783 9.44269 2.00577 9.46009 2.00433 9.47754C1.98876 9.66506 2.01532 9.85369 2.08205 10.0296C2.14757 10.2024 2.25018 10.3585 2.3826 10.4872L13.3637 21.4683C13.7044 21.8086 14.1667 22.0001 14.6482 22.0001C15.1298 22.0001 15.592 21.8086 15.9328 21.4683Z"
|
|
17
|
-
fill="currentColor"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
fill-rule="evenodd"
|
|
21
|
-
clip-rule="evenodd"
|
|
22
|
-
d="M7.10027 7.88876C7.10027 7.45329 7.45329 7.10027 7.88876 7.10027C8.32423 7.10027 8.67725 7.45329 8.67725 7.88876C8.67725 8.32423 8.32423 8.67725 7.88876 8.67725C7.45329 8.67725 7.10027 8.32423 7.10027 7.88876ZM7.88876 10.1003C9.11014 10.1003 10.1003 9.11014 10.1003 7.88876C10.1003 6.66738 9.11014 5.67725 7.88876 5.67725C6.66737 5.67725 5.67725 6.66737 5.67725 7.88876C5.67725 9.11014 6.66738 10.1003 7.88876 10.1003Z"
|
|
23
|
-
fill="currentColor"
|
|
24
|
-
/>
|
|
25
|
-
</svg>
|
|
26
|
-
</template>
|
|
27
|
-
|
|
28
|
-
<style scoped>
|
|
29
|
-
|
|
30
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg
|
|
7
|
+
width="24"
|
|
8
|
+
height="24"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
fill="none"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
fill-rule="evenodd"
|
|
15
|
+
clip-rule="evenodd"
|
|
16
|
+
d="M3.5167 9.5L14.424 20.4073C14.4835 20.4667 14.5642 20.5001 14.6482 20.5001C14.7323 20.5001 14.8129 20.4667 14.8724 20.4073L20.4073 14.8724C20.4667 14.8129 20.5001 14.7323 20.5001 14.6482C20.5001 14.5642 20.4667 14.4835 20.4073 14.424L9.5 3.5167L4.31538 4.31538L3.5167 9.5ZM15.9328 21.4683L21.4683 15.9328C21.8086 15.592 22.0001 15.1298 22.0001 14.6482C22.0001 14.1667 21.809 13.7048 21.4687 13.364L10.4872 2.3826C10.3585 2.25018 10.2024 2.14757 10.0296 2.08205C9.85369 2.01532 9.66506 1.98876 9.47754 2.00433C9.46009 2.00577 9.44269 2.00783 9.42539 2.0105L4.00426 2.84561C3.70637 2.87204 3.42665 3.00234 3.21449 3.21449C3.00234 3.42665 2.87204 3.70637 2.84561 4.00426L2.0105 9.42539C2.00783 9.44269 2.00577 9.46009 2.00433 9.47754C1.98876 9.66506 2.01532 9.85369 2.08205 10.0296C2.14757 10.2024 2.25018 10.3585 2.3826 10.4872L13.3637 21.4683C13.7044 21.8086 14.1667 22.0001 14.6482 22.0001C15.1298 22.0001 15.592 21.8086 15.9328 21.4683Z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
fill-rule="evenodd"
|
|
21
|
+
clip-rule="evenodd"
|
|
22
|
+
d="M7.10027 7.88876C7.10027 7.45329 7.45329 7.10027 7.88876 7.10027C8.32423 7.10027 8.67725 7.45329 8.67725 7.88876C8.67725 8.32423 8.32423 8.67725 7.88876 8.67725C7.45329 8.67725 7.10027 8.32423 7.10027 7.88876ZM7.88876 10.1003C9.11014 10.1003 10.1003 9.11014 10.1003 7.88876C10.1003 6.66738 9.11014 5.67725 7.88876 5.67725C6.66737 5.67725 5.67725 6.66737 5.67725 7.88876C5.67725 9.11014 6.66738 10.1003 7.88876 10.1003Z"
|
|
23
|
+
fill="currentColor"
|
|
24
|
+
/>
|
|
25
|
+
</svg>
|
|
26
|
+
</template>
|
|
27
|
+
|
|
28
|
+
<style scoped>
|
|
29
|
+
|
|
30
|
+
</style>
|