adata-ui 3.1.79 → 3.1.80
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 +37 -2
- package/dist/runtime/components/Chip.vue +5 -5
- package/dist/runtime/components/Chip.vue.d.ts +21 -2
- 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 +47 -2
- package/dist/runtime/components/EmptyHeader.vue +6 -6
- package/dist/runtime/components/Error.vue +59 -59
- package/dist/runtime/components/Footer.vue +69 -69
- package/dist/runtime/components/FooterAccordion.vue +45 -45
- package/dist/runtime/components/Header.vue +111 -111
- package/dist/runtime/components/Header.vue.d.ts +0 -50
- package/dist/runtime/components/Modal.vue +78 -78
- package/dist/runtime/components/Modal.vue.d.ts +49 -9
- package/dist/runtime/components/NewFooter.vue +113 -113
- 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 +79 -3
- package/dist/runtime/components/Tag.vue +4 -4
- package/dist/runtime/components/Tag.vue.d.ts +12 -2
- 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 +44 -4
- package/dist/runtime/components/button/Button.vue +22 -22
- package/dist/runtime/components/button/Button.vue.d.ts +21 -3
- package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
- package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +39 -7
- 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 +5 -3
- 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 +7 -2
- 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 +35 -3
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +54 -54
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +1 -7
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue +57 -57
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +0 -26
- 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 +2 -8
- package/dist/runtime/components/header/HeaderLink.vue +46 -46
- 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 +67 -67
- package/dist/runtime/components/header/ProductMenu.vue.d.ts +2 -8
- package/dist/runtime/components/header/ProfileMenu.vue +37 -37
- package/dist/runtime/components/header/ProfileMenu.vue.d.ts +1 -5
- package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
- package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +1 -5
- 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 +14 -9
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +0 -29
- package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
- package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +1 -5
- package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +23 -23
- package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
- package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +1 -5
- package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
- package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +1 -5
- package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
- package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +1 -5
- 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 +0 -46
- package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
- package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +36 -2
- package/dist/runtime/components/row-card/RowCard.vue +27 -27
- package/dist/runtime/components/row-card/RowCard.vue.d.ts +9 -2
- 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 +20 -2
- 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/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 +1 -1
- package/dist/runtime/lang/kk.js +1 -1
- package/dist/runtime/lang/ru.js +1 -1
- package/dist/runtime/public/kaspi/logo.svg +4 -4
- package/dist/runtime/server/tsconfig.json +3 -3
- package/package.json +73 -73
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
-
width="16"
|
|
5
|
-
height="16"
|
|
6
|
-
viewBox="0 0 16 16"
|
|
7
|
-
fill="none"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M25.6667 -0.166626H0V16.1667H25.6667V-0.166626Z"
|
|
11
|
-
fill="#DE2910"
|
|
12
|
-
/>
|
|
13
|
-
<path
|
|
14
|
-
d="M4.86468 3.34606L4.31446 1.69132L3.76588 3.34606H1.98837L3.42653 4.36857L2.87795 6.02331L4.31446 5.00079L5.75261 6.02331L5.20404 4.36857L6.64054 3.34606H4.86468Z"
|
|
15
|
-
fill="#FFDE00"
|
|
16
|
-
/>
|
|
17
|
-
<path
|
|
18
|
-
d="M10.8446 5.43625H10.2664L10.0885 4.89919L9.91057 5.43625H9.33234L9.80019 5.76849L9.62228 6.30555L10.0885 5.97331L10.5547 6.30555L10.3768 5.76849L10.8446 5.43625Z"
|
|
19
|
-
fill="#FFDE00"
|
|
20
|
-
/>
|
|
21
|
-
<path
|
|
22
|
-
d="M9.86279 3.45734L9.94351 4.01698L10.2137 3.51863L10.782 3.61701L10.3817 3.21058L10.6519 2.71061L10.1346 2.95899L9.73265 2.55256L9.81337 3.1122L9.29445 3.36057L9.86279 3.45734Z"
|
|
23
|
-
fill="#FFDE00"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M8.31756 1.91711L8.61409 2.40096L8.66516 1.8397L9.22691 1.71229L8.69481 1.49133L8.74588 0.928467L8.36698 1.35425L7.83653 1.13329L8.13306 1.61875L7.75416 2.04453L8.31756 1.91711Z"
|
|
27
|
-
fill="#FFDE00"
|
|
28
|
-
/>
|
|
29
|
-
<path
|
|
30
|
-
d="M8.71458 6.55715L8.35874 7.00228L7.81676 6.81036L8.13964 7.27807L7.78381 7.7232L8.33898 7.56837L8.66186 8.03609L8.68163 7.47161L9.23679 7.31516L8.69316 7.12324L8.71458 6.55715Z"
|
|
31
|
-
fill="#FFDE00"
|
|
32
|
-
/>
|
|
33
|
-
</svg>
|
|
34
|
-
</template>
|
|
35
|
-
|
|
36
|
-
<script setup lang="ts">
|
|
37
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="16"
|
|
5
|
+
height="16"
|
|
6
|
+
viewBox="0 0 16 16"
|
|
7
|
+
fill="none"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M25.6667 -0.166626H0V16.1667H25.6667V-0.166626Z"
|
|
11
|
+
fill="#DE2910"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M4.86468 3.34606L4.31446 1.69132L3.76588 3.34606H1.98837L3.42653 4.36857L2.87795 6.02331L4.31446 5.00079L5.75261 6.02331L5.20404 4.36857L6.64054 3.34606H4.86468Z"
|
|
15
|
+
fill="#FFDE00"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
d="M10.8446 5.43625H10.2664L10.0885 4.89919L9.91057 5.43625H9.33234L9.80019 5.76849L9.62228 6.30555L10.0885 5.97331L10.5547 6.30555L10.3768 5.76849L10.8446 5.43625Z"
|
|
19
|
+
fill="#FFDE00"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M9.86279 3.45734L9.94351 4.01698L10.2137 3.51863L10.782 3.61701L10.3817 3.21058L10.6519 2.71061L10.1346 2.95899L9.73265 2.55256L9.81337 3.1122L9.29445 3.36057L9.86279 3.45734Z"
|
|
23
|
+
fill="#FFDE00"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M8.31756 1.91711L8.61409 2.40096L8.66516 1.8397L9.22691 1.71229L8.69481 1.49133L8.74588 0.928467L8.36698 1.35425L7.83653 1.13329L8.13306 1.61875L7.75416 2.04453L8.31756 1.91711Z"
|
|
27
|
+
fill="#FFDE00"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M8.71458 6.55715L8.35874 7.00228L7.81676 6.81036L8.13964 7.27807L7.78381 7.7232L8.33898 7.56837L8.66186 8.03609L8.68163 7.47161L9.23679 7.31516L8.69316 7.12324L8.71458 6.55715Z"
|
|
31
|
+
fill="#FFDE00"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
</template>
|
|
35
|
+
|
|
36
|
+
<script setup lang="ts">
|
|
37
|
+
</script>
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 36 32"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M30.375 13.25C30.375 13.6147 30.2301 13.9644 29.9723 14.2223C29.7144 14.4801 29.3647 14.625 29 14.625H22.125C21.7603 14.625 21.4106 14.4801 21.1527 14.2223C20.8949 13.9644 20.75 13.6147 20.75 13.25C20.75 12.8853 20.8949 12.5356 21.1527 12.2777C21.4106 12.0199 21.7603 11.875 22.125 11.875H29C29.3647 11.875 29.7144 12.0199 29.9723 12.2777C30.2301 12.5356 30.375 12.8853 30.375 13.25ZM29 17.375H22.125C21.7603 17.375 21.4106 17.5199 21.1527 17.7777C20.8949 18.0356 20.75 18.3853 20.75 18.75C20.75 19.1147 20.8949 19.4644 21.1527 19.7223C21.4106 19.9801 21.7603 20.125 22.125 20.125H29C29.3647 20.125 29.7144 19.9801 29.9723 19.7223C30.2301 19.4644 30.375 19.1147 30.375 18.75C30.375 18.3853 30.2301 18.0356 29.9723 17.7777C29.7144 17.5199 29.3647 17.375 29 17.375ZM35.875 3.625V28.375C35.875 29.1043 35.5853 29.8038 35.0695 30.3195C34.5538 30.8353 33.8543 31.125 33.125 31.125H2.875C2.14565 31.125 1.44618 30.8353 0.930456 30.3195C0.414731 29.8038 0.125 29.1043 0.125 28.375V3.625C0.125 2.89565 0.414731 2.19618 0.930456 1.68046C1.44618 1.16473 2.14565 0.875 2.875 0.875H33.125C33.8543 0.875 34.5538 1.16473 35.0695 1.68046C35.5853 2.19618 35.875 2.89565 35.875 3.625ZM33.125 28.375V3.625H2.875V28.375H33.125ZM19.3303 22.5312C19.4215 22.8845 19.3686 23.2596 19.1832 23.5738C18.9979 23.8881 18.6953 24.1159 18.342 24.207C17.9888 24.2982 17.6137 24.2453 17.2995 24.06C16.9852 23.8746 16.7574 23.572 16.6663 23.2188C16.2142 21.4553 14.4216 20.125 12.4983 20.125C10.575 20.125 8.78406 21.4553 8.33031 23.2188C8.23914 23.572 8.01137 23.8746 7.6971 24.06C7.38283 24.2453 7.00781 24.2982 6.65453 24.207C6.30125 24.1159 5.99866 23.8881 5.81333 23.5738C5.62799 23.2596 5.57508 22.8845 5.66625 22.5312C6.11244 20.8705 7.16716 19.4384 8.62078 18.5197C7.84832 17.7518 7.32124 16.7719 7.10637 15.7041C6.8915 14.6363 6.9985 13.5287 7.41382 12.5218C7.82914 11.5149 8.53407 10.654 9.43925 10.0482C10.3444 9.44244 11.4091 9.11905 12.4983 9.11905C13.5875 9.11905 14.6521 9.44244 15.5573 10.0482C16.4625 10.654 17.1674 11.5149 17.5827 12.5218C17.9981 13.5287 18.1051 14.6363 17.8902 15.7041C17.6753 16.7719 17.1482 17.7518 16.3758 18.5197C17.831 19.4371 18.8867 20.8696 19.332 22.5312H19.3303ZM12.5 17.375C13.0439 17.375 13.5756 17.2137 14.0278 16.9115C14.4801 16.6094 14.8325 16.1799 15.0407 15.6774C15.2488 15.1749 15.3033 14.6219 15.1972 14.0885C15.0911 13.5551 14.8291 13.0651 14.4445 12.6805C14.0599 12.2959 13.5699 12.0339 13.0365 11.9278C12.5031 11.8217 11.9501 11.8762 11.4476 12.0843C10.9451 12.2925 10.5156 12.6449 10.2135 13.0972C9.91128 13.5494 9.75 14.0811 9.75 14.625C9.75 15.3543 10.0397 16.0538 10.5555 16.5695C11.0712 17.0853 11.7707 17.375 12.5 17.375Z"
|
|
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 36 32"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M30.375 13.25C30.375 13.6147 30.2301 13.9644 29.9723 14.2223C29.7144 14.4801 29.3647 14.625 29 14.625H22.125C21.7603 14.625 21.4106 14.4801 21.1527 14.2223C20.8949 13.9644 20.75 13.6147 20.75 13.25C20.75 12.8853 20.8949 12.5356 21.1527 12.2777C21.4106 12.0199 21.7603 11.875 22.125 11.875H29C29.3647 11.875 29.7144 12.0199 29.9723 12.2777C30.2301 12.5356 30.375 12.8853 30.375 13.25ZM29 17.375H22.125C21.7603 17.375 21.4106 17.5199 21.1527 17.7777C20.8949 18.0356 20.75 18.3853 20.75 18.75C20.75 19.1147 20.8949 19.4644 21.1527 19.7223C21.4106 19.9801 21.7603 20.125 22.125 20.125H29C29.3647 20.125 29.7144 19.9801 29.9723 19.7223C30.2301 19.4644 30.375 19.1147 30.375 18.75C30.375 18.3853 30.2301 18.0356 29.9723 17.7777C29.7144 17.5199 29.3647 17.375 29 17.375ZM35.875 3.625V28.375C35.875 29.1043 35.5853 29.8038 35.0695 30.3195C34.5538 30.8353 33.8543 31.125 33.125 31.125H2.875C2.14565 31.125 1.44618 30.8353 0.930456 30.3195C0.414731 29.8038 0.125 29.1043 0.125 28.375V3.625C0.125 2.89565 0.414731 2.19618 0.930456 1.68046C1.44618 1.16473 2.14565 0.875 2.875 0.875H33.125C33.8543 0.875 34.5538 1.16473 35.0695 1.68046C35.5853 2.19618 35.875 2.89565 35.875 3.625ZM33.125 28.375V3.625H2.875V28.375H33.125ZM19.3303 22.5312C19.4215 22.8845 19.3686 23.2596 19.1832 23.5738C18.9979 23.8881 18.6953 24.1159 18.342 24.207C17.9888 24.2982 17.6137 24.2453 17.2995 24.06C16.9852 23.8746 16.7574 23.572 16.6663 23.2188C16.2142 21.4553 14.4216 20.125 12.4983 20.125C10.575 20.125 8.78406 21.4553 8.33031 23.2188C8.23914 23.572 8.01137 23.8746 7.6971 24.06C7.38283 24.2453 7.00781 24.2982 6.65453 24.207C6.30125 24.1159 5.99866 23.8881 5.81333 23.5738C5.62799 23.2596 5.57508 22.8845 5.66625 22.5312C6.11244 20.8705 7.16716 19.4384 8.62078 18.5197C7.84832 17.7518 7.32124 16.7719 7.10637 15.7041C6.8915 14.6363 6.9985 13.5287 7.41382 12.5218C7.82914 11.5149 8.53407 10.654 9.43925 10.0482C10.3444 9.44244 11.4091 9.11905 12.4983 9.11905C13.5875 9.11905 14.6521 9.44244 15.5573 10.0482C16.4625 10.654 17.1674 11.5149 17.5827 12.5218C17.9981 13.5287 18.1051 14.6363 17.8902 15.7041C17.6753 16.7719 17.1482 17.7518 16.3758 18.5197C17.831 19.4371 18.8867 20.8696 19.332 22.5312H19.3303ZM12.5 17.375C13.0439 17.375 13.5756 17.2137 14.0278 16.9115C14.4801 16.6094 14.8325 16.1799 15.0407 15.6774C15.2488 15.1749 15.3033 14.6219 15.1972 14.0885C15.0911 13.5551 14.8291 13.0651 14.4445 12.6805C14.0599 12.2959 13.5699 12.0339 13.0365 11.9278C12.5031 11.8217 11.9501 11.8762 11.4476 12.0843C10.9451 12.2925 10.5156 12.6449 10.2135 13.0972C9.91128 13.5494 9.75 14.0811 9.75 14.625C9.75 15.3543 10.0397 16.0538 10.5555 16.5695C11.0712 17.0853 11.7707 17.375 12.5 17.375Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
15
|
+
|
|
16
|
+
<script setup lang="ts">
|
|
17
|
+
</script>
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="20"
|
|
4
|
-
height="20"
|
|
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="M1.6665 4.71961C1.6665 3.9797 2.26632 3.37988 3.00623 3.37988H16.9934C17.7334 3.37988 18.3332 3.9797 18.3332 4.71961V15.2809C18.3332 16.0208 17.7334 16.6206 16.9934 16.6206H3.00623C2.26632 16.6206 1.6665 16.0208 1.6665 15.2809V4.71961ZM3.00623 4.62988C2.95668 4.62988 2.9165 4.67005 2.9165 4.71961V15.2809C2.9165 15.3305 2.95668 15.3706 3.00623 15.3706H16.9934C17.043 15.3706 17.0832 15.3305 17.0832 15.2809V4.71961C17.0832 4.67005 17.043 4.62988 16.9934 4.62988H3.00623ZM11.9671 8.5606C11.9671 8.21542 12.2469 7.9356 12.5921 7.9356H15.1446C15.4898 7.9356 15.7696 8.21542 15.7696 8.5606C15.7696 8.90578 15.4898 9.1856 15.1446 9.1856H12.5921C12.2469 9.1856 11.9671 8.90578 11.9671 8.5606ZM12.5921 10.4651C12.2469 10.4651 11.9671 10.7449 11.9671 11.0901C11.9671 11.4353 12.2469 11.7151 12.5921 11.7151H15.1446C15.4898 11.7151 15.7696 11.4353 15.7696 11.0901C15.7696 10.7449 15.4898 10.4651 15.1446 10.4651H12.5921ZM7.62069 7.04543C6.80167 7.04543 6.13772 7.70937 6.13772 8.52839C6.13772 9.34741 6.80167 10.0114 7.62069 10.0114C7.8289 10.0114 8.02555 9.96882 8.20369 9.89254C8.73404 9.66547 9.10366 9.13938 9.10366 8.52839C9.10366 7.70937 8.43971 7.04543 7.62069 7.04543ZM4.88772 8.52839C4.88772 7.01902 6.11131 5.79543 7.62069 5.79543C9.13007 5.79543 10.3537 7.01902 10.3537 8.52839C10.3537 9.64592 9.68303 10.6054 8.7247 11.029C9.10094 11.1401 9.46277 11.3076 9.80036 11.5273C10.4578 11.9553 10.9988 12.565 11.3796 13.2893C11.5403 13.5948 11.4228 13.9727 11.1173 14.1333C10.8118 14.294 10.4339 14.1765 10.2732 13.871C9.98413 13.3211 9.58362 12.8777 9.11845 12.575C8.65428 12.2728 8.13902 12.1189 7.62131 12.1189C7.1036 12.1189 6.58833 12.2728 6.12417 12.575C5.65899 12.8777 5.25848 13.3211 4.96939 13.871C4.80876 14.1765 4.43087 14.294 4.12534 14.1333C3.81981 13.9727 3.70235 13.5948 3.86299 13.2893C4.2438 12.565 4.78481 11.9553 5.44225 11.5273C5.77955 11.3078 6.14105 11.1404 6.51694 11.0293C5.55736 10.6052 4.88772 9.64499 4.88772 8.52839Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
17
|
-
|
|
18
|
-
<script setup lang="ts">
|
|
19
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="20"
|
|
4
|
+
height="20"
|
|
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="M1.6665 4.71961C1.6665 3.9797 2.26632 3.37988 3.00623 3.37988H16.9934C17.7334 3.37988 18.3332 3.9797 18.3332 4.71961V15.2809C18.3332 16.0208 17.7334 16.6206 16.9934 16.6206H3.00623C2.26632 16.6206 1.6665 16.0208 1.6665 15.2809V4.71961ZM3.00623 4.62988C2.95668 4.62988 2.9165 4.67005 2.9165 4.71961V15.2809C2.9165 15.3305 2.95668 15.3706 3.00623 15.3706H16.9934C17.043 15.3706 17.0832 15.3305 17.0832 15.2809V4.71961C17.0832 4.67005 17.043 4.62988 16.9934 4.62988H3.00623ZM11.9671 8.5606C11.9671 8.21542 12.2469 7.9356 12.5921 7.9356H15.1446C15.4898 7.9356 15.7696 8.21542 15.7696 8.5606C15.7696 8.90578 15.4898 9.1856 15.1446 9.1856H12.5921C12.2469 9.1856 11.9671 8.90578 11.9671 8.5606ZM12.5921 10.4651C12.2469 10.4651 11.9671 10.7449 11.9671 11.0901C11.9671 11.4353 12.2469 11.7151 12.5921 11.7151H15.1446C15.4898 11.7151 15.7696 11.4353 15.7696 11.0901C15.7696 10.7449 15.4898 10.4651 15.1446 10.4651H12.5921ZM7.62069 7.04543C6.80167 7.04543 6.13772 7.70937 6.13772 8.52839C6.13772 9.34741 6.80167 10.0114 7.62069 10.0114C7.8289 10.0114 8.02555 9.96882 8.20369 9.89254C8.73404 9.66547 9.10366 9.13938 9.10366 8.52839C9.10366 7.70937 8.43971 7.04543 7.62069 7.04543ZM4.88772 8.52839C4.88772 7.01902 6.11131 5.79543 7.62069 5.79543C9.13007 5.79543 10.3537 7.01902 10.3537 8.52839C10.3537 9.64592 9.68303 10.6054 8.7247 11.029C9.10094 11.1401 9.46277 11.3076 9.80036 11.5273C10.4578 11.9553 10.9988 12.565 11.3796 13.2893C11.5403 13.5948 11.4228 13.9727 11.1173 14.1333C10.8118 14.294 10.4339 14.1765 10.2732 13.871C9.98413 13.3211 9.58362 12.8777 9.11845 12.575C8.65428 12.2728 8.13902 12.1189 7.62131 12.1189C7.1036 12.1189 6.58833 12.2728 6.12417 12.575C5.65899 12.8777 5.25848 13.3211 4.96939 13.871C4.80876 14.1765 4.43087 14.294 4.12534 14.1333C3.81981 13.9727 3.70235 13.5948 3.86299 13.2893C4.2438 12.565 4.78481 11.9553 5.44225 11.5273C5.77955 11.3078 6.14105 11.1404 6.51694 11.0293C5.55736 10.6052 4.88772 9.64499 4.88772 8.52839Z"
|
|
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="24"
|
|
4
|
-
height="24"
|
|
5
|
-
viewBox="0 0 24 24"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
fill-rule="evenodd"
|
|
11
|
-
clip-rule="evenodd"
|
|
12
|
-
d="M2 5.66321C2 4.77532 2.71978 4.05554 3.60767 4.05554H20.3923C21.2802 4.05554 22 4.77532 22 5.66321V18.3368C22 19.2247 21.2802 19.9444 20.3923 19.9444H3.60767C2.71978 19.9444 2 19.2247 2 18.3368V5.66321ZM3.60767 5.55554C3.54821 5.55554 3.5 5.60375 3.5 5.66321V18.3368C3.5 18.3962 3.54821 18.4444 3.60767 18.4444H20.3923C20.4518 18.4444 20.5 18.3962 20.5 18.3368V5.66321C20.5 5.60375 20.4518 5.55554 20.3923 5.55554H3.60767ZM14.3607 10.2724C14.3607 9.85819 14.6965 9.5224 15.1107 9.5224H18.1737C18.588 9.5224 18.9237 9.85819 18.9237 10.2724C18.9237 10.6866 18.588 11.0224 18.1737 11.0224H15.1107C14.6965 11.0224 14.3607 10.6866 14.3607 10.2724ZM15.1107 12.5578C14.6965 12.5578 14.3607 12.8936 14.3607 13.3078C14.3607 13.722 14.6965 14.0578 15.1107 14.0578H18.1737C18.588 14.0578 18.9237 13.722 18.9237 13.3078C18.9237 12.8936 18.588 12.5578 18.1737 12.5578H15.1107ZM9.14502 8.45419C8.1622 8.45419 7.36546 9.25093 7.36546 10.2338C7.36546 11.2166 8.1622 12.0133 9.14502 12.0133C9.39487 12.0133 9.63085 11.9623 9.84462 11.8707C10.481 11.5982 10.9246 10.9669 10.9246 10.2338C10.9246 9.25093 10.1278 8.45419 9.14502 8.45419ZM5.86546 10.2338C5.86546 8.4225 7.33377 6.95419 9.14502 6.95419C10.9563 6.95419 12.4246 8.4225 12.4246 10.2338C12.4246 11.5748 11.6198 12.7262 10.4698 13.2345C10.9213 13.3678 11.3555 13.5688 11.7606 13.8325C12.5496 14.346 13.1988 15.0777 13.6558 15.9468C13.8485 16.3135 13.7076 16.7669 13.3409 16.9597C12.9743 17.1525 12.5208 17.0115 12.3281 16.6449C11.9812 15.985 11.5005 15.453 10.9423 15.0896C10.3853 14.7271 9.76701 14.5423 9.14576 14.5423C8.52451 14.5423 7.90619 14.7271 7.3492 15.0896C6.79099 15.453 6.31038 15.985 5.96346 16.6449C5.77071 17.0115 5.31723 17.1525 4.9506 16.9597C4.58397 16.7669 4.44302 16.3135 4.63578 15.9468C5.09276 15.0777 5.74197 14.346 6.5309 13.8325C6.93566 13.569 7.36946 13.3681 7.82053 13.2349C6.66902 12.7259 5.86546 11.5737 5.86546 10.2338Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
17
|
-
|
|
18
|
-
<script setup lang="ts">
|
|
19
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
width="24"
|
|
4
|
+
height="24"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
fill-rule="evenodd"
|
|
11
|
+
clip-rule="evenodd"
|
|
12
|
+
d="M2 5.66321C2 4.77532 2.71978 4.05554 3.60767 4.05554H20.3923C21.2802 4.05554 22 4.77532 22 5.66321V18.3368C22 19.2247 21.2802 19.9444 20.3923 19.9444H3.60767C2.71978 19.9444 2 19.2247 2 18.3368V5.66321ZM3.60767 5.55554C3.54821 5.55554 3.5 5.60375 3.5 5.66321V18.3368C3.5 18.3962 3.54821 18.4444 3.60767 18.4444H20.3923C20.4518 18.4444 20.5 18.3962 20.5 18.3368V5.66321C20.5 5.60375 20.4518 5.55554 20.3923 5.55554H3.60767ZM14.3607 10.2724C14.3607 9.85819 14.6965 9.5224 15.1107 9.5224H18.1737C18.588 9.5224 18.9237 9.85819 18.9237 10.2724C18.9237 10.6866 18.588 11.0224 18.1737 11.0224H15.1107C14.6965 11.0224 14.3607 10.6866 14.3607 10.2724ZM15.1107 12.5578C14.6965 12.5578 14.3607 12.8936 14.3607 13.3078C14.3607 13.722 14.6965 14.0578 15.1107 14.0578H18.1737C18.588 14.0578 18.9237 13.722 18.9237 13.3078C18.9237 12.8936 18.588 12.5578 18.1737 12.5578H15.1107ZM9.14502 8.45419C8.1622 8.45419 7.36546 9.25093 7.36546 10.2338C7.36546 11.2166 8.1622 12.0133 9.14502 12.0133C9.39487 12.0133 9.63085 11.9623 9.84462 11.8707C10.481 11.5982 10.9246 10.9669 10.9246 10.2338C10.9246 9.25093 10.1278 8.45419 9.14502 8.45419ZM5.86546 10.2338C5.86546 8.4225 7.33377 6.95419 9.14502 6.95419C10.9563 6.95419 12.4246 8.4225 12.4246 10.2338C12.4246 11.5748 11.6198 12.7262 10.4698 13.2345C10.9213 13.3678 11.3555 13.5688 11.7606 13.8325C12.5496 14.346 13.1988 15.0777 13.6558 15.9468C13.8485 16.3135 13.7076 16.7669 13.3409 16.9597C12.9743 17.1525 12.5208 17.0115 12.3281 16.6449C11.9812 15.985 11.5005 15.453 10.9423 15.0896C10.3853 14.7271 9.76701 14.5423 9.14576 14.5423C8.52451 14.5423 7.90619 14.7271 7.3492 15.0896C6.79099 15.453 6.31038 15.985 5.96346 16.6449C5.77071 17.0115 5.31723 17.1525 4.9506 16.9597C4.58397 16.7669 4.44302 16.3135 4.63578 15.9468C5.09276 15.0777 5.74197 14.346 6.5309 13.8325C6.93566 13.569 7.36946 13.3681 7.82053 13.2349C6.66902 12.7259 5.86546 11.5737 5.86546 10.2338Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
17
|
+
|
|
18
|
+
<script setup lang="ts">
|
|
19
|
+
</script>
|
|
@@ -1,26 +1,26 @@
|
|
|
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="currentColor"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
>
|
|
13
|
-
<g id="eye-closed">
|
|
14
|
-
<path
|
|
15
|
-
id="Vector"
|
|
16
|
-
fill-rule="evenodd"
|
|
17
|
-
clip-rule="evenodd"
|
|
18
|
-
d="M1.15389 1.15389C1.35891 0.948867 1.69131 0.948867 1.89634 1.15389L4.86827 4.12582C4.87235 4.12977 4.87637 4.13379 4.88034 4.13789L7.12029 6.37784C7.12216 6.37969 7.12403 6.38155 7.12588 6.38343L9.61648 8.87403C9.61839 8.87592 9.62029 8.87782 9.62218 8.87973L11.8611 11.1186C11.8652 11.1226 11.8693 11.1267 11.8733 11.1308L14.8461 14.1036C15.0511 14.3087 15.0511 14.6411 14.8461 14.8461C14.6411 15.0511 14.3087 15.0511 14.1036 14.8461L11.4379 12.1804C10.42 12.8469 9.23139 13.2139 8.00857 13.2339L7.99999 13.234C5.73006 13.234 3.98219 11.9378 2.83441 10.7135C2.25573 10.0963 1.81375 9.48103 1.51637 9.02058C1.36736 8.78985 1.2538 8.59665 1.17676 8.4597C1.13822 8.39119 1.10877 8.33665 1.08853 8.29841C1.07841 8.27928 1.07059 8.26423 1.06509 8.25352L1.05858 8.24077L1.05663 8.23691L1.05598 8.23562C1.05598 8.23562 1.05555 8.23476 1.52511 7.99998L1.05555 8.23476C0.97926 8.08218 0.981858 7.90206 1.06251 7.75175C1.73568 6.49723 2.63732 5.38169 3.71923 4.46168L1.15389 1.89634C0.948867 1.69131 0.948867 1.35891 1.15389 1.15389ZM4.46435 5.2068C3.52524 5.99217 2.73273 6.9385 2.12424 8.00188C2.19077 8.11793 2.28241 8.27135 2.3984 8.45094C2.67125 8.87342 3.07541 9.43542 3.60041 9.99541C4.65915 11.1247 6.14724 12.1824 7.9957 12.184C8.94424 12.1677 9.86808 11.9021 10.6763 11.4187L9.21526 9.95771C9.11156 10.0259 9.00225 10.0858 8.88831 10.1366C8.6073 10.2618 8.30395 10.3291 7.99635 10.3345C7.68876 10.34 7.38322 10.2834 7.09797 10.1682C6.81271 10.0529 6.55359 9.88145 6.33605 9.66391C6.11852 9.44637 5.94702 9.18725 5.8318 8.902C5.71659 8.61674 5.66 8.31121 5.66543 8.00361C5.67086 7.69602 5.73818 7.39266 5.86339 7.11165C5.91416 6.99772 5.97402 6.8884 6.04226 6.78471L4.46435 5.2068ZM6.8146 7.55705C6.75183 7.70416 6.71807 7.86209 6.71525 8.02213C6.71231 8.18875 6.74296 8.35425 6.80537 8.50876C6.86778 8.66327 6.96067 8.80363 7.0785 8.92146C7.19633 9.0393 7.33669 9.13219 7.4912 9.1946C7.64572 9.25701 7.81122 9.28766 7.97783 9.28472C8.13787 9.28189 8.2958 9.24813 8.44291 9.18536L6.8146 7.55705ZM7.99877 3.81598C7.62335 3.81509 7.24909 3.85786 6.88354 3.94343C6.60123 4.00951 6.3188 3.83422 6.25272 3.55191C6.18664 3.2696 6.36193 2.98717 6.64424 2.92108C7.08883 2.81702 7.54401 2.76497 8.00062 2.766C10.2702 2.76623 12.0179 4.06224 13.1656 5.28642C13.7443 5.90368 14.1862 6.51893 14.4836 6.97939C14.6326 7.21012 14.7462 7.40331 14.8232 7.54027C14.8618 7.60878 14.8912 7.66331 14.9115 7.70156C14.9216 7.72068 14.9294 7.73574 14.9349 7.74644L14.9394 7.75523C15.0177 7.90413 15.0232 8.08794 14.9379 8.24748C14.5633 8.94815 14.1167 9.6078 13.6052 10.2157C13.4185 10.4376 13.0873 10.4661 12.8654 10.2794C12.6436 10.0927 12.6151 9.76154 12.8018 9.53969C13.2059 9.05942 13.5654 8.54357 13.876 7.99858C13.8095 7.88247 13.7177 7.72887 13.6016 7.54903C13.3287 7.12654 12.9246 6.56454 12.3996 6.00455C11.34 4.87435 9.85046 3.81598 8.00001 3.81598L7.99877 3.81598Z"
|
|
19
|
-
/>
|
|
20
|
-
</g>
|
|
21
|
-
</svg>
|
|
22
|
-
</template>
|
|
23
|
-
|
|
24
|
-
<style scoped>
|
|
25
|
-
|
|
26
|
-
</style>
|
|
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="currentColor"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<g id="eye-closed">
|
|
14
|
+
<path
|
|
15
|
+
id="Vector"
|
|
16
|
+
fill-rule="evenodd"
|
|
17
|
+
clip-rule="evenodd"
|
|
18
|
+
d="M1.15389 1.15389C1.35891 0.948867 1.69131 0.948867 1.89634 1.15389L4.86827 4.12582C4.87235 4.12977 4.87637 4.13379 4.88034 4.13789L7.12029 6.37784C7.12216 6.37969 7.12403 6.38155 7.12588 6.38343L9.61648 8.87403C9.61839 8.87592 9.62029 8.87782 9.62218 8.87973L11.8611 11.1186C11.8652 11.1226 11.8693 11.1267 11.8733 11.1308L14.8461 14.1036C15.0511 14.3087 15.0511 14.6411 14.8461 14.8461C14.6411 15.0511 14.3087 15.0511 14.1036 14.8461L11.4379 12.1804C10.42 12.8469 9.23139 13.2139 8.00857 13.2339L7.99999 13.234C5.73006 13.234 3.98219 11.9378 2.83441 10.7135C2.25573 10.0963 1.81375 9.48103 1.51637 9.02058C1.36736 8.78985 1.2538 8.59665 1.17676 8.4597C1.13822 8.39119 1.10877 8.33665 1.08853 8.29841C1.07841 8.27928 1.07059 8.26423 1.06509 8.25352L1.05858 8.24077L1.05663 8.23691L1.05598 8.23562C1.05598 8.23562 1.05555 8.23476 1.52511 7.99998L1.05555 8.23476C0.97926 8.08218 0.981858 7.90206 1.06251 7.75175C1.73568 6.49723 2.63732 5.38169 3.71923 4.46168L1.15389 1.89634C0.948867 1.69131 0.948867 1.35891 1.15389 1.15389ZM4.46435 5.2068C3.52524 5.99217 2.73273 6.9385 2.12424 8.00188C2.19077 8.11793 2.28241 8.27135 2.3984 8.45094C2.67125 8.87342 3.07541 9.43542 3.60041 9.99541C4.65915 11.1247 6.14724 12.1824 7.9957 12.184C8.94424 12.1677 9.86808 11.9021 10.6763 11.4187L9.21526 9.95771C9.11156 10.0259 9.00225 10.0858 8.88831 10.1366C8.6073 10.2618 8.30395 10.3291 7.99635 10.3345C7.68876 10.34 7.38322 10.2834 7.09797 10.1682C6.81271 10.0529 6.55359 9.88145 6.33605 9.66391C6.11852 9.44637 5.94702 9.18725 5.8318 8.902C5.71659 8.61674 5.66 8.31121 5.66543 8.00361C5.67086 7.69602 5.73818 7.39266 5.86339 7.11165C5.91416 6.99772 5.97402 6.8884 6.04226 6.78471L4.46435 5.2068ZM6.8146 7.55705C6.75183 7.70416 6.71807 7.86209 6.71525 8.02213C6.71231 8.18875 6.74296 8.35425 6.80537 8.50876C6.86778 8.66327 6.96067 8.80363 7.0785 8.92146C7.19633 9.0393 7.33669 9.13219 7.4912 9.1946C7.64572 9.25701 7.81122 9.28766 7.97783 9.28472C8.13787 9.28189 8.2958 9.24813 8.44291 9.18536L6.8146 7.55705ZM7.99877 3.81598C7.62335 3.81509 7.24909 3.85786 6.88354 3.94343C6.60123 4.00951 6.3188 3.83422 6.25272 3.55191C6.18664 3.2696 6.36193 2.98717 6.64424 2.92108C7.08883 2.81702 7.54401 2.76497 8.00062 2.766C10.2702 2.76623 12.0179 4.06224 13.1656 5.28642C13.7443 5.90368 14.1862 6.51893 14.4836 6.97939C14.6326 7.21012 14.7462 7.40331 14.8232 7.54027C14.8618 7.60878 14.8912 7.66331 14.9115 7.70156C14.9216 7.72068 14.9294 7.73574 14.9349 7.74644L14.9394 7.75523C15.0177 7.90413 15.0232 8.08794 14.9379 8.24748C14.5633 8.94815 14.1167 9.6078 13.6052 10.2157C13.4185 10.4376 13.0873 10.4661 12.8654 10.2794C12.6436 10.0927 12.6151 9.76154 12.8018 9.53969C13.2059 9.05942 13.5654 8.54357 13.876 7.99858C13.8095 7.88247 13.7177 7.72887 13.6016 7.54903C13.3287 7.12654 12.9246 6.56454 12.3996 6.00455C11.34 4.87435 9.85046 3.81598 8.00001 3.81598L7.99877 3.81598Z"
|
|
19
|
+
/>
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
22
|
+
</template>
|
|
23
|
+
|
|
24
|
+
<style scoped>
|
|
25
|
+
|
|
26
|
+
</style>
|
|
@@ -1,7 +1,7 @@
|
|
|
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"
|
|
4
|
-
d="M2.39875 8.4542C2.28159 8.27218 2.18927 8.11694 2.12256 8.00006C2.18927 7.88318 2.28159 7.72795 2.39875 7.54592C2.67167 7.12192 3.0759 6.55793 3.60097 5.99596C4.66082 4.86164 6.15027 3.80001 8.00008 3.80001C9.84989 3.80001 11.3393 4.86164 12.3992 5.99596C12.9243 6.55793 13.3285 7.12192 13.6014 7.54592C13.7186 7.72795 13.8109 7.88318 13.8776 8.00006C13.8109 8.11694 13.7186 8.27218 13.6014 8.4542C13.3285 8.8782 12.9243 9.44219 12.3992 10.0042C11.3393 11.1385 9.84989 12.2001 8.00008 12.2001C6.15027 12.2001 4.66082 11.1385 3.60097 10.0042C3.0759 9.44219 2.67167 8.8782 2.39875 8.4542ZM14.4752 8.00006C14.9451 7.7659 14.9449 7.76553 14.9449 7.76553L14.4752 8.00006ZM14.9449 7.76553C15.0183 7.91299 15.0185 8.08676 14.9451 8.23422L14.4752 8.00006C14.9451 8.23422 14.9446 8.23508 14.9446 8.23508L14.944 8.23637L14.942 8.24024L14.9355 8.25302C14.93 8.26375 14.9222 8.27885 14.9121 8.29803C14.8919 8.33639 14.8624 8.3911 14.8239 8.45982C14.7469 8.5972 14.6333 8.79102 14.4843 9.0225C14.187 9.48445 13.7451 10.1017 13.1664 10.721C12.0189 11.9492 10.2708 13.2501 8.00008 13.2501C5.72939 13.2501 3.98131 11.9492 2.83374 10.721C2.2551 10.1017 1.81316 9.48445 1.51583 9.0225C1.36683 8.79102 1.25329 8.5972 1.17627 8.45982C1.13775 8.3911 1.1083 8.33639 1.08807 8.29803C1.07796 8.27885 1.07014 8.26375 1.06464 8.25302L1.05813 8.24024L1.05619 8.23637L1.05511 8.23422C0.98163 8.08676 0.98163 7.91336 1.05511 7.7659L1.52501 8.00006C1.05511 7.7659 1.05554 7.76505 1.05554 7.76505L1.05619 7.76375L1.05813 7.75989L1.06464 7.7471C1.07014 7.73637 1.07796 7.72127 1.08807 7.70209C1.1083 7.66373 1.13775 7.60903 1.17627 7.5403C1.25329 7.40292 1.36683 7.2091 1.51583 6.97762C1.81316 6.51567 2.2551 5.8984 2.83374 5.27911C3.98131 4.0509 5.72939 2.75 8.00008 2.75C10.2708 2.75 12.0189 4.0509 13.1664 5.27911C13.7451 5.8984 14.187 6.51567 14.4843 6.97762C14.6333 7.2091 14.7469 7.40292 14.8239 7.5403C14.8624 7.60903 14.8919 7.66373 14.9121 7.70209C14.9222 7.72127 14.93 7.73637 14.9355 7.7471L14.942 7.75989L14.944 7.76375L14.9449 7.76553ZM6.75915 8.00006C6.75915 7.30975 7.3164 6.75317 8.00008 6.75317C8.68375 6.75317 9.241 7.30975 9.241 8.00006C9.241 8.69037 8.68375 9.24695 8.00008 9.24695C7.3164 9.24695 6.75915 8.69037 6.75915 8.00006ZM8.00008 5.70316C6.73316 5.70316 5.70914 6.73319 5.70914 8.00006C5.70914 9.26693 6.73316 10.297 8.00008 10.297C9.26699 10.297 10.291 9.26693 10.291 8.00006C10.291 6.73319 9.26699 5.70316 8.00008 5.70316Z"
|
|
5
|
-
fill="currentColor"/>
|
|
6
|
-
</svg>
|
|
7
|
-
</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"
|
|
4
|
+
d="M2.39875 8.4542C2.28159 8.27218 2.18927 8.11694 2.12256 8.00006C2.18927 7.88318 2.28159 7.72795 2.39875 7.54592C2.67167 7.12192 3.0759 6.55793 3.60097 5.99596C4.66082 4.86164 6.15027 3.80001 8.00008 3.80001C9.84989 3.80001 11.3393 4.86164 12.3992 5.99596C12.9243 6.55793 13.3285 7.12192 13.6014 7.54592C13.7186 7.72795 13.8109 7.88318 13.8776 8.00006C13.8109 8.11694 13.7186 8.27218 13.6014 8.4542C13.3285 8.8782 12.9243 9.44219 12.3992 10.0042C11.3393 11.1385 9.84989 12.2001 8.00008 12.2001C6.15027 12.2001 4.66082 11.1385 3.60097 10.0042C3.0759 9.44219 2.67167 8.8782 2.39875 8.4542ZM14.4752 8.00006C14.9451 7.7659 14.9449 7.76553 14.9449 7.76553L14.4752 8.00006ZM14.9449 7.76553C15.0183 7.91299 15.0185 8.08676 14.9451 8.23422L14.4752 8.00006C14.9451 8.23422 14.9446 8.23508 14.9446 8.23508L14.944 8.23637L14.942 8.24024L14.9355 8.25302C14.93 8.26375 14.9222 8.27885 14.9121 8.29803C14.8919 8.33639 14.8624 8.3911 14.8239 8.45982C14.7469 8.5972 14.6333 8.79102 14.4843 9.0225C14.187 9.48445 13.7451 10.1017 13.1664 10.721C12.0189 11.9492 10.2708 13.2501 8.00008 13.2501C5.72939 13.2501 3.98131 11.9492 2.83374 10.721C2.2551 10.1017 1.81316 9.48445 1.51583 9.0225C1.36683 8.79102 1.25329 8.5972 1.17627 8.45982C1.13775 8.3911 1.1083 8.33639 1.08807 8.29803C1.07796 8.27885 1.07014 8.26375 1.06464 8.25302L1.05813 8.24024L1.05619 8.23637L1.05511 8.23422C0.98163 8.08676 0.98163 7.91336 1.05511 7.7659L1.52501 8.00006C1.05511 7.7659 1.05554 7.76505 1.05554 7.76505L1.05619 7.76375L1.05813 7.75989L1.06464 7.7471C1.07014 7.73637 1.07796 7.72127 1.08807 7.70209C1.1083 7.66373 1.13775 7.60903 1.17627 7.5403C1.25329 7.40292 1.36683 7.2091 1.51583 6.97762C1.81316 6.51567 2.2551 5.8984 2.83374 5.27911C3.98131 4.0509 5.72939 2.75 8.00008 2.75C10.2708 2.75 12.0189 4.0509 13.1664 5.27911C13.7451 5.8984 14.187 6.51567 14.4843 6.97762C14.6333 7.2091 14.7469 7.40292 14.8239 7.5403C14.8624 7.60903 14.8919 7.66373 14.9121 7.70209C14.9222 7.72127 14.93 7.73637 14.9355 7.7471L14.942 7.75989L14.944 7.76375L14.9449 7.76553ZM6.75915 8.00006C6.75915 7.30975 7.3164 6.75317 8.00008 6.75317C8.68375 6.75317 9.241 7.30975 9.241 8.00006C9.241 8.69037 8.68375 9.24695 8.00008 9.24695C7.3164 9.24695 6.75915 8.69037 6.75915 8.00006ZM8.00008 5.70316C6.73316 5.70316 5.70914 6.73319 5.70914 8.00006C5.70914 9.26693 6.73316 10.297 8.00008 10.297C9.26699 10.297 10.291 9.26693 10.291 8.00006C10.291 6.73319 9.26699 5.70316 8.00008 5.70316Z"
|
|
5
|
+
fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -1,23 +1,23 @@
|
|
|
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="currentColor"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
>
|
|
13
|
-
<path
|
|
14
|
-
fill-rule="evenodd"
|
|
15
|
-
clip-rule="evenodd"
|
|
16
|
-
d="M2.39875 8.4542C2.28159 8.27218 2.18927 8.11694 2.12256 8.00006C2.18927 7.88318 2.28159 7.72795 2.39875 7.54592C2.67167 7.12192 3.0759 6.55793 3.60097 5.99596C4.66082 4.86164 6.15027 3.80001 8.00008 3.80001C9.84989 3.80001 11.3393 4.86164 12.3992 5.99596C12.9243 6.55793 13.3285 7.12192 13.6014 7.54592C13.7186 7.72795 13.8109 7.88318 13.8776 8.00006C13.8109 8.11694 13.7186 8.27218 13.6014 8.4542C13.3285 8.8782 12.9243 9.44219 12.3992 10.0042C11.3393 11.1385 9.84989 12.2001 8.00008 12.2001C6.15027 12.2001 4.66082 11.1385 3.60097 10.0042C3.0759 9.44219 2.67167 8.8782 2.39875 8.4542ZM14.4752 8.00006C14.9451 7.7659 14.9449 7.76553 14.9449 7.76553L14.4752 8.00006ZM14.9449 7.76553C15.0183 7.91299 15.0185 8.08676 14.9451 8.23422L14.4752 8.00006C14.9451 8.23422 14.9446 8.23508 14.9446 8.23508L14.944 8.23637L14.942 8.24024L14.9355 8.25302C14.93 8.26375 14.9222 8.27885 14.9121 8.29803C14.8919 8.33639 14.8624 8.3911 14.8239 8.45982C14.7469 8.5972 14.6333 8.79102 14.4843 9.0225C14.187 9.48445 13.7451 10.1017 13.1664 10.721C12.0189 11.9492 10.2708 13.2501 8.00008 13.2501C5.72939 13.2501 3.98131 11.9492 2.83374 10.721C2.2551 10.1017 1.81316 9.48445 1.51583 9.0225C1.36683 8.79102 1.25329 8.5972 1.17627 8.45982C1.13775 8.3911 1.1083 8.33639 1.08807 8.29803C1.07796 8.27885 1.07014 8.26375 1.06464 8.25302L1.05813 8.24024L1.05619 8.23637L1.05511 8.23422C0.98163 8.08676 0.98163 7.91336 1.05511 7.7659L1.52501 8.00006C1.05511 7.7659 1.05554 7.76505 1.05554 7.76505L1.05619 7.76375L1.05813 7.75989L1.06464 7.7471C1.07014 7.73637 1.07796 7.72127 1.08807 7.70209C1.1083 7.66373 1.13775 7.60903 1.17627 7.5403C1.25329 7.40292 1.36683 7.2091 1.51583 6.97762C1.81316 6.51567 2.2551 5.8984 2.83374 5.27911C3.98131 4.0509 5.72939 2.75 8.00008 2.75C10.2708 2.75 12.0189 4.0509 13.1664 5.27911C13.7451 5.8984 14.187 6.51567 14.4843 6.97762C14.6333 7.2091 14.7469 7.40292 14.8239 7.5403C14.8624 7.60903 14.8919 7.66373 14.9121 7.70209C14.9222 7.72127 14.93 7.73637 14.9355 7.7471L14.942 7.75989L14.944 7.76375L14.9449 7.76553ZM6.75915 8.00006C6.75915 7.30975 7.3164 6.75317 8.00008 6.75317C8.68375 6.75317 9.241 7.30975 9.241 8.00006C9.241 8.69037 8.68375 9.24695 8.00008 9.24695C7.3164 9.24695 6.75915 8.69037 6.75915 8.00006ZM8.00008 5.70316C6.73316 5.70316 5.70914 6.73319 5.70914 8.00006C5.70914 9.26693 6.73316 10.297 8.00008 10.297C9.26699 10.297 10.291 9.26693 10.291 8.00006C10.291 6.73319 9.26699 5.70316 8.00008 5.70316Z"
|
|
17
|
-
/>
|
|
18
|
-
</svg>
|
|
19
|
-
</template>
|
|
20
|
-
|
|
21
|
-
<style scoped>
|
|
22
|
-
|
|
23
|
-
</style>
|
|
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="currentColor"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
fill-rule="evenodd"
|
|
15
|
+
clip-rule="evenodd"
|
|
16
|
+
d="M2.39875 8.4542C2.28159 8.27218 2.18927 8.11694 2.12256 8.00006C2.18927 7.88318 2.28159 7.72795 2.39875 7.54592C2.67167 7.12192 3.0759 6.55793 3.60097 5.99596C4.66082 4.86164 6.15027 3.80001 8.00008 3.80001C9.84989 3.80001 11.3393 4.86164 12.3992 5.99596C12.9243 6.55793 13.3285 7.12192 13.6014 7.54592C13.7186 7.72795 13.8109 7.88318 13.8776 8.00006C13.8109 8.11694 13.7186 8.27218 13.6014 8.4542C13.3285 8.8782 12.9243 9.44219 12.3992 10.0042C11.3393 11.1385 9.84989 12.2001 8.00008 12.2001C6.15027 12.2001 4.66082 11.1385 3.60097 10.0042C3.0759 9.44219 2.67167 8.8782 2.39875 8.4542ZM14.4752 8.00006C14.9451 7.7659 14.9449 7.76553 14.9449 7.76553L14.4752 8.00006ZM14.9449 7.76553C15.0183 7.91299 15.0185 8.08676 14.9451 8.23422L14.4752 8.00006C14.9451 8.23422 14.9446 8.23508 14.9446 8.23508L14.944 8.23637L14.942 8.24024L14.9355 8.25302C14.93 8.26375 14.9222 8.27885 14.9121 8.29803C14.8919 8.33639 14.8624 8.3911 14.8239 8.45982C14.7469 8.5972 14.6333 8.79102 14.4843 9.0225C14.187 9.48445 13.7451 10.1017 13.1664 10.721C12.0189 11.9492 10.2708 13.2501 8.00008 13.2501C5.72939 13.2501 3.98131 11.9492 2.83374 10.721C2.2551 10.1017 1.81316 9.48445 1.51583 9.0225C1.36683 8.79102 1.25329 8.5972 1.17627 8.45982C1.13775 8.3911 1.1083 8.33639 1.08807 8.29803C1.07796 8.27885 1.07014 8.26375 1.06464 8.25302L1.05813 8.24024L1.05619 8.23637L1.05511 8.23422C0.98163 8.08676 0.98163 7.91336 1.05511 7.7659L1.52501 8.00006C1.05511 7.7659 1.05554 7.76505 1.05554 7.76505L1.05619 7.76375L1.05813 7.75989L1.06464 7.7471C1.07014 7.73637 1.07796 7.72127 1.08807 7.70209C1.1083 7.66373 1.13775 7.60903 1.17627 7.5403C1.25329 7.40292 1.36683 7.2091 1.51583 6.97762C1.81316 6.51567 2.2551 5.8984 2.83374 5.27911C3.98131 4.0509 5.72939 2.75 8.00008 2.75C10.2708 2.75 12.0189 4.0509 13.1664 5.27911C13.7451 5.8984 14.187 6.51567 14.4843 6.97762C14.6333 7.2091 14.7469 7.40292 14.8239 7.5403C14.8624 7.60903 14.8919 7.66373 14.9121 7.70209C14.9222 7.72127 14.93 7.73637 14.9355 7.7471L14.942 7.75989L14.944 7.76375L14.9449 7.76553ZM6.75915 8.00006C6.75915 7.30975 7.3164 6.75317 8.00008 6.75317C8.68375 6.75317 9.241 7.30975 9.241 8.00006C9.241 8.69037 8.68375 9.24695 8.00008 9.24695C7.3164 9.24695 6.75915 8.69037 6.75915 8.00006ZM8.00008 5.70316C6.73316 5.70316 5.70914 6.73319 5.70914 8.00006C5.70914 9.26693 6.73316 10.297 8.00008 10.297C9.26699 10.297 10.291 9.26693 10.291 8.00006C10.291 6.73319 9.26699 5.70316 8.00008 5.70316Z"
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
19
|
+
</template>
|
|
20
|
+
|
|
21
|
+
<style scoped>
|
|
22
|
+
|
|
23
|
+
</style>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
<template>
|
|
4
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
-
<path d="M11.3574 15.2141V20.357H13.9288" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
-
<path d="M4.92883 15.2141L8.14312 20.357" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
-
<path d="M8.14312 15.2141L4.92883 20.357" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
-
<path d="M19.0717 16.0713C18.8951 15.5719 18.3458 15.2141 17.786 15.2141C17.1026 15.2141 16.5002 15.768 16.5002 16.4514C16.5002 16.9836 16.8624 17.4475 17.3788 17.5766L18.1052 17.7582C18.6732 17.9002 19.0717 18.4105 19.0717 18.996V19.0713C19.0717 19.7814 18.4961 20.357 17.786 20.357C17.2262 20.357 16.6768 19.9992 16.5002 19.4998" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
-
<path d="M4.92883 12.6427V4.92841C4.92883 4.58742 5.0643 4.2604 5.30541 4.01928C5.54653 3.77816 5.87355 3.6427 6.21455 3.6427H14.5717L19.0717 8.1427V12.6427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
-
<path d="M14.5717 3.80341V8.14269H18.9109" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
-
</svg>
|
|
12
|
-
</template>
|
|
13
|
-
<script setup lang="ts">
|
|
14
|
-
</script>
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
<template>
|
|
4
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M11.3574 15.2141V20.357H13.9288" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M4.92883 15.2141L8.14312 20.357" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M8.14312 15.2141L4.92883 20.357" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M19.0717 16.0713C18.8951 15.5719 18.3458 15.2141 17.786 15.2141C17.1026 15.2141 16.5002 15.768 16.5002 16.4514C16.5002 16.9836 16.8624 17.4475 17.3788 17.5766L18.1052 17.7582C18.6732 17.9002 19.0717 18.4105 19.0717 18.996V19.0713C19.0717 19.7814 18.4961 20.357 17.786 20.357C17.2262 20.357 16.6768 19.9992 16.5002 19.4998" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
<path d="M4.92883 12.6427V4.92841C4.92883 4.58742 5.0643 4.2604 5.30541 4.01928C5.54653 3.77816 5.87355 3.6427 6.21455 3.6427H14.5717L19.0717 8.1427V12.6427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
<path d="M14.5717 3.80341V8.14269H18.9109" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
</svg>
|
|
12
|
+
</template>
|
|
13
|
+
<script setup lang="ts">
|
|
14
|
+
</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.11492 1C3.63222 1 3.1693 1.19175 2.82799 1.53306C2.48667 1.87438 2.29492 2.3373 2.29492 2.81999V13.18C2.29492 13.6627 2.48667 14.1256 2.82799 14.4669C3.1693 14.8082 3.63222 15 4.11492 15H11.8849C12.3676 15 12.8305 14.8082 13.1718 14.4669C13.5131 14.1256 13.7049 13.6627 13.7049 13.18V5.40999C13.7049 5.26732 13.648 5.13794 13.5556 5.04332C13.5541 5.04179 13.5526 5.04027 13.5511 5.03876L9.66639 1.15403L9.66613 1.15377C9.56767 1.05531 9.43414 1 9.2949 1M8.7699 2.05H4.11492C3.9107 2.05 3.71485 2.13112 3.57045 2.27552C3.42604 2.41993 3.34492 2.61578 3.34492 2.81999V13.18C3.34492 13.3842 3.42604 13.58 3.57045 13.7244C3.71485 13.8688 3.9107 13.95 4.11492 13.95H11.8849C12.0891 13.95 12.285 13.8688 12.4294 13.7244C12.5738 13.58 12.6549 13.3842 12.6549 13.18V5.93499H9.2949C9.00495 5.93499 8.7699 5.69994 8.7699 5.40999V2.05ZM11.9124 4.88499L9.8199 2.79246V4.88499H11.9124ZM5.40992 8.12251C5.11997 8.12251 4.88492 8.35756 4.88492 8.64751C4.88492 8.93746 5.11997 9.17251 5.40992 9.17251H10.5899C10.8799 9.17251 11.1149 8.93746 11.1149 8.64751C11.1149 8.35756 10.8799 8.12251 10.5899 8.12251H5.40992ZM4.88492 11.2375C4.88492 10.9475 5.11997 10.7125 5.40992 10.7125H10.5899C10.8799 10.7125 11.1149 10.9475 11.1149 11.2375C11.1149 11.5274 10.8799 11.7625 10.5899 11.7625H5.40992C5.11997 11.7625 4.88492 11.5274 4.88492 11.2375ZM4.88492 6.05747C4.88492 5.76752 5.11997 5.53247 5.40992 5.53247H6.70492C6.99487 5.53247 7.22992 5.76752 7.22992 6.05747C7.22992 6.34742 6.99487 6.58247 6.70492 6.58247H5.40992C5.11997 6.58247 4.88492 6.34742 4.88492 6.05747Z"
|
|
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.11492 1C3.63222 1 3.1693 1.19175 2.82799 1.53306C2.48667 1.87438 2.29492 2.3373 2.29492 2.81999V13.18C2.29492 13.6627 2.48667 14.1256 2.82799 14.4669C3.1693 14.8082 3.63222 15 4.11492 15H11.8849C12.3676 15 12.8305 14.8082 13.1718 14.4669C13.5131 14.1256 13.7049 13.6627 13.7049 13.18V5.40999C13.7049 5.26732 13.648 5.13794 13.5556 5.04332C13.5541 5.04179 13.5526 5.04027 13.5511 5.03876L9.66639 1.15403L9.66613 1.15377C9.56767 1.05531 9.43414 1 9.2949 1M8.7699 2.05H4.11492C3.9107 2.05 3.71485 2.13112 3.57045 2.27552C3.42604 2.41993 3.34492 2.61578 3.34492 2.81999V13.18C3.34492 13.3842 3.42604 13.58 3.57045 13.7244C3.71485 13.8688 3.9107 13.95 4.11492 13.95H11.8849C12.0891 13.95 12.285 13.8688 12.4294 13.7244C12.5738 13.58 12.6549 13.3842 12.6549 13.18V5.93499H9.2949C9.00495 5.93499 8.7699 5.69994 8.7699 5.40999V2.05ZM11.9124 4.88499L9.8199 2.79246V4.88499H11.9124ZM5.40992 8.12251C5.11997 8.12251 4.88492 8.35756 4.88492 8.64751C4.88492 8.93746 5.11997 9.17251 5.40992 9.17251H10.5899C10.8799 9.17251 11.1149 8.93746 11.1149 8.64751C11.1149 8.35756 10.8799 8.12251 10.5899 8.12251H5.40992ZM4.88492 11.2375C4.88492 10.9475 5.11997 10.7125 5.40992 10.7125H10.5899C10.8799 10.7125 11.1149 10.9475 11.1149 11.2375C11.1149 11.5274 10.8799 11.7625 10.5899 11.7625H5.40992C5.11997 11.7625 4.88492 11.5274 4.88492 11.2375ZM4.88492 6.05747C4.88492 5.76752 5.11997 5.53247 5.40992 5.53247H6.70492C6.99487 5.53247 7.22992 5.76752 7.22992 6.05747C7.22992 6.34742 6.99487 6.58247 6.70492 6.58247H5.40992C5.11997 6.58247 4.88492 6.34742 4.88492 6.05747Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
17
|
+
|
|
18
|
+
<script setup lang="ts">
|
|
19
|
+
</script>
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
</script>
|
|
3
|
-
|
|
4
|
-
<template>
|
|
5
|
-
<svg
|
|
6
|
-
width="18"
|
|
7
|
-
height="18"
|
|
8
|
-
viewBox="0 0 18 18"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
>
|
|
12
|
-
<path
|
|
13
|
-
d="M15.023 4.66453L12.2105 1.85203C12.1582 1.79981 12.0961 1.7584 12.0279 1.73017C11.9596 1.70194 11.8864 1.68744 11.8125 1.6875H6.1875C5.88913 1.6875 5.60298 1.80603 5.392 2.017C5.18103 2.22798 5.0625 2.51413 5.0625 2.8125V3.9375H3.9375C3.63913 3.9375 3.35298 4.05603 3.142 4.267C2.93103 4.47798 2.8125 4.76413 2.8125 5.0625V15.1875C2.8125 15.4859 2.93103 15.772 3.142 15.983C3.35298 16.194 3.63913 16.3125 3.9375 16.3125H11.8125C12.1109 16.3125 12.397 16.194 12.608 15.983C12.819 15.772 12.9375 15.4859 12.9375 15.1875V14.0625H14.0625C14.3609 14.0625 14.647 13.944 14.858 13.733C15.069 13.522 15.1875 13.2359 15.1875 12.9375V5.0625C15.1876 4.98861 15.1731 4.91543 15.1448 4.84715C15.1166 4.77886 15.0752 4.71681 15.023 4.66453ZM11.8125 15.1875H3.9375V5.0625H9.32977L11.8125 7.54523V13.4887C11.8125 13.493 11.8125 13.4965 11.8125 13.5C11.8125 13.5035 11.8125 13.507 11.8125 13.5113V15.1875ZM14.0625 12.9375H12.9375V7.3125C12.9376 7.23861 12.9231 7.16543 12.8948 7.09715C12.8666 7.02886 12.8252 6.96681 12.773 6.91453L9.96047 4.10203C9.90819 4.04981 9.84614 4.0084 9.77785 3.98017C9.70957 3.95194 9.63639 3.93744 9.5625 3.9375H6.1875V2.8125H11.5798L14.0625 5.29523V12.9375ZM10.125 10.6875C10.125 10.8367 10.0657 10.9798 9.96025 11.0852C9.85476 11.1907 9.71168 11.25 9.5625 11.25H6.1875C6.03832 11.25 5.89524 11.1907 5.78975 11.0852C5.68426 10.9798 5.625 10.8367 5.625 10.6875C5.625 10.5383 5.68426 10.3952 5.78975 10.2898C5.89524 10.1843 6.03832 10.125 6.1875 10.125H9.5625C9.71168 10.125 9.85476 10.1843 9.96025 10.2898C10.0657 10.3952 10.125 10.5383 10.125 10.6875ZM10.125 12.9375C10.125 13.0867 10.0657 13.2298 9.96025 13.3352C9.85476 13.4407 9.71168 13.5 9.5625 13.5H6.1875C6.03832 13.5 5.89524 13.4407 5.78975 13.3352C5.68426 13.2298 5.625 13.0867 5.625 12.9375C5.625 12.7883 5.68426 12.6452 5.78975 12.5398C5.89524 12.4343 6.03832 12.375 6.1875 12.375H9.5625C9.71168 12.375 9.85476 12.4343 9.96025 12.5398C10.0657 12.6452 10.125 12.7883 10.125 12.9375Z"
|
|
14
|
-
fill="currentColor"
|
|
15
|
-
/>
|
|
16
|
-
</svg>
|
|
17
|
-
</template>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
</script>
|
|
3
|
+
|
|
4
|
+
<template>
|
|
5
|
+
<svg
|
|
6
|
+
width="18"
|
|
7
|
+
height="18"
|
|
8
|
+
viewBox="0 0 18 18"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
d="M15.023 4.66453L12.2105 1.85203C12.1582 1.79981 12.0961 1.7584 12.0279 1.73017C11.9596 1.70194 11.8864 1.68744 11.8125 1.6875H6.1875C5.88913 1.6875 5.60298 1.80603 5.392 2.017C5.18103 2.22798 5.0625 2.51413 5.0625 2.8125V3.9375H3.9375C3.63913 3.9375 3.35298 4.05603 3.142 4.267C2.93103 4.47798 2.8125 4.76413 2.8125 5.0625V15.1875C2.8125 15.4859 2.93103 15.772 3.142 15.983C3.35298 16.194 3.63913 16.3125 3.9375 16.3125H11.8125C12.1109 16.3125 12.397 16.194 12.608 15.983C12.819 15.772 12.9375 15.4859 12.9375 15.1875V14.0625H14.0625C14.3609 14.0625 14.647 13.944 14.858 13.733C15.069 13.522 15.1875 13.2359 15.1875 12.9375V5.0625C15.1876 4.98861 15.1731 4.91543 15.1448 4.84715C15.1166 4.77886 15.0752 4.71681 15.023 4.66453ZM11.8125 15.1875H3.9375V5.0625H9.32977L11.8125 7.54523V13.4887C11.8125 13.493 11.8125 13.4965 11.8125 13.5C11.8125 13.5035 11.8125 13.507 11.8125 13.5113V15.1875ZM14.0625 12.9375H12.9375V7.3125C12.9376 7.23861 12.9231 7.16543 12.8948 7.09715C12.8666 7.02886 12.8252 6.96681 12.773 6.91453L9.96047 4.10203C9.90819 4.04981 9.84614 4.0084 9.77785 3.98017C9.70957 3.95194 9.63639 3.93744 9.5625 3.9375H6.1875V2.8125H11.5798L14.0625 5.29523V12.9375ZM10.125 10.6875C10.125 10.8367 10.0657 10.9798 9.96025 11.0852C9.85476 11.1907 9.71168 11.25 9.5625 11.25H6.1875C6.03832 11.25 5.89524 11.1907 5.78975 11.0852C5.68426 10.9798 5.625 10.8367 5.625 10.6875C5.625 10.5383 5.68426 10.3952 5.78975 10.2898C5.89524 10.1843 6.03832 10.125 6.1875 10.125H9.5625C9.71168 10.125 9.85476 10.1843 9.96025 10.2898C10.0657 10.3952 10.125 10.5383 10.125 10.6875ZM10.125 12.9375C10.125 13.0867 10.0657 13.2298 9.96025 13.3352C9.85476 13.4407 9.71168 13.5 9.5625 13.5H6.1875C6.03832 13.5 5.89524 13.4407 5.78975 13.3352C5.68426 13.2298 5.625 13.0867 5.625 12.9375C5.625 12.7883 5.68426 12.6452 5.78975 12.5398C5.89524 12.4343 6.03832 12.375 6.1875 12.375H9.5625C9.71168 12.375 9.85476 12.4343 9.96025 12.5398C10.0657 12.6452 10.125 12.7883 10.125 12.9375Z"
|
|
14
|
+
fill="currentColor"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
</template>
|
|
@@ -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="M6.89027 2.1533C4.30223 2.64152 2.30621 4.80563 2.07285 7.475H5.02171C5.20164 5.57197 5.84478 3.74533 6.89027 2.1533ZM8.00002 0.999985C4.13402 0.999985 1 4.134 1 8C1 11.866 4.13402 15 8.00002 15C11.866 15 15 11.866 15 8C15 4.134 11.866 0.999985 8.00002 0.999985ZM9.10977 2.15329C10.1553 3.74533 10.7984 5.57197 10.9783 7.475H13.9272C13.6938 4.80563 11.6978 2.64152 9.10977 2.15329ZM9.92318 7.475C9.7326 5.64189 9.06956 3.88997 8.00002 2.3907C6.93048 3.88997 6.26744 5.64189 6.07686 7.475H9.92318ZM6.07686 8.52501H9.92318C9.7326 10.3581 9.06956 12.11 8.00002 13.6093C6.93048 12.11 6.26744 10.3581 6.07686 8.52501ZM5.02171 8.52501H2.07285C2.30621 11.1944 4.30223 13.3585 6.89027 13.8467C5.84478 12.2547 5.20164 10.428 5.02171 8.52501ZM9.10977 13.8467C10.1553 12.2547 10.7984 10.428 10.9783 8.52501H13.9272C13.6938 11.1944 11.6978 13.3585 9.10977 13.8467Z"
|
|
13
|
-
fill="currentColor"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
</template>
|
|
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="M6.89027 2.1533C4.30223 2.64152 2.30621 4.80563 2.07285 7.475H5.02171C5.20164 5.57197 5.84478 3.74533 6.89027 2.1533ZM8.00002 0.999985C4.13402 0.999985 1 4.134 1 8C1 11.866 4.13402 15 8.00002 15C11.866 15 15 11.866 15 8C15 4.134 11.866 0.999985 8.00002 0.999985ZM9.10977 2.15329C10.1553 3.74533 10.7984 5.57197 10.9783 7.475H13.9272C13.6938 4.80563 11.6978 2.64152 9.10977 2.15329ZM9.92318 7.475C9.7326 5.64189 9.06956 3.88997 8.00002 2.3907C6.93048 3.88997 6.26744 5.64189 6.07686 7.475H9.92318ZM6.07686 8.52501H9.92318C9.7326 10.3581 9.06956 12.11 8.00002 13.6093C6.93048 12.11 6.26744 10.3581 6.07686 8.52501ZM5.02171 8.52501H2.07285C2.30621 11.1944 4.30223 13.3585 6.89027 13.8467C5.84478 12.2547 5.20164 10.428 5.02171 8.52501ZM9.10977 13.8467C10.1553 12.2547 10.7984 10.428 10.9783 8.52501H13.9272C13.6938 11.1944 11.6978 13.3585 9.10977 13.8467Z"
|
|
13
|
+
fill="currentColor"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</template>
|
|
17
|
+
|
|
18
|
+
<script setup lang="ts">
|
|
19
|
+
</script>
|