adata-ui 3.1.80 → 3.1.82
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/README.md +84 -84
- package/dist/module.json +1 -1
- package/dist/runtime/components/Alert.vue +26 -26
- package/dist/runtime/components/Alert.vue.d.ts +2 -37
- package/dist/runtime/components/Chip.vue +5 -5
- package/dist/runtime/components/Chip.vue.d.ts +2 -21
- package/dist/runtime/components/ColorMode.vue +12 -12
- package/dist/runtime/components/CurveBlock.vue +177 -177
- package/dist/runtime/components/DigitBadge.vue +5 -5
- package/dist/runtime/components/DigitBadge.vue.d.ts +1 -1
- package/dist/runtime/components/Drawer.vue +32 -32
- package/dist/runtime/components/Drawer.vue.d.ts +2 -47
- package/dist/runtime/components/EmptyHeader.vue +6 -6
- package/dist/runtime/components/Error.vue +59 -59
- package/dist/runtime/components/Footer.vue +73 -73
- package/dist/runtime/components/FooterAccordion.vue +45 -45
- package/dist/runtime/components/Header.vue +111 -111
- package/dist/runtime/components/Header.vue.d.ts +50 -0
- package/dist/runtime/components/Modal.vue +78 -78
- package/dist/runtime/components/Modal.vue.d.ts +9 -49
- package/dist/runtime/components/NewFooter.vue +114 -114
- package/dist/runtime/components/NewFooterAccordion.vue +52 -52
- package/dist/runtime/components/OtherServiceFeatures.vue +45 -45
- package/dist/runtime/components/PkMobileServices.vue +22 -22
- package/dist/runtime/components/SidePanel.vue +76 -76
- package/dist/runtime/components/SidePanel.vue.d.ts +3 -79
- package/dist/runtime/components/Tag.vue +4 -4
- package/dist/runtime/components/Tag.vue.d.ts +2 -12
- package/dist/runtime/components/Toggle.vue +30 -30
- package/dist/runtime/components/accordion/Accordion.vue +41 -41
- package/dist/runtime/components/accordion/Accordion.vue.d.ts +4 -44
- package/dist/runtime/components/button/Button.vue +22 -22
- package/dist/runtime/components/button/Button.vue.d.ts +4 -22
- package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
- package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +7 -39
- package/dist/runtime/components/date-picker/DatePicker.vue +38 -38
- package/dist/runtime/components/error-template/index.vue +32 -32
- package/dist/runtime/components/error-template/index.vue.d.ts +3 -5
- package/dist/runtime/components/feature-description/FeatureDescription.vue +46 -46
- package/dist/runtime/components/floating-label/FloatingLabel.vue +5 -5
- package/dist/runtime/components/floating-label/FloatingLabel.vue.d.ts +2 -7
- package/dist/runtime/components/forms/input/password/InputPassword.vue +25 -25
- package/dist/runtime/components/forms/input/password/InputPassword.vue.d.ts +1 -1
- package/dist/runtime/components/forms/input/standard/InputStandard.vue +108 -108
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue +63 -63
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue.d.ts +3 -35
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +61 -55
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +11 -2
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue +63 -59
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +27 -0
- package/dist/runtime/components/header/AlmatyContacts.vue +76 -76
- package/dist/runtime/components/header/AstanaContacts.vue +31 -31
- package/dist/runtime/components/header/CardGallery.vue +60 -60
- package/dist/runtime/components/header/ContactMenu.vue +39 -39
- package/dist/runtime/components/header/ContactMenu.vue.d.ts +8 -2
- package/dist/runtime/components/header/HeaderLink.vue +68 -55
- package/dist/runtime/components/header/LangSwitcher.vue +26 -26
- package/dist/runtime/components/header/ListItem.vue +15 -15
- package/dist/runtime/components/header/NavCard.vue +28 -28
- package/dist/runtime/components/header/NavList.vue +52 -52
- package/dist/runtime/components/header/ProductMenu.vue +72 -72
- package/dist/runtime/components/header/ProductMenu.vue.d.ts +8 -2
- package/dist/runtime/components/header/ProfileMenu.vue +37 -37
- package/dist/runtime/components/header/ProfileMenu.vue.d.ts +5 -1
- package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
- package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +5 -1
- package/dist/runtime/components/header/TopHeader.vue +72 -72
- package/dist/runtime/components/header-mobile/HeaderMobile.vue +39 -39
- package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +9 -14
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +29 -0
- package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
- package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +5 -1
- package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +26 -26
- package/dist/runtime/components/modals/ApplicationAcceptedModal.vue +43 -0
- package/dist/runtime/components/modals/ApplicationAcceptedModal.vue.d.ts +9 -0
- package/dist/runtime/components/modals/ConnectingTariffModal.vue +58 -0
- package/dist/runtime/components/modals/ConnectingTariffModal.vue.d.ts +19 -0
- package/dist/runtime/components/modals/InsufficientFundsModal.vue +68 -0
- package/dist/runtime/components/modals/InsufficientFundsModal.vue.d.ts +18 -0
- package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
- package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +5 -1
- package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
- package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +5 -1
- package/dist/runtime/components/modals/SubmitApplicationModal.vue +114 -0
- package/dist/runtime/components/modals/SubmitApplicationModal.vue.d.ts +17 -0
- package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
- package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +5 -1
- package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
- package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
- package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
- package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
- package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
- package/dist/runtime/components/modals/id/IdModals.vue +44 -44
- package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
- package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
- package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
- package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
- package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
- package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
- package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
- package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
- package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
- package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
- package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
- package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
- package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
- package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
- package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +46 -0
- package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
- package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +2 -36
- package/dist/runtime/components/row-card/RowCard.vue +27 -27
- package/dist/runtime/components/row-card/RowCard.vue.d.ts +2 -9
- package/dist/runtime/components/select-row/index.vue +58 -58
- package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
- package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
- package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +2 -20
- package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
- package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
- package/dist/runtime/composables/projectState.d.ts +2 -2
- package/dist/runtime/composables/useBuyTariffs.d.ts +7 -0
- package/dist/runtime/composables/useBuyTariffs.js +73 -0
- package/dist/runtime/composables/useIdModals.d.ts +11 -21
- package/dist/runtime/composables/usePayment.d.ts +5 -5
- package/dist/runtime/i18n/i18n.config.d.ts +9 -0
- package/dist/runtime/i18n.d.ts +1 -1
- package/dist/runtime/icons/ai-assistant.vue +13 -13
- package/dist/runtime/icons/akimat.vue +20 -20
- package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
- package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
- package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
- package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
- package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
- package/dist/runtime/icons/avatar.vue +41 -41
- package/dist/runtime/icons/avto/car.vue +17 -17
- package/dist/runtime/icons/avto/truck.vue +17 -17
- package/dist/runtime/icons/bank.vue +14 -14
- package/dist/runtime/icons/block.vue +19 -19
- package/dist/runtime/icons/bookmark.vue +19 -19
- package/dist/runtime/icons/calculator.vue +19 -19
- package/dist/runtime/icons/chartBar.vue +14 -14
- package/dist/runtime/icons/check-circle.vue +25 -25
- package/dist/runtime/icons/check-sb.vue +7 -7
- package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
- package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
- package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
- package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
- package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
- package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
- package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
- package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
- package/dist/runtime/icons/clipboard-text.vue +17 -17
- package/dist/runtime/icons/clock.vue +25 -25
- package/dist/runtime/icons/color-mode/moon.vue +20 -20
- package/dist/runtime/icons/color-mode/sun.vue +27 -27
- package/dist/runtime/icons/communication/mail.vue +19 -19
- package/dist/runtime/icons/communication/phone.vue +19 -19
- package/dist/runtime/icons/company.vue +19 -19
- package/dist/runtime/icons/currency/dollar.vue +19 -19
- package/dist/runtime/icons/currency/down.vue +22 -22
- package/dist/runtime/icons/currency/eur.vue +69 -69
- package/dist/runtime/icons/currency/rub.vue +25 -25
- package/dist/runtime/icons/currency/tenge.vue +9 -9
- package/dist/runtime/icons/currency/usd.vue +269 -269
- package/dist/runtime/icons/currency/yuan.vue +37 -37
- package/dist/runtime/icons/document/hdocument.vue +17 -17
- package/dist/runtime/icons/document/id.vue +19 -19
- package/dist/runtime/icons/document/profile.vue +19 -19
- package/dist/runtime/icons/eye-closed.vue +26 -26
- package/dist/runtime/icons/eye-open.vue +7 -7
- package/dist/runtime/icons/eye-opened.vue +23 -23
- package/dist/runtime/icons/file/excel-icon.vue +14 -14
- package/dist/runtime/icons/file/file.vue +19 -19
- package/dist/runtime/icons/file/files.vue +17 -17
- package/dist/runtime/icons/globe.vue +19 -19
- package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
- package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
- package/dist/runtime/icons/handshake.vue +19 -19
- package/dist/runtime/icons/history.vue +19 -19
- package/dist/runtime/icons/hot-line.vue +6 -6
- package/dist/runtime/icons/id.vue +9 -9
- package/dist/runtime/icons/info/info-circle.vue +29 -29
- package/dist/runtime/icons/invoice.vue +35 -35
- package/dist/runtime/icons/kaspi-qr.vue +13 -13
- package/dist/runtime/icons/link-chain.vue +31 -31
- package/dist/runtime/icons/loader-circle.vue +34 -34
- package/dist/runtime/icons/lock.vue +19 -19
- package/dist/runtime/icons/logo/adata.vue +48 -48
- package/dist/runtime/icons/logo/logo.vue +27 -27
- package/dist/runtime/icons/map-paper.vue +5 -5
- package/dist/runtime/icons/map-pin-rect.vue +15 -15
- package/dist/runtime/icons/medal.vue +17 -17
- package/dist/runtime/icons/menu/menu-filled.vue +61 -61
- package/dist/runtime/icons/menu/menu.vue +41 -41
- package/dist/runtime/icons/message.vue +24 -24
- package/dist/runtime/icons/modals/door.vue +162 -162
- package/dist/runtime/icons/moon.vue +10 -10
- package/dist/runtime/icons/navigation/expand-window.vue +19 -19
- package/dist/runtime/icons/navigation/location.vue +25 -25
- package/dist/runtime/icons/navigation/logout.vue +19 -19
- package/dist/runtime/icons/notifications.vue +25 -25
- package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
- package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
- package/dist/runtime/icons/other-service/block.vue +16 -16
- package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
- package/dist/runtime/icons/other-service/globe.vue +16 -16
- package/dist/runtime/icons/other-service/link.vue +7 -7
- package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
- package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
- package/dist/runtime/icons/other-service/users-three.vue +7 -7
- package/dist/runtime/icons/payment/payment-card.vue +6 -6
- package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
- package/dist/runtime/icons/plus.vue +24 -24
- package/dist/runtime/icons/radio/radio-check.vue +24 -24
- package/dist/runtime/icons/radio/radio-empty.vue +20 -20
- package/dist/runtime/icons/receipt/hcheck.vue +27 -27
- package/dist/runtime/icons/receipt/receipt.vue +27 -27
- package/dist/runtime/icons/sanctions.vue +8 -8
- package/dist/runtime/icons/scale.vue +19 -19
- package/dist/runtime/icons/search.vue +27 -27
- package/dist/runtime/icons/socials/facebook.vue +15 -15
- package/dist/runtime/icons/socials/google.vue +41 -41
- package/dist/runtime/icons/socials/instagram.vue +19 -19
- package/dist/runtime/icons/socials/linkedin.vue +24 -24
- package/dist/runtime/icons/socials/mailru.vue +34 -34
- package/dist/runtime/icons/socials/telegram.vue +15 -15
- package/dist/runtime/icons/socials/tik-tok.vue +15 -15
- package/dist/runtime/icons/socials/whatsapp.vue +21 -21
- package/dist/runtime/icons/socials/yandex.vue +28 -28
- package/dist/runtime/icons/socials/youtube.vue +16 -16
- package/dist/runtime/icons/sun.vue +14 -14
- package/dist/runtime/icons/sviazi.vue +19 -19
- package/dist/runtime/icons/tasks.vue +10 -10
- package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
- package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
- package/dist/runtime/icons/users/users-three.vue +17 -17
- package/dist/runtime/icons/users/users.vue +31 -31
- package/dist/runtime/icons/warning-triangle.vue +29 -29
- package/dist/runtime/icons/work-bag.vue +20 -20
- package/dist/runtime/icons/x-mark.vue +18 -18
- package/dist/runtime/illustrations/address-location.vue +38 -38
- package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
- package/dist/runtime/illustrations/bill.vue +133 -133
- package/dist/runtime/illustrations/buildings.vue +82 -82
- package/dist/runtime/illustrations/calendar.vue +156 -156
- package/dist/runtime/illustrations/chains.vue +152 -152
- package/dist/runtime/illustrations/coin-percent.vue +126 -126
- package/dist/runtime/illustrations/coins-stack.vue +202 -202
- package/dist/runtime/illustrations/delete-dark.vue +31 -31
- package/dist/runtime/illustrations/delete.vue +32 -32
- package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
- package/dist/runtime/illustrations/document.vue +64 -64
- package/dist/runtime/illustrations/door.vue +74 -74
- package/dist/runtime/illustrations/empty-box.vue +77 -77
- package/dist/runtime/illustrations/empty-wallet.vue +161 -161
- package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
- package/dist/runtime/illustrations/hammer.vue +156 -156
- package/dist/runtime/illustrations/hand-cash.vue +108 -108
- package/dist/runtime/illustrations/info.vue +39 -39
- package/dist/runtime/illustrations/mail.vue +68 -68
- package/dist/runtime/illustrations/ok.vue +62 -62
- package/dist/runtime/illustrations/people-group.vue +237 -237
- package/dist/runtime/illustrations/person-with-phone.vue +187 -187
- package/dist/runtime/illustrations/person.vue +159 -159
- package/dist/runtime/illustrations/phone-check.vue +90 -90
- package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
- package/dist/runtime/illustrations/stop-hand.vue +77 -77
- package/dist/runtime/illustrations/stop-sign.vue +34 -34
- package/dist/runtime/illustrations/suit.vue +111 -111
- package/dist/runtime/illustrations/suitcase.vue +105 -105
- package/dist/runtime/illustrations/terminal-dark.vue +48 -48
- package/dist/runtime/illustrations/terminal.vue +234 -234
- package/dist/runtime/illustrations/trash-can.vue +108 -108
- package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
- package/dist/runtime/illustrations/two-persons.vue +169 -169
- package/dist/runtime/lang/en.js +5 -2
- package/dist/runtime/lang/kk.js +5 -2
- package/dist/runtime/lang/ru.d.ts +3 -0
- package/dist/runtime/lang/ru.js +5 -2
- package/dist/runtime/plugins/toast.d.ts +1 -503
- package/dist/runtime/public/kaspi/logo.svg +4 -4
- package/dist/runtime/server/tsconfig.json +3 -3
- package/dist/runtime/utils/getMaxZindex.d.ts +2 -0
- package/dist/runtime/utils/getMaxZindex.js +22 -0
- package/dist/runtime/utils/localizedNavigation.d.ts +1 -1
- package/dist/runtime/utils/useUrls.d.ts +1 -0
- package/dist/runtime/utils/useUrls.js +1 -0
- package/package.json +73 -73
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="19"
|
|
4
|
-
height="18"
|
|
5
|
-
viewBox="0 0 19 18"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M2.35449 7.31252H4.04199V11.8125H2.91699C2.76781 11.8125 2.62473 11.8718 2.51924 11.9773C2.41376 12.0828 2.35449 12.2258 2.35449 12.375C2.35449 12.5242 2.41376 12.6673 2.51924 12.7728C2.62473 12.8783 2.76781 12.9375 2.91699 12.9375H16.417C16.5662 12.9375 16.7093 12.8783 16.8147 12.7728C16.9202 12.6673 16.9795 12.5242 16.9795 12.375C16.9795 12.2258 16.9202 12.0828 16.8147 11.9773C16.7093 11.8718 16.5662 11.8125 16.417 11.8125H15.292V7.31252H16.9795C17.1019 7.31239 17.2209 7.27236 17.3185 7.19848C17.416 7.1246 17.4869 7.02091 17.5202 6.90315C17.5535 6.78538 17.5475 6.65996 17.5031 6.54591C17.4587 6.43186 17.3783 6.33541 17.2741 6.27119L9.9616 1.77119C9.87299 1.71671 9.77101 1.68787 9.66699 1.68787C9.56297 1.68787 9.46099 1.71671 9.37238 1.77119L2.05988 6.27119C1.9557 6.33541 1.87531 6.43186 1.8309 6.54591C1.78649 6.65996 1.78049 6.78538 1.8138 6.90315C1.84712 7.02091 1.91794 7.1246 2.01552 7.19848C2.11309 7.27236 2.2321 7.31239 2.35449 7.31252ZM5.16699 7.31252H7.41699V11.8125H5.16699V7.31252ZM10.792 7.31252V11.8125H8.54199V7.31252H10.792ZM14.167 11.8125H11.917V7.31252H14.167V11.8125ZM9.66699 2.91025L14.9925 6.18752H4.34152L9.66699 2.91025ZM18.1045 14.625C18.1045 14.7742 18.0452 14.9173 17.9397 15.0228C17.8343 15.1283 17.6912 15.1875 17.542 15.1875H1.79199C1.64281 15.1875 1.49973 15.1283 1.39424 15.0228C1.28876 14.9173 1.22949 14.7742 1.22949 14.625C1.22949 14.4758 1.28876 14.3328 1.39424 14.2273C1.49973 14.1218 1.64281 14.0625 1.79199 14.0625H17.542C17.6912 14.0625 17.8343 14.1218 17.9397 14.2273C18.0452 14.3328 18.1045 14.4758 18.1045 14.625Z"
|
|
11
|
-
fill="currentColor"
|
|
12
|
-
/>
|
|
13
|
-
</svg>
|
|
14
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="19"
|
|
4
|
+
height="18"
|
|
5
|
+
viewBox="0 0 19 18"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M2.35449 7.31252H4.04199V11.8125H2.91699C2.76781 11.8125 2.62473 11.8718 2.51924 11.9773C2.41376 12.0828 2.35449 12.2258 2.35449 12.375C2.35449 12.5242 2.41376 12.6673 2.51924 12.7728C2.62473 12.8783 2.76781 12.9375 2.91699 12.9375H16.417C16.5662 12.9375 16.7093 12.8783 16.8147 12.7728C16.9202 12.6673 16.9795 12.5242 16.9795 12.375C16.9795 12.2258 16.9202 12.0828 16.8147 11.9773C16.7093 11.8718 16.5662 11.8125 16.417 11.8125H15.292V7.31252H16.9795C17.1019 7.31239 17.2209 7.27236 17.3185 7.19848C17.416 7.1246 17.4869 7.02091 17.5202 6.90315C17.5535 6.78538 17.5475 6.65996 17.5031 6.54591C17.4587 6.43186 17.3783 6.33541 17.2741 6.27119L9.9616 1.77119C9.87299 1.71671 9.77101 1.68787 9.66699 1.68787C9.56297 1.68787 9.46099 1.71671 9.37238 1.77119L2.05988 6.27119C1.9557 6.33541 1.87531 6.43186 1.8309 6.54591C1.78649 6.65996 1.78049 6.78538 1.8138 6.90315C1.84712 7.02091 1.91794 7.1246 2.01552 7.19848C2.11309 7.27236 2.2321 7.31239 2.35449 7.31252ZM5.16699 7.31252H7.41699V11.8125H5.16699V7.31252ZM10.792 7.31252V11.8125H8.54199V7.31252H10.792ZM14.167 11.8125H11.917V7.31252H14.167V11.8125ZM9.66699 2.91025L14.9925 6.18752H4.34152L9.66699 2.91025ZM18.1045 14.625C18.1045 14.7742 18.0452 14.9173 17.9397 15.0228C17.8343 15.1283 17.6912 15.1875 17.542 15.1875H1.79199C1.64281 15.1875 1.49973 15.1283 1.39424 15.0228C1.28876 14.9173 1.22949 14.7742 1.22949 14.625C1.22949 14.4758 1.28876 14.3328 1.39424 14.2273C1.49973 14.1218 1.64281 14.0625 1.79199 14.0625H17.542C17.6912 14.0625 17.8343 14.1218 17.9397 14.2273C18.0452 14.3328 18.1045 14.4758 18.1045 14.625Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="17"
|
|
5
|
-
viewBox="0 0 16 17"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M2.05 8.5C2.05 5.21391 4.71391 2.55 8 2.55C9.45403 2.55 10.7862 3.07156 11.8198 3.9378L3.4378 12.3198C2.57156 11.2862 2.05 9.95403 2.05 8.5ZM4.18027 13.0622C5.21378 13.9284 6.54598 14.45 8 14.45C11.2861 14.45 13.95 11.7861 13.95 8.5C13.95 7.04598 13.4284 5.71378 12.5622 4.68027L4.18027 13.0622ZM8 1.5C4.13401 1.5 1 4.63401 1 8.5C1 12.366 4.13401 15.5 8 15.5C11.866 15.5 15 12.366 15 8.5C15 4.63401 11.866 1.5 8 1.5Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
17
|
-
|
|
18
|
-
<script setup lang="ts">
|
|
19
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="17"
|
|
5
|
+
viewBox="0 0 16 17"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M2.05 8.5C2.05 5.21391 4.71391 2.55 8 2.55C9.45403 2.55 10.7862 3.07156 11.8198 3.9378L3.4378 12.3198C2.57156 11.2862 2.05 9.95403 2.05 8.5ZM4.18027 13.0622C5.21378 13.9284 6.54598 14.45 8 14.45C11.2861 14.45 13.95 11.7861 13.95 8.5C13.95 7.04598 13.4284 5.71378 12.5622 4.68027L4.18027 13.0622ZM8 1.5C4.13401 1.5 1 4.63401 1 8.5C1 12.366 4.13401 15.5 8 15.5C11.866 15.5 15 12.366 15 8.5C15 4.63401 11.866 1.5 8 1.5Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
17
|
+
|
|
18
|
+
<script setup lang="ts">
|
|
19
|
+
</script>
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 16 16"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M4.49999 2.05C4.27263 2.05 4.05159 2.14269 3.88632 2.31255C3.72057 2.48291 3.62498 2.71694 3.62498 2.96389V13.4383L7.68931 10.4546C7.8742 10.3189 8.12579 10.3189 8.31068 10.4546L12.375 13.4383V2.96389C12.375 2.71694 12.2794 2.48291 12.1137 2.31255C11.9484 2.14269 11.7274 2.05 11.5 2.05H4.49999ZM3.13375 1.58033C3.49358 1.2105 3.98473 1 4.49999 1H11.5C12.0153 1 12.5064 1.2105 12.8662 1.58033C13.2256 1.94967 13.425 2.44761 13.425 2.96389V14.475C13.425 14.6729 13.3137 14.854 13.1372 14.9434C12.9607 15.0328 12.7488 15.0153 12.5893 14.8982L7.99999 11.5291L3.41067 14.8982C3.25115 15.0153 3.03934 15.0328 2.86279 14.9434C2.68625 14.854 2.57498 14.6729 2.57498 14.475V2.96389C2.57498 2.44761 2.7744 1.94967 3.13375 1.58033Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
17
|
-
|
|
18
|
-
<script setup lang="ts">
|
|
19
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M4.49999 2.05C4.27263 2.05 4.05159 2.14269 3.88632 2.31255C3.72057 2.48291 3.62498 2.71694 3.62498 2.96389V13.4383L7.68931 10.4546C7.8742 10.3189 8.12579 10.3189 8.31068 10.4546L12.375 13.4383V2.96389C12.375 2.71694 12.2794 2.48291 12.1137 2.31255C11.9484 2.14269 11.7274 2.05 11.5 2.05H4.49999ZM3.13375 1.58033C3.49358 1.2105 3.98473 1 4.49999 1H11.5C12.0153 1 12.5064 1.2105 12.8662 1.58033C13.2256 1.94967 13.425 2.44761 13.425 2.96389V14.475C13.425 14.6729 13.3137 14.854 13.1372 14.9434C12.9607 15.0328 12.7488 15.0153 12.5893 14.8982L7.99999 11.5291L3.41067 14.8982C3.25115 15.0153 3.03934 15.0328 2.86279 14.9434C2.68625 14.854 2.57498 14.6729 2.57498 14.475V2.96389C2.57498 2.44761 2.7744 1.94967 3.13375 1.58033Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
17
|
+
|
|
18
|
+
<script setup lang="ts">
|
|
19
|
+
</script>
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 16 16"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M3.77338 2.33301C3.53535 2.33301 3.33398 2.52924 3.33398 2.78173V6.0766H12.6673V2.78173C12.6673 2.52924 12.466 2.33301 12.2279 2.33301H3.77338ZM2.33398 2.78173V6.5766V13.2176C2.33398 14.0131 2.97378 14.6663 3.77338 14.6663H12.2279C13.0275 14.6663 13.6673 14.0131 13.6673 13.2176V6.5766V2.78173C13.6673 1.98629 13.0275 1.33301 12.2279 1.33301H3.77338C2.97378 1.33301 2.33398 1.98629 2.33398 2.78173ZM12.6673 13.2176V7.0766H3.33398V13.2176C3.33398 13.4701 3.53535 13.6663 3.77338 13.6663H12.2279C12.466 13.6663 12.6673 13.4701 12.6673 13.2176ZM11.3365 11.5599C11.3365 11.9742 11.0008 12.3099 10.5865 12.3099C10.1723 12.3099 9.83655 11.9742 9.83655 11.5599C9.83655 11.1457 10.1723 10.8099 10.5865 10.8099C11.0008 10.8099 11.3365 11.1457 11.3365 11.5599ZM10.5865 9.93557C11.0008 9.93557 11.3365 9.59978 11.3365 9.18557C11.3365 8.77135 11.0008 8.43557 10.5865 8.43557C10.1723 8.43557 9.83655 8.77135 9.83655 9.18557C9.83655 9.59978 10.1723 9.93557 10.5865 9.93557ZM8.75065 11.5599C8.75065 11.9742 8.41487 12.3099 8.00065 12.3099C7.58644 12.3099 7.25065 11.9742 7.25065 11.5599C7.25065 11.1457 7.58644 10.8099 8.00065 10.8099C8.41487 10.8099 8.75065 11.1457 8.75065 11.5599ZM8.00065 9.93557C8.41487 9.93557 8.75065 9.59978 8.75065 9.18557C8.75065 8.77135 8.41487 8.43557 8.00065 8.43557C7.58644 8.43557 7.25065 8.77135 7.25065 9.18557C7.25065 9.59978 7.58644 9.93557 8.00065 9.93557ZM6.16475 11.5599C6.16475 11.9742 5.82897 12.3099 5.41475 12.3099C5.00054 12.3099 4.66475 11.9742 4.66475 11.5599C4.66475 11.1457 5.00054 10.8099 5.41475 10.8099C5.82897 10.8099 6.16475 11.1457 6.16475 11.5599ZM5.41475 9.93557C5.82897 9.93557 6.16475 9.59978 6.16475 9.18557C6.16475 8.77135 5.82897 8.43557 5.41475 8.43557C5.00054 8.43557 4.66475 8.77135 4.66475 9.18557C4.66475 9.59978 5.00054 9.93557 5.41475 9.93557ZM9.87944 3.7048C9.60329 3.7048 9.37944 3.92866 9.37944 4.2048C9.37944 4.48095 9.60329 4.7048 9.87944 4.7048H10.8188C11.095 4.7048 11.3188 4.48095 11.3188 4.2048C11.3188 3.92866 11.095 3.7048 10.8188 3.7048H9.87944Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
17
|
-
|
|
18
|
-
<script setup lang="ts">
|
|
19
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M3.77338 2.33301C3.53535 2.33301 3.33398 2.52924 3.33398 2.78173V6.0766H12.6673V2.78173C12.6673 2.52924 12.466 2.33301 12.2279 2.33301H3.77338ZM2.33398 2.78173V6.5766V13.2176C2.33398 14.0131 2.97378 14.6663 3.77338 14.6663H12.2279C13.0275 14.6663 13.6673 14.0131 13.6673 13.2176V6.5766V2.78173C13.6673 1.98629 13.0275 1.33301 12.2279 1.33301H3.77338C2.97378 1.33301 2.33398 1.98629 2.33398 2.78173ZM12.6673 13.2176V7.0766H3.33398V13.2176C3.33398 13.4701 3.53535 13.6663 3.77338 13.6663H12.2279C12.466 13.6663 12.6673 13.4701 12.6673 13.2176ZM11.3365 11.5599C11.3365 11.9742 11.0008 12.3099 10.5865 12.3099C10.1723 12.3099 9.83655 11.9742 9.83655 11.5599C9.83655 11.1457 10.1723 10.8099 10.5865 10.8099C11.0008 10.8099 11.3365 11.1457 11.3365 11.5599ZM10.5865 9.93557C11.0008 9.93557 11.3365 9.59978 11.3365 9.18557C11.3365 8.77135 11.0008 8.43557 10.5865 8.43557C10.1723 8.43557 9.83655 8.77135 9.83655 9.18557C9.83655 9.59978 10.1723 9.93557 10.5865 9.93557ZM8.75065 11.5599C8.75065 11.9742 8.41487 12.3099 8.00065 12.3099C7.58644 12.3099 7.25065 11.9742 7.25065 11.5599C7.25065 11.1457 7.58644 10.8099 8.00065 10.8099C8.41487 10.8099 8.75065 11.1457 8.75065 11.5599ZM8.00065 9.93557C8.41487 9.93557 8.75065 9.59978 8.75065 9.18557C8.75065 8.77135 8.41487 8.43557 8.00065 8.43557C7.58644 8.43557 7.25065 8.77135 7.25065 9.18557C7.25065 9.59978 7.58644 9.93557 8.00065 9.93557ZM6.16475 11.5599C6.16475 11.9742 5.82897 12.3099 5.41475 12.3099C5.00054 12.3099 4.66475 11.9742 4.66475 11.5599C4.66475 11.1457 5.00054 10.8099 5.41475 10.8099C5.82897 10.8099 6.16475 11.1457 6.16475 11.5599ZM5.41475 9.93557C5.82897 9.93557 6.16475 9.59978 6.16475 9.18557C6.16475 8.77135 5.82897 8.43557 5.41475 8.43557C5.00054 8.43557 4.66475 8.77135 4.66475 9.18557C4.66475 9.59978 5.00054 9.93557 5.41475 9.93557ZM9.87944 3.7048C9.60329 3.7048 9.37944 3.92866 9.37944 4.2048C9.37944 4.48095 9.60329 4.7048 9.87944 4.7048H10.8188C11.095 4.7048 11.3188 4.48095 11.3188 4.2048C11.3188 3.92866 11.095 3.7048 10.8188 3.7048H9.87944Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
17
|
+
|
|
18
|
+
<script setup lang="ts">
|
|
19
|
+
</script>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="19"
|
|
4
|
-
height="18"
|
|
5
|
-
viewBox="0 0 19 18"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M16.417 14.0625H15.8545V2.8125C15.8545 2.66332 15.7952 2.52024 15.6897 2.41475C15.5843 2.30926 15.4412 2.25 15.292 2.25H11.3545C11.2053 2.25 11.0622 2.30926 10.9567 2.41475C10.8513 2.52024 10.792 2.66332 10.792 2.8125V5.625H7.41699C7.26781 5.625 7.12473 5.68426 7.01924 5.78975C6.91376 5.89524 6.85449 6.03832 6.85449 6.1875V9H4.04199C3.89281 9 3.74973 9.05926 3.64424 9.16475C3.53876 9.27024 3.47949 9.41332 3.47949 9.5625V14.0625H2.91699C2.76781 14.0625 2.62473 14.1218 2.51924 14.2273C2.41376 14.3327 2.35449 14.4758 2.35449 14.625C2.35449 14.7742 2.41376 14.9173 2.51924 15.0227C2.62473 15.1282 2.76781 15.1875 2.91699 15.1875H16.417C16.5662 15.1875 16.7093 15.1282 16.8147 15.0227C16.9202 14.9173 16.9795 14.7742 16.9795 14.625C16.9795 14.4758 16.9202 14.3327 16.8147 14.2273C16.7093 14.1218 16.5662 14.0625 16.417 14.0625ZM11.917 3.375H14.7295V14.0625H11.917V3.375ZM7.97949 6.75H10.792V14.0625H7.97949V6.75ZM4.60449 10.125H6.85449V14.0625H4.60449V10.125Z"
|
|
11
|
-
fill="currentColor"
|
|
12
|
-
/>
|
|
13
|
-
</svg>
|
|
14
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="19"
|
|
4
|
+
height="18"
|
|
5
|
+
viewBox="0 0 19 18"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M16.417 14.0625H15.8545V2.8125C15.8545 2.66332 15.7952 2.52024 15.6897 2.41475C15.5843 2.30926 15.4412 2.25 15.292 2.25H11.3545C11.2053 2.25 11.0622 2.30926 10.9567 2.41475C10.8513 2.52024 10.792 2.66332 10.792 2.8125V5.625H7.41699C7.26781 5.625 7.12473 5.68426 7.01924 5.78975C6.91376 5.89524 6.85449 6.03832 6.85449 6.1875V9H4.04199C3.89281 9 3.74973 9.05926 3.64424 9.16475C3.53876 9.27024 3.47949 9.41332 3.47949 9.5625V14.0625H2.91699C2.76781 14.0625 2.62473 14.1218 2.51924 14.2273C2.41376 14.3327 2.35449 14.4758 2.35449 14.625C2.35449 14.7742 2.41376 14.9173 2.51924 15.0227C2.62473 15.1282 2.76781 15.1875 2.91699 15.1875H16.417C16.5662 15.1875 16.7093 15.1282 16.8147 15.0227C16.9202 14.9173 16.9795 14.7742 16.9795 14.625C16.9795 14.4758 16.9202 14.3327 16.8147 14.2273C16.7093 14.1218 16.5662 14.0625 16.417 14.0625ZM11.917 3.375H14.7295V14.0625H11.917V3.375ZM7.97949 6.75H10.792V14.0625H7.97949V6.75ZM4.60449 10.125H6.85449V14.0625H4.60449V10.125Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 16 16"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M10.306 2.82359C9.18983 2.32624 7.94278 2.20303 6.75085 2.47233C5.55892 2.74164 4.48598 3.38902 3.69203 4.31793C2.89809 5.24684 2.42569 6.40751 2.34529 7.62683C2.26489 8.84616 2.58079 10.0588 3.24589 11.0839C3.91098 12.109 4.88963 12.8917 6.03588 13.3152C7.18212 13.7387 8.43455 13.7803 9.60638 13.4338C10.7782 13.0873 11.8066 12.3713 12.5383 11.3926C13.27 10.4139 13.6656 9.22489 13.6663 8.00292V7.43587C13.6663 7.15973 13.8902 6.93587 14.1663 6.93587C14.4425 6.93587 14.6663 7.15973 14.6663 7.43587V8.00321C14.6655 9.44082 14.2 10.8399 13.3392 11.9914C12.4785 13.1428 11.2685 13.9851 9.88991 14.3928C8.5113 14.8004 7.03785 14.7514 5.68932 14.2532C4.3408 13.755 3.18944 12.8342 2.40698 11.6282C1.62452 10.4222 1.25287 8.99553 1.34746 7.56103C1.44205 6.12653 1.99781 4.76104 2.93186 3.66821C3.86591 2.57537 5.1282 1.81375 6.53047 1.49692C7.93274 1.1801 9.39985 1.32505 10.713 1.91016C10.9652 2.02255 11.0786 2.31814 10.9662 2.57037C10.8538 2.82261 10.5582 2.93598 10.306 2.82359Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
fill-rule="evenodd"
|
|
17
|
-
clip-rule="evenodd"
|
|
18
|
-
d="M14.5197 2.7126C14.7151 2.90776 14.7152 3.22434 14.5201 3.4197L8.35341 9.59254C8.25966 9.68638 8.13246 9.73913 7.9998 9.73916C7.86715 9.73919 7.73992 9.68651 7.64613 9.59271L5.79613 7.74271C5.60086 7.54745 5.60086 7.23087 5.79613 7.03561C5.99139 6.84034 6.30797 6.84034 6.50323 7.03561L7.9995 8.53188L13.8126 2.71295C14.0078 2.51759 14.3244 2.51743 14.5197 2.7126Z"
|
|
19
|
-
fill="currentColor"
|
|
20
|
-
/>
|
|
21
|
-
</svg>
|
|
22
|
-
</template>
|
|
23
|
-
|
|
24
|
-
<script setup lang="ts">
|
|
25
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M10.306 2.82359C9.18983 2.32624 7.94278 2.20303 6.75085 2.47233C5.55892 2.74164 4.48598 3.38902 3.69203 4.31793C2.89809 5.24684 2.42569 6.40751 2.34529 7.62683C2.26489 8.84616 2.58079 10.0588 3.24589 11.0839C3.91098 12.109 4.88963 12.8917 6.03588 13.3152C7.18212 13.7387 8.43455 13.7803 9.60638 13.4338C10.7782 13.0873 11.8066 12.3713 12.5383 11.3926C13.27 10.4139 13.6656 9.22489 13.6663 8.00292V7.43587C13.6663 7.15973 13.8902 6.93587 14.1663 6.93587C14.4425 6.93587 14.6663 7.15973 14.6663 7.43587V8.00321C14.6655 9.44082 14.2 10.8399 13.3392 11.9914C12.4785 13.1428 11.2685 13.9851 9.88991 14.3928C8.5113 14.8004 7.03785 14.7514 5.68932 14.2532C4.3408 13.755 3.18944 12.8342 2.40698 11.6282C1.62452 10.4222 1.25287 8.99553 1.34746 7.56103C1.44205 6.12653 1.99781 4.76104 2.93186 3.66821C3.86591 2.57537 5.1282 1.81375 6.53047 1.49692C7.93274 1.1801 9.39985 1.32505 10.713 1.91016C10.9652 2.02255 11.0786 2.31814 10.9662 2.57037C10.8538 2.82261 10.5582 2.93598 10.306 2.82359Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
fill-rule="evenodd"
|
|
17
|
+
clip-rule="evenodd"
|
|
18
|
+
d="M14.5197 2.7126C14.7151 2.90776 14.7152 3.22434 14.5201 3.4197L8.35341 9.59254C8.25966 9.68638 8.13246 9.73913 7.9998 9.73916C7.86715 9.73919 7.73992 9.68651 7.64613 9.59271L5.79613 7.74271C5.60086 7.54745 5.60086 7.23087 5.79613 7.03561C5.99139 6.84034 6.30797 6.84034 6.50323 7.03561L7.9995 8.53188L13.8126 2.71295C14.0078 2.51759 14.3244 2.51743 14.5197 2.7126Z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
</template>
|
|
23
|
+
|
|
24
|
+
<script setup lang="ts">
|
|
25
|
+
</script>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path d="M1.38672 0.879223H13.2324C13.3669 0.879223 13.4957 0.932587 13.5908 1.02766C13.6859 1.12271 13.7393 1.25165 13.7393 1.38606V4.61653C13.7405 6.58649 13.1446 8.51119 12.0293 10.1351C10.9141 11.7589 9.33221 13.006 7.49316 13.7122H7.49219C7.37469 13.7575 7.24445 13.7575 7.12695 13.7122H7.12598C5.28693 13.0061 3.70507 11.7589 2.58984 10.1351C1.47456 8.51121 0.87869 6.58651 0.879883 4.61653V1.38606C0.879883 1.25163 0.933278 1.1227 1.02832 1.02766C1.12338 0.932604 1.2523 0.879223 1.38672 0.879223Z" stroke="currentColor" stroke-width="1.14015"/>
|
|
4
|
-
<path d="M7.68372 14.0053C7.44283 14.0982 7.17598 14.0982 6.93508 14.0053C5.05542 13.2836 3.4389 12.0088 2.29903 10.3491C1.15915 8.68941 0.549564 6.72299 0.550783 4.70957V1.59021C0.550783 1.31444 0.660331 1.04996 0.855329 0.854966C1.05033 0.659968 1.31481 0.550419 1.59057 0.550419H13.0282C13.304 0.550419 13.5685 0.659968 13.7635 0.854966C13.9585 1.04996 14.068 1.31444 14.068 1.59021V4.70957C14.0693 6.72299 13.4596 8.68941 12.3198 10.3491C11.18 12.0088 9.56338 13.2836 7.68372 14.0053Z" stroke="currentColor" stroke-width="1.10084" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
<path d="M10.5708 4.05523L6.22738 8.9416L4.05566 7.31281" stroke="currentColor" stroke-width="1.14015" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
-
</svg>
|
|
7
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M1.38672 0.879223H13.2324C13.3669 0.879223 13.4957 0.932587 13.5908 1.02766C13.6859 1.12271 13.7393 1.25165 13.7393 1.38606V4.61653C13.7405 6.58649 13.1446 8.51119 12.0293 10.1351C10.9141 11.7589 9.33221 13.006 7.49316 13.7122H7.49219C7.37469 13.7575 7.24445 13.7575 7.12695 13.7122H7.12598C5.28693 13.0061 3.70507 11.7589 2.58984 10.1351C1.47456 8.51121 0.87869 6.58651 0.879883 4.61653V1.38606C0.879883 1.25163 0.933278 1.1227 1.02832 1.02766C1.12338 0.932604 1.2523 0.879223 1.38672 0.879223Z" stroke="currentColor" stroke-width="1.14015"/>
|
|
4
|
+
<path d="M7.68372 14.0053C7.44283 14.0982 7.17598 14.0982 6.93508 14.0053C5.05542 13.2836 3.4389 12.0088 2.29903 10.3491C1.15915 8.68941 0.549564 6.72299 0.550783 4.70957V1.59021C0.550783 1.31444 0.660331 1.04996 0.855329 0.854966C1.05033 0.659968 1.31481 0.550419 1.59057 0.550419H13.0282C13.304 0.550419 13.5685 0.659968 13.7635 0.854966C13.9585 1.04996 14.068 1.31444 14.068 1.59021V4.70957C14.0693 6.72299 13.4596 8.68941 12.3198 10.3491C11.18 12.0088 9.56338 13.2836 7.68372 14.0053Z" stroke="currentColor" stroke-width="1.10084" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M10.5708 4.05523L6.22738 8.9416L4.05566 7.31281" stroke="currentColor" stroke-width="1.14015" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="1em"
|
|
4
|
-
height="1em"
|
|
5
|
-
viewBox="0 0 20 20"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M0 3C0 1.34315 1.34315 0 3 0H17C18.6569 0 20 1.34315 20 3V17C20 18.6569 18.6569 20 17 20H3C1.34315 20 0 18.6569 0 17V3ZM15.7526 6.6585C16.1163 6.24287 16.0741 5.61111 15.6585 5.24742C15.2429 4.88374 14.6111 4.92586 14.2474 5.3415L7.95129 12.5371L5.70711 10.2929C5.31658 9.90237 4.68342 9.90237 4.29289 10.2929C3.90237 10.6834 3.90237 11.3166 4.29289 11.7071L7.29289 14.7071C7.4886 14.9028 7.75666 15.0087 8.03328 14.9994C8.30989 14.9902 8.57032 14.8668 8.75258 14.6585L15.7526 6.6585Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
17
|
-
|
|
18
|
-
<script setup lang="ts">
|
|
19
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="1em"
|
|
4
|
+
height="1em"
|
|
5
|
+
viewBox="0 0 20 20"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M0 3C0 1.34315 1.34315 0 3 0H17C18.6569 0 20 1.34315 20 3V17C20 18.6569 18.6569 20 17 20H3C1.34315 20 0 18.6569 0 17V3ZM15.7526 6.6585C16.1163 6.24287 16.0741 5.61111 15.6585 5.24742C15.2429 4.88374 14.6111 4.92586 14.2474 5.3415L7.95129 12.5371L5.70711 10.2929C5.31658 9.90237 4.68342 9.90237 4.29289 10.2929C3.90237 10.6834 3.90237 11.3166 4.29289 11.7071L7.29289 14.7071C7.4886 14.9028 7.75666 15.0087 8.03328 14.9994C8.30989 14.9902 8.57032 14.8668 8.75258 14.6585L15.7526 6.6585Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
17
|
+
|
|
18
|
+
<script setup lang="ts">
|
|
19
|
+
</script>
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="1em"
|
|
4
|
-
height="1em"
|
|
5
|
-
viewBox="0 0 20 20"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M3 2C2.44772 2 2 2.44772 2 3V17C2 17.5523 2.44772 18 3 18H17C17.5523 18 18 17.5523 18 17V3C18 2.44772 17.5523 2 17 2H3ZM0 3C0 1.34315 1.34315 0 3 0H17C18.6569 0 20 1.34315 20 3V17C20 18.6569 18.6569 20 17 20H3C1.34315 20 0 18.6569 0 17V3Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
fill-opacity="0.5"
|
|
15
|
-
/>
|
|
16
|
-
</svg>
|
|
17
|
-
</template>
|
|
18
|
-
|
|
19
|
-
<script setup lang="ts">
|
|
20
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="1em"
|
|
4
|
+
height="1em"
|
|
5
|
+
viewBox="0 0 20 20"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M3 2C2.44772 2 2 2.44772 2 3V17C2 17.5523 2.44772 18 3 18H17C17.5523 18 18 17.5523 18 17V3C18 2.44772 17.5523 2 17 2H3ZM0 3C0 1.34315 1.34315 0 3 0H17C18.6569 0 20 1.34315 20 3V17C20 18.6569 18.6569 20 17 20H3C1.34315 20 0 18.6569 0 17V3Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
fill-opacity="0.5"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
</template>
|
|
18
|
+
|
|
19
|
+
<script setup lang="ts">
|
|
20
|
+
</script>
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="1em"
|
|
4
|
-
height="1em"
|
|
5
|
-
viewBox="0 0 20 20"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M3 0C1.34315 0 0 1.34315 0 3V17C0 18.6569 1.34315 20 3 20H17C18.6569 20 20 18.6569 20 17V3C20 1.34315 18.6569 0 17 0H3ZM4 9C3.44772 9 3 9.44771 3 10C3 10.5523 3.44772 11 4 11H16C16.5523 11 17 10.5523 17 10C17 9.44771 16.5523 9 16 9H4Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
17
|
-
|
|
18
|
-
<script setup lang="ts">
|
|
19
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="1em"
|
|
4
|
+
height="1em"
|
|
5
|
+
viewBox="0 0 20 20"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M3 0C1.34315 0 0 1.34315 0 3V17C0 18.6569 1.34315 20 3 20H17C18.6569 20 20 18.6569 20 17V3C20 1.34315 18.6569 0 17 0H3ZM4 9C3.44772 9 3 9.44771 3 10C3 10.5523 3.44772 11 4 11H16C16.5523 11 17 10.5523 17 10C17 9.44771 16.5523 9 16 9H4Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
17
|
+
|
|
18
|
+
<script setup lang="ts">
|
|
19
|
+
</script>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 16 16"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M3.16441 5.15703C3.37768 4.94171 3.71681 4.94869 3.92188 5.17263L8 9.62594L12.0781 5.17263C12.2832 4.94869 12.6223 4.94171 12.8356 5.15703C13.0489 5.37235 13.0555 5.72844 12.8504 5.95237L8.38616 10.8274C8.28516 10.9377 8.14572 11 8 11C7.85428 11 7.71484 10.9377 7.61384 10.8274L3.14955 5.95237C2.94449 5.72844 2.95114 5.37235 3.16441 5.15703Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M3.16441 5.15703C3.37768 4.94171 3.71681 4.94869 3.92188 5.17263L8 9.62594L12.0781 5.17263C12.2832 4.94869 12.6223 4.94171 12.8356 5.15703C13.0489 5.37235 13.0555 5.72844 12.8504 5.95237L8.38616 10.8274C8.28516 10.9377 8.14572 11 8 11C7.85428 11 7.71484 10.9377 7.61384 10.8274L3.14955 5.95237C2.94449 5.72844 2.95114 5.37235 3.16441 5.15703Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.843 3.16441C11.0583 3.37768 11.0513 3.71681 10.8274 3.92188L6.37406 8L10.8274 12.0781C11.0513 12.2832 11.0583 12.6223 10.843 12.8356C10.6276 13.0489 10.2716 13.0555 10.0476 12.8504L5.17263 8.38616C5.06233 8.28516 5 8.14572 5 8C5 7.85428 5.06233 7.71484 5.17263 7.61384L10.0476 3.14955C10.2716 2.94449 10.6276 2.95114 10.843 3.16441Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.843 3.16441C11.0583 3.37768 11.0513 3.71681 10.8274 3.92188L6.37406 8L10.8274 12.0781C11.0513 12.2832 11.0583 12.6223 10.843 12.8356C10.6276 13.0489 10.2716 13.0555 10.0476 12.8504L5.17263 8.38616C5.06233 8.28516 5 8.14572 5 8C5 7.85428 5.06233 7.71484 5.17263 7.61384L10.0476 3.14955C10.2716 2.94449 10.6276 2.95114 10.843 3.16441Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.15703 3.16441C5.37235 2.95114 5.72844 2.94449 5.95237 3.14955L10.8274 7.61384C10.9377 7.71484 11 7.85428 11 8C11 8.14572 10.9377 8.28516 10.8274 8.38616L5.95237 12.8504C5.72844 13.0555 5.37235 13.0489 5.15703 12.8356C4.94171 12.6223 4.94869 12.2832 5.17263 12.0781L9.62594 8L5.17263 3.92188C4.94869 3.71681 4.94171 3.37768 5.15703 3.16441Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.15703 3.16441C5.37235 2.95114 5.72844 2.94449 5.95237 3.14955L10.8274 7.61384C10.9377 7.71484 11 7.85428 11 8C11 8.14572 10.9377 8.28516 10.8274 8.38616L5.95237 12.8504C5.72844 13.0555 5.37235 13.0489 5.15703 12.8356C4.94171 12.6223 4.94869 12.2832 5.17263 12.0781L9.62594 8L5.17263 3.92188C4.94869 3.71681 4.94171 3.37768 5.15703 3.16441Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 5C8.14572 5 8.28516 5.06233 8.38616 5.17263L12.8504 10.0476C13.0555 10.2716 13.0489 10.6276 12.8356 10.843C12.6223 11.0583 12.2832 11.0513 12.0781 10.8274L8 6.37406L3.92188 10.8274C3.71681 11.0513 3.37768 11.0583 3.16441 10.843C2.95114 10.6276 2.94449 10.2716 3.14955 10.0476L7.61384 5.17263C7.71484 5.06233 7.85428 5 8 5Z" fill="currentColor"/>
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 5C8.14572 5 8.28516 5.06233 8.38616 5.17263L12.8504 10.0476C13.0555 10.2716 13.0489 10.6276 12.8356 10.843C12.6223 11.0583 12.2832 11.0513 12.0781 10.8274L8 6.37406L3.92188 10.8274C3.71681 11.0513 3.37768 11.0583 3.16441 10.843C2.95114 10.6276 2.94449 10.2716 3.14955 10.0476L7.61384 5.17263C7.71484 5.06233 7.85428 5 8 5Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
3
|
-
<path
|
|
4
|
-
fill="none"
|
|
5
|
-
stroke="currentColor"
|
|
6
|
-
stroke-linecap="round"
|
|
7
|
-
stroke-linejoin="round"
|
|
8
|
-
stroke-width="1.45"
|
|
9
|
-
d="m13 16l4-4l-4-4m-6 8l4-4l-4-4"
|
|
10
|
-
/>
|
|
11
|
-
</svg>
|
|
12
|
-
</template>
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
3
|
+
<path
|
|
4
|
+
fill="none"
|
|
5
|
+
stroke="currentColor"
|
|
6
|
+
stroke-linecap="round"
|
|
7
|
+
stroke-linejoin="round"
|
|
8
|
+
stroke-width="1.45"
|
|
9
|
+
d="m13 16l4-4l-4-4m-6 8l4-4l-4-4"
|
|
10
|
+
/>
|
|
11
|
+
</svg>
|
|
12
|
+
</template>
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 18 21"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M12.75 13.2499C12.75 13.4488 12.671 13.6395 12.5303 13.7802C12.3897 13.9208 12.1989 13.9999 12 13.9999H6C5.80109 13.9999 5.61032 13.9208 5.46967 13.7802C5.32902 13.6395 5.25 13.4488 5.25 13.2499C5.25 13.051 5.32902 12.8602 5.46967 12.7195C5.61032 12.5789 5.80109 12.4999 6 12.4999H12C12.1989 12.4999 12.3897 12.5789 12.5303 12.7195C12.671 12.8602 12.75 13.051 12.75 13.2499ZM12 9.49986H6C5.80109 9.49986 5.61032 9.57888 5.46967 9.71953C5.32902 9.86019 5.25 10.051 5.25 10.2499C5.25 10.4488 5.32902 10.6395 5.46967 10.7802C5.61032 10.9208 5.80109 10.9999 6 10.9999H12C12.1989 10.9999 12.3897 10.9208 12.5303 10.7802C12.671 10.6395 12.75 10.4488 12.75 10.2499C12.75 10.051 12.671 9.86019 12.5303 9.71953C12.3897 9.57888 12.1989 9.49986 12 9.49986ZM17.25 3.49986V19.2499C17.25 19.6477 17.092 20.0292 16.8107 20.3105C16.5294 20.5918 16.1478 20.7499 15.75 20.7499H2.25C1.85218 20.7499 1.47064 20.5918 1.18934 20.3105C0.908035 20.0292 0.75 19.6477 0.75 19.2499V3.49986C0.75 3.10204 0.908035 2.72051 1.18934 2.4392C1.47064 2.1579 1.85218 1.99986 2.25 1.99986H5.64937C6.07079 1.52804 6.58709 1.15054 7.1645 0.892075C7.7419 0.633607 8.36738 0.5 9 0.5C9.63262 0.5 10.2581 0.633607 10.8355 0.892075C11.4129 1.15054 11.9292 1.52804 12.3506 1.99986H15.75C16.1478 1.99986 16.5294 2.1579 16.8107 2.4392C17.092 2.72051 17.25 3.10204 17.25 3.49986ZM6 4.99986H12C12 4.20421 11.6839 3.44115 11.1213 2.87854C10.5587 2.31593 9.79565 1.99986 9 1.99986C8.20435 1.99986 7.44129 2.31593 6.87868 2.87854C6.31607 3.44115 6 4.20421 6 4.99986ZM15.75 3.49986H13.2422C13.4128 3.98157 13.5 4.48884 13.5 4.99986V5.74986C13.5 5.94878 13.421 6.13954 13.2803 6.28019C13.1397 6.42085 12.9489 6.49986 12.75 6.49986H5.25C5.05109 6.49986 4.86032 6.42085 4.71967 6.28019C4.57902 6.13954 4.5 5.94878 4.5 5.74986V4.99986C4.50002 4.48884 4.58721 3.98157 4.75781 3.49986H2.25V19.2499H15.75V3.49986Z"
|
|
11
|
-
fill="currentColor"
|
|
12
|
-
/>
|
|
13
|
-
</svg>
|
|
14
|
-
</template>
|
|
15
|
-
|
|
16
|
-
<script setup lang="ts">
|
|
17
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 18 21"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M12.75 13.2499C12.75 13.4488 12.671 13.6395 12.5303 13.7802C12.3897 13.9208 12.1989 13.9999 12 13.9999H6C5.80109 13.9999 5.61032 13.9208 5.46967 13.7802C5.32902 13.6395 5.25 13.4488 5.25 13.2499C5.25 13.051 5.32902 12.8602 5.46967 12.7195C5.61032 12.5789 5.80109 12.4999 6 12.4999H12C12.1989 12.4999 12.3897 12.5789 12.5303 12.7195C12.671 12.8602 12.75 13.051 12.75 13.2499ZM12 9.49986H6C5.80109 9.49986 5.61032 9.57888 5.46967 9.71953C5.32902 9.86019 5.25 10.051 5.25 10.2499C5.25 10.4488 5.32902 10.6395 5.46967 10.7802C5.61032 10.9208 5.80109 10.9999 6 10.9999H12C12.1989 10.9999 12.3897 10.9208 12.5303 10.7802C12.671 10.6395 12.75 10.4488 12.75 10.2499C12.75 10.051 12.671 9.86019 12.5303 9.71953C12.3897 9.57888 12.1989 9.49986 12 9.49986ZM17.25 3.49986V19.2499C17.25 19.6477 17.092 20.0292 16.8107 20.3105C16.5294 20.5918 16.1478 20.7499 15.75 20.7499H2.25C1.85218 20.7499 1.47064 20.5918 1.18934 20.3105C0.908035 20.0292 0.75 19.6477 0.75 19.2499V3.49986C0.75 3.10204 0.908035 2.72051 1.18934 2.4392C1.47064 2.1579 1.85218 1.99986 2.25 1.99986H5.64937C6.07079 1.52804 6.58709 1.15054 7.1645 0.892075C7.7419 0.633607 8.36738 0.5 9 0.5C9.63262 0.5 10.2581 0.633607 10.8355 0.892075C11.4129 1.15054 11.9292 1.52804 12.3506 1.99986H15.75C16.1478 1.99986 16.5294 2.1579 16.8107 2.4392C17.092 2.72051 17.25 3.10204 17.25 3.49986ZM6 4.99986H12C12 4.20421 11.6839 3.44115 11.1213 2.87854C10.5587 2.31593 9.79565 1.99986 9 1.99986C8.20435 1.99986 7.44129 2.31593 6.87868 2.87854C6.31607 3.44115 6 4.20421 6 4.99986ZM15.75 3.49986H13.2422C13.4128 3.98157 13.5 4.48884 13.5 4.99986V5.74986C13.5 5.94878 13.421 6.13954 13.2803 6.28019C13.1397 6.42085 12.9489 6.49986 12.75 6.49986H5.25C5.05109 6.49986 4.86032 6.42085 4.71967 6.28019C4.57902 6.13954 4.5 5.94878 4.5 5.74986V4.99986C4.50002 4.48884 4.58721 3.98157 4.75781 3.49986H2.25V19.2499H15.75V3.49986Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
15
|
+
|
|
16
|
+
<script setup lang="ts">
|
|
17
|
+
</script>
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 16 16"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M8.00004 2.04999C11.2861 2.04999 13.95 4.71388 13.95 7.99996C13.95 11.286 11.2861 13.9499 8.00004 13.9499C4.71397 13.9499 2.05008 11.286 2.05008 7.99996C2.05008 4.71388 4.71397 2.04999 8.00004 2.04999ZM15 7.99996C15 4.13399 11.866 1 8.00004 1C4.13407 1 1.00008 4.13399 1.00008 7.99996C1.00008 11.8659 4.13407 14.9999 8.00004 14.9999C11.866 14.9999 15 11.8659 15 7.99996Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
fill-rule="evenodd"
|
|
17
|
-
clip-rule="evenodd"
|
|
18
|
-
d="M8.00004 4.77705C7.71009 4.77705 7.47504 5.0121 7.47504 5.30204V7.75952L4.90795 10.3266C4.70293 10.5316 4.70293 10.8641 4.90795 11.0691C5.11298 11.2741 5.44538 11.2741 5.65041 11.0691L8.52504 8.19444V5.30204C8.52504 5.0121 8.28999 4.77705 8.00004 4.77705Z"
|
|
19
|
-
fill="currentColor"
|
|
20
|
-
/>
|
|
21
|
-
</svg>
|
|
22
|
-
</template>
|
|
23
|
-
|
|
24
|
-
<script setup lang="ts">
|
|
25
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="16"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M8.00004 2.04999C11.2861 2.04999 13.95 4.71388 13.95 7.99996C13.95 11.286 11.2861 13.9499 8.00004 13.9499C4.71397 13.9499 2.05008 11.286 2.05008 7.99996C2.05008 4.71388 4.71397 2.04999 8.00004 2.04999ZM15 7.99996C15 4.13399 11.866 1 8.00004 1C4.13407 1 1.00008 4.13399 1.00008 7.99996C1.00008 11.8659 4.13407 14.9999 8.00004 14.9999C11.866 14.9999 15 11.8659 15 7.99996Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
fill-rule="evenodd"
|
|
17
|
+
clip-rule="evenodd"
|
|
18
|
+
d="M8.00004 4.77705C7.71009 4.77705 7.47504 5.0121 7.47504 5.30204V7.75952L4.90795 10.3266C4.70293 10.5316 4.70293 10.8641 4.90795 11.0691C5.11298 11.2741 5.44538 11.2741 5.65041 11.0691L8.52504 8.19444V5.30204C8.52504 5.0121 8.28999 4.77705 8.00004 4.77705Z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
</template>
|
|
23
|
+
|
|
24
|
+
<script setup lang="ts">
|
|
25
|
+
</script>
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
fill="currentColor"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 16 16"
|
|
6
|
-
width="16"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M5.99987 12.6668C5.99987 13.2268 6.08654 13.7735 6.24654 14.2802C3.6865 13.3935 1.75314 11.0401 1.55314 8.28677C1.35314 5.36006 3.03983 2.62668 5.76654 1.48C6.47321 1.18666 6.83322 1.4 6.98655 1.55333C7.13322 1.7 7.33989 2.05334 7.04656 2.72668C6.74655 3.42003 6.59988 4.15337 6.59988 4.91338C6.60655 6.2734 7.13989 7.53342 8.00657 8.5001C6.78655 9.47345 5.99987 10.9801 5.99987 12.6668Z"
|
|
11
|
-
/>
|
|
12
|
-
<path
|
|
13
|
-
d="M14.1402 11.8136C12.8202 13.607 10.7268 14.6603 8.49343 14.6603C8.38676 14.6603 8.2801 14.6537 8.17343 14.647C7.50675 14.6203 6.86007 14.4937 6.24673 14.2803C6.08673 13.7737 6.00006 13.227 6.00006 12.667C6.00006 10.9803 6.78674 9.47359 8.00676 8.50024C8.98677 9.60026 10.3935 10.3136 11.9468 10.3803C12.3668 10.4003 12.7868 10.3669 13.2002 10.2936C13.9468 10.1603 14.2469 10.4403 14.3535 10.6203C14.4669 10.8003 14.5869 11.1936 14.1402 11.8136Z"
|
|
14
|
-
opacity="0.4"
|
|
15
|
-
/>
|
|
16
|
-
</svg>
|
|
17
|
-
</template>
|
|
18
|
-
|
|
19
|
-
<script setup lang="ts">
|
|
20
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
fill="currentColor"
|
|
4
|
+
height="16"
|
|
5
|
+
viewBox="0 0 16 16"
|
|
6
|
+
width="16"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M5.99987 12.6668C5.99987 13.2268 6.08654 13.7735 6.24654 14.2802C3.6865 13.3935 1.75314 11.0401 1.55314 8.28677C1.35314 5.36006 3.03983 2.62668 5.76654 1.48C6.47321 1.18666 6.83322 1.4 6.98655 1.55333C7.13322 1.7 7.33989 2.05334 7.04656 2.72668C6.74655 3.42003 6.59988 4.15337 6.59988 4.91338C6.60655 6.2734 7.13989 7.53342 8.00657 8.5001C6.78655 9.47345 5.99987 10.9801 5.99987 12.6668Z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
d="M14.1402 11.8136C12.8202 13.607 10.7268 14.6603 8.49343 14.6603C8.38676 14.6603 8.2801 14.6537 8.17343 14.647C7.50675 14.6203 6.86007 14.4937 6.24673 14.2803C6.08673 13.7737 6.00006 13.227 6.00006 12.667C6.00006 10.9803 6.78674 9.47359 8.00676 8.50024C8.98677 9.60026 10.3935 10.3136 11.9468 10.3803C12.3668 10.4003 12.7868 10.3669 13.2002 10.2936C13.9468 10.1603 14.2469 10.4403 14.3535 10.6203C14.4669 10.8003 14.5869 11.1936 14.1402 11.8136Z"
|
|
14
|
+
opacity="0.4"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
</template>
|
|
18
|
+
|
|
19
|
+
<script setup lang="ts">
|
|
20
|
+
</script>
|