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
|
@@ -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" fill-rule="evenodd" clip-rule="evenodd" d="M16.855 6.15542H16.8569C16.7832 5.73905 16.8163 5.46875 16.8163 5.46875H13.8661V16.3445L13.8661 16.3593C13.8661 16.736 13.8661 17.1008 13.7333 17.4633C13.5182 18.0513 13.0585 18.582 12.4471 18.8175C11.6387 19.1285 10.986 19.1352 10.257 18.763C10.2563 18.7622 10.2556 18.7613 10.2549 18.7604C10.1564 18.7101 10.056 18.6525 9.95369 18.5877C9.07665 17.9979 8.91677 17.1137 8.92104 16.4888C9.02359 15.6396 9.37184 15.1642 10.0281 14.6769C10.0437 14.6659 10.0594 14.6553 10.0751 14.6449C10.0594 14.6553 10.0438 14.6659 10.0282 14.6769C9.37193 15.1642 9.02367 15.6396 8.92112 16.4888C8.91685 17.1137 9.07673 17.9979 9.95449 18.5873C10.0568 18.6519 10.1572 18.7095 10.2557 18.76C9.85727 18.2389 9.77074 17.6362 9.77395 17.1751C9.87615 16.326 10.2251 15.8502 10.881 15.3632C11.82 14.7028 12.9926 15.0762 12.9926 15.0762V12.2257C12.7111 12.1849 12.4263 12.168 12.1417 12.1752V11.5439C11.5911 11.4678 11.0314 11.4757 10.4834 11.5674C10.1198 11.6302 9.76426 11.7303 9.42299 11.8661C8.87585 12.0684 8.36775 12.3567 7.91959 12.7193C7.41138 13.1401 6.98339 13.6425 6.65477 14.2039C6.5305 14.4093 6.06046 15.2294 6.00313 16.5656C5.97002 17.3239 6.20788 18.1061 6.32112 18.4314V18.4338V18.4379C6.32591 18.4505 6.33161 18.4652 6.33819 18.4817C6.35099 18.5173 6.36119 18.5444 6.3678 18.562L6.36782 18.5621L6.37238 18.5743L6.3387 18.483C6.43227 18.7172 6.7028 19.3168 7.12374 19.83C7.48802 20.2711 7.91859 20.658 8.40138 20.9781C8.25069 20.8322 8.10886 20.6781 7.97656 20.5167C7.75471 20.2453 7.57493 19.9504 7.44065 19.6977C7.57496 19.9499 7.75466 20.2437 7.97598 20.5135C8.10828 20.675 8.25012 20.8291 8.4008 20.975L8.40385 20.9772C8.66679 21.2316 8.9538 21.4621 9.26119 21.6657C10.688 22.593 12.2737 22.5302 12.2737 22.5302C12.2964 22.5292 12.3237 22.5284 12.355 22.5274C12.7011 22.5169 13.5519 22.491 14.5099 22.0586C15.669 21.5357 16.3259 20.7593 16.3259 20.7593L16.3464 20.7356L16.3593 20.7208C16.5135 20.5447 16.9945 19.995 17.3155 19.1924C17.5836 18.5235 17.6716 17.7215 17.6716 17.4003V11.6326C17.7101 11.6534 18.1858 11.952 18.1858 11.952C18.1858 11.952 18.8745 12.3708 19.9459 12.6438C20.7133 12.839 21.7502 12.8796 21.7502 12.8796V10.0866C21.554 10.1064 21.2517 10.0848 20.897 10.0053V12.194C20.897 12.194 19.8605 12.1534 19.0927 11.9582C18.0213 11.6855 17.3322 11.2664 17.3322 11.2664C17.3322 11.2664 16.8569 10.9678 16.8184 10.9466V16.7137C16.8184 16.7602 16.8166 16.8167 16.8126 16.8816C16.8165 16.817 16.8183 16.7607 16.8183 16.7143V10.9459C16.8568 10.9671 17.3322 11.2657 17.3322 11.2657C17.3322 11.2657 18.0212 11.6845 19.0927 11.9575C19.8604 12.1527 20.897 12.1933 20.897 12.1933V10.0055C20.897 10.0055 20.897 10.0055 20.897 10.0055V9.40037C20.5327 9.43689 19.7939 9.32973 19.0436 8.97069C18.9269 8.91476 18.8137 8.85231 18.7046 8.78367C18.7986 8.88093 19.2793 9.36181 19.8964 9.65702C20.1646 9.78541 20.445 9.88859 20.7337 9.96518C20.4444 9.88865 20.1634 9.78542 19.8946 9.65688C19.2775 9.36166 18.7968 8.88079 18.7027 8.78352C18.3845 8.58334 18.0927 8.34705 17.8335 8.07979C17.1877 7.37203 16.9434 6.65744 16.855 6.15542ZM11.6229 19.6505C11.3584 19.5771 11.0911 19.453 10.8087 19.2741C10.6943 19.1986 10.5873 19.1137 10.4889 19.0203C10.5867 19.1135 10.6931 19.1985 10.8069 19.274C11.09 19.4532 11.3579 19.5773 11.6229 19.6505ZM7.23866 19.2796C7.2865 19.3901 7.35417 19.5353 7.44065 19.6977C7.35412 19.5349 7.28649 19.3897 7.23866 19.2796ZM7.23866 19.2796C7.20834 19.2099 7.18598 19.1543 7.17181 19.1174L7.17174 19.1156C7.18588 19.1533 7.20827 19.2095 7.23866 19.2796ZM7.17123 19.1119L7.17114 19.113C7.10773 18.9299 7.00568 18.6044 6.93392 18.2205C7.00591 18.6044 7.10804 18.9296 7.17123 19.1119ZM12.1397 14.39V12.1753L12.1401 12.1753V14.3902L12.1397 14.39ZM16.3954 18.6651C16.2822 18.9206 16.1549 19.1472 16.0315 19.3405C16.1551 19.1472 16.2824 18.9206 16.3954 18.6651ZM17.8358 8.07979C17.1898 7.37196 16.9455 6.65731 16.8572 6.15527H17.6698C17.6698 6.15527 17.5078 7.47162 18.6886 8.76612L18.705 8.78352C18.3867 8.58334 18.0949 8.34705 17.8358 8.07979Z" fill="#2C3E50"/>
|
|
9
|
+
</svg>
|
|
10
|
+
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
7
|
+
<rect width="28" height="28" rx="14" fill="white"/>
|
|
8
|
+
<path class="logo" d="M5.57456 10.2889C5.65329 9.07693 6.62772 8.12708 7.84079 8.06699C9.59739 7.97996 12.1081 7.875 13.9998 7.875C15.8915 7.875 18.4022 7.97996 20.1588 8.06699C21.3719 8.12708 22.3463 9.07693 22.425 10.2889C22.5005 11.4501 22.5748 12.8789 22.5748 14C22.5748 15.1211 22.5005 16.5499 22.425 17.7111C22.3463 18.9231 21.3719 19.8729 20.1588 19.933C18.4022 20.02 15.8915 20.125 13.9998 20.125C12.1081 20.125 9.59739 20.02 7.84079 19.933C6.62772 19.8729 5.65329 18.9231 5.57456 17.7111C5.49914 16.5499 5.4248 15.1211 5.4248 14C5.4248 12.8789 5.49914 11.4501 5.57456 10.2889Z" fill="#2C3E50"/>
|
|
9
|
+
<path d="M12.1626 11.5498V16.4498L17.0626 13.9998L12.1626 11.5498Z" fill="white"/>
|
|
10
|
+
</svg>
|
|
11
|
+
|
|
12
|
+
</template>
|
|
13
|
+
|
|
14
|
+
<style scoped>
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -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
|
+
<path d="M5.75029 3.83351C5.75029 4.10976 5.52635 4.3337 5.2501 4.3337H2.50019C2.22394 4.3337 2 4.10976 2 3.83351C2 3.55726 2.22394 3.33331 2.50019 3.33331L5.2501 3.33331C5.52635 3.33331 5.75029 3.55726 5.75029 3.83351Z" fill="currentColor"/>
|
|
8
|
+
<path d="M9.87515 7.99998C9.87515 8.27623 9.6512 8.50017 9.37495 8.50017H2.5002C2.22395 8.50017 2 8.27623 2 7.99998C2 7.72373 2.22395 7.49979 2.5002 7.49979L9.37495 7.49979C9.6512 7.49979 9.87515 7.72373 9.87515 7.99998Z" fill="currentColor"/>
|
|
9
|
+
<path d="M13.4998 12.6666C13.7761 12.6666 14 12.4427 14 12.1665C14 11.8902 13.7761 11.6663 13.4998 11.6663L2.50019 11.6663C2.22394 11.6663 2 11.8902 2 12.1665C2 12.4427 2.22394 12.6666 2.50019 12.6666L13.4998 12.6666Z" fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|
|
@@ -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
|
+
<path d="M2.50256 3.33331C2.22642 3.33331 2.00256 3.55717 2.00256 3.83331C2.00256 4.10946 2.22642 4.33331 2.50256 4.33331H13.4974C13.7735 4.33331 13.9974 4.10946 13.9974 3.83331C13.9974 3.55717 13.7735 3.33331 13.4974 3.33331H2.50256Z" fill="currentColor"/>
|
|
8
|
+
<path d="M6.12561 7.99998C6.12561 7.72384 6.34947 7.49998 6.62561 7.49998H13.4974C13.7735 7.49998 13.9974 7.72384 13.9974 7.99998C13.9974 8.27612 13.7735 8.49998 13.4974 8.49998H6.62561C6.34947 8.49998 6.12561 8.27612 6.12561 7.99998Z" fill="currentColor"/>
|
|
9
|
+
<path d="M10.2487 12.1666C10.2487 11.8905 10.4725 11.6666 10.7487 11.6666H13.4974C13.7735 11.6666 13.9974 11.8905 13.9974 12.1666C13.9974 12.4428 13.7735 12.6666 13.4974 12.6666H10.7487C10.4725 12.6666 10.2487 12.4428 10.2487 12.1666Z" fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|
|
@@ -0,0 +1,8 @@
|
|
|
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
|
+
d="M19.7196 1.03051V4.78051C19.7196 4.97942 19.6406 5.17018 19.5 5.31084C19.3593 5.45149 19.1686 5.53051 18.9696 5.53051C18.7707 5.53051 18.58 5.45149 18.4393 5.31084C18.2987 5.17018 18.2196 4.97942 18.2196 4.78051V2.84082L12.6514 8.40629C12.5079 8.52916 12.3233 8.59336 12.1346 8.58607C11.9458 8.57878 11.7668 8.50053 11.6332 8.36696C11.4996 8.23339 11.4214 8.05433 11.4141 7.86558C11.4068 7.67682 11.471 7.49226 11.5939 7.34879L17.1593 1.78051H15.2196C15.0207 1.78051 14.83 1.70149 14.6893 1.56084C14.5487 1.42018 14.4696 1.22942 14.4696 1.03051C14.4696 0.831594 14.5487 0.640829 14.6893 0.500177C14.83 0.359524 15.0207 0.280507 15.2196 0.280507H18.9696C19.1686 0.280507 19.3593 0.359524 19.5 0.500177C19.6406 0.640829 19.7196 0.831594 19.7196 1.03051ZM18.9696 14.4696C18.7707 14.4696 18.58 14.5486 18.4393 14.6892C18.2987 14.8299 18.2196 15.0207 18.2196 15.2196V17.1593L1.56128 0.500004C1.42055 0.359274 1.22968 0.280212 1.03066 0.280212C0.831637 0.280212 0.640765 0.359274 0.500035 0.500004C0.359304 0.640735 0.280243 0.831606 0.280243 1.03063C0.280243 1.22965 0.359304 1.42052 0.500035 1.56125L17.1593 18.2196H15.2196C15.0207 18.2196 14.83 18.2986 14.6893 18.4392C14.5487 18.5799 14.4696 18.7707 14.4696 18.9696C14.4696 19.1685 14.5487 19.3592 14.6893 19.4999C14.83 19.6405 15.0207 19.7196 15.2196 19.7196H18.9696C19.1686 19.7196 19.3593 19.6405 19.5 19.4999C19.6406 19.3592 19.7196 19.1685 19.7196 18.9696V15.2196C19.7196 15.0207 19.6406 14.8299 19.5 14.6892C19.3593 14.5486 19.1686 14.4696 18.9696 14.4696ZM7.34886 11.5938L0.500148 18.4387C0.359417 18.5795 0.280356 18.7703 0.280356 18.9694C0.280356 19.1684 0.359417 19.3593 0.500148 19.5C0.640878 19.6407 0.83175 19.7198 1.03077 19.7198C1.2298 19.7198 1.42067 19.6407 1.5614 19.5L8.40636 12.6513C8.52923 12.5078 8.59343 12.3233 8.58614 12.1345C8.57885 11.9457 8.5006 11.7667 8.36703 11.6331C8.23346 11.4995 8.05441 11.4213 7.86565 11.414C7.67689 11.4067 7.49234 11.4709 7.34886 11.5938Z"
|
|
5
|
+
fill="currentColor"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
defineProps<{id?:string}>()
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg
|
|
7
|
+
width="16"
|
|
8
|
+
height="16"
|
|
9
|
+
viewBox="0 0 16 16"
|
|
10
|
+
fill="none"
|
|
11
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
fill-rule="evenodd"
|
|
15
|
+
clip-rule="evenodd"
|
|
16
|
+
d="M8 1.35986C8.19931 1.35986 8.38143 1.47272 8.47013 1.65119L10.3485 5.43023L14.5504 6.04018C14.7486 6.06894 14.9131 6.20789 14.9746 6.39842C15.0361 6.58895 14.9839 6.79788 14.84 6.93708L11.8021 9.8756L12.5189 14.0261C12.5529 14.2228 12.4723 14.4218 12.311 14.5395C12.1496 14.6572 11.9355 14.6732 11.7585 14.5808L8 12.6178L4.2415 14.5808C4.0645 14.6732 3.85038 14.6572 3.68905 14.5395C3.52773 14.4218 3.44714 14.2228 3.48112 14.0261L4.19791 9.8756L1.16001 6.93708C1.0161 6.79788 0.963894 6.58895 1.02541 6.39842C1.08693 6.20789 1.25146 6.06894 1.4496 6.04018L5.65155 5.43023L7.52987 1.65119C7.61858 1.47272 7.8007 1.35986 8 1.35986Z"
|
|
17
|
+
:fill="`url(#paint0_linear_572_29334${id})`"
|
|
18
|
+
/>
|
|
19
|
+
<defs>
|
|
20
|
+
<linearGradient
|
|
21
|
+
:id="`paint0_linear_572_29334${id}`"
|
|
22
|
+
x1="8.52028"
|
|
23
|
+
y1="-8.70687"
|
|
24
|
+
x2="-4.22606"
|
|
25
|
+
y2="0.201872"
|
|
26
|
+
gradientUnits="userSpaceOnUse"
|
|
27
|
+
>
|
|
28
|
+
<stop stop-color="#FFE364" />
|
|
29
|
+
<stop
|
|
30
|
+
offset="1"
|
|
31
|
+
stop-color="#FBC920"
|
|
32
|
+
/>
|
|
33
|
+
</linearGradient>
|
|
34
|
+
</defs>
|
|
35
|
+
</svg>
|
|
36
|
+
</template>
|
|
37
|
+
|
|
38
|
+
<style scoped>
|
|
39
|
+
|
|
40
|
+
</style>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
defineProps<{id?:string}>()
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.35986C8.19931 1.35986 8.38143 1.47272 8.47013 1.65119L10.3485 5.43023L14.5504 6.04018C14.7486 6.06894 14.9131 6.20789 14.9746 6.39842C15.0361 6.58895 14.9839 6.79788 14.84 6.93708L11.8021 9.8756L12.5189 14.0261C12.5529 14.2228 12.4723 14.4218 12.311 14.5395C12.1496 14.6572 11.9355 14.6732 11.7585 14.5808L8 12.6178L4.2415 14.5808C4.0645 14.6732 3.85038 14.6572 3.68905 14.5395C3.52773 14.4218 3.44714 14.2228 3.48112 14.0261L4.19791 9.8756L1.16001 6.93708C1.0161 6.79788 0.963894 6.58895 1.02541 6.39842C1.08693 6.20789 1.25146 6.06894 1.4496 6.04018L5.65155 5.43023L7.52987 1.65119C7.61858 1.47272 7.8007 1.35986 8 1.35986Z" fill="currentColor" fill-opacity="0.1"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.00007 1.35986C8.00005 1.35986 8.00003 1.35986 8 1.35986C7.8007 1.35986 7.61858 1.47272 7.52987 1.65119L5.65155 5.43023L1.4496 6.04018C1.25146 6.06894 1.08693 6.20789 1.02541 6.39842C0.963894 6.58895 1.0161 6.79788 1.16001 6.93708L4.19791 9.8756L3.48112 14.0261C3.44714 14.2228 3.52773 14.4218 3.68905 14.5395C3.85038 14.6572 4.0645 14.6732 4.2415 14.5808L8 12.6178L8.00007 12.6179V1.35986Z" :fill="`url(#paint0_linear_572_29337${id})`"/>
|
|
9
|
+
<defs>
|
|
10
|
+
<linearGradient :id="`paint0_linear_572_29337${id}`" x1="4.76018" y1="-8.70687" x2="-3.69389" y2="-5.75246" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop stop-color="#FFE364"/>
|
|
12
|
+
<stop offset="1" stop-color="#FBC920"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
17
|
+
|
|
18
|
+
<style scoped>
|
|
19
|
+
|
|
20
|
+
</style>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg
|
|
7
|
+
width="16"
|
|
8
|
+
height="16"
|
|
9
|
+
viewBox="0 0 16 16"
|
|
10
|
+
fill="none"
|
|
11
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
fill-rule="evenodd"
|
|
15
|
+
clip-rule="evenodd"
|
|
16
|
+
d="M8 1.35986C8.19931 1.35986 8.38143 1.47272 8.47013 1.65119L10.3485 5.43023L14.5504 6.04018C14.7486 6.06894 14.9131 6.20789 14.9746 6.39842C15.0361 6.58895 14.9839 6.79788 14.84 6.93708L11.8021 9.8756L12.5189 14.0261C12.5529 14.2228 12.4723 14.4218 12.311 14.5395C12.1496 14.6572 11.9355 14.6732 11.7585 14.5808L8 12.6178L4.2415 14.5808C4.0645 14.6732 3.85038 14.6572 3.68905 14.5395C3.52773 14.4218 3.44714 14.2228 3.48112 14.0261L4.19791 9.8756L1.16001 6.93708C1.0161 6.79788 0.963894 6.58895 1.02541 6.39842C1.08693 6.20789 1.25146 6.06894 1.4496 6.04018L5.65155 5.43023L7.52987 1.65119C7.61858 1.47272 7.8007 1.35986 8 1.35986Z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
fill-opacity="0.1"
|
|
19
|
+
/>
|
|
20
|
+
</svg>
|
|
21
|
+
</template>
|
|
22
|
+
|
|
23
|
+
<style scoped>
|
|
24
|
+
|
|
25
|
+
</style>
|
package/icons/sun.vue
ADDED
|
@@ -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 opacity="0.4" d="M7.99998 12.6666C10.5773 12.6666 12.6666 10.5772 12.6666 7.99992C12.6666 5.42259 10.5773 3.33325 7.99998 3.33325C5.42265 3.33325 3.33331 5.42259 3.33331 7.99992C3.33331 10.5772 5.42265 12.6666 7.99998 12.6666Z" fill="#FBC920"/>
|
|
8
|
+
<path d="M8.00002 15.3067C7.63335 15.3067 7.33335 15.0334 7.33335 14.6667V14.6134C7.33335 14.2467 7.63335 13.9467 8.00002 13.9467C8.36669 13.9467 8.66669 14.2467 8.66669 14.6134C8.66669 14.9801 8.36669 15.3067 8.00002 15.3067ZM12.76 13.4267C12.5867 13.4267 12.42 13.3601 12.2867 13.2334L12.2 13.1467C11.94 12.8867 11.94 12.4667 12.2 12.2067C12.46 11.9467 12.88 11.9467 13.14 12.2067L13.2267 12.2934C13.4867 12.5534 13.4867 12.9734 13.2267 13.2334C13.1 13.3601 12.9334 13.4267 12.76 13.4267ZM3.24002 13.4267C3.06669 13.4267 2.90002 13.3601 2.76669 13.2334C2.50669 12.9734 2.50669 12.5534 2.76669 12.2934L2.85335 12.2067C3.11335 11.9467 3.53335 11.9467 3.79335 12.2067C4.05335 12.4667 4.05335 12.8867 3.79335 13.1467L3.70669 13.2334C3.58002 13.3601 3.40669 13.4267 3.24002 13.4267ZM14.6667 8.66675H14.6134C14.2467 8.66675 13.9467 8.36675 13.9467 8.00008C13.9467 7.63341 14.2467 7.33342 14.6134 7.33342C14.98 7.33342 15.3067 7.63341 15.3067 8.00008C15.3067 8.36675 15.0334 8.66675 14.6667 8.66675ZM1.38669 8.66675H1.33335C0.966687 8.66675 0.666687 8.36675 0.666687 8.00008C0.666687 7.63341 0.966687 7.33342 1.33335 7.33342C1.70002 7.33342 2.02669 7.63341 2.02669 8.00008C2.02669 8.36675 1.75335 8.66675 1.38669 8.66675ZM12.6734 3.99341C12.5 3.99341 12.3334 3.92675 12.2 3.80008C11.94 3.54008 11.94 3.12008 12.2 2.86008L12.2867 2.77341C12.5467 2.51341 12.9667 2.51341 13.2267 2.77341C13.4867 3.03341 13.4867 3.45341 13.2267 3.71341L13.14 3.80008C13.0134 3.92675 12.8467 3.99341 12.6734 3.99341ZM3.32669 3.99341C3.15335 3.99341 2.98669 3.92675 2.85335 3.80008L2.76669 3.70675C2.50669 3.44675 2.50669 3.02675 2.76669 2.76675C3.02669 2.50675 3.44669 2.50675 3.70669 2.76675L3.79335 2.85342C4.05335 3.11342 4.05335 3.53341 3.79335 3.79341C3.66669 3.92675 3.49335 3.99341 3.32669 3.99341ZM8.00002 2.02675C7.63335 2.02675 7.33335 1.75341 7.33335 1.38675V1.33341C7.33335 0.966748 7.63335 0.666748 8.00002 0.666748C8.36669 0.666748 8.66669 0.966748 8.66669 1.33341C8.66669 1.70008 8.36669 2.02675 8.00002 2.02675Z" fill="#FBC920"/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
11
|
+
|
|
12
|
+
<style scoped>
|
|
13
|
+
|
|
14
|
+
</style>
|
package/icons/sviazi.vue
ADDED
|
@@ -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="M2.05011 1.52465C2.05011 1.23493 1.81506 1.00006 1.52512 1.00006C1.23517 1.00006 1.00012 1.23493 1.00012 1.52465V12.5657C1.00012 12.8554 1.23517 13.0903 1.52512 13.0903H4.59733V13.7759C4.59733 14.4519 5.14578 14.9999 5.82232 14.9999H13.775C14.4516 14.9999 15 14.4519 15 13.7759V11.3072C15 10.6312 14.4516 10.0832 13.775 10.0832H5.82232C5.14578 10.0832 4.59733 10.6312 4.59733 11.3072V12.0411H2.05011V6.79275H4.59733V7.50139C4.59733 8.17741 5.14578 8.72543 5.82232 8.72543H13.775C14.4516 8.72543 15 8.17741 15 7.50139V5.03272C15 4.3567 14.4516 3.80868 13.775 3.80868H5.82232C5.14578 3.80868 4.59733 4.3567 4.59733 5.03272V5.74357H2.05011V1.52465ZM5.82232 4.85786C5.72567 4.85786 5.64732 4.93615 5.64732 5.03272V7.50139C5.64732 7.59796 5.72567 7.67625 5.82232 7.67625H13.775C13.8717 7.67625 13.95 7.59796 13.95 7.50139V5.03272C13.95 4.93615 13.8717 4.85786 13.775 4.85786H5.82232ZM5.82232 11.1324C5.72567 11.1324 5.64732 11.2107 5.64732 11.3072V13.7759C5.64732 13.8725 5.72567 13.9508 5.82232 13.9508H13.775C13.8717 13.9508 13.95 13.8725 13.95 13.7759V11.3072C13.95 11.2107 13.8717 11.1324 13.775 11.1324H5.82232Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
package/icons/tag.vue
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg
|
|
7
|
+
width="24"
|
|
8
|
+
height="24"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
fill="none"
|
|
11
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
fill-rule="evenodd"
|
|
15
|
+
clip-rule="evenodd"
|
|
16
|
+
d="M3.5167 9.5L14.424 20.4073C14.4835 20.4667 14.5642 20.5001 14.6482 20.5001C14.7323 20.5001 14.8129 20.4667 14.8724 20.4073L20.4073 14.8724C20.4667 14.8129 20.5001 14.7323 20.5001 14.6482C20.5001 14.5642 20.4667 14.4835 20.4073 14.424L9.5 3.5167L4.31538 4.31538L3.5167 9.5ZM15.9328 21.4683L21.4683 15.9328C21.8086 15.592 22.0001 15.1298 22.0001 14.6482C22.0001 14.1667 21.809 13.7048 21.4687 13.364L10.4872 2.3826C10.3585 2.25018 10.2024 2.14757 10.0296 2.08205C9.85369 2.01532 9.66506 1.98876 9.47754 2.00433C9.46009 2.00577 9.44269 2.00783 9.42539 2.0105L4.00426 2.84561C3.70637 2.87204 3.42665 3.00234 3.21449 3.21449C3.00234 3.42665 2.87204 3.70637 2.84561 4.00426L2.0105 9.42539C2.00783 9.44269 2.00577 9.46009 2.00433 9.47754C1.98876 9.66506 2.01532 9.85369 2.08205 10.0296C2.14757 10.2024 2.25018 10.3585 2.3826 10.4872L13.3637 21.4683C13.7044 21.8086 14.1667 22.0001 14.6482 22.0001C15.1298 22.0001 15.592 21.8086 15.9328 21.4683Z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
fill-rule="evenodd"
|
|
21
|
+
clip-rule="evenodd"
|
|
22
|
+
d="M7.10027 7.88876C7.10027 7.45329 7.45329 7.10027 7.88876 7.10027C8.32423 7.10027 8.67725 7.45329 8.67725 7.88876C8.67725 8.32423 8.32423 8.67725 7.88876 8.67725C7.45329 8.67725 7.10027 8.32423 7.10027 7.88876ZM7.88876 10.1003C9.11014 10.1003 10.1003 9.11014 10.1003 7.88876C10.1003 6.66738 9.11014 5.67725 7.88876 5.67725C6.66737 5.67725 5.67725 6.66737 5.67725 7.88876C5.67725 9.11014 6.66738 10.1003 7.88876 10.1003Z"
|
|
23
|
+
fill="currentColor"
|
|
24
|
+
/>
|
|
25
|
+
</svg>
|
|
26
|
+
</template>
|
|
27
|
+
|
|
28
|
+
<style scoped>
|
|
29
|
+
|
|
30
|
+
</style>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M4.60806 15.8031C3.9218 15.6598 3.454 15.4753 3.20574 15.3118C3.36122 15.2095 3.61289 15.0926 3.9718 14.9821C4.75299 14.7417 5.87784 14.5817 7.1529 14.5817C8.42796 14.5817 9.55282 14.7417 10.334 14.9821C10.6929 15.0926 10.9445 15.2095 11.1 15.3118C10.9445 15.414 10.6929 15.531 10.334 15.6414C9.55282 15.8818 8.42796 16.0419 7.1529 16.0419C6.19699 16.0419 5.32028 15.9519 4.60806 15.8031ZM1.60155 15.4679C1.59518 15.4174 1.59182 15.3654 1.59182 15.3118C1.59182 14.7522 1.95824 14.3619 2.27878 14.1287C2.61575 13.8835 3.0551 13.694 3.5305 13.5477C4.49048 13.2522 5.77103 13.0808 7.1529 13.0808C8.53478 13.0808 9.81532 13.2522 10.7753 13.5477C11.2507 13.694 11.6901 13.8835 12.027 14.1287C12.3476 14.3619 12.714 14.7522 12.714 15.3118C12.714 15.3654 12.7106 15.4174 12.7043 15.4679C12.9096 15.5584 13.0992 15.6561 13.2699 15.761C13.7567 16.0602 14.3009 16.5546 14.3009 17.2806C14.3009 17.9076 13.8901 18.3622 13.4892 18.6538C13.072 18.9575 12.5164 19.1996 11.8974 19.3901C10.6503 19.7739 8.97298 19.9999 7.15289 19.9999C5.77894 19.9999 4.4918 19.8712 3.41127 19.6455C2.35263 19.4244 1.41512 19.0947 0.802442 18.6435C0.40723 18.3525 0.00488281 17.9008 0.00488281 17.2806C0.00488281 16.5546 0.549114 16.0602 1.03592 15.761C1.2066 15.6561 1.39618 15.5584 1.60155 15.4679ZM11.7159 16.691C11.437 16.8444 11.1154 16.9712 10.7753 17.0759C9.81532 17.3713 8.53478 17.5427 7.1529 17.5427C6.10881 17.5427 5.12803 17.4449 4.30133 17.2722C3.65705 17.1377 3.05673 16.9477 2.58997 16.691C2.27131 16.8027 2.01408 16.9213 1.82156 17.0396C1.6353 17.1541 1.55607 17.2373 1.5235 17.2806C1.55055 17.3152 1.60177 17.3684 1.69216 17.4349C2.04467 17.6946 2.73008 17.97 3.71801 18.1764C4.68405 18.3781 5.86711 18.4991 7.15289 18.4991C8.86617 18.4991 10.3878 18.2844 11.4561 17.9556C11.9949 17.7898 12.3763 17.6077 12.6065 17.4402C12.7068 17.3672 12.7575 17.3134 12.7825 17.2809C12.7501 17.2377 12.6709 17.1544 12.4842 17.0396C12.2917 16.9213 12.0345 16.8028 11.7159 16.691Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
7
|
+
d="M6.96823 6.04202C7.42758 6.35797 7.90846 6.76114 8.37057 7.22332C8.8326 7.68544 9.23565 8.16635 9.55152 8.62572L12.7671 5.40955L13.2369 5.61632C13.3207 5.65321 13.3913 5.67859 13.4485 5.69497C13.4579 5.69765 13.4667 5.70003 13.475 5.70215L14.0774 5.09957C14.0531 5.00447 13.9992 4.86029 13.8975 4.66809C13.6503 4.20109 13.2007 3.59947 12.5971 2.99582C11.9936 2.39217 11.3921 1.94251 10.9252 1.69528C10.733 1.59352 10.5889 1.53959 10.4938 1.51526L9.89131 2.11784C9.89342 2.12608 9.8958 2.13489 9.89849 2.14428C9.91486 2.20148 9.94023 2.2721 9.97712 2.35594L10.1839 2.82582L6.96823 6.04202ZM9.98959 11.3107C9.98589 11.3145 9.98214 11.3183 9.97836 11.3221C9.62862 11.6719 9.16744 11.6752 8.87025 11.6283C8.553 11.5783 8.22317 11.4448 7.91129 11.2797C7.27905 10.9449 6.55942 10.3932 5.88036 9.71398C5.36644 9.19997 4.92938 8.66667 4.60347 8.16863C4.28981 7.68931 4.03509 7.17655 3.96464 6.71259C3.92045 6.42154 3.92638 5.97606 4.25595 5.63222C4.26131 5.62651 4.26679 5.62086 4.27237 5.61528L5.12986 4.75764C5.42678 4.46067 5.80823 4.4143 6.08424 4.43369C6.19065 4.44117 6.29751 4.459 6.40335 4.4845L8.42963 2.45785C8.40413 2.352 8.38631 2.24512 8.37883 2.13869C8.35944 1.86263 8.4058 1.48111 8.70272 1.18413L9.56021 0.326489C9.90994 -0.0233076 10.3711 -0.0266916 10.6683 0.020203C10.9856 0.0702627 11.3154 0.203717 11.6273 0.368859C12.2595 0.703635 12.9791 1.25538 13.6582 1.93457C14.3373 2.61375 14.8889 3.33351 15.2236 3.96586C15.3887 4.2778 15.5222 4.60769 15.5722 4.925C15.6191 5.22225 15.6157 5.6835 15.266 6.0333L14.4085 6.89094C14.1116 7.18792 13.7301 7.23429 13.4541 7.21489C13.3477 7.20741 13.2409 7.18958 13.135 7.16408L12.6524 7.64678L19.7851 14.7808C20.0781 15.0738 20.0781 15.549 19.7851 15.842C19.4921 16.1351 19.0171 16.1351 18.7241 15.842L11.5913 8.70803L11.1087 9.19073C11.1342 9.29658 11.1521 9.40346 11.1595 9.50989C11.1789 9.78595 11.1326 10.1675 10.8356 10.4645L9.98959 11.3107ZM5.85902 7.34672C5.77262 7.21469 5.70205 7.09486 5.64523 6.98812C6.11105 7.23621 6.70928 7.68424 7.3095 8.28457C7.90976 8.88494 8.35772 9.4833 8.60576 9.94921C8.13993 9.70113 7.54167 9.25309 6.94142 8.65272C6.48985 8.20108 6.12088 7.74688 5.85902 7.34672Z"
|
|
8
|
+
fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
|
|
11
|
+
</template>
|
|
@@ -0,0 +1,6 @@
|
|
|
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="M15.4595 4.23587C13.7852 3.48985 11.9147 3.30504 10.1268 3.70899C8.33887 4.11294 6.72945 5.08401 5.53854 6.47738C4.34763 7.87074 3.63903 9.61175 3.51843 11.4407C3.39782 13.2697 3.87168 15.0887 4.86932 16.6264C5.86696 18.1641 7.33493 19.338 9.0543 19.9733C10.7737 20.6085 12.6523 20.6709 14.4101 20.1512C16.1678 19.6315 17.7104 18.5575 18.8079 17.0894C19.9054 15.6213 20.499 13.8378 20.5 12.0049V11.1543C20.5 10.7401 20.8358 10.4043 21.25 10.4043C21.6642 10.4043 22 10.7401 22 11.1543V12.0053C21.9988 14.1617 21.3005 16.2604 20.0093 17.9875C18.7182 19.7147 16.9033 20.9782 14.8354 21.5896C12.7674 22.201 10.5573 22.1276 8.53447 21.3803C6.51168 20.633 4.78465 19.2518 3.61096 17.4428C2.43727 15.6338 1.87979 13.4938 2.02168 11.342C2.16356 9.19029 2.99721 7.14205 4.39828 5.5028C5.79935 3.86354 7.69279 2.72111 9.79619 2.24587C11.8996 1.77063 14.1003 1.98806 16.07 2.86572C16.4484 3.03431 16.6184 3.47769 16.4498 3.85605C16.2812 4.2344 15.8379 4.40445 15.4595 4.23587Z" fill="currentColor"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.7801 4.06938C22.0731 4.36213 22.0733 4.837 21.7806 5.13004L12.5306 14.3893C12.39 14.5301 12.1992 14.6092 12.0002 14.6092C11.8012 14.6093 11.6104 14.5303 11.4697 14.3896L8.69468 11.6146C8.40178 11.3217 8.40178 10.8468 8.69468 10.5539C8.98757 10.261 9.46244 10.261 9.75534 10.5539L11.9997 12.7983L20.7194 4.06991C21.0122 3.77687 21.487 3.77663 21.7801 4.06938Z" fill="currentColor"/>
|
|
5
|
+
</svg>
|
|
6
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
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="M21.8346 18.9914L13.328 3.75363C13.1982 3.52672 13.001 3.3363 12.7581 3.20333C12.5153 3.07036 12.2361 3 11.9515 3C11.6668 3 11.3877 3.07036 11.1448 3.20333C10.9019 3.3363 10.7048 3.52672 10.575 3.75363L2.06841 18.9914C1.94976 19.2023 1.89328 19.4368 1.90431 19.6727C1.91534 19.9087 1.99353 20.1381 2.13145 20.3394C2.26937 20.5406 2.46244 20.707 2.69232 20.8226C2.92221 20.9382 3.18127 20.9993 3.44492 21H20.458C20.7217 20.9993 20.9808 20.9382 21.2106 20.8226C21.4405 20.707 21.6336 20.5406 21.7715 20.3394C21.9094 20.1381 21.9876 19.9087 21.9987 19.6727C22.0097 19.4368 21.9532 19.2023 21.8346 18.9914ZM20.4006 19.5L12.0372 4.51872C12.0214 4.51021 11.9912 4.5 11.9515 4.5C11.9118 4.5 11.8816 4.51021 11.8658 4.51872L3.50238 19.5H20.4006Z" fill="#E74135"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 8.5C12.4142 8.5 12.75 8.83579 12.75 9.25V13.748C12.75 14.1623 12.4142 14.498 12 14.498C11.5858 14.498 11.25 14.1623 11.25 13.748V9.25C11.25 8.83579 11.5858 8.5 12 8.5Z" fill="#E74135"/>
|
|
5
|
+
<path d="M12.75 16.75C12.75 17.1642 12.4142 17.5 12 17.5C11.5858 17.5 11.25 17.1642 11.25 16.75C11.25 16.3358 11.5858 16 12 16C12.4142 16 12.75 16.3358 12.75 16.75Z" fill="#E74135"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
package/icons/trash.vue
ADDED
|
@@ -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="M6.65891 2.62092C7.0169 2.25375 7.49957 2.05 7.99995 2.05C8.50034 2.05 8.98301 2.25375 9.341 2.62092C9.6933 2.98225 9.89607 3.47279 9.9029 3.98845H6.09701C6.10384 3.47279 6.30661 2.98225 6.65891 2.62092ZM5.56896 5.03845L5.57183 5.03845L5.5747 5.03845H10.4252L10.4281 5.03845L10.4309 5.03845H11.8456V13.4788C11.8456 13.608 11.7954 13.7293 11.7102 13.8167C11.6254 13.9036 11.5133 13.95 11.3993 13.95H4.60058C4.48658 13.95 4.37447 13.9036 4.2897 13.8167C4.20449 13.7293 4.15433 13.608 4.15433 13.4788V5.03845H5.56896ZM5.04695 3.98845C5.05382 3.20262 5.36106 2.44797 5.90711 1.88791C6.45985 1.32101 7.21239 1 7.99995 1C8.78752 1 9.54006 1.32101 10.0928 1.88791C10.6389 2.44797 10.9461 3.20262 10.953 3.98845H12.3706H13.8274C14.1174 3.98845 14.3524 4.2235 14.3524 4.51345C14.3524 4.8034 14.1174 5.03845 13.8274 5.03845H12.8956V13.4788C12.8956 13.878 12.7411 14.2635 12.462 14.5497C12.1825 14.8364 11.8005 15 11.3993 15H4.60058C4.1994 15 3.81742 14.8364 3.53791 14.5497C3.25883 14.2635 3.10433 13.878 3.10433 13.4788V5.03845H2.17246C1.88251 5.03845 1.64746 4.8034 1.64746 4.51345C1.64746 4.2235 1.88251 3.98845 2.17246 3.98845H3.62933H5.04695ZM6.54308 6.97839C6.83303 6.97839 7.06808 7.21344 7.06808 7.50339V11.4895C7.06808 11.7794 6.83303 12.0145 6.54308 12.0145C6.25313 12.0145 6.01808 11.7794 6.01808 11.4895V7.50339C6.01808 7.21344 6.25313 6.97839 6.54308 6.97839ZM9.98182 7.50339C9.98182 7.21344 9.74677 6.97839 9.45682 6.97839C9.16687 6.97839 8.93182 7.21344 8.93182 7.50339V11.4895C8.93182 11.7794 9.16687 12.0145 9.45682 12.0145C9.74677 12.0145 9.98182 11.7794 9.98182 11.4895V7.50339Z" fill="currentColor"/>
|
|
8
|
+
</svg>
|
|
9
|
+
</template>
|
|
10
|
+
|
|
11
|
+
<style scoped>
|
|
12
|
+
|
|
13
|
+
</style>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M3.73504 0.999999C4.50484 -0.333334 6.42934 -0.333333 7.19914 1L10.6632 7C11.433 8.33333 10.4708 10 8.93119 10H2.00298C0.463382 10 -0.498867 8.33333 0.270933 7L3.73504 0.999999Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
<path
|
|
7
|
+
d="M4.16805 1.25C4.7454 0.25 6.18877 0.25 6.76612 1.25L10.2302 7.25C10.8076 8.25 10.0859 9.5 8.93119 9.5H2.00298C0.848283 9.5 0.126595 8.25 0.703946 7.25L4.16805 1.25Z"
|
|
8
|
+
stroke="currentColor" stroke-opacity="1"/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
package/icons/truck.vue
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 42 30" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M41.5253 11.1094L39.1191 5.09375C38.9149 4.58478 38.5627 4.14883 38.1079 3.84238C37.6531 3.53594 37.1168 3.37311 36.5684 3.375H30.625V2C30.625 1.63533 30.4801 1.28559 30.2223 1.02773C29.9644 0.769866 29.6147 0.625 29.25 0.625H3.125C2.39565 0.625 1.69618 0.914731 1.18046 1.43046C0.664731 1.94618 0.375 2.64565 0.375 3.375V22.625C0.375 23.3543 0.664731 24.0538 1.18046 24.5695C1.69618 25.0853 2.39565 25.375 3.125 25.375H6.04688C6.34979 26.5581 7.03784 27.6067 8.00255 28.3555C8.96726 29.1043 10.1538 29.5108 11.375 29.5108C12.5962 29.5108 13.7827 29.1043 14.7474 28.3555C15.7122 27.6067 16.4002 26.5581 16.7031 25.375H25.2969C25.5998 26.5581 26.2878 27.6067 27.2526 28.3555C28.2173 29.1043 29.4038 29.5108 30.625 29.5108C31.8462 29.5108 33.0327 29.1043 33.9974 28.3555C34.9622 27.6067 35.6502 26.5581 35.9531 25.375H38.875C39.6043 25.375 40.3038 25.0853 40.8195 24.5695C41.3353 24.0538 41.625 23.3543 41.625 22.625V11.625C41.6255 11.4483 41.5916 11.2732 41.5253 11.1094ZM30.625 6.125H36.5684L38.2184 10.25H30.625V6.125ZM3.125 3.375H27.875V14.375H3.125V3.375ZM11.375 26.75C10.8311 26.75 10.2994 26.5887 9.84718 26.2865C9.39495 25.9844 9.04247 25.5549 8.83433 25.0524C8.62619 24.5499 8.57173 23.997 8.67784 23.4635C8.78395 22.9301 9.04586 22.4401 9.43046 22.0555C9.81505 21.6709 10.3051 21.4089 10.8385 21.3028C11.3719 21.1967 11.9249 21.2512 12.4274 21.4593C12.9299 21.6675 13.3594 22.0199 13.6615 22.4722C13.9637 22.9244 14.125 23.4561 14.125 24C14.125 24.7293 13.8353 25.4288 13.3195 25.9445C12.8038 26.4603 12.1043 26.75 11.375 26.75ZM25.2969 22.625H16.7031C16.4002 21.4419 15.7122 20.3933 14.7474 19.6445C13.7827 18.8957 12.5962 18.4892 11.375 18.4892C10.1538 18.4892 8.96726 18.8957 8.00255 19.6445C7.03784 20.3933 6.34979 21.4419 6.04688 22.625H3.125V17.125H27.875V19.2408C27.2427 19.6062 26.6893 20.0936 26.2467 20.6745C25.8042 21.2554 25.4813 21.9184 25.2969 22.625ZM30.625 26.75C30.0811 26.75 29.5494 26.5887 29.0972 26.2865C28.6449 25.9844 28.2925 25.5549 28.0843 25.0524C27.8762 24.5499 27.8217 23.997 27.9278 23.4635C28.0339 22.9301 28.2959 22.4401 28.6805 22.0555C29.0651 21.6709 29.5551 21.4089 30.0885 21.3028C30.622 21.1967 31.1749 21.2512 31.6774 21.4593C32.1799 21.6675 32.6094 22.0199 32.9115 22.4722C33.2137 22.9244 33.375 23.4561 33.375 24C33.375 24.7293 33.0853 25.4288 32.5695 25.9445C32.0538 26.4603 31.3543 26.75 30.625 26.75ZM38.875 22.625H35.9531C35.6466 21.4448 34.9572 20.3996 33.9931 19.6532C33.0289 18.9067 31.8444 18.5012 30.625 18.5V13H38.875V22.625Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</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="M26 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H26C26.5304 28 27.0391 27.7893 27.4142 27.4142C27.7893 27.0391 28 26.5304 28 26V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM12 15C12 14.2089 12.2346 13.4355 12.6741 12.7777C13.1136 12.1199 13.7384 11.6072 14.4693 11.3045C15.2002 11.0017 16.0044 10.9225 16.7804 11.0769C17.5563 11.2312 18.269 11.6122 18.8284 12.1716C19.3878 12.731 19.7688 13.4437 19.9231 14.2196C20.0775 14.9956 19.9983 15.7998 19.6955 16.5307C19.3928 17.2616 18.8801 17.8864 18.2223 18.3259C17.5645 18.7654 16.7911 19 16 19C14.9391 19 13.9217 18.5786 13.1716 17.8284C12.4214 17.0783 12 16.0609 12 15ZM8.58375 26C9.09548 24.7402 9.91818 23.6306 10.975 22.775C12.3979 21.6264 14.1714 20.9999 16 20.9999C17.8286 20.9999 19.6021 21.6264 21.025 22.775C22.0818 23.6306 22.9045 24.7402 23.4163 26H8.58375ZM26 26H25.5413C25.0966 24.5846 24.3422 23.286 23.3329 22.1986C22.3236 21.1112 21.0847 20.2624 19.7062 19.7138C20.6876 18.9429 21.4042 17.8853 21.7562 16.6882C22.1083 15.491 22.0784 14.2139 21.6706 13.0345C21.2628 11.8552 20.4974 10.8323 19.481 10.1083C18.4647 9.38438 17.2479 8.99531 16 8.99531C14.7521 8.99531 13.5353 9.38438 12.519 10.1083C11.5026 10.8323 10.7372 11.8552 10.3294 13.0345C9.92164 14.2139 9.89169 15.491 10.2438 16.6882C10.5958 17.8853 11.3124 18.9429 12.2937 19.7138C10.9153 20.2624 9.67641 21.1112 8.66709 22.1986C7.65777 23.286 6.90339 24.5846 6.45875 26H6V6H26V26Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
package/icons/user.vue
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="currentColor"
|
|
4
|
+
height="17"
|
|
5
|
+
viewBox="0 0 16 17"
|
|
6
|
+
width="16"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
clip-rule="evenodd"
|
|
11
|
+
d="M2.71613 11.1299C3.35427 10.4918 4.21978 10.1333 5.12225 10.1333H10.8778C11.7803 10.1333 12.6458 10.4918 13.2839 11.1299C13.9221 11.7681 14.2806 12.6336 14.2806 13.5361V14.9749C14.2806 15.2649 14.0455 15.4999 13.7556 15.4999C13.4656 15.4999 13.2306 15.2649 13.2306 14.9749V13.5361C13.2306 12.9121 12.9827 12.3136 12.5414 11.8724C12.1002 11.4312 11.5018 11.1833 10.8778 11.1833H5.12225C4.49826 11.1833 3.89982 11.4312 3.45859 11.8724C3.01736 12.3136 2.76948 12.9121 2.76948 13.5361V14.9749C2.76948 15.2649 2.53443 15.4999 2.24448 15.4999C1.95453 15.4999 1.71948 15.2649 1.71948 14.9749V13.5361C1.71948 12.6336 2.07799 11.7681 2.71613 11.1299Z"
|
|
12
|
+
fill="currentColor"
|
|
13
|
+
fill-rule="evenodd"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
clip-rule="evenodd"
|
|
17
|
+
d="M8.00002 2.55C6.70062 2.55 5.64725 3.60337 5.64725 4.90277C5.64725 6.20217 6.70062 7.25554 8.00002 7.25554C9.29942 7.25554 10.3528 6.20217 10.3528 4.90277C10.3528 3.60337 9.29942 2.55 8.00002 2.55ZM4.59725 4.90277C4.59725 3.02347 6.12072 1.5 8.00002 1.5C9.87932 1.5 11.4028 3.02347 11.4028 4.90277C11.4028 6.78207 9.87932 8.30554 8.00002 8.30554C6.12072 8.30554 4.59725 6.78207 4.59725 4.90277Z"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
fill-rule="evenodd"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
</template>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 34 34" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M33.5 3.25V8.0625C33.5 8.42717 33.3551 8.77691 33.0973 9.03477C32.8394 9.29263 32.4897 9.4375 32.125 9.4375C31.7603 9.4375 31.4106 9.29263 31.1527 9.03477C30.8949 8.77691 30.75 8.42717 30.75 8.0625V3.25H25.9375C25.5728 3.25 25.2231 3.10513 24.9652 2.84727C24.7074 2.58941 24.5625 2.23967 24.5625 1.875C24.5625 1.51033 24.7074 1.16059 24.9652 0.902728C25.2231 0.644866 25.5728 0.5 25.9375 0.5H30.75C31.4793 0.5 32.1788 0.789731 32.6945 1.30546C33.2103 1.82118 33.5 2.52065 33.5 3.25ZM32.125 24.5625C31.7603 24.5625 31.4106 24.7074 31.1527 24.9652C30.8949 25.2231 30.75 25.5728 30.75 25.9375V30.75H25.9375C25.5728 30.75 25.2231 30.8949 24.9652 31.1527C24.7074 31.4106 24.5625 31.7603 24.5625 32.125C24.5625 32.4897 24.7074 32.8394 24.9652 33.0973C25.2231 33.3551 25.5728 33.5 25.9375 33.5H30.75C31.4793 33.5 32.1788 33.2103 32.6945 32.6945C33.2103 32.1788 33.5 31.4793 33.5 30.75V25.9375C33.5 25.5728 33.3551 25.2231 33.0973 24.9652C32.8394 24.7074 32.4897 24.5625 32.125 24.5625ZM8.0625 30.75H3.25V25.9375C3.25 25.5728 3.10513 25.2231 2.84727 24.9652C2.58941 24.7074 2.23967 24.5625 1.875 24.5625C1.51033 24.5625 1.16059 24.7074 0.902728 24.9652C0.644866 25.2231 0.5 25.5728 0.5 25.9375V30.75C0.5 31.4793 0.789731 32.1788 1.30546 32.6945C1.82118 33.2103 2.52065 33.5 3.25 33.5H8.0625C8.42717 33.5 8.77691 33.3551 9.03477 33.0973C9.29263 32.8394 9.4375 32.4897 9.4375 32.125C9.4375 31.7603 9.29263 31.4106 9.03477 31.1527C8.77691 30.8949 8.42717 30.75 8.0625 30.75ZM1.875 9.4375C2.23967 9.4375 2.58941 9.29263 2.84727 9.03477C3.10513 8.77691 3.25 8.42717 3.25 8.0625V3.25H8.0625C8.42717 3.25 8.77691 3.10513 9.03477 2.84727C9.29263 2.58941 9.4375 2.23967 9.4375 1.875C9.4375 1.51033 9.29263 1.16059 9.03477 0.902728C8.77691 0.644866 8.42717 0.5 8.0625 0.5H3.25C2.52065 0.5 1.82118 0.789731 1.30546 1.30546C0.789731 1.82118 0.5 2.52065 0.5 3.25V8.0625C0.5 8.42717 0.644866 8.77691 0.902728 9.03477C1.16059 9.29263 1.51033 9.4375 1.875 9.4375ZM25.25 25.25C25.0364 25.2505 24.8256 25.2012 24.6344 25.106C24.4431 25.0108 24.2767 24.8724 24.1483 24.7017C23.3158 23.5917 22.2363 22.6908 20.9953 22.0703C19.7542 21.4498 18.3858 21.1267 16.9983 21.1267C15.6108 21.1267 14.2423 21.4498 13.0013 22.0703C11.7603 22.6908 10.6808 23.5917 9.84828 24.7017C9.62902 24.9935 9.30285 25.1861 8.94152 25.2374C8.58019 25.2886 8.2133 25.1943 7.92156 24.975C7.62982 24.7557 7.43714 24.4296 7.38589 24.0682C7.33463 23.7069 7.42902 23.34 7.64828 23.0483C8.86686 21.4166 10.491 20.1321 12.3594 19.322C11.3355 18.3873 10.6182 17.1648 10.3016 15.8151C9.98492 14.4654 10.0837 13.0514 10.585 11.7589C11.0863 10.4663 11.9667 9.35551 13.1106 8.57224C14.2545 7.78896 15.6085 7.36982 16.9948 7.36982C18.3812 7.36982 19.7352 7.78896 20.8791 8.57224C22.023 9.35551 22.9034 10.4663 23.4047 11.7589C23.906 13.0514 24.0048 14.4654 23.6881 15.8151C23.3715 17.1648 22.6542 18.3873 21.6303 19.322C23.5 20.1316 25.1253 21.4162 26.3448 23.0483C26.4983 23.2522 26.592 23.4948 26.6153 23.7489C26.6387 24.0031 26.591 24.2587 26.4773 24.4872C26.3637 24.7157 26.1887 24.9081 25.9719 25.0428C25.7552 25.1776 25.5052 25.2493 25.25 25.25ZM17 18.375C17.8158 18.375 18.6134 18.1331 19.2917 17.6798C19.9701 17.2266 20.4988 16.5823 20.811 15.8286C21.1232 15.0748 21.2049 14.2454 21.0457 13.4453C20.8866 12.6451 20.4937 11.9101 19.9168 11.3332C19.3399 10.7563 18.6049 10.3634 17.8047 10.2043C17.0046 10.0451 16.1752 10.1268 15.4214 10.439C14.6677 10.7512 14.0234 11.2799 13.5702 11.9583C13.1169 12.6366 12.875 13.4342 12.875 14.25C12.875 15.344 13.3096 16.3932 14.0832 17.1668C14.8568 17.9404 15.906 18.375 17 18.375Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M19.1252 11.7493C19.0596 11.7986 18.9849 11.8344 18.9053 11.8548C18.8258 11.8751 18.7431 11.8797 18.6618 11.868C18.5806 11.8564 18.5024 11.8289 18.4318 11.7871C18.3612 11.7453 18.2995 11.69 18.2502 11.6243C17.8735 11.118 17.3832 10.7071 16.8187 10.4249C16.2542 10.1426 15.6313 9.99688 15.0002 9.99933C14.8345 9.99933 14.6755 9.93348 14.5583 9.81627C14.4411 9.69906 14.3752 9.54009 14.3752 9.37433C14.3752 9.20857 14.4411 9.04959 14.5583 8.93238C14.6755 8.81517 14.8345 8.74933 15.0002 8.74933C15.3509 8.74929 15.6946 8.65092 15.9921 8.46537C16.2897 8.27983 16.5293 8.01455 16.6836 7.69967C16.838 7.38479 16.901 7.03293 16.8654 6.68406C16.8298 6.33519 16.6971 6.00329 16.4823 5.72606C16.2676 5.44883 15.9794 5.23739 15.6505 5.11574C15.3216 4.9941 14.9651 4.96713 14.6217 5.03791C14.2782 5.10868 13.9615 5.27435 13.7074 5.51612C13.4534 5.75788 13.2723 6.06603 13.1846 6.40558C13.1641 6.48509 13.1281 6.55978 13.0787 6.62538C13.0293 6.69099 12.9675 6.74623 12.8968 6.78794C12.8261 6.82966 12.7478 6.85703 12.6665 6.8685C12.5852 6.87997 12.5024 6.87531 12.4229 6.85479C12.3434 6.83428 12.2687 6.7983 12.2031 6.74891C12.1375 6.69953 12.0822 6.6377 12.0405 6.56697C11.9988 6.49624 11.9714 6.41798 11.96 6.33667C11.9485 6.25536 11.9532 6.17259 11.9737 6.09308C12.0954 5.62223 12.3253 5.18628 12.6451 4.81991C12.9649 4.45355 13.3658 4.16688 13.8159 3.98272C14.266 3.79857 14.7529 3.722 15.2378 3.75912C15.7227 3.79623 16.1922 3.94601 16.609 4.19652C17.0259 4.44704 17.3785 4.79138 17.6388 5.20215C17.8991 5.61292 18.06 6.07878 18.1086 6.56267C18.1572 7.04655 18.0922 7.5351 17.9188 7.98944C17.7454 8.44378 17.4683 8.85138 17.1096 9.17979C17.9595 9.54776 18.6982 10.1317 19.2526 10.8735C19.3018 10.9394 19.3376 11.0143 19.3578 11.0939C19.3781 11.1736 19.3824 11.2565 19.3706 11.3379C19.3588 11.4192 19.331 11.4974 19.2889 11.568C19.2468 11.6386 19.1912 11.7002 19.1252 11.7493ZM14.9159 16.5618C14.9595 16.633 14.9884 16.7121 15.001 16.7947C15.0135 16.8772 15.0094 16.9614 14.9889 17.0423C14.9684 17.1232 14.9319 17.1991 14.8815 17.2657C14.8311 17.3322 14.768 17.388 14.6957 17.4298C14.6234 17.4715 14.5435 17.4984 14.4607 17.5087C14.3779 17.5191 14.2938 17.5128 14.2135 17.4901C14.1332 17.4675 14.0582 17.429 13.993 17.3769C13.9278 17.3248 13.8737 17.2602 13.8338 17.1868C13.4401 16.5203 12.8794 15.968 12.207 15.5843C11.5347 15.2006 10.774 14.9988 9.99985 14.9988C9.22573 14.9988 8.46499 15.2006 7.79266 15.5843C7.12033 15.968 6.55962 16.5203 6.16586 17.1868C6.12679 17.2615 6.07301 17.3275 6.00777 17.3809C5.94252 17.4343 5.86715 17.4739 5.7862 17.4974C5.70524 17.5209 5.62037 17.5277 5.53669 17.5176C5.45302 17.5074 5.37226 17.4804 5.29928 17.4382C5.2263 17.396 5.16261 17.3395 5.11204 17.2721C5.06147 17.2047 5.02506 17.1277 5.005 17.0458C4.98495 16.9639 4.98166 16.8789 4.99535 16.7957C5.00903 16.7125 5.03939 16.633 5.08461 16.5618C5.69055 15.5207 6.61445 14.7014 7.72055 14.2243C7.09815 13.7478 6.64073 13.0882 6.41258 12.3383C6.18443 11.5883 6.19703 10.7857 6.44861 10.0433C6.70018 9.3009 7.17808 8.65599 7.81513 8.19923C8.45219 7.74247 9.21636 7.49682 10.0002 7.49682C10.7841 7.49682 11.5483 7.74247 12.1853 8.19923C12.8224 8.65599 13.3003 9.3009 13.5519 10.0433C13.8034 10.7857 13.816 11.5883 13.5879 12.3383C13.3597 13.0882 12.9023 13.7478 12.2799 14.2243C13.386 14.7014 14.3099 15.5207 14.9159 16.5618ZM10.0002 13.7493C10.4947 13.7493 10.978 13.6027 11.3892 13.328C11.8003 13.0533 12.1207 12.6628 12.3099 12.206C12.4992 11.7492 12.5487 11.2466 12.4522 10.7616C12.3557 10.2766 12.1176 9.83119 11.768 9.48156C11.4184 9.13193 10.9729 8.89383 10.488 8.79736C10.003 8.7009 9.50034 8.75041 9.04353 8.93963C8.58671 9.12885 8.19627 9.44928 7.92156 9.8604C7.64686 10.2715 7.50024 10.7549 7.50024 11.2493C7.50024 11.9124 7.76363 12.5483 8.23247 13.0171C8.70131 13.4859 9.3372 13.7493 10.0002 13.7493ZM5.62524 9.37433C5.62524 9.20857 5.55939 9.04959 5.44218 8.93238C5.32497 8.81517 5.166 8.74933 5.00024 8.74933C4.64956 8.74929 4.30591 8.65092 4.00834 8.46537C3.71076 8.27983 3.47119 8.01455 3.31682 7.69967C3.16246 7.38479 3.09949 7.03293 3.13508 6.68406C3.17066 6.33519 3.30337 6.00329 3.51813 5.72606C3.73289 5.44883 4.02109 5.23739 4.35 5.11574C4.67891 4.9941 5.03534 4.96713 5.3788 5.03791C5.72227 5.10868 6.039 5.27435 6.29303 5.51612C6.54706 5.75788 6.72819 6.06603 6.81586 6.40558C6.8573 6.56616 6.96083 6.7037 7.10368 6.78794C7.24653 6.87219 7.417 6.89623 7.57758 6.85479C7.73816 6.81335 7.8757 6.70982 7.95995 6.56697C8.04419 6.42412 8.06824 6.25366 8.0268 6.09308C7.90511 5.62223 7.67522 5.18628 7.3554 4.81991C7.03558 4.45355 6.63468 4.16688 6.18458 3.98272C5.73447 3.79857 5.2476 3.722 4.7627 3.75912C4.2778 3.79623 3.80826 3.94601 3.39143 4.19652C2.9746 4.44704 2.62199 4.79138 2.36166 5.20215C2.10133 5.61292 1.94046 6.07878 1.89185 6.56267C1.84325 7.04655 1.90825 7.5351 2.08168 7.98944C2.25511 8.44378 2.53219 8.85138 2.89086 9.17979C2.04186 9.54811 1.30392 10.132 0.750237 10.8735C0.650677 11.0062 0.607874 11.1729 0.631242 11.337C0.654611 11.5012 0.742238 11.6494 0.874846 11.7489C1.00745 11.8485 1.17418 11.8913 1.33835 11.8679C1.50252 11.8446 1.65068 11.7569 1.75024 11.6243C2.12695 11.118 2.61728 10.7071 3.18177 10.4249C3.74625 10.1426 4.36912 9.99688 5.00024 9.99933C5.166 9.99933 5.32497 9.93348 5.44218 9.81627C5.55939 9.69906 5.62524 9.54009 5.62524 9.37433Z"
|
|
4
|
+
fill="currentColor"
|
|
5
|
+
/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
package/icons/users.vue
ADDED
|
@@ -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="M10.0941 2.00014C10.1893 1.72628 10.4886 1.58149 10.7624 1.67674C11.2761 1.85539 11.6951 2.24714 11.979 2.74395C12.2632 3.2413 12.4099 3.83733 12.4099 4.43884C12.4099 5.04034 12.2632 5.63638 11.979 6.13373C11.6951 6.63053 11.2761 7.02228 10.7624 7.20093C10.4886 7.29618 10.1893 7.15139 10.0941 6.87753C9.99884 6.60367 10.1436 6.30446 10.4175 6.20921C10.6447 6.13018 10.8823 5.93663 11.0674 5.61278C11.2521 5.28948 11.3599 4.8762 11.3599 4.43884C11.3599 4.00147 11.2521 3.58819 11.0674 3.26489C10.8823 2.94104 10.6447 2.74749 10.4175 2.66846C10.1436 2.57321 9.99884 2.274 10.0941 2.00014Z" fill="currentColor"/>
|
|
4
|
+
<path d="M12.6664 9.43492C12.3861 9.36093 12.0988 9.52822 12.0248 9.80857C11.9508 10.0889 12.1181 10.3762 12.3985 10.4501C12.8392 10.5665 13.2319 10.8297 13.5136 11.2011C13.7954 11.5727 13.9495 12.0309 13.9499 12.504V13.8275C13.9499 14.1175 14.185 14.3525 14.4749 14.3525C14.7649 14.3525 14.9999 14.1175 14.9999 13.8275V12.5038C14.9994 11.8039 14.7715 11.1222 14.3502 10.5666C13.9287 10.0109 13.3369 9.61188 12.6664 9.43492Z" fill="currentColor"/>
|
|
5
|
+
<path d="M3.95311 9.41754C3.15856 9.41754 2.40398 9.75452 1.85317 10.3421C1.30343 10.9284 1 11.7169 1 12.5325V13.8275C1 14.1175 1.23505 14.3525 1.525 14.3525C1.81494 14.3525 2.04999 14.1175 2.04999 13.8275V12.5325C2.04999 11.9743 2.2582 11.4452 2.61918 11.0602C2.97908 10.6763 3.4597 10.4675 3.95311 10.4675H8.80933C9.30273 10.4675 9.78335 10.6763 10.1433 11.0602C10.5042 11.4452 10.7124 11.9743 10.7124 12.5325V13.8275C10.7124 14.1175 10.9475 14.3525 11.2374 14.3525C11.5274 14.3525 11.7624 14.1175 11.7624 13.8275V12.5325C11.7624 11.7169 11.459 10.9284 10.9093 10.3421C10.3584 9.75452 9.60387 9.41754 8.80933 9.41754H3.95311Z" fill="currentColor"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.38122 1.6476C4.83967 1.6476 3.58999 2.89728 3.58999 4.43884C3.58999 5.98039 4.83967 7.23007 6.38122 7.23007C7.92278 7.23007 9.17246 5.98039 9.17246 4.43884C9.17246 2.89728 7.92278 1.6476 6.38122 1.6476ZM4.63999 4.43884C4.63999 3.47718 5.41956 2.6976 6.38122 2.6976C7.34288 2.6976 8.12246 3.47718 8.12246 4.43884C8.12246 5.4005 7.34288 6.18007 6.38122 6.18007C5.41956 6.18007 4.63999 5.4005 4.63999 4.43884Z" fill="currentColor"/>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<script setup lang="ts"></script>
|
|
2
|
+
<template>
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 20 20"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
9
|
+
>
|
|
10
|
+
<path
|
|
11
|
+
fill-rule="evenodd"
|
|
12
|
+
clip-rule="evenodd"
|
|
13
|
+
d="M10 1.5C5.30558 1.5 1.5 5.30558 1.5 10C1.5 14.6944 5.30558 18.5 10 18.5C14.6944 18.5 18.5 14.6944 18.5 10C18.5 5.30558 14.6944 1.5 10 1.5ZM0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10Z"
|
|
14
|
+
fill="currentColor"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
fill-rule="evenodd"
|
|
18
|
+
clip-rule="evenodd"
|
|
19
|
+
d="M10 5.5C10.4142 5.5 10.75 5.83579 10.75 6.25V10.748C10.75 11.1623 10.4142 11.498 10 11.498C9.58579 11.498 9.25 11.1623 9.25 10.748V6.25C9.25 5.83579 9.58579 5.5 10 5.5Z"
|
|
20
|
+
fill="currentColor"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M10.75 13.75C10.75 14.1642 10.4142 14.5 10 14.5C9.58579 14.5 9.25 14.1642 9.25 13.75C9.25 13.3358 9.58579 13 10 13C10.4142 13 10.75 13.3358 10.75 13.75Z"
|
|
24
|
+
fill="currentColor"
|
|
25
|
+
/>
|
|
26
|
+
</svg>
|
|
27
|
+
</template>
|
|
28
|
+
|
|
29
|
+
<style scoped></style>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
</script>
|
|
3
|
+
|
|
4
|
+
<template>
|
|
5
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.91748 2.50242L14.5885 12.6609C14.6676 12.8015 14.7053 12.9579 14.6979 13.1152C14.6906 13.2724 14.6384 13.4254 14.5465 13.5596C14.4545 13.6938 14.3258 13.8047 14.1726 13.8817C14.0193 13.9588 13.8466 13.9995 13.6708 14H2.32876C2.15299 13.9995 1.98028 13.9588 1.82703 13.8817C1.67377 13.8047 1.54506 13.6938 1.45311 13.5596C1.36117 13.4254 1.30904 13.2724 1.30168 13.1152C1.29433 12.9579 1.33199 12.8015 1.41108 12.6609L7.08212 2.50242C7.16865 2.35115 7.30011 2.2242 7.46202 2.13555C7.62394 2.04691 7.81003 2 7.9998 2C8.18957 2 8.37566 2.04691 8.53757 2.13555C8.69949 2.2242 8.83095 2.35115 8.91748 2.50242ZM8.53215 6.16667C8.53215 5.89052 8.30829 5.66667 8.03215 5.66667C7.75601 5.66667 7.53215 5.89052 7.53215 6.16667V9.16536C7.53215 9.44151 7.75601 9.66536 8.03215 9.66536C8.30829 9.66536 8.53215 9.44151 8.53215 9.16536V6.16667ZM8.03215 11.6667C8.30829 11.6667 8.53215 11.4428 8.53215 11.1667C8.53215 10.8905 8.30829 10.6667 8.03215 10.6667C7.75601 10.6667 7.53215 10.8905 7.53215 11.1667C7.53215 11.4428 7.75601 11.6667 8.03215 11.6667Z" fill="currentColor"/>
|
|
7
|
+
</svg>
|
|
8
|
+
</template>
|
|
9
|
+
|
|
10
|
+
<style scoped>
|
|
11
|
+
|
|
12
|
+
</style>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<script setup lang="ts"></script>
|
|
2
|
+
<template>
|
|
3
|
+
<svg
|
|
4
|
+
width="1em"
|
|
5
|
+
height="1em"
|
|
6
|
+
viewBox="0 0 21 18"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M20.8346 15.9914L12.328 0.753631C12.1982 0.526725 12.001 0.336301 11.7581 0.20333C11.5153 0.0703596 11.2361 0 10.9515 0C10.6668 0 10.3877 0.0703596 10.1448 0.20333C9.90195 0.336301 9.70476 0.526725 9.57497 0.753631L1.06841 15.9914C0.949762 16.2023 0.893275 16.4368 0.904309 16.6727C0.915344 16.9087 0.993533 17.1381 1.13145 17.3394C1.26937 17.5406 1.46244 17.707 1.69232 17.8226C1.92221 17.9382 2.18127 17.9993 2.44492 18H19.458C19.7217 17.9993 19.9808 17.9382 20.2106 17.8226C20.4405 17.707 20.6336 17.5406 20.7715 17.3394C20.9094 17.1381 20.9876 16.9087 20.9987 16.6727C21.0097 16.4368 20.9532 16.2023 20.8346 15.9914ZM19.4006 16.5L11.0372 1.51872C11.0214 1.51021 10.9912 1.5 10.9515 1.5C10.9118 1.5 10.8816 1.51021 10.8658 1.51872L2.50238 16.5H19.4006Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
fill-rule="evenodd"
|
|
17
|
+
clip-rule="evenodd"
|
|
18
|
+
d="M11 5.5C11.4142 5.5 11.75 5.83579 11.75 6.25V10.748C11.75 11.1623 11.4142 11.498 11 11.498C10.5858 11.498 10.25 11.1623 10.25 10.748V6.25C10.25 5.83579 10.5858 5.5 11 5.5Z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M11.75 13.75C11.75 14.1642 11.4142 14.5 11 14.5C10.5858 14.5 10.25 14.1642 10.25 13.75C10.25 13.3358 10.5858 13 11 13C11.4142 13 11.75 13.3358 11.75 13.75Z"
|
|
23
|
+
fill="currentColor"
|
|
24
|
+
/>
|
|
25
|
+
</svg>
|
|
26
|
+
</template>
|
|
27
|
+
|
|
28
|
+
<style scoped></style>
|
|
@@ -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="M1.33343 15.1662C1.20009 15.1662 1.07341 15.1128 0.980073 15.0195C0.853406 14.8928 0.800105 14.7062 0.846772 14.5328L1.68678 11.3928C1.12678 10.3528 0.833426 9.17951 0.833426 7.99284C0.833426 4.03951 4.04676 0.826172 8.00009 0.826172C11.9534 0.826172 15.1668 4.03951 15.1668 7.99284C15.1668 11.9462 11.9534 15.1595 8.00009 15.1595C6.79343 15.1595 5.61344 14.8595 4.56011 14.2862L1.46677 15.1462C1.4201 15.1595 1.38009 15.1662 1.33343 15.1662ZM4.62676 13.2528C4.71343 13.2528 4.8001 13.2795 4.8801 13.3195C5.8201 13.8729 6.90009 14.1662 8.00009 14.1662C11.4001 14.1662 14.1668 11.3995 14.1668 7.99951C14.1668 4.59951 11.4001 1.83285 8.00009 1.83285C4.60009 1.83285 1.83343 4.59951 1.83343 7.99951C1.83343 9.08618 2.12009 10.1462 2.66009 11.0795C2.72675 11.1928 2.74676 11.3328 2.71343 11.4595L2.04676 13.9528L4.50009 13.2728C4.54009 13.2595 4.58676 13.2528 4.62676 13.2528Z" fill="currentColor"/>
|
|
4
|
+
<path d="M9.82682 11.8395C9.41349 11.8395 8.98683 11.7462 8.54016 11.5529C8.12016 11.3729 7.70016 11.1329 7.2935 10.8329C6.8935 10.5395 6.50018 10.2062 6.14018 9.8462C5.78018 9.47953 5.44682 9.09288 5.15348 8.69288C4.85348 8.27288 4.61348 7.85953 4.44014 7.45287C4.25348 7.01287 4.16016 6.57954 4.16016 6.16621C4.16016 5.87287 4.21348 5.59287 4.31348 5.33287C4.42014 5.05954 4.59348 4.81287 4.82015 4.59954C5.24682 4.17954 5.86018 4.02622 6.34684 4.25955C6.51351 4.33288 6.65351 4.45288 6.76017 4.61288L7.53349 5.69953C7.61349 5.8062 7.67351 5.91953 7.72017 6.03286C7.77351 6.1662 7.80684 6.29955 7.80684 6.42622C7.80684 6.59955 7.76016 6.77288 7.66683 6.92622C7.60683 7.02622 7.52015 7.14622 7.40682 7.25955L7.32015 7.35287C7.36015 7.40621 7.40681 7.47286 7.48014 7.55286C7.62014 7.71286 7.77348 7.8862 7.94015 8.05286C8.10681 8.21286 8.27348 8.37287 8.44015 8.51287C8.52014 8.57953 8.58684 8.63287 8.64018 8.66621L8.73348 8.57286C8.85348 8.45286 8.97351 8.35955 9.09351 8.29955C9.31351 8.15955 9.65349 8.12621 9.95349 8.25288C10.0602 8.29288 10.1668 8.35287 10.2802 8.43287L11.3935 9.21953C11.5468 9.3262 11.6668 9.47287 11.7468 9.63953C11.8135 9.8062 11.8402 9.95288 11.8402 10.1062C11.8402 10.3062 11.7935 10.4995 11.7068 10.6862C11.6202 10.8595 11.5201 11.0129 11.4001 11.1529C11.1868 11.3862 10.9402 11.5595 10.6735 11.6729C10.4068 11.7862 10.1202 11.8395 9.82682 11.8395ZM5.86015 5.15953C5.82015 5.15953 5.68685 5.15953 5.52018 5.3262C5.39352 5.4462 5.30683 5.57288 5.24683 5.71288C5.18683 5.85288 5.16016 6.01288 5.16016 6.17288C5.16016 6.45288 5.22681 6.75286 5.36015 7.07286C5.50015 7.4062 5.70683 7.75955 5.96016 8.11288C6.22016 8.46622 6.5135 8.81954 6.84017 9.14621C7.16684 9.46621 7.51349 9.7662 7.87349 10.0329C8.22016 10.2862 8.57351 10.4862 8.92684 10.6395C9.43351 10.8595 9.90015 10.9129 10.2802 10.7529C10.4135 10.6995 10.5335 10.6062 10.6535 10.4862C10.7135 10.4195 10.7602 10.3529 10.8002 10.2662C10.8202 10.2195 10.8335 10.1662 10.8335 10.1195C10.8335 10.1062 10.8335 10.0862 10.8135 10.0462L9.70015 9.27288C9.65349 9.23954 9.60681 9.21286 9.56681 9.19953C9.54015 9.21286 9.50017 9.23287 9.42684 9.3062L9.1735 9.55954C8.98017 9.75287 8.67351 9.8062 8.42684 9.71953L8.30684 9.66621C8.15351 9.58621 7.98016 9.46621 7.78682 9.29955C7.60016 9.13955 7.42018 8.97287 7.22685 8.7862C7.04018 8.59287 6.8735 8.41287 6.7135 8.2262C6.54017 8.01954 6.42017 7.85288 6.34017 7.71288L6.26685 7.53954C6.24685 7.47287 6.24015 7.39954 6.24015 7.33287C6.24015 7.14621 6.30685 6.97953 6.43351 6.8462L6.68685 6.58621C6.76018 6.51288 6.78684 6.47288 6.80017 6.44622C6.78017 6.39955 6.75351 6.35954 6.72017 6.31287L5.94014 5.21288L5.86015 5.15953Z" fill="currentColor"/>
|
|
5
|
+
</svg>
|
|
6
|
+
</template>
|
|
7
|
+
<script setup lang="ts">
|
|
8
|
+
</script>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 36 34" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
d="M33.125 5.625H26.25V4.25C26.25 3.15598 25.8154 2.10677 25.0418 1.33318C24.2682 0.559597 23.219
|
|
5
|
+
0.125 22.125 0.125H13.875C12.781 0.125 11.7318 0.559597 10.9582 1.33318C10.1846 2.10677 9.75 3.15598 9.75 4.25V5.625H2.875C2.14565
|
|
6
|
+
5.625 1.44618 5.91473 0.930456 6.43046C0.414731 6.94618 0.125 7.64565 0.125 8.375V30.375C0.125 31.1043 0.414731 31.8038 0.930456
|
|
7
|
+
32.3195C1.44618 32.8353 2.14565 33.125 2.875 33.125H33.125C33.8543 33.125 34.5538 32.8353 35.0695 32.3195C35.5853 31.8038 35.875 31.1043 35.875 30.375V8.375C35.875 7.64565 35.5853 6.94618 35.0695 6.43046C34.5538 5.91473 33.8543 5.625 33.125 5.625ZM12.5 4.25C12.5 3.88533 12.6449 3.53559 12.9027 3.27773C13.1606 3.01987 13.5103 2.875 13.875 2.875H22.125C22.4897 2.875 22.8394 3.01987 23.0973 3.27773C23.3551 3.53559 23.5 3.88533 23.5 4.25V5.625H12.5V4.25ZM33.125 8.375V15.5267C28.484 18.0529 23.284 19.3759 18 19.375C12.7162 19.376 7.51635 18.0535 2.875 15.5284V8.375H33.125ZM33.125 30.375H2.875V18.6256C7.58425 20.9291 12.7576 22.126 18 22.125C23.2425 22.1251 28.4158 20.9276 33.125 18.6239V30.375ZM13.875 15.25C13.875 14.8853 14.0199 14.5356 14.2777 14.2777C14.5356 14.0199 14.8853 13.875 15.25 13.875H20.75C21.1147 13.875 21.4644 14.0199 21.7223 14.2777C21.9801 14.5356 22.125 14.8853 22.125 15.25C22.125 15.6147 21.9801 15.9644 21.7223 16.2223C21.4644 16.4801 21.1147 16.625 20.75 16.625H15.25C14.8853 16.625 14.5356 16.4801 14.2777 16.2223C14.0199 15.9644 13.875 15.6147 13.875 15.25Z"
|
|
8
|
+
fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
|
|
11
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
4
|
+
d="M11.3188 3.35643H6.68546C6.68891 3.32722 6.69069 3.29749 6.69069 3.26735V1.50003H11.3136V3.26735C11.3136 3.29749 11.3154 3.32722 11.3188 3.35643ZM12.8123 3.26735C12.8123 3.29749 12.8106 3.32722 12.8071 3.35643H17.2549C17.6688 3.35643 18.0043 3.69223 18.0043 4.10645V8.66163C18.0043 9.03203 17.7341 9.34697 17.3683 9.40301L17.1342 9.43887V9.73083C17.1342 10.1451 16.7987 10.4809 16.3848 10.4809C15.971 10.4809 15.6355 10.1451 15.6355 9.73083V9.66847L12.1356 10.2046V12.4975C12.1356 12.9118 11.8001 13.2476 11.3862 13.2476H6.6181C6.20423 13.2476 5.86873 12.9118 5.86873 12.4975V10.2046L2.33713 9.66361V16.481H9.75063C10.1645 16.481 10.5 16.8168 10.5 17.231C10.5 17.6452 10.1645 17.981 9.75063 17.981H1.58776C1.17389 17.981 0.83839 17.6452 0.83839 17.231V9.43402L0.635991 9.40301C0.270166 9.34697 0 9.03203 0 8.66163V4.10645C0 3.69223 0.335505 3.35643 0.74937 3.35643H5.19718C5.19373 3.32722 5.19195 3.29749 5.19195 3.26735V0.750016C5.19195 0.335793 5.52745 0 5.94132 0H12.063C12.4768 0 12.8123 0.335793 12.8123 0.750016V3.26735ZM11.9982 8.70817L16.5055 8.01768V4.85647H1.49874V8.01768L6.0061 8.70817C6.14183 8.51632 6.36535 8.39109 6.6181 8.39109H11.3862C11.6389 8.39109 11.8625 8.51632 11.9982 8.70817ZM7.36747 9.89112V11.7475H10.6368V9.89112H7.36747Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
7
|
+
d="M15.7421 12.2269C13.8044 12.2269 12.2336 13.7991 12.2336 15.7385C12.2336 17.6778 13.8044 19.25 15.7421 19.25C16.4398 19.25 17.0899 19.0462 17.6362 18.6948L18.7207 19.7803C19.0134 20.0732 19.4879 20.0732 19.7805 19.7803C20.0732 19.4874 20.0732 19.0125 19.7805 18.7196L18.696 17.6342C19.047 17.0873 19.2506 16.4367 19.2506 15.7385C19.2506 13.7991 17.6798 12.2269 15.7421 12.2269ZM13.7323 15.7385C13.7323 14.6275 14.6322 13.727 15.7421 13.727C16.8521 13.727 17.7519 14.6275 17.7519 15.7385C17.7519 16.8494 16.8521 17.75 15.7421 17.75C14.6322 17.75 13.7323 16.8494 13.7323 15.7385Z"
|
|
8
|
+
fill="currentColor"/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
package/icons/work.vue
ADDED
|
@@ -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="M6.60937 3.14817C6.97777 2.78142 7.47793 2.57497 7.99995 2.57497C8.52196 2.57497 9.02213 2.78142 9.39053 3.14817C9.63146 3.38802 9.80315 3.68356 9.89309 4.00415H6.10681C6.19674 3.68356 6.36843 3.38802 6.60937 3.14817ZM5.03094 4.00415C5.13825 3.40179 5.42856 2.84206 5.86858 2.40403C6.43426 1.8409 7.20098 1.52496 7.99995 1.52496C8.79892 1.52496 9.56564 1.8409 10.1313 2.40403C10.5713 2.84206 10.8616 3.40179 10.969 4.00415H10.9884H12.4827C13.8707 4.00415 15 5.12494 15 6.51249V11.9667C15 13.3542 13.8707 14.475 12.4827 14.475H10.9884H5.01151H3.51725C2.12922 14.475 0.999939 13.3542 0.999939 11.9667V6.51249C0.999939 5.12494 2.12922 4.00415 3.51725 4.00415H5.01151H5.03094ZM2.04994 6.51249C2.04994 5.70931 2.70464 5.05415 3.51725 5.05415H4.48651V13.425H3.51725C2.70464 13.425 2.04994 12.7699 2.04994 11.9667V6.51249ZM5.53652 13.425V5.05415H10.4634V13.425H5.53652ZM11.5134 13.425V5.05415H12.4827C13.2953 5.05415 13.95 5.70931 13.95 6.51249V11.9667C13.95 12.7699 13.2953 13.425 12.4827 13.425H11.5134Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
package/icons/x-mark.vue
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
class="shrink-0"
|
|
4
|
+
width="16"
|
|
5
|
+
height="16"
|
|
6
|
+
viewBox="0 0 16 16"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
>
|
|
10
|
+
<path
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M11.8326 4.97549C12.0558 4.75233 12.0558 4.39052 11.8326 4.16737C11.6095 3.94421 11.2477 3.94421 11.0245 4.16737L8 7.19188L4.97549 4.16737C4.75233 3.94421 4.39052 3.94421 4.16737 4.16737C3.94421 4.39052 3.94421 4.75233 4.16737 4.97549L7.19188 8L4.16737 11.0245C3.94421 11.2477 3.94421 11.6095 4.16737 11.8326C4.39052 12.0558 4.75233 12.0558 4.97549 11.8326L8 8.80812L11.0245 11.8326C11.2477 12.0558 11.6095 12.0558 11.8326 11.8326C12.0558 11.6095 12.0558 11.2477 11.8326 11.0245L8.80812 8L11.8326 4.97549Z"
|
|
13
|
+
/>
|
|
14
|
+
</svg>
|
|
15
|
+
</template>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="155"
|
|
4
|
+
height="155"
|
|
5
|
+
viewBox="0 0 155 155"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<circle cx="77.5001" cy="77.5003" r="64.5833" fill="#BDC7CE" fill-opacity="0.15" />
|
|
10
|
+
<path
|
|
11
|
+
d="M111.261 57.6199C111.261 76.2452 77.2673 133.073 77.2673 133.073C77.2673 133.073 43.2734 76.2452 43.2734 57.6199C43.2734 48.6751 46.855 40.0967 53.2301 33.7718C59.6051 27.4468 68.2515 23.8936 77.2673 23.8936C86.283 23.8936 94.9296 27.4468 101.305 33.7718C107.68 40.0967 111.261 48.6751 111.261 57.6199Z"
|
|
12
|
+
class="fill-white dark:fill-gray-900"
|
|
13
|
+
/>
|
|
14
|
+
<path
|
|
15
|
+
opacity="0.2"
|
|
16
|
+
d="M136.095 124.224C126.775 127.497 77.5 133.042 77.5 133.042C77.5 133.042 85.0982 118.615 94.4187 115.342C103.739 112.069 120.62 111.401 132.131 113.853C143.643 116.305 145.441 120.951 136.095 124.224Z"
|
|
17
|
+
fill="#BDC7CE"
|
|
18
|
+
/>
|
|
19
|
+
<path
|
|
20
|
+
opacity="0.2"
|
|
21
|
+
d="M55.8235 54.3399C55.8222 47.9693 57.6395 41.7286 61.0652 36.3404C64.4908 30.9521 69.3846 26.6366 75.18 23.8936C66.542 24.4208 58.432 28.1967 52.5033 34.4516C46.5746 40.7065 43.2736 48.9694 43.2734 57.5556C43.2734 76.1681 77.2673 132.996 77.2673 132.996C77.2673 132.996 80.2493 128.018 84.4499 120.519C74.8688 103.617 55.8235 68.2832 55.8235 54.3399Z"
|
|
22
|
+
fill="#BDC7CE"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
d="M111.261 57.6199C111.261 76.2452 77.2673 133.073 77.2673 133.073C77.2673 133.073 43.2734 76.2452 43.2734 57.6199C43.2734 48.6751 46.855 40.0967 53.2301 33.7718C59.6051 27.4468 68.2515 23.8936 77.2673 23.8936C86.283 23.8936 94.9296 27.4468 101.305 33.7718C107.68 40.0967 111.261 48.6751 111.261 57.6199V57.6199Z"
|
|
26
|
+
stroke="#9DA3AC"
|
|
27
|
+
stroke-width="1.29167"
|
|
28
|
+
stroke-miterlimit="10"
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M91.775 57.6201C91.775 60.4668 90.9241 63.2497 89.33 65.6167C87.7358 67.9837 85.47 69.8285 82.819 70.9179C80.1681 72.0073 77.2512 72.2924 74.437 71.737C71.6228 71.1816 69.0377 69.8108 67.0088 67.7978C64.9798 65.7849 63.598 63.2202 63.0383 60.4281C62.4785 57.636 62.7659 54.742 63.8639 52.1119C64.962 49.4818 66.8214 47.2339 69.2072 45.6523C71.593 44.0707 74.3978 43.2266 77.2672 43.2266C81.1138 43.23 84.802 44.7475 87.522 47.4461C90.2419 50.1446 91.7715 53.8037 91.775 57.6201Z"
|
|
32
|
+
class="fill-white dark:fill-gray-900"
|
|
33
|
+
stroke="#9DA3AC"
|
|
34
|
+
stroke-width="1.29167"
|
|
35
|
+
stroke-miterlimit="10"
|
|
36
|
+
/>
|
|
37
|
+
</svg>
|
|
38
|
+
</template>
|