adata-ui 2.1.41-beta.7 → 2.1.41-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/-error.vue +170 -170
- package/.editorconfig +12 -12
- package/.gitlab-ci.yml +16 -16
- package/.nuxtrc +1 -1
- package/.nvmrc +1 -1
- package/.playground/app.config.ts +5 -5
- package/.playground/app.vue +102 -102
- package/.playground/nuxt.config.ts +4 -4
- package/CLAUDE.md +63 -63
- package/README.md +75 -75
- package/app.config.ts +28 -28
- package/app.vue +8 -8
- package/assets/styles/main.css +12 -12
- package/assets/styles/theme.css +590 -590
- package/assets/styles/ui.css +247 -247
- package/components/elements/README.md +1 -1
- package/components/elements/a-select-row/ASelectRowV2.vue +210 -210
- package/components/elements/a-select-row/index.vue +139 -139
- package/components/elements/accordion/AAccordion.vue +199 -199
- package/components/elements/accordion/AAccordionGroup/AAccordionGroup.vue +145 -145
- package/components/elements/accordion/AAccordionGroup/types.ts +20 -20
- package/components/elements/accordion/AAccordionGroup/ui.config.ts +22 -22
- package/components/elements/accordion/types.ts +14 -14
- package/components/elements/accordion/ui.config.ts +22 -22
- package/components/elements/alert/AAlert.vue +52 -52
- package/components/elements/banner/ABanner.vue +49 -49
- package/components/elements/bg-block/ABgBlock.vue +11 -11
- package/components/elements/button/AButton.vue +191 -191
- package/components/elements/button/AButtonV2.vue +179 -179
- package/components/elements/button/types.ts +24 -24
- package/components/elements/button-login/index.vue +19 -19
- package/components/elements/calendar/ACalendar.vue +83 -83
- package/components/elements/carousel/ACarousel.vue +159 -159
- package/components/elements/carousel/config.ui.ts +15 -15
- package/components/elements/carousel/types.ts +18 -18
- package/components/elements/chip-wrapper/AChipWrapper.vue +81 -81
- package/components/elements/chip-wrapper/types.ts +12 -12
- package/components/elements/chips/AChips.vue +33 -33
- package/components/elements/companies/AOurClients.vue +47 -47
- package/components/elements/count-up/ACountUp.vue +54 -54
- package/components/elements/curve-block/ACurveBlock.vue +259 -259
- package/components/elements/curve-block-v2/ACurveBlockV2.vue +122 -122
- package/components/elements/digit-badge/ADigitBadge.vue +86 -86
- package/components/elements/empty-box/empty-box-V2.vue +92 -92
- package/components/elements/error-template/index.vue +121 -119
- package/components/elements/feature-description/AFeatureDescription.vue +112 -112
- package/components/elements/illustrations/noAccess.vue +71 -71
- package/components/elements/infinite-carousel/AInfiniteCarousel.vue +85 -85
- package/components/elements/infinite-scroll/AInfiniteScroll.vue +33 -33
- package/components/elements/leave-note/ALeaveNote.vue +102 -102
- package/components/elements/pagination/APagination.vue +110 -110
- package/components/elements/photos-animation/APhotosAnimation.vue +85 -85
- package/components/elements/section-heading/ASectionHeading.vue +35 -35
- package/components/elements/segmented/ASegmentedV2.vue +154 -154
- package/components/elements/select/ACascadeSelectV2.vue +710 -710
- package/components/elements/select/ASelect.vue +448 -448
- package/components/elements/select/ASelectMobile.vue +186 -186
- package/components/elements/select/ASelectV2.vue +507 -507
- package/components/elements/select/cascade-utils.ts +115 -115
- package/components/elements/select/types.ts +27 -27
- package/components/elements/select/ui/cascade-drawer.vue +146 -146
- package/components/elements/select/ui/cascade-panel.vue +237 -237
- package/components/elements/select/ui/select-button.vue +112 -112
- package/components/elements/select/ui/select-list.vue +99 -99
- package/components/elements/select/ui/select-trigger.vue +167 -167
- package/components/elements/show-more/AShowMore.vue +35 -35
- package/components/elements/show-more/AShowMoreV2.vue +26 -26
- package/components/elements/skeleton/ASkeleton.vue +44 -44
- package/components/elements/slider/ASlider.vue +175 -175
- package/components/elements/slider/ASliderItem.vue +31 -31
- package/components/elements/slider/ASliderV2.vue +182 -182
- package/components/elements/slider/types.ts +21 -21
- package/components/elements/star-rating/AStarRating.vue +189 -189
- package/components/elements/star-rating/types.ts +7 -7
- package/components/elements/star-rating/ui/Star.vue +74 -74
- package/components/elements/status-badge/AStatusBadge.vue +125 -125
- package/components/elements/step-slider/AStepSliderColCard.vue +266 -270
- package/components/elements/step-slider/AStepSliderColNumber.vue +199 -199
- package/components/elements/table/ATable.vue +93 -93
- package/components/elements/table/table.config.ts +32 -32
- package/components/elements/tree-select/ATreeSelect.vue +157 -157
- package/components/elements/tree-select/TreeService.ts +184 -184
- package/components/elements/tree-select/components/ATreeSelectNode.vue +104 -104
- package/components/elements/tree-select/types.ts +63 -63
- package/components/elements/tree-select/utils.ts +30 -30
- package/components/elements/tree-select-mobile/ATreeSelectMobile.vue +79 -79
- package/components/elements/tree-select-mobile/components/ATreeSelectNodesMobile.vue +175 -175
- package/components/elements/tree-select-modal/ATreeSelectModal.vue +217 -217
- package/components/features/color-mode/AColorMode.client.vue +74 -74
- package/components/features/dropdown/ADropdown.vue +127 -127
- package/components/features/dropdown/ADropdownV2.vue +140 -140
- package/components/features/go-top/GoTop.vue +67 -67
- package/components/features/lang-switcher/lang-switcher.vue +158 -158
- package/components/features/payment/banner/BasicPlusLimitBanner.vue +84 -84
- package/components/features/payment/banner/PaymentBanner.vue +88 -88
- package/components/features/payment/banner/UpSellBanner.vue +105 -105
- package/components/features/payment/process/PaymentKaspiQrSidePanel.vue +180 -180
- package/components/features/payment/process/PaymentKaspiRedirectSidePanel.vue +123 -123
- package/components/features/payment/process/PaymentMethodSidePanel.vue +138 -138
- package/components/features/payment/process/PaymentProcess.vue +158 -158
- package/components/features/payment/process/PaymentTopUpSidePanel.vue +119 -119
- package/components/features/pk-mobile-services/APkMobileServices.vue +107 -107
- package/components/features//321/201hange-version/AChangeVersion.vue +20 -20
- package/components/forms/README.md +1 -1
- package/components/forms/checkbox/ACheckbox.vue +149 -149
- package/components/forms/checkbox/ACheckboxV2.vue +229 -229
- package/components/forms/feedback-form/FeedbackForm.vue +177 -177
- package/components/forms/feedback-form/FeedbackFormV2.vue +183 -183
- package/components/forms/input/AInputV2.vue +560 -560
- package/components/forms/input/button/AInputButton.vue +53 -53
- package/components/forms/input/date/AInputDate.vue +217 -217
- package/components/forms/input/password/AInputPassword.vue +59 -59
- package/components/forms/input/standard/AInputStandard.vue +424 -424
- package/components/forms/input/textarea/ATextarea.vue +207 -207
- package/components/forms/input/textarea/ATextareaV2.vue +253 -253
- package/components/forms/radio-button/ARadioButton.vue +95 -95
- package/components/forms/request-demo/ARequestDemo.vue +108 -108
- package/components/forms/toggle/AToggle.vue +157 -157
- package/components/forms/toggle/AToggleV2.vue +72 -72
- package/components/forms/toggle/types.ts +16 -16
- package/components/modals/AConfirmationEmail.vue +40 -40
- package/components/modals/AboutTariffModal.vue +115 -115
- package/components/modals/AnotherDeviceModal.vue +65 -65
- package/components/modals/ApplicationAcceptedModal.vue +45 -45
- package/components/modals/ConnectingTariffModal.vue +60 -60
- package/components/modals/ContactsMobileModel.vue +182 -182
- package/components/modals/ContentNavigationModal.vue +100 -100
- package/components/modals/Insufficient-funds-modal.vue +62 -62
- package/components/modals/LimitReachedModal.vue +44 -44
- package/components/modals/NoAccessModal.vue +39 -39
- package/components/modals/PaymentMethodModal.vue +101 -101
- package/components/modals/RedirectsBanksModal.vue +69 -69
- package/components/modals/ReplenishModal.vue +132 -132
- package/components/modals/ReportBugConfirmModal.vue +32 -32
- package/components/modals/ReportBugModal.vue +172 -172
- package/components/modals/Resend.vue +81 -81
- package/components/modals/SubmitApplicationModal.vue +126 -126
- package/components/modals/id/AuthModal.vue +72 -72
- package/components/modals/id/IdAutoLogoutModal.vue +44 -44
- package/components/modals/id/IdBanner.vue +41 -41
- package/components/modals/id/IdConfirmAccountOtpModal.vue +182 -182
- package/components/modals/id/IdConfirmSuccessfulModal.vue +41 -41
- package/components/modals/id/IdLoginModal.vue +336 -336
- package/components/modals/id/IdModals.vue +129 -129
- package/components/modals/id/IdNewPasswordModal.vue +129 -129
- package/components/modals/id/IdOtpInput.vue +156 -156
- package/components/modals/id/IdPasswordSuccessfulModal.vue +25 -25
- package/components/modals/id/IdRecoveryModal.vue +117 -117
- package/components/modals/id/IdRegistrationModal.vue +215 -215
- package/components/modals/id/IdResetPasswordOtpModal.vue +159 -159
- package/components/modals/id/IdTwoFactorModal.vue +126 -126
- package/components/navigation/README.md +1 -1
- package/components/navigation/bottom-navigation/ABottomNavigation.vue +106 -106
- package/components/navigation/breadcrumbs/ABreadcrumbs.vue +128 -128
- package/components/navigation/breadcrumbs/types.ts +8 -8
- package/components/navigation/footer/AFooter.vue +283 -283
- package/components/navigation/footer/ui/a-footer-accordion.vue +118 -118
- package/components/navigation/header/AHeader.vue +241 -241
- package/components/navigation/header/AlmatyContacts.vue +145 -145
- package/components/navigation/header/AstanaContacts.vue +67 -67
- package/components/navigation/header/CardGallery.vue +252 -252
- package/components/navigation/header/ContactMenu.vue +48 -48
- package/components/navigation/header/HeaderLink.vue +250 -250
- package/components/navigation/header/HeaderUsage.vue +139 -139
- package/components/navigation/header/ListItem.vue +32 -32
- package/components/navigation/header/NavCard.vue +42 -42
- package/components/navigation/header/NavList.vue +73 -73
- package/components/navigation/header/NotificationsMenu.vue +50 -50
- package/components/navigation/header/ProductMenu.vue +101 -101
- package/components/navigation/header/ProfileMenu.vue +168 -168
- package/components/navigation/header/SystemNotification.vue +108 -108
- package/components/navigation/header/types.ts +28 -28
- package/components/navigation/line-tabs/ALineTabs.vue +112 -112
- package/components/navigation/line-tabs/types.ts +21 -21
- package/components/navigation/mobile-navigation/AMobileNavigation.vue +112 -112
- package/components/navigation/pill-tabs/APillTabs.vue +179 -179
- package/components/navigation/pill-tabs/APillTabsV2.vue +241 -241
- package/components/navigation/pill-tabs/types.ts +24 -24
- package/components/navigation/side-navigation/ASideNavigation.vue +406 -406
- package/components/overlays/README.md +1 -1
- package/components/overlays/drawer/ADrawerV2.vue +342 -342
- package/components/overlays/modal/AModal.vue +335 -335
- package/components/overlays/modal/AModalV2.vue +401 -401
- package/components/overlays/side-panel/ASidePanel.vue +445 -445
- package/components/overlays/sideover/ASlideover.vue +351 -351
- package/components/overlays/tooltip/ATooltip.vue +238 -238
- package/components/overlays/tooltip/ATooltipV2.vue +226 -226
- package/components/overlays/tooltip/types.ts +26 -26
- package/components/overlays/tooltip/useTooltipTrigger.ts +101 -101
- package/components/transitions/ATransitionHeight.vue +67 -67
- package/components/utils/index.ts +19 -19
- package/components/utils/removeTrailingSlash.ts +7 -7
- package/composables/highlight.ts +19 -19
- package/composables/modalsState.ts +8 -8
- package/composables/projectState.ts +2 -2
- package/composables/useAccessTokenCookie.ts +25 -25
- package/composables/useActiveNavigation.ts +84 -84
- package/composables/useAdaptive.ts +46 -46
- package/composables/useBuyTariffs.ts +91 -91
- package/composables/useCarouselScroll.ts +49 -49
- package/composables/useChipOverflow.ts +92 -92
- package/composables/useHeaderNavigationLinks.ts +519 -519
- package/composables/useIdModals.ts +36 -36
- package/composables/usePayment.ts +78 -78
- package/composables/useUIValidation.ts +16 -16
- package/composables/useUrls.ts +23 -23
- package/eslint.config.mjs +58 -58
- package/i18n/i18n.config.ts +21 -21
- package/i18n.config.ts +21 -21
- package/icons/adata-logo.vue +17 -17
- package/icons/ai/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 -6
- package/icons/arrow/arrow-graph-down.vue +13 -13
- package/icons/arrow/arrow-graph-up.vue +14 -14
- package/icons/arrow/arrow-left-right.vue +8 -8
- package/icons/arrow/arrow-left.vue +14 -14
- package/icons/arrow/arrow-right.vue +14 -14
- package/icons/arrow/arrow-square-down.vue +15 -15
- package/icons/arrow/arrow-top-right-on-square.vue +6 -6
- package/icons/arrow/arrow-up-right.vue +6 -6
- package/icons/arrow/arrows-in.vue +11 -11
- package/icons/arrow/arrows-out.vue +11 -11
- package/icons/arrow/arrows-resize-in.vue +38 -38
- package/icons/arrow/arrows-resize-out.vue +17 -17
- package/icons/arrow-currency-gray.vue +5 -5
- package/icons/arrow-currency-green.vue +5 -5
- package/icons/arrow-currency-red.vue +5 -5
- package/icons/arrow-side-up.vue +6 -6
- package/icons/avatar.vue +12 -12
- package/icons/bank.vue +5 -5
- package/icons/bar-chart-3.vue +3 -3
- package/icons/bill.vue +3 -3
- package/icons/block.vue +16 -16
- package/icons/book-open.vue +3 -3
- package/icons/bookmark/bookmark-filled.vue +19 -19
- package/icons/bookmark/bookmark.vue +5 -5
- package/icons/bot.vue +52 -52
- package/icons/braces.vue +3 -3
- package/icons/briefcase.vue +14 -14
- package/icons/browsers/browser-duck.vue +65 -65
- package/icons/browsers/browser-google.vue +30 -30
- package/icons/browsers/browser-yandex.vue +13 -13
- package/icons/building-vector.vue +7 -7
- package/icons/building.vue +9 -9
- package/icons/calculator.vue +7 -7
- package/icons/calendar.vue +24 -24
- package/icons/car-side.vue +16 -16
- package/icons/car.vue +7 -7
- package/icons/cart.vue +15 -15
- package/icons/chart-bar.vue +5 -5
- package/icons/chart-no-axes-column.vue +3 -3
- package/icons/chart-pie.vue +16 -16
- package/icons/check/check-circle.vue +6 -6
- package/icons/check/check-outline.vue +3 -3
- package/icons/check/check-shield.vue +14 -14
- package/icons/check/check.vue +17 -17
- package/icons/check/checkmark-circle.vue +6 -6
- package/icons/check-sb.vue +7 -7
- package/icons/checkbox/checkbox-active.vue +17 -17
- package/icons/checkbox/checkbox-empty.vue +10 -10
- package/icons/checkbox/checkbox-intermediate.vue +7 -7
- package/icons/chevron/chevron-down-outline.vue +3 -3
- package/icons/chevron/chevron-down.vue +5 -5
- package/icons/chevron/chevron-left.vue +5 -5
- package/icons/chevron/chevron-right.vue +5 -5
- package/icons/chevron/chevron-up.vue +5 -5
- package/icons/chevron/double-chevron-right.vue +12 -12
- package/icons/clipboard-list.vue +3 -3
- package/icons/clipboard-text.vue +7 -7
- package/icons/clock-outline.vue +3 -3
- package/icons/clock-time.vue +24 -24
- package/icons/clock.vue +25 -25
- package/icons/close.vue +16 -16
- package/icons/cloud/cloud-upload.vue +3 -3
- package/icons/code.vue +9 -9
- package/icons/company/company-bazis.vue +21 -21
- package/icons/company/company-bereke.vue +25 -25
- package/icons/company/company-bigroup.vue +16 -16
- package/icons/company/company-erg.vue +17 -17
- package/icons/company/company-forte.vue +21 -21
- package/icons/company/company-halyk.vue +15 -15
- package/icons/company/company-jusan.vue +31 -31
- package/icons/company/company-kaspi.vue +14 -14
- package/icons/company/company-kazzinc.vue +22 -22
- package/icons/company/company-mycar.vue +13 -13
- package/icons/company/company-samruk.vue +21 -21
- package/icons/company-egov-small.vue +15 -15
- package/icons/company.vue +8 -8
- package/icons/compare-outlined.vue +8 -8
- package/icons/copy.vue +7 -7
- package/icons/crown.vue +6 -6
- package/icons/currency/currency-dollar.vue +16 -16
- package/icons/currency/currency-down.vue +22 -22
- package/icons/currency/currency-eur.vue +57 -57
- package/icons/currency/currency-rub.vue +7 -7
- package/icons/currency/currency-tenge.vue +9 -9
- package/icons/currency/currency-usd.vue +221 -221
- package/icons/currency/currency-yuan.vue +25 -25
- package/icons/database.vue +3 -3
- package/icons/default-avatar.vue +20 -20
- package/icons/delete.vue +7 -7
- package/icons/document.vue +5 -5
- package/icons/dots-horizontal.vue +31 -31
- package/icons/download-line.vue +13 -13
- package/icons/download-outline.vue +3 -3
- package/icons/download-rounded.vue +15 -15
- package/icons/download.vue +11 -11
- package/icons/edit.vue +7 -7
- package/icons/education.vue +16 -16
- package/icons/egov-small.vue +7 -7
- package/icons/egov.vue +41 -41
- package/icons/elicense.vue +38 -38
- package/icons/excel-icon.vue +14 -14
- package/icons/expand-window.vue +7 -7
- package/icons/eye-closed.vue +26 -26
- package/icons/eye-open.vue +7 -7
- package/icons/eye-opened.vue +23 -23
- package/icons/favourite-bookmark-outline.vue +17 -17
- package/icons/file/file-check-corner.vue +3 -3
- package/icons/file/file-spreadsheet.vue +3 -3
- package/icons/file/file.vue +16 -16
- package/icons/file/files.vue +16 -16
- package/icons/file-json.vue +3 -3
- package/icons/file-pen.vue +31 -31
- package/icons/file-search.vue +3 -3
- package/icons/file-stack.vue +31 -31
- package/icons/file-text.vue +3 -3
- package/icons/file-types/excel.vue +131 -131
- package/icons/file-types/html.vue +13 -13
- package/icons/file-types/jpeg.vue +16 -16
- package/icons/file-types/pdf.vue +11 -11
- package/icons/file-types/png.vue +11 -11
- package/icons/file-types/rar.vue +11 -11
- package/icons/file-types/word.vue +50 -50
- package/icons/file-types/zip.vue +11 -11
- package/icons/filter.vue +5 -5
- package/icons/flag.vue +7 -7
- package/icons/flask-conical.vue +3 -3
- package/icons/folder-open.vue +3 -3
- package/icons/gauge.vue +17 -17
- package/icons/gift-outline.vue +3 -3
- package/icons/gift.vue +8 -8
- package/icons/git-compare.vue +38 -38
- package/icons/git-fork.vue +3 -3
- package/icons/globe-2.vue +3 -3
- package/icons/globe.vue +16 -16
- package/icons/google.vue +41 -41
- package/icons/gradiend-icons/files-gradient.vue +22 -22
- package/icons/gradiend-icons/hammer-gradient.vue +62 -62
- package/icons/graduation-cap.vue +31 -31
- package/icons/graph-loading.vue +34 -34
- package/icons/graph-pie.vue +14 -14
- package/icons/hand/hand-thumb-up-filled.vue +5 -5
- package/icons/hand/hand-thumb-up.vue +5 -5
- package/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
- package/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
- package/icons/handshake.vue +5 -5
- package/icons/hcheck.vue +14 -14
- package/icons/hdocument.vue +7 -7
- package/icons/headset.vue +6 -6
- package/icons/help-question-circle.vue +26 -26
- package/icons/history.vue +5 -5
- package/icons/home.vue +14 -14
- package/icons/horizontal-more.vue +13 -13
- package/icons/hot-line.vue +6 -6
- package/icons/hummer.vue +16 -16
- package/icons/id.vue +7 -7
- package/icons/in-row-type.vue +46 -46
- package/icons/in-table-type.vue +29 -29
- package/icons/info/info-circle.vue +29 -29
- package/icons/invoice.vue +8 -8
- package/icons/judge.vue +14 -14
- package/icons/kaspi-qr.vue +13 -13
- package/icons/key-round.vue +3 -3
- package/icons/landmark.vue +3 -3
- package/icons/layers.vue +3 -3
- package/icons/letter/letter-a.vue +8 -8
- package/icons/letter/letter-b.vue +6 -6
- package/icons/letter/letter-c.vue +6 -6
- package/icons/letter/letter-d.vue +6 -6
- package/icons/letter/letter-e.vue +6 -6
- package/icons/link-chain.vue +28 -28
- package/icons/link-url.vue +3 -3
- package/icons/link.vue +7 -7
- package/icons/linkedin.vue +24 -24
- package/icons/list-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 +34 -34
- package/icons/main-filter.vue +10 -10
- package/icons/map/map-pin-filled.vue +7 -7
- package/icons/map/map-pin-rect.vue +15 -15
- package/icons/map/map-pin.vue +7 -7
- package/icons/map-marker-start.vue +7 -7
- package/icons/map-paper.vue +5 -5
- package/icons/medal.vue +7 -7
- package/icons/menu-filled.vue +20 -20
- package/icons/menu.vue +8 -8
- package/icons/message/message-square.vue +3 -3
- package/icons/message/message.vue +12 -12
- package/icons/message-dotted.vue +30 -30
- package/icons/messages-square.vue +3 -3
- package/icons/minus/minus-circle.vue +10 -10
- package/icons/money.vue +5 -5
- package/icons/monitoring.vue +10 -10
- package/icons/moon.vue +8 -8
- package/icons/more.vue +29 -29
- package/icons/network.vue +3 -3
- package/icons/newspaper.vue +3 -3
- package/icons/note-pencil.vue +14 -14
- package/icons/note.vue +14 -14
- package/icons/notification-error.vue +17 -17
- package/icons/notification.vue +16 -16
- package/icons/paperclip.vue +7 -7
- package/icons/payment/payment-card.vue +6 -6
- package/icons/payment/payment-kaspi.vue +11 -11
- package/icons/person-vector.vue +7 -7
- package/icons/person-with-briefcase.vue +10 -10
- package/icons/person.vue +22 -22
- package/icons/phone-call.vue +6 -6
- package/icons/phone-filled.vue +5 -5
- package/icons/phone-reversed.vue +3 -3
- package/icons/phone.vue +7 -7
- package/icons/plus/plus-circle.vue +8 -8
- package/icons/plus/plus.vue +13 -13
- package/icons/profile.vue +5 -5
- package/icons/radio/radio-check.vue +8 -8
- package/icons/radio/radio-empty.vue +10 -10
- package/icons/receipt.vue +8 -8
- package/icons/refresh-cw.vue +8 -8
- package/icons/robot-outline.vue +3 -3
- package/icons/robot.vue +14 -14
- package/icons/route.vue +7 -7
- package/icons/sanctions.vue +8 -8
- package/icons/scales/scale-outline.vue +3 -3
- package/icons/scales/scale.vue +16 -16
- package/icons/scales/scales.vue +5 -5
- package/icons/scales/standing-scales.vue +15 -15
- package/icons/scan-search.vue +3 -3
- package/icons/search-outline.vue +3 -3
- package/icons/search.vue +27 -27
- package/icons/send.vue +3 -3
- package/icons/settings.vue +26 -26
- package/icons/share/share-alt.vue +5 -5
- package/icons/share/share.vue +14 -14
- package/icons/shield-alert.vue +31 -31
- package/icons/shield-check.vue +20 -0
- package/icons/shield-verified.vue +14 -14
- package/icons/ship.vue +8 -8
- package/icons/shuffle.vue +3 -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/sun.vue +25 -25
- package/icons/sviazi.vue +5 -5
- package/icons/tag.vue +30 -30
- package/icons/tasks.vue +10 -10
- package/icons/tender-search.vue +11 -11
- package/icons/terminal.vue +3 -3
- package/icons/toasts/check-circle-toast.vue +6 -6
- package/icons/toasts/warning-triangle-toast.vue +8 -8
- package/icons/trash.vue +13 -13
- package/icons/triangle-alert.vue +3 -3
- package/icons/triangle.vue +10 -10
- package/icons/truck.vue +7 -7
- package/icons/user-plus.vue +3 -3
- package/icons/user-square.vue +14 -14
- package/icons/user.vue +22 -22
- package/icons/users-focus.vue +8 -8
- package/icons/users-outline.vue +3 -3
- package/icons/users-round.vue +3 -3
- package/icons/users-three.vue +7 -7
- package/icons/users.vue +8 -8
- package/icons/view-eye-open.vue +13 -13
- package/icons/warning/warning-circle.vue +29 -29
- package/icons/warning/warning-triangle-filled.vue +12 -12
- package/icons/warning/warning-triangle.vue +28 -28
- package/icons/webhook.vue +3 -3
- package/icons/whatsapp.vue +8 -8
- package/icons/work-bag.vue +11 -11
- package/icons/work-case.vue +9 -9
- package/icons/work-search.vue +10 -10
- package/icons/work.vue +5 -5
- package/icons/workflow.vue +3 -3
- package/icons/x-mark.vue +15 -15
- package/icons/x-outline.vue +3 -3
- package/icons/yandex.vue +29 -29
- package/icons/zap.vue +3 -3
- package/illustrations/address-location.vue +38 -38
- package/illustrations/award-badge.vue +105 -105
- package/illustrations/ball-with-chain.vue +120 -120
- package/illustrations/bill.vue +133 -133
- package/illustrations/buildings.vue +82 -82
- package/illustrations/calendar.vue +156 -156
- package/illustrations/chains.vue +152 -152
- package/illustrations/coin-percent.vue +126 -126
- package/illustrations/coins-stack.vue +202 -202
- package/illustrations/delete-dark.vue +32 -32
- package/illustrations/delete.vue +33 -33
- package/illustrations/doc-with-stamp.vue +126 -126
- package/illustrations/document.vue +64 -64
- package/illustrations/door.vue +85 -85
- package/illustrations/empty-badge-check.vue +20 -20
- package/illustrations/empty-ban.vue +18 -18
- package/illustrations/empty-box.vue +77 -77
- package/illustrations/empty-filter.vue +20 -20
- package/illustrations/empty-inbox.vue +19 -19
- package/illustrations/empty-scale.vue +22 -22
- package/illustrations/empty-search-x.vue +21 -21
- package/illustrations/empty-shopping-cart.vue +21 -21
- package/illustrations/empty-users-round.vue +20 -20
- package/illustrations/empty-wallet.vue +127 -127
- package/illustrations/graph-in-coin.vue +119 -119
- package/illustrations/hammer.vue +156 -156
- package/illustrations/hand-cash.vue +108 -108
- package/illustrations/info.vue +52 -52
- package/illustrations/mail-active.vue +86 -86
- package/illustrations/mail.vue +68 -68
- package/illustrations/no-access.vue +92 -92
- package/illustrations/notes-search.vue +20 -20
- package/illustrations/notes-sticky.vue +20 -20
- package/illustrations/ok.vue +90 -90
- package/illustrations/people-group.vue +237 -237
- package/illustrations/person-with-phone.vue +187 -187
- package/illustrations/person.vue +159 -159
- package/illustrations/phone-check.vue +110 -110
- package/illustrations/phone-payment-method.vue +223 -223
- package/illustrations/scheme-notes.vue +21 -21
- package/illustrations/scheme-waypoints.vue +25 -25
- package/illustrations/search.vue +14 -14
- package/illustrations/shield-user.vue +94 -94
- package/illustrations/stop-hand.vue +84 -84
- package/illustrations/stop-sign.vue +34 -34
- package/illustrations/suit.vue +97 -97
- package/illustrations/suitcase.vue +105 -105
- package/illustrations/terminal.vue +100 -100
- package/illustrations/trash-can.vue +66 -66
- package/illustrations/turn-on-tariff.vue +38 -38
- package/illustrations/two-persons.vue +169 -169
- package/lang/en.ts +878 -878
- package/lang/kk.ts +880 -880
- package/lang/ru.ts +880 -880
- package/layouts/default.vue +13 -13
- package/nuxt.config.ts +95 -95
- package/package.json +64 -64
- package/plugins/maska.ts +4 -4
- package/plugins/toast.client.ts +41 -41
- package/public/kaspi/logo.svg +4 -4
- package/shared/constans/pages.ts +96 -96
- package/tsconfig.json +6 -6
- package/utils/getMaxZindex.ts +25 -25
- package/utils/localizedNavigation.ts +36 -36
- package/utils/toCssSize.ts +11 -11
- package/utils/twMerge.ts +34 -34
- package/vitest.config.ts +14 -14
- package/.claude/settings.local.json +0 -19
|
@@ -1,13 +1,13 @@
|
|
|
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 d="M3 14L2 1.5H14L13 14L8 15.5L3 14Z" fill="#E44D26" />
|
|
10
|
-
<path d="M13 2.5H8V14.75L12 13.5L13 2.5Z" fill="#F16529" />
|
|
11
|
-
<path d="M4.75 8.75L4.25 4H12L11.75 5.5H5.75L6 7.25H11.5L11 12L8 13L5 12L4.75 9.5H6.25L6.5 10.75L8 11.25L9.5 10.75L9.75 8.75H4.75Z" fill="white" />
|
|
12
|
-
</svg>
|
|
13
|
-
</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 d="M3 14L2 1.5H14L13 14L8 15.5L3 14Z" fill="#E44D26" />
|
|
10
|
+
<path d="M13 2.5H8V14.75L12 13.5L13 2.5Z" fill="#F16529" />
|
|
11
|
+
<path d="M4.75 8.75L4.25 4H12L11.75 5.5H5.75L6 7.25H11.5L11 12L8 13L5 12L4.75 9.5H6.25L6.5 10.75L8 11.25L9.5 10.75L9.75 8.75H4.75Z" fill="white" />
|
|
12
|
+
</svg>
|
|
13
|
+
</template>
|
|
@@ -1,16 +1,16 @@
|
|
|
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
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M9.33317 1.3335H3.99984C3.26384 1.3335 2.6665 1.93083 2.6665 2.66683V13.3335C2.6665 14.0695 3.26384 14.6668 3.99984 14.6668H11.9998C12.7358 14.6668 13.3332 14.0695 13.3332 13.3335V5.3335L9.33317 1.3335ZM5.67835 11.365C5.67835 11.9572 5.39514 12.1638 4.93922 12.1638C4.83127 12.1638 4.68941 12.1453 4.5974 12.1139L4.64932 11.7351C4.7146 11.7567 4.79786 11.7721 4.89039 11.7721C5.08776 11.7721 5.21061 11.6827 5.21061 11.3589V10.0517H5.67887V11.365H5.67835ZM6.67669 11.4054C6.95668 11.4054 7.19518 11.3364 7.35747 11.1845C7.4814 11.0663 7.55036 10.892 7.55036 10.6867C7.55036 10.4814 7.46014 10.3072 7.32585 10.2014C7.18637 10.0894 6.97793 10.0339 6.68602 10.0339C6.39722 10.0339 6.19189 10.0521 6.04516 10.077V12.1447H6.51492V11.3955C6.55847 11.4017 6.61447 11.4054 6.67669 11.4054ZM7.87108 12.1681V10.0561H9.29424V10.4243H8.31762V10.9275H9.22102V11.2957H8.31762V11.8H9.29836V12.1681H7.87108ZM10.7117 12.1386C10.985 12.1386 11.2589 12.071 11.4022 12.0219V10.9315H10.6324V11.2965H10.9518V11.7296C10.9144 11.7485 10.8289 11.7608 10.7209 11.7608C10.338 11.7608 10.0703 11.5089 10.0703 11.0825C10.0703 10.6341 10.3657 10.413 10.7552 10.413C10.9825 10.413 11.1233 10.4529 11.2369 10.5021L11.3347 10.1279C11.2338 10.0792 11.0275 10.0265 10.7608 10.0265C10.0821 10.0265 9.58248 10.4191 9.57889 11.1071C9.57633 11.4112 9.68076 11.6809 9.87067 11.8591C10.0611 12.0434 10.3344 12.1386 10.7117 12.1386ZM9.33318 6.00016H8.66651V2.66683L11.9998 6.00016H9.33318ZM6.51495 10.4774C6.54866 10.4681 6.61399 10.4588 6.71043 10.4588C6.94738 10.4588 7.08063 10.5733 7.08063 10.7662C7.08063 10.9804 6.92509 11.1079 6.67413 11.1079C6.60517 11.1079 6.55488 11.1053 6.51495 11.096V10.4774Z"
|
|
13
|
-
fill="#7367F0"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</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
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M9.33317 1.3335H3.99984C3.26384 1.3335 2.6665 1.93083 2.6665 2.66683V13.3335C2.6665 14.0695 3.26384 14.6668 3.99984 14.6668H11.9998C12.7358 14.6668 13.3332 14.0695 13.3332 13.3335V5.3335L9.33317 1.3335ZM5.67835 11.365C5.67835 11.9572 5.39514 12.1638 4.93922 12.1638C4.83127 12.1638 4.68941 12.1453 4.5974 12.1139L4.64932 11.7351C4.7146 11.7567 4.79786 11.7721 4.89039 11.7721C5.08776 11.7721 5.21061 11.6827 5.21061 11.3589V10.0517H5.67887V11.365H5.67835ZM6.67669 11.4054C6.95668 11.4054 7.19518 11.3364 7.35747 11.1845C7.4814 11.0663 7.55036 10.892 7.55036 10.6867C7.55036 10.4814 7.46014 10.3072 7.32585 10.2014C7.18637 10.0894 6.97793 10.0339 6.68602 10.0339C6.39722 10.0339 6.19189 10.0521 6.04516 10.077V12.1447H6.51492V11.3955C6.55847 11.4017 6.61447 11.4054 6.67669 11.4054ZM7.87108 12.1681V10.0561H9.29424V10.4243H8.31762V10.9275H9.22102V11.2957H8.31762V11.8H9.29836V12.1681H7.87108ZM10.7117 12.1386C10.985 12.1386 11.2589 12.071 11.4022 12.0219V10.9315H10.6324V11.2965H10.9518V11.7296C10.9144 11.7485 10.8289 11.7608 10.7209 11.7608C10.338 11.7608 10.0703 11.5089 10.0703 11.0825C10.0703 10.6341 10.3657 10.413 10.7552 10.413C10.9825 10.413 11.1233 10.4529 11.2369 10.5021L11.3347 10.1279C11.2338 10.0792 11.0275 10.0265 10.7608 10.0265C10.0821 10.0265 9.58248 10.4191 9.57889 11.1071C9.57633 11.4112 9.68076 11.6809 9.87067 11.8591C10.0611 12.0434 10.3344 12.1386 10.7117 12.1386ZM9.33318 6.00016H8.66651V2.66683L11.9998 6.00016H9.33318ZM6.51495 10.4774C6.54866 10.4681 6.61399 10.4588 6.71043 10.4588C6.94738 10.4588 7.08063 10.5733 7.08063 10.7662C7.08063 10.9804 6.92509 11.1079 6.67413 11.1079C6.60517 11.1079 6.55488 11.1053 6.51495 11.096V10.4774Z"
|
|
13
|
+
fill="#7367F0"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
package/icons/file-types/pdf.vue
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="24"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path d="M9.07 17.28H11.85L13.6 20.72H16.14L12 9.87L9.07 17.28ZM2 3V21L9.42 3H2ZM14.48 3L22 20.81V3H14.48Z" fill="#FF0000" />
|
|
10
|
-
</svg>
|
|
11
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path d="M9.07 17.28H11.85L13.6 20.72H16.14L12 9.87L9.07 17.28ZM2 3V21L9.42 3H2ZM14.48 3L22 20.81V3H14.48Z" fill="#FF0000" />
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
package/icons/file-types/png.vue
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="24"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path d="M14 2L20 8V20C20 21.104 19.104 22 18 22H6C4.896 22 4 21.104 4 20V4C4 2.896 4.896 2 6 2H14ZM16.1094 13.8496C14.7834 13.8496 13.8069 14.617 13.7998 15.9609C13.7948 16.5549 13.9992 17.0817 14.3701 17.4297C14.7421 17.7896 15.2759 17.9755 16.0127 17.9756C16.5467 17.9756 17.0823 17.844 17.3623 17.748V15.6182H15.8584V16.3311H16.4824V17.1768C16.4094 17.2137 16.2422 17.2383 16.0312 17.2383C15.2833 17.2383 14.7598 16.7461 14.7598 15.9131C14.7598 15.0373 15.3369 14.6056 16.0977 14.6055C16.5417 14.6055 16.8171 14.6833 17.0391 14.7793L17.2305 14.0479C17.0335 13.9529 16.6302 13.8496 16.1094 13.8496ZM7.87598 13.8623C7.31899 13.8623 6.92264 13.8973 6.63965 13.9453V17.9326H7.5459V16.4883C7.6299 16.5003 7.7384 16.5068 7.8584 16.5068C8.3982 16.5068 8.85798 16.3739 9.1709 16.0811C9.40989 15.8531 9.54296 15.5171 9.54297 15.1211C9.54297 14.7253 9.3691 14.3896 9.11035 14.1855C8.84135 13.9695 8.43898 13.8623 7.87598 13.8623ZM10.0449 17.8838H10.8604V16.7031C10.8604 16.0627 10.8486 15.5094 10.8242 14.9922L10.8428 14.9863C11.0357 15.4453 11.2901 15.9519 11.5225 16.3691L12.3604 17.8828H13.2939V13.9629H12.4775V15.1084C12.4775 15.6966 12.4956 16.2259 12.5537 16.7432H12.5371C12.3604 16.3015 12.128 15.8119 11.8955 15.4004L11.0811 13.9629H10.0449V17.8838ZM7.92676 14.5518C8.38356 14.5518 8.64041 14.7728 8.64062 15.1445C8.64062 15.5574 8.34117 15.8036 7.85742 15.8037C7.72442 15.8037 7.6268 15.7992 7.5498 15.7812V14.5879C7.61478 14.5699 7.74089 14.5518 7.92676 14.5518ZM13 9H18L13 4V9Z" fill="#7367F0" />
|
|
10
|
-
</svg>
|
|
11
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path d="M14 2L20 8V20C20 21.104 19.104 22 18 22H6C4.896 22 4 21.104 4 20V4C4 2.896 4.896 2 6 2H14ZM16.1094 13.8496C14.7834 13.8496 13.8069 14.617 13.7998 15.9609C13.7948 16.5549 13.9992 17.0817 14.3701 17.4297C14.7421 17.7896 15.2759 17.9755 16.0127 17.9756C16.5467 17.9756 17.0823 17.844 17.3623 17.748V15.6182H15.8584V16.3311H16.4824V17.1768C16.4094 17.2137 16.2422 17.2383 16.0312 17.2383C15.2833 17.2383 14.7598 16.7461 14.7598 15.9131C14.7598 15.0373 15.3369 14.6056 16.0977 14.6055C16.5417 14.6055 16.8171 14.6833 17.0391 14.7793L17.2305 14.0479C17.0335 13.9529 16.6302 13.8496 16.1094 13.8496ZM7.87598 13.8623C7.31899 13.8623 6.92264 13.8973 6.63965 13.9453V17.9326H7.5459V16.4883C7.6299 16.5003 7.7384 16.5068 7.8584 16.5068C8.3982 16.5068 8.85798 16.3739 9.1709 16.0811C9.40989 15.8531 9.54296 15.5171 9.54297 15.1211C9.54297 14.7253 9.3691 14.3896 9.11035 14.1855C8.84135 13.9695 8.43898 13.8623 7.87598 13.8623ZM10.0449 17.8838H10.8604V16.7031C10.8604 16.0627 10.8486 15.5094 10.8242 14.9922L10.8428 14.9863C11.0357 15.4453 11.2901 15.9519 11.5225 16.3691L12.3604 17.8828H13.2939V13.9629H12.4775V15.1084C12.4775 15.6966 12.4956 16.2259 12.5537 16.7432H12.5371C12.3604 16.3015 12.128 15.8119 11.8955 15.4004L11.0811 13.9629H10.0449V17.8838ZM7.92676 14.5518C8.38356 14.5518 8.64041 14.7728 8.64062 15.1445C8.64062 15.5574 8.34117 15.8036 7.85742 15.8037C7.72442 15.8037 7.6268 15.7992 7.5498 15.7812V14.5879C7.61478 14.5699 7.74089 14.5518 7.92676 14.5518ZM13 9H18L13 4V9Z" fill="#7367F0" />
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
package/icons/file-types/rar.vue
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="24"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path d="M20 8V20C20 21.104 19.104 22 18 22H6C4.896 22 4 21.104 4 20V4C4 2.896 4.896 2 6 2H14L20 8ZM6.25488 13.8906V18H7.08496V16.2842H7.25293C7.44355 16.2842 7.58306 16.3003 7.6709 16.332C7.75857 16.3619 7.84156 16.419 7.91992 16.5029C7.99842 16.5852 8.14435 16.7868 8.35742 17.1064L8.95703 18H9.9502L9.44824 17.1982C9.25024 16.8788 9.09233 16.6565 8.97461 16.5312C8.85873 16.406 8.71068 16.2912 8.53125 16.1865C8.89197 16.1342 9.16343 16.0076 9.34473 15.8076C9.52571 15.6059 9.61615 15.351 9.61621 15.043C9.61621 14.8 9.55614 14.5833 9.43652 14.3945C9.31694 14.206 9.15684 14.0758 8.95703 14.0029C8.7589 13.9282 8.44003 13.8906 8.00098 13.8906H6.25488ZM11.584 13.8906L9.9834 18H10.8643L11.2031 17.0664H12.8457L13.2051 18H14.1074L12.4619 13.8906H11.584ZM14.5537 13.8906V18H15.3828V16.2842H15.5518C15.7419 16.2842 15.8809 16.3004 15.9688 16.332C16.0565 16.3619 16.1403 16.4189 16.2188 16.5029C16.2972 16.5852 16.4432 16.7868 16.6562 17.1064L17.2559 18H18.248L17.7461 17.1982C17.5481 16.8789 17.3902 16.6564 17.2725 16.5312C17.1567 16.4061 17.0093 16.2911 16.8301 16.1865C17.1907 16.1342 17.4613 16.0076 17.6426 15.8076C17.8238 15.6058 17.915 15.3512 17.915 15.043C17.915 14.8 17.855 14.5833 17.7354 14.3945C17.6158 14.206 17.4557 14.0758 17.2559 14.0029C17.0577 13.9282 16.739 13.8906 16.2998 13.8906H14.5537ZM12.5801 16.374H11.458L12.0137 14.8496L12.5801 16.374ZM7.73242 14.5859C8.06877 14.5859 8.27061 14.5903 8.33789 14.5996C8.47245 14.622 8.57653 14.6767 8.64941 14.7627C8.7239 14.8467 8.76071 14.9577 8.76074 15.0957C8.76074 15.2191 8.73283 15.3221 8.67676 15.4043C8.6207 15.4865 8.54333 15.5445 8.44434 15.5781C8.34524 15.6118 8.09627 15.6289 7.69824 15.6289H7.08496V14.5859H7.73242ZM16.0312 14.5859C16.3674 14.5859 16.5695 14.5903 16.6367 14.5996C16.7711 14.6221 16.8744 14.6768 16.9473 14.7627C17.0219 14.8468 17.0595 14.9575 17.0596 15.0957C17.0596 15.2191 17.0317 15.3221 16.9756 15.4043C16.9196 15.4865 16.8421 15.5445 16.7432 15.5781C16.6441 15.6118 16.3952 15.6289 15.9971 15.6289H15.3828V14.5859H16.0312ZM13 9H18L13 4V9Z" fill="#B267F0" />
|
|
10
|
-
</svg>
|
|
11
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path d="M20 8V20C20 21.104 19.104 22 18 22H6C4.896 22 4 21.104 4 20V4C4 2.896 4.896 2 6 2H14L20 8ZM6.25488 13.8906V18H7.08496V16.2842H7.25293C7.44355 16.2842 7.58306 16.3003 7.6709 16.332C7.75857 16.3619 7.84156 16.419 7.91992 16.5029C7.99842 16.5852 8.14435 16.7868 8.35742 17.1064L8.95703 18H9.9502L9.44824 17.1982C9.25024 16.8788 9.09233 16.6565 8.97461 16.5312C8.85873 16.406 8.71068 16.2912 8.53125 16.1865C8.89197 16.1342 9.16343 16.0076 9.34473 15.8076C9.52571 15.6059 9.61615 15.351 9.61621 15.043C9.61621 14.8 9.55614 14.5833 9.43652 14.3945C9.31694 14.206 9.15684 14.0758 8.95703 14.0029C8.7589 13.9282 8.44003 13.8906 8.00098 13.8906H6.25488ZM11.584 13.8906L9.9834 18H10.8643L11.2031 17.0664H12.8457L13.2051 18H14.1074L12.4619 13.8906H11.584ZM14.5537 13.8906V18H15.3828V16.2842H15.5518C15.7419 16.2842 15.8809 16.3004 15.9688 16.332C16.0565 16.3619 16.1403 16.4189 16.2188 16.5029C16.2972 16.5852 16.4432 16.7868 16.6562 17.1064L17.2559 18H18.248L17.7461 17.1982C17.5481 16.8789 17.3902 16.6564 17.2725 16.5312C17.1567 16.4061 17.0093 16.2911 16.8301 16.1865C17.1907 16.1342 17.4613 16.0076 17.6426 15.8076C17.8238 15.6058 17.915 15.3512 17.915 15.043C17.915 14.8 17.855 14.5833 17.7354 14.3945C17.6158 14.206 17.4557 14.0758 17.2559 14.0029C17.0577 13.9282 16.739 13.8906 16.2998 13.8906H14.5537ZM12.5801 16.374H11.458L12.0137 14.8496L12.5801 16.374ZM7.73242 14.5859C8.06877 14.5859 8.27061 14.5903 8.33789 14.5996C8.47245 14.622 8.57653 14.6767 8.64941 14.7627C8.7239 14.8467 8.76071 14.9577 8.76074 15.0957C8.76074 15.2191 8.73283 15.3221 8.67676 15.4043C8.6207 15.4865 8.54333 15.5445 8.44434 15.5781C8.34524 15.6118 8.09627 15.6289 7.69824 15.6289H7.08496V14.5859H7.73242ZM16.0312 14.5859C16.3674 14.5859 16.5695 14.5903 16.6367 14.5996C16.7711 14.6221 16.8744 14.6768 16.9473 14.7627C17.0219 14.8468 17.0595 14.9575 17.0596 15.0957C17.0596 15.2191 17.0317 15.3221 16.9756 15.4043C16.9196 15.4865 16.8421 15.5445 16.7432 15.5781C16.6441 15.6118 16.3952 15.6289 15.9971 15.6289H15.3828V14.5859H16.0312ZM13 9H18L13 4V9Z" fill="#B267F0" />
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="24"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path d="M21.1474 2.69775H7.50392C7.03307 2.69775 6.65137 3.07945 6.65137 3.5503V7.34886L14.5582 9.67441L22 7.34886V3.5503C22 3.07945 21.6183 2.69775 21.1474 2.69775Z" fill="#41A5EE" />
|
|
10
|
-
<path d="M22 7.34888H6.65137V12L14.5582 13.3953L22 12V7.34888Z" fill="#2B7CD3" />
|
|
11
|
-
<path d="M6.65137 12V16.6511L14.0931 17.5813L22 16.6511V12H6.65137Z" fill="#185ABD" />
|
|
12
|
-
<path d="M7.50392 21.3022H21.1475C21.6184 21.3022 22.0001 20.9205 22.0001 20.4497V16.6511H6.65137V20.4497C6.65137 20.9205 7.03307 21.3022 7.50392 21.3022Z" fill="#103F91" />
|
|
13
|
-
<path
|
|
14
|
-
opacity="0.1"
|
|
15
|
-
d="M12.3104 6.4187H6.65137V18.0464H12.3104C12.7806 18.0449 13.1614 17.6641 13.1629 17.1939V7.27125C13.1614 6.80104 12.7806 6.42023 12.3104 6.4187Z"
|
|
16
|
-
fill="#808CB4"
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
opacity="0.2"
|
|
20
|
-
d="M11.8452 6.88379H6.65137V18.5115H11.8452C12.3154 18.51 12.6962 18.1292 12.6977 17.659V7.73634C12.6962 7.26613 12.3154 6.88532 11.8452 6.88379Z"
|
|
21
|
-
fill="#808CB4"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
opacity="0.2"
|
|
25
|
-
d="M11.8452 6.88379H6.65137V17.5813H11.8452C12.3154 17.5798 12.6962 17.199 12.6977 16.7288V7.73634C12.6962 7.26613 12.3154 6.88532 11.8452 6.88379Z"
|
|
26
|
-
fill="#808CB4"
|
|
27
|
-
/>
|
|
28
|
-
<path
|
|
29
|
-
opacity="0.2"
|
|
30
|
-
d="M11.3801 6.88379H6.65137V17.5813H11.3801C11.8504 17.5798 12.2312 17.199 12.2327 16.7288V7.73634C12.2312 7.26613 11.8504 6.88532 11.3801 6.88379Z"
|
|
31
|
-
fill="#808CB4"
|
|
32
|
-
/>
|
|
33
|
-
<path d="M2.85255 6.88379H11.3799C11.8507 6.88379 12.2324 7.26549 12.2324 7.73634V16.2637C12.2324 16.7345 11.8507 17.1162 11.3799 17.1162H2.85255C2.3817 17.1162 2 16.7345 2 16.2637V7.73634C2 7.26549 2.3817 6.88379 2.85255 6.88379Z" fill="url(#paint0_linear_7640_155709)" />
|
|
34
|
-
<path d="M5.49885 13.4223C5.5156 13.5539 5.52676 13.6683 5.53187 13.7664H5.5514C5.55885 13.6734 5.57435 13.5613 5.59791 13.4302C5.62148 13.299 5.64272 13.1881 5.66164 13.0976L6.55837 9.22879H7.71789L8.64811 13.0395C8.70216 13.2764 8.74085 13.5166 8.76393 13.7585H8.77928C8.79662 13.5241 8.82894 13.2911 8.87602 13.0609L9.61787 9.22693H10.6732L9.36996 14.7711H8.13696L7.25325 11.0995C7.22767 10.9939 7.19837 10.8558 7.16628 10.686C7.13418 10.5162 7.11418 10.392 7.10627 10.3139H7.09092C7.0807 10.4041 7.06069 10.5381 7.03092 10.7158C7.00115 10.8934 6.97728 11.0249 6.95929 11.1102L6.1286 14.7702H4.87466L3.56445 9.22878H4.63885L5.44675 13.1055C5.4649 13.185 5.48211 13.2911 5.49885 13.4223Z" fill="white" />
|
|
35
|
-
<defs>
|
|
36
|
-
<linearGradient
|
|
37
|
-
id="paint0_linear_7640_155709"
|
|
38
|
-
x1="3.77758"
|
|
39
|
-
y1="6.21763"
|
|
40
|
-
x2="10.4549"
|
|
41
|
-
y2="17.7824"
|
|
42
|
-
gradientUnits="userSpaceOnUse"
|
|
43
|
-
>
|
|
44
|
-
<stop stop-color="#2368C4" />
|
|
45
|
-
<stop offset="0.5" stop-color="#1A5DBE" />
|
|
46
|
-
<stop offset="1" stop-color="#1146AC" />
|
|
47
|
-
</linearGradient>
|
|
48
|
-
</defs>
|
|
49
|
-
</svg>
|
|
50
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path d="M21.1474 2.69775H7.50392C7.03307 2.69775 6.65137 3.07945 6.65137 3.5503V7.34886L14.5582 9.67441L22 7.34886V3.5503C22 3.07945 21.6183 2.69775 21.1474 2.69775Z" fill="#41A5EE" />
|
|
10
|
+
<path d="M22 7.34888H6.65137V12L14.5582 13.3953L22 12V7.34888Z" fill="#2B7CD3" />
|
|
11
|
+
<path d="M6.65137 12V16.6511L14.0931 17.5813L22 16.6511V12H6.65137Z" fill="#185ABD" />
|
|
12
|
+
<path d="M7.50392 21.3022H21.1475C21.6184 21.3022 22.0001 20.9205 22.0001 20.4497V16.6511H6.65137V20.4497C6.65137 20.9205 7.03307 21.3022 7.50392 21.3022Z" fill="#103F91" />
|
|
13
|
+
<path
|
|
14
|
+
opacity="0.1"
|
|
15
|
+
d="M12.3104 6.4187H6.65137V18.0464H12.3104C12.7806 18.0449 13.1614 17.6641 13.1629 17.1939V7.27125C13.1614 6.80104 12.7806 6.42023 12.3104 6.4187Z"
|
|
16
|
+
fill="#808CB4"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
opacity="0.2"
|
|
20
|
+
d="M11.8452 6.88379H6.65137V18.5115H11.8452C12.3154 18.51 12.6962 18.1292 12.6977 17.659V7.73634C12.6962 7.26613 12.3154 6.88532 11.8452 6.88379Z"
|
|
21
|
+
fill="#808CB4"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
opacity="0.2"
|
|
25
|
+
d="M11.8452 6.88379H6.65137V17.5813H11.8452C12.3154 17.5798 12.6962 17.199 12.6977 16.7288V7.73634C12.6962 7.26613 12.3154 6.88532 11.8452 6.88379Z"
|
|
26
|
+
fill="#808CB4"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
opacity="0.2"
|
|
30
|
+
d="M11.3801 6.88379H6.65137V17.5813H11.3801C11.8504 17.5798 12.2312 17.199 12.2327 16.7288V7.73634C12.2312 7.26613 11.8504 6.88532 11.3801 6.88379Z"
|
|
31
|
+
fill="#808CB4"
|
|
32
|
+
/>
|
|
33
|
+
<path d="M2.85255 6.88379H11.3799C11.8507 6.88379 12.2324 7.26549 12.2324 7.73634V16.2637C12.2324 16.7345 11.8507 17.1162 11.3799 17.1162H2.85255C2.3817 17.1162 2 16.7345 2 16.2637V7.73634C2 7.26549 2.3817 6.88379 2.85255 6.88379Z" fill="url(#paint0_linear_7640_155709)" />
|
|
34
|
+
<path d="M5.49885 13.4223C5.5156 13.5539 5.52676 13.6683 5.53187 13.7664H5.5514C5.55885 13.6734 5.57435 13.5613 5.59791 13.4302C5.62148 13.299 5.64272 13.1881 5.66164 13.0976L6.55837 9.22879H7.71789L8.64811 13.0395C8.70216 13.2764 8.74085 13.5166 8.76393 13.7585H8.77928C8.79662 13.5241 8.82894 13.2911 8.87602 13.0609L9.61787 9.22693H10.6732L9.36996 14.7711H8.13696L7.25325 11.0995C7.22767 10.9939 7.19837 10.8558 7.16628 10.686C7.13418 10.5162 7.11418 10.392 7.10627 10.3139H7.09092C7.0807 10.4041 7.06069 10.5381 7.03092 10.7158C7.00115 10.8934 6.97728 11.0249 6.95929 11.1102L6.1286 14.7702H4.87466L3.56445 9.22878H4.63885L5.44675 13.1055C5.4649 13.185 5.48211 13.2911 5.49885 13.4223Z" fill="white" />
|
|
35
|
+
<defs>
|
|
36
|
+
<linearGradient
|
|
37
|
+
id="paint0_linear_7640_155709"
|
|
38
|
+
x1="3.77758"
|
|
39
|
+
y1="6.21763"
|
|
40
|
+
x2="10.4549"
|
|
41
|
+
y2="17.7824"
|
|
42
|
+
gradientUnits="userSpaceOnUse"
|
|
43
|
+
>
|
|
44
|
+
<stop stop-color="#2368C4" />
|
|
45
|
+
<stop offset="0.5" stop-color="#1A5DBE" />
|
|
46
|
+
<stop offset="1" stop-color="#1146AC" />
|
|
47
|
+
</linearGradient>
|
|
48
|
+
</defs>
|
|
49
|
+
</svg>
|
|
50
|
+
</template>
|
package/icons/file-types/zip.vue
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="24"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path d="M20 8V20C20 21.104 19.104 22 18 22H6C4.896 22 4 21.104 4 20V4C4 2.896 4.896 2 6 2H14L20 8ZM7.93848 13.8906V14.5859H9.85254L7.69434 17.252V18H11.0332V17.3076H8.69531L10.9463 14.5352V13.8906H7.93848ZM11.5342 13.8906V18H12.3643V13.8906H11.5342ZM13.1572 13.8906V18H13.9873V16.4502H14.5283C14.9038 16.4502 15.1906 16.4298 15.3887 16.3906C15.5344 16.3589 15.6782 16.2944 15.8184 16.1973C15.9602 16.0982 16.0765 15.9628 16.168 15.791C16.2595 15.6192 16.3056 15.4074 16.3057 15.1553C16.3057 14.8284 16.2261 14.562 16.0674 14.3564C15.9085 14.149 15.7111 14.0138 15.4756 13.9521C15.3222 13.9111 14.9934 13.8906 14.4893 13.8906H13.1572ZM14.3887 14.5859C14.6875 14.5859 14.8863 14.5956 14.9854 14.6143C15.1199 14.6386 15.2315 14.6987 15.3193 14.7959C15.4071 14.893 15.4512 15.0166 15.4512 15.166C15.4512 15.2874 15.4189 15.3938 15.3555 15.4854C15.2938 15.5769 15.2079 15.6445 15.0977 15.6875C14.9874 15.7305 14.7684 15.752 14.4414 15.752H13.9873V14.5859H14.3887ZM13 9H18L13 4V9Z" fill="#6799F0" />
|
|
10
|
-
</svg>
|
|
11
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path d="M20 8V20C20 21.104 19.104 22 18 22H6C4.896 22 4 21.104 4 20V4C4 2.896 4.896 2 6 2H14L20 8ZM7.93848 13.8906V14.5859H9.85254L7.69434 17.252V18H11.0332V17.3076H8.69531L10.9463 14.5352V13.8906H7.93848ZM11.5342 13.8906V18H12.3643V13.8906H11.5342ZM13.1572 13.8906V18H13.9873V16.4502H14.5283C14.9038 16.4502 15.1906 16.4298 15.3887 16.3906C15.5344 16.3589 15.6782 16.2944 15.8184 16.1973C15.9602 16.0982 16.0765 15.9628 16.168 15.791C16.2595 15.6192 16.3056 15.4074 16.3057 15.1553C16.3057 14.8284 16.2261 14.562 16.0674 14.3564C15.9085 14.149 15.7111 14.0138 15.4756 13.9521C15.3222 13.9111 14.9934 13.8906 14.4893 13.8906H13.1572ZM14.3887 14.5859C14.6875 14.5859 14.8863 14.5956 14.9854 14.6143C15.1199 14.6386 15.2315 14.6987 15.3193 14.7959C15.4071 14.893 15.4512 15.0166 15.4512 15.166C15.4512 15.2874 15.4189 15.3938 15.3555 15.4854C15.2938 15.5769 15.2079 15.6445 15.0977 15.6875C14.9874 15.7305 14.7684 15.752 14.4414 15.752H13.9873V14.5859H14.3887ZM13 9H18L13 4V9Z" fill="#6799F0" />
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
package/icons/filter.vue
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0991 3.62619C10.0991 3.14308 10.4908 2.75143 10.9739 2.75143C11.457 2.75143 11.8486 3.14308 11.8486 3.62619C11.8486 4.10931 11.457 4.50095 10.9739 4.50095C10.4908 4.50095 10.0991 4.10931 10.0991 3.62619ZM9.12203 4.15173H1.52681C1.23694 4.15173 1.00195 3.91674 1.00195 3.62687C1.00195 3.33701 1.23694 3.10202 1.52681 3.10202H9.12164C9.34988 2.29392 10.0927 1.70172 10.9739 1.70172C11.855 1.70172 12.5979 2.29392 12.8261 3.10202H14.4752C14.765 3.10202 15 3.33701 15 3.62687C15 3.91674 14.765 4.15173 14.4752 4.15173H12.8257C12.597 4.95914 11.8545 5.55066 10.9739 5.55066C10.0932 5.55066 9.35072 4.95914 9.12203 4.15173ZM5.72668 6.07518C6.60814 6.07518 7.35119 6.66779 7.57914 7.47633H14.4732C14.7631 7.47633 14.9981 7.71131 14.9981 8.00118C14.9981 8.29105 14.7631 8.52604 14.4732 8.52604H7.57827C7.3493 9.33301 6.60702 9.92412 5.72668 9.92412C4.84634 9.92412 4.10405 9.33301 3.87509 8.52604H1.52681C1.23694 8.52604 1.00195 8.29105 1.00195 8.00118C1.00195 7.71131 1.23694 7.47633 1.52681 7.47633H3.87422C4.10217 6.66779 4.84522 6.07518 5.72668 6.07518ZM5.72668 7.12489C5.24356 7.12489 4.85192 7.51653 4.85192 7.99965C4.85192 8.48276 5.24356 8.87441 5.72668 8.87441C6.20979 8.87441 6.60144 8.48276 6.60144 7.99965C6.60144 7.51653 6.20979 7.12489 5.72668 7.12489ZM12.8257 12.8992C12.5971 13.7067 11.8546 14.2983 10.9739 14.2983C10.0932 14.2983 9.35067 13.7067 9.12201 12.8992H1.52681C1.23694 12.8992 1.00195 12.6643 1.00195 12.3744C1.00195 12.0845 1.23694 11.8495 1.52681 11.8495H9.12167C9.34993 11.0415 10.0927 10.4493 10.9739 10.4493C11.855 10.4493 12.5978 11.0415 12.8261 11.8495H14.4752C14.765 11.8495 15 12.0845 15 12.3744C15 12.6643 14.765 12.8992 14.4752 12.8992H12.8257ZM10.0991 12.3738C10.0991 11.8907 10.4908 11.499 10.9739 11.499C11.457 11.499 11.8486 11.8907 11.8486 12.3738C11.8486 12.8569 11.457 13.2485 10.9739 13.2485C10.4908 13.2485 10.0991 12.8569 10.0991 12.3738Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0991 3.62619C10.0991 3.14308 10.4908 2.75143 10.9739 2.75143C11.457 2.75143 11.8486 3.14308 11.8486 3.62619C11.8486 4.10931 11.457 4.50095 10.9739 4.50095C10.4908 4.50095 10.0991 4.10931 10.0991 3.62619ZM9.12203 4.15173H1.52681C1.23694 4.15173 1.00195 3.91674 1.00195 3.62687C1.00195 3.33701 1.23694 3.10202 1.52681 3.10202H9.12164C9.34988 2.29392 10.0927 1.70172 10.9739 1.70172C11.855 1.70172 12.5979 2.29392 12.8261 3.10202H14.4752C14.765 3.10202 15 3.33701 15 3.62687C15 3.91674 14.765 4.15173 14.4752 4.15173H12.8257C12.597 4.95914 11.8545 5.55066 10.9739 5.55066C10.0932 5.55066 9.35072 4.95914 9.12203 4.15173ZM5.72668 6.07518C6.60814 6.07518 7.35119 6.66779 7.57914 7.47633H14.4732C14.7631 7.47633 14.9981 7.71131 14.9981 8.00118C14.9981 8.29105 14.7631 8.52604 14.4732 8.52604H7.57827C7.3493 9.33301 6.60702 9.92412 5.72668 9.92412C4.84634 9.92412 4.10405 9.33301 3.87509 8.52604H1.52681C1.23694 8.52604 1.00195 8.29105 1.00195 8.00118C1.00195 7.71131 1.23694 7.47633 1.52681 7.47633H3.87422C4.10217 6.66779 4.84522 6.07518 5.72668 6.07518ZM5.72668 7.12489C5.24356 7.12489 4.85192 7.51653 4.85192 7.99965C4.85192 8.48276 5.24356 8.87441 5.72668 8.87441C6.20979 8.87441 6.60144 8.48276 6.60144 7.99965C6.60144 7.51653 6.20979 7.12489 5.72668 7.12489ZM12.8257 12.8992C12.5971 13.7067 11.8546 14.2983 10.9739 14.2983C10.0932 14.2983 9.35067 13.7067 9.12201 12.8992H1.52681C1.23694 12.8992 1.00195 12.6643 1.00195 12.3744C1.00195 12.0845 1.23694 11.8495 1.52681 11.8495H9.12167C9.34993 11.0415 10.0927 10.4493 10.9739 10.4493C11.855 10.4493 12.5978 11.0415 12.8261 11.8495H14.4752C14.765 11.8495 15 12.0845 15 12.3744C15 12.6643 14.765 12.8992 14.4752 12.8992H12.8257ZM10.0991 12.3738C10.0991 11.8907 10.4908 11.499 10.9739 11.499C11.457 11.499 11.8486 11.8907 11.8486 12.3738C11.8486 12.8569 11.457 13.2485 10.9739 13.2485C10.4908 13.2485 10.0991 12.8569 10.0991 12.3738Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
package/icons/flag.vue
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path d="M17.854 12.33L16.7026 11.11C16.4289 10.86 16.2685 10.49 16.259 10.08C16.2402 9.63 16.41 9.18 16.7215 8.85L17.854 7.65C18.8355 6.61 19.2036 5.61 18.8921 4.82C18.5901 4.04 17.6558 3.61 16.2779 3.61H6.41564V2.75C6.41564 2.34 6.09476 2 5.70782 2C5.32088 2 5 2.34 5 2.75V21.25C5 21.66 5.32088 22 5.70782 22C6.09476 22 6.41564 21.66 6.41564 21.25V16.37H16.2779C17.6369 16.37 18.5524 15.93 18.8638 15.14C19.1753 14.35 18.8166 13.36 17.854 12.33Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|
|
6
|
-
<script setup lang="ts">
|
|
7
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M17.854 12.33L16.7026 11.11C16.4289 10.86 16.2685 10.49 16.259 10.08C16.2402 9.63 16.41 9.18 16.7215 8.85L17.854 7.65C18.8355 6.61 19.2036 5.61 18.8921 4.82C18.5901 4.04 17.6558 3.61 16.2779 3.61H6.41564V2.75C6.41564 2.34 6.09476 2 5.70782 2C5.32088 2 5 2.34 5 2.75V21.25C5 21.66 5.32088 22 5.70782 22C6.09476 22 6.41564 21.66 6.41564 21.25V16.37H16.2779C17.6369 16.37 18.5524 15.93 18.8638 15.14C19.1753 14.35 18.8166 13.36 17.854 12.33Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
6
|
+
<script setup lang="ts">
|
|
7
|
+
</script>
|
package/icons/flask-conical.vue
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-flask-conical-icon lucide-flask-conical"><path d="M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2"/><path d="M6.453 15h11.094"/><path d="M8.5 2h7"/></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-flask-conical-icon lucide-flask-conical"><path d="M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2"/><path d="M6.453 15h11.094"/><path d="M8.5 2h7"/></svg>
|
|
3
|
+
</template>
|
package/icons/folder-open.vue
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-open-icon lucide-folder-open"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"/></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-folder-open-icon lucide-folder-open"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"/></svg>
|
|
3
|
+
</template>
|
package/icons/gauge.vue
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
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="none"
|
|
10
|
-
stroke="currentColor"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
stroke-width="2"
|
|
14
|
-
d="m12 14l4-4M3.34 19a10 10 0 1 1 17.32 0"
|
|
15
|
-
/>
|
|
16
|
-
</svg>
|
|
17
|
-
</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="none"
|
|
10
|
+
stroke="currentColor"
|
|
11
|
+
stroke-linecap="round"
|
|
12
|
+
stroke-linejoin="round"
|
|
13
|
+
stroke-width="2"
|
|
14
|
+
d="m12 14l4-4M3.34 19a10 10 0 1 1 17.32 0"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
</template>
|
package/icons/gift-outline.vue
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-gift-icon lucide-gift"><path d="M12 7v14"/><path d="M20 11v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8"/><path d="M7.5 7a1 1 0 0 1 0-5A4.8 8 0 0 1 12 7a4.8 8 0 0 1 4.5-5 1 1 0 0 1 0 5"/><rect x="3" y="7" width="18" height="4" rx="1"/></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-gift-icon lucide-gift"><path d="M12 7v14"/><path d="M20 11v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8"/><path d="M7.5 7a1 1 0 0 1 0-5A4.8 8 0 0 1 12 7a4.8 8 0 0 1 4.5-5 1 1 0 0 1 0 5"/><rect x="3" y="7" width="18" height="4" rx="1"/></svg>
|
|
3
|
+
</template>
|
package/icons/gift.vue
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path
|
|
4
|
-
d="M18.4615 5.60101H15.0885C15.126 5.56801 15.1644 5.53601 15.201 5.50101C15.493 5.23121 15.7283 4.90164 15.8923 4.53293C16.0563 4.16422 16.1453 3.76429 16.1538 3.35816C16.1665 2.91387 16.0917 2.47157 15.934 2.05844C15.7763 1.6453 15.5391 1.27004 15.2369 0.955695C14.9347 0.641347 14.5739 0.394544 14.1767 0.23044C13.7795 0.0663363 13.3542 -0.0116068 12.9269 0.00139604C12.5362 0.0101473 12.1515 0.102674 11.7967 0.273184C11.442 0.443694 11.1249 0.688517 10.8654 0.992327C10.5062 1.42519 10.2143 1.9137 10 2.44023C9.78575 1.9137 9.49377 1.42519 9.13462 0.992327C8.87506 0.688517 8.558 0.443694 8.20327 0.273184C7.84854 0.102674 7.46378 0.0101473 7.07308 0.00139604C6.64584 -0.0116068 6.22055 0.0663363 5.82332 0.23044C5.4261 0.394544 5.06531 0.641347 4.76312 0.955695C4.46094 1.27004 4.22372 1.6453 4.06603 2.05844C3.90835 2.47157 3.83352 2.91387 3.84615 3.35816C3.8547 3.76429 3.94374 4.16422 4.1077 4.53293C4.27166 4.90164 4.50701 5.23121 4.79904 5.50101C4.83558 5.53401 4.87404 5.56601 4.91154 5.60101H1.53846C1.13044 5.60101 0.739122 5.76956 0.450605 6.0696C0.162087 6.36964 0 6.77658 0 7.20089V10.4007C0 10.825 0.162087 11.2319 0.450605 11.532C0.739122 11.832 1.13044 12.0006 1.53846 12.0006V18.4001C1.53846 18.8244 1.70055 19.2314 1.98907 19.5314C2.27758 19.8314 2.6689 20 3.07692 20H16.9231C17.3311 20 17.7224 19.8314 18.0109 19.5314C18.2995 19.2314 18.4615 18.8244 18.4615 18.4001V12.0006C18.8696 12.0006 19.2609 11.832 19.5494 11.532C19.8379 11.2319 20 10.825 20 10.4007V7.20089C20 6.77658 19.8379 6.36964 19.5494 6.0696C19.2609 5.76956 18.8696 5.60101 18.4615 5.60101ZM12.0192 2.05225C12.141 1.91238 12.2893 1.80021 12.4548 1.72278C12.6203 1.64534 12.7993 1.60432 12.9808 1.60228H13.0279C13.2405 1.60367 13.4508 1.64918 13.6463 1.73615C13.8419 1.82312 14.0187 1.9498 14.1666 2.10876C14.3144 2.26773 14.4303 2.45579 14.5074 2.66191C14.5844 2.86804 14.6211 3.08809 14.6154 3.30917C14.6134 3.49785 14.574 3.68408 14.4995 3.85615C14.4251 4.02823 14.3172 4.18244 14.1827 4.3091C13.2702 5.14904 11.7558 5.44502 10.8173 5.54901C10.9327 4.49008 11.25 2.95119 12.0192 2.05225ZM5.85673 2.08825C6.15475 1.77836 6.55837 1.60335 6.97981 1.60128H7.02692C7.20836 1.60332 7.38744 1.64434 7.55291 1.72178C7.71838 1.79921 7.86667 1.91138 7.98846 2.05125C8.79519 2.99919 9.07981 4.57108 9.17981 5.54301C8.24519 5.44302 6.73365 5.14304 5.82212 4.3041C5.68762 4.17744 5.57975 4.02323 5.50529 3.85115C5.43083 3.67908 5.39138 3.49285 5.38942 3.30417C5.38346 3.07942 5.42147 2.85575 5.50113 2.64673C5.5808 2.43772 5.70047 2.24772 5.85288 2.08825H5.85673ZM1.53846 7.20089H9.23077V10.4007H1.53846V7.20089ZM3.07692 12.0006H9.23077V18.4001H3.07692V12.0006ZM16.9231 18.4001H10.7692V12.0006H16.9231V18.4001ZM18.4615 10.4007H10.7692V7.20089H18.4615V10.4007Z"
|
|
5
|
-
fill="currentColor"
|
|
6
|
-
/>
|
|
7
|
-
</svg>
|
|
8
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M18.4615 5.60101H15.0885C15.126 5.56801 15.1644 5.53601 15.201 5.50101C15.493 5.23121 15.7283 4.90164 15.8923 4.53293C16.0563 4.16422 16.1453 3.76429 16.1538 3.35816C16.1665 2.91387 16.0917 2.47157 15.934 2.05844C15.7763 1.6453 15.5391 1.27004 15.2369 0.955695C14.9347 0.641347 14.5739 0.394544 14.1767 0.23044C13.7795 0.0663363 13.3542 -0.0116068 12.9269 0.00139604C12.5362 0.0101473 12.1515 0.102674 11.7967 0.273184C11.442 0.443694 11.1249 0.688517 10.8654 0.992327C10.5062 1.42519 10.2143 1.9137 10 2.44023C9.78575 1.9137 9.49377 1.42519 9.13462 0.992327C8.87506 0.688517 8.558 0.443694 8.20327 0.273184C7.84854 0.102674 7.46378 0.0101473 7.07308 0.00139604C6.64584 -0.0116068 6.22055 0.0663363 5.82332 0.23044C5.4261 0.394544 5.06531 0.641347 4.76312 0.955695C4.46094 1.27004 4.22372 1.6453 4.06603 2.05844C3.90835 2.47157 3.83352 2.91387 3.84615 3.35816C3.8547 3.76429 3.94374 4.16422 4.1077 4.53293C4.27166 4.90164 4.50701 5.23121 4.79904 5.50101C4.83558 5.53401 4.87404 5.56601 4.91154 5.60101H1.53846C1.13044 5.60101 0.739122 5.76956 0.450605 6.0696C0.162087 6.36964 0 6.77658 0 7.20089V10.4007C0 10.825 0.162087 11.2319 0.450605 11.532C0.739122 11.832 1.13044 12.0006 1.53846 12.0006V18.4001C1.53846 18.8244 1.70055 19.2314 1.98907 19.5314C2.27758 19.8314 2.6689 20 3.07692 20H16.9231C17.3311 20 17.7224 19.8314 18.0109 19.5314C18.2995 19.2314 18.4615 18.8244 18.4615 18.4001V12.0006C18.8696 12.0006 19.2609 11.832 19.5494 11.532C19.8379 11.2319 20 10.825 20 10.4007V7.20089C20 6.77658 19.8379 6.36964 19.5494 6.0696C19.2609 5.76956 18.8696 5.60101 18.4615 5.60101ZM12.0192 2.05225C12.141 1.91238 12.2893 1.80021 12.4548 1.72278C12.6203 1.64534 12.7993 1.60432 12.9808 1.60228H13.0279C13.2405 1.60367 13.4508 1.64918 13.6463 1.73615C13.8419 1.82312 14.0187 1.9498 14.1666 2.10876C14.3144 2.26773 14.4303 2.45579 14.5074 2.66191C14.5844 2.86804 14.6211 3.08809 14.6154 3.30917C14.6134 3.49785 14.574 3.68408 14.4995 3.85615C14.4251 4.02823 14.3172 4.18244 14.1827 4.3091C13.2702 5.14904 11.7558 5.44502 10.8173 5.54901C10.9327 4.49008 11.25 2.95119 12.0192 2.05225ZM5.85673 2.08825C6.15475 1.77836 6.55837 1.60335 6.97981 1.60128H7.02692C7.20836 1.60332 7.38744 1.64434 7.55291 1.72178C7.71838 1.79921 7.86667 1.91138 7.98846 2.05125C8.79519 2.99919 9.07981 4.57108 9.17981 5.54301C8.24519 5.44302 6.73365 5.14304 5.82212 4.3041C5.68762 4.17744 5.57975 4.02323 5.50529 3.85115C5.43083 3.67908 5.39138 3.49285 5.38942 3.30417C5.38346 3.07942 5.42147 2.85575 5.50113 2.64673C5.5808 2.43772 5.70047 2.24772 5.85288 2.08825H5.85673ZM1.53846 7.20089H9.23077V10.4007H1.53846V7.20089ZM3.07692 12.0006H9.23077V18.4001H3.07692V12.0006ZM16.9231 18.4001H10.7692V12.0006H16.9231V18.4001ZM18.4615 10.4007H10.7692V7.20089H18.4615V10.4007Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
package/icons/git-compare.vue
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="22"
|
|
4
|
-
height="22"
|
|
5
|
-
viewBox="0 0 22 22"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M16.5 19.25C18.0188 19.25 19.25 18.0188 19.25 16.5C19.25 14.9812 18.0188 13.75 16.5 13.75C14.9812 13.75 13.75 14.9812 13.75 16.5C13.75 18.0188 14.9812 19.25 16.5 19.25Z"
|
|
11
|
-
stroke="currentColor"
|
|
12
|
-
stroke-width="1.83333"
|
|
13
|
-
stroke-linecap="round"
|
|
14
|
-
stroke-linejoin="round"
|
|
15
|
-
/>
|
|
16
|
-
<path
|
|
17
|
-
d="M5.5 8.25C7.01878 8.25 8.25 7.01878 8.25 5.5C8.25 3.98122 7.01878 2.75 5.5 2.75C3.98122 2.75 2.75 3.98122 2.75 5.5C2.75 7.01878 3.98122 8.25 5.5 8.25Z"
|
|
18
|
-
stroke="currentColor"
|
|
19
|
-
stroke-width="1.83333"
|
|
20
|
-
stroke-linecap="round"
|
|
21
|
-
stroke-linejoin="round"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
d="M11.9165 5.5H14.6665C15.1527 5.5 15.619 5.69315 15.9629 6.03697C16.3067 6.38079 16.4998 6.8471 16.4998 7.33333V13.75"
|
|
25
|
-
stroke="currentColor"
|
|
26
|
-
stroke-width="1.83333"
|
|
27
|
-
stroke-linecap="round"
|
|
28
|
-
stroke-linejoin="round"
|
|
29
|
-
/>
|
|
30
|
-
<path
|
|
31
|
-
d="M10.0833 16.5H7.33333C6.8471 16.5 6.38079 16.3068 6.03697 15.963C5.69315 15.6192 5.5 15.1529 5.5 14.6667V8.25"
|
|
32
|
-
stroke="currentColor"
|
|
33
|
-
stroke-width="1.83333"
|
|
34
|
-
stroke-linecap="round"
|
|
35
|
-
stroke-linejoin="round"
|
|
36
|
-
/>
|
|
37
|
-
</svg>
|
|
38
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="22"
|
|
4
|
+
height="22"
|
|
5
|
+
viewBox="0 0 22 22"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M16.5 19.25C18.0188 19.25 19.25 18.0188 19.25 16.5C19.25 14.9812 18.0188 13.75 16.5 13.75C14.9812 13.75 13.75 14.9812 13.75 16.5C13.75 18.0188 14.9812 19.25 16.5 19.25Z"
|
|
11
|
+
stroke="currentColor"
|
|
12
|
+
stroke-width="1.83333"
|
|
13
|
+
stroke-linecap="round"
|
|
14
|
+
stroke-linejoin="round"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M5.5 8.25C7.01878 8.25 8.25 7.01878 8.25 5.5C8.25 3.98122 7.01878 2.75 5.5 2.75C3.98122 2.75 2.75 3.98122 2.75 5.5C2.75 7.01878 3.98122 8.25 5.5 8.25Z"
|
|
18
|
+
stroke="currentColor"
|
|
19
|
+
stroke-width="1.83333"
|
|
20
|
+
stroke-linecap="round"
|
|
21
|
+
stroke-linejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M11.9165 5.5H14.6665C15.1527 5.5 15.619 5.69315 15.9629 6.03697C16.3067 6.38079 16.4998 6.8471 16.4998 7.33333V13.75"
|
|
25
|
+
stroke="currentColor"
|
|
26
|
+
stroke-width="1.83333"
|
|
27
|
+
stroke-linecap="round"
|
|
28
|
+
stroke-linejoin="round"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M10.0833 16.5H7.33333C6.8471 16.5 6.38079 16.3068 6.03697 15.963C5.69315 15.6192 5.5 15.1529 5.5 14.6667V8.25"
|
|
32
|
+
stroke="currentColor"
|
|
33
|
+
stroke-width="1.83333"
|
|
34
|
+
stroke-linecap="round"
|
|
35
|
+
stroke-linejoin="round"
|
|
36
|
+
/>
|
|
37
|
+
</svg>
|
|
38
|
+
</template>
|
package/icons/git-fork.vue
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-git-fork-icon lucide-git-fork"><circle cx="12" cy="18" r="3"/><circle cx="6" cy="6" r="3"/><circle cx="18" cy="6" r="3"/><path d="M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9"/><path d="M12 12v3"/></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-git-fork-icon lucide-git-fork"><circle cx="12" cy="18" r="3"/><circle cx="6" cy="6" r="3"/><circle cx="18" cy="6" r="3"/><path d="M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9"/><path d="M12 12v3"/></svg>
|
|
3
|
+
</template>
|
package/icons/globe-2.vue
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-earth-icon lucide-earth"><path d="M21.54 15H17a2 2 0 0 0-2 2v4.54"/><path d="M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17"/><path d="M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05"/><circle cx="12" cy="12" r="10"/></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-earth-icon lucide-earth"><path d="M21.54 15H17a2 2 0 0 0-2 2v4.54"/><path d="M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17"/><path d="M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05"/><circle cx="12" cy="12" r="10"/></svg>
|
|
3
|
+
</template>
|
package/icons/globe.vue
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
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
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M6.89027 2.1533C4.30223 2.64152 2.30621 4.80563 2.07285 7.475H5.02171C5.20164 5.57197 5.84478 3.74533 6.89027 2.1533ZM8.00002 0.999985C4.13402 0.999985 1 4.134 1 8C1 11.866 4.13402 15 8.00002 15C11.866 15 15 11.866 15 8C15 4.134 11.866 0.999985 8.00002 0.999985ZM9.10977 2.15329C10.1553 3.74533 10.7984 5.57197 10.9783 7.475H13.9272C13.6938 4.80563 11.6978 2.64152 9.10977 2.15329ZM9.92318 7.475C9.7326 5.64189 9.06956 3.88997 8.00002 2.3907C6.93048 3.88997 6.26744 5.64189 6.07686 7.475H9.92318ZM6.07686 8.52501H9.92318C9.7326 10.3581 9.06956 12.11 8.00002 13.6093C6.93048 12.11 6.26744 10.3581 6.07686 8.52501ZM5.02171 8.52501H2.07285C2.30621 11.1944 4.30223 13.3585 6.89027 13.8467C5.84478 12.2547 5.20164 10.428 5.02171 8.52501ZM9.10977 13.8467C10.1553 12.2547 10.7984 10.428 10.9783 8.52501H13.9272C13.6938 11.1944 11.6978 13.3585 9.10977 13.8467Z"
|
|
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="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M6.89027 2.1533C4.30223 2.64152 2.30621 4.80563 2.07285 7.475H5.02171C5.20164 5.57197 5.84478 3.74533 6.89027 2.1533ZM8.00002 0.999985C4.13402 0.999985 1 4.134 1 8C1 11.866 4.13402 15 8.00002 15C11.866 15 15 11.866 15 8C15 4.134 11.866 0.999985 8.00002 0.999985ZM9.10977 2.15329C10.1553 3.74533 10.7984 5.57197 10.9783 7.475H13.9272C13.6938 4.80563 11.6978 2.64152 9.10977 2.15329ZM9.92318 7.475C9.7326 5.64189 9.06956 3.88997 8.00002 2.3907C6.93048 3.88997 6.26744 5.64189 6.07686 7.475H9.92318ZM6.07686 8.52501H9.92318C9.7326 10.3581 9.06956 12.11 8.00002 13.6093C6.93048 12.11 6.26744 10.3581 6.07686 8.52501ZM5.02171 8.52501H2.07285C2.30621 11.1944 4.30223 13.3585 6.89027 13.8467C5.84478 12.2547 5.20164 10.428 5.02171 8.52501ZM9.10977 13.8467C10.1553 12.2547 10.7984 10.428 10.9783 8.52501H13.9272C13.6938 11.1944 11.6978 13.3585 9.10977 13.8467Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|