adata-ui 0.3.98 → 2.0.0
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 -0
- package/.editorconfig +12 -0
- package/.eslintrc.cjs +4 -0
- package/.gitlab-ci.yml +16 -0
- package/.nuxtrc +1 -0
- package/.nvmrc +1 -0
- package/.playground/app.config.ts +5 -0
- package/.playground/nuxt.config.ts +4 -0
- package/.prettierignore +24 -0
- package/.prettierrc +10 -0
- package/README.md +75 -7
- package/app.config.ts +27 -0
- package/app.vue +7 -0
- package/assets/img/adata-mobile.png +0 -0
- package/assets/img/analytics-mobile.png +0 -0
- package/assets/img/compliance-mobile.png +0 -0
- package/assets/img/empty-box.png +0 -0
- package/assets/img/fea-mobile.png +0 -0
- package/assets/img/fines-mobile.png +0 -0
- package/assets/img/pk-mobile.png +0 -0
- package/assets/img/tenders-mobile.png +0 -0
- package/assets/img/work-mobile.png +0 -0
- package/assets/styles/index.scss +101 -0
- package/assets/styles/modules/_base.scss +5 -0
- package/assets/styles/modules/_typography.scss +152 -0
- package/components/elements/README.md +1 -0
- package/components/elements/a-select-row/index.vue +140 -0
- package/components/elements/accordion/AAccordion.vue +196 -0
- package/components/elements/accordion/AAccordionGroup/AAccordionGroup.vue +145 -0
- package/components/elements/accordion/AAccordionGroup/types.ts +20 -0
- package/components/elements/accordion/AAccordionGroup/ui.config.ts +22 -0
- package/components/elements/accordion/types.ts +14 -0
- package/components/elements/accordion/ui.config.ts +22 -0
- package/components/elements/alert/AAlert.vue +65 -0
- package/components/elements/banner/ABanner.vue +49 -0
- package/components/elements/bg-block/ABgBlock.vue +11 -0
- package/components/elements/button/AButton.vue +188 -0
- package/components/elements/button/types.ts +24 -0
- package/components/elements/calendar/ACalendar.vue +83 -0
- package/components/elements/carousel/ACarousel.vue +159 -0
- package/components/elements/carousel/config.ui.ts +15 -0
- package/components/elements/carousel/types.ts +18 -0
- package/components/elements/chip-wrapper/AChipWrapper.vue +80 -0
- package/components/elements/chip-wrapper/types.ts +12 -0
- package/components/elements/chips/AChips.vue +32 -0
- package/components/elements/companies/AOurClients.vue +42 -0
- package/components/elements/curve-block/ACurveBlock.vue +196 -0
- package/components/elements/digit-badge/ADigitBadge.vue +83 -0
- package/components/elements/error-template/index.vue +48 -0
- package/components/elements/error-template/types.ts +23 -0
- package/components/elements/feature-description/AFeatureDescription.vue +112 -0
- package/components/elements/illustrations/noAccess.vue +62 -0
- package/components/elements/infinite-carousel/AInfiniteCarousel.vue +55 -0
- package/components/elements/infinite-scroll/AInfiniteScroll.vue +33 -0
- package/components/elements/leave-note/ALeaveNote.vue +77 -0
- package/components/elements/pagination/APagination.vue +110 -0
- package/components/elements/photos-animation/APhotosAnimation.vue +83 -0
- package/components/elements/select/ASelect.vue +389 -0
- package/components/elements/select/ASelectMobile.vue +186 -0
- package/components/elements/select/ui/select-button.vue +112 -0
- package/components/elements/select/ui/select-list.vue +99 -0
- package/components/elements/show-more/AShowMore.vue +35 -0
- package/components/elements/skeleton/ASkeleton.vue +44 -0
- package/components/elements/star-rating/AStarRating.vue +181 -0
- package/components/elements/star-rating/types.ts +8 -0
- package/components/elements/star-rating/ui/Star.vue +74 -0
- package/components/elements/status-badge/AStatusBadge.vue +74 -0
- package/components/elements/table/ATable.vue +93 -0
- package/components/elements/table/table.config.ts +32 -0
- package/components/elements/tree-select/ATreeSelect.vue +169 -0
- package/components/elements/tree-select/TreeService.ts +249 -0
- package/components/elements/tree-select/components/tree-select-nodes.vue +90 -0
- package/components/elements/tree-select/types.ts +34 -0
- package/components/elements/tree-select-mobile/ATreeSelectMobile.vue +79 -0
- package/components/elements/tree-select-mobile/components/ATreeSelectNodesMobile.vue +175 -0
- package/components/features/color-mode/AColorMode.client.vue +53 -0
- package/components/features/dropdown/ADropdown.vue +124 -0
- package/components/features/go-top/GoTop.vue +58 -0
- package/components/features/lang-switcher/lang-switcher.vue +56 -0
- package/components/features/pk-mobile-services/APkMobileServices.vue +130 -0
- package/components/features//321/201hange-version/AChangeVersion.vue +20 -0
- package/components/forms/README.md +1 -0
- package/components/forms/checkbox/ACheckbox.vue +151 -0
- package/components/forms/feedback-form/FeedbackForm.vue +171 -0
- package/components/forms/input/button/AInputButton.vue +53 -0
- package/components/forms/input/date/AInputDate.vue +213 -0
- package/components/forms/input/password/AInputPassword.vue +53 -0
- package/components/forms/input/standard/AInputStandard.vue +412 -0
- package/components/forms/input/textarea/ATextarea.vue +200 -0
- package/components/forms/radio-button/ARadioButton.vue +87 -0
- package/components/forms/request-demo/ARequestDemo.vue +90 -0
- package/components/forms/toggle/AToggle.vue +157 -0
- package/components/forms/toggle/types.ts +16 -0
- package/components/modals/AboutTariffModal.vue +113 -0
- package/components/modals/AnotherDeviceModal.vue +59 -0
- package/components/modals/ApplicationAcceptedModal.vue +47 -0
- package/components/modals/AuthModal.vue +50 -0
- package/components/modals/ConnectingTariffModal.vue +68 -0
- package/components/modals/ContactsMobileModel.vue +182 -0
- package/components/modals/ContentNavigationModal.vue +282 -0
- package/components/modals/Insufficient-funds-modal.vue +74 -0
- package/components/modals/LimitReachedModal.vue +29 -0
- package/components/modals/NoAccessModal.vue +37 -0
- package/components/modals/PaymentMethodModal.vue +101 -0
- package/components/modals/RedirectsBanksModal.vue +69 -0
- package/components/modals/ReplenishModal.vue +132 -0
- package/components/modals/ReportBugConfirmModal.vue +30 -0
- package/components/modals/ReportBugModal.vue +156 -0
- package/components/modals/SubmitApplicationModal.vue +111 -0
- package/components/navigation/README.md +1 -0
- package/components/navigation/bottom-navigation/ABottomNavigation.vue +101 -0
- package/components/navigation/breadcrumbs/ABreadcrumbs.vue +66 -0
- package/components/navigation/breadcrumbs/types.ts +4 -0
- package/components/navigation/footer/AFooter.vue +126 -0
- package/components/navigation/footer/NewFooter.vue +276 -0
- package/components/navigation/footer/ui/footer-acccordion.vue +119 -0
- package/components/navigation/footer/ui/new-footer-accordion.vue +120 -0
- package/components/navigation/header/AHeader.vue +187 -0
- package/components/navigation/header/AlmatyContacts.vue +143 -0
- package/components/navigation/header/AstanaContacts.vue +65 -0
- package/components/navigation/header/CardGallery.vue +248 -0
- package/components/navigation/header/ContactMenu.vue +114 -0
- package/components/navigation/header/HeaderLink.vue +247 -0
- package/components/navigation/header/ListItem.vue +31 -0
- package/components/navigation/header/NavCard.vue +41 -0
- package/components/navigation/header/NavList.vue +115 -0
- package/components/navigation/header/NotificationsMenu.vue +51 -0
- package/components/navigation/header/ProductMenu.vue +212 -0
- package/components/navigation/header/ProfileMenu.vue +189 -0
- package/components/navigation/header/TopHeader.vue +181 -0
- package/components/navigation/header/types.ts +28 -0
- package/components/navigation/line-tabs/ALineTabs.vue +111 -0
- package/components/navigation/line-tabs/types.ts +21 -0
- package/components/navigation/mobile-navigation/AMobileNavigation.vue +104 -0
- package/components/navigation/pill-tabs/APillTabs.vue +157 -0
- package/components/navigation/pill-tabs/types.ts +22 -0
- package/components/navigation/side-navigation/ASideNavigation.vue +404 -0
- package/components/overlays/README.md +1 -0
- package/components/overlays/modal/AModal.vue +332 -0
- package/components/overlays/sideover/ASlideover.vue +351 -0
- package/components/overlays/tooltip/ATooltip.vue +242 -0
- package/components/transitions/ATransitionHeight.vue +67 -0
- package/components/utils/index.ts +19 -0
- package/composables/highlight.ts +18 -0
- package/composables/modalsState.ts +8 -0
- package/composables/projectState.ts +2 -0
- package/composables/useAdaptive.ts +46 -0
- package/composables/useCarouselScroll.ts +49 -0
- package/composables/useHeaderNavigationLinks.ts +576 -0
- package/composables/useUIValidation.ts +16 -0
- package/histoire.config.ts +10 -0
- package/i18n/i18n.config.ts +21 -0
- package/i18n.config.ts +21 -0
- package/icons/adata-logo.vue +17 -0
- package/icons/arrow/arrow-bottom-left-on-square.vue +5 -0
- package/icons/arrow/arrow-circle-down.vue +20 -0
- package/icons/arrow/arrow-circle-reset.vue +16 -0
- package/icons/arrow/arrow-corner.vue +9 -0
- package/icons/arrow/arrow-graph-down.vue +13 -0
- package/icons/arrow/arrow-graph-up.vue +14 -0
- package/icons/arrow/arrow-square-down.vue +15 -0
- package/icons/arrow/arrow-top-right-on-square.vue +6 -0
- package/icons/arrow-currency-gray.vue +5 -0
- package/icons/arrow-currency-green.vue +5 -0
- package/icons/arrow-currency-red.vue +5 -0
- package/icons/arrow-side-up.vue +6 -0
- package/icons/avatar.vue +12 -0
- package/icons/block.vue +16 -0
- package/icons/bookmark/bookmark-filled.vue +18 -0
- package/icons/bookmark/bookmark.vue +5 -0
- package/icons/browsers/browser-duck.vue +65 -0
- package/icons/browsers/browser-google.vue +24 -0
- package/icons/browsers/browser-yandex.vue +13 -0
- package/icons/building-vector.vue +7 -0
- package/icons/calculator.vue +7 -0
- package/icons/calendar.vue +24 -0
- package/icons/car.vue +7 -0
- package/icons/check/check-circle.vue +6 -0
- package/icons/check/check-shield.vue +14 -0
- package/icons/check/check.vue +17 -0
- package/icons/check/checkmark-circle.vue +6 -0
- package/icons/checkbox/checkbox-active.vue +17 -0
- package/icons/checkbox/checkbox-empty.vue +10 -0
- package/icons/checkbox/checkbox-intermediate.vue +7 -0
- package/icons/chevron/chevron-down.vue +5 -0
- package/icons/chevron/chevron-left.vue +5 -0
- package/icons/chevron/chevron-right.vue +5 -0
- package/icons/chevron/chevron-up.vue +5 -0
- package/icons/chevron/double-chevron-right.vue +12 -0
- package/icons/clipboard-text.vue +7 -0
- package/icons/clock.vue +9 -0
- package/icons/company/company-bazis.vue +21 -0
- package/icons/company/company-bereke.vue +25 -0
- package/icons/company/company-bigroup.vue +16 -0
- package/icons/company/company-erg.vue +17 -0
- package/icons/company/company-forte.vue +23 -0
- package/icons/company/company-halyk.vue +15 -0
- package/icons/company/company-jusan.vue +14 -0
- package/icons/company/company-kaspi.vue +14 -0
- package/icons/company/company-mycar.vue +13 -0
- package/icons/company/company-samruk.vue +21 -0
- package/icons/company-egov-small.vue +15 -0
- package/icons/company.vue +8 -0
- package/icons/copy.vue +7 -0
- package/icons/currency/currency-dollar.vue +16 -0
- package/icons/currency/currency-down.vue +22 -0
- package/icons/currency/currency-eur.vue +57 -0
- package/icons/currency/currency-rub.vue +7 -0
- package/icons/currency/currency-usd.vue +221 -0
- package/icons/currency/currency-yuan.vue +25 -0
- package/icons/delete.vue +7 -0
- package/icons/document.vue +5 -0
- package/icons/download.vue +11 -0
- package/icons/edit.vue +7 -0
- package/icons/education.vue +16 -0
- package/icons/egov-small.vue +7 -0
- package/icons/expand-window.vue +7 -0
- package/icons/eye-closed.vue +26 -0
- package/icons/eye-open.vue +7 -0
- package/icons/eye-opened.vue +23 -0
- package/icons/file/file.vue +16 -0
- package/icons/file/files.vue +16 -0
- package/icons/filter.vue +5 -0
- package/icons/flag.vue +7 -0
- package/icons/gift.vue +8 -0
- package/icons/globe.vue +16 -0
- package/icons/graph-pie.vue +14 -0
- package/icons/hand/hand-thumb-up-filled.vue +5 -0
- package/icons/hand/hand-thumb-up.vue +5 -0
- package/icons/hand-with-phone/hand-with-phone-dark.vue +52 -0
- package/icons/hand-with-phone/hand-with-phone-light.vue +52 -0
- package/icons/handshake.vue +5 -0
- package/icons/hcheck.vue +14 -0
- package/icons/hdocument.vue +7 -0
- package/icons/history.vue +5 -0
- package/icons/horizontal-more.vue +13 -0
- package/icons/hummer.vue +16 -0
- package/icons/id.vue +7 -0
- package/icons/info/info-circle.vue +29 -0
- package/icons/invoice.vue +7 -0
- package/icons/judge.vue +14 -0
- package/icons/link-chain.vue +28 -0
- package/icons/link.vue +7 -0
- package/icons/linkedin.vue +24 -0
- package/icons/loader-circle.vue +27 -0
- package/icons/location.vue +8 -0
- package/icons/lock.vue +5 -0
- package/icons/logo.vue +15 -0
- package/icons/logout.vue +16 -0
- package/icons/magnify/magnifying-glass-minus.vue +8 -0
- package/icons/magnify/magnifying-glass-plus.vue +9 -0
- package/icons/magnify/magnifying-glass.vue +9 -0
- package/icons/mail.vue +7 -0
- package/icons/main-filter.vue +5 -0
- package/{dist/img/location.807c7100.svg → icons/map/map-pin-filled.vue} +7 -4
- package/icons/map/map-pin-rect.vue +15 -0
- package/{src/assets/location.svg → icons/map/map-pin.vue} +7 -4
- package/icons/map-marker-start.vue +7 -0
- package/icons/map-paper.vue +5 -0
- package/icons/medal.vue +7 -0
- package/icons/menu-filled.vue +20 -0
- package/icons/menu.vue +8 -0
- package/icons/message/message.vue +12 -0
- package/icons/minus/minus-circle.vue +10 -0
- package/icons/money.vue +5 -0
- package/icons/monitoring.vue +10 -0
- package/icons/moon.vue +8 -0
- package/icons/more.vue +29 -0
- package/icons/note-pencil.vue +14 -0
- package/icons/note.vue +14 -0
- package/icons/notification.vue +16 -0
- package/icons/paperclip.vue +7 -0
- package/icons/payment/payment-card.vue +6 -0
- package/icons/payment/payment-kaspi.vue +11 -0
- package/icons/person-vector.vue +7 -0
- package/icons/person-with-briefcase.vue +10 -0
- package/icons/phone-filled.vue +5 -0
- package/icons/phone.vue +7 -0
- package/icons/plus/plus-circle.vue +8 -0
- package/icons/plus/plus.vue +13 -0
- package/icons/profile.vue +5 -0
- package/icons/radio/radio-check.vue +8 -0
- package/icons/radio/radio-empty.vue +10 -0
- package/icons/receipt.vue +8 -0
- package/icons/robot.vue +14 -0
- package/icons/scales/scale.vue +16 -0
- package/icons/scales/scales.vue +5 -0
- package/icons/scales/standing-scales.vue +15 -0
- package/icons/search.vue +15 -0
- package/icons/share/share-alt.vue +5 -0
- package/icons/share/share.vue +14 -0
- package/icons/ship.vue +8 -0
- package/icons/socials/face-book.vue +15 -0
- package/icons/socials/instagram.vue +19 -0
- package/icons/socials/telegram.vue +15 -0
- package/icons/socials/tik-tok.vue +15 -0
- package/icons/socials/youtube.vue +16 -0
- package/icons/sort/sort-asc.vue +15 -0
- package/icons/sort/sort-desc.vue +15 -0
- package/icons/splitting-arrows.vue +8 -0
- package/icons/star/star-filled.vue +40 -0
- package/icons/star/star-half-filled.vue +20 -0
- package/icons/star/star.vue +25 -0
- package/icons/sun.vue +14 -0
- package/icons/sviazi.vue +5 -0
- package/icons/tag.vue +30 -0
- package/icons/tender-search.vue +11 -0
- package/icons/toasts/check-circle-toast.vue +6 -0
- package/icons/toasts/warning-triangle-toast.vue +7 -0
- package/icons/trash.vue +13 -0
- package/icons/triangle.vue +10 -0
- package/icons/truck.vue +7 -0
- package/icons/user-square.vue +14 -0
- package/icons/user.vue +22 -0
- package/icons/users-focus.vue +8 -0
- package/icons/users-three.vue +7 -0
- package/icons/users.vue +8 -0
- package/icons/warning/warning-circle.vue +29 -0
- package/icons/warning/warning-triangle-filled.vue +12 -0
- package/icons/warning/warning-triangle.vue +28 -0
- package/icons/whatsapp.vue +8 -0
- package/icons/work-bag.vue +11 -0
- package/icons/work-search.vue +10 -0
- package/icons/work.vue +5 -0
- package/icons/x-mark.vue +15 -0
- package/illustrations/address-location.vue +38 -0
- package/illustrations/ball-with-chain.vue +120 -0
- package/illustrations/bill.vue +133 -0
- package/illustrations/buildings.vue +82 -0
- package/illustrations/calendar.vue +156 -0
- package/illustrations/chains.vue +152 -0
- package/illustrations/coin-percent.vue +126 -0
- package/illustrations/coins-stack.vue +202 -0
- package/illustrations/delete-dark.vue +31 -0
- package/illustrations/delete.vue +32 -0
- package/illustrations/doc-with-stamp.vue +126 -0
- package/illustrations/document.vue +64 -0
- package/illustrations/door.vue +74 -0
- package/illustrations/empty-box.vue +77 -0
- package/illustrations/empty-wallet.vue +161 -0
- package/illustrations/graph-in-coin.vue +119 -0
- package/illustrations/hammer.vue +156 -0
- package/illustrations/hand-cash.vue +108 -0
- package/illustrations/info.vue +39 -0
- package/illustrations/mail.vue +68 -0
- package/illustrations/ok.vue +62 -0
- package/illustrations/people-group.vue +237 -0
- package/illustrations/person-with-phone.vue +187 -0
- package/illustrations/person.vue +159 -0
- package/illustrations/phone-check.vue +90 -0
- package/illustrations/phone-payment-method.vue +223 -0
- package/illustrations/stop-hand.vue +77 -0
- package/illustrations/stop-sign.vue +34 -0
- package/illustrations/suit.vue +111 -0
- package/illustrations/suitcase.vue +105 -0
- package/illustrations/terminal-dark.vue +48 -0
- package/illustrations/terminal.vue +234 -0
- package/illustrations/trash-can.vue +108 -0
- package/illustrations/turn-on-tariff.vue +38 -0
- package/illustrations/two-persons.vue +169 -0
- package/lang/en.ts +593 -0
- package/lang/kk.ts +594 -0
- package/lang/ru.ts +595 -0
- package/layouts/default.vue +13 -0
- package/nuxt.config.ts +64 -0
- package/package.json +65 -76
- package/plugins/maska.ts +5 -0
- package/plugins/toast.client.ts +58 -0
- package/public/error-illustrations/401.webp +0 -0
- package/public/error-illustrations/403.webp +0 -0
- package/public/error-illustrations/404.webp +0 -0
- package/public/error-illustrations/500.webp +0 -0
- package/public/error-illustrations/502.webp +0 -0
- package/public/error-illustrations/503.webp +0 -0
- package/public/error-illustrations/504.webp +0 -0
- package/public/header/compliance.webp +0 -0
- package/public/header/unload.webp +0 -0
- package/public/header/ved.webp +0 -0
- package/public/mode/dark-analytics-en.webp +0 -0
- package/public/mode/dark-analytics-kk.webp +0 -0
- package/public/mode/dark-analytics-ru.webp +0 -0
- package/public/mode/dark-complience-en.webp +0 -0
- package/public/mode/dark-complience-kk.webp +0 -0
- package/public/mode/dark-complience-ru.webp +0 -0
- package/public/mode/dark-fea-en.webp +0 -0
- package/public/mode/dark-fea-kk.webp +0 -0
- package/public/mode/dark-fea-ru.webp +0 -0
- package/public/mode/dark-fines-en.webp +0 -0
- package/public/mode/dark-fines-kk.webp +0 -0
- package/public/mode/dark-fines-ru.webp +0 -0
- package/public/mode/dark-pk-en.webp +0 -0
- package/public/mode/dark-pk-kk.webp +0 -0
- package/public/mode/dark-pk-ru.webp +0 -0
- package/public/mode/dark-tenders-en.webp +0 -0
- package/public/mode/dark-tenders-kk.webp +0 -0
- package/public/mode/dark-tenders-ru.webp +0 -0
- package/public/mode/dark-work-en.webp +0 -0
- package/public/mode/dark-work-kk.webp +0 -0
- package/public/mode/dark-work-ru.webp +0 -0
- package/public/mode/light-analytics-en.webp +0 -0
- package/public/mode/light-analytics-kk.webp +0 -0
- package/public/mode/light-analytics-ru.webp +0 -0
- package/public/mode/light-complience-en.webp +0 -0
- package/public/mode/light-complience-kk.webp +0 -0
- package/public/mode/light-complience-ru.webp +0 -0
- package/public/mode/light-fea-en.webp +0 -0
- package/public/mode/light-fea-kk.webp +0 -0
- package/public/mode/light-fea-ru.webp +0 -0
- package/public/mode/light-fines-en.webp +0 -0
- package/public/mode/light-fines-kk.webp +0 -0
- package/public/mode/light-fines-ru.webp +0 -0
- package/public/mode/light-pk-en.webp +0 -0
- package/public/mode/light-pk-kk.webp +0 -0
- package/public/mode/light-pk-ru.webp +0 -0
- package/public/mode/light-tenders-en.webp +0 -0
- package/public/mode/light-tenders-kk.webp +0 -0
- package/public/mode/light-tenders-ru.webp +0 -0
- package/public/mode/light-work-en.webp +0 -0
- package/public/mode/light-work-kk.webp +0 -0
- package/public/mode/light-work-ru.webp +0 -0
- package/public/tariff/subtract.png +0 -0
- package/shared/constans/pages.ts +73 -0
- package/tailwind.config.ts +163 -0
- package/tests/AButton.test.ts +81 -0
- package/tsconfig.json +6 -0
- package/utils/getMaxZindex.ts +25 -0
- package/utils/localizedNavigation.ts +36 -0
- package/vitest.config.ts +14 -0
- package/babel.config.js +0 -5
- package/dist/adata-ui.common.js +0 -10910
- package/dist/adata-ui.common.js.map +0 -1
- package/dist/adata-ui.css +0 -1
- package/dist/adata-ui.umd.js +0 -10920
- package/dist/adata-ui.umd.js.map +0 -1
- package/dist/adata-ui.umd.min.js +0 -7
- package/dist/adata-ui.umd.min.js.map +0 -1
- package/dist/demo.html +0 -10
- package/dist/img/expand-window.39c851da.svg +0 -3
- package/dist/img/facebook.797d820f.svg +0 -4
- package/dist/img/instagram.8a77381c.svg +0 -6
- package/dist/img/linkedIn.607d9542.svg +0 -13
- package/dist/img/logo-desktop-main.4d169395.svg +0 -8
- package/dist/img/logo-mobile-main.397bce24.svg +0 -4
- package/dist/img/logo-white-desktop.7d0e3481.svg +0 -8
- package/dist/img/mail.e4826575.svg +0 -3
- package/dist/img/phone.ae6c1746.svg +0 -3
- package/dist/img/telegram.be0d1008.svg +0 -4
- package/dist/img/tiktok.eaeb39cb.svg +0 -4
- package/dist/img/up-down.e2b28f72.svg +0 -3
- package/dist/img/youtube.125aace6.svg +0 -5
- package/package-lock.json +0 -27138
- package/public/favicon.ico +0 -0
- package/public/index.html +0 -17
- package/public/logo.svg +0 -4
- package/src/App.vue +0 -31
- package/src/assets/_text_field.scss +0 -225
- package/src/assets/expand-window.svg +0 -3
- package/src/assets/facebook.svg +0 -4
- package/src/assets/instagram.svg +0 -6
- package/src/assets/linkedIn.svg +0 -13
- package/src/assets/logo-desktop-main.svg +0 -8
- package/src/assets/logo-desktop.svg +0 -9
- package/src/assets/logo-desktop.webp +0 -0
- package/src/assets/logo-mobile-main.svg +0 -4
- package/src/assets/logo-mobile.svg +0 -9
- package/src/assets/logo-mobile.webp +0 -0
- package/src/assets/logo-white-desktop.svg +0 -8
- package/src/assets/mail.svg +0 -3
- package/src/assets/phone.svg +0 -3
- package/src/assets/style.scss +0 -1
- package/src/assets/telegram.svg +0 -4
- package/src/assets/tiktok.svg +0 -4
- package/src/assets/up-down.svg +0 -3
- package/src/assets/youtube.svg +0 -5
- package/src/components/Alert/Alert.stories.js +0 -17
- package/src/components/Alert/Alert.vue +0 -63
- package/src/components/BottomNavigationBar/ABottomNavigationBar.vue +0 -160
- package/src/components/BottomNavigationBar/BottomNavigationBar.stories.js +0 -25
- package/src/components/Button/AButton.vue +0 -231
- package/src/components/Button/Button.stories.js +0 -23
- package/src/components/Checkbox/ACheckbox.vue +0 -114
- package/src/components/Checkbox/Checkbox.stories.js +0 -15
- package/src/components/CheckboxMenu/CheckboxMenu.stories.js +0 -24
- package/src/components/CheckboxMenu/CheckboxMenu.vue +0 -108
- package/src/components/ErrorPages/BadGateway.vue +0 -224
- package/src/components/ErrorPages/Forbidden.vue +0 -468
- package/src/components/ErrorPages/InternalServerError.vue +0 -275
- package/src/components/ErrorPages/NotFound.vue +0 -995
- package/src/components/ErrorPages/Unavailable.vue +0 -3705
- package/src/components/Footer/Footer.stories.js +0 -20
- package/src/components/Footer/Footer.vue +0 -292
- package/src/components/Header/ChildLinks.vue +0 -144
- package/src/components/Header/Header.stories.js +0 -56
- package/src/components/Header/Header.vue +0 -1306
- package/src/components/Header/InfoHeader.vue +0 -319
- package/src/components/Header/Profile.vue +0 -670
- package/src/components/Header/ProfileMenu.vue +0 -293
- package/src/components/Header/ProfileMobile.vue +0 -308
- package/src/components/Header/ProfileOld.vue +0 -781
- package/src/components/InternalServerError/InternalServerError.stories.js +0 -17
- package/src/components/InternalServerError/InternalServerError.vue +0 -262
- package/src/components/Introduction.stories.mdx +0 -7
- package/src/components/Loader/Loader.stories.js +0 -25
- package/src/components/Loader/Loader.vue +0 -325
- package/src/components/MailTo/MailTo.stories.js +0 -15
- package/src/components/MailTo/MailTo.vue +0 -258
- package/src/components/NavIcon/ANavIcon.vue +0 -50
- package/src/components/NavIcon/NavIcon.stories.js +0 -15
- package/src/components/PasswordField/PasswordField.stories.js +0 -16
- package/src/components/PasswordField/PasswordField.vue +0 -77
- package/src/components/SearchTextField/SearchTextField.stories.js +0 -78
- package/src/components/SearchTextField/SearchTextField.vue +0 -230
- package/src/components/ServiceSlider/AServiceSlider.vue +0 -793
- package/src/components/ServiceSlider/ServiceSlider.stories.js +0 -20
- package/src/components/Table/ATable.vue +0 -117
- package/src/components/Table/Table.stories.js +0 -15
- package/src/components/TextArea/TextArea.stories.js +0 -17
- package/src/components/TextArea/TextArea.vue +0 -116
- package/src/components/TextError/TextError.stories.js +0 -15
- package/src/components/TextError/TextError.vue +0 -57
- package/src/components/TextField/TextField.stories.js +0 -17
- package/src/components/TextField/TextField.vue +0 -107
- package/src/components/index.js +0 -56
- package/src/components/newComponents/FooterNew/FooterBottom.vue +0 -153
- package/src/components/newComponents/FooterNew/FooterItem.vue +0 -114
- package/src/components/newComponents/FooterNew/FooterNew.stories.js +0 -20
- package/src/components/newComponents/FooterNew/FooterNew.vue +0 -39
- package/src/components/newComponents/FooterNew/FooterTop.vue +0 -321
- package/src/components/newComponents/FooterRedesign/FooterAccordion.vue +0 -221
- package/src/components/newComponents/FooterRedesign/FooterRedesign.vue +0 -430
- package/src/components/transitions/SlideToggle.vue +0 -55
- package/src/components/transitions/VerticalMobileToggle.vue +0 -75
- package/src/configs/icons.js +0 -112
- package/src/configs/profileDropDown.js +0 -134
- package/src/main.js +0 -12
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
|
|
2
|
+
<template>
|
|
3
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 2.05001C6.69566 2.05001 5.44474 2.55285 4.52243 3.44792C3.60012 4.34298 3.08197 5.55695 3.08197 6.82277C3.08197 8.67199 4.31999 10.4571 5.66322 11.833C6.32377 12.5097 6.98616 13.0634 7.48402 13.4482C7.68839 13.6061 7.86429 13.735 8 13.8316C8.13571 13.735 8.31161 13.6061 8.51598 13.4482C9.01384 13.0634 9.67623 12.5097 10.3368 11.833C11.68 10.4571 12.918 8.67199 12.918 6.82277C12.918 5.55695 12.3999 4.34298 11.4776 3.44792C10.5553 2.55285 9.30434 2.05001 8 2.05001ZM8 14.4751C7.69992 14.9119 7.69962 14.9117 7.69962 14.9117C7.68797 14.9041 7.65205 14.8804 7.63067 14.866C7.58793 14.8373 7.52637 14.7953 7.44869 14.7409C7.29339 14.632 7.07332 14.473 6.81004 14.2696C6.28433 13.8633 5.58196 13.2765 4.87776 12.5552C3.49149 11.1351 2 9.09403 2 6.82277C2 5.27847 2.63214 3.79743 3.75736 2.70545C4.88258 1.61347 6.4087 1 8 1C9.5913 1 11.1174 1.61347 12.2426 2.70545C13.3679 3.79743 14 5.27847 14 6.82277C14 9.09403 12.5085 11.1351 11.1222 12.5552C10.418 13.2765 9.71567 13.8633 9.18996 14.2696C8.92668 14.473 8.70661 14.632 8.55131 14.7409C8.47363 14.7953 8.41207 14.8373 8.36933 14.866C8.34795 14.8804 8.31173 14.9042 8.30008 14.9119C8.30008 14.9119 8.30008 14.9119 8 14.4751ZM8 14.4751L8.30008 14.9119C8.11837 15.0295 7.88133 15.0293 7.69962 14.9117L8 14.4751Z" fill="currentColor"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 5.58185C7.2938 5.58185 6.72131 6.13743 6.72131 6.82277C6.72131 7.50811 7.2938 8.06369 8 8.06369C8.7062 8.06369 9.27869 7.50811 9.27869 6.82277C9.27869 6.13743 8.7062 5.58185 8 5.58185ZM5.63935 6.82277C5.63935 5.55753 6.69625 4.53184 8 4.53184C9.30375 4.53184 10.3607 5.55753 10.3607 6.82277C10.3607 8.08801 9.30375 9.11369 8 9.11369C6.69625 9.11369 5.63935 8.08801 5.63935 6.82277Z" fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="https://www.w3.org/2000/svg" width="0.75em" height="1em" viewBox="0 0 384 512">
|
|
3
|
+
<path fill="currentColor" d="M172.268 501.67C26.97 291.031 0 269.413 0 192C0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67c-9.535 13.774-29.93 13.773-39.464 0M192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80s-80 35.817-80 80s35.817 80 80 80" />
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
6
|
+
<script setup lang="ts">
|
|
7
|
+
</script>
|
|
@@ -0,0 +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="M5.82747 1.34681C5.90237 1.32951 5.97919 1.32992 6.05225 1.34676L10.0573 2.26958L13.2362 1.53542C13.9673 1.36658 14.6654 1.92182 14.6654 2.67217V12.6884C14.6654 13.2315 14.2905 13.7029 13.7612 13.8251L10.1699 14.6545C10.095 14.6718 10.0182 14.6714 9.94515 14.6546L5.94011 13.7317L2.76123 14.4659C2.03012 14.6347 1.33203 14.0795 1.33203 13.3291V3.31296C1.33203 2.76977 1.70691 2.29844 2.23617 2.17621L5.82747 1.34681ZM6.43998 12.8207L9.55742 13.539L9.55742 3.1806L6.43998 2.4623L6.43998 12.8207ZM5.43998 2.46262L2.46119 3.15056C2.38559 3.16803 2.33203 3.23536 2.33203 3.31296V13.3291C2.33203 13.4363 2.43176 13.5157 2.5362 13.4915L5.43998 12.8209V2.46262ZM13.6654 2.67217C13.6654 2.56498 13.5656 2.48565 13.4612 2.50978L10.5574 3.18039V13.5387L13.5362 12.8507C13.6118 12.8333 13.6654 12.766 13.6654 12.6884V2.67217Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
package/icons/medal.vue
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 22 21" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M21.4258 8.12075C21.335 7.8408 21.1638 7.59375 20.9336 7.41038C20.7034 7.22701 20.4243 7.11542 20.1311 7.0895L14.5633 6.6095L12.3808 1.4195C12.2672 1.14717 12.0755 0.914551 11.8299 0.750929C11.5844 0.587308 11.2959 0.5 11.0008 0.5C10.7057 0.5 10.4172 0.587308 10.1717 0.750929C9.9261 0.914551 9.73443 1.14717 9.6208 1.4195L7.44487 6.6095L1.87049 7.09231C1.57615 7.11705 1.29566 7.22813 1.0642 7.41164C0.832741 7.59515 0.660612 7.84291 0.569401 8.12385C0.478189 8.4048 0.471955 8.70642 0.55148 8.99089C0.631004 9.27536 0.792748 9.53002 1.01643 9.72294L5.24549 13.4186L3.97799 18.9067C3.91097 19.1939 3.93009 19.4945 4.03297 19.7709C4.13585 20.0472 4.31792 20.2872 4.55642 20.4606C4.79492 20.6341 5.07926 20.7334 5.3739 20.7462C5.66854 20.7589 5.9604 20.6845 6.21299 20.5323L10.9942 17.6261L15.7858 20.5323C16.0384 20.6845 16.3303 20.7589 16.6249 20.7462C16.9195 20.7334 17.2039 20.6341 17.4424 20.4606C17.6809 20.2872 17.8629 20.0472 17.9658 19.7709C18.0687 19.4945 18.0878 19.1939 18.0208 18.9067L16.7542 13.4129L20.9824 9.72294C21.206 9.52936 21.3674 9.27397 21.4463 8.98889C21.5252 8.70382 21.5181 8.40178 21.4258 8.12075ZM19.9989 8.5895L15.7708 12.2795C15.565 12.4585 15.4119 12.6902 15.328 12.9497C15.2441 13.2092 15.2325 13.4867 15.2946 13.7523L16.5649 19.2498L11.7771 16.3436C11.5435 16.2013 11.2752 16.1261 11.0017 16.1261C10.7282 16.1261 10.46 16.2013 10.2264 16.3436L5.44518 19.2498L6.70705 13.7561C6.76907 13.4905 6.7575 13.213 6.67358 12.9535C6.58967 12.694 6.43658 12.4623 6.2308 12.2833L2.0008 8.59513C2.00046 8.59232 2.00046 8.58949 2.0008 8.58669L7.5733 8.10481C7.84537 8.08083 8.10572 7.98303 8.32628 7.82194C8.54684 7.66086 8.71923 7.44262 8.82487 7.19075L11.0008 2.00731L13.1758 7.19075C13.2814 7.44262 13.4538 7.66086 13.6744 7.82194C13.8949 7.98303 14.1553 8.08083 14.4274 8.10481L20.0008 8.58669C20.0008 8.58669 20.0008 8.59231 20.0008 8.59325L19.9989 8.5895Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M21.2513 14.25H14.2513V21.25H21.2513V14.25Z" fill="currentColor" fill-opacity="0.8"/>
|
|
4
|
+
<path
|
|
5
|
+
d="M21.7513 14.25C21.7513 13.9738 21.5275 13.75 21.2513 13.75H14.2513C13.9752 13.75 13.7513 13.9738 13.7513 14.25V21.25C13.7513 21.5261 13.9752 21.75 14.2513 21.75H21.2513C21.5275 21.75 21.7513 21.5261 21.7513 21.25V14.25Z"
|
|
6
|
+
stroke="currentColor" stroke-opacity="0.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M9.75 14.25H2.75V21.25H9.75V14.25Z" fill="currentColor" fill-opacity="0.8"/>
|
|
8
|
+
<path
|
|
9
|
+
d="M10.25 14.25C10.25 13.9738 10.0261 13.75 9.75 13.75H2.75C2.47386 13.75 2.25 13.9738 2.25 14.25V21.25C2.25 21.5261 2.47386 21.75 2.75 21.75H9.75C10.0261 21.75 10.25 21.5261 10.25 21.25V14.25Z"
|
|
10
|
+
stroke="currentColor" stroke-opacity="0.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
<path d="M21.2513 2.74979H14.2513V9.74979H21.2513V2.74979Z" fill="currentColor" fill-opacity="0.8"/>
|
|
12
|
+
<path
|
|
13
|
+
d="M21.7513 2.74979C21.7513 2.47364 21.5275 2.24979 21.2513 2.24979H14.2513C13.9752 2.24979 13.7513 2.47364 13.7513 2.74979V9.74979C13.7513 10.0259 13.9752 10.2498 14.2513 10.2498H21.2513C21.5275 10.2498 21.7513 10.0259 21.7513 9.74979V2.74979Z"
|
|
14
|
+
stroke="currentColor" stroke-opacity="0.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
15
|
+
<path d="M9.75 2.74979H2.75V9.74979H9.75V2.74979Z" fill="currentColor" fill-opacity="0.8"/>
|
|
16
|
+
<path
|
|
17
|
+
d="M10.25 2.74979C10.25 2.47364 10.0261 2.24979 9.75 2.24979H2.75C2.47386 2.24979 2.25 2.47364 2.25 2.74979V9.74979C2.25 10.0259 2.47386 10.2498 2.75 10.2498H9.75C10.0261 10.2498 10.25 10.0259 10.25 9.74979V2.74979Z"
|
|
18
|
+
stroke="currentColor" stroke-opacity="0.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
19
|
+
</svg>
|
|
20
|
+
</template>
|
package/icons/menu.vue
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 13.7502C13 13.336 13.3358 13.0002 13.75 13.0002H21.2513C21.6656 13.0002 22.0013 13.336 22.0013 13.7502V21.2502C22.0013 21.6644 21.6656 22.0002 21.2513 22.0002H13.75C13.3358 22.0002 13 21.6644 13 21.2502V13.7502ZM14.5 14.5002V20.5002H20.5013V14.5002H14.5Z" fill="currentColor" class="dark:fill-white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 13.7502C2 13.336 2.33579 13.0002 2.75 13.0002H10.25C10.6642 13.0002 11 13.336 11 13.7502V21.2502C11 21.6644 10.6642 22.0002 10.25 22.0002H2.75C2.33579 22.0002 2 21.6644 2 21.2502V13.7502ZM3.5 14.5002V20.5002H9.5V14.5002H3.5Z" fill="currentColor" class="dark:fill-white"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 2.75C13 2.33579 13.3358 2 13.75 2H21.2513C21.6656 2 22.0013 2.33579 22.0013 2.75V10.2502C22.0013 10.6644 21.6656 11.0002 21.2513 11.0002H13.75C13.3358 11.0002 13 10.6644 13 10.2502V2.75ZM14.5 3.5V9.50018H20.5013V3.5H14.5Z" fill="currentColor" class="dark:fill-white"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 2.75C2 2.33579 2.33579 2 2.75 2H10.25C10.6642 2 11 2.33579 11 2.75V10.2502C11 10.6644 10.6642 11.0002 10.25 11.0002H2.75C2.33579 11.0002 2 10.6644 2 10.2502L2 2.75ZM3.5 3.5V9.50018H9.5V3.5H3.5Z" fill="currentColor" class="dark:fill-white"/>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
</script>
|
|
3
|
+
|
|
4
|
+
<template>
|
|
5
|
+
<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="https://www.w3.org/2000/svg" class="fill-deepblue-900 dark:fill-gray-200">
|
|
6
|
+
<path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M8.85849 2.05002C7.99161 2.04776 7.13645 2.2503 6.36267 2.64114L6.36068 2.64214C5.4322 3.10618 4.65126 3.81955 4.10531 4.70235C3.55937 5.58515 3.26999 6.60252 3.26959 7.6405V7.64166C3.26733 8.50855 3.46986 9.3637 3.8607 10.1375C3.92381 10.2624 3.93441 10.4074 3.89015 10.5402L2.85524 13.6449L5.95995 12.61C6.09275 12.5657 6.23773 12.5763 6.36267 12.6395C6.45939 12.6883 6.55739 12.7342 6.65652 12.7772C7.35043 13.0777 8.09997 13.2325 8.85849 13.2306L8.85986 13.7532L8.85966 13.2306C9.89763 13.2302 10.915 12.9408 11.7978 12.3948C12.6806 11.8489 13.394 11.068 13.858 10.1395L13.859 10.1375C14.2499 9.3637 14.4524 8.50854 14.4501 7.64166L14.4501 7.6403V7.29537C14.3713 5.93008 13.7935 4.64114 12.8263 3.6739C11.859 2.70665 10.5701 2.12881 9.20478 2.05002H8.85986L8.85849 2.05002ZM8.86123 14.2806C10.0938 14.2799 11.3018 13.9362 12.3501 13.2879C13.3984 12.6396 14.2455 11.7123 14.7967 10.6099C15.2617 9.68909 15.5027 8.67125 15.5001 7.63971V7.28057C15.5001 7.26936 15.4998 7.25823 15.4991 7.24719C15.4082 5.62023 14.721 4.08374 13.5687 2.93143C12.4154 1.77808 10.8771 1.09067 9.2485 1.00082C9.23887 1.00029 9.22923 1.00002 9.21958 1.00002H8.86053C7.82888 0.997441 6.81119 1.23844 5.89027 1.7034C4.78784 2.25461 3.86057 3.10178 3.21228 4.15008C2.56379 5.1987 2.22006 6.40716 2.21958 7.64009L2.21959 7.64094C2.21738 8.59827 2.42493 9.54355 2.82655 10.4106L1.52876 14.304C1.49322 14.4069 1.48928 14.5215 1.52446 14.633C1.52694 14.6408 1.52961 14.6486 1.53247 14.6564C1.62994 14.9216 1.92126 15.063 2.19116 14.9731L6.08955 13.6736C6.95722 14.0755 7.90321 14.2831 8.86123 14.2806Z"/>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
9
|
+
|
|
10
|
+
<style scoped>
|
|
11
|
+
|
|
12
|
+
</style>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path clip-rule="evenodd" d="M7.99998 2.33337C4.87037 2.33337 2.33331 4.87043 2.33331 8.00004C2.33331 11.1297 4.87037 13.6667 7.99998 13.6667C11.1296 13.6667 13.6666 11.1297 13.6666 8.00004C13.6666 4.87043 11.1296 2.33337 7.99998 2.33337ZM1.33331 8.00004C1.33331 4.31814 4.31808 1.33337 7.99998 1.33337C11.6819 1.33337 14.6666 4.31814 14.6666 8.00004C14.6666 11.6819 11.6819 14.6667 7.99998 14.6667C4.31808 14.6667 1.33331 11.6819 1.33331 8.00004Z"
|
|
4
|
+
fill="currentColor"
|
|
5
|
+
fill-rule="evenodd"/>
|
|
6
|
+
<path clip-rule="evenodd" d="M5.03332 8.00004C5.03332 7.7239 5.25717 7.50004 5.53332 7.50004H10.4666C10.7428 7.50004 10.9666 7.7239 10.9666 8.00004C10.9666 8.27618 10.7428 8.50004 10.4666 8.50004H5.53332C5.25717 8.50004 5.03332 8.27618 5.03332 8.00004Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
fill-rule="evenodd"/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
package/icons/money.vue
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.5 17.6852C20.5 17.7097 20.4967 17.7295 20.4925 17.7448H3.50748C3.50328 17.7295 3.5 17.7097 3.5 17.6852V6.31477C3.5 6.29033 3.50328 6.2705 3.50748 6.25519H20.4925C20.4967 6.2705 20.5 6.29033 20.5 6.31477V17.6852ZM20.5893 19.25C21.5035 19.25 22 18.3995 22 17.6852V6.31477C22 5.60055 21.5035 4.75 20.5893 4.75H3.41072C2.49649 4.75 2 5.60055 2 6.31477V17.6852C2 18.3995 2.49649 19.25 3.41072 19.25H20.5893ZM10.15 11.2474C9.73578 11.2474 9.39999 11.5843 9.39999 12C9.39999 12.4156 9.73578 12.7526 10.15 12.7526H11.25V15.7128C11.25 16.1284 11.5858 16.4654 12 16.4654C12.4142 16.4654 12.75 16.1284 12.75 15.7128V12.7526H13.85C14.2642 12.7526 14.6 12.4156 14.6 12C14.6 11.5843 14.2642 11.2474 13.85 11.2474H12H10.15ZM9.39999 9.2154C9.39999 8.79975 9.73578 8.4628 10.15 8.4628H13.85C14.2642 8.4628 14.6 8.79975 14.6 9.2154C14.6 9.63105 14.2642 9.96799 13.85 9.96799H10.15C9.73578 9.96799 9.39999 9.63105 9.39999 9.2154Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
fill-rule="evenodd"
|
|
5
|
+
clip-rule="evenodd"
|
|
6
|
+
d="M2.17308 1.5C1.99457 1.5 1.82337 1.57091 1.69714 1.69714C1.57091 1.82337 1.5 1.99457 1.5 2.17308V5.01923C1.5 5.43345 1.16421 5.76923 0.75 5.76923C0.335786 5.76923 0 5.43345 0 5.01923V2.17308C0 1.59674 0.228949 1.04401 0.63648 0.63648C1.04401 0.228949 1.59674 0 2.17308 0H5.01923C5.43345 0 5.76923 0.335786 5.76923 0.75C5.76923 1.16421 5.43345 1.5 5.01923 1.5H2.17308ZM14.9808 0C14.5666 0 14.2308 0.335786 14.2308 0.75C14.2308 1.16421 14.5666 1.5 14.9808 1.5H17.8269C18.0054 1.5 18.1766 1.57091 18.3029 1.69714C18.4291 1.82337 18.5 1.99457 18.5 2.17308V5.01923C18.5 5.43345 18.8358 5.76923 19.25 5.76923C19.6642 5.76923 20 5.43345 20 5.01923V2.17308C20 1.59674 19.7711 1.04401 19.3635 0.63648C18.956 0.228949 18.4033 0 17.8269 0H14.9808ZM20 14.9808C20 14.5666 19.6642 14.2308 19.25 14.2308C18.8358 14.2308 18.5 14.5666 18.5 14.9808V17.8269C18.5 18.0054 18.4291 18.1766 18.3029 18.3029C18.1766 18.4291 18.0054 18.5 17.8269 18.5H14.9808C14.5666 18.5 14.2308 18.8358 14.2308 19.25C14.2308 19.6642 14.5666 20 14.9808 20H17.8269C18.4033 20 18.956 19.7711 19.3635 19.3635C19.7711 18.956 20 18.4033 20 17.8269V14.9808ZM1.5 14.9808C1.5 14.5666 1.16421 14.2308 0.75 14.2308C0.335786 14.2308 0 14.5666 0 14.9808V17.8269C0 18.4033 0.228949 18.956 0.63648 19.3635C1.04401 19.7711 1.59674 20 2.17308 20H5.01923C5.43345 20 5.76923 19.6642 5.76923 19.25C5.76923 18.8358 5.43345 18.5 5.01923 18.5H2.17308C1.99457 18.5 1.82337 18.4291 1.69714 18.3029C1.57091 18.1766 1.5 18.0054 1.5 17.8269V14.9808ZM8.92856 4.53571C6.50245 4.53571 4.53571 6.50245 4.53571 8.92856C4.53571 11.3547 6.50245 13.3214 8.92856 13.3214C11.3547 13.3214 13.3214 11.3547 13.3214 8.92856C13.3214 6.50245 11.3547 4.53571 8.92856 4.53571ZM3.03571 8.92856C3.03571 5.67403 5.67403 3.03571 8.92856 3.03571C12.1831 3.03571 14.8214 5.67403 14.8214 8.92856C14.8214 10.2855 14.3628 11.5353 13.5921 12.5314L16.7446 15.6839C17.0375 15.9768 17.0375 16.4517 16.7446 16.7446C16.4517 17.0375 15.9768 17.0375 15.6839 16.7446L12.5314 13.5921C11.5353 14.3628 10.2855 14.8214 8.92856 14.8214C5.67403 14.8214 3.03571 12.1831 3.03571 8.92856Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
package/icons/moon.vue
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M5.99987 12.6668C5.99987 13.2268 6.08654 13.7735 6.24654 14.2802C3.6865 13.3935 1.75314 11.0401 1.55314 8.28677C1.35314 5.36006 3.03983 2.62668 5.76654 1.48C6.47321 1.18666 6.83322 1.4 6.98655 1.55333C7.13322 1.7 7.33989 2.05334 7.04656 2.72668C6.74655 3.42003 6.59988 4.15337 6.59988 4.91338C6.60655 6.2734 7.13989 7.53342 8.00657 8.5001C6.78655 9.47345 5.99987 10.9801 5.99987 12.6668Z"/>
|
|
5
|
+
<path d="M14.1402 11.8136C12.8202 13.607 10.7268 14.6603 8.49343 14.6603C8.38676 14.6603 8.2801 14.6537 8.17343 14.647C7.50675 14.6203 6.86007 14.4937 6.24673 14.2803C6.08673 13.7737 6.00006 13.227 6.00006 12.667C6.00006 10.9803 6.78674 9.47359 8.00676 8.50024C8.98677 9.60026 10.3935 10.3136 11.9468 10.3803C12.3668 10.4003 12.7868 10.3669 13.2002 10.2936C13.9468 10.1603 14.2469 10.4403 14.3535 10.6203C14.4669 10.8003 14.5869 11.1936 14.1402 11.8136Z"
|
|
6
|
+
opacity="0.4"/>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
package/icons/more.vue
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
class="dark:text-gray-200 text-deepblue-900"
|
|
4
|
+
width="24"
|
|
5
|
+
height="24"
|
|
6
|
+
viewBox="0 0 24 24"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
9
|
+
>
|
|
10
|
+
<path
|
|
11
|
+
fill-rule="evenodd"
|
|
12
|
+
clip-rule="evenodd"
|
|
13
|
+
d="M12 5.56243C10.999 5.56243 10.1875 4.75093 10.1875 3.7499C10.1875 2.74887 10.999 1.93738 12 1.93738C13.0011 1.93738 13.8125 2.74887 13.8125 3.7499C13.8125 4.75093 13.0011 5.56243 12 5.56243Z"
|
|
14
|
+
fill="currentColor"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
fill-rule="evenodd"
|
|
18
|
+
clip-rule="evenodd"
|
|
19
|
+
d="M12 13.8125C10.999 13.8125 10.1875 13.001 10.1875 12C10.1875 10.999 10.999 10.1875 12 10.1875C13.0011 10.1875 13.8125 10.999 13.8125 12C13.8125 13.001 13.0011 13.8125 12 13.8125Z"
|
|
20
|
+
fill="currentColor"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
fill-rule="evenodd"
|
|
24
|
+
clip-rule="evenodd"
|
|
25
|
+
d="M12 22.0626C10.999 22.0626 10.1875 21.2511 10.1875 20.2501C10.1875 19.2491 10.999 18.4376 12 18.4376C13.0011 18.4376 13.8125 19.2491 13.8125 20.2501C13.8125 21.2511 13.0011 22.0626 12 22.0626Z"
|
|
26
|
+
fill="currentColor"
|
|
27
|
+
/>
|
|
28
|
+
</svg>
|
|
29
|
+
</template>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="32"
|
|
4
|
+
height="32"
|
|
5
|
+
viewBox="0 0 32 32"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M28.7075 7.29231L24.7075 3.29231C24.6146 3.19933 24.5043 3.12557 24.3829 3.07525C24.2615 3.02493 24.1314 2.99902 24 2.99902C23.8686 2.99902 23.7385 3.02493 23.6171 3.07525C23.4957 3.12557 23.3854 3.19933 23.2925 3.29231L11.2925 15.2923C11.1997 15.3852 11.1261 15.4956 11.0759 15.617C11.0257 15.7384 10.9999 15.8684 11 15.9998V19.9998C11 20.265 11.1054 20.5194 11.2929 20.7069C11.4804 20.8945 11.7348 20.9998 12 20.9998H16C16.1314 20.9999 16.2615 20.9741 16.3829 20.9239C16.5042 20.8738 16.6146 20.8001 16.7075 20.7073L28.7075 8.70731C28.8005 8.61444 28.8742 8.50415 28.9246 8.38275C28.9749 8.26135 29.0008 8.13123 29.0008 7.99981C29.0008 7.86839 28.9749 7.73827 28.9246 7.61687C28.8742 7.49547 28.8005 7.38518 28.7075 7.29231ZM15.5863 18.9998H13V16.4136L21 8.41356L23.5863 10.9998L15.5863 18.9998ZM25 9.58606L22.4137 6.99981L24 5.41356L26.5863 7.99981L25 9.58606ZM28 14.9998V25.9998C28 26.5302 27.7893 27.0389 27.4142 27.414C27.0391 27.7891 26.5304 27.9998 26 27.9998H6C5.46957 27.9998 4.96086 27.7891 4.58579 27.414C4.21071 27.0389 4 26.5302 4 25.9998V5.99981C4 5.46938 4.21071 4.96067 4.58579 4.5856C4.96086 4.21052 5.46957 3.99981 6 3.99981H17C17.2652 3.99981 17.5196 4.10517 17.7071 4.2927C17.8946 4.48024 18 4.73459 18 4.99981C18 5.26503 17.8946 5.51938 17.7071 5.70692C17.5196 5.89445 17.2652 5.99981 17 5.99981H6V25.9998H26V14.9998C26 14.7346 26.1054 14.4802 26.2929 14.2927C26.4804 14.1052 26.7348 13.9998 27 13.9998C27.2652 13.9998 27.5196 14.1052 27.7071 14.2927C27.8946 14.4802 28 14.7346 28 14.9998Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
package/icons/note.vue
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="32"
|
|
4
|
+
height="32"
|
|
5
|
+
viewBox="0 0 32 32"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11H20C20.2652 11 20.5196 11.1054 20.7071 11.2929C20.8946 11.4804 21 11.7348 21 12C21 12.2652 20.8946 12.5196 20.7071 12.7071C20.5196 12.8946 20.2652 13 20 13H12C11.7348 13 11.4804 12.8946 11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12ZM12 17H20C20.2652 17 20.5196 16.8946 20.7071 16.7071C20.8946 16.5196 21 16.2652 21 16C21 15.7348 20.8946 15.4804 20.7071 15.2929C20.5196 15.1054 20.2652 15 20 15H12C11.7348 15 11.4804 15.1054 11.2929 15.2929C11.1054 15.4804 11 15.7348 11 16C11 16.2652 11.1054 16.5196 11.2929 16.7071C11.4804 16.8946 11.7348 17 12 17ZM16 19H12C11.7348 19 11.4804 19.1054 11.2929 19.2929C11.1054 19.4804 11 19.7348 11 20C11 20.2652 11.1054 20.5196 11.2929 20.7071C11.4804 20.8946 11.7348 21 12 21H16C16.2652 21 16.5196 20.8946 16.7071 20.7071C16.8946 20.5196 17 20.2652 17 20C17 19.7348 16.8946 19.4804 16.7071 19.2929C16.5196 19.1054 16.2652 19 16 19ZM28 6V19.5863C28.0008 19.849 27.9494 20.1093 27.8488 20.352C27.7482 20.5947 27.6003 20.815 27.4137 21L21 27.4137C20.815 27.6003 20.5947 27.7482 20.352 27.8488C20.1093 27.9494 19.849 28.0008 19.5863 28H6C5.46957 28 4.96086 27.7893 4.58579 27.4142C4.21071 27.0391 4 26.5304 4 26V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H26C26.5304 4 27.0391 4.21071 27.4142 4.58579C27.7893 4.96086 28 5.46957 28 6ZM6 26H19V20C19 19.7348 19.1054 19.4804 19.2929 19.2929C19.4804 19.1054 19.7348 19 20 19H26V6H6V26ZM21 21V24.5875L24.5863 21H21Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M8.01901 1.33325C5.52039 1.33325 3.49485 3.35879 3.49485 5.85742V8.96664L1.94232 11.735C1.85548 11.8899 1.85726 12.0791 1.94698 12.2323C2.03669 12.3855 2.2009 12.4796 2.37842 12.4796H5.66525C5.67667 12.6235 5.70103 12.7665 5.73822 12.9068C5.82723 13.2424 5.98761 13.5541 6.20809 13.82C6.42857 14.0859 6.70377 14.2995 7.01433 14.4458C7.32489 14.592 7.66325 14.6674 8.00559 14.6666C8.34794 14.6658 8.68594 14.5887 8.99581 14.441C9.30568 14.2932 9.57988 14.0783 9.79911 13.8113C10.0183 13.5444 10.1773 13.2319 10.2647 12.8959C10.3003 12.7591 10.3237 12.6198 10.3348 12.4796H13.6217C13.7983 12.4796 13.9618 12.3864 14.0518 12.2345C14.1419 12.0825 14.145 11.8943 14.0602 11.7394L12.5432 8.96933V5.85742C12.5432 3.35879 10.5176 1.33325 8.01901 1.33325ZM9.32939 12.4796H6.67064C6.67848 12.5371 6.68988 12.5942 6.70481 12.6505C6.75687 12.8468 6.8504 13.028 6.97788 13.1817C7.10531 13.3354 7.26342 13.4577 7.4404 13.5411C7.61732 13.6244 7.80937 13.667 8.00318 13.6666C8.19698 13.6661 8.38884 13.6225 8.5654 13.5384C8.74201 13.4541 8.89957 13.331 9.0263 13.1767C9.15307 13.0223 9.24576 12.8406 9.2969 12.6441C9.31101 12.5898 9.32184 12.5349 9.32939 12.4796ZM4.49485 5.85742C4.49485 3.91107 6.07267 2.33325 8.01901 2.33325C9.96536 2.33325 11.5432 3.91107 11.5432 5.85742V9.09727C11.5432 9.18122 11.5643 9.26381 11.6046 9.33744L12.7778 11.4796H3.23208L4.43095 9.34184C4.47285 9.26714 4.49485 9.18292 4.49485 9.09727V5.85742Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path clip-rule="evenodd" d="M10.4369 2.33325C9.93143 2.33325 9.44714 2.53344 9.09042 2.88906L3.57403 8.38834C2.99212 8.96845 2.66561 9.75477 2.66561 10.5742C2.66561 11.3936 2.99212 12.1799 3.57403 12.7601C4.15602 13.3402 4.94584 13.6666 5.76986 13.6666C6.59388 13.6666 7.3837 13.3402 7.96569 12.7601L13.4821 7.26077C13.6775 7.06595 13.9937 7.06666 14.1882 7.26236C14.3828 7.45806 14.382 7.77464 14.1866 7.96946L8.67023 13.4687C7.90063 14.236 6.85729 14.6666 5.76986 14.6666C4.68243 14.6666 3.6391 14.236 2.86949 13.4687C2.0998 12.7014 1.66699 11.6603 1.66699 10.5742C1.66699 9.4881 2.0998 8.44695 2.86949 7.67965L8.38587 2.18036C8.93022 1.63771 9.66803 1.33325 10.4369 1.33325C11.2057 1.33325 11.9435 1.63771 12.4879 2.18036C13.0323 2.72309 13.3386 3.45967 13.3386 4.22818C13.3386 4.99669 13.0323 5.73326 12.4879 6.27599L6.9655 11.7753C6.64642 12.0934 6.21414 12.2717 5.76386 12.2717C5.31358 12.2717 4.88129 12.0934 4.56222 11.7753C4.24307 11.4571 4.06336 11.0251 4.06336 10.5742C4.06336 10.1233 4.24307 9.69128 4.56222 9.37312L9.65863 4.29849C9.85418 4.10378 10.1703 4.10468 10.3648 4.30049C10.5592 4.49631 10.5583 4.81289 10.3628 5.00759L5.26676 10.0818C5.13551 10.2128 5.06198 10.39 5.06198 10.5742C5.06198 10.7584 5.13538 10.9356 5.26676 11.0666C5.39822 11.1976 5.57699 11.2717 5.76386 11.2717C5.95073 11.2717 6.1295 11.1976 6.26095 11.0666L11.7833 5.5673C12.1399 5.21178 12.3399 4.72993 12.3399 4.22818C12.3399 3.72634 12.14 3.2446 11.7833 2.88906C11.4266 2.53344 10.9423 2.33325 10.4369 2.33325Z"
|
|
4
|
+
fill="currentColor"
|
|
5
|
+
fill-rule="evenodd"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="44" height="34" viewBox="0 0 44 34" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<rect width="44" height="34" rx="3" class="dark:text-[#E3E5E8] text-deepblue-900" fill="currentColor"/>
|
|
4
|
+
<path d="M0 10L44 10" class="text-white dark:text-[#26282B]" stroke="currentColor" stroke-width="3"/>
|
|
5
|
+
</svg>
|
|
6
|
+
</template>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="44" height="34" viewBox="0 0 44 34" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<rect width="44" height="34" rx="3" fill="#F14635"/>
|
|
4
|
+
<mask id="mask0_222_47797" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="12" y="7" width="21" height="21">
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 7.125H32.9847V27.9988H12" fill="white"/>
|
|
6
|
+
</mask>
|
|
7
|
+
<g mask="url(#mask0_222_47797)">
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.4926 7.125C25.3825 7.125 27.9994 8.28281 29.8969 10.1558C31.7945 12.0287 32.9726 14.6167 32.9849 17.4776V17.5228V17.5678C32.9739 20.1118 32.0384 22.4391 30.4957 24.2406C30.4747 24.2301 30.4475 24.2111 30.4109 24.1755C30.351 24.1168 30.2677 24.0157 30.1533 23.8436C30.0575 23.7047 29.5972 23.0006 29.1608 21.9673C28.7245 20.934 28.3121 19.5718 28.3121 18.1166C28.3121 17.8311 28.5179 17.4653 28.8148 17.0728C29.1116 16.6804 29.4994 16.2615 29.8634 15.87L29.8762 15.8562L29.8762 15.8562C30.1442 15.5663 30.4044 15.2848 30.6217 15.0217C30.8423 14.7546 31.0186 14.5063 31.1136 14.2879C31.2347 14.0061 31.2528 13.7668 31.2074 13.5812C31.1618 13.3956 31.0527 13.2639 30.9185 13.1972C30.7975 13.1379 30.6459 13.1299 30.4929 13.1934C30.3398 13.2568 30.1851 13.3918 30.0574 13.6187C29.8479 13.9856 29.7096 14.2033 29.5473 14.3908C29.385 14.5781 29.1986 14.7352 28.8931 14.9809C28.5925 15.2261 28.2031 15.4723 27.8891 15.5771C27.575 15.6821 27.3361 15.6458 27.3361 15.3263C27.3361 15.1536 27.4691 14.8717 27.635 14.5644C27.6936 14.4559 27.7564 14.3442 27.8188 14.233L27.8189 14.2329C27.9331 14.0295 28.0463 13.8279 28.1316 13.6508C28.2657 13.3734 28.2604 13.1346 28.1524 12.9649C28.0442 12.7952 27.8332 12.6949 27.5563 12.6949C27.0116 12.6949 26.5583 13.0417 26.2412 13.4488C25.9243 13.8559 25.7435 14.3229 25.7435 14.5631C25.7435 14.7941 25.7973 14.9297 25.8532 15.0706L25.86 15.0877C25.9185 15.2347 25.9767 15.3917 25.9767 15.6714C25.9767 15.9532 25.678 16.2769 25.2385 16.53C24.799 16.7831 24.2188 16.9659 23.6559 16.9659C23.0895 16.9659 22.6474 16.9059 22.3172 16.7606C21.9869 16.6151 21.7688 16.3843 21.65 16.0421L21.6127 15.9307L21.5752 15.8192L21.5545 15.7588L21.5545 15.7588C21.4294 15.3939 21.3203 15.0758 21.2037 14.7791C21.0809 14.466 20.9496 14.1767 20.7827 13.881C20.6942 13.7244 20.5816 13.5921 20.4617 13.4749C20.3485 13.3643 20.2288 13.2674 20.1166 13.1767L20.1166 13.1767L20.0965 13.1604C19.942 13.0404 19.8247 12.9251 19.7418 12.8194C19.6589 12.7136 19.6107 12.6171 19.5939 12.5347C19.5785 12.453 19.5666 12.3352 19.6245 12.1491C19.6824 11.9631 19.8101 11.7084 20.074 11.3535C20.3378 11.0004 20.488 10.6905 20.5394 10.4346C20.5907 10.1784 20.5432 9.97631 20.4115 9.83869C20.3637 9.78994 20.299 9.74981 20.2203 9.72206C20.1414 9.69413 20.0485 9.67838 19.9439 9.67838C19.7586 9.67838 19.5377 9.7275 19.2966 9.84375C19.0558 9.96 18.7949 10.1438 18.5301 10.413C18.1182 10.8349 18.0291 11.2463 18.0431 11.5961C18.0508 11.7926 18.0911 11.9696 18.125 12.1182L18.125 12.1182C18.1514 12.2342 18.1738 12.3328 18.1738 12.4099C18.1738 12.5858 18.136 12.7236 18.0365 12.8771C17.9369 13.0305 17.7756 13.1998 17.5285 13.4389C17.2797 13.6791 17.1123 13.9022 17.0001 14.2721C16.8877 14.6422 16.8304 15.159 16.8018 15.9866C16.7908 16.4132 16.7479 16.7492 16.6908 17.0331C16.6338 17.3169 16.5627 17.5485 16.4953 17.7662C16.4371 17.9571 16.3811 18.1421 16.3389 18.3442C16.2969 18.5464 16.2687 18.7656 16.2656 19.0249C16.2611 19.3119 16.2827 19.5482 16.3194 19.7659C16.3561 19.9836 16.4079 20.1829 16.4639 20.3964C16.5184 20.5939 16.5748 20.8057 16.6268 21.0628C16.6788 21.3197 16.7265 21.6219 16.7638 22.0003C16.8281 22.6348 16.8453 23.2159 16.8135 23.7761C16.7818 24.3362 16.7006 24.8752 16.5682 25.4258L16.5615 25.4621L16.5551 25.4983L16.5506 25.5165C16.526 25.615 16.4991 25.7232 16.4679 25.8127C16.4439 25.8818 16.4172 25.9389 16.3873 25.9729C15.9196 25.6408 15.479 25.2739 15.0732 24.8721C13.1745 22.9909 12 20.3925 12 17.523C12 14.652 13.1745 12.0525 15.0732 10.1707C16.9721 8.289 19.5952 7.125 22.4926 7.125ZM25.7725 26.0904C25.7725 26.2453 25.7657 26.3823 25.7527 26.4971C25.7396 26.6118 25.7201 26.7041 25.6951 26.7693C25.6352 26.9145 25.4933 27.056 25.2931 27.1843C25.2156 27.2338 25.127 27.2806 25.0334 27.3258C24.2219 27.5251 23.374 27.6326 22.5003 27.6326C22.4371 27.6326 22.3744 27.6305 22.3117 27.6284L22.3111 27.6283C22.2825 27.6274 22.2539 27.6264 22.2252 27.6256C22.1153 27.5945 22.0126 27.5576 21.921 27.5133C21.7184 27.4158 21.5631 27.2872 21.4662 27.1301C21.246 26.7731 21.1334 26.1877 21.0748 25.4566C21.0161 24.7256 21.0114 23.8488 21.0076 22.9085L21.0057 22.64L21.0038 22.3713C20.9968 21.4228 20.9904 20.5395 21.0721 19.82C21.154 19.1004 21.3239 18.5448 21.6696 18.2514C21.8035 18.1383 21.9657 18.0631 22.159 18.0264C22.3524 17.9896 22.5767 17.9911 22.835 18.0316C23.8169 18.183 24.3498 18.5604 24.6563 19.0331C24.9619 19.5041 25.0426 20.0698 25.1184 20.601V20.601L25.1193 20.6068L25.1276 20.666L25.1359 20.7251L25.1813 21.0253L25.2265 21.3255L25.2316 21.3585L25.2316 21.3585L25.2317 21.3588C25.3201 21.932 25.4535 22.7963 25.5657 23.672C25.6802 24.5649 25.7725 25.4698 25.7725 26.0904ZM29.0742 24.9626C29.1239 24.7185 28.8481 23.9059 28.476 23.1934C28.1038 22.4809 27.6352 21.8685 27.2996 22.0245C27.0419 22.1473 26.963 22.9142 27.0152 23.763C27.0673 24.6116 27.2504 25.5422 27.5166 25.9922C27.5652 26.0715 27.6583 26.0933 27.7669 26.0831C27.7772 26.0822 27.7878 26.0804 27.7985 26.0785L27.7986 26.0785L27.8136 26.076C28.2149 25.8431 28.5988 25.5848 28.9637 25.3029C28.9656 25.2992 28.9675 25.2956 28.9694 25.292C28.9706 25.2899 28.9718 25.2878 28.9729 25.2858C28.9776 25.2773 28.9823 25.2689 28.9864 25.2594C29.0227 25.1769 29.052 25.0804 29.0742 24.9626ZM18.9935 23.1771C19.1173 23.8681 19.1963 24.7527 19.2228 25.5158C19.244 26.1271 19.2164 26.5313 19.1549 26.7944C19.1095 26.9886 19.0456 27.1056 18.9695 27.1722C18.768 27.1049 18.569 27.0321 18.3732 26.9532C18.3189 26.8546 18.2697 26.7336 18.2266 26.5894C18.1658 26.3869 18.1164 26.1409 18.0796 25.8559C17.9827 25.0898 17.9763 24.1326 18.0495 23.3635C18.1225 22.5946 18.2752 22.0137 18.4963 22.0002C18.7014 21.9888 18.8698 22.4862 18.9935 23.1771Z" fill="#FEFEFE"/>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M13.0035 14.5V9.51038C12.986 9.1636 13.0342 8.81662 13.145 8.49074C13.2558 8.16486 13.4269 7.86696 13.6479 7.61535C13.8688 7.36373 14.1349 7.16371 14.4298 7.02757C14.7247 6.89143 15.0421 6.82203 15.3626 6.82366C14.8335 6.47615 14.3942 5.98907 14.0858 5.40787C13.7774 4.82667 13.6099 4.17031 13.599 3.5H20.9703C24.3017 3.5 27 6.72568 27 10.7108V14.3857M13 14.2059C13 18.5557 16.1669 23.5 19.9898 23.5C22.7344 23.5 27.1756 19.5924 26.9946 14.2059M12.5473 13.5C12.2782 13.4989 12.0115 13.55 11.7626 13.6504C11.5137 13.7507 11.2875 13.8983 11.0972 14.0846C10.9068 14.2709 10.7561 14.4923 10.6536 14.7359C10.5511 14.9795 10.4989 15.2406 10.5 15.5041C10.5 15.7669 10.553 16.0271 10.656 16.2698C10.759 16.5125 10.91 16.7329 11.1002 16.9183C11.2904 17.1037 11.5162 17.2506 11.7645 17.3504C12.0129 17.4502 12.2789 17.5011 12.5473 17.5H13.5M27.2928 13.5C27.8782 13.5 28.4396 13.7111 28.8535 14.087C29.2675 14.4628 29.5 14.9726 29.5 15.5041C29.4976 16.0342 29.264 16.5418 28.8503 16.9159C28.4367 17.29 27.8766 17.5 27.2928 17.5H26.5M27 13.5C27 13.5 24.5392 13.2199 24.5392 9.5C24.5392 9.5 23.517 9.94524 19.9962 9.94524C16.4754 9.94524 15.4532 9.5 15.4532 9.5C15.4532 13.2199 13 13.5 13 13.5M17 36.5V25.5L10.4522 27.2266C9.66023 27.4348 8.9504 27.8907 8.42048 28.5315C7.89056 29.1723 7.56657 29.9665 7.49314 30.8047L7 36.5M14.5391 26.5L13 32.5L17 31.2855M17.1694 22.7688L17 25.3714C17 25.3714 19.9506 27.9108 23 25.3714L22.8306 22.7688M23 36.5V25.5L29.5426 27.2266C30.3354 27.4341 31.0458 27.89 31.5754 28.5311C32.105 29.1722 32.4276 29.9667 32.4985 30.8047L33 36.5M25.4609 26.5L27 32.5L23 31.2855" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
6
|
+
<script setup lang="ts">
|
|
7
|
+
</script>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
fill-rule="evenodd"
|
|
5
|
+
clip-rule="evenodd"
|
|
6
|
+
d="M3.64404 3.59616C3.64404 2.44163 4.58506 1.5 5.75292 1.5C6.92077 1.5 7.86179 2.44163 7.86179 3.59616C7.86179 4.75068 6.92077 5.69231 5.75292 5.69231C4.58506 5.69231 3.64404 4.75068 3.64404 3.59616ZM5.75292 0C3.76295 0 2.14404 1.6069 2.14404 3.59616C2.14404 4.6414 2.59101 5.58107 3.30391 6.23754C2.70878 6.51643 2.16044 6.89752 1.68621 7.36965C0.606937 8.44411 0 9.90212 0 11.4231V13.5577C0 13.9719 0.335786 14.3077 0.75 14.3077H2.51441L3.14669 19.3435C3.1938 19.7186 3.51277 20 3.89085 20H7.63195C8.01004 20 8.32901 19.7186 8.37611 19.3435L8.90777 15.1091C8.95937 14.6981 8.66803 14.3231 8.25705 14.2715C7.84606 14.2199 7.47106 14.5113 7.41945 14.9222L6.97023 18.5H4.55257L3.92029 13.4643C3.87319 13.0891 3.55422 12.8077 3.17613 12.8077H1.5V11.4231C1.5 10.3021 1.94727 9.22635 2.7445 8.43267C3.54184 7.63887 4.62398 7.19232 5.75303 7.19232C6.88208 7.19232 7.96421 7.63887 8.76155 8.43267C9.37475 9.04313 9.7809 9.82049 9.93574 10.6569C10.0111 11.0642 10.4024 11.3332 10.8097 11.2578C11.217 11.1824 11.4861 10.7911 11.4107 10.3838C11.2007 9.2494 10.65 8.19608 9.81985 7.36965C9.34558 6.89749 8.79718 6.51637 8.20199 6.23747C8.91485 5.58101 9.36179 4.64136 9.36179 3.59616C9.36179 1.6069 7.74288 0 5.75292 0ZM11.6824 13.7216C11.3969 13.7216 11.1711 13.9511 11.1711 14.2273V17.9943C11.1711 18.2704 11.3969 18.4999 11.6824 18.4999H17.9888C18.2743 18.4999 18.5001 18.2704 18.5001 17.9943V14.2273C18.5001 13.9511 18.2743 13.7216 17.9888 13.7216H16.5679C16.5647 13.7216 16.5614 13.7217 16.5581 13.7217C16.5548 13.7217 16.5516 13.7216 16.5483 13.7216H13.1193C13.116 13.7216 13.1128 13.7217 13.1095 13.7217C13.1062 13.7217 13.1029 13.7216 13.0997 13.7216H11.6824ZM12.3595 12.2216H11.6824C10.5748 12.2216 9.67114 13.1164 9.67114 14.2273V17.9943C9.67114 19.1051 10.5748 19.9999 11.6824 19.9999H17.9888C19.0964 19.9999 20.0001 19.1051 20.0001 17.9943V14.2273C20.0001 13.1164 19.0964 12.2216 17.9888 12.2216H17.3081V11.6223C17.3081 10.6558 16.5246 9.87225 15.5581 9.87225H14.1095C13.143 9.87225 12.3595 10.6558 12.3595 11.6223V12.2216ZM13.8595 12.2216H15.8081V11.6223C15.8081 11.4842 15.6962 11.3723 15.5581 11.3723H14.1095C13.9714 11.3723 13.8595 11.4842 13.8595 11.6223V12.2216Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M10.1732 20.5254C9.29863 21.0905 8.2565 21.3368 7.222 21.2228C6.1875 21.1088 5.22373 20.6416 4.49274 19.8996L3.85369 19.2738C3.57352 18.9868 3.41666 18.6014 3.41666 18.2C3.41666 17.7986 3.57352 17.4132 3.85369 17.1262L6.5661 14.438C6.85027 14.1583 7.23275 14.0016 7.63118 14.0016C8.0296 14.0016 8.41209 14.1583 8.69626 14.438C8.98283 14.7186 9.36767 14.8757 9.76844 14.8757C10.1692 14.8757 10.5541 14.7186 10.8406 14.438L15.1009 10.1712C15.2431 10.0309 15.3559 9.86372 15.433 9.67937C15.51 9.49502 15.5497 9.29717 15.5497 9.09733C15.5497 8.89749 15.51 8.69964 15.433 8.51529C15.3559 8.33094 15.2431 8.16377 15.1009 8.0235C14.8217 7.73889 14.6652 7.35582 14.6652 6.95678C14.6652 6.55774 14.8217 6.17467 15.1009 5.89006L17.7992 3.18771C18.0857 2.90711 18.4706 2.75 18.8713 2.75C19.2721 2.75 19.657 2.90711 19.9435 3.18771L20.5684 3.82774C21.3092 4.55985 21.7757 5.5251 21.8895 6.56119C22.0033 7.59728 21.7574 8.64102 21.1932 9.51691C18.2535 13.8559 14.5131 17.5924 10.1732 20.5254Z" fill="currentColor" fill-opacity="0.8"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
package/icons/phone.vue
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9618 2.2048L10.0775 4.09209C9.97918 4.19293 9.924 4.32845 9.924 4.46976C9.924 4.61065 9.97886 4.7458 10.0766 4.84655C10.2238 4.99285 10.3408 5.16675 10.4208 5.3583C10.5016 5.55148 10.5431 5.75878 10.5431 5.96814C10.5431 6.17751 10.5016 6.38481 10.4208 6.57799C10.3404 6.77054 10.2226 6.94525 10.0743 7.09203L7.08912 10.0818C6.79048 10.3742 6.38924 10.538 5.97126 10.538C5.55329 10.538 5.15207 10.3742 4.85343 10.0818L4.85245 10.0808C4.75166 9.9816 4.61616 9.92615 4.47518 9.92615C4.33442 9.92615 4.19914 9.98142 4.0984 10.0803L4.0979 10.0808L2.20409 11.9577C2.10536 12.0602 2.05 12.1972 2.05 12.34C2.05 12.4824 2.10502 12.6191 2.20318 12.7214L2.6523 13.1613C3.07934 13.5947 3.64218 13.8676 4.24624 13.9341C4.84858 14.0005 5.45541 13.8577 5.96531 13.5297C8.94408 11.5157 11.5117 8.95081 13.5304 5.97262C13.8579 5.46183 14.0005 4.85381 13.9342 4.25016C13.8676 3.64458 13.595 3.08054 13.1622 2.65284L13.1555 2.64623L12.723 2.20308C12.6208 2.10482 12.4848 2.05 12.3433 2.05C12.201 2.05 12.0642 2.10545 11.9618 2.2048ZM11.2255 1.45628C11.5241 1.16386 11.9253 1 12.3433 1C12.7613 1 13.1625 1.16386 13.4611 1.45628L13.4695 1.46465L13.9037 1.90943C14.5061 2.50627 14.8853 3.2922 14.9779 4.13553C15.0707 4.98047 14.8702 5.83172 14.41 6.54615L14.4033 6.55632C12.308 9.64899 9.64196 12.3123 6.54854 14.4028L6.53949 14.4088C5.82593 14.8699 4.97551 15.0708 4.13126 14.9778C3.28864 14.885 2.50365 14.505 1.90772 13.9017L1.4636 13.4668L1.45524 13.4584C1.16332 13.1594 1 12.7579 1 12.34C1 11.9221 1.16332 11.5207 1.45524 11.2216L1.46132 11.2154L3.36006 9.33375L3.36134 9.33249C3.65838 9.04012 4.05836 8.87615 4.47518 8.87615C4.89172 8.87615 5.29145 9.0399 5.58843 9.33191C5.69095 9.4321 5.82835 9.48804 5.97126 9.48804C6.11354 9.48804 6.25034 9.4326 6.35271 9.33326L9.33251 6.34888L9.33524 6.34617C9.38519 6.29687 9.42491 6.23806 9.45203 6.17315C9.47915 6.10825 9.49313 6.03856 9.49313 5.96814C9.49313 5.89773 9.47915 5.82804 9.45203 5.76313C9.42491 5.69823 9.38519 5.63942 9.33524 5.59012L9.32925 5.58421C9.03736 5.28675 8.874 4.88649 8.874 4.46976C8.874 4.05303 9.03741 3.65281 9.3293 3.35535L9.3325 3.35209L11.2255 1.45628Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
6
|
+
<script setup lang="ts">
|
|
7
|
+
</script>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path clip-rule="evenodd"
|
|
4
|
+
d="M7.99998 2.33337C4.87037 2.33337 2.33331 4.87043 2.33331 8.00004C2.33331 11.1297 4.87037 13.6667 7.99998 13.6667C11.1296 13.6667 13.6666 11.1297 13.6666 8.00004C13.6666 4.87043 11.1296 2.33337 7.99998 2.33337ZM1.33331 8.00004C1.33331 4.31814 4.31808 1.33337 7.99998 1.33337C11.6819 1.33337 14.6666 4.31814 14.6666 8.00004C14.6666 11.6819 11.6819 14.6667 7.99998 14.6667C4.31808 14.6667 1.33331 11.6819 1.33331 8.00004ZM7.99998 5.03341C8.27612 5.03341 8.49998 5.25726 8.49998 5.53341V7.50004H10.4666C10.7428 7.50004 10.9666 7.7239 10.9666 8.00004C10.9666 8.27618 10.7428 8.50004 10.4666 8.50004H8.49998V10.4667C8.49998 10.7429 8.27612 10.9667 7.99998 10.9667C7.72384 10.9667 7.49998 10.7429 7.49998 10.4667V8.50004H5.53332C5.25717 8.50004 5.03332 8.27618 5.03332 8.00004C5.03332 7.7239 5.25717 7.50004 5.53332 7.50004H7.49998V5.53341C7.49998 5.25726 7.72384 5.03341 7.99998 5.03341Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
fill-rule="evenodd"/>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.56247 2.56245C8.56247 2.25178 8.31062 1.99994 7.99996 1.99994C7.68929 1.99994 7.43745 2.25178 7.43745 2.56245V7.43751H2.56239C2.25172 7.43751 1.99988 7.68936 1.99988 8.00002C1.99988 8.31068 2.25172 8.56253 2.56239 8.56253H7.43745V13.4376C7.43745 13.7483 7.68929 14.0001 7.99996 14.0001C8.31062 14.0001 8.56247 13.7483 8.56247 13.4376V8.56253H13.4375C13.7482 8.56253 14 8.31068 14 8.00002C14 7.68936 13.7482 7.43751 13.4375 7.43751H8.56247V2.56245Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
</template>
|
|
10
|
+
|
|
11
|
+
<style scoped>
|
|
12
|
+
|
|
13
|
+
</style>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 5.66321C2 4.77532 2.71978 4.05554 3.60767 4.05554H20.3923C21.2802 4.05554 22 4.77532 22 5.66321V18.3368C22 19.2247 21.2802 19.9444 20.3923 19.9444H3.60767C2.71978 19.9444 2 19.2247 2 18.3368V5.66321ZM3.60767 5.55554C3.54821 5.55554 3.5 5.60375 3.5 5.66321V18.3368C3.5 18.3962 3.54821 18.4444 3.60767 18.4444H20.3923C20.4518 18.4444 20.5 18.3962 20.5 18.3368V5.66321C20.5 5.60375 20.4518 5.55554 20.3923 5.55554H3.60767ZM14.3607 10.2724C14.3607 9.85819 14.6965 9.5224 15.1107 9.5224H18.1737C18.588 9.5224 18.9237 9.85819 18.9237 10.2724C18.9237 10.6866 18.588 11.0224 18.1737 11.0224H15.1107C14.6965 11.0224 14.3607 10.6866 14.3607 10.2724ZM15.1107 12.5578C14.6965 12.5578 14.3607 12.8936 14.3607 13.3078C14.3607 13.722 14.6965 14.0578 15.1107 14.0578H18.1737C18.588 14.0578 18.9237 13.722 18.9237 13.3078C18.9237 12.8936 18.588 12.5578 18.1737 12.5578H15.1107ZM9.14502 8.45419C8.1622 8.45419 7.36546 9.25093 7.36546 10.2338C7.36546 11.2166 8.1622 12.0133 9.14502 12.0133C9.39487 12.0133 9.63085 11.9623 9.84462 11.8707C10.481 11.5982 10.9246 10.9669 10.9246 10.2338C10.9246 9.25093 10.1278 8.45419 9.14502 8.45419ZM5.86546 10.2338C5.86546 8.4225 7.33377 6.95419 9.14502 6.95419C10.9563 6.95419 12.4246 8.4225 12.4246 10.2338C12.4246 11.5748 11.6198 12.7262 10.4698 13.2345C10.9213 13.3678 11.3555 13.5688 11.7606 13.8325C12.5496 14.346 13.1988 15.0777 13.6558 15.9468C13.8485 16.3135 13.7076 16.7669 13.3409 16.9597C12.9743 17.1525 12.5208 17.0115 12.3281 16.6449C11.9812 15.985 11.5005 15.453 10.9423 15.0896C10.3853 14.7271 9.76701 14.5423 9.14576 14.5423C8.52451 14.5423 7.90619 14.7271 7.3492 15.0896C6.79099 15.453 6.31038 15.985 5.96346 16.6449C5.77071 17.0115 5.31723 17.1525 4.9506 16.9597C4.58397 16.7669 4.44302 16.3135 4.63578 15.9468C5.09276 15.0777 5.74197 14.346 6.5309 13.8325C6.93566 13.569 7.36946 13.3681 7.82053 13.2349C6.66902 12.7259 5.86546 11.5737 5.86546 10.2338Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="1.25em" height="1.25em" viewBox="0 0 24 24" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z" fill="currentColor" fill-opacity="0.5"/>
|
|
4
|
+
<path d="M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z" class="fill-blue-700 dark:fill-blue-500"/>
|
|
5
|
+
</svg>
|
|
6
|
+
</template>
|
|
7
|
+
|
|
8
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="1.25em" height="1.25em" viewBox="0 0 24 24" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z" fill="currentColor" fill-opacity="0.5"/>
|
|
4
|
+
</svg>
|
|
5
|
+
|
|
6
|
+
</template>
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
<script setup lang="ts">
|
|
10
|
+
</script>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M4.49967 5.33301C4.49967 5.05687 4.72353 4.83301 4.99967 4.83301H8.33301C8.60915 4.83301 8.83301 5.05687 8.83301 5.33301C8.83301 5.60915 8.60915 5.83301 8.33301 5.83301H4.99967C4.72353 5.83301 4.49967 5.60915 4.49967 5.33301Z" fill="currentColor"/>
|
|
4
|
+
<path d="M4.49967 7.61873C4.49967 7.34259 4.72353 7.11873 4.99967 7.11873H8.33301C8.60915 7.11873 8.83301 7.34259 8.83301 7.61873C8.83301 7.89488 8.60915 8.11873 8.33301 8.11873H7.16635V10.6663C7.16635 10.9425 6.94249 11.1663 6.66635 11.1663C6.3902 11.1663 6.16635 10.9425 6.16635 10.6663V8.11873H4.99967C4.72353 8.11873 4.49967 7.89488 4.49967 7.61873Z" fill="currentColor"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.0352 2.0352C2.48481 1.58559 3.0946 1.33301 3.73044 1.33301H12.7433C13.2533 1.33301 13.7424 1.53562 14.1031 1.89626C14.4637 2.25691 14.6663 2.74605 14.6663 3.25608V6.5766C14.6663 6.85274 14.4425 7.0766 14.1663 7.0766H11.8202V14.1663C11.8202 14.3465 11.7233 14.5127 11.5665 14.6014C11.4098 14.6902 11.2174 14.6878 11.0629 14.5951L8.94839 13.3264L6.83385 14.5951C6.6755 14.6901 6.47769 14.6901 6.31935 14.5951L4.2048 13.3264L2.09026 14.5951C1.93579 14.6878 1.74341 14.6902 1.58666 14.6014C1.4299 14.5127 1.33301 14.3465 1.33301 14.1663V3.73044C1.33301 3.0946 1.58559 2.48481 2.0352 2.0352ZM11.8202 6.0766H13.6663V3.25608C13.6663 3.01127 13.5691 2.77648 13.396 2.60337C13.2229 2.43026 12.9881 2.33301 12.7433 2.33301C12.4984 2.33301 12.2637 2.43026 12.0905 2.60337C11.9174 2.77648 11.8202 3.01127 11.8202 3.25608V6.0766ZM11.0562 2.33301C10.9027 2.61354 10.8202 2.93056 10.8202 3.25608V13.2832L9.20564 12.3145C9.0473 12.2195 8.84949 12.2195 8.69114 12.3145L6.5766 13.5832L4.46205 12.3145C4.30371 12.2195 4.1059 12.2195 3.94755 12.3145L2.33301 13.2832V3.73044C2.33301 3.35982 2.48024 3.00438 2.74231 2.74231C3.00438 2.48024 3.35982 2.33301 3.73044 2.33301H11.0562Z" fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
|
|
8
|
+
</template>
|
package/icons/robot.vue
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
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
|
|
10
|
+
d="M18.75 4.5H12.75V1.5C12.75 1.30109 12.671 1.11032 12.5303 0.96967C12.3897 0.829018 12.1989 0.75 12 0.75C11.8011 0.75 11.6103 0.829018 11.4697 0.96967C11.329 1.11032 11.25 1.30109 11.25 1.5V4.5H5.25C4.45435 4.5 3.69129 4.81607 3.12868 5.37868C2.56607 5.94129 2.25 6.70435 2.25 7.5V18C2.25 18.7956 2.56607 19.5587 3.12868 20.1213C3.69129 20.6839 4.45435 21 5.25 21H18.75C19.5456 21 20.3087 20.6839 20.8713 20.1213C21.4339 19.5587 21.75 18.7956 21.75 18V7.5C21.75 6.70435 21.4339 5.94129 20.8713 5.37868C20.3087 4.81607 19.5456 4.5 18.75 4.5ZM20.25 18C20.25 18.3978 20.092 18.7794 19.8107 19.0607C19.5294 19.342 19.1478 19.5 18.75 19.5H5.25C4.85218 19.5 4.47064 19.342 4.18934 19.0607C3.90804 18.7794 3.75 18.3978 3.75 18V7.5C3.75 7.10218 3.90804 6.72064 4.18934 6.43934C4.47064 6.15804 4.85218 6 5.25 6H18.75C19.1478 6 19.5294 6.15804 19.8107 6.43934C20.092 6.72064 20.25 7.10218 20.25 7.5V18ZM15.375 12.75H8.625C7.92881 12.75 7.26113 13.0266 6.76884 13.5188C6.27656 14.0111 6 14.6788 6 15.375C6 16.0712 6.27656 16.7389 6.76884 17.2312C7.26113 17.7234 7.92881 18 8.625 18H15.375C16.0712 18 16.7389 17.7234 17.2312 17.2312C17.7234 16.7389 18 16.0712 18 15.375C18 14.6788 17.7234 14.0111 17.2312 13.5188C16.7389 13.0266 16.0712 12.75 15.375 12.75ZM12.75 14.25V16.5H11.25V14.25H12.75ZM7.5 15.375C7.5 15.0766 7.61853 14.7905 7.8295 14.5795C8.04048 14.3685 8.32663 14.25 8.625 14.25H9.75V16.5H8.625C8.32663 16.5 8.04048 16.3815 7.8295 16.1705C7.61853 15.9595 7.5 15.6734 7.5 15.375ZM15.375 16.5H14.25V14.25H15.375C15.6734 14.25 15.9595 14.3685 16.1705 14.5795C16.3815 14.7905 16.5 15.0766 16.5 15.375C16.5 15.6734 16.3815 15.9595 16.1705 16.1705C15.9595 16.3815 15.6734 16.5 15.375 16.5ZM6.75 10.125C6.75 9.9025 6.81598 9.68499 6.9396 9.49998C7.06321 9.31498 7.23891 9.17078 7.44448 9.08564C7.65005 9.00049 7.87625 8.97821 8.09448 9.02162C8.31271 9.06502 8.51316 9.17217 8.6705 9.3295C8.82783 9.48684 8.93498 9.68729 8.97838 9.90552C9.02179 10.1238 8.99951 10.35 8.91436 10.5555C8.82922 10.7611 8.68502 10.9368 8.50002 11.0604C8.31501 11.184 8.0975 11.25 7.875 11.25C7.57663 11.25 7.29048 11.1315 7.0795 10.9205C6.86853 10.7095 6.75 10.4234 6.75 10.125ZM15 10.125C15 9.9025 15.066 9.68499 15.1896 9.49998C15.3132 9.31498 15.4889 9.17078 15.6945 9.08564C15.9 9.00049 16.1262 8.97821 16.3445 9.02162C16.5627 9.06502 16.7632 9.17217 16.9205 9.3295C17.0778 9.48684 17.185 9.68729 17.2284 9.90552C17.2718 10.1238 17.2495 10.35 17.1644 10.5555C17.0792 10.7611 16.935 10.9368 16.75 11.0604C16.565 11.184 16.3475 11.25 16.125 11.25C15.8266 11.25 15.5405 11.1315 15.3295 10.9205C15.1185 10.7095 15 10.4234 15 10.125Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M8.52518 1.525C8.52518 1.23505 8.29012 1 8.00018 1C7.71023 1 7.47518 1.23505 7.47518 1.525V2.37184C6.89218 2.54718 6.43237 3.007 6.25703 3.59L4.14481 3.59084V3.59C3.89864 3.59 3.72945 3.72384 3.65167 3.9284L1.68495 9.10033C1.67641 9.1217 1.66924 9.14377 1.66354 9.16642C1.65122 9.21494 1.64615 9.26395 1.64775 9.31217C1.65226 9.96037 1.91171 10.5811 2.3704 11.0397C2.83314 11.5025 3.46076 11.7625 4.11518 11.7625C4.7696 11.7625 5.39722 11.5025 5.85996 11.0397C6.31948 10.5802 6.57904 9.95812 6.58263 9.30864C6.58354 9.27411 6.58103 9.23918 6.57488 9.20432C6.56865 9.16856 6.55881 9.13405 6.54575 9.10116L4.89624 4.64L6.25705 4.64C6.4359 5.23463 6.91071 5.70111 7.5103 5.86828C7.48762 5.92698 7.47518 5.99077 7.47518 6.05747L7.47518 13.8274C7.47518 13.8696 7.48015 13.9107 7.48955 13.95H4.76269C4.47274 13.95 4.23769 14.185 4.23769 14.475C4.23769 14.7649 4.47274 15 4.76269 15H11.8852C12.1751 15 12.4102 14.7649 12.4102 14.475C12.4102 14.185 12.1751 13.95 11.8852 13.95H8.5108C8.5202 13.9107 8.52518 13.8696 8.52518 13.8274L8.52518 6.05747C8.52518 5.99077 8.51274 5.92697 8.49005 5.86828C9.08964 5.7011 9.56444 5.23463 9.74329 4.64H11.151L9.45493 9.10033C9.44639 9.1217 9.43922 9.14377 9.43352 9.16642C9.4212 9.21494 9.41613 9.26395 9.41773 9.31216C9.42224 9.96037 9.68169 10.5811 10.1404 11.0397C10.6031 11.5025 11.2307 11.7625 11.8852 11.7625C12.5396 11.7625 13.1672 11.5025 13.6299 11.0397C14.0895 10.5802 14.349 9.95811 14.3526 9.30861C14.3535 9.27402 14.351 9.23902 14.3448 9.20409C14.3386 9.16841 14.3288 9.13396 14.3157 9.10114L12.4048 3.93293C12.3289 3.72767 12.1336 3.59102 11.9148 3.59001L9.74331 3.59C9.56798 3.00701 9.10816 2.54719 8.52518 2.37184V1.525ZM5.53002 9.38175L4.13549 5.61018L2.70047 9.38388C2.72205 9.72737 2.86806 10.0525 3.11286 10.2973C3.37869 10.5631 3.73924 10.7125 4.11518 10.7125C4.49112 10.7125 4.85167 10.5631 5.1175 10.2973C5.3628 10.052 5.50891 9.72603 5.53002 9.38175ZM10.8828 10.2973C10.638 10.0525 10.492 9.72737 10.4705 9.38388L11.9055 5.61018L13.3 9.38175C13.2789 9.72603 13.1328 10.052 12.8875 10.2973C12.6216 10.5631 12.2611 10.7125 11.8852 10.7125C11.5092 10.7125 11.1487 10.5631 10.8828 10.2973ZM7.99686 3.34498L8.00018 3.34499L8.00349 3.34498C8.42628 3.34676 8.76864 3.68929 8.77016 4.11215L8.77016 4.115L8.77016 4.11783C8.76862 4.54178 8.42448 4.88497 8.00017 4.88497C7.57492 4.88497 7.23018 4.54023 7.23018 4.11497C7.23018 3.69082 7.57313 3.34677 7.99686 3.34498Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.9568 1.30782C14.0768 1.57178 13.9601 1.88302 13.6961 2.003L12.6706 2.46915L14.9574 7.79283C14.9855 7.85829 15 7.92879 15 8.00004C15 8.79976 14.6823 9.56673 14.1169 10.1322C13.5514 10.6977 12.7844 11.0154 11.9847 11.0154C11.185 11.0154 10.418 10.6977 9.85249 10.1322C9.28701 9.56673 8.96932 8.79976 8.96932 8.00004C8.96932 7.92879 8.98382 7.85829 9.01194 7.79283L10.9659 3.24402L4.69028 6.09657L6.99252 11.7877C7.01783 11.8503 7.03084 11.9171 7.03084 11.9846C7.03084 12.7843 6.71315 13.5513 6.14766 14.1168C5.58217 14.6823 4.8152 15 4.01548 15C3.21576 15 2.44879 14.6823 1.8833 14.1168C1.31781 13.5513 1.00012 12.7843 1.00012 11.9846C1.00012 11.9171 1.01313 11.8503 1.03844 11.7877L3.0366 6.84824L2.73855 6.98372C2.47459 7.1037 2.16334 6.98699 2.04336 6.72303C1.92338 6.45907 2.0401 6.14783 2.30406 6.02785L7.47504 3.6774V1.52506C7.47504 1.23512 7.71009 1.00007 8.00004 1.00007C8.28998 1.00007 8.52503 1.23512 8.52503 1.52506V3.20013L13.2616 1.04712C13.5256 0.927144 13.8368 1.04386 13.9568 1.30782ZM13.3744 9.38976C13.6164 9.14776 13.7888 8.84914 13.8786 8.52503H10.0907C10.1806 8.84914 10.3529 9.14776 10.595 9.38976C10.9635 9.75834 11.4634 9.9654 11.9847 9.9654C12.5059 9.9654 13.0058 9.75834 13.3744 9.38976ZM10.2912 7.47504H13.6781L11.9847 3.53266L10.2912 7.47504ZM5.4052 13.3743C5.64721 13.1323 5.81958 12.8337 5.90943 12.5096H2.12153C2.21138 12.8337 2.38375 13.1323 2.62576 13.3743C2.99433 13.7429 3.49423 13.95 4.01548 13.95C4.53673 13.95 5.03662 13.7429 5.4052 13.3743ZM2.30382 11.4596H5.72714L4.01548 7.22838L2.30382 11.4596Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="41"
|
|
4
|
+
height="40"
|
|
5
|
+
viewBox="0 0 41 40"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M38.0779 20.7812L33.0779 8.28125C32.9679 8.00592 32.7635 7.77869 32.5013 7.64015C32.2391 7.50162 31.9362 7.46081 31.6467 7.525L21.917 9.6875V6.25C21.917 5.91848 21.7853 5.60054 21.5509 5.36612C21.3165 5.1317 20.9985 5 20.667 5C20.3355 5 20.0176 5.1317 19.7831 5.36612C19.5487 5.60054 19.417 5.91848 19.417 6.25V10.2469L9.14514 12.5297C8.94709 12.5734 8.76267 12.6647 8.60778 12.7957C8.45288 12.9266 8.33218 13.0932 8.25608 13.2812V13.2906L3.25608 25.7812C3.19626 25.9302 3.16602 26.0895 3.16702 26.25C3.16702 29.8922 7.00139 31.25 9.41702 31.25C11.8326 31.25 15.667 29.8922 15.667 26.25C15.668 26.0895 15.6378 25.9302 15.578 25.7812L11.1233 14.6516L19.417 12.8125V32.5H16.917C16.5855 32.5 16.2676 32.6317 16.0331 32.8661C15.7987 33.1005 15.667 33.4185 15.667 33.75C15.667 34.0815 15.7987 34.3995 16.0331 34.6339C16.2676 34.8683 16.5855 35 16.917 35H24.417C24.7485 35 25.0665 34.8683 25.3009 34.6339C25.5353 34.3995 25.667 34.0815 25.667 33.75C25.667 33.4185 25.5353 33.1005 25.3009 32.8661C25.0665 32.6317 24.7485 32.5 24.417 32.5H21.917V12.2531L29.8858 10.4844L25.7561 20.7812C25.6963 20.9302 25.666 21.0895 25.667 21.25C25.667 24.8922 29.5014 26.25 31.917 26.25C34.3326 26.25 38.167 24.8922 38.167 21.25C38.168 21.0895 38.1378 20.9302 38.0779 20.7812ZM9.41702 28.75C8.24045 28.75 5.86077 28.1859 5.67795 26.4625L9.41702 17.1156L13.1561 26.4625C12.9733 28.1859 10.5936 28.75 9.41702 28.75ZM31.917 23.75C30.7405 23.75 28.3608 23.1859 28.178 21.4625L31.917 12.1156L35.6561 21.4625C35.4733 23.1859 33.0936 23.75 31.917 23.75Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
15
|
+
<script setup lang="ts"></script>
|
package/icons/search.vue
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
7
|
+
<g id="search">
|
|
8
|
+
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M2.05012 7.28051C2.05012 4.39178 4.3919 2.04999 7.28063 2.04999C10.1694 2.04999 12.5111 4.39178 12.5111 7.28051C12.5111 10.1692 10.1694 12.511 7.28063 12.511C4.3919 12.511 2.05012 10.1692 2.05012 7.28051ZM7.28063 1C3.812 1 1.00012 3.81188 1.00012 7.28051C1.00012 10.7491 3.812 13.561 7.28063 13.561C8.82595 13.561 10.2409 13.0029 11.335 12.0773L14.1038 14.8461C14.3088 15.0512 14.6412 15.0512 14.8463 14.8461C15.0513 14.6411 15.0513 14.3087 14.8463 14.1037L12.0774 11.3348C13.003 10.2408 13.5611 8.82582 13.5611 7.28051C13.5611 3.81188 10.7493 1 7.28063 1Z" fill="currentColor"/>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5325 2.04999C11.7497 2.04999 11.1151 2.68463 11.1151 3.46748C11.1151 4.25034 11.7497 4.88497 12.5325 4.88497C13.3154 4.88497 13.95 4.25034 13.95 3.46748C13.95 2.68463 13.3154 2.04999 12.5325 2.04999ZM10.0651 3.46748C10.0651 2.10473 11.1698 1 12.5325 1C13.8953 1 15 2.10473 15 3.46748C15 4.83024 13.8953 5.93497 12.5325 5.93497C11.7559 5.93497 11.0631 5.57618 10.6108 5.01533L5.85939 7.39104C5.90882 7.58581 5.93509 7.78981 5.93509 7.99996C5.93509 8.21011 5.90882 8.41412 5.85938 8.60889L10.6108 10.9846C11.0631 10.4237 11.7559 10.0649 12.5326 10.0649C13.8953 10.0649 15 11.1697 15 12.5324C15 13.8952 13.8953 14.9999 12.5326 14.9999C11.1698 14.9999 10.0651 13.8952 10.0651 12.5324C10.0651 12.3223 10.0913 12.1183 10.1408 11.9235L5.38935 9.5478C4.93704 10.1087 4.24422 10.4674 3.46761 10.4674C2.10485 10.4674 1.00012 9.36271 1.00012 7.99996C1.00012 6.6372 2.10485 5.53247 3.46761 5.53247C4.24423 5.53247 4.93705 5.89126 5.38935 6.45213L10.1408 4.07642C10.0913 3.88164 10.0651 3.67763 10.0651 3.46748ZM3.46761 6.58247C2.68475 6.58247 2.05012 7.2171 2.05012 7.99996C2.05012 8.78282 2.68475 9.41745 3.46761 9.41745C4.25046 9.41745 4.8851 8.78282 4.8851 7.99996C4.8851 7.2171 4.25046 6.58247 3.46761 6.58247ZM12.5326 11.1149C11.7497 11.1149 11.1151 11.7496 11.1151 12.5324C11.1151 13.3153 11.7497 13.9499 12.5326 13.9499C13.3154 13.9499 13.95 13.3153 13.95 12.5324C13.95 11.7496 13.3154 11.1149 12.5326 11.1149Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.6834 3.68338C10.6834 2.78132 11.4147 2.05006 12.3167 2.05006C13.2188 2.05006 13.95 2.78132 13.95 3.68338C13.95 4.58544 13.2188 5.3167 12.3167 5.3167C11.4147 5.3167 10.6834 4.58544 10.6834 3.68338ZM12.3167 1.00006C10.8348 1.00006 9.6334 2.20142 9.6334 3.68338C9.6334 4.09857 9.7277 4.49173 9.89605 4.84263L8.35139 6.00113C7.87651 5.57553 7.24908 5.3167 6.56121 5.3167C6.01003 5.3167 5.49767 5.48288 5.0715 5.76787L4.04762 4.744C4.15064 4.53224 4.20844 4.29441 4.20844 4.04309C4.20844 3.15714 3.49023 2.43893 2.60428 2.43893C1.71833 2.43893 1.00012 3.15714 1.00012 4.04309C1.00012 4.92904 1.71833 5.64725 2.60428 5.64725C2.85559 5.64725 3.0934 5.58946 3.30515 5.48645L4.32904 6.51033C4.04406 6.9365 3.87789 7.44885 3.87789 8.00002C3.87789 8.64717 4.10698 9.24081 4.48849 9.70427L3.87755 10.451C3.70493 10.3875 3.51837 10.3528 3.32372 10.3528C2.43776 10.3528 1.71956 11.071 1.71956 11.957C1.71956 12.8429 2.43776 13.5611 3.32372 13.5611C4.20967 13.5611 4.92787 12.8429 4.92787 11.957C4.92787 11.6486 4.84087 11.3605 4.69006 11.116L5.30085 10.3695C5.67662 10.5698 6.10566 10.6833 6.56121 10.6833C7.18625 10.6833 7.76138 10.4696 8.21751 10.1113L9.25724 11.0025C9.03866 11.3909 8.91397 11.8392 8.91397 12.3167C8.91397 13.7986 10.1153 15 11.5973 15C13.0792 15 14.2806 13.7986 14.2806 12.3167C14.2806 10.8347 13.0792 9.63336 11.5973 9.63336C10.9722 9.63336 10.397 9.84712 9.94081 10.2055L8.90115 9.31433C9.1198 8.92589 9.24452 8.47752 9.24452 8.00002C9.24452 7.58482 9.15023 7.19165 8.98188 6.84075L10.5265 5.68226C11.0014 6.10786 11.6288 6.3667 12.3167 6.3667C13.7987 6.3667 15 5.16534 15 3.68338C15 2.20142 13.7987 1.00006 12.3167 1.00006ZM6.56121 6.36669C5.65915 6.36669 4.92788 7.09796 4.92788 8.00002C4.92788 8.90208 5.65915 9.63334 6.56121 9.63334C7.46327 9.63334 8.19453 8.90208 8.19453 8.00002C8.19453 7.09796 7.46327 6.36669 6.56121 6.36669ZM11.5973 10.6833C10.6952 10.6833 9.96396 11.4146 9.96396 12.3167C9.96396 13.2187 10.6952 13.95 11.5973 13.95C12.4993 13.95 13.2306 13.2187 13.2306 12.3167C13.2306 11.4146 12.4993 10.6833 11.5973 10.6833ZM2.60428 3.48893C2.29822 3.48893 2.05012 3.73703 2.05012 4.04309C2.05012 4.34915 2.29822 4.59725 2.60428 4.59725C2.91034 4.59725 3.15844 4.34915 3.15844 4.04309C3.15844 3.73703 2.91034 3.48893 2.60428 3.48893ZM2.76955 11.957C2.76955 12.263 3.01766 12.5111 3.32372 12.5111C3.62977 12.5111 3.87788 12.263 3.87788 11.957C3.87788 11.6509 3.62977 11.4028 3.32372 11.4028C3.01766 11.4028 2.76955 11.6509 2.76955 11.957Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
|
|
10
|
+
</template>
|
|
11
|
+
|
|
12
|
+
<style scoped>
|
|
13
|
+
|
|
14
|
+
</style>
|
package/icons/ship.vue
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M27.6325 13.8287L26 13.2837V7C26 6.46957 25.7893 5.96086 25.4142 5.58579C25.0391 5.21071 24.5304 5 24 5H17V3C17 2.73478 16.8946 2.48043 16.7071 2.29289C16.5196 2.10536 16.2652 2 16 2C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3V5H8C7.46957 5 6.96086 5.21071 6.58579 5.58579C6.21072 5.96086 6 6.46957 6 7V13.2837L4.3675 13.8287C3.96906 13.9616 3.62255 14.2165 3.3771 14.5573C3.13164 14.8981 2.99971 15.3075 3 15.7275V20.0125C2.99973 20.1051 3.01278 20.1973 3.03875 20.2862C5.00375 27.1725 13.8038 29.5437 15.5475 29.9487C15.8453 30.0171 16.1547 30.0171 16.4525 29.9487C18.1963 29.5437 26.9963 27.1725 28.9613 20.2862C28.9872 20.1973 29.0003 20.1051 29 20.0125V15.7275C29.0003 15.3075 28.8684 14.8981 28.6229 14.5573C28.3775 14.2165 28.0309 13.9616 27.6325 13.8287ZM8 7H24V12.6163L16.3163 10.0513C16.111 9.98282 15.889 9.98282 15.6838 10.0513L8 12.6163V7ZM27 19.8675C26.2775 22.2425 24.4313 24.2638 21.5063 25.8825C19.7707 26.8247 17.9197 27.5365 16 28C14.0825 27.536 12.2336 26.8242 10.5 25.8825C7.57 24.2638 5.7225 22.2413 5 19.8675V15.7262L15 12.3888V21C15 21.2652 15.1054 21.5196 15.2929 21.7071C15.4804 21.8946 15.7348 22 16 22C16.2652 22 16.5196 21.8946 16.7071 21.7071C16.8946 21.5196 17 21.2652 17 21V12.3888L27 15.7275V19.8675Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
7
|
+
<circle cx="14" cy="14" r="14" fill="white"/>
|
|
8
|
+
<path class="logo" d="M19.2137 18.2816L19.8356 14.3301H15.9452V11.767C15.9452 10.6857 16.4877 9.63107 18.2302 9.63107H20V6.26699C20 6.26699 18.3945 6 16.8603 6C13.6548 6 11.5617 7.89294 11.5617 11.3184V14.3301H8V18.2816H11.5617V27.8345C12.2767 27.944 13.0082 28 13.7534 28C14.4986 28 15.2302 27.944 15.9452 27.8345V18.2816H19.2137Z" fill="#2C3E50"/>
|
|
9
|
+
</svg>
|
|
10
|
+
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
7
|
+
<rect width="28" height="28" rx="14" fill="white"/>
|
|
8
|
+
<g class="logo" fill="#2C3E50">
|
|
9
|
+
<path d="M20.125 9.1875C20.125 9.91237 19.5374 10.5 18.8125 10.5C18.0876 10.5 17.5 9.91237 17.5 9.1875C17.5 8.46263 18.0876 7.875 18.8125 7.875C19.5374 7.875 20.125 8.46263 20.125 9.1875Z" />
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 18.375C16.4162 18.375 18.375 16.4162 18.375 14C18.375 11.5838 16.4162 9.625 14 9.625C11.5838 9.625 9.625 11.5838 9.625 14C9.625 16.4162 11.5838 18.375 14 18.375ZM14 16.625C15.4497 16.625 16.625 15.4497 16.625 14C16.625 12.5503 15.4497 11.375 14 11.375C12.5503 11.375 11.375 12.5503 11.375 14C11.375 15.4497 12.5503 16.625 14 16.625Z" />
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 13.65C5.25 10.7097 5.25 9.23959 5.82222 8.11655C6.32555 7.1287 7.1287 6.32555 8.11655 5.82222C9.23959 5.25 10.7097 5.25 13.65 5.25H14.35C17.2903 5.25 18.7604 5.25 19.8835 5.82222C20.8713 6.32555 21.6744 7.1287 22.1778 8.11655C22.75 9.23959 22.75 10.7097 22.75 13.65V14.35C22.75 17.2903 22.75 18.7604 22.1778 19.8835C21.6744 20.8713 20.8713 21.6744 19.8835 22.1778C18.7604 22.75 17.2903 22.75 14.35 22.75H13.65C10.7097 22.75 9.23959 22.75 8.11655 22.1778C7.1287 21.6744 6.32555 20.8713 5.82222 19.8835C5.25 18.7604 5.25 17.2903 5.25 14.35V13.65ZM13.65 7H14.35C15.849 7 16.868 7.00136 17.6557 7.06572C18.4229 7.1284 18.8153 7.24202 19.089 7.38148C19.7475 7.71703 20.283 8.25247 20.6185 8.91103C20.758 9.18473 20.8716 9.57709 20.9343 10.3443C20.9986 11.132 21 12.151 21 13.65V14.35C21 15.849 20.9986 16.868 20.9343 17.6557C20.8716 18.4229 20.758 18.8153 20.6185 19.089C20.283 19.7475 19.7475 20.283 19.089 20.6185C18.8153 20.758 18.4229 20.8716 17.6557 20.9343C16.868 20.9986 15.849 21 14.35 21H13.65C12.151 21 11.132 20.9986 10.3443 20.9343C9.57709 20.8716 9.18473 20.758 8.91103 20.6185C8.25247 20.283 7.71703 19.7475 7.38148 19.089C7.24202 18.8153 7.1284 18.4229 7.06572 17.6557C7.00136 16.868 7 15.849 7 14.35V13.65C7 12.151 7.00136 11.132 7.06572 10.3443C7.1284 9.57709 7.24202 9.18473 7.38148 8.91103C7.71703 8.25247 8.25247 7.71703 8.91103 7.38148C9.18473 7.24202 9.57709 7.1284 10.3443 7.06572C11.132 7.00136 12.151 7 13.65 7Z" />
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
14
|
+
|
|
15
|
+
</template>
|
|
16
|
+
|
|
17
|
+
<style scoped>
|
|
18
|
+
|
|
19
|
+
</style>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
7
|
+
<circle cx="14" cy="14" r="12.25" fill="white"/>
|
|
8
|
+
<path class="logo" d="M20.1132 8.93269C20.2223 8.2279 19.5522 7.67161 18.9256 7.94675L6.44422 13.4267C5.99482 13.624 6.0277 14.3047 6.49378 14.4532L9.06775 15.2728C9.55901 15.4293 10.091 15.3484 10.5199 15.052L16.3231 11.0427C16.4981 10.9218 16.6888 11.1707 16.5393 11.3248L12.3621 15.6316C11.9569 16.0493 12.0373 16.7573 12.5247 17.0629L17.2016 19.9958C17.7261 20.3247 18.401 19.9942 18.4991 19.3604L20.1132 8.93269Z" fill="#2C3E50"/>
|
|
9
|
+
</svg>
|
|
10
|
+
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|