lau-ecom-design-system 1.0.19 → 1.0.20
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 +49 -0
- package/dist/316236bc7a52233c.png +0 -0
- package/dist/lau-ecom-design-system.esm.css +6 -1
- package/dist/lau-ecom-design-system.esm.js +900 -327
- package/dist/lau-ecom-design-system.min.css +6 -1
- package/dist/lau-ecom-design-system.min.js +1 -1
- package/dist/lau-ecom-design-system.ssr.css +6 -1
- package/dist/lau-ecom-design-system.ssr.js +787 -256
- package/dist/style.css +120 -12
- package/package.json +80 -80
- package/src/components/LauEcomBannerCookies/LauEcomBannerCookies.vue +178 -168
- package/src/components/LauEcomBannerCookies/LauEcomBannerCookiesConfig.vue +160 -159
- package/src/components/LauEcomBannerCookies/LauEcomBannerCookiesConfigAccordion.vue +80 -76
- package/src/components/LauEcomButton/LauEcomButton.vue +137 -137
- package/src/components/LauEcomCheckbox/LauEcomCheckbox.vue +143 -143
- package/src/components/LauEcomDisclamer/LauEcomDisclamer.vue +79 -79
- package/src/components/LauEcomDropdown/LauEcomDropdown.vue +203 -203
- package/src/components/LauEcomFooter/LauEcomFooter.vue +24 -73
- package/src/components/LauEcomFooter/LauEcomSubFooter.vue +5 -31
- package/src/components/LauEcomFooter/LauEcomSubFooterCategory.vue +9 -48
- package/src/components/LauEcomIcon/LauEcomCoreIconBook.vue +26 -26
- package/src/components/LauEcomIcon/LauEcomCoreIconFileCode.vue +28 -28
- package/src/components/LauEcomIcon/LauEcomUpcIconArrowDown.vue +0 -7
- package/src/components/LauEcomIcon/LauEcomUpcIconCertificate.vue +28 -28
- package/src/components/LauEcomIcon/LauEcomUpcIconCheck.vue +26 -26
- package/src/components/LauEcomIcon/LauEcomUpcIconCheckCircle.vue +28 -28
- package/src/components/LauEcomIcon/LauEcomUpcIconCreditCard.vue +28 -28
- package/src/components/LauEcomIcon/LauEcomUpcIconExclamationCircle.vue +28 -28
- package/src/components/LauEcomIcon/LauEcomUpcIconExclamationTriangle.vue +28 -28
- package/src/components/LauEcomIcon/LauEcomUpcIconInfoCircle.vue +26 -26
- package/src/components/LauEcomIcon/LauEcomUpcIconNavArrow.vue +26 -26
- package/src/components/LauEcomIcon/LauEcomUpcIconNavBack.vue +25 -0
- package/src/components/LauEcomIcon/LauEcomUpcIconNavCheckmark.vue +26 -26
- package/src/components/LauEcomInput/LauEcomInput.vue +207 -207
- package/src/components/LauEcomLoaderPage/LauEcomLoaderPage.vue +16 -16
- package/src/components/LauEcomPaginator/LauEcomPaginator.vue +57 -0
- package/src/components/LauEcomPaginator/LauEcomPaginatorButton.vue +68 -0
- package/src/components/LauEcomRadioButton/LauEcomRadioButton.vue +103 -103
- package/src/components/LauEcomRtb/LauEcomRtb.vue +71 -71
- package/src/components/LauEcomStepbar/LauEcomStepbar.vue +43 -43
- package/src/components/LauEcomStepbar/LauEcomStepbarItem.vue +128 -128
- package/src/components/LauEcomSwitch/LauEcomSwitch.vue +110 -108
- package/src/components/LauEcomTab/LauEcomTab.vue +82 -82
- package/src/components/LauEcomTag/LauEcomTag.vue +56 -0
- package/src/components/LauEcomTextButton/LauEcomTextButton.vue +71 -71
- package/src/components/LauEcomTyPage/LauEcomSummary.vue +14 -0
- package/src/components/LauEcomTyPage/LauEcomSummaryItem.vue +22 -0
- package/src/components/LauEcomTyPage/LauEcomTyPage.vue +149 -0
@@ -1,28 +1,28 @@
|
|
1
|
-
<script lang="ts" setup>
|
2
|
-
withDefaults(
|
3
|
-
defineProps<{
|
4
|
-
width?: string;
|
5
|
-
height?: string;
|
6
|
-
}>(),
|
7
|
-
{
|
8
|
-
width: "24",
|
9
|
-
height: "24",
|
10
|
-
},
|
11
|
-
);
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<template>
|
15
|
-
<svg
|
16
|
-
:width="width"
|
17
|
-
:height="height"
|
18
|
-
viewBox="0 0 16 16"
|
19
|
-
fill="none"
|
20
|
-
xmlns="http://www.w3.org/2000/svg"
|
21
|
-
>
|
22
|
-
<path
|
23
|
-
fill-rule="evenodd"
|
24
|
-
clip-rule="evenodd"
|
25
|
-
d="M3.31702 13.5C3.08563 13.4994 2.85847 13.4365 2.65828 13.3178C2.4581 13.1991 2.29192 13.0286 2.17638 12.8235C2.06085 12.6184 2.00003 12.3858 2 12.1491C1.99997 11.9124 2.06075 11.6798 2.17623 11.4746L6.85921 3.17692C6.97422 2.97126 7.14029 2.80035 7.34062 2.68148C7.54095 2.5626 7.76842 2.5 8 2.5C8.23158 2.5 8.45905 2.5626 8.65938 2.68148C8.85971 2.80035 9.02578 2.97126 9.14079 3.17692L13.8238 11.4746C13.9393 11.6798 14 11.9124 14 12.1491C14 12.3858 13.9391 12.6184 13.8236 12.8235C13.7081 13.0286 13.5419 13.1991 13.3417 13.3178C13.1415 13.4365 12.9144 13.4994 12.683 13.5H3.31702ZM7.48233 3.54963L2.79935 11.8424C2.74521 11.9351 2.71663 12.041 2.71663 12.1489C2.71663 12.2569 2.74521 12.3628 2.79935 12.4554C2.85169 12.5484 2.92717 12.6255 3.0181 12.6789C3.10903 12.7323 3.21217 12.7601 3.31702 12.7595H12.6782C12.7832 12.7598 12.8864 12.7317 12.9774 12.6781C13.0684 12.6245 13.144 12.5473 13.1965 12.4543C13.249 12.3613 13.2766 12.2557 13.2765 12.1483C13.2764 12.0408 13.2486 11.9353 13.1959 11.8424L8.51767 3.54963C8.46186 3.46106 8.38523 3.38823 8.29479 3.33779C8.20435 3.28735 8.103 3.26092 8 3.26092C7.897 3.26092 7.79565 3.28735 7.70521 3.33779C7.61477 3.38823 7.53814 3.46106 7.48233 3.54963ZM7.9952 9.46395C7.90005 9.46331 7.80898 9.42436 7.7417 9.35552C7.67442 9.28668 7.63634 9.1935 7.63571 9.09615V6.15861C7.63571 6.06106 7.67359 5.96751 7.741 5.89853C7.80842 5.82955 7.89986 5.7908 7.9952 5.7908C8.09055 5.7908 8.18198 5.82955 8.2494 5.89853C8.31682 5.96751 8.3547 6.06106 8.3547 6.15861V9.09615C8.35476 9.14447 8.3455 9.19233 8.32746 9.23698C8.30942 9.28163 8.28294 9.3222 8.24954 9.35637C8.21615 9.39054 8.17649 9.41763 8.13285 9.43609C8.08921 9.45455 8.04243 9.46402 7.9952 9.46395ZM7.74649 11.3956C7.81377 11.4645 7.90485 11.5034 7.99999 11.5041C8.04722 11.5041 8.094 11.4947 8.13764 11.4762C8.18128 11.4577 8.22094 11.4306 8.25433 11.3965C8.28773 11.3623 8.31421 11.3217 8.33225 11.2771C8.3503 11.2324 8.35955 11.1846 8.35949 11.1363V11.0725C8.35949 10.975 8.32161 10.8814 8.25419 10.8124C8.18678 10.7434 8.09534 10.7047 7.99999 10.7047C7.90465 10.7047 7.81321 10.7434 7.7458 10.8124C7.67838 10.8814 7.6405 10.975 7.6405 11.0725V11.1363C7.64113 11.2336 7.67921 11.3268 7.74649 11.3956Z"
|
26
|
-
/>
|
27
|
-
</svg>
|
28
|
-
</template>
|
1
|
+
<script lang="ts" setup>
|
2
|
+
withDefaults(
|
3
|
+
defineProps<{
|
4
|
+
width?: string;
|
5
|
+
height?: string;
|
6
|
+
}>(),
|
7
|
+
{
|
8
|
+
width: "24",
|
9
|
+
height: "24",
|
10
|
+
},
|
11
|
+
);
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<template>
|
15
|
+
<svg
|
16
|
+
:width="width"
|
17
|
+
:height="height"
|
18
|
+
viewBox="0 0 16 16"
|
19
|
+
fill="none"
|
20
|
+
xmlns="http://www.w3.org/2000/svg"
|
21
|
+
>
|
22
|
+
<path
|
23
|
+
fill-rule="evenodd"
|
24
|
+
clip-rule="evenodd"
|
25
|
+
d="M3.31702 13.5C3.08563 13.4994 2.85847 13.4365 2.65828 13.3178C2.4581 13.1991 2.29192 13.0286 2.17638 12.8235C2.06085 12.6184 2.00003 12.3858 2 12.1491C1.99997 11.9124 2.06075 11.6798 2.17623 11.4746L6.85921 3.17692C6.97422 2.97126 7.14029 2.80035 7.34062 2.68148C7.54095 2.5626 7.76842 2.5 8 2.5C8.23158 2.5 8.45905 2.5626 8.65938 2.68148C8.85971 2.80035 9.02578 2.97126 9.14079 3.17692L13.8238 11.4746C13.9393 11.6798 14 11.9124 14 12.1491C14 12.3858 13.9391 12.6184 13.8236 12.8235C13.7081 13.0286 13.5419 13.1991 13.3417 13.3178C13.1415 13.4365 12.9144 13.4994 12.683 13.5H3.31702ZM7.48233 3.54963L2.79935 11.8424C2.74521 11.9351 2.71663 12.041 2.71663 12.1489C2.71663 12.2569 2.74521 12.3628 2.79935 12.4554C2.85169 12.5484 2.92717 12.6255 3.0181 12.6789C3.10903 12.7323 3.21217 12.7601 3.31702 12.7595H12.6782C12.7832 12.7598 12.8864 12.7317 12.9774 12.6781C13.0684 12.6245 13.144 12.5473 13.1965 12.4543C13.249 12.3613 13.2766 12.2557 13.2765 12.1483C13.2764 12.0408 13.2486 11.9353 13.1959 11.8424L8.51767 3.54963C8.46186 3.46106 8.38523 3.38823 8.29479 3.33779C8.20435 3.28735 8.103 3.26092 8 3.26092C7.897 3.26092 7.79565 3.28735 7.70521 3.33779C7.61477 3.38823 7.53814 3.46106 7.48233 3.54963ZM7.9952 9.46395C7.90005 9.46331 7.80898 9.42436 7.7417 9.35552C7.67442 9.28668 7.63634 9.1935 7.63571 9.09615V6.15861C7.63571 6.06106 7.67359 5.96751 7.741 5.89853C7.80842 5.82955 7.89986 5.7908 7.9952 5.7908C8.09055 5.7908 8.18198 5.82955 8.2494 5.89853C8.31682 5.96751 8.3547 6.06106 8.3547 6.15861V9.09615C8.35476 9.14447 8.3455 9.19233 8.32746 9.23698C8.30942 9.28163 8.28294 9.3222 8.24954 9.35637C8.21615 9.39054 8.17649 9.41763 8.13285 9.43609C8.08921 9.45455 8.04243 9.46402 7.9952 9.46395ZM7.74649 11.3956C7.81377 11.4645 7.90485 11.5034 7.99999 11.5041C8.04722 11.5041 8.094 11.4947 8.13764 11.4762C8.18128 11.4577 8.22094 11.4306 8.25433 11.3965C8.28773 11.3623 8.31421 11.3217 8.33225 11.2771C8.3503 11.2324 8.35955 11.1846 8.35949 11.1363V11.0725C8.35949 10.975 8.32161 10.8814 8.25419 10.8124C8.18678 10.7434 8.09534 10.7047 7.99999 10.7047C7.90465 10.7047 7.81321 10.7434 7.7458 10.8124C7.67838 10.8814 7.6405 10.975 7.6405 11.0725V11.1363C7.64113 11.2336 7.67921 11.3268 7.74649 11.3956Z"
|
26
|
+
/>
|
27
|
+
</svg>
|
28
|
+
</template>
|
@@ -1,26 +1,26 @@
|
|
1
|
-
<script lang="ts" setup>
|
2
|
-
withDefaults(
|
3
|
-
defineProps<{
|
4
|
-
width?: string;
|
5
|
-
height?: string;
|
6
|
-
}>(),
|
7
|
-
{
|
8
|
-
width: "24",
|
9
|
-
height: "24",
|
10
|
-
},
|
11
|
-
);
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<template>
|
15
|
-
<svg
|
16
|
-
:width="width"
|
17
|
-
:height="height"
|
18
|
-
viewBox="0 0 24 24"
|
19
|
-
fill="none"
|
20
|
-
xmlns="http://www.w3.org/2000/svg"
|
21
|
-
>
|
22
|
-
<path
|
23
|
-
d="M13.2353 16.2353C13.2353 16.3757 13.1795 16.5104 13.0802 16.6096C12.981 16.7089 12.8463 16.7647 12.7059 16.7647C12.3783 16.7647 12.0641 16.6346 11.8324 16.4029C11.6007 16.1712 11.4706 15.857 11.4706 15.5294V12C11.4706 11.9532 11.452 11.9083 11.4189 11.8752C11.3858 11.8421 11.3409 11.8235 11.2941 11.8235C11.1537 11.8235 11.0191 11.7677 10.9198 11.6685C10.8205 11.5692 10.7647 11.4345 10.7647 11.2941C10.7647 11.1537 10.8205 11.019 10.9198 10.9198C11.0191 10.8205 11.1537 10.7647 11.2941 10.7647C11.6217 10.7647 11.9359 10.8948 12.1676 11.1265C12.3993 11.3582 12.5294 11.6724 12.5294 12V15.5294C12.5294 15.5762 12.548 15.6211 12.5811 15.6542C12.6142 15.6873 12.6591 15.7059 12.7059 15.7059C12.8463 15.7059 12.981 15.7617 13.0802 15.8609C13.1795 15.9602 13.2353 16.0949 13.2353 16.2353ZM11.6471 9C11.8216 9 11.9922 8.94825 12.1373 8.8513C12.2824 8.75434 12.3955 8.61654 12.4622 8.45531C12.529 8.29408 12.5465 8.11667 12.5125 7.94551C12.4784 7.77435 12.3944 7.61713 12.271 7.49373C12.1476 7.37033 11.9904 7.28629 11.8192 7.25225C11.648 7.2182 11.4706 7.23568 11.3094 7.30246C11.1482 7.36924 11.0104 7.48233 10.9134 7.62744C10.8165 7.77254 10.7647 7.94313 10.7647 8.11765C10.7647 8.35166 10.8577 8.57609 11.0231 8.74156C11.1886 8.90704 11.413 9 11.6471 9ZM21 12C21 13.78 20.4722 15.5201 19.4832 17.0001C18.4943 18.4802 17.0887 19.6337 15.4442 20.3149C13.7996 20.9961 11.99 21.1743 10.2442 20.8271C8.49836 20.4798 6.89471 19.6226 5.63604 18.364C4.37737 17.1053 3.5202 15.5016 3.17294 13.7558C2.82567 12.01 3.0039 10.2004 3.68509 8.55585C4.36628 6.91131 5.51983 5.50571 6.99987 4.51677C8.47991 3.52784 10.22 3 12 3C14.3861 3.0028 16.6736 3.95191 18.3609 5.63913C20.0481 7.32635 20.9972 9.61391 21 12ZM19.9412 12C19.9412 10.4294 19.4754 8.89404 18.6028 7.58812C17.7303 6.2822 16.49 5.26436 15.039 4.66331C13.5879 4.06226 11.9912 3.905 10.4508 4.21141C8.91032 4.51782 7.49534 5.27415 6.38474 6.38474C5.27415 7.49533 4.51783 8.91031 4.21141 10.4508C3.905 11.9912 4.06226 13.5879 4.66331 15.039C5.26436 16.49 6.2822 17.7303 7.58812 18.6028C8.89404 19.4754 10.4294 19.9412 12 19.9412C14.1054 19.9388 16.1239 19.1014 17.6127 17.6127C19.1014 16.1239 19.9388 14.1054 19.9412 12Z"
|
24
|
-
/>
|
25
|
-
</svg>
|
26
|
-
</template>
|
1
|
+
<script lang="ts" setup>
|
2
|
+
withDefaults(
|
3
|
+
defineProps<{
|
4
|
+
width?: string;
|
5
|
+
height?: string;
|
6
|
+
}>(),
|
7
|
+
{
|
8
|
+
width: "24",
|
9
|
+
height: "24",
|
10
|
+
},
|
11
|
+
);
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<template>
|
15
|
+
<svg
|
16
|
+
:width="width"
|
17
|
+
:height="height"
|
18
|
+
viewBox="0 0 24 24"
|
19
|
+
fill="none"
|
20
|
+
xmlns="http://www.w3.org/2000/svg"
|
21
|
+
>
|
22
|
+
<path
|
23
|
+
d="M13.2353 16.2353C13.2353 16.3757 13.1795 16.5104 13.0802 16.6096C12.981 16.7089 12.8463 16.7647 12.7059 16.7647C12.3783 16.7647 12.0641 16.6346 11.8324 16.4029C11.6007 16.1712 11.4706 15.857 11.4706 15.5294V12C11.4706 11.9532 11.452 11.9083 11.4189 11.8752C11.3858 11.8421 11.3409 11.8235 11.2941 11.8235C11.1537 11.8235 11.0191 11.7677 10.9198 11.6685C10.8205 11.5692 10.7647 11.4345 10.7647 11.2941C10.7647 11.1537 10.8205 11.019 10.9198 10.9198C11.0191 10.8205 11.1537 10.7647 11.2941 10.7647C11.6217 10.7647 11.9359 10.8948 12.1676 11.1265C12.3993 11.3582 12.5294 11.6724 12.5294 12V15.5294C12.5294 15.5762 12.548 15.6211 12.5811 15.6542C12.6142 15.6873 12.6591 15.7059 12.7059 15.7059C12.8463 15.7059 12.981 15.7617 13.0802 15.8609C13.1795 15.9602 13.2353 16.0949 13.2353 16.2353ZM11.6471 9C11.8216 9 11.9922 8.94825 12.1373 8.8513C12.2824 8.75434 12.3955 8.61654 12.4622 8.45531C12.529 8.29408 12.5465 8.11667 12.5125 7.94551C12.4784 7.77435 12.3944 7.61713 12.271 7.49373C12.1476 7.37033 11.9904 7.28629 11.8192 7.25225C11.648 7.2182 11.4706 7.23568 11.3094 7.30246C11.1482 7.36924 11.0104 7.48233 10.9134 7.62744C10.8165 7.77254 10.7647 7.94313 10.7647 8.11765C10.7647 8.35166 10.8577 8.57609 11.0231 8.74156C11.1886 8.90704 11.413 9 11.6471 9ZM21 12C21 13.78 20.4722 15.5201 19.4832 17.0001C18.4943 18.4802 17.0887 19.6337 15.4442 20.3149C13.7996 20.9961 11.99 21.1743 10.2442 20.8271C8.49836 20.4798 6.89471 19.6226 5.63604 18.364C4.37737 17.1053 3.5202 15.5016 3.17294 13.7558C2.82567 12.01 3.0039 10.2004 3.68509 8.55585C4.36628 6.91131 5.51983 5.50571 6.99987 4.51677C8.47991 3.52784 10.22 3 12 3C14.3861 3.0028 16.6736 3.95191 18.3609 5.63913C20.0481 7.32635 20.9972 9.61391 21 12ZM19.9412 12C19.9412 10.4294 19.4754 8.89404 18.6028 7.58812C17.7303 6.2822 16.49 5.26436 15.039 4.66331C13.5879 4.06226 11.9912 3.905 10.4508 4.21141C8.91032 4.51782 7.49534 5.27415 6.38474 6.38474C5.27415 7.49533 4.51783 8.91031 4.21141 10.4508C3.905 11.9912 4.06226 13.5879 4.66331 15.039C5.26436 16.49 6.2822 17.7303 7.58812 18.6028C8.89404 19.4754 10.4294 19.9412 12 19.9412C14.1054 19.9388 16.1239 19.1014 17.6127 17.6127C19.1014 16.1239 19.9388 14.1054 19.9412 12Z"
|
24
|
+
/>
|
25
|
+
</svg>
|
26
|
+
</template>
|
@@ -1,26 +1,26 @@
|
|
1
|
-
<script lang="ts" setup>
|
2
|
-
withDefaults(
|
3
|
-
defineProps<{
|
4
|
-
width?: string;
|
5
|
-
height?: string;
|
6
|
-
}>(),
|
7
|
-
{
|
8
|
-
width: "24",
|
9
|
-
height: "24",
|
10
|
-
},
|
11
|
-
);
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<template>
|
15
|
-
<svg
|
16
|
-
:width="width"
|
17
|
-
:height="height"
|
18
|
-
viewBox="0 0 16 16"
|
19
|
-
fill="none"
|
20
|
-
xmlns="http://www.w3.org/2000/svg"
|
21
|
-
>
|
22
|
-
<path
|
23
|
-
d="M8.0101 6.79111L12.5555 10.7793C12.6425 10.8583 12.7495 10.9192 12.8684 10.9572C12.9873 10.9951 13.1148 11.0092 13.2411 10.9983C13.3674 10.9873 13.489 10.9517 13.5966 10.8942C13.7041 10.8366 13.7947 10.7587 13.8613 10.6664C13.9537 10.5445 14.0025 10.4022 14.0018 10.257C14.0006 10.1602 13.9782 10.0644 13.9357 9.97464C13.8949 9.88489 13.833 9.80321 13.7539 9.73464L8.60514 5.21699C8.52804 5.14766 8.43526 5.09242 8.33241 5.05464C8.22731 5.01838 8.11519 4.99922 8.00183 4.99817C7.89105 4.99835 7.78144 5.01755 7.67952 5.05464C7.57372 5.09158 7.47804 5.14686 7.39853 5.21699L2.22498 9.7417C2.08201 9.88017 2.00272 10.0582 2.00185 10.2429C2.0012 10.3375 2.02281 10.4312 2.0654 10.5185C2.10799 10.6058 2.17069 10.6849 2.24978 10.7511C2.32563 10.8191 2.41659 10.8735 2.51735 10.911C2.6181 10.9486 2.72662 10.9686 2.83655 10.9699C2.94809 10.9724 3.05904 10.9555 3.16272 10.9203C3.26641 10.8851 3.36068 10.8324 3.43986 10.7652L8.0101 6.79111Z"
|
24
|
-
/>
|
25
|
-
</svg>
|
26
|
-
</template>
|
1
|
+
<script lang="ts" setup>
|
2
|
+
withDefaults(
|
3
|
+
defineProps<{
|
4
|
+
width?: string;
|
5
|
+
height?: string;
|
6
|
+
}>(),
|
7
|
+
{
|
8
|
+
width: "24",
|
9
|
+
height: "24",
|
10
|
+
},
|
11
|
+
);
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<template>
|
15
|
+
<svg
|
16
|
+
:width="width"
|
17
|
+
:height="height"
|
18
|
+
viewBox="0 0 16 16"
|
19
|
+
fill="none"
|
20
|
+
xmlns="http://www.w3.org/2000/svg"
|
21
|
+
>
|
22
|
+
<path
|
23
|
+
d="M8.0101 6.79111L12.5555 10.7793C12.6425 10.8583 12.7495 10.9192 12.8684 10.9572C12.9873 10.9951 13.1148 11.0092 13.2411 10.9983C13.3674 10.9873 13.489 10.9517 13.5966 10.8942C13.7041 10.8366 13.7947 10.7587 13.8613 10.6664C13.9537 10.5445 14.0025 10.4022 14.0018 10.257C14.0006 10.1602 13.9782 10.0644 13.9357 9.97464C13.8949 9.88489 13.833 9.80321 13.7539 9.73464L8.60514 5.21699C8.52804 5.14766 8.43526 5.09242 8.33241 5.05464C8.22731 5.01838 8.11519 4.99922 8.00183 4.99817C7.89105 4.99835 7.78144 5.01755 7.67952 5.05464C7.57372 5.09158 7.47804 5.14686 7.39853 5.21699L2.22498 9.7417C2.08201 9.88017 2.00272 10.0582 2.00185 10.2429C2.0012 10.3375 2.02281 10.4312 2.0654 10.5185C2.10799 10.6058 2.17069 10.6849 2.24978 10.7511C2.32563 10.8191 2.41659 10.8735 2.51735 10.911C2.6181 10.9486 2.72662 10.9686 2.83655 10.9699C2.94809 10.9724 3.05904 10.9555 3.16272 10.9203C3.26641 10.8851 3.36068 10.8324 3.43986 10.7652L8.0101 6.79111Z"
|
24
|
+
/>
|
25
|
+
</svg>
|
26
|
+
</template>
|
@@ -0,0 +1,25 @@
|
|
1
|
+
<script setup lang="ts">
|
2
|
+
interface Props {
|
3
|
+
width?: string;
|
4
|
+
height?: string;
|
5
|
+
}
|
6
|
+
|
7
|
+
withDefaults(defineProps<Props>(), {
|
8
|
+
width: "16",
|
9
|
+
height: "16",
|
10
|
+
});
|
11
|
+
</script>
|
12
|
+
|
13
|
+
<template>
|
14
|
+
<svg
|
15
|
+
:width="width"
|
16
|
+
:height="height"
|
17
|
+
viewBox="0 0 16 16"
|
18
|
+
fill="none"
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
20
|
+
>
|
21
|
+
<path
|
22
|
+
d="M13.819 7.49967C13.7558 7.43339 13.6795 7.3806 13.5949 7.34453C13.5103 7.30847 13.4191 7.28989 13.3269 7.28996L4.3445 7.28996L7.30648 4.19188C7.37209 4.12685 7.42384 4.04947 7.45864 3.96432C7.49344 3.87918 7.5106 3.788 7.50909 3.69618C7.50118 3.52415 7.42899 3.36112 7.30648 3.23862C7.24284 3.1591 7.15986 3.09679 7.06527 3.0575C6.98038 3.0196 6.88829 3 6.79513 3C6.70197 3 6.60988 3.0196 6.52498 3.0575C6.44441 3.1019 6.37512 3.16384 6.32237 3.23862L2.24121 7.5092C2.17968 7.57102 2.13345 7.64606 2.10614 7.72845C2.05085 7.81189 2.01464 7.90623 2.00001 8.0049C1.99961 8.09695 2.01936 8.188 2.05789 8.27181C2.09833 8.36222 2.16142 8.44096 2.24121 8.50059L6.31272 12.7712C6.37498 12.8393 6.45043 12.8944 6.53463 12.9332C6.62185 12.9754 6.71735 12.9981 6.81442 13C6.90044 13.001 6.98577 12.9848 7.06527 12.9523C7.16403 12.9156 7.25078 12.853 7.31613 12.7712C7.38183 12.7017 7.43414 12.6209 7.4705 12.5329C7.48513 12.4413 7.48513 12.348 7.4705 12.2564C7.47089 12.1644 7.45115 12.0733 7.41261 11.9895L7.48014 11.9228L7.30648 11.8179L7.14246 11.6177L4.3638 8.75797L13.3848 8.75797C13.5578 8.73105 13.7135 8.63876 13.819 8.50059C13.9357 8.36858 14 8.19924 14 8.02396C14 7.84868 13.9357 7.67934 13.819 7.54734V7.49967Z"
|
23
|
+
/>
|
24
|
+
</svg>
|
25
|
+
</template>
|
@@ -1,26 +1,26 @@
|
|
1
|
-
<script lang="ts" setup>
|
2
|
-
withDefaults(
|
3
|
-
defineProps<{
|
4
|
-
width?: string;
|
5
|
-
height?: string;
|
6
|
-
}>(),
|
7
|
-
{
|
8
|
-
width: "24",
|
9
|
-
height: "24",
|
10
|
-
},
|
11
|
-
);
|
12
|
-
</script>
|
13
|
-
|
14
|
-
<template>
|
15
|
-
<svg
|
16
|
-
:width="width"
|
17
|
-
:height="height"
|
18
|
-
viewBox="0 0 16 16"
|
19
|
-
fill="none"
|
20
|
-
xmlns="http://www.w3.org/2000/svg"
|
21
|
-
>
|
22
|
-
<path
|
23
|
-
d="M13.9644 4.57682C13.9301 4.47657 13.8755 4.38358 13.8037 4.30302C13.7315 4.22286 13.6443 4.15585 13.5467 4.10528C13.4481 4.05907 13.3423 4.02825 13.2333 4.01401C13.1244 3.99533 13.0129 3.99533 12.904 4.01401C12.8054 4.06008 12.7179 4.12479 12.6469 4.20415L5.10333 10.0833L3.49661 8.29597C3.42333 8.21905 3.33423 8.15711 3.23476 8.11395C3.1353 8.07079 3.02757 8.04733 2.91819 8.04499C2.80938 8.03625 2.69983 8.0486 2.59624 8.08129C2.49264 8.11399 2.39717 8.16633 2.31567 8.23513C2.14485 8.36947 2.03313 8.55931 2.00236 8.76752C1.9857 8.9801 2.05782 9.19038 2.2032 9.35315L4.37227 11.7261C4.4518 11.8117 4.55064 11.8793 4.66148 11.9238C4.76829 11.9757 4.88693 12.0018 5.00693 11.9999C5.20648 11.9967 5.39902 11.9297 5.55321 11.8098L13.6913 5.42865C13.7771 5.36436 13.8482 5.28412 13.9001 5.19288C13.9545 5.09902 13.9874 4.99536 13.9965 4.88865C14.0063 4.78372 13.9954 4.67799 13.9644 4.57682Z"
|
24
|
-
/>
|
25
|
-
</svg>
|
26
|
-
</template>
|
1
|
+
<script lang="ts" setup>
|
2
|
+
withDefaults(
|
3
|
+
defineProps<{
|
4
|
+
width?: string;
|
5
|
+
height?: string;
|
6
|
+
}>(),
|
7
|
+
{
|
8
|
+
width: "24",
|
9
|
+
height: "24",
|
10
|
+
},
|
11
|
+
);
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<template>
|
15
|
+
<svg
|
16
|
+
:width="width"
|
17
|
+
:height="height"
|
18
|
+
viewBox="0 0 16 16"
|
19
|
+
fill="none"
|
20
|
+
xmlns="http://www.w3.org/2000/svg"
|
21
|
+
>
|
22
|
+
<path
|
23
|
+
d="M13.9644 4.57682C13.9301 4.47657 13.8755 4.38358 13.8037 4.30302C13.7315 4.22286 13.6443 4.15585 13.5467 4.10528C13.4481 4.05907 13.3423 4.02825 13.2333 4.01401C13.1244 3.99533 13.0129 3.99533 12.904 4.01401C12.8054 4.06008 12.7179 4.12479 12.6469 4.20415L5.10333 10.0833L3.49661 8.29597C3.42333 8.21905 3.33423 8.15711 3.23476 8.11395C3.1353 8.07079 3.02757 8.04733 2.91819 8.04499C2.80938 8.03625 2.69983 8.0486 2.59624 8.08129C2.49264 8.11399 2.39717 8.16633 2.31567 8.23513C2.14485 8.36947 2.03313 8.55931 2.00236 8.76752C1.9857 8.9801 2.05782 9.19038 2.2032 9.35315L4.37227 11.7261C4.4518 11.8117 4.55064 11.8793 4.66148 11.9238C4.76829 11.9757 4.88693 12.0018 5.00693 11.9999C5.20648 11.9967 5.39902 11.9297 5.55321 11.8098L13.6913 5.42865C13.7771 5.36436 13.8482 5.28412 13.9001 5.19288C13.9545 5.09902 13.9874 4.99536 13.9965 4.88865C14.0063 4.78372 13.9954 4.67799 13.9644 4.57682Z"
|
24
|
+
/>
|
25
|
+
</svg>
|
26
|
+
</template>
|