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,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.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>
|
|
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.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>
|
|
17
|
+
|
|
18
|
+
<script setup lang="ts">
|
|
19
|
+
</script>
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
</script>
|
|
3
|
-
|
|
4
|
-
<template>
|
|
5
|
-
<svg
|
|
6
|
-
width="25"
|
|
7
|
-
height="24"
|
|
8
|
-
viewBox="0 0 25 24"
|
|
9
|
-
fill="none"
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
>
|
|
12
|
-
<mask
|
|
13
|
-
id="mask0_5312_309"
|
|
14
|
-
style="mask-type:alpha"
|
|
15
|
-
maskUnits="userSpaceOnUse"
|
|
16
|
-
x="0"
|
|
17
|
-
y="0"
|
|
18
|
-
width="25"
|
|
19
|
-
height="24"
|
|
20
|
-
>
|
|
21
|
-
<circle
|
|
22
|
-
cx="12.3333"
|
|
23
|
-
cy="12"
|
|
24
|
-
r="12"
|
|
25
|
-
class="fill-white dark:fill-[#26282B]"
|
|
26
|
-
/>
|
|
27
|
-
</mask>
|
|
28
|
-
<g mask="url(#mask0_5312_309)">
|
|
29
|
-
<path
|
|
30
|
-
d="M12.3333 13.2903C15.0947 13.2903 17.3333 11.0517 17.3333 8.29031C17.3333 5.52889 15.0947 3.29031 12.3333 3.29031C9.57189 3.29031 7.33331 5.52889 7.33331 8.29031C7.33331 11.0517 9.57189 13.2903 12.3333 13.2903Z"
|
|
31
|
-
fill="currentColor"
|
|
32
|
-
fill-opacity="0.8"
|
|
33
|
-
/>
|
|
34
|
-
<path
|
|
35
|
-
d="M12.5733 14.52C6.62084 14.52 1.77332 18.5016 1.77332 23.4075C1.77332 23.7393 2.0347 24 2.36737 24H22.7793C23.1119 24 23.3733 23.7393 23.3733 23.4075C23.3733 18.5016 18.5258 14.52 12.5733 14.52Z"
|
|
36
|
-
fill="currentColor"
|
|
37
|
-
fill-opacity="0.8"
|
|
38
|
-
/>
|
|
39
|
-
</g>
|
|
40
|
-
</svg>
|
|
41
|
-
</template>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
</script>
|
|
3
|
+
|
|
4
|
+
<template>
|
|
5
|
+
<svg
|
|
6
|
+
width="25"
|
|
7
|
+
height="24"
|
|
8
|
+
viewBox="0 0 25 24"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<mask
|
|
13
|
+
id="mask0_5312_309"
|
|
14
|
+
style="mask-type:alpha"
|
|
15
|
+
maskUnits="userSpaceOnUse"
|
|
16
|
+
x="0"
|
|
17
|
+
y="0"
|
|
18
|
+
width="25"
|
|
19
|
+
height="24"
|
|
20
|
+
>
|
|
21
|
+
<circle
|
|
22
|
+
cx="12.3333"
|
|
23
|
+
cy="12"
|
|
24
|
+
r="12"
|
|
25
|
+
class="fill-white dark:fill-[#26282B]"
|
|
26
|
+
/>
|
|
27
|
+
</mask>
|
|
28
|
+
<g mask="url(#mask0_5312_309)">
|
|
29
|
+
<path
|
|
30
|
+
d="M12.3333 13.2903C15.0947 13.2903 17.3333 11.0517 17.3333 8.29031C17.3333 5.52889 15.0947 3.29031 12.3333 3.29031C9.57189 3.29031 7.33331 5.52889 7.33331 8.29031C7.33331 11.0517 9.57189 13.2903 12.3333 13.2903Z"
|
|
31
|
+
fill="currentColor"
|
|
32
|
+
fill-opacity="0.8"
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
d="M12.5733 14.52C6.62084 14.52 1.77332 18.5016 1.77332 23.4075C1.77332 23.7393 2.0347 24 2.36737 24H22.7793C23.1119 24 23.3733 23.7393 23.3733 23.4075C23.3733 18.5016 18.5258 14.52 12.5733 14.52Z"
|
|
36
|
+
fill="currentColor"
|
|
37
|
+
fill-opacity="0.8"
|
|
38
|
+
/>
|
|
39
|
+
</g>
|
|
40
|
+
</svg>
|
|
41
|
+
</template>
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 42 33"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M40.25 13.25H38.3937L33.6191 2.50781C33.403 2.0218 33.0506 1.60887 32.6046 1.31906C32.1586 1.02926 31.6381 0.875006 31.1063 0.875H10.8937C10.3619 0.875006 9.8414 1.02926 9.3954 1.31906C8.9494 1.60887 8.59702 2.0218 8.38094 2.50781L3.60625 13.25H1.75C1.38533 13.25 1.03559 13.3949 0.777728 13.6527C0.519866 13.9106 0.375 14.2603 0.375 14.625C0.375 14.9897 0.519866 15.3394 0.777728 15.5973C1.03559 15.8551 1.38533 16 1.75 16H3.125V29.75C3.125 30.4793 3.41473 31.1788 3.93046 31.6945C4.44618 32.2103 5.14565 32.5 5.875 32.5H10C10.7293 32.5 11.4288 32.2103 11.9445 31.6945C12.4603 31.1788 12.75 30.4793 12.75 29.75V27H29.25V29.75C29.25 30.4793 29.5397 31.1788 30.0555 31.6945C30.5712 32.2103 31.2707 32.5 32 32.5H36.125C36.8543 32.5 37.5538 32.2103 38.0695 31.6945C38.5853 31.1788 38.875 30.4793 38.875 29.75V16H40.25C40.6147 16 40.9644 15.8551 41.2223 15.5973C41.4801 15.3394 41.625 14.9897 41.625 14.625C41.625 14.2603 41.4801 13.9106 41.2223 13.6527C40.9644 13.3949 40.6147 13.25 40.25 13.25ZM10.8937 3.625H31.1063L35.3842 13.25H6.61578L10.8937 3.625ZM10 29.75H5.875V27H10V29.75ZM32 29.75V27H36.125V29.75H32ZM36.125 24.25H5.875V16H36.125V24.25ZM8.625 20.125C8.625 19.7603 8.76987 19.4106 9.02773 19.1527C9.28559 18.8949 9.63533 18.75 10 18.75H12.75C13.1147 18.75 13.4644 18.8949 13.7223 19.1527C13.9801 19.4106 14.125 19.7603 14.125 20.125C14.125 20.4897 13.9801 20.8394 13.7223 21.0973C13.4644 21.3551 13.1147 21.5 12.75 21.5H10C9.63533 21.5 9.28559 21.3551 9.02773 21.0973C8.76987 20.8394 8.625 20.4897 8.625 20.125ZM27.875 20.125C27.875 19.7603 28.0199 19.4106 28.2777 19.1527C28.5356 18.8949 28.8853 18.75 29.25 18.75H32C32.3647 18.75 32.7144 18.8949 32.9723 19.1527C33.2301 19.4106 33.375 19.7603 33.375 20.125C33.375 20.4897 33.2301 20.8394 32.9723 21.0973C32.7144 21.3551 32.3647 21.5 32 21.5H29.25C28.8853 21.5 28.5356 21.3551 28.2777 21.0973C28.0199 20.8394 27.875 20.4897 27.875 20.125Z"
|
|
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 42 33"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M40.25 13.25H38.3937L33.6191 2.50781C33.403 2.0218 33.0506 1.60887 32.6046 1.31906C32.1586 1.02926 31.6381 0.875006 31.1063 0.875H10.8937C10.3619 0.875006 9.8414 1.02926 9.3954 1.31906C8.9494 1.60887 8.59702 2.0218 8.38094 2.50781L3.60625 13.25H1.75C1.38533 13.25 1.03559 13.3949 0.777728 13.6527C0.519866 13.9106 0.375 14.2603 0.375 14.625C0.375 14.9897 0.519866 15.3394 0.777728 15.5973C1.03559 15.8551 1.38533 16 1.75 16H3.125V29.75C3.125 30.4793 3.41473 31.1788 3.93046 31.6945C4.44618 32.2103 5.14565 32.5 5.875 32.5H10C10.7293 32.5 11.4288 32.2103 11.9445 31.6945C12.4603 31.1788 12.75 30.4793 12.75 29.75V27H29.25V29.75C29.25 30.4793 29.5397 31.1788 30.0555 31.6945C30.5712 32.2103 31.2707 32.5 32 32.5H36.125C36.8543 32.5 37.5538 32.2103 38.0695 31.6945C38.5853 31.1788 38.875 30.4793 38.875 29.75V16H40.25C40.6147 16 40.9644 15.8551 41.2223 15.5973C41.4801 15.3394 41.625 14.9897 41.625 14.625C41.625 14.2603 41.4801 13.9106 41.2223 13.6527C40.9644 13.3949 40.6147 13.25 40.25 13.25ZM10.8937 3.625H31.1063L35.3842 13.25H6.61578L10.8937 3.625ZM10 29.75H5.875V27H10V29.75ZM32 29.75V27H36.125V29.75H32ZM36.125 24.25H5.875V16H36.125V24.25ZM8.625 20.125C8.625 19.7603 8.76987 19.4106 9.02773 19.1527C9.28559 18.8949 9.63533 18.75 10 18.75H12.75C13.1147 18.75 13.4644 18.8949 13.7223 19.1527C13.9801 19.4106 14.125 19.7603 14.125 20.125C14.125 20.4897 13.9801 20.8394 13.7223 21.0973C13.4644 21.3551 13.1147 21.5 12.75 21.5H10C9.63533 21.5 9.28559 21.3551 9.02773 21.0973C8.76987 20.8394 8.625 20.4897 8.625 20.125ZM27.875 20.125C27.875 19.7603 28.0199 19.4106 28.2777 19.1527C28.5356 18.8949 28.8853 18.75 29.25 18.75H32C32.3647 18.75 32.7144 18.8949 32.9723 19.1527C33.2301 19.4106 33.375 19.7603 33.375 20.125C33.375 20.4897 33.2301 20.8394 32.9723 21.0973C32.7144 21.3551 32.3647 21.5 32 21.5H29.25C28.8853 21.5 28.5356 21.3551 28.2777 21.0973C28.0199 20.8394 27.875 20.4897 27.875 20.125Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
15
|
+
|
|
16
|
+
<script setup lang="ts">
|
|
17
|
+
</script>
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="16"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 42 30"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M41.5253 11.1094L39.1191 5.09375C38.9149 4.58478 38.5627 4.14883 38.1079 3.84238C37.6531 3.53594 37.1168 3.37311 36.5684 3.375H30.625V2C30.625 1.63533 30.4801 1.28559 30.2223 1.02773C29.9644 0.769866 29.6147 0.625 29.25 0.625H3.125C2.39565 0.625 1.69618 0.914731 1.18046 1.43046C0.664731 1.94618 0.375 2.64565 0.375 3.375V22.625C0.375 23.3543 0.664731 24.0538 1.18046 24.5695C1.69618 25.0853 2.39565 25.375 3.125 25.375H6.04688C6.34979 26.5581 7.03784 27.6067 8.00255 28.3555C8.96726 29.1043 10.1538 29.5108 11.375 29.5108C12.5962 29.5108 13.7827 29.1043 14.7474 28.3555C15.7122 27.6067 16.4002 26.5581 16.7031 25.375H25.2969C25.5998 26.5581 26.2878 27.6067 27.2526 28.3555C28.2173 29.1043 29.4038 29.5108 30.625 29.5108C31.8462 29.5108 33.0327 29.1043 33.9974 28.3555C34.9622 27.6067 35.6502 26.5581 35.9531 25.375H38.875C39.6043 25.375 40.3038 25.0853 40.8195 24.5695C41.3353 24.0538 41.625 23.3543 41.625 22.625V11.625C41.6255 11.4483 41.5916 11.2732 41.5253 11.1094ZM30.625 6.125H36.5684L38.2184 10.25H30.625V6.125ZM3.125 3.375H27.875V14.375H3.125V3.375ZM11.375 26.75C10.8311 26.75 10.2994 26.5887 9.84718 26.2865C9.39495 25.9844 9.04247 25.5549 8.83433 25.0524C8.62619 24.5499 8.57173 23.997 8.67784 23.4635C8.78395 22.9301 9.04586 22.4401 9.43046 22.0555C9.81505 21.6709 10.3051 21.4089 10.8385 21.3028C11.3719 21.1967 11.9249 21.2512 12.4274 21.4593C12.9299 21.6675 13.3594 22.0199 13.6615 22.4722C13.9637 22.9244 14.125 23.4561 14.125 24C14.125 24.7293 13.8353 25.4288 13.3195 25.9445C12.8038 26.4603 12.1043 26.75 11.375 26.75ZM25.2969 22.625H16.7031C16.4002 21.4419 15.7122 20.3933 14.7474 19.6445C13.7827 18.8957 12.5962 18.4892 11.375 18.4892C10.1538 18.4892 8.96726 18.8957 8.00255 19.6445C7.03784 20.3933 6.34979 21.4419 6.04688 22.625H3.125V17.125H27.875V19.2408C27.2427 19.6062 26.6893 20.0936 26.2467 20.6745C25.8042 21.2554 25.4813 21.9184 25.2969 22.625ZM30.625 26.75C30.0811 26.75 29.5494 26.5887 29.0972 26.2865C28.6449 25.9844 28.2925 25.5549 28.0843 25.0524C27.8762 24.5499 27.8217 23.997 27.9278 23.4635C28.0339 22.9301 28.2959 22.4401 28.6805 22.0555C29.0651 21.6709 29.5551 21.4089 30.0885 21.3028C30.622 21.1967 31.1749 21.2512 31.6774 21.4593C32.1799 21.6675 32.6094 22.0199 32.9115 22.4722C33.2137 22.9244 33.375 23.4561 33.375 24C33.375 24.7293 33.0853 25.4288 32.5695 25.9445C32.0538 26.4603 31.3543 26.75 30.625 26.75ZM38.875 22.625H35.9531C35.6466 21.4448 34.9572 20.3996 33.9931 19.6532C33.0289 18.9067 31.8444 18.5012 30.625 18.5V13H38.875V22.625Z"
|
|
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 42 30"
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M41.5253 11.1094L39.1191 5.09375C38.9149 4.58478 38.5627 4.14883 38.1079 3.84238C37.6531 3.53594 37.1168 3.37311 36.5684 3.375H30.625V2C30.625 1.63533 30.4801 1.28559 30.2223 1.02773C29.9644 0.769866 29.6147 0.625 29.25 0.625H3.125C2.39565 0.625 1.69618 0.914731 1.18046 1.43046C0.664731 1.94618 0.375 2.64565 0.375 3.375V22.625C0.375 23.3543 0.664731 24.0538 1.18046 24.5695C1.69618 25.0853 2.39565 25.375 3.125 25.375H6.04688C6.34979 26.5581 7.03784 27.6067 8.00255 28.3555C8.96726 29.1043 10.1538 29.5108 11.375 29.5108C12.5962 29.5108 13.7827 29.1043 14.7474 28.3555C15.7122 27.6067 16.4002 26.5581 16.7031 25.375H25.2969C25.5998 26.5581 26.2878 27.6067 27.2526 28.3555C28.2173 29.1043 29.4038 29.5108 30.625 29.5108C31.8462 29.5108 33.0327 29.1043 33.9974 28.3555C34.9622 27.6067 35.6502 26.5581 35.9531 25.375H38.875C39.6043 25.375 40.3038 25.0853 40.8195 24.5695C41.3353 24.0538 41.625 23.3543 41.625 22.625V11.625C41.6255 11.4483 41.5916 11.2732 41.5253 11.1094ZM30.625 6.125H36.5684L38.2184 10.25H30.625V6.125ZM3.125 3.375H27.875V14.375H3.125V3.375ZM11.375 26.75C10.8311 26.75 10.2994 26.5887 9.84718 26.2865C9.39495 25.9844 9.04247 25.5549 8.83433 25.0524C8.62619 24.5499 8.57173 23.997 8.67784 23.4635C8.78395 22.9301 9.04586 22.4401 9.43046 22.0555C9.81505 21.6709 10.3051 21.4089 10.8385 21.3028C11.3719 21.1967 11.9249 21.2512 12.4274 21.4593C12.9299 21.6675 13.3594 22.0199 13.6615 22.4722C13.9637 22.9244 14.125 23.4561 14.125 24C14.125 24.7293 13.8353 25.4288 13.3195 25.9445C12.8038 26.4603 12.1043 26.75 11.375 26.75ZM25.2969 22.625H16.7031C16.4002 21.4419 15.7122 20.3933 14.7474 19.6445C13.7827 18.8957 12.5962 18.4892 11.375 18.4892C10.1538 18.4892 8.96726 18.8957 8.00255 19.6445C7.03784 20.3933 6.34979 21.4419 6.04688 22.625H3.125V17.125H27.875V19.2408C27.2427 19.6062 26.6893 20.0936 26.2467 20.6745C25.8042 21.2554 25.4813 21.9184 25.2969 22.625ZM30.625 26.75C30.0811 26.75 29.5494 26.5887 29.0972 26.2865C28.6449 25.9844 28.2925 25.5549 28.0843 25.0524C27.8762 24.5499 27.8217 23.997 27.9278 23.4635C28.0339 22.9301 28.2959 22.4401 28.6805 22.0555C29.0651 21.6709 29.5551 21.4089 30.0885 21.3028C30.622 21.1967 31.1749 21.2512 31.6774 21.4593C32.1799 21.6675 32.6094 22.0199 32.9115 22.4722C33.2137 22.9244 33.375 23.4561 33.375 24C33.375 24.7293 33.0853 25.4288 32.5695 25.9445C32.0538 26.4603 31.3543 26.75 30.625 26.75ZM38.875 22.625H35.9531C35.6466 21.4448 34.9572 20.3996 33.9931 19.6532C33.0289 18.9067 31.8444 18.5012 30.625 18.5V13H38.875V22.625Z"
|
|
11
|
+
fill="currentColor"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
15
|
+
|
|
16
|
+
<script setup lang="ts">
|
|
17
|
+
</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="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>
|