adata-ui 3.0.2 → 3.1.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/dist/module.d.mts +2 -0
- package/dist/module.json +5 -1
- package/dist/module.mjs +39 -6
- package/dist/runtime/components/Alert.vue +62 -0
- package/dist/runtime/components/Alert.vue.d.ts +29 -0
- package/dist/runtime/components/Chip.vue +24 -0
- package/dist/runtime/components/Chip.vue.d.ts +19 -0
- package/dist/runtime/components/ColorMode.vue +46 -0
- package/dist/runtime/components/ColorMode.vue.d.ts +2 -0
- package/dist/runtime/components/DigitBadge.vue +58 -0
- package/dist/runtime/components/DigitBadge.vue.d.ts +21 -0
- package/dist/runtime/components/Footer.vue +283 -0
- package/dist/runtime/components/Footer.vue.d.ts +2 -0
- package/dist/runtime/components/FooterAccordion.vue +78 -0
- package/dist/runtime/components/FooterAccordion.vue.d.ts +11 -0
- package/dist/runtime/components/Header.vue +139 -0
- package/dist/runtime/components/Header.vue.d.ts +41 -0
- package/dist/runtime/components/NewFooter.vue +267 -0
- package/dist/runtime/components/NewFooter.vue.d.ts +2 -0
- package/dist/runtime/components/NewFooterAccordion.vue +85 -0
- package/dist/runtime/components/NewFooterAccordion.vue.d.ts +11 -0
- package/dist/runtime/components/OtherServiceFeatures.vue +104 -0
- package/dist/runtime/components/OtherServiceFeatures.vue.d.ts +2 -0
- package/dist/runtime/components/Tag.vue +46 -0
- package/dist/runtime/components/Tag.vue.d.ts +25 -0
- package/dist/runtime/components/Toggle.vue +139 -0
- package/dist/runtime/components/Toggle.vue.d.ts +39 -0
- package/dist/runtime/components/accordion/Accordion.vue +149 -0
- package/dist/runtime/components/accordion/Accordion.vue.d.ts +41 -0
- package/dist/runtime/components/accordion/types.d.ts +15 -0
- package/dist/runtime/components/accordion/types.js +0 -0
- package/dist/runtime/components/accordion/ui.config.d.ts +22 -0
- package/dist/runtime/components/accordion/ui.config.js +21 -0
- package/dist/runtime/components/button/Button.vue +133 -0
- package/dist/runtime/components/button/Button.vue.d.ts +37 -0
- package/dist/runtime/components/button/types.d.ts +21 -0
- package/dist/runtime/components/button/types.js +0 -0
- package/dist/runtime/components/checkbox/Checkbox.vue +124 -0
- package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +45 -0
- package/dist/runtime/components/date-picker/DatePicker.vue +102 -0
- package/dist/runtime/components/date-picker/DatePicker.vue.d.ts +16 -0
- package/dist/runtime/components/floating-label/FloatingLabel.vue +22 -0
- package/dist/runtime/components/floating-label/FloatingLabel.vue.d.ts +16 -0
- package/dist/runtime/components/forms/input/standard/InputStandard.vue +301 -0
- package/dist/runtime/components/forms/input/standard/InputStandard.vue.d.ts +0 -0
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue +158 -0
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue.d.ts +43 -0
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +114 -0
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +5 -0
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue +67 -0
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +23 -0
- package/dist/runtime/components/header/AlmatyContacts.vue +120 -0
- package/dist/runtime/components/header/AlmatyContacts.vue.d.ts +2 -0
- package/dist/runtime/components/header/AstanaContacts.vue +65 -0
- package/dist/runtime/components/header/AstanaContacts.vue.d.ts +2 -0
- package/dist/runtime/components/header/CardGallery.vue +156 -0
- package/dist/runtime/components/header/CardGallery.vue.d.ts +2 -0
- package/dist/runtime/components/header/ContactMenu.vue +105 -0
- package/dist/runtime/components/header/ContactMenu.vue.d.ts +11 -0
- package/dist/runtime/components/header/HeaderLink.vue +169 -0
- package/dist/runtime/components/header/HeaderLink.vue.d.ts +2 -0
- package/dist/runtime/components/header/LangSwitcher.vue +48 -0
- package/dist/runtime/components/header/LangSwitcher.vue.d.ts +2 -0
- package/dist/runtime/components/header/ListItem.vue +26 -0
- package/dist/runtime/components/header/ListItem.vue.d.ts +7 -0
- package/dist/runtime/components/header/NavCard.vue +40 -0
- package/dist/runtime/components/header/NavCard.vue.d.ts +8 -0
- package/dist/runtime/components/header/NavList.vue +101 -0
- package/dist/runtime/components/header/NavList.vue.d.ts +17 -0
- package/dist/runtime/components/header/ProductMenu.vue +369 -0
- package/dist/runtime/components/header/ProductMenu.vue.d.ts +11 -0
- package/dist/runtime/components/header/ProfileMenu.vue +56 -0
- package/dist/runtime/components/header/ProfileMenu.vue.d.ts +16 -0
- package/dist/runtime/components/header/ProfileMenuContent.vue +228 -0
- package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +16 -0
- package/dist/runtime/components/header/TopHeader.vue +152 -0
- package/dist/runtime/components/header/TopHeader.vue.d.ts +10 -0
- package/dist/runtime/components/header/types.d.ts +19 -0
- package/dist/runtime/components/header/types.js +0 -0
- package/dist/runtime/components/header-mobile/HeaderMobile.vue +53 -0
- package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +17 -0
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +68 -0
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +29 -0
- package/dist/runtime/components/mobile-navigation/MainButton.vue +16 -0
- package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +2 -0
- package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +261 -0
- package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue.d.ts +2 -0
- package/dist/runtime/components/modals/NoAccessContent.vue +58 -0
- package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +5 -0
- package/dist/runtime/components/pill-tabs/PillTabs.vue +137 -0
- package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +38 -0
- package/dist/runtime/components/pill-tabs/types.d.ts +18 -0
- package/dist/runtime/components/pill-tabs/types.js +0 -0
- package/dist/runtime/components/radio-button/RadioButton.vue +69 -0
- package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +40 -0
- package/dist/runtime/components/row-card/RowCard.vue +44 -0
- package/dist/runtime/components/row-card/RowCard.vue.d.ts +26 -0
- package/dist/runtime/components/select-row/index.vue +117 -0
- package/dist/runtime/components/select-row/index.vue.d.ts +31 -0
- package/dist/runtime/components/tree-select/TreeSelect.vue +132 -0
- package/dist/runtime/components/tree-select/TreeSelect.vue.d.ts +22 -0
- package/dist/runtime/components/tree-select/TreeService.d.ts +54 -0
- package/dist/runtime/components/tree-select/TreeService.js +209 -0
- package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +100 -0
- package/dist/runtime/components/tree-select/components/tree-select-nodes.vue.d.ts +9 -0
- package/dist/runtime/components/tree-select/types.d.ts +29 -0
- package/dist/runtime/components/tree-select/types.js +0 -0
- package/dist/runtime/composables/highlight.d.ts +1 -0
- package/dist/runtime/composables/highlight.js +15 -0
- package/dist/runtime/composables/projectState.d.ts +2 -0
- package/dist/runtime/composables/projectState.js +3 -0
- package/dist/runtime/i18n/i18n.config.d.ts +1731 -0
- package/dist/runtime/i18n/i18n.config.js +20 -0
- package/dist/runtime/i18n.d.ts +2 -0
- package/dist/runtime/i18n.js +15 -0
- package/dist/runtime/icons/arrow/arrow-circle-down.vue +30 -0
- package/dist/runtime/icons/arrow/arrow-circle-down.vue.d.ts +2 -0
- package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -0
- package/dist/runtime/icons/arrow/arrow-graph-up.vue.d.ts +2 -0
- package/dist/runtime/icons/arrow/arrow-right.vue +24 -0
- package/dist/runtime/icons/arrow/arrow-right.vue.d.ts +2 -0
- package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -0
- package/dist/runtime/icons/arrow/arrow-side-up.vue.d.ts +2 -0
- package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -0
- package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue.d.ts +2 -0
- package/dist/runtime/icons/arrow/chevron-down.vue +19 -0
- package/dist/runtime/icons/arrow/chevron-down.vue.d.ts +2 -0
- package/dist/runtime/icons/avatar.vue +41 -0
- package/dist/runtime/icons/avatar.vue.d.ts +2 -0
- package/dist/runtime/icons/avto/car.vue +17 -0
- package/dist/runtime/icons/avto/car.vue.d.ts +2 -0
- package/dist/runtime/icons/avto/truck.vue +17 -0
- package/dist/runtime/icons/avto/truck.vue.d.ts +2 -0
- package/dist/runtime/icons/block.vue +19 -0
- package/dist/runtime/icons/block.vue.d.ts +2 -0
- package/dist/runtime/icons/bookmark.vue +19 -0
- package/dist/runtime/icons/bookmark.vue.d.ts +2 -0
- package/dist/runtime/icons/calculator.vue +19 -0
- package/dist/runtime/icons/calculator.vue.d.ts +2 -0
- package/dist/runtime/icons/calendar.vue +24 -0
- package/dist/runtime/icons/calendar.vue.d.ts +2 -0
- package/dist/runtime/icons/check-circle.vue +25 -0
- package/dist/runtime/icons/check-circle.vue.d.ts +2 -0
- package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -0
- package/dist/runtime/icons/checkbox/checkbox-active.vue.d.ts +2 -0
- package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -0
- package/dist/runtime/icons/checkbox/checkbox-empty.vue.d.ts +2 -0
- package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -0
- package/dist/runtime/icons/checkbox/checkbox-intermediate.vue.d.ts +2 -0
- package/dist/runtime/icons/clipboard-text.vue +17 -0
- package/dist/runtime/icons/clipboard-text.vue.d.ts +2 -0
- package/dist/runtime/icons/clock.vue +25 -0
- package/dist/runtime/icons/clock.vue.d.ts +2 -0
- package/dist/runtime/icons/color-mode/moon.vue +20 -0
- package/dist/runtime/icons/color-mode/moon.vue.d.ts +2 -0
- package/dist/runtime/icons/color-mode/sun.vue +27 -0
- package/dist/runtime/icons/color-mode/sun.vue.d.ts +2 -0
- package/dist/runtime/icons/communication/mail.vue +19 -0
- package/dist/runtime/icons/communication/mail.vue.d.ts +2 -0
- package/dist/runtime/icons/communication/phone.vue +19 -0
- package/dist/runtime/icons/communication/phone.vue.d.ts +2 -0
- package/dist/runtime/icons/company.vue +19 -0
- package/dist/runtime/icons/company.vue.d.ts +2 -0
- package/dist/runtime/icons/currency/dollar.vue +19 -0
- package/dist/runtime/icons/currency/dollar.vue.d.ts +2 -0
- package/dist/runtime/icons/currency/down.vue +22 -0
- package/dist/runtime/icons/currency/down.vue.d.ts +2 -0
- package/dist/runtime/icons/currency/eur.vue +69 -0
- package/dist/runtime/icons/currency/eur.vue.d.ts +2 -0
- package/dist/runtime/icons/currency/rub.vue +25 -0
- package/dist/runtime/icons/currency/rub.vue.d.ts +2 -0
- package/dist/runtime/icons/currency/usd.vue +269 -0
- package/dist/runtime/icons/currency/usd.vue.d.ts +2 -0
- package/dist/runtime/icons/currency/yuan.vue +37 -0
- package/dist/runtime/icons/currency/yuan.vue.d.ts +2 -0
- package/dist/runtime/icons/document/hdocument.vue +17 -0
- package/dist/runtime/icons/document/hdocument.vue.d.ts +2 -0
- package/dist/runtime/icons/document/id.vue +19 -0
- package/dist/runtime/icons/document/id.vue.d.ts +2 -0
- package/dist/runtime/icons/document/profile.vue +19 -0
- package/dist/runtime/icons/document/profile.vue.d.ts +2 -0
- package/dist/runtime/icons/download.vue +26 -0
- package/dist/runtime/icons/download.vue.d.ts +2 -0
- package/dist/runtime/icons/edit.vue +24 -0
- package/dist/runtime/icons/edit.vue.d.ts +2 -0
- package/dist/runtime/icons/file/excel.vue +88 -0
- package/dist/runtime/icons/file/excel.vue.d.ts +2 -0
- package/dist/runtime/icons/file/file.vue +19 -0
- package/dist/runtime/icons/file/file.vue.d.ts +2 -0
- package/dist/runtime/icons/file/files.vue +17 -0
- package/dist/runtime/icons/file/files.vue.d.ts +2 -0
- package/dist/runtime/icons/globe.vue +19 -0
- package/dist/runtime/icons/globe.vue.d.ts +2 -0
- package/dist/runtime/icons/handshake.vue +19 -0
- package/dist/runtime/icons/handshake.vue.d.ts +2 -0
- package/dist/runtime/icons/history.vue +19 -0
- package/dist/runtime/icons/history.vue.d.ts +2 -0
- package/dist/runtime/icons/info/info-circle.vue +29 -0
- package/dist/runtime/icons/info/info-circle.vue.d.ts +2 -0
- package/dist/runtime/icons/invoice.vue +35 -0
- package/dist/runtime/icons/invoice.vue.d.ts +2 -0
- package/dist/runtime/icons/link-chain.vue +31 -0
- package/dist/runtime/icons/link-chain.vue.d.ts +2 -0
- package/dist/runtime/icons/loader-circle.vue +41 -0
- package/dist/runtime/icons/loader-circle.vue.d.ts +2 -0
- package/dist/runtime/icons/lock.vue +19 -0
- package/dist/runtime/icons/lock.vue.d.ts +2 -0
- package/dist/runtime/icons/logo/adata.vue +48 -0
- package/dist/runtime/icons/logo/adata.vue.d.ts +2 -0
- package/dist/runtime/icons/logo/logo.vue +27 -0
- package/dist/runtime/icons/logo/logo.vue.d.ts +2 -0
- package/dist/runtime/icons/medal.vue +17 -0
- package/dist/runtime/icons/medal.vue.d.ts +2 -0
- package/dist/runtime/icons/menu/menu-filled.vue +61 -0
- package/dist/runtime/icons/menu/menu-filled.vue.d.ts +2 -0
- package/dist/runtime/icons/menu/menu.vue +41 -0
- package/dist/runtime/icons/menu/menu.vue.d.ts +2 -0
- package/dist/runtime/icons/message.vue +24 -0
- package/dist/runtime/icons/message.vue.d.ts +2 -0
- package/dist/runtime/icons/modals/door.vue +170 -0
- package/dist/runtime/icons/modals/door.vue.d.ts +2 -0
- package/dist/runtime/icons/moon.vue +10 -0
- package/dist/runtime/icons/moon.vue.d.ts +2 -0
- package/dist/runtime/icons/more.vue +36 -0
- package/dist/runtime/icons/more.vue.d.ts +2 -0
- package/dist/runtime/icons/navigation/expand-window.vue +19 -0
- package/dist/runtime/icons/navigation/expand-window.vue.d.ts +2 -0
- package/dist/runtime/icons/navigation/location.vue +25 -0
- package/dist/runtime/icons/navigation/location.vue.d.ts +2 -0
- package/dist/runtime/icons/navigation/logout.vue +19 -0
- package/dist/runtime/icons/navigation/logout.vue.d.ts +2 -0
- package/dist/runtime/icons/notifications.vue +25 -0
- package/dist/runtime/icons/notifications.vue.d.ts +2 -0
- package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -0
- package/dist/runtime/icons/other-service/arrow-square-down.vue.d.ts +2 -0
- package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -0
- package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue.d.ts +2 -0
- package/dist/runtime/icons/other-service/block.vue +16 -0
- package/dist/runtime/icons/other-service/block.vue.d.ts +2 -0
- package/dist/runtime/icons/other-service/currency-dollar.vue +16 -0
- package/dist/runtime/icons/other-service/currency-dollar.vue.d.ts +2 -0
- package/dist/runtime/icons/other-service/globe.vue +16 -0
- package/dist/runtime/icons/other-service/globe.vue.d.ts +2 -0
- package/dist/runtime/icons/other-service/link.vue +7 -0
- package/dist/runtime/icons/other-service/link.vue.d.ts +2 -0
- package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -0
- package/dist/runtime/icons/other-service/magnifying-glass.vue.d.ts +2 -0
- package/dist/runtime/icons/other-service/standing-scales.vue +15 -0
- package/dist/runtime/icons/other-service/standing-scales.vue.d.ts +2 -0
- package/dist/runtime/icons/other-service/users-three.vue +7 -0
- package/dist/runtime/icons/other-service/users-three.vue.d.ts +2 -0
- package/dist/runtime/icons/plus-circle.vue +24 -0
- package/dist/runtime/icons/plus-circle.vue.d.ts +2 -0
- package/dist/runtime/icons/plus.vue +24 -0
- package/dist/runtime/icons/plus.vue.d.ts +2 -0
- package/dist/runtime/icons/radio/radio-check.vue +24 -0
- package/dist/runtime/icons/radio/radio-check.vue.d.ts +2 -0
- package/dist/runtime/icons/radio/radio-empty.vue +20 -0
- package/dist/runtime/icons/radio/radio-empty.vue.d.ts +2 -0
- package/dist/runtime/icons/receipt/hcheck.vue +27 -0
- package/dist/runtime/icons/receipt/hcheck.vue.d.ts +2 -0
- package/dist/runtime/icons/receipt/receipt.vue +27 -0
- package/dist/runtime/icons/receipt/receipt.vue.d.ts +2 -0
- package/dist/runtime/icons/scale.vue +19 -0
- package/dist/runtime/icons/scale.vue.d.ts +2 -0
- package/dist/runtime/icons/search.vue +27 -0
- package/dist/runtime/icons/search.vue.d.ts +2 -0
- package/dist/runtime/icons/socials/facebook.vue +15 -0
- package/dist/runtime/icons/socials/facebook.vue.d.ts +2 -0
- package/dist/runtime/icons/socials/instagram.vue +19 -0
- package/dist/runtime/icons/socials/instagram.vue.d.ts +2 -0
- package/dist/runtime/icons/socials/linkedin.vue +24 -0
- package/dist/runtime/icons/socials/linkedin.vue.d.ts +2 -0
- package/dist/runtime/icons/socials/telegram.vue +15 -0
- package/dist/runtime/icons/socials/telegram.vue.d.ts +2 -0
- package/dist/runtime/icons/socials/tik-tok.vue +15 -0
- package/dist/runtime/icons/socials/tik-tok.vue.d.ts +2 -0
- package/dist/runtime/icons/socials/whatsapp.vue +21 -0
- package/dist/runtime/icons/socials/whatsapp.vue.d.ts +2 -0
- package/dist/runtime/icons/socials/youtube.vue +16 -0
- package/dist/runtime/icons/socials/youtube.vue.d.ts +2 -0
- package/dist/runtime/icons/sun.vue +14 -0
- package/dist/runtime/icons/sun.vue.d.ts +2 -0
- package/dist/runtime/icons/sviazi.vue +19 -0
- package/dist/runtime/icons/sviazi.vue.d.ts +2 -0
- package/dist/runtime/icons/tenge.vue +22 -0
- package/dist/runtime/icons/tenge.vue.d.ts +2 -0
- package/dist/runtime/icons/trash.vue +24 -0
- package/dist/runtime/icons/trash.vue.d.ts +2 -0
- package/dist/runtime/icons/upload.vue +26 -0
- package/dist/runtime/icons/upload.vue.d.ts +2 -0
- package/dist/runtime/icons/user.vue +30 -0
- package/dist/runtime/icons/user.vue.d.ts +2 -0
- package/dist/runtime/icons/users/users-three.vue +17 -0
- package/dist/runtime/icons/users/users-three.vue.d.ts +2 -0
- package/dist/runtime/icons/users/users.vue +31 -0
- package/dist/runtime/icons/users/users.vue.d.ts +2 -0
- package/dist/runtime/icons/warning-triangle.vue +29 -0
- package/dist/runtime/icons/warning-triangle.vue.d.ts +2 -0
- package/dist/runtime/icons/work-bag.vue +20 -0
- package/dist/runtime/icons/work-bag.vue.d.ts +2 -0
- package/dist/runtime/icons/x-mark.vue +18 -0
- package/dist/runtime/icons/x-mark.vue.d.ts +2 -0
- package/dist/runtime/lang/en.d.ts +4 -0
- package/dist/runtime/lang/en.js +545 -0
- package/dist/runtime/lang/kk.d.ts +4 -0
- package/dist/runtime/lang/kk.js +545 -0
- package/dist/runtime/lang/ru.d.ts +575 -0
- package/dist/runtime/lang/ru.js +607 -0
- package/dist/runtime/shared/constants/pages.d.ts +71 -0
- package/dist/runtime/shared/constants/pages.js +71 -0
- package/package.json +66 -58
- package/dist/runtime/components/header/TheHeader.vue +0 -15
- package/dist/runtime/components/header/TheHeader.vue.d.ts +0 -2
- package/dist/runtime/plugin.d.ts +0 -2
- package/dist/runtime/plugin.js +0 -4
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg fill="currentColor" height="16" viewBox="0 0 16 16" width="16" xmlns="https://www.w3.org/2000/svg">
|
|
3
|
+
<path clip-rule="evenodd" d="M2.05012 7.28051C2.05012 4.39178 4.3919 2.04999 7.28063 2.04999C10.1694 2.04999 12.5111 4.39178 12.5111 7.28051C12.5111 10.1692 10.1694 12.511 7.28063 12.511C4.3919 12.511 2.05012 10.1692 2.05012 7.28051ZM7.28063 1C3.812 1 1.00012 3.81188 1.00012 7.28051C1.00012 10.7491 3.812 13.561 7.28063 13.561C8.82595 13.561 10.2409 13.0029 11.335 12.0773L14.1038 14.8461C14.3088 15.0512 14.6412 15.0512 14.8463 14.8461C15.0513 14.6411 15.0513 14.3087 14.8463 14.1037L12.0774 11.3348C13.003 10.2408 13.5611 8.82582 13.5611 7.28051C13.5611 3.81188 10.7493 1 7.28063 1Z"
|
|
4
|
+
fill="currentColor"
|
|
5
|
+
fill-rule="evenodd"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
8
|
+
<script setup lang="ts">
|
|
9
|
+
</script>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="41"
|
|
4
|
+
height="40"
|
|
5
|
+
viewBox="0 0 41 40"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M38.0779 20.7812L33.0779 8.28125C32.9679 8.00592 32.7635 7.77869 32.5013 7.64015C32.2391 7.50162 31.9362 7.46081 31.6467 7.525L21.917 9.6875V6.25C21.917 5.91848 21.7853 5.60054 21.5509 5.36612C21.3165 5.1317 20.9985 5 20.667 5C20.3355 5 20.0176 5.1317 19.7831 5.36612C19.5487 5.60054 19.417 5.91848 19.417 6.25V10.2469L9.14514 12.5297C8.94709 12.5734 8.76267 12.6647 8.60778 12.7957C8.45288 12.9266 8.33218 13.0932 8.25608 13.2812V13.2906L3.25608 25.7812C3.19626 25.9302 3.16602 26.0895 3.16702 26.25C3.16702 29.8922 7.00139 31.25 9.41702 31.25C11.8326 31.25 15.667 29.8922 15.667 26.25C15.668 26.0895 15.6378 25.9302 15.578 25.7812L11.1233 14.6516L19.417 12.8125V32.5H16.917C16.5855 32.5 16.2676 32.6317 16.0331 32.8661C15.7987 33.1005 15.667 33.4185 15.667 33.75C15.667 34.0815 15.7987 34.3995 16.0331 34.6339C16.2676 34.8683 16.5855 35 16.917 35H24.417C24.7485 35 25.0665 34.8683 25.3009 34.6339C25.5353 34.3995 25.667 34.0815 25.667 33.75C25.667 33.4185 25.5353 33.1005 25.3009 32.8661C25.0665 32.6317 24.7485 32.5 24.417 32.5H21.917V12.2531L29.8858 10.4844L25.7561 20.7812C25.6963 20.9302 25.666 21.0895 25.667 21.25C25.667 24.8922 29.5014 26.25 31.917 26.25C34.3326 26.25 38.167 24.8922 38.167 21.25C38.168 21.0895 38.1378 20.9302 38.0779 20.7812ZM9.41702 28.75C8.24045 28.75 5.86077 28.1859 5.67795 26.4625L9.41702 17.1156L13.1561 26.4625C12.9733 28.1859 10.5936 28.75 9.41702 28.75ZM31.917 23.75C30.7405 23.75 28.3608 23.1859 28.178 21.4625L31.917 12.1156L35.6561 21.4625C35.4733 23.1859 33.0936 23.75 31.917 23.75Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
15
|
+
<script setup lang="ts"></script>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -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>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg
|
|
7
|
+
width="41"
|
|
8
|
+
height="41"
|
|
9
|
+
viewBox="0 0 41 41"
|
|
10
|
+
fill="none"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
fill-rule="evenodd"
|
|
15
|
+
clip-rule="evenodd"
|
|
16
|
+
d="M20.6999 6.33325C12.8758 6.33325 6.5332 12.6759 6.5332 20.4999C6.5332 28.324 12.8758 34.6666 20.6999 34.6666C28.5239 34.6666 34.8665 28.324 34.8665 20.4999C34.8665 12.6759 28.5239 6.33325 20.6999 6.33325ZM4.0332 20.4999C4.0332 11.2952 11.4951 3.83325 20.6999 3.83325C29.9046 3.83325 37.3665 11.2952 37.3665 20.4999C37.3665 29.7047 29.9046 37.1666 20.6999 37.1666C11.4951 37.1666 4.0332 29.7047 4.0332 20.4999ZM20.6999 13.0833C21.3902 13.0833 21.9499 13.643 21.9499 14.3333V19.2499H26.8665C27.5569 19.2499 28.1165 19.8096 28.1165 20.4999C28.1165 21.1903 27.5569 21.7499 26.8665 21.7499H21.9499V26.6667C21.9499 27.357 21.3902 27.9167 20.6999 27.9167C20.0095 27.9167 19.4499 27.357 19.4499 26.6667V21.7499H14.5332C13.8429 21.7499 13.2832 21.1903 13.2832 20.4999C13.2832 19.8096 13.8429 19.2499 14.5332 19.2499H19.4499V14.3333C19.4499 13.643 20.0095 13.0833 20.6999 13.0833Z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
</template>
|
|
21
|
+
|
|
22
|
+
<style scoped>
|
|
23
|
+
|
|
24
|
+
</style>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
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.56247 2.56245C8.56247 2.25178 8.31062 1.99994 7.99996 1.99994C7.68929 1.99994 7.43745 2.25178 7.43745 2.56245V7.43751H2.56239C2.25172 7.43751 1.99988 7.68936 1.99988 8.00002C1.99988 8.31068 2.25172 8.56253 2.56239 8.56253H7.43745V13.4376C7.43745 13.7483 7.68929 14.0001 7.99996 14.0001C8.31062 14.0001 8.56247 13.7483 8.56247 13.4376V8.56253H13.4375C13.7482 8.56253 14 8.31068 14 8.00002C14 7.68936 13.7482 7.43751 13.4375 7.43751H8.56247V2.56245Z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
</template>
|
|
21
|
+
|
|
22
|
+
<style scoped>
|
|
23
|
+
|
|
24
|
+
</style>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="1.25em"
|
|
4
|
+
height="1.25em"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
fill-opacity="0.5"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z"
|
|
18
|
+
class="fill-blue-700 dark:fill-blue-500"
|
|
19
|
+
/>
|
|
20
|
+
</svg>
|
|
21
|
+
</template>
|
|
22
|
+
|
|
23
|
+
<script setup lang="ts">
|
|
24
|
+
</script>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="1.25em"
|
|
4
|
+
height="1.25em"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
fill-opacity="0.5"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
</template>
|
|
18
|
+
|
|
19
|
+
<script setup lang="ts">
|
|
20
|
+
</script>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 38 38"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M9.37435 11.667C9.37435 10.9076 9.98996 10.292 10.7493 10.292H19.916C20.6754 10.292 21.291 10.9076 21.291 11.667C21.291 12.4264 20.6754 13.042 19.916 13.042H10.7493C9.98996 13.042 9.37435 12.4264 9.37435 11.667Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M9.37435 17.9527C9.37435 17.1933 9.98996 16.5777 10.7493 16.5777H19.916C20.6754 16.5777 21.291 17.1933 21.291 17.9527C21.291 18.7121 20.6754 19.3277 19.916 19.3277H16.7077V26.3337C16.7077 27.093 16.0921 27.7087 15.3327 27.7087C14.5733 27.7087 13.9577 27.093 13.9577 26.3337V19.3277H10.7493C9.98996 19.3277 9.37435 18.7121 9.37435 17.9527Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
fill-rule="evenodd"
|
|
19
|
+
clip-rule="evenodd"
|
|
20
|
+
d="M2.59705 2.59802C3.83346 1.3616 5.51041 0.666992 7.25896 0.666992H32.0442C33.4468 0.666992 34.7919 1.22417 35.7837 2.21595C36.7755 3.20773 37.3327 4.55287 37.3327 5.95545V15.0869C37.3327 15.8463 36.7171 16.4619 35.9577 16.4619H29.5058V35.9587C29.5058 36.454 29.2393 36.9111 28.8082 37.1552C28.3771 37.3993 27.8481 37.3926 27.4233 37.1377L21.6083 33.6487L15.7933 37.1377C15.3579 37.399 14.8139 37.399 14.3785 37.1377L8.56345 33.6487L2.74845 37.1377C2.32367 37.3926 1.79463 37.3993 1.36355 37.1552C0.932481 36.9111 0.666016 36.454 0.666016 35.9587V7.25994C0.666016 5.51138 1.36063 3.83444 2.59705 2.59802ZM29.5058 13.7119H34.5827V5.95545C34.5827 5.28221 34.3152 4.63654 33.8392 4.16049C33.3631 3.68444 32.7175 3.41699 32.0442 3.41699C31.371 3.41699 30.7253 3.68444 30.2493 4.16049C29.7732 4.63654 29.5058 5.28221 29.5058 5.95545V13.7119ZM27.4048 3.41699C26.9827 4.18845 26.7558 5.06025 26.7558 5.95545V33.5301L22.3158 30.8661C21.8803 30.6049 21.3363 30.6049 20.9009 30.8661L15.0859 34.3551L9.27088 30.8661C8.83544 30.6049 8.29146 30.6049 7.85602 30.8661L3.41602 33.5301V7.25994C3.41602 6.24073 3.8209 5.26326 4.54159 4.54257C5.26228 3.82187 6.23975 3.41699 7.25896 3.41699H27.4048Z"
|
|
21
|
+
fill="currentColor"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
24
|
+
</template>
|
|
25
|
+
|
|
26
|
+
<script setup lang="ts">
|
|
27
|
+
</script>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M4.49967 5.33301C4.49967 5.05687 4.72353 4.83301 4.99967 4.83301H8.33301C8.60915 4.83301 8.83301 5.05687 8.83301 5.33301C8.83301 5.60915 8.60915 5.83301 8.33301 5.83301H4.99967C4.72353 5.83301 4.49967 5.60915 4.49967 5.33301Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M4.49967 7.61873C4.49967 7.34259 4.72353 7.11873 4.99967 7.11873H8.33301C8.60915 7.11873 8.83301 7.34259 8.83301 7.61873C8.83301 7.89488 8.60915 8.11873 8.33301 8.11873H7.16635V10.6663C7.16635 10.9425 6.94249 11.1663 6.66635 11.1663C6.3902 11.1663 6.16635 10.9425 6.16635 10.6663V8.11873H4.99967C4.72353 8.11873 4.49967 7.89488 4.49967 7.61873Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
fill-rule="evenodd"
|
|
19
|
+
clip-rule="evenodd"
|
|
20
|
+
d="M2.0352 2.0352C2.48481 1.58559 3.0946 1.33301 3.73044 1.33301H12.7433C13.2533 1.33301 13.7424 1.53562 14.1031 1.89626C14.4637 2.25691 14.6663 2.74605 14.6663 3.25608V6.5766C14.6663 6.85274 14.4425 7.0766 14.1663 7.0766H11.8202V14.1663C11.8202 14.3465 11.7233 14.5127 11.5665 14.6014C11.4098 14.6902 11.2174 14.6878 11.0629 14.5951L8.94839 13.3264L6.83385 14.5951C6.6755 14.6901 6.47769 14.6901 6.31935 14.5951L4.2048 13.3264L2.09026 14.5951C1.93579 14.6878 1.74341 14.6902 1.58666 14.6014C1.4299 14.5127 1.33301 14.3465 1.33301 14.1663V3.73044C1.33301 3.0946 1.58559 2.48481 2.0352 2.0352ZM11.8202 6.0766H13.6663V3.25608C13.6663 3.01127 13.5691 2.77648 13.396 2.60337C13.2229 2.43026 12.9881 2.33301 12.7433 2.33301C12.4984 2.33301 12.2637 2.43026 12.0905 2.60337C11.9174 2.77648 11.8202 3.01127 11.8202 3.25608V6.0766ZM11.0562 2.33301C10.9027 2.61354 10.8202 2.93056 10.8202 3.25608V13.2832L9.20564 12.3145C9.0473 12.2195 8.84949 12.2195 8.69114 12.3145L6.5766 13.5832L4.46205 12.3145C4.30371 12.2195 4.1059 12.2195 3.94755 12.3145L2.33301 13.2832V3.73044C2.33301 3.35982 2.48024 3.00438 2.74231 2.74231C3.00438 2.48024 3.35982 2.33301 3.73044 2.33301H11.0562Z"
|
|
21
|
+
fill="currentColor"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
24
|
+
</template>
|
|
25
|
+
|
|
26
|
+
<script setup lang="ts">
|
|
27
|
+
</script>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M8.52518 1.525C8.52518 1.23505 8.29012 1 8.00018 1C7.71023 1 7.47518 1.23505 7.47518 1.525V2.37184C6.89218 2.54718 6.43237 3.007 6.25703 3.59L4.14481 3.59084V3.59C3.89864 3.59 3.72945 3.72384 3.65167 3.9284L1.68495 9.10033C1.67641 9.1217 1.66924 9.14377 1.66354 9.16642C1.65122 9.21494 1.64615 9.26395 1.64775 9.31217C1.65226 9.96037 1.91171 10.5811 2.3704 11.0397C2.83314 11.5025 3.46076 11.7625 4.11518 11.7625C4.7696 11.7625 5.39722 11.5025 5.85996 11.0397C6.31948 10.5802 6.57904 9.95812 6.58263 9.30864C6.58354 9.27411 6.58103 9.23918 6.57488 9.20432C6.56865 9.16856 6.55881 9.13405 6.54575 9.10116L4.89624 4.64L6.25705 4.64C6.4359 5.23463 6.91071 5.70111 7.5103 5.86828C7.48762 5.92698 7.47518 5.99077 7.47518 6.05747L7.47518 13.8274C7.47518 13.8696 7.48015 13.9107 7.48955 13.95H4.76269C4.47274 13.95 4.23769 14.185 4.23769 14.475C4.23769 14.7649 4.47274 15 4.76269 15H11.8852C12.1751 15 12.4102 14.7649 12.4102 14.475C12.4102 14.185 12.1751 13.95 11.8852 13.95H8.5108C8.5202 13.9107 8.52518 13.8696 8.52518 13.8274L8.52518 6.05747C8.52518 5.99077 8.51274 5.92697 8.49005 5.86828C9.08964 5.7011 9.56444 5.23463 9.74329 4.64H11.151L9.45493 9.10033C9.44639 9.1217 9.43922 9.14377 9.43352 9.16642C9.4212 9.21494 9.41613 9.26395 9.41773 9.31216C9.42224 9.96037 9.68169 10.5811 10.1404 11.0397C10.6031 11.5025 11.2307 11.7625 11.8852 11.7625C12.5396 11.7625 13.1672 11.5025 13.6299 11.0397C14.0895 10.5802 14.349 9.95811 14.3526 9.30861C14.3535 9.27402 14.351 9.23902 14.3448 9.20409C14.3386 9.16841 14.3288 9.13396 14.3157 9.10114L12.4048 3.93293C12.3289 3.72767 12.1336 3.59102 11.9148 3.59001L9.74331 3.59C9.56798 3.00701 9.10816 2.54719 8.52518 2.37184V1.525ZM5.53002 9.38175L4.13549 5.61018L2.70047 9.38388C2.72205 9.72737 2.86806 10.0525 3.11286 10.2973C3.37869 10.5631 3.73924 10.7125 4.11518 10.7125C4.49112 10.7125 4.85167 10.5631 5.1175 10.2973C5.3628 10.052 5.50891 9.72603 5.53002 9.38175ZM10.8828 10.2973C10.638 10.0525 10.492 9.72737 10.4705 9.38388L11.9055 5.61018L13.3 9.38175C13.2789 9.72603 13.1328 10.052 12.8875 10.2973C12.6216 10.5631 12.2611 10.7125 11.8852 10.7125C11.5092 10.7125 11.1487 10.5631 10.8828 10.2973ZM7.99686 3.34498L8.00018 3.34499L8.00349 3.34498C8.42628 3.34676 8.76864 3.68929 8.77016 4.11215L8.77016 4.115L8.77016 4.11783C8.76862 4.54178 8.42448 4.88497 8.00017 4.88497C7.57492 4.88497 7.23018 4.54023 7.23018 4.11497C7.23018 3.69082 7.57313 3.34677 7.99686 3.34498Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
17
|
+
|
|
18
|
+
<script setup lang="ts">
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
<g id="search">
|
|
14
|
+
<path
|
|
15
|
+
id="Vector"
|
|
16
|
+
fill-rule="evenodd"
|
|
17
|
+
clip-rule="evenodd"
|
|
18
|
+
d="M2.05012 7.28051C2.05012 4.39178 4.3919 2.04999 7.28063 2.04999C10.1694 2.04999 12.5111 4.39178 12.5111 7.28051C12.5111 10.1692 10.1694 12.511 7.28063 12.511C4.3919 12.511 2.05012 10.1692 2.05012 7.28051ZM7.28063 1C3.812 1 1.00012 3.81188 1.00012 7.28051C1.00012 10.7491 3.812 13.561 7.28063 13.561C8.82595 13.561 10.2409 13.0029 11.335 12.0773L14.1038 14.8461C14.3088 15.0512 14.6412 15.0512 14.8463 14.8461C15.0513 14.6411 15.0513 14.3087 14.8463 14.1037L12.0774 11.3348C13.003 10.2408 13.5611 8.82582 13.5611 7.28051C13.5611 3.81188 10.7493 1 7.28063 1Z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
23
|
+
</template>
|
|
24
|
+
|
|
25
|
+
<style scoped>
|
|
26
|
+
|
|
27
|
+
</style>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -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="http://www.w3.org/2000/svg">
|
|
7
|
+
<circle cx="14" cy="14" r="14" fill="white"/>
|
|
8
|
+
<path class="logo" d="M19.2137 18.2816L19.8356 14.3301H15.9452V11.767C15.9452 10.6857 16.4877 9.63107 18.2302 9.63107H20V6.26699C20 6.26699 18.3945 6 16.8603 6C13.6548 6 11.5617 7.89294 11.5617 11.3184V14.3301H8V18.2816H11.5617V27.8345C12.2767 27.944 13.0082 28 13.7534 28C14.4986 28 15.2302 27.944 15.9452 27.8345V18.2816H19.2137Z" fill="#2C3E50"/>
|
|
9
|
+
</svg>
|
|
10
|
+
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<rect width="28" height="28" rx="14" fill="white"/>
|
|
8
|
+
<g class="logo" fill="#2C3E50">
|
|
9
|
+
<path d="M20.125 9.1875C20.125 9.91237 19.5374 10.5 18.8125 10.5C18.0876 10.5 17.5 9.91237 17.5 9.1875C17.5 8.46263 18.0876 7.875 18.8125 7.875C19.5374 7.875 20.125 8.46263 20.125 9.1875Z" />
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 18.375C16.4162 18.375 18.375 16.4162 18.375 14C18.375 11.5838 16.4162 9.625 14 9.625C11.5838 9.625 9.625 11.5838 9.625 14C9.625 16.4162 11.5838 18.375 14 18.375ZM14 16.625C15.4497 16.625 16.625 15.4497 16.625 14C16.625 12.5503 15.4497 11.375 14 11.375C12.5503 11.375 11.375 12.5503 11.375 14C11.375 15.4497 12.5503 16.625 14 16.625Z" />
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 13.65C5.25 10.7097 5.25 9.23959 5.82222 8.11655C6.32555 7.1287 7.1287 6.32555 8.11655 5.82222C9.23959 5.25 10.7097 5.25 13.65 5.25H14.35C17.2903 5.25 18.7604 5.25 19.8835 5.82222C20.8713 6.32555 21.6744 7.1287 22.1778 8.11655C22.75 9.23959 22.75 10.7097 22.75 13.65V14.35C22.75 17.2903 22.75 18.7604 22.1778 19.8835C21.6744 20.8713 20.8713 21.6744 19.8835 22.1778C18.7604 22.75 17.2903 22.75 14.35 22.75H13.65C10.7097 22.75 9.23959 22.75 8.11655 22.1778C7.1287 21.6744 6.32555 20.8713 5.82222 19.8835C5.25 18.7604 5.25 17.2903 5.25 14.35V13.65ZM13.65 7H14.35C15.849 7 16.868 7.00136 17.6557 7.06572C18.4229 7.1284 18.8153 7.24202 19.089 7.38148C19.7475 7.71703 20.283 8.25247 20.6185 8.91103C20.758 9.18473 20.8716 9.57709 20.9343 10.3443C20.9986 11.132 21 12.151 21 13.65V14.35C21 15.849 20.9986 16.868 20.9343 17.6557C20.8716 18.4229 20.758 18.8153 20.6185 19.089C20.283 19.7475 19.7475 20.283 19.089 20.6185C18.8153 20.758 18.4229 20.8716 17.6557 20.9343C16.868 20.9986 15.849 21 14.35 21H13.65C12.151 21 11.132 20.9986 10.3443 20.9343C9.57709 20.8716 9.18473 20.758 8.91103 20.6185C8.25247 20.283 7.71703 19.7475 7.38148 19.089C7.24202 18.8153 7.1284 18.4229 7.06572 17.6557C7.00136 16.868 7 15.849 7 14.35V13.65C7 12.151 7.00136 11.132 7.06572 10.3443C7.1284 9.57709 7.24202 9.18473 7.38148 8.91103C7.71703 8.25247 8.25247 7.71703 8.91103 7.38148C9.18473 7.24202 9.57709 7.1284 10.3443 7.06572C11.132 7.00136 12.151 7 13.65 7Z" />
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
14
|
+
|
|
15
|
+
</template>
|
|
16
|
+
|
|
17
|
+
<style scoped>
|
|
18
|
+
|
|
19
|
+
</style>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<rect width="28" height="28" rx="14" fill="white" />
|
|
4
|
+
<g clip-path="url(#clip0_11045_8656)">
|
|
5
|
+
<path
|
|
6
|
+
d="M9.72564 11.1482H6.51458C6.37207 11.1482 6.25659 11.2637 6.25659 11.4062V21.722C6.25659 21.8645 6.37207 21.9799 6.51458 21.9799H9.72564C9.86815 21.9799 9.98363 21.8645 9.98363 21.722V11.4062C9.98363 11.2637 9.86815 11.1482 9.72564 11.1482Z"
|
|
7
|
+
fill="#2C3E50"
|
|
8
|
+
/>
|
|
9
|
+
<path
|
|
10
|
+
d="M8.12134 6.02002C6.95297 6.02002 6.00244 6.96952 6.00244 8.1366C6.00244 9.3042 6.95297 10.2541 8.12134 10.2541C9.28878 10.2541 10.2385 9.30414 10.2385 8.1366C10.2386 6.96952 9.28878 6.02002 8.12134 6.02002Z"
|
|
11
|
+
fill="#2C3E50"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M17.8931 10.8918C16.6035 10.8918 15.6501 11.4463 15.0718 12.0762V11.4062C15.0718 11.2638 14.9564 11.1482 14.8139 11.1482H11.7387C11.5962 11.1482 11.4807 11.2638 11.4807 11.4062V21.722C11.4807 21.8645 11.5962 21.98 11.7387 21.98H14.9427C15.0853 21.98 15.2007 21.8645 15.2007 21.722V16.6181C15.2007 14.8982 15.6679 14.2281 16.8668 14.2281C18.1725 14.2281 18.2763 15.3023 18.2763 16.7066V21.722C18.2763 21.8646 18.3918 21.98 18.5343 21.98H21.7395C21.882 21.98 21.9975 21.8646 21.9975 21.722V16.0637C21.9975 13.5062 21.5099 10.8918 17.8931 10.8918Z"
|
|
15
|
+
fill="#2C3E50"
|
|
16
|
+
/>
|
|
17
|
+
</g>
|
|
18
|
+
<defs>
|
|
19
|
+
<clipPath id="clip0_11045_8656">
|
|
20
|
+
<rect width="15.9952" height="16" fill="white" transform="translate(6.00244 6)" />
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
24
|
+
</template>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -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="http://www.w3.org/2000/svg">
|
|
7
|
+
<circle cx="14" cy="14" r="12.25" fill="white"/>
|
|
8
|
+
<path class="logo" d="M20.1132 8.93269C20.2223 8.2279 19.5522 7.67161 18.9256 7.94675L6.44422 13.4267C5.99482 13.624 6.0277 14.3047 6.49378 14.4532L9.06775 15.2728C9.55901 15.4293 10.091 15.3484 10.5199 15.052L16.3231 11.0427C16.4981 10.9218 16.6888 11.1707 16.5393 11.3248L12.3621 15.6316C11.9569 16.0493 12.0373 16.7573 12.5247 17.0629L17.2016 19.9958C17.7261 20.3247 18.401 19.9942 18.4991 19.3604L20.1132 8.93269Z" fill="#2C3E50"/>
|
|
9
|
+
</svg>
|
|
10
|
+
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -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="http://www.w3.org/2000/svg">
|
|
7
|
+
<circle cx="14" cy="14" r="14" fill="white"/>
|
|
8
|
+
<path class="logo" fill-rule="evenodd" clip-rule="evenodd" d="M16.855 6.15542H16.8569C16.7832 5.73905 16.8163 5.46875 16.8163 5.46875H13.8661V16.3445L13.8661 16.3593C13.8661 16.736 13.8661 17.1008 13.7333 17.4633C13.5182 18.0513 13.0585 18.582 12.4471 18.8175C11.6387 19.1285 10.986 19.1352 10.257 18.763C10.2563 18.7622 10.2556 18.7613 10.2549 18.7604C10.1564 18.7101 10.056 18.6525 9.95369 18.5877C9.07665 17.9979 8.91677 17.1137 8.92104 16.4888C9.02359 15.6396 9.37184 15.1642 10.0281 14.6769C10.0437 14.6659 10.0594 14.6553 10.0751 14.6449C10.0594 14.6553 10.0438 14.6659 10.0282 14.6769C9.37193 15.1642 9.02367 15.6396 8.92112 16.4888C8.91685 17.1137 9.07673 17.9979 9.95449 18.5873C10.0568 18.6519 10.1572 18.7095 10.2557 18.76C9.85727 18.2389 9.77074 17.6362 9.77395 17.1751C9.87615 16.326 10.2251 15.8502 10.881 15.3632C11.82 14.7028 12.9926 15.0762 12.9926 15.0762V12.2257C12.7111 12.1849 12.4263 12.168 12.1417 12.1752V11.5439C11.5911 11.4678 11.0314 11.4757 10.4834 11.5674C10.1198 11.6302 9.76426 11.7303 9.42299 11.8661C8.87585 12.0684 8.36775 12.3567 7.91959 12.7193C7.41138 13.1401 6.98339 13.6425 6.65477 14.2039C6.5305 14.4093 6.06046 15.2294 6.00313 16.5656C5.97002 17.3239 6.20788 18.1061 6.32112 18.4314V18.4338V18.4379C6.32591 18.4505 6.33161 18.4652 6.33819 18.4817C6.35099 18.5173 6.36119 18.5444 6.3678 18.562L6.36782 18.5621L6.37238 18.5743L6.3387 18.483C6.43227 18.7172 6.7028 19.3168 7.12374 19.83C7.48802 20.2711 7.91859 20.658 8.40138 20.9781C8.25069 20.8322 8.10886 20.6781 7.97656 20.5167C7.75471 20.2453 7.57493 19.9504 7.44065 19.6977C7.57496 19.9499 7.75466 20.2437 7.97598 20.5135C8.10828 20.675 8.25012 20.8291 8.4008 20.975L8.40385 20.9772C8.66679 21.2316 8.9538 21.4621 9.26119 21.6657C10.688 22.593 12.2737 22.5302 12.2737 22.5302C12.2964 22.5292 12.3237 22.5284 12.355 22.5274C12.7011 22.5169 13.5519 22.491 14.5099 22.0586C15.669 21.5357 16.3259 20.7593 16.3259 20.7593L16.3464 20.7356L16.3593 20.7208C16.5135 20.5447 16.9945 19.995 17.3155 19.1924C17.5836 18.5235 17.6716 17.7215 17.6716 17.4003V11.6326C17.7101 11.6534 18.1858 11.952 18.1858 11.952C18.1858 11.952 18.8745 12.3708 19.9459 12.6438C20.7133 12.839 21.7502 12.8796 21.7502 12.8796V10.0866C21.554 10.1064 21.2517 10.0848 20.897 10.0053V12.194C20.897 12.194 19.8605 12.1534 19.0927 11.9582C18.0213 11.6855 17.3322 11.2664 17.3322 11.2664C17.3322 11.2664 16.8569 10.9678 16.8184 10.9466V16.7137C16.8184 16.7602 16.8166 16.8167 16.8126 16.8816C16.8165 16.817 16.8183 16.7607 16.8183 16.7143V10.9459C16.8568 10.9671 17.3322 11.2657 17.3322 11.2657C17.3322 11.2657 18.0212 11.6845 19.0927 11.9575C19.8604 12.1527 20.897 12.1933 20.897 12.1933V10.0055C20.897 10.0055 20.897 10.0055 20.897 10.0055V9.40037C20.5327 9.43689 19.7939 9.32973 19.0436 8.97069C18.9269 8.91476 18.8137 8.85231 18.7046 8.78367C18.7986 8.88093 19.2793 9.36181 19.8964 9.65702C20.1646 9.78541 20.445 9.88859 20.7337 9.96518C20.4444 9.88865 20.1634 9.78542 19.8946 9.65688C19.2775 9.36166 18.7968 8.88079 18.7027 8.78352C18.3845 8.58334 18.0927 8.34705 17.8335 8.07979C17.1877 7.37203 16.9434 6.65744 16.855 6.15542ZM11.6229 19.6505C11.3584 19.5771 11.0911 19.453 10.8087 19.2741C10.6943 19.1986 10.5873 19.1137 10.4889 19.0203C10.5867 19.1135 10.6931 19.1985 10.8069 19.274C11.09 19.4532 11.3579 19.5773 11.6229 19.6505ZM7.23866 19.2796C7.2865 19.3901 7.35417 19.5353 7.44065 19.6977C7.35412 19.5349 7.28649 19.3897 7.23866 19.2796ZM7.23866 19.2796C7.20834 19.2099 7.18598 19.1543 7.17181 19.1174L7.17174 19.1156C7.18588 19.1533 7.20827 19.2095 7.23866 19.2796ZM7.17123 19.1119L7.17114 19.113C7.10773 18.9299 7.00568 18.6044 6.93392 18.2205C7.00591 18.6044 7.10804 18.9296 7.17123 19.1119ZM12.1397 14.39V12.1753L12.1401 12.1753V14.3902L12.1397 14.39ZM16.3954 18.6651C16.2822 18.9206 16.1549 19.1472 16.0315 19.3405C16.1551 19.1472 16.2824 18.9206 16.3954 18.6651ZM17.8358 8.07979C17.1898 7.37196 16.9455 6.65731 16.8572 6.15527H17.6698C17.6698 6.15527 17.5078 7.47162 18.6886 8.76612L18.705 8.78352C18.3867 8.58334 18.0949 8.34705 17.8358 8.07979Z" fill="#2C3E50"/>
|
|
9
|
+
</svg>
|
|
10
|
+
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
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"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
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"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
</template>
|
|
19
|
+
|
|
20
|
+
<script setup lang="ts">
|
|
21
|
+
</script>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -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="http://www.w3.org/2000/svg">
|
|
7
|
+
<rect width="28" height="28" rx="14" fill="white"/>
|
|
8
|
+
<path class="logo" d="M5.57456 10.2889C5.65329 9.07693 6.62772 8.12708 7.84079 8.06699C9.59739 7.97996 12.1081 7.875 13.9998 7.875C15.8915 7.875 18.4022 7.97996 20.1588 8.06699C21.3719 8.12708 22.3463 9.07693 22.425 10.2889C22.5005 11.4501 22.5748 12.8789 22.5748 14C22.5748 15.1211 22.5005 16.5499 22.425 17.7111C22.3463 18.9231 21.3719 19.8729 20.1588 19.933C18.4022 20.02 15.8915 20.125 13.9998 20.125C12.1081 20.125 9.59739 20.02 7.84079 19.933C6.62772 19.8729 5.65329 18.9231 5.57456 17.7111C5.49914 16.5499 5.4248 15.1211 5.4248 14C5.4248 12.8789 5.49914 11.4501 5.57456 10.2889Z" fill="#2C3E50"/>
|
|
9
|
+
<path d="M12.1626 11.5498V16.4498L17.0626 13.9998L12.1626 11.5498Z" fill="white"/>
|
|
10
|
+
</svg>
|
|
11
|
+
|
|
12
|
+
</template>
|
|
13
|
+
|
|
14
|
+
<style scoped>
|
|
15
|
+
|
|
16
|
+
</style>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -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>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="https://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="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"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
17
|
+
|
|
18
|
+
<script setup lang="ts">
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg
|
|
7
|
+
width="9"
|
|
8
|
+
height="12"
|
|
9
|
+
viewBox="0 0 9 12"
|
|
10
|
+
fill="none"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
d="M0.703125 4.40625V3.19531H8.3125V4.40625H5.24219V12H3.77344V4.40625H0.703125ZM8.3125 0.625V1.74219H0.703125V0.625H8.3125Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
</svg>
|
|
18
|
+
</template>
|
|
19
|
+
|
|
20
|
+
<style scoped>
|
|
21
|
+
|
|
22
|
+
</style>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg
|
|
7
|
+
width="17"
|
|
8
|
+
height="16"
|
|
9
|
+
viewBox="0 0 17 16"
|
|
10
|
+
fill="none"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
fill-rule="evenodd"
|
|
15
|
+
clip-rule="evenodd"
|
|
16
|
+
d="M7.15891 2.62092C7.5169 2.25375 7.99957 2.05 8.49995 2.05C9.00034 2.05 9.48301 2.25375 9.841 2.62092C10.1933 2.98225 10.3961 3.47279 10.4029 3.98845H6.59701C6.60384 3.47279 6.80661 2.98225 7.15891 2.62092ZM6.06896 5.03845L6.07183 5.03845L6.0747 5.03845H10.9252L10.9281 5.03845L10.9309 5.03845H12.3456V13.4788C12.3456 13.608 12.2954 13.7293 12.2102 13.8167C12.1254 13.9036 12.0133 13.95 11.8993 13.95H5.10058C4.98658 13.95 4.87447 13.9036 4.7897 13.8167C4.70449 13.7293 4.65433 13.608 4.65433 13.4788V5.03845H6.06896ZM5.54695 3.98845C5.55382 3.20262 5.86106 2.44797 6.40711 1.88791C6.95985 1.32101 7.71239 1 8.49995 1C9.28752 1 10.0401 1.32101 10.5928 1.88791C11.1389 2.44797 11.4461 3.20262 11.453 3.98845H12.8706H14.3274C14.6174 3.98845 14.8524 4.2235 14.8524 4.51345C14.8524 4.8034 14.6174 5.03845 14.3274 5.03845H13.3956V13.4788C13.3956 13.878 13.2411 14.2635 12.962 14.5497C12.6825 14.8364 12.3005 15 11.8993 15H5.10058C4.6994 15 4.31742 14.8364 4.03791 14.5497C3.75883 14.2635 3.60433 13.878 3.60433 13.4788V5.03845H2.67246C2.38251 5.03845 2.14746 4.8034 2.14746 4.51345C2.14746 4.2235 2.38251 3.98845 2.67246 3.98845H4.12933H5.54695ZM7.04308 6.97839C7.33303 6.97839 7.56808 7.21344 7.56808 7.50339V11.4895C7.56808 11.7794 7.33303 12.0145 7.04308 12.0145C6.75313 12.0145 6.51808 11.7794 6.51808 11.4895V7.50339C6.51808 7.21344 6.75313 6.97839 7.04308 6.97839ZM10.4818 7.50339C10.4818 7.21344 10.2468 6.97839 9.95682 6.97839C9.66687 6.97839 9.43182 7.21344 9.43182 7.50339V11.4895C9.43182 11.7794 9.66687 12.0145 9.95682 12.0145C10.2468 12.0145 10.4818 11.7794 10.4818 11.4895V7.50339Z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
</template>
|
|
21
|
+
|
|
22
|
+
<style scoped>
|
|
23
|
+
|
|
24
|
+
</style>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|