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
package/icons/delete.vue
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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"
|
|
4
|
-
d="M6.65891 2.62092C7.0169 2.25375 7.49957 2.05 7.99995 2.05C8.50034 2.05 8.98301 2.25375 9.341 2.62092C9.6933 2.98225 9.89607 3.47279 9.9029 3.98845H6.09701C6.10384 3.47279 6.30661 2.98225 6.65891 2.62092ZM5.56896 5.03845L5.57183 5.03845L5.5747 5.03845H10.4252L10.4281 5.03845L10.4309 5.03845H11.8456V13.4788C11.8456 13.608 11.7954 13.7293 11.7102 13.8167C11.6254 13.9036 11.5133 13.95 11.3993 13.95H4.60058C4.48658 13.95 4.37447 13.9036 4.2897 13.8167C4.20449 13.7293 4.15433 13.608 4.15433 13.4788V5.03845H5.56896ZM5.04695 3.98845C5.05382 3.20262 5.36106 2.44797 5.90711 1.88791C6.45985 1.32101 7.21239 1 7.99995 1C8.78752 1 9.54006 1.32101 10.0928 1.88791C10.6389 2.44797 10.9461 3.20262 10.953 3.98845H12.3706H13.8274C14.1174 3.98845 14.3524 4.2235 14.3524 4.51345C14.3524 4.8034 14.1174 5.03845 13.8274 5.03845H12.8956V13.4788C12.8956 13.878 12.7411 14.2635 12.462 14.5497C12.1825 14.8364 11.8005 15 11.3993 15H4.60058C4.1994 15 3.81742 14.8364 3.53791 14.5497C3.25883 14.2635 3.10433 13.878 3.10433 13.4788V5.03845H2.17246C1.88251 5.03845 1.64746 4.8034 1.64746 4.51345C1.64746 4.2235 1.88251 3.98845 2.17246 3.98845H3.62933H5.04695ZM6.54308 6.97839C6.83303 6.97839 7.06808 7.21344 7.06808 7.50339V11.4895C7.06808 11.7794 6.83303 12.0145 6.54308 12.0145C6.25313 12.0145 6.01808 11.7794 6.01808 11.4895V7.50339C6.01808 7.21344 6.25313 6.97839 6.54308 6.97839ZM9.98182 7.50339C9.98182 7.21344 9.74677 6.97839 9.45682 6.97839C9.16687 6.97839 8.93182 7.21344 8.93182 7.50339V11.4895C8.93182 11.7794 9.16687 12.0145 9.45682 12.0145C9.74677 12.0145 9.98182 11.7794 9.98182 11.4895V7.50339Z"
|
|
5
|
-
fill="currentColor"/>
|
|
6
|
-
</svg>
|
|
7
|
-
</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"
|
|
4
|
+
d="M6.65891 2.62092C7.0169 2.25375 7.49957 2.05 7.99995 2.05C8.50034 2.05 8.98301 2.25375 9.341 2.62092C9.6933 2.98225 9.89607 3.47279 9.9029 3.98845H6.09701C6.10384 3.47279 6.30661 2.98225 6.65891 2.62092ZM5.56896 5.03845L5.57183 5.03845L5.5747 5.03845H10.4252L10.4281 5.03845L10.4309 5.03845H11.8456V13.4788C11.8456 13.608 11.7954 13.7293 11.7102 13.8167C11.6254 13.9036 11.5133 13.95 11.3993 13.95H4.60058C4.48658 13.95 4.37447 13.9036 4.2897 13.8167C4.20449 13.7293 4.15433 13.608 4.15433 13.4788V5.03845H5.56896ZM5.04695 3.98845C5.05382 3.20262 5.36106 2.44797 5.90711 1.88791C6.45985 1.32101 7.21239 1 7.99995 1C8.78752 1 9.54006 1.32101 10.0928 1.88791C10.6389 2.44797 10.9461 3.20262 10.953 3.98845H12.3706H13.8274C14.1174 3.98845 14.3524 4.2235 14.3524 4.51345C14.3524 4.8034 14.1174 5.03845 13.8274 5.03845H12.8956V13.4788C12.8956 13.878 12.7411 14.2635 12.462 14.5497C12.1825 14.8364 11.8005 15 11.3993 15H4.60058C4.1994 15 3.81742 14.8364 3.53791 14.5497C3.25883 14.2635 3.10433 13.878 3.10433 13.4788V5.03845H2.17246C1.88251 5.03845 1.64746 4.8034 1.64746 4.51345C1.64746 4.2235 1.88251 3.98845 2.17246 3.98845H3.62933H5.04695ZM6.54308 6.97839C6.83303 6.97839 7.06808 7.21344 7.06808 7.50339V11.4895C7.06808 11.7794 6.83303 12.0145 6.54308 12.0145C6.25313 12.0145 6.01808 11.7794 6.01808 11.4895V7.50339C6.01808 7.21344 6.25313 6.97839 6.54308 6.97839ZM9.98182 7.50339C9.98182 7.21344 9.74677 6.97839 9.45682 6.97839C9.16687 6.97839 8.93182 7.21344 8.93182 7.50339V11.4895C8.93182 11.7794 9.16687 12.0145 9.45682 12.0145C9.74677 12.0145 9.98182 11.7794 9.98182 11.4895V7.50339Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
package/icons/document.vue
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" fill="currentColor" clip-rule="evenodd" d="M5.12024 3.69714C5.24646 3.57091 5.41766 3.5 5.59617 3.5H14.5355L19.0769 8.04143V19.8269C19.0769 20.0054 19.006 20.1766 18.8798 20.3029C18.7536 20.4291 18.5824 20.5 18.4039 20.5H5.59617C5.41766 20.5 5.24646 20.4291 5.12024 20.3029C4.99401 20.1766 4.9231 20.0054 4.9231 19.8269V4.17308C4.9231 3.99457 4.99401 3.82337 5.12024 3.69714ZM5.59617 2C5.01984 2 4.46711 2.22895 4.05958 2.63648C3.65204 3.04401 3.4231 3.59674 3.4231 4.17308V19.8269C3.4231 20.4033 3.65204 20.956 4.05958 21.3635C4.46711 21.771 5.01984 22 5.59617 22H18.4039C18.9802 22 19.5329 21.771 19.9405 21.3635C20.348 20.956 20.5769 20.4033 20.5769 19.8269V7.73077C20.5769 7.53186 20.4979 7.34109 20.3573 7.20044L15.3765 2.21967C15.2359 2.07902 15.0451 2 14.8462 2H5.59617ZM9.50672 6.3465C9.01681 6.3465 8.61966 6.74365 8.61966 7.23356C8.61966 7.72347 9.01681 8.12062 9.50672 8.12062C9.63196 8.12062 9.74929 8.09511 9.85532 8.04971C10.1733 7.91355 10.3938 7.59844 10.3938 7.23356C10.3938 6.74365 9.99663 6.3465 9.50672 6.3465ZM7.11966 7.23356C7.11966 5.91522 8.18838 4.8465 9.50672 4.8465C10.8251 4.8465 11.8938 5.91522 11.8938 7.23356C11.8938 7.78858 11.7044 8.29882 11.3873 8.70378C11.9192 9.06086 12.3541 9.55871 12.6611 10.1427C12.8539 10.5093 12.713 10.9628 12.3463 11.1555C11.9797 11.3483 11.5262 11.2074 11.3335 10.8407C11.1284 10.4506 10.8471 10.1415 10.5265 9.93284C10.2072 9.72497 9.85686 9.62149 9.50819 9.62149C9.15952 9.62149 8.8092 9.72497 8.48986 9.93284C8.16931 10.1415 7.88801 10.4506 7.68292 10.8407C7.49016 11.2074 7.03669 11.3483 6.67006 11.1555C6.30343 10.9628 6.16247 10.5093 6.35523 10.1427C6.66187 9.55944 7.09606 9.06211 7.62709 8.70513C7.30919 8.29966 7.11966 7.78874 7.11966 7.23356ZM6.26907 14.1346C6.26907 13.7203 6.60486 13.3846 7.01907 13.3846H16.9806C17.3948 13.3846 17.7306 13.7203 17.7306 14.1346C17.7306 14.5488 17.3948 14.8846 16.9806 14.8846H7.01907C6.60486 14.8846 6.26907 14.5488 6.26907 14.1346ZM7.01907 16.9424C6.60486 16.9424 6.26907 17.2782 6.26907 17.6924C6.26907 18.1066 6.60486 18.4424 7.01907 18.4424H12.7114C13.1256 18.4424 13.4614 18.1066 13.4614 17.6924C13.4614 17.2782 13.1256 16.9424 12.7114 16.9424H7.01907Z" />
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" fill="currentColor" clip-rule="evenodd" d="M5.12024 3.69714C5.24646 3.57091 5.41766 3.5 5.59617 3.5H14.5355L19.0769 8.04143V19.8269C19.0769 20.0054 19.006 20.1766 18.8798 20.3029C18.7536 20.4291 18.5824 20.5 18.4039 20.5H5.59617C5.41766 20.5 5.24646 20.4291 5.12024 20.3029C4.99401 20.1766 4.9231 20.0054 4.9231 19.8269V4.17308C4.9231 3.99457 4.99401 3.82337 5.12024 3.69714ZM5.59617 2C5.01984 2 4.46711 2.22895 4.05958 2.63648C3.65204 3.04401 3.4231 3.59674 3.4231 4.17308V19.8269C3.4231 20.4033 3.65204 20.956 4.05958 21.3635C4.46711 21.771 5.01984 22 5.59617 22H18.4039C18.9802 22 19.5329 21.771 19.9405 21.3635C20.348 20.956 20.5769 20.4033 20.5769 19.8269V7.73077C20.5769 7.53186 20.4979 7.34109 20.3573 7.20044L15.3765 2.21967C15.2359 2.07902 15.0451 2 14.8462 2H5.59617ZM9.50672 6.3465C9.01681 6.3465 8.61966 6.74365 8.61966 7.23356C8.61966 7.72347 9.01681 8.12062 9.50672 8.12062C9.63196 8.12062 9.74929 8.09511 9.85532 8.04971C10.1733 7.91355 10.3938 7.59844 10.3938 7.23356C10.3938 6.74365 9.99663 6.3465 9.50672 6.3465ZM7.11966 7.23356C7.11966 5.91522 8.18838 4.8465 9.50672 4.8465C10.8251 4.8465 11.8938 5.91522 11.8938 7.23356C11.8938 7.78858 11.7044 8.29882 11.3873 8.70378C11.9192 9.06086 12.3541 9.55871 12.6611 10.1427C12.8539 10.5093 12.713 10.9628 12.3463 11.1555C11.9797 11.3483 11.5262 11.2074 11.3335 10.8407C11.1284 10.4506 10.8471 10.1415 10.5265 9.93284C10.2072 9.72497 9.85686 9.62149 9.50819 9.62149C9.15952 9.62149 8.8092 9.72497 8.48986 9.93284C8.16931 10.1415 7.88801 10.4506 7.68292 10.8407C7.49016 11.2074 7.03669 11.3483 6.67006 11.1555C6.30343 10.9628 6.16247 10.5093 6.35523 10.1427C6.66187 9.55944 7.09606 9.06211 7.62709 8.70513C7.30919 8.29966 7.11966 7.78874 7.11966 7.23356ZM6.26907 14.1346C6.26907 13.7203 6.60486 13.3846 7.01907 13.3846H16.9806C17.3948 13.3846 17.7306 13.7203 17.7306 14.1346C17.7306 14.5488 17.3948 14.8846 16.9806 14.8846H7.01907C6.60486 14.8846 6.26907 14.5488 6.26907 14.1346ZM7.01907 16.9424C6.60486 16.9424 6.26907 17.2782 6.26907 17.6924C6.26907 18.1066 6.60486 18.4424 7.01907 18.4424H12.7114C13.1256 18.4424 13.4614 18.1066 13.4614 17.6924C13.4614 17.2782 13.1256 16.9424 12.7114 16.9424H7.01907Z" />
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
@@ -1,31 +1,31 @@
|
|
|
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
|
-
<path
|
|
10
|
-
d="M8.00001 8.66668C8.3682 8.66668 8.66667 8.3682 8.66667 8.00001C8.66667 7.63182 8.3682 7.33334 8.00001 7.33334C7.63182 7.33334 7.33334 7.63182 7.33334 8.00001C7.33334 8.3682 7.63182 8.66668 8.00001 8.66668Z"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
stroke-width="2"
|
|
13
|
-
stroke-linecap="round"
|
|
14
|
-
stroke-linejoin="round"
|
|
15
|
-
/>
|
|
16
|
-
<path
|
|
17
|
-
d="M12.6667 8.66668C13.0349 8.66668 13.3333 8.3682 13.3333 8.00001C13.3333 7.63182 13.0349 7.33334 12.6667 7.33334C12.2985 7.33334 12 7.63182 12 8.00001C12 8.3682 12.2985 8.66668 12.6667 8.66668Z"
|
|
18
|
-
stroke="currentColor"
|
|
19
|
-
stroke-width="2"
|
|
20
|
-
stroke-linecap="round"
|
|
21
|
-
stroke-linejoin="round"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M3.33334 8.66668C3.70153 8.66668 4.00001 8.3682 4.00001 8.00001C4.00001 7.63182 3.70153 7.33334 3.33334 7.33334C2.96515 7.33334 2.66667 7.63182 2.66667 8.00001C2.66667 8.3682 2.96515 8.66668 3.33334 8.66668Z"
|
|
25
|
-
stroke="currentColor"
|
|
26
|
-
stroke-width="2"
|
|
27
|
-
stroke-linecap="round"
|
|
28
|
-
stroke-linejoin="round"
|
|
29
|
-
/>
|
|
30
|
-
</svg>
|
|
31
|
-
</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
|
+
<path
|
|
10
|
+
d="M8.00001 8.66668C8.3682 8.66668 8.66667 8.3682 8.66667 8.00001C8.66667 7.63182 8.3682 7.33334 8.00001 7.33334C7.63182 7.33334 7.33334 7.63182 7.33334 8.00001C7.33334 8.3682 7.63182 8.66668 8.00001 8.66668Z"
|
|
11
|
+
stroke="currentColor"
|
|
12
|
+
stroke-width="2"
|
|
13
|
+
stroke-linecap="round"
|
|
14
|
+
stroke-linejoin="round"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M12.6667 8.66668C13.0349 8.66668 13.3333 8.3682 13.3333 8.00001C13.3333 7.63182 13.0349 7.33334 12.6667 7.33334C12.2985 7.33334 12 7.63182 12 8.00001C12 8.3682 12.2985 8.66668 12.6667 8.66668Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
stroke-width="2"
|
|
20
|
+
stroke-linecap="round"
|
|
21
|
+
stroke-linejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M3.33334 8.66668C3.70153 8.66668 4.00001 8.3682 4.00001 8.00001C4.00001 7.63182 3.70153 7.33334 3.33334 7.33334C2.96515 7.33334 2.66667 7.63182 2.66667 8.00001C2.66667 8.3682 2.96515 8.66668 3.33334 8.66668Z"
|
|
25
|
+
stroke="currentColor"
|
|
26
|
+
stroke-width="2"
|
|
27
|
+
stroke-linecap="round"
|
|
28
|
+
stroke-linejoin="round"
|
|
29
|
+
/>
|
|
30
|
+
</svg>
|
|
31
|
+
</template>
|
package/icons/download-line.vue
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
-
width="1em"
|
|
5
|
-
height="1em"
|
|
6
|
-
viewBox="0 0 24 24"
|
|
7
|
-
>
|
|
8
|
-
<path
|
|
9
|
-
fill="currentColor"
|
|
10
|
-
d="M13 3a1 1 0 1 0-2 0v12.086l-3.293-3.293a1 1 0 0 0-1.414 1.414l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 0 0-1.414-1.414L13 15.086zM5 20a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2z"
|
|
11
|
-
/>
|
|
12
|
-
</svg>
|
|
13
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
>
|
|
8
|
+
<path
|
|
9
|
+
fill="currentColor"
|
|
10
|
+
d="M13 3a1 1 0 1 0-2 0v12.086l-3.293-3.293a1 1 0 0 0-1.414 1.414l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 0 0-1.414-1.414L13 15.086zM5 20a1 1 0 1 0 0 2h14a1 1 0 1 0 0-2z"
|
|
11
|
+
/>
|
|
12
|
+
</svg>
|
|
13
|
+
</template>
|
|
@@ -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-download-icon lucide-download"><path d="M12 15V3"/><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><path d="m7 10 5 5 5-5"/></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-download-icon lucide-download"><path d="M12 15V3"/><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><path d="m7 10 5 5 5-5"/></svg>
|
|
3
|
+
</template>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path d="M17.5 12.5V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H4.16667C3.72464 17.5 3.30072 17.3244 2.98816 17.0118C2.67559 16.6993 2.5 16.2754 2.5 15.8333V12.5" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
-
<path d="M5.83334 8.33337L10 12.5L14.1667 8.33337" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
-
<path d="M10 12.5V2.5" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
|
|
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="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<path d="M17.5 12.5V15.8333C17.5 16.2754 17.3244 16.6993 17.0118 17.0118C16.6993 17.3244 16.2754 17.5 15.8333 17.5H4.16667C3.72464 17.5 3.30072 17.3244 2.98816 17.0118C2.67559 16.6993 2.5 16.2754 2.5 15.8333V12.5" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M5.83334 8.33337L10 12.5L14.1667 8.33337" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
<path d="M10 12.5V2.5" stroke="currentColor" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|
package/icons/download.vue
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg class="fill-icon-strong" fill="none" height="16" viewBox="0 0 17 16" width="17"
|
|
3
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<path
|
|
5
|
-
d="M9.02496 1.525C9.02496 1.23505 8.78991 1 8.49996 1C8.21001 1 7.97496 1.23505 7.97496 1.525V9.97001L6.71285 8.7079C6.50783 8.50288 6.17542 8.50288 5.9704 8.7079C5.76537 8.91293 5.76537 9.24534 5.9704 9.45036L8.12872 11.6087C8.22717 11.7071 8.36071 11.7625 8.49994 11.7625C8.63918 11.7625 8.77272 11.7071 8.87117 11.6087L11.0295 9.45036C11.2345 9.24534 11.2345 8.91293 11.0295 8.7079C10.8245 8.50288 10.4921 8.50288 10.287 8.7079L9.02496 9.96999V1.525Z"
|
|
6
|
-
fill="currentColor"/>
|
|
7
|
-
<path
|
|
8
|
-
d="M2.025 10.7124C2.31494 10.7124 2.54999 10.9475 2.54999 11.2374V13.9499H14.4499V11.2374C14.4499 10.9475 14.685 10.7124 14.9749 10.7124C15.2649 10.7124 15.4999 10.9475 15.4999 11.2374V14.4749C15.4999 14.7649 15.2649 14.9999 14.9749 14.9999H2.025C1.73505 14.9999 1.5 14.7649 1.5 14.4749V11.2374C1.5 10.9475 1.73505 10.7124 2.025 10.7124Z"
|
|
9
|
-
fill="currentColor"/>
|
|
10
|
-
</svg>
|
|
11
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg class="fill-icon-strong" fill="none" height="16" viewBox="0 0 17 16" width="17"
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
4
|
+
<path
|
|
5
|
+
d="M9.02496 1.525C9.02496 1.23505 8.78991 1 8.49996 1C8.21001 1 7.97496 1.23505 7.97496 1.525V9.97001L6.71285 8.7079C6.50783 8.50288 6.17542 8.50288 5.9704 8.7079C5.76537 8.91293 5.76537 9.24534 5.9704 9.45036L8.12872 11.6087C8.22717 11.7071 8.36071 11.7625 8.49994 11.7625C8.63918 11.7625 8.77272 11.7071 8.87117 11.6087L11.0295 9.45036C11.2345 9.24534 11.2345 8.91293 11.0295 8.7079C10.8245 8.50288 10.4921 8.50288 10.287 8.7079L9.02496 9.96999V1.525Z"
|
|
6
|
+
fill="currentColor"/>
|
|
7
|
+
<path
|
|
8
|
+
d="M2.025 10.7124C2.31494 10.7124 2.54999 10.9475 2.54999 11.2374V13.9499H14.4499V11.2374C14.4499 10.9475 14.685 10.7124 14.9749 10.7124C15.2649 10.7124 15.4999 10.9475 15.4999 11.2374V14.4749C15.4999 14.7649 15.2649 14.9999 14.9749 14.9999H2.025C1.73505 14.9999 1.5 14.7649 1.5 14.4749V11.2374C1.5 10.9475 1.73505 10.7124 2.025 10.7124Z"
|
|
9
|
+
fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
package/icons/edit.vue
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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"
|
|
4
|
-
d="M12.6278 2.05C12.4541 2.05 12.2822 2.0842 12.1218 2.15065C11.9613 2.2171 11.8156 2.3145 11.6928 2.43728L2.97449 11.1556L2.27325 13.7268L4.84444 13.0255L13.5627 4.30723C13.6855 4.18445 13.7829 4.03868 13.8494 3.87826C13.9158 3.71784 13.95 3.5459 13.95 3.37226C13.95 3.19861 13.9158 3.02667 13.8494 2.86625C13.7829 2.70583 13.6855 2.56006 13.5627 2.43728C13.44 2.3145 13.2942 2.2171 13.1338 2.15065C12.9734 2.0842 12.8014 2.05 12.6278 2.05ZM11.72 1.18058C12.0078 1.06136 12.3162 1 12.6278 1C12.9393 1 13.2478 1.06136 13.5356 1.18058C13.8234 1.29979 14.0849 1.47453 14.3052 1.69482C14.5255 1.9151 14.7002 2.17662 14.8195 2.46443C14.9387 2.75225 15 3.06073 15 3.37226C15 3.68378 14.9387 3.99226 14.8195 4.28008C14.7002 4.5679 14.5255 4.82941 14.3052 5.0497L5.48831 13.8666C5.42371 13.9312 5.34336 13.9778 5.25522 14.0019L1.66315 14.9815C1.48139 15.0311 1.287 14.9795 1.15378 14.8463C1.02056 14.713 0.96894 14.5186 1.01851 14.3369L1.99817 10.7448C2.02221 10.6567 2.06883 10.5763 2.13344 10.5117L10.9503 1.69482C11.1706 1.47453 11.4321 1.29979 11.72 1.18058Z"
|
|
5
|
-
fill="currentColor"/>
|
|
6
|
-
</svg>
|
|
7
|
-
</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"
|
|
4
|
+
d="M12.6278 2.05C12.4541 2.05 12.2822 2.0842 12.1218 2.15065C11.9613 2.2171 11.8156 2.3145 11.6928 2.43728L2.97449 11.1556L2.27325 13.7268L4.84444 13.0255L13.5627 4.30723C13.6855 4.18445 13.7829 4.03868 13.8494 3.87826C13.9158 3.71784 13.95 3.5459 13.95 3.37226C13.95 3.19861 13.9158 3.02667 13.8494 2.86625C13.7829 2.70583 13.6855 2.56006 13.5627 2.43728C13.44 2.3145 13.2942 2.2171 13.1338 2.15065C12.9734 2.0842 12.8014 2.05 12.6278 2.05ZM11.72 1.18058C12.0078 1.06136 12.3162 1 12.6278 1C12.9393 1 13.2478 1.06136 13.5356 1.18058C13.8234 1.29979 14.0849 1.47453 14.3052 1.69482C14.5255 1.9151 14.7002 2.17662 14.8195 2.46443C14.9387 2.75225 15 3.06073 15 3.37226C15 3.68378 14.9387 3.99226 14.8195 4.28008C14.7002 4.5679 14.5255 4.82941 14.3052 5.0497L5.48831 13.8666C5.42371 13.9312 5.34336 13.9778 5.25522 14.0019L1.66315 14.9815C1.48139 15.0311 1.287 14.9795 1.15378 14.8463C1.02056 14.713 0.96894 14.5186 1.01851 14.3369L1.99817 10.7448C2.02221 10.6567 2.06883 10.5763 2.13344 10.5117L10.9503 1.69482C11.1706 1.47453 11.4321 1.29979 11.72 1.18058Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
package/icons/education.vue
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 16 16"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M6.05638 1.61878C6.34764 1.4617 6.70586 1.46039 6.99831 1.61502L11.4033 3.94407C11.6179 4.05751 11.7489 4.27106 11.75 4.50507C11.7511 4.73916 11.6221 4.95413 11.4083 5.06946L10.1674 5.7387L10.1418 8.2351C10.1384 8.57021 9.94094 8.85607 9.66038 9.00603L7.21773 10.3116C6.73675 10.5687 6.14072 10.5624 5.66598 10.2943L3.47787 9.05864C3.20215 8.90294 3.01268 8.61438 3.01609 8.28122L3.04027 5.91529L1.59667 5.15202C1.38212 5.03858 1.25115 4.82504 1.25001 4.59103C1.24887 4.35693 1.37788 4.14197 1.59174 4.02663L6.05638 1.61878ZM3.81391 6.32434L3.79383 8.28927C3.79365 8.30652 3.80341 8.34504 3.85853 8.37617L6.04664 9.61184C6.28986 9.7492 6.60499 9.75294 6.85286 9.62045L9.29551 8.31488C9.35293 8.28419 9.36392 8.24459 9.3641 8.22705L9.38523 6.16052L6.94362 7.47732C6.65236 7.6344 6.29414 7.6357 6.00169 7.48108L3.81391 6.32434ZM6.63652 2.3078C6.57235 2.27388 6.48733 2.2743 6.42381 2.30855L2.19961 4.58674L6.36348 6.78829C6.42765 6.82222 6.51267 6.82179 6.57619 6.78754L10.8004 4.50936L6.63652 2.3078ZM1.95846 4.45923C1.95841 4.45921 1.95851 4.45926 1.95846 4.45923V4.45923Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M6.05638 1.61878C6.34764 1.4617 6.70586 1.46039 6.99831 1.61502L11.4033 3.94407C11.6179 4.05751 11.7489 4.27106 11.75 4.50507C11.7511 4.73916 11.6221 4.95413 11.4083 5.06946L10.1674 5.7387L10.1418 8.2351C10.1384 8.57021 9.94094 8.85607 9.66038 9.00603L7.21773 10.3116C6.73675 10.5687 6.14072 10.5624 5.66598 10.2943L3.47787 9.05864C3.20215 8.90294 3.01268 8.61438 3.01609 8.28122L3.04027 5.91529L1.59667 5.15202C1.38212 5.03858 1.25115 4.82504 1.25001 4.59103C1.24887 4.35693 1.37788 4.14197 1.59174 4.02663L6.05638 1.61878ZM3.81391 6.32434L3.79383 8.28927C3.79365 8.30652 3.80341 8.34504 3.85853 8.37617L6.04664 9.61184C6.28986 9.7492 6.60499 9.75294 6.85286 9.62045L9.29551 8.31488C9.35293 8.28419 9.36392 8.24459 9.3641 8.22705L9.38523 6.16052L6.94362 7.47732C6.65236 7.6344 6.29414 7.6357 6.00169 7.48108L3.81391 6.32434ZM6.63652 2.3078C6.57235 2.27388 6.48733 2.2743 6.42381 2.30855L2.19961 4.58674L6.36348 6.78829C6.42765 6.82222 6.51267 6.82179 6.57619 6.78754L10.8004 4.50936L6.63652 2.3078ZM1.95846 4.45923C1.95841 4.45921 1.95851 4.45926 1.95846 4.45923V4.45923Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
package/icons/egov-small.vue
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path d="M8.05413 11.2325C7.13655 11.6968 5.99183 11.8421 5.12238 11.8421C2.86753 11.8421 1.70776 10.5749 1.70776 8.53775C1.70776 6.14861 3.44666 3.66211 6.29869 3.66211C7.89318 3.66211 9.0364 4.54437 9.0364 6.00332C9.0364 8.0075 7.08691 8.72948 3.93102 8.65009C3.93102 8.87478 4.01225 9.22678 4.17321 9.45147C4.47857 9.8529 5.01107 10.0611 5.68647 10.0611C6.53937 10.0611 7.26441 9.86938 7.89318 9.56381L8.05413 11.2325ZM6.00837 5.34574C4.92984 5.34574 4.31761 6.228 4.15666 6.96496C5.96024 6.98144 6.86278 6.7238 6.86278 6.0183C6.86128 5.61836 6.53937 5.34574 6.00837 5.34574ZM11.7997 7.46826C10.4248 7.46826 9.31017 8.5782 9.31017 9.94727C9.31017 11.0917 10.0909 12.0533 11.1499 12.3379C11.2747 11.2894 10.5737 10.3832 9.81559 10.4895C9.81559 10.4895 9.90886 9.93529 10.5196 9.75105C11.0506 9.59077 11.2762 9.8544 11.3258 9.9263C11.2672 9.83493 10.9949 9.36609 11.1348 8.87178C11.2897 8.32056 11.8012 8.0794 11.8012 8.0794C11.8012 8.0794 12.3126 8.32056 12.4676 8.87178C12.606 9.36609 12.3337 9.83493 12.2765 9.9263C12.3262 9.8544 12.5518 9.59077 13.0828 9.75105C13.6935 9.93529 13.7868 10.4895 13.7868 10.4895C13.0301 10.3832 12.3292 11.2894 12.4525 12.3379C13.5115 12.0533 14.2922 11.0917 14.2922 9.94727C14.2892 8.5782 13.1746 7.46826 11.7997 7.46826Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|
|
6
|
-
<script setup lang="ts">
|
|
7
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M8.05413 11.2325C7.13655 11.6968 5.99183 11.8421 5.12238 11.8421C2.86753 11.8421 1.70776 10.5749 1.70776 8.53775C1.70776 6.14861 3.44666 3.66211 6.29869 3.66211C7.89318 3.66211 9.0364 4.54437 9.0364 6.00332C9.0364 8.0075 7.08691 8.72948 3.93102 8.65009C3.93102 8.87478 4.01225 9.22678 4.17321 9.45147C4.47857 9.8529 5.01107 10.0611 5.68647 10.0611C6.53937 10.0611 7.26441 9.86938 7.89318 9.56381L8.05413 11.2325ZM6.00837 5.34574C4.92984 5.34574 4.31761 6.228 4.15666 6.96496C5.96024 6.98144 6.86278 6.7238 6.86278 6.0183C6.86128 5.61836 6.53937 5.34574 6.00837 5.34574ZM11.7997 7.46826C10.4248 7.46826 9.31017 8.5782 9.31017 9.94727C9.31017 11.0917 10.0909 12.0533 11.1499 12.3379C11.2747 11.2894 10.5737 10.3832 9.81559 10.4895C9.81559 10.4895 9.90886 9.93529 10.5196 9.75105C11.0506 9.59077 11.2762 9.8544 11.3258 9.9263C11.2672 9.83493 10.9949 9.36609 11.1348 8.87178C11.2897 8.32056 11.8012 8.0794 11.8012 8.0794C11.8012 8.0794 12.3126 8.32056 12.4676 8.87178C12.606 9.36609 12.3337 9.83493 12.2765 9.9263C12.3262 9.8544 12.5518 9.59077 13.0828 9.75105C13.6935 9.93529 13.7868 10.4895 13.7868 10.4895C13.0301 10.3832 12.3292 11.2894 12.4525 12.3379C13.5115 12.0533 14.2922 11.0917 14.2922 9.94727C14.2892 8.5782 13.1746 7.46826 11.7997 7.46826Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
6
|
+
<script setup lang="ts">
|
|
7
|
+
</script>
|
package/icons/egov.vue
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
interface Props {
|
|
3
|
-
iconClass?: string
|
|
4
|
-
}
|
|
5
|
-
defineProps<Props>()
|
|
6
|
-
</script>
|
|
7
|
-
|
|
8
|
-
<template>
|
|
9
|
-
<svg
|
|
10
|
-
class="h-5 fill-icon-strong"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
width="39"
|
|
13
|
-
height="16"
|
|
14
|
-
viewBox="0 0 39 16"
|
|
15
|
-
fill="none"
|
|
16
|
-
>
|
|
17
|
-
<g clip-path="url(#clip0_2311_13638)">
|
|
18
|
-
<path fill="currentColor" d="M6.67938 12.2763C5.76179 12.7406 4.61707 12.8859 3.74762 12.8859C1.49277 12.8859 0.333008 11.6187 0.333008 9.58158C0.333008 7.19244 2.0719 4.70593 4.92394 4.70593C6.51842 4.70593 7.66164 5.58819 7.66164 7.04714C7.66164 9.05132 5.71215 9.77331 2.55627 9.69392C2.55627 9.9186 2.6375 10.2706 2.79845 10.4953C3.10381 10.8967 3.63631 11.1049 4.31171 11.1049C5.16461 11.1049 5.88965 10.9132 6.51842 10.6076L6.67938 12.2763ZM4.63362 6.38956C3.55508 6.38956 2.94286 7.27182 2.7819 8.00879C4.58548 8.02526 5.48802 7.76763 5.48802 7.06212C5.48652 6.66218 5.16461 6.38956 4.63362 6.38956ZM10.4249 8.51208C9.05005 8.51208 7.93542 9.62202 7.93542 10.9911C7.93542 12.1355 8.71611 13.0971 9.77509 13.3817C9.89995 12.3332 9.19897 11.427 8.44084 11.5333C8.44084 11.5333 8.5341 10.9791 9.14482 10.7949C9.67582 10.6346 9.90145 10.8982 9.95109 10.9701C9.89243 10.8788 9.62016 10.4099 9.76005 9.91561C9.91499 9.36438 10.4264 9.12322 10.4264 9.12322C10.4264 9.12322 10.9379 9.36438 11.0928 9.91561C11.2312 10.4099 10.9589 10.8788 10.9018 10.9701C10.9514 10.8982 11.177 10.6346 11.708 10.7949C12.3188 10.9791 12.412 11.5333 12.412 11.5333C11.6554 11.427 10.9544 12.3332 11.0778 13.3817C12.1367 13.0971 12.9174 12.1355 12.9174 10.9911C12.9144 9.62202 11.7998 8.51208 10.4249 8.51208Z" />
|
|
19
|
-
<path
|
|
20
|
-
fill="currentColor"
|
|
21
|
-
fill-rule="evenodd"
|
|
22
|
-
clip-rule="evenodd"
|
|
23
|
-
d="M19.3931 4.88119L19.3134 5.80539H19.2818C18.8802 5.16878 18.2048 4.70593 17.1262 4.70593C15.1948 4.70743 13.5552 6.29969 13.5552 8.79967C13.5552 11.045 14.9376 12.6058 16.884 12.6058C17.7851 12.6058 18.5402 12.2388 19.0065 11.5858H19.0381V12.095C19.0381 13.5285 18.1536 14.1501 16.9954 14.1501C16.0793 14.1501 15.2098 13.8476 14.7119 13.5615L14.2291 15.3934C14.9361 15.7918 16.0296 15.9985 17.06 15.9985C18.2183 15.9985 19.3916 15.7754 20.2611 15.0429C21.1455 14.2625 21.4509 13.0357 21.4509 11.5393V7.19094C21.4509 6.02857 21.4825 5.37549 21.5156 4.88119H19.3931ZM19.0065 9.19811C19.0065 9.40482 18.99 9.65946 18.9268 9.83472C18.7658 10.4084 18.2679 10.8218 17.6407 10.8218C16.6118 10.8218 16.0327 9.91411 16.0327 8.75174C16.0327 7.33473 16.7562 6.53786 17.6407 6.53786C18.3161 6.53786 18.7824 6.96775 18.9599 7.60436C18.9915 7.73168 19.008 7.89045 19.008 8.05073V9.19811H19.0065ZM26.3547 4.70743C23.8291 4.70743 22.1579 6.31617 22.1579 8.83263C22.1579 11.3491 23.9269 12.847 26.2269 12.847C28.3343 12.847 30.3755 11.5408 30.3755 8.69033C30.3755 6.34762 28.7675 4.70743 26.3547 4.70743ZM26.29 6.42701C27.4002 6.42701 27.8499 7.60585 27.8499 8.76822C27.8499 10.1702 27.2392 11.1094 26.29 11.1094C25.2446 11.1094 24.682 10.1058 24.682 8.76822C24.682 7.62233 25.1167 6.42701 26.29 6.42701ZM30.0988 4.88119H32.7522L33.8142 8.4971C34.0068 9.15018 34.1527 9.77181 34.264 10.3919H34.3121C34.4415 9.75533 34.5693 9.16516 34.7468 8.4971L35.7607 4.88119H38.3344L35.4072 12.6702H32.9628L30.0988 4.88119Z"
|
|
24
|
-
/>
|
|
25
|
-
</g>
|
|
26
|
-
<defs>
|
|
27
|
-
<clipPath id="clip0_2311_13638">
|
|
28
|
-
<rect
|
|
29
|
-
width="38"
|
|
30
|
-
height="16"
|
|
31
|
-
fill="white"
|
|
32
|
-
transform="translate(0.333008)"
|
|
33
|
-
/>
|
|
34
|
-
</clipPath>
|
|
35
|
-
</defs>
|
|
36
|
-
</svg>
|
|
37
|
-
</template>
|
|
38
|
-
|
|
39
|
-
<style scoped>
|
|
40
|
-
|
|
41
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
interface Props {
|
|
3
|
+
iconClass?: string
|
|
4
|
+
}
|
|
5
|
+
defineProps<Props>()
|
|
6
|
+
</script>
|
|
7
|
+
|
|
8
|
+
<template>
|
|
9
|
+
<svg
|
|
10
|
+
class="h-5 fill-icon-strong"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
width="39"
|
|
13
|
+
height="16"
|
|
14
|
+
viewBox="0 0 39 16"
|
|
15
|
+
fill="none"
|
|
16
|
+
>
|
|
17
|
+
<g clip-path="url(#clip0_2311_13638)">
|
|
18
|
+
<path fill="currentColor" d="M6.67938 12.2763C5.76179 12.7406 4.61707 12.8859 3.74762 12.8859C1.49277 12.8859 0.333008 11.6187 0.333008 9.58158C0.333008 7.19244 2.0719 4.70593 4.92394 4.70593C6.51842 4.70593 7.66164 5.58819 7.66164 7.04714C7.66164 9.05132 5.71215 9.77331 2.55627 9.69392C2.55627 9.9186 2.6375 10.2706 2.79845 10.4953C3.10381 10.8967 3.63631 11.1049 4.31171 11.1049C5.16461 11.1049 5.88965 10.9132 6.51842 10.6076L6.67938 12.2763ZM4.63362 6.38956C3.55508 6.38956 2.94286 7.27182 2.7819 8.00879C4.58548 8.02526 5.48802 7.76763 5.48802 7.06212C5.48652 6.66218 5.16461 6.38956 4.63362 6.38956ZM10.4249 8.51208C9.05005 8.51208 7.93542 9.62202 7.93542 10.9911C7.93542 12.1355 8.71611 13.0971 9.77509 13.3817C9.89995 12.3332 9.19897 11.427 8.44084 11.5333C8.44084 11.5333 8.5341 10.9791 9.14482 10.7949C9.67582 10.6346 9.90145 10.8982 9.95109 10.9701C9.89243 10.8788 9.62016 10.4099 9.76005 9.91561C9.91499 9.36438 10.4264 9.12322 10.4264 9.12322C10.4264 9.12322 10.9379 9.36438 11.0928 9.91561C11.2312 10.4099 10.9589 10.8788 10.9018 10.9701C10.9514 10.8982 11.177 10.6346 11.708 10.7949C12.3188 10.9791 12.412 11.5333 12.412 11.5333C11.6554 11.427 10.9544 12.3332 11.0778 13.3817C12.1367 13.0971 12.9174 12.1355 12.9174 10.9911C12.9144 9.62202 11.7998 8.51208 10.4249 8.51208Z" />
|
|
19
|
+
<path
|
|
20
|
+
fill="currentColor"
|
|
21
|
+
fill-rule="evenodd"
|
|
22
|
+
clip-rule="evenodd"
|
|
23
|
+
d="M19.3931 4.88119L19.3134 5.80539H19.2818C18.8802 5.16878 18.2048 4.70593 17.1262 4.70593C15.1948 4.70743 13.5552 6.29969 13.5552 8.79967C13.5552 11.045 14.9376 12.6058 16.884 12.6058C17.7851 12.6058 18.5402 12.2388 19.0065 11.5858H19.0381V12.095C19.0381 13.5285 18.1536 14.1501 16.9954 14.1501C16.0793 14.1501 15.2098 13.8476 14.7119 13.5615L14.2291 15.3934C14.9361 15.7918 16.0296 15.9985 17.06 15.9985C18.2183 15.9985 19.3916 15.7754 20.2611 15.0429C21.1455 14.2625 21.4509 13.0357 21.4509 11.5393V7.19094C21.4509 6.02857 21.4825 5.37549 21.5156 4.88119H19.3931ZM19.0065 9.19811C19.0065 9.40482 18.99 9.65946 18.9268 9.83472C18.7658 10.4084 18.2679 10.8218 17.6407 10.8218C16.6118 10.8218 16.0327 9.91411 16.0327 8.75174C16.0327 7.33473 16.7562 6.53786 17.6407 6.53786C18.3161 6.53786 18.7824 6.96775 18.9599 7.60436C18.9915 7.73168 19.008 7.89045 19.008 8.05073V9.19811H19.0065ZM26.3547 4.70743C23.8291 4.70743 22.1579 6.31617 22.1579 8.83263C22.1579 11.3491 23.9269 12.847 26.2269 12.847C28.3343 12.847 30.3755 11.5408 30.3755 8.69033C30.3755 6.34762 28.7675 4.70743 26.3547 4.70743ZM26.29 6.42701C27.4002 6.42701 27.8499 7.60585 27.8499 8.76822C27.8499 10.1702 27.2392 11.1094 26.29 11.1094C25.2446 11.1094 24.682 10.1058 24.682 8.76822C24.682 7.62233 25.1167 6.42701 26.29 6.42701ZM30.0988 4.88119H32.7522L33.8142 8.4971C34.0068 9.15018 34.1527 9.77181 34.264 10.3919H34.3121C34.4415 9.75533 34.5693 9.16516 34.7468 8.4971L35.7607 4.88119H38.3344L35.4072 12.6702H32.9628L30.0988 4.88119Z"
|
|
24
|
+
/>
|
|
25
|
+
</g>
|
|
26
|
+
<defs>
|
|
27
|
+
<clipPath id="clip0_2311_13638">
|
|
28
|
+
<rect
|
|
29
|
+
width="38"
|
|
30
|
+
height="16"
|
|
31
|
+
fill="white"
|
|
32
|
+
transform="translate(0.333008)"
|
|
33
|
+
/>
|
|
34
|
+
</clipPath>
|
|
35
|
+
</defs>
|
|
36
|
+
</svg>
|
|
37
|
+
</template>
|
|
38
|
+
|
|
39
|
+
<style scoped>
|
|
40
|
+
|
|
41
|
+
</style>
|
package/icons/elicense.vue
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg
|
|
7
|
-
width="60"
|
|
8
|
-
height="16"
|
|
9
|
-
viewBox="0 0 60 16"
|
|
10
|
-
fill="none"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
class="h-5 fill-icon-strong"
|
|
13
|
-
>
|
|
14
|
-
<path d="M6.34637 12.2764C5.42879 12.7408 4.28406 12.8861 3.41462 12.8861C1.15977 12.8861 0 11.6188 0 9.5817C0 7.19256 1.7389 4.70605 4.59093 4.70605C6.18542 4.70605 7.32864 5.58831 7.32864 7.04726C7.32864 9.05144 5.37915 9.77343 2.22326 9.69404C2.22326 9.91872 2.30449 10.2707 2.46544 10.4954C2.7708 10.8968 3.3033 11.1051 3.9787 11.1051C4.83161 11.1051 5.55665 10.9133 6.18542 10.6078L6.34637 12.2764ZM4.30061 6.38969C3.22207 6.38969 2.60985 7.27195 2.4489 8.00891C4.25247 8.02539 5.15502 7.76775 5.15502 7.06224C5.15351 6.6623 4.8316 6.38969 4.30061 6.38969ZM10.0919 8.5122C8.71705 8.5122 7.60241 9.62214 7.60241 10.9912C7.60241 12.1356 8.38311 13.0973 9.44209 13.3819C9.56694 12.3333 8.86597 11.4271 8.10783 11.5335C8.10783 11.5335 8.20109 10.9792 8.81181 10.795C9.34281 10.6347 9.56844 10.8983 9.61808 10.9702C9.55942 10.8789 9.28715 10.41 9.42704 9.91573C9.58198 9.3645 10.0934 9.12334 10.0934 9.12334C10.0934 9.12334 10.6049 9.3645 10.7598 9.91573C10.8982 10.41 10.6259 10.8789 10.5688 10.9702C10.6184 10.8983 10.844 10.6347 11.375 10.795C11.9858 10.9792 12.079 11.5335 12.079 11.5335C11.3224 11.4271 10.6214 12.3333 10.7448 13.3819C11.8037 13.0973 12.5844 12.1356 12.5844 10.9912C12.5814 9.62214 11.4668 8.5122 10.0919 8.5122Z" fill="currentColor" />
|
|
15
|
-
<path d="M13.8691 3.71875H16.2268V12.8652H13.8691V3.71875Z" fill="currentColor" />
|
|
16
|
-
<path d="M17.8459 6.21841H20.2035V12.8652H17.8459V6.21841Z" fill="currentColor" />
|
|
17
|
-
<path d="M24.6773 7.9086C25.4017 7.68135 26.0192 7.86211 26.2822 8.67554L28.512 8.34888C27.9325 6.46358 26.7935 6.13321 24.9756 6.09066C23.0298 6.03381 21.4533 7.19846 21.4533 9.5703C21.4533 11.9421 22.7458 12.7517 24.2655 12.9647C26.8504 13.2346 28.1144 12.425 28.6399 10.5503L26.3817 10.2804C26.268 10.9196 25.6431 11.4877 24.6773 11.2604C23.5837 10.9764 23.4417 8.34888 24.6773 7.9086Z" fill="currentColor" />
|
|
18
|
-
<path
|
|
19
|
-
fill-rule="evenodd"
|
|
20
|
-
clip-rule="evenodd"
|
|
21
|
-
d="M32.9579 6.07647C33.9953 6.10678 34.9158 6.27015 35.5767 6.85906C36.2379 7.44831 36.6359 8.46062 36.6359 10.1809V10.1952L31.851 10.1881C31.9106 10.8655 32.1967 11.3116 32.6208 11.4456C33.008 11.5653 33.3239 11.5194 33.5727 11.4002C33.8219 11.2809 34.0048 11.0876 34.1245 10.9115L34.1293 10.9045L34.1377 10.9054L36.5019 11.1489L36.4923 11.1675C36.1719 11.7869 35.7582 12.3081 35.0996 12.6401C34.4412 12.972 33.5399 13.1139 32.2459 12.9789C31.5047 12.9015 30.8088 12.6127 30.293 12.0609C29.777 11.509 29.4424 10.6953 29.421 9.57059V9.57031C29.421 8.38114 29.8092 7.50711 30.4465 6.93051C31.0835 6.35413 31.9679 6.07646 32.9575 6.07647H32.9579ZM33.0711 7.56766C32.3079 7.56766 31.8354 8.2586 31.8354 8.97372V8.98792H34.2215V8.97372C34.2215 8.18783 33.7492 7.56766 33.0711 7.56766Z"
|
|
22
|
-
fill="currentColor"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
fill-rule="evenodd"
|
|
26
|
-
clip-rule="evenodd"
|
|
27
|
-
d="M56.236 6.07647C57.2734 6.10678 58.1939 6.27015 58.8548 6.85906C59.516 7.44831 59.914 8.46062 59.914 10.1809V10.1952L55.1291 10.1881C55.1887 10.8655 55.4748 11.3116 55.8989 11.4456C56.2861 11.5653 56.602 11.5194 56.8508 11.4002C57.1 11.2809 57.2829 11.0876 57.4027 10.9115L57.4074 10.9045L57.4158 10.9054L59.78 11.1489L59.7704 11.1675C59.45 11.7869 59.0363 12.3081 58.3777 12.6401C57.7193 12.972 56.818 13.1139 55.524 12.9789C54.7828 12.9015 54.0869 12.6127 53.5711 12.0609C53.0551 11.509 52.7205 10.6953 52.6991 9.57059V9.57031C52.6991 8.38114 53.0873 7.50711 53.7246 6.93051C54.3616 6.35413 55.246 6.07646 56.2356 6.07647H56.236ZM56.3492 7.56766C55.586 7.56766 55.1135 8.2586 55.1135 8.97372V8.98792H57.4996V8.97372C57.4996 8.18783 57.0273 7.56766 56.3492 7.56766Z"
|
|
28
|
-
fill="currentColor"
|
|
29
|
-
/>
|
|
30
|
-
<path d="M42.1324 6.06218C42.9815 6.06218 43.5185 6.37999 43.8428 6.82072C44.1665 7.26073 44.277 7.82152 44.277 8.3062V12.8794H41.8909V9.18676C41.8909 8.6851 41.7532 8.40917 41.5815 8.25829C41.4095 8.10713 41.2006 8.07896 41.053 8.07896C40.6345 8.07896 40.39 8.33626 40.2493 8.65807C40.155 8.87374 40.108 9.11737 40.0872 9.32917V12.8652H37.7295V6.21841H40.0872V7.06444C40.5075 6.64109 41.0513 6.06218 42.1324 6.06218Z" fill="currentColor" />
|
|
31
|
-
<path d="M49.4041 8.09328L51.6481 7.83763C51.197 6.72615 50.7756 6.39187 49.8018 6.17592C49.0206 6.03378 48.1117 6.00539 47.1175 6.23273C45.8677 6.50246 45.0898 7.90864 45.754 9.05906C46.2227 9.91121 46.592 9.93962 49.1769 10.4935C49.5177 10.5929 49.6882 10.7066 49.6882 10.9906C49.6882 11.3457 49.3047 11.6297 48.8786 11.6297C48.0549 11.6297 47.8552 11.3878 47.643 10.806L45.2711 11.0332C45.612 12.4535 46.5636 13.0358 48.4667 13.0358C51.3641 13.0358 51.8754 11.5729 51.8754 10.8202C51.8754 9.05906 50.4977 8.68979 48.5519 8.49095C48.0691 8.43402 47.7171 8.34304 47.6714 8.00806C47.6288 7.66708 47.924 7.38905 48.4667 7.42575C49.0574 7.48256 49.268 7.62351 49.4041 8.09328Z" fill="currentColor" />
|
|
32
|
-
<path d="M17.8459 3.71875H20.2035V5.42306H17.8459V3.71875Z" fill="currentColor" />
|
|
33
|
-
</svg>
|
|
34
|
-
</template>
|
|
35
|
-
|
|
36
|
-
<style scoped>
|
|
37
|
-
|
|
38
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg
|
|
7
|
+
width="60"
|
|
8
|
+
height="16"
|
|
9
|
+
viewBox="0 0 60 16"
|
|
10
|
+
fill="none"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
class="h-5 fill-icon-strong"
|
|
13
|
+
>
|
|
14
|
+
<path d="M6.34637 12.2764C5.42879 12.7408 4.28406 12.8861 3.41462 12.8861C1.15977 12.8861 0 11.6188 0 9.5817C0 7.19256 1.7389 4.70605 4.59093 4.70605C6.18542 4.70605 7.32864 5.58831 7.32864 7.04726C7.32864 9.05144 5.37915 9.77343 2.22326 9.69404C2.22326 9.91872 2.30449 10.2707 2.46544 10.4954C2.7708 10.8968 3.3033 11.1051 3.9787 11.1051C4.83161 11.1051 5.55665 10.9133 6.18542 10.6078L6.34637 12.2764ZM4.30061 6.38969C3.22207 6.38969 2.60985 7.27195 2.4489 8.00891C4.25247 8.02539 5.15502 7.76775 5.15502 7.06224C5.15351 6.6623 4.8316 6.38969 4.30061 6.38969ZM10.0919 8.5122C8.71705 8.5122 7.60241 9.62214 7.60241 10.9912C7.60241 12.1356 8.38311 13.0973 9.44209 13.3819C9.56694 12.3333 8.86597 11.4271 8.10783 11.5335C8.10783 11.5335 8.20109 10.9792 8.81181 10.795C9.34281 10.6347 9.56844 10.8983 9.61808 10.9702C9.55942 10.8789 9.28715 10.41 9.42704 9.91573C9.58198 9.3645 10.0934 9.12334 10.0934 9.12334C10.0934 9.12334 10.6049 9.3645 10.7598 9.91573C10.8982 10.41 10.6259 10.8789 10.5688 10.9702C10.6184 10.8983 10.844 10.6347 11.375 10.795C11.9858 10.9792 12.079 11.5335 12.079 11.5335C11.3224 11.4271 10.6214 12.3333 10.7448 13.3819C11.8037 13.0973 12.5844 12.1356 12.5844 10.9912C12.5814 9.62214 11.4668 8.5122 10.0919 8.5122Z" fill="currentColor" />
|
|
15
|
+
<path d="M13.8691 3.71875H16.2268V12.8652H13.8691V3.71875Z" fill="currentColor" />
|
|
16
|
+
<path d="M17.8459 6.21841H20.2035V12.8652H17.8459V6.21841Z" fill="currentColor" />
|
|
17
|
+
<path d="M24.6773 7.9086C25.4017 7.68135 26.0192 7.86211 26.2822 8.67554L28.512 8.34888C27.9325 6.46358 26.7935 6.13321 24.9756 6.09066C23.0298 6.03381 21.4533 7.19846 21.4533 9.5703C21.4533 11.9421 22.7458 12.7517 24.2655 12.9647C26.8504 13.2346 28.1144 12.425 28.6399 10.5503L26.3817 10.2804C26.268 10.9196 25.6431 11.4877 24.6773 11.2604C23.5837 10.9764 23.4417 8.34888 24.6773 7.9086Z" fill="currentColor" />
|
|
18
|
+
<path
|
|
19
|
+
fill-rule="evenodd"
|
|
20
|
+
clip-rule="evenodd"
|
|
21
|
+
d="M32.9579 6.07647C33.9953 6.10678 34.9158 6.27015 35.5767 6.85906C36.2379 7.44831 36.6359 8.46062 36.6359 10.1809V10.1952L31.851 10.1881C31.9106 10.8655 32.1967 11.3116 32.6208 11.4456C33.008 11.5653 33.3239 11.5194 33.5727 11.4002C33.8219 11.2809 34.0048 11.0876 34.1245 10.9115L34.1293 10.9045L34.1377 10.9054L36.5019 11.1489L36.4923 11.1675C36.1719 11.7869 35.7582 12.3081 35.0996 12.6401C34.4412 12.972 33.5399 13.1139 32.2459 12.9789C31.5047 12.9015 30.8088 12.6127 30.293 12.0609C29.777 11.509 29.4424 10.6953 29.421 9.57059V9.57031C29.421 8.38114 29.8092 7.50711 30.4465 6.93051C31.0835 6.35413 31.9679 6.07646 32.9575 6.07647H32.9579ZM33.0711 7.56766C32.3079 7.56766 31.8354 8.2586 31.8354 8.97372V8.98792H34.2215V8.97372C34.2215 8.18783 33.7492 7.56766 33.0711 7.56766Z"
|
|
22
|
+
fill="currentColor"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
fill-rule="evenodd"
|
|
26
|
+
clip-rule="evenodd"
|
|
27
|
+
d="M56.236 6.07647C57.2734 6.10678 58.1939 6.27015 58.8548 6.85906C59.516 7.44831 59.914 8.46062 59.914 10.1809V10.1952L55.1291 10.1881C55.1887 10.8655 55.4748 11.3116 55.8989 11.4456C56.2861 11.5653 56.602 11.5194 56.8508 11.4002C57.1 11.2809 57.2829 11.0876 57.4027 10.9115L57.4074 10.9045L57.4158 10.9054L59.78 11.1489L59.7704 11.1675C59.45 11.7869 59.0363 12.3081 58.3777 12.6401C57.7193 12.972 56.818 13.1139 55.524 12.9789C54.7828 12.9015 54.0869 12.6127 53.5711 12.0609C53.0551 11.509 52.7205 10.6953 52.6991 9.57059V9.57031C52.6991 8.38114 53.0873 7.50711 53.7246 6.93051C54.3616 6.35413 55.246 6.07646 56.2356 6.07647H56.236ZM56.3492 7.56766C55.586 7.56766 55.1135 8.2586 55.1135 8.97372V8.98792H57.4996V8.97372C57.4996 8.18783 57.0273 7.56766 56.3492 7.56766Z"
|
|
28
|
+
fill="currentColor"
|
|
29
|
+
/>
|
|
30
|
+
<path d="M42.1324 6.06218C42.9815 6.06218 43.5185 6.37999 43.8428 6.82072C44.1665 7.26073 44.277 7.82152 44.277 8.3062V12.8794H41.8909V9.18676C41.8909 8.6851 41.7532 8.40917 41.5815 8.25829C41.4095 8.10713 41.2006 8.07896 41.053 8.07896C40.6345 8.07896 40.39 8.33626 40.2493 8.65807C40.155 8.87374 40.108 9.11737 40.0872 9.32917V12.8652H37.7295V6.21841H40.0872V7.06444C40.5075 6.64109 41.0513 6.06218 42.1324 6.06218Z" fill="currentColor" />
|
|
31
|
+
<path d="M49.4041 8.09328L51.6481 7.83763C51.197 6.72615 50.7756 6.39187 49.8018 6.17592C49.0206 6.03378 48.1117 6.00539 47.1175 6.23273C45.8677 6.50246 45.0898 7.90864 45.754 9.05906C46.2227 9.91121 46.592 9.93962 49.1769 10.4935C49.5177 10.5929 49.6882 10.7066 49.6882 10.9906C49.6882 11.3457 49.3047 11.6297 48.8786 11.6297C48.0549 11.6297 47.8552 11.3878 47.643 10.806L45.2711 11.0332C45.612 12.4535 46.5636 13.0358 48.4667 13.0358C51.3641 13.0358 51.8754 11.5729 51.8754 10.8202C51.8754 9.05906 50.4977 8.68979 48.5519 8.49095C48.0691 8.43402 47.7171 8.34304 47.6714 8.00806C47.6288 7.66708 47.924 7.38905 48.4667 7.42575C49.0574 7.48256 49.268 7.62351 49.4041 8.09328Z" fill="currentColor" />
|
|
32
|
+
<path d="M17.8459 3.71875H20.2035V5.42306H17.8459V3.71875Z" fill="currentColor" />
|
|
33
|
+
</svg>
|
|
34
|
+
</template>
|
|
35
|
+
|
|
36
|
+
<style scoped>
|
|
37
|
+
|
|
38
|
+
</style>
|
package/icons/excel-icon.vue
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
<template>
|
|
4
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
-
<path d="M11.3574 15.2141V20.357H13.9288" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
-
<path d="M4.92883 15.2141L8.14312 20.357" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
-
<path d="M8.14312 15.2141L4.92883 20.357" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
-
<path d="M19.0717 16.0713C18.8951 15.5719 18.3458 15.2141 17.786 15.2141C17.1026 15.2141 16.5002 15.768 16.5002 16.4514C16.5002 16.9836 16.8624 17.4475 17.3788 17.5766L18.1052 17.7582C18.6732 17.9002 19.0717 18.4105 19.0717 18.996V19.0713C19.0717 19.7814 18.4961 20.357 17.786 20.357C17.2262 20.357 16.6768 19.9992 16.5002 19.4998" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
-
<path d="M4.92883 12.6427V4.92841C4.92883 4.58742 5.0643 4.2604 5.30541 4.01928C5.54653 3.77816 5.87355 3.6427 6.21455 3.6427H14.5717L19.0717 8.1427V12.6427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
-
<path d="M14.5717 3.80341V8.14269H18.9109" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
-
</svg>
|
|
12
|
-
</template>
|
|
13
|
-
<script setup lang="ts">
|
|
14
|
-
</script>
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
<template>
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M11.3574 15.2141V20.357H13.9288" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M4.92883 15.2141L8.14312 20.357" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M8.14312 15.2141L4.92883 20.357" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M19.0717 16.0713C18.8951 15.5719 18.3458 15.2141 17.786 15.2141C17.1026 15.2141 16.5002 15.768 16.5002 16.4514C16.5002 16.9836 16.8624 17.4475 17.3788 17.5766L18.1052 17.7582C18.6732 17.9002 19.0717 18.4105 19.0717 18.996V19.0713C19.0717 19.7814 18.4961 20.357 17.786 20.357C17.2262 20.357 16.6768 19.9992 16.5002 19.4998" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
<path d="M4.92883 12.6427V4.92841C4.92883 4.58742 5.0643 4.2604 5.30541 4.01928C5.54653 3.77816 5.87355 3.6427 6.21455 3.6427H14.5717L19.0717 8.1427V12.6427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
<path d="M14.5717 3.80341V8.14269H18.9109" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
</svg>
|
|
12
|
+
</template>
|
|
13
|
+
<script setup lang="ts">
|
|
14
|
+
</script>
|
package/icons/expand-window.vue
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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"
|
|
4
|
-
d="M2.7827 2.33301C2.66369 2.33301 2.54956 2.38028 2.46541 2.46443C2.38126 2.54858 2.33398 2.66272 2.33398 2.78172V13.2176C2.33398 13.3366 2.38126 13.4507 2.46541 13.5349C2.54956 13.619 2.66369 13.6663 2.7827 13.6663H13.2186C13.3376 13.6663 13.4517 13.619 13.5359 13.5349C13.62 13.4507 13.6673 13.3366 13.6673 13.2176V8.94838C13.6673 8.67223 13.8911 8.44838 14.1673 8.44838C14.4434 8.44838 14.6673 8.67223 14.6673 8.94838V13.2176C14.6673 13.6018 14.5147 13.9703 14.243 14.242C13.9713 14.5137 13.6028 14.6663 13.2186 14.6663H2.7827C2.39848 14.6663 2.02999 14.5137 1.7583 14.242C1.48662 13.9703 1.33398 13.6018 1.33398 13.2176V2.78172C1.33398 2.3975 1.48662 2.02901 1.7583 1.75733C2.02999 1.48564 2.39848 1.33301 2.7827 1.33301H7.05192C7.32806 1.33301 7.55192 1.55687 7.55192 1.83301C7.55192 2.10915 7.32806 2.33301 7.05192 2.33301H2.7827ZM10.3468 1.83301C10.3468 1.55687 10.5707 1.33301 10.8468 1.33301H14.1673C14.2998 1.33301 14.4202 1.38453 14.5097 1.46864C14.5174 1.47585 14.5248 1.48331 14.532 1.49099C14.5733 1.53491 14.6051 1.58445 14.6275 1.63706C14.6531 1.69723 14.6673 1.76346 14.6673 1.83301V5.15351C14.6673 5.42966 14.4434 5.65351 14.1673 5.65351C13.8912 5.65351 13.6673 5.42966 13.6673 5.15351V3.04011L8.3542 8.35321C8.15894 8.54848 7.84236 8.54848 7.6471 8.35321C7.45184 8.15795 7.45184 7.84137 7.6471 7.64611L12.9602 2.33301H10.8468C10.5707 2.33301 10.3468 2.10915 10.3468 1.83301Z"
|
|
5
|
-
fill="currentColor"/>
|
|
6
|
-
</svg>
|
|
7
|
-
</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"
|
|
4
|
+
d="M2.7827 2.33301C2.66369 2.33301 2.54956 2.38028 2.46541 2.46443C2.38126 2.54858 2.33398 2.66272 2.33398 2.78172V13.2176C2.33398 13.3366 2.38126 13.4507 2.46541 13.5349C2.54956 13.619 2.66369 13.6663 2.7827 13.6663H13.2186C13.3376 13.6663 13.4517 13.619 13.5359 13.5349C13.62 13.4507 13.6673 13.3366 13.6673 13.2176V8.94838C13.6673 8.67223 13.8911 8.44838 14.1673 8.44838C14.4434 8.44838 14.6673 8.67223 14.6673 8.94838V13.2176C14.6673 13.6018 14.5147 13.9703 14.243 14.242C13.9713 14.5137 13.6028 14.6663 13.2186 14.6663H2.7827C2.39848 14.6663 2.02999 14.5137 1.7583 14.242C1.48662 13.9703 1.33398 13.6018 1.33398 13.2176V2.78172C1.33398 2.3975 1.48662 2.02901 1.7583 1.75733C2.02999 1.48564 2.39848 1.33301 2.7827 1.33301H7.05192C7.32806 1.33301 7.55192 1.55687 7.55192 1.83301C7.55192 2.10915 7.32806 2.33301 7.05192 2.33301H2.7827ZM10.3468 1.83301C10.3468 1.55687 10.5707 1.33301 10.8468 1.33301H14.1673C14.2998 1.33301 14.4202 1.38453 14.5097 1.46864C14.5174 1.47585 14.5248 1.48331 14.532 1.49099C14.5733 1.53491 14.6051 1.58445 14.6275 1.63706C14.6531 1.69723 14.6673 1.76346 14.6673 1.83301V5.15351C14.6673 5.42966 14.4434 5.65351 14.1673 5.65351C13.8912 5.65351 13.6673 5.42966 13.6673 5.15351V3.04011L8.3542 8.35321C8.15894 8.54848 7.84236 8.54848 7.6471 8.35321C7.45184 8.15795 7.45184 7.84137 7.6471 7.64611L12.9602 2.33301H10.8468C10.5707 2.33301 10.3468 2.10915 10.3468 1.83301Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
package/icons/eye-closed.vue
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
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="currentColor"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
>
|
|
13
|
-
<g id="eye-closed">
|
|
14
|
-
<path
|
|
15
|
-
id="Vector"
|
|
16
|
-
fill-rule="evenodd"
|
|
17
|
-
clip-rule="evenodd"
|
|
18
|
-
d="M1.15389 1.15389C1.35891 0.948867 1.69131 0.948867 1.89634 1.15389L4.86827 4.12582C4.87235 4.12977 4.87637 4.13379 4.88034 4.13789L7.12029 6.37784C7.12216 6.37969 7.12403 6.38155 7.12588 6.38343L9.61648 8.87403C9.61839 8.87592 9.62029 8.87782 9.62218 8.87973L11.8611 11.1186C11.8652 11.1226 11.8693 11.1267 11.8733 11.1308L14.8461 14.1036C15.0511 14.3087 15.0511 14.6411 14.8461 14.8461C14.6411 15.0511 14.3087 15.0511 14.1036 14.8461L11.4379 12.1804C10.42 12.8469 9.23139 13.2139 8.00857 13.2339L7.99999 13.234C5.73006 13.234 3.98219 11.9378 2.83441 10.7135C2.25573 10.0963 1.81375 9.48103 1.51637 9.02058C1.36736 8.78985 1.2538 8.59665 1.17676 8.4597C1.13822 8.39119 1.10877 8.33665 1.08853 8.29841C1.07841 8.27928 1.07059 8.26423 1.06509 8.25352L1.05858 8.24077L1.05663 8.23691L1.05598 8.23562C1.05598 8.23562 1.05555 8.23476 1.52511 7.99998L1.05555 8.23476C0.97926 8.08218 0.981858 7.90206 1.06251 7.75175C1.73568 6.49723 2.63732 5.38169 3.71923 4.46168L1.15389 1.89634C0.948867 1.69131 0.948867 1.35891 1.15389 1.15389ZM4.46435 5.2068C3.52524 5.99217 2.73273 6.9385 2.12424 8.00188C2.19077 8.11793 2.28241 8.27135 2.3984 8.45094C2.67125 8.87342 3.07541 9.43542 3.60041 9.99541C4.65915 11.1247 6.14724 12.1824 7.9957 12.184C8.94424 12.1677 9.86808 11.9021 10.6763 11.4187L9.21526 9.95771C9.11156 10.0259 9.00225 10.0858 8.88831 10.1366C8.6073 10.2618 8.30395 10.3291 7.99635 10.3345C7.68876 10.34 7.38322 10.2834 7.09797 10.1682C6.81271 10.0529 6.55359 9.88145 6.33605 9.66391C6.11852 9.44637 5.94702 9.18725 5.8318 8.902C5.71659 8.61674 5.66 8.31121 5.66543 8.00361C5.67086 7.69602 5.73818 7.39266 5.86339 7.11165C5.91416 6.99772 5.97402 6.8884 6.04226 6.78471L4.46435 5.2068ZM6.8146 7.55705C6.75183 7.70416 6.71807 7.86209 6.71525 8.02213C6.71231 8.18875 6.74296 8.35425 6.80537 8.50876C6.86778 8.66327 6.96067 8.80363 7.0785 8.92146C7.19633 9.0393 7.33669 9.13219 7.4912 9.1946C7.64572 9.25701 7.81122 9.28766 7.97783 9.28472C8.13787 9.28189 8.2958 9.24813 8.44291 9.18536L6.8146 7.55705ZM7.99877 3.81598C7.62335 3.81509 7.24909 3.85786 6.88354 3.94343C6.60123 4.00951 6.3188 3.83422 6.25272 3.55191C6.18664 3.2696 6.36193 2.98717 6.64424 2.92108C7.08883 2.81702 7.54401 2.76497 8.00062 2.766C10.2702 2.76623 12.0179 4.06224 13.1656 5.28642C13.7443 5.90368 14.1862 6.51893 14.4836 6.97939C14.6326 7.21012 14.7462 7.40331 14.8232 7.54027C14.8618 7.60878 14.8912 7.66331 14.9115 7.70156C14.9216 7.72068 14.9294 7.73574 14.9349 7.74644L14.9394 7.75523C15.0177 7.90413 15.0232 8.08794 14.9379 8.24748C14.5633 8.94815 14.1167 9.6078 13.6052 10.2157C13.4185 10.4376 13.0873 10.4661 12.8654 10.2794C12.6436 10.0927 12.6151 9.76154 12.8018 9.53969C13.2059 9.05942 13.5654 8.54357 13.876 7.99858C13.8095 7.88247 13.7177 7.72887 13.6016 7.54903C13.3287 7.12654 12.9246 6.56454 12.3996 6.00455C11.34 4.87435 9.85046 3.81598 8.00001 3.81598L7.99877 3.81598Z"
|
|
19
|
-
/>
|
|
20
|
-
</g>
|
|
21
|
-
</svg>
|
|
22
|
-
</template>
|
|
23
|
-
|
|
24
|
-
<style scoped>
|
|
25
|
-
|
|
26
|
-
</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="currentColor"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<g id="eye-closed">
|
|
14
|
+
<path
|
|
15
|
+
id="Vector"
|
|
16
|
+
fill-rule="evenodd"
|
|
17
|
+
clip-rule="evenodd"
|
|
18
|
+
d="M1.15389 1.15389C1.35891 0.948867 1.69131 0.948867 1.89634 1.15389L4.86827 4.12582C4.87235 4.12977 4.87637 4.13379 4.88034 4.13789L7.12029 6.37784C7.12216 6.37969 7.12403 6.38155 7.12588 6.38343L9.61648 8.87403C9.61839 8.87592 9.62029 8.87782 9.62218 8.87973L11.8611 11.1186C11.8652 11.1226 11.8693 11.1267 11.8733 11.1308L14.8461 14.1036C15.0511 14.3087 15.0511 14.6411 14.8461 14.8461C14.6411 15.0511 14.3087 15.0511 14.1036 14.8461L11.4379 12.1804C10.42 12.8469 9.23139 13.2139 8.00857 13.2339L7.99999 13.234C5.73006 13.234 3.98219 11.9378 2.83441 10.7135C2.25573 10.0963 1.81375 9.48103 1.51637 9.02058C1.36736 8.78985 1.2538 8.59665 1.17676 8.4597C1.13822 8.39119 1.10877 8.33665 1.08853 8.29841C1.07841 8.27928 1.07059 8.26423 1.06509 8.25352L1.05858 8.24077L1.05663 8.23691L1.05598 8.23562C1.05598 8.23562 1.05555 8.23476 1.52511 7.99998L1.05555 8.23476C0.97926 8.08218 0.981858 7.90206 1.06251 7.75175C1.73568 6.49723 2.63732 5.38169 3.71923 4.46168L1.15389 1.89634C0.948867 1.69131 0.948867 1.35891 1.15389 1.15389ZM4.46435 5.2068C3.52524 5.99217 2.73273 6.9385 2.12424 8.00188C2.19077 8.11793 2.28241 8.27135 2.3984 8.45094C2.67125 8.87342 3.07541 9.43542 3.60041 9.99541C4.65915 11.1247 6.14724 12.1824 7.9957 12.184C8.94424 12.1677 9.86808 11.9021 10.6763 11.4187L9.21526 9.95771C9.11156 10.0259 9.00225 10.0858 8.88831 10.1366C8.6073 10.2618 8.30395 10.3291 7.99635 10.3345C7.68876 10.34 7.38322 10.2834 7.09797 10.1682C6.81271 10.0529 6.55359 9.88145 6.33605 9.66391C6.11852 9.44637 5.94702 9.18725 5.8318 8.902C5.71659 8.61674 5.66 8.31121 5.66543 8.00361C5.67086 7.69602 5.73818 7.39266 5.86339 7.11165C5.91416 6.99772 5.97402 6.8884 6.04226 6.78471L4.46435 5.2068ZM6.8146 7.55705C6.75183 7.70416 6.71807 7.86209 6.71525 8.02213C6.71231 8.18875 6.74296 8.35425 6.80537 8.50876C6.86778 8.66327 6.96067 8.80363 7.0785 8.92146C7.19633 9.0393 7.33669 9.13219 7.4912 9.1946C7.64572 9.25701 7.81122 9.28766 7.97783 9.28472C8.13787 9.28189 8.2958 9.24813 8.44291 9.18536L6.8146 7.55705ZM7.99877 3.81598C7.62335 3.81509 7.24909 3.85786 6.88354 3.94343C6.60123 4.00951 6.3188 3.83422 6.25272 3.55191C6.18664 3.2696 6.36193 2.98717 6.64424 2.92108C7.08883 2.81702 7.54401 2.76497 8.00062 2.766C10.2702 2.76623 12.0179 4.06224 13.1656 5.28642C13.7443 5.90368 14.1862 6.51893 14.4836 6.97939C14.6326 7.21012 14.7462 7.40331 14.8232 7.54027C14.8618 7.60878 14.8912 7.66331 14.9115 7.70156C14.9216 7.72068 14.9294 7.73574 14.9349 7.74644L14.9394 7.75523C15.0177 7.90413 15.0232 8.08794 14.9379 8.24748C14.5633 8.94815 14.1167 9.6078 13.6052 10.2157C13.4185 10.4376 13.0873 10.4661 12.8654 10.2794C12.6436 10.0927 12.6151 9.76154 12.8018 9.53969C13.2059 9.05942 13.5654 8.54357 13.876 7.99858C13.8095 7.88247 13.7177 7.72887 13.6016 7.54903C13.3287 7.12654 12.9246 6.56454 12.3996 6.00455C11.34 4.87435 9.85046 3.81598 8.00001 3.81598L7.99877 3.81598Z"
|
|
19
|
+
/>
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
22
|
+
</template>
|
|
23
|
+
|
|
24
|
+
<style scoped>
|
|
25
|
+
|
|
26
|
+
</style>
|
package/icons/eye-open.vue
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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"
|
|
4
|
-
d="M2.39875 8.4542C2.28159 8.27218 2.18927 8.11694 2.12256 8.00006C2.18927 7.88318 2.28159 7.72795 2.39875 7.54592C2.67167 7.12192 3.0759 6.55793 3.60097 5.99596C4.66082 4.86164 6.15027 3.80001 8.00008 3.80001C9.84989 3.80001 11.3393 4.86164 12.3992 5.99596C12.9243 6.55793 13.3285 7.12192 13.6014 7.54592C13.7186 7.72795 13.8109 7.88318 13.8776 8.00006C13.8109 8.11694 13.7186 8.27218 13.6014 8.4542C13.3285 8.8782 12.9243 9.44219 12.3992 10.0042C11.3393 11.1385 9.84989 12.2001 8.00008 12.2001C6.15027 12.2001 4.66082 11.1385 3.60097 10.0042C3.0759 9.44219 2.67167 8.8782 2.39875 8.4542ZM14.4752 8.00006C14.9451 7.7659 14.9449 7.76553 14.9449 7.76553L14.4752 8.00006ZM14.9449 7.76553C15.0183 7.91299 15.0185 8.08676 14.9451 8.23422L14.4752 8.00006C14.9451 8.23422 14.9446 8.23508 14.9446 8.23508L14.944 8.23637L14.942 8.24024L14.9355 8.25302C14.93 8.26375 14.9222 8.27885 14.9121 8.29803C14.8919 8.33639 14.8624 8.3911 14.8239 8.45982C14.7469 8.5972 14.6333 8.79102 14.4843 9.0225C14.187 9.48445 13.7451 10.1017 13.1664 10.721C12.0189 11.9492 10.2708 13.2501 8.00008 13.2501C5.72939 13.2501 3.98131 11.9492 2.83374 10.721C2.2551 10.1017 1.81316 9.48445 1.51583 9.0225C1.36683 8.79102 1.25329 8.5972 1.17627 8.45982C1.13775 8.3911 1.1083 8.33639 1.08807 8.29803C1.07796 8.27885 1.07014 8.26375 1.06464 8.25302L1.05813 8.24024L1.05619 8.23637L1.05511 8.23422C0.98163 8.08676 0.98163 7.91336 1.05511 7.7659L1.52501 8.00006C1.05511 7.7659 1.05554 7.76505 1.05554 7.76505L1.05619 7.76375L1.05813 7.75989L1.06464 7.7471C1.07014 7.73637 1.07796 7.72127 1.08807 7.70209C1.1083 7.66373 1.13775 7.60903 1.17627 7.5403C1.25329 7.40292 1.36683 7.2091 1.51583 6.97762C1.81316 6.51567 2.2551 5.8984 2.83374 5.27911C3.98131 4.0509 5.72939 2.75 8.00008 2.75C10.2708 2.75 12.0189 4.0509 13.1664 5.27911C13.7451 5.8984 14.187 6.51567 14.4843 6.97762C14.6333 7.2091 14.7469 7.40292 14.8239 7.5403C14.8624 7.60903 14.8919 7.66373 14.9121 7.70209C14.9222 7.72127 14.93 7.73637 14.9355 7.7471L14.942 7.75989L14.944 7.76375L14.9449 7.76553ZM6.75915 8.00006C6.75915 7.30975 7.3164 6.75317 8.00008 6.75317C8.68375 6.75317 9.241 7.30975 9.241 8.00006C9.241 8.69037 8.68375 9.24695 8.00008 9.24695C7.3164 9.24695 6.75915 8.69037 6.75915 8.00006ZM8.00008 5.70316C6.73316 5.70316 5.70914 6.73319 5.70914 8.00006C5.70914 9.26693 6.73316 10.297 8.00008 10.297C9.26699 10.297 10.291 9.26693 10.291 8.00006C10.291 6.73319 9.26699 5.70316 8.00008 5.70316Z"
|
|
5
|
-
fill="currentColor"/>
|
|
6
|
-
</svg>
|
|
7
|
-
</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"
|
|
4
|
+
d="M2.39875 8.4542C2.28159 8.27218 2.18927 8.11694 2.12256 8.00006C2.18927 7.88318 2.28159 7.72795 2.39875 7.54592C2.67167 7.12192 3.0759 6.55793 3.60097 5.99596C4.66082 4.86164 6.15027 3.80001 8.00008 3.80001C9.84989 3.80001 11.3393 4.86164 12.3992 5.99596C12.9243 6.55793 13.3285 7.12192 13.6014 7.54592C13.7186 7.72795 13.8109 7.88318 13.8776 8.00006C13.8109 8.11694 13.7186 8.27218 13.6014 8.4542C13.3285 8.8782 12.9243 9.44219 12.3992 10.0042C11.3393 11.1385 9.84989 12.2001 8.00008 12.2001C6.15027 12.2001 4.66082 11.1385 3.60097 10.0042C3.0759 9.44219 2.67167 8.8782 2.39875 8.4542ZM14.4752 8.00006C14.9451 7.7659 14.9449 7.76553 14.9449 7.76553L14.4752 8.00006ZM14.9449 7.76553C15.0183 7.91299 15.0185 8.08676 14.9451 8.23422L14.4752 8.00006C14.9451 8.23422 14.9446 8.23508 14.9446 8.23508L14.944 8.23637L14.942 8.24024L14.9355 8.25302C14.93 8.26375 14.9222 8.27885 14.9121 8.29803C14.8919 8.33639 14.8624 8.3911 14.8239 8.45982C14.7469 8.5972 14.6333 8.79102 14.4843 9.0225C14.187 9.48445 13.7451 10.1017 13.1664 10.721C12.0189 11.9492 10.2708 13.2501 8.00008 13.2501C5.72939 13.2501 3.98131 11.9492 2.83374 10.721C2.2551 10.1017 1.81316 9.48445 1.51583 9.0225C1.36683 8.79102 1.25329 8.5972 1.17627 8.45982C1.13775 8.3911 1.1083 8.33639 1.08807 8.29803C1.07796 8.27885 1.07014 8.26375 1.06464 8.25302L1.05813 8.24024L1.05619 8.23637L1.05511 8.23422C0.98163 8.08676 0.98163 7.91336 1.05511 7.7659L1.52501 8.00006C1.05511 7.7659 1.05554 7.76505 1.05554 7.76505L1.05619 7.76375L1.05813 7.75989L1.06464 7.7471C1.07014 7.73637 1.07796 7.72127 1.08807 7.70209C1.1083 7.66373 1.13775 7.60903 1.17627 7.5403C1.25329 7.40292 1.36683 7.2091 1.51583 6.97762C1.81316 6.51567 2.2551 5.8984 2.83374 5.27911C3.98131 4.0509 5.72939 2.75 8.00008 2.75C10.2708 2.75 12.0189 4.0509 13.1664 5.27911C13.7451 5.8984 14.187 6.51567 14.4843 6.97762C14.6333 7.2091 14.7469 7.40292 14.8239 7.5403C14.8624 7.60903 14.8919 7.66373 14.9121 7.70209C14.9222 7.72127 14.93 7.73637 14.9355 7.7471L14.942 7.75989L14.944 7.76375L14.9449 7.76553ZM6.75915 8.00006C6.75915 7.30975 7.3164 6.75317 8.00008 6.75317C8.68375 6.75317 9.241 7.30975 9.241 8.00006C9.241 8.69037 8.68375 9.24695 8.00008 9.24695C7.3164 9.24695 6.75915 8.69037 6.75915 8.00006ZM8.00008 5.70316C6.73316 5.70316 5.70914 6.73319 5.70914 8.00006C5.70914 9.26693 6.73316 10.297 8.00008 10.297C9.26699 10.297 10.291 9.26693 10.291 8.00006C10.291 6.73319 9.26699 5.70316 8.00008 5.70316Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|