accomadesc 0.4.6 → 0.4.7

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.
Files changed (48) hide show
  1. package/dist/AmenitiesCore.svelte +23 -34
  2. package/dist/Hamburger.svelte +7 -4
  3. package/dist/NavItem.svelte +7 -2
  4. package/dist/Photo.svelte +17 -4
  5. package/dist/basic/icons/amenities.d.ts +13 -0
  6. package/dist/basic/icons/amenities.js +34 -0
  7. package/dist/basic/icons/ui.d.ts +7 -0
  8. package/dist/basic/icons/ui.js +32 -0
  9. package/dist/basic/icons.js +31 -8
  10. package/dist/index.d.ts +1 -18
  11. package/dist/index.js +1 -18
  12. package/package.json +1 -1
  13. package/dist/svg/AcSVG.svelte +0 -28
  14. package/dist/svg/AcSVG.svelte.d.ts +0 -11
  15. package/dist/svg/AreaSVG.svelte +0 -26
  16. package/dist/svg/AreaSVG.svelte.d.ts +0 -11
  17. package/dist/svg/BathroomSVG.svelte +0 -25
  18. package/dist/svg/BathroomSVG.svelte.d.ts +0 -11
  19. package/dist/svg/BedroomSVG.svelte +0 -25
  20. package/dist/svg/BedroomSVG.svelte.d.ts +0 -11
  21. package/dist/svg/CheckSVG.svelte +0 -19
  22. package/dist/svg/CheckSVG.svelte.d.ts +0 -11
  23. package/dist/svg/ExtLinkSVG.svelte +0 -22
  24. package/dist/svg/ExtLinkSVG.svelte.d.ts +0 -6
  25. package/dist/svg/HamburgerSVG.svelte +0 -20
  26. package/dist/svg/HamburgerSVG.svelte.d.ts +0 -26
  27. package/dist/svg/LinkSVG.svelte +0 -22
  28. package/dist/svg/LinkSVG.svelte.d.ts +0 -6
  29. package/dist/svg/LogoSVG.svelte +0 -79
  30. package/dist/svg/LogoSVG.svelte.d.ts +0 -26
  31. package/dist/svg/NoCheckSVG.svelte +0 -34
  32. package/dist/svg/NoCheckSVG.svelte.d.ts +0 -11
  33. package/dist/svg/NotSVG.svelte +0 -30
  34. package/dist/svg/NotSVG.svelte.d.ts +0 -11
  35. package/dist/svg/ParkingSVG.svelte +0 -35
  36. package/dist/svg/ParkingSVG.svelte.d.ts +0 -11
  37. package/dist/svg/PeopleSVG.svelte +0 -32
  38. package/dist/svg/PeopleSVG.svelte.d.ts +0 -11
  39. package/dist/svg/PetsSVG.svelte +0 -25
  40. package/dist/svg/PetsSVG.svelte.d.ts +0 -11
  41. package/dist/svg/SmokingSVG.svelte +0 -25
  42. package/dist/svg/SmokingSVG.svelte.d.ts +0 -11
  43. package/dist/svg/TvSVG.svelte +0 -25
  44. package/dist/svg/TvSVG.svelte.d.ts +0 -11
  45. package/dist/svg/WifiSVG.svelte +0 -25
  46. package/dist/svg/WifiSVG.svelte.d.ts +0 -11
  47. package/dist/svg/XSVG.svelte +0 -15
  48. package/dist/svg/XSVG.svelte.d.ts +0 -26
@@ -1,11 +0,0 @@
1
- export default BedroomSVG;
2
- type BedroomSVG = {
3
- $on?(type: string, callback: (e: any) => void): () => void;
4
- $set?(props: Partial<Props>): void;
5
- };
6
- declare const BedroomSVG: import("svelte").Component<{
7
- size?: string | undefined;
8
- }, {}, "">;
9
- type Props = {
10
- size?: string | undefined;
11
- };
@@ -1,19 +0,0 @@
1
- <script>
2
- /**
3
- * @typedef {Object} Props
4
- * @property {string} [size]
5
- */
6
-
7
- /** @type {Props} */
8
- let { size = '1rem' } = $props();
9
- //let color="black"
10
- </script>
11
-
12
- <div style="width: {size}; height: {size};">
13
- <svg width="100%" height="100%" viewBox="0 0 40 40" fill="none">
14
- <path
15
- d="M17.2 23.6L12.85 19.25C12.4833 18.8833 12.0333 18.7 11.5 18.7C10.9667 18.7 10.5 18.9 10.1 19.3C9.73333 19.6667 9.55 20.1333 9.55 20.7C9.55 21.2667 9.73333 21.7333 10.1 22.1L15.8 27.8C16.1667 28.1667 16.6333 28.35 17.2 28.35C17.7667 28.35 18.2333 28.1667 18.6 27.8L29.95 16.45C30.3167 16.0833 30.5 15.6333 30.5 15.1C30.5 14.5667 30.3 14.1 29.9 13.7C29.5333 13.3333 29.0667 13.15 28.5 13.15C27.9333 13.15 27.4667 13.3333 27.1 13.7L17.2 23.6ZM20 40C17.2333 40 14.6333 39.4747 12.2 38.424C9.76667 37.3747 7.65 35.95 5.85 34.15C4.05 32.35 2.62533 30.2333 1.576 27.8C0.525334 25.3667 0 22.7667 0 20C0 17.2333 0.525334 14.6333 1.576 12.2C2.62533 9.76667 4.05 7.65 5.85 5.85C7.65 4.05 9.76667 2.62467 12.2 1.574C14.6333 0.524667 17.2333 0 20 0C22.7667 0 25.3667 0.524667 27.8 1.574C30.2333 2.62467 32.35 4.05 34.15 5.85C35.95 7.65 37.3747 9.76667 38.424 12.2C39.4747 14.6333 40 17.2333 40 20C40 22.7667 39.4747 25.3667 38.424 27.8C37.3747 30.2333 35.95 32.35 34.15 34.15C32.35 35.95 30.2333 37.3747 27.8 38.424C25.3667 39.4747 22.7667 40 20 40Z"
16
- fill="var(--icon-color, black)"
17
- />
18
- </svg>
19
- </div>
@@ -1,11 +0,0 @@
1
- export default CheckSVG;
2
- type CheckSVG = {
3
- $on?(type: string, callback: (e: any) => void): () => void;
4
- $set?(props: Partial<Props>): void;
5
- };
6
- declare const CheckSVG: import("svelte").Component<{
7
- size?: string | undefined;
8
- }, {}, "">;
9
- type Props = {
10
- size?: string | undefined;
11
- };
@@ -1,22 +0,0 @@
1
- <script lang="ts">
2
- interface Props {
3
- size?: string;
4
- }
5
-
6
- let { size = '1rem' }: Props = $props();
7
- </script>
8
-
9
- <div style="width: {size}; height: {size};">
10
- <svg
11
- width="100%"
12
- height="100%"
13
- viewBox="0 0 48 48"
14
- fill="none"
15
- xmlns="http://www.w3.org/2000/svg"
16
- >
17
- <path
18
- d="M38 42V38H30V34H38V30L44 36L38 42ZM24 36C24 31.6 26.4 27.8 30 25.6C29.8 24.6 29 24 28 24H16V20H20C21.2 20 22 19.2 22 18V14H26C28.2 14 30 12.2 30 10V9.2C35.8 11.6 40 17.2 40 24V24.6C41.4 25 42.6 25.8 43.8 26.8C44 26 44 25 44 24C44 13 35 4 24 4C13 4 4 13 4 24C4 35 13 44 24 44C25 44 26 44 26.8 43.8C25 41.6 24 39 24 36ZM22 39.8C14 38.8 8 32.2 8 24C8 22.8 8.2 21.6 8.4 20.4L18 30V32C18 34.2 19.8 36 22 36V39.8Z"
19
- fill="var(--external-link-font-color, blue)"
20
- />
21
- </svg>
22
- </div>
@@ -1,6 +0,0 @@
1
- interface Props {
2
- size?: string;
3
- }
4
- declare const ExtLinkSVG: import("svelte").Component<Props, {}, "">;
5
- type ExtLinkSVG = ReturnType<typeof ExtLinkSVG>;
6
- export default ExtLinkSVG;
@@ -1,20 +0,0 @@
1
- <svg
2
- viewBox="0 0 64 64"
3
- style="
4
- fill-rule: evenodd;
5
- clip-rule: evenodd;
6
- stroke-linejoin: round;
7
- stroke-miterlimit: 2;
8
- filter: var(--hamburger-filter);
9
- "
10
- >
11
- <g>
12
- <rect x="0" y="6" width="60" height="9" fill="var(--hamburger-color)" />
13
- </g>
14
- <g>
15
- <rect x="0" y="46" width="60" height="9" fill="var(--hamburger-color)" />
16
- </g>
17
- <g>
18
- <rect x="0" y="26" width="60" height="9" fill="var(--hamburger-color)" />
19
- </g>
20
- </svg>
@@ -1,26 +0,0 @@
1
- export default HamburgerSVG;
2
- type HamburgerSVG = SvelteComponent<{
3
- [x: string]: never;
4
- }, {
5
- [evt: string]: CustomEvent<any>;
6
- }, {}> & {
7
- $$bindings?: string | undefined;
8
- };
9
- declare const HamburgerSVG: $$__sveltets_2_IsomorphicComponent<{
10
- [x: string]: never;
11
- }, {
12
- [evt: string]: CustomEvent<any>;
13
- }, {}, {}, string>;
14
- interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
- $$bindings?: Bindings;
17
- } & Exports;
18
- (internal: unknown, props: {
19
- $$events?: Events;
20
- $$slots?: Slots;
21
- }): Exports & {
22
- $set?: any;
23
- $on?: any;
24
- };
25
- z_$$bindings?: Bindings;
26
- }
@@ -1,22 +0,0 @@
1
- <script lang="ts">
2
- interface Props {
3
- size?: string;
4
- }
5
-
6
- let { size = '1rem' }: Props = $props();
7
- </script>
8
-
9
- <div style="width: {size}; height: {size};">
10
- <svg
11
- width="100%"
12
- height="100%"
13
- viewBox="0 0 36 36"
14
- fill="none"
15
- xmlns="http://www.w3.org/2000/svg"
16
- >
17
- <path
18
- d="M14 6V10H4V32H26V22H30V34C30 34.5304 29.7893 35.0391 29.4142 35.4142C29.0391 35.7893 28.5304 36 28 36H2C1.46957 36 0.960859 35.7893 0.585786 35.4142C0.210714 35.0391 0 34.5304 0 34V8C0 7.46957 0.210714 6.96086 0.585786 6.58579C0.960859 6.21071 1.46957 6 2 6H14ZM36 0V18L28.412 10.414L16.414 22.414L13.586 19.586L25.584 7.586L18 0H36Z"
19
- fill="var(--picture-link-font-color, black)"
20
- />
21
- </svg>
22
- </div>
@@ -1,6 +0,0 @@
1
- interface Props {
2
- size?: string;
3
- }
4
- declare const LinkSVG: import("svelte").Component<Props, {}, "">;
5
- type LinkSVG = ReturnType<typeof LinkSVG>;
6
- export default LinkSVG;
@@ -1,79 +0,0 @@
1
- <svg
2
- xmlns="http://www.w3.org/2000/svg"
3
- viewBox="102.5173568725586 55.47999954223633 369.9652862548828 426.1200008392334"
4
- >
5
- <svg
6
- xmlns="http://www.w3.org/2000/svg"
7
- xmlns:xlink="http://www.w3.org/1999/xlink"
8
- version="1.1"
9
- id="Layer_1"
10
- x="172.5173568725586"
11
- y="125.47999954223633"
12
- viewBox="107.20001220703125 107.19999694824219 785.5000610351562 785.6000366210938"
13
- xml:space="preserve"
14
- height="230.00001525878906"
15
- width="229.9652862548828"
16
- preserveAspectRatio="xMinYMin"
17
- enable-background="new 0 0 1000 1000"
18
- style="overflow: visible;"
19
- ><path
20
- class="st0"
21
- d="M517.4,643.9c23,5.8,45.8,9.9,68.1,12.3c3.4,0.4,6.8,0.7,10.3,1c9.3,0.8,18.4,1.3,27,1.5 c85.1,1.8,168-22.3,246.5-71.6c0.5-2.2,1-4.4,1.5-6.7c-55.4-3.6-107.7-16.5-155.8-38.3C647.6,588,581.2,622.2,517.4,643.9z"
22
- style="fill: #FFCB91; fill-opacity: 0;"
23
- ></path><path
24
- class="st1"
25
- d="M706.3,771.7c-67.7-1.5-139.2-18.9-212.7-52c-73.4,33-145,50.5-212.7,52c-15.5,0.3-31.1-0.2-46.8-1.6 c71.4,70.4,165.5,109.1,265.9,109.1c101.2,0,195.8-39.2,267.4-110.6C747.1,771.2,726.7,772.2,706.3,771.7z"
26
- style="fill: #6DDCCF; fill-opacity: 0;"
27
- ></path><path
28
- class="st0"
29
- d="M280.7,758.3c64.8-1.4,133.4-17.9,203.9-49.2c2.5-1.1,5.1-2.3,7.6-3.4c24.1-11,48.8-23.9,73.5-38.4 c-23.7-3.5-47.8-8.8-72-15.9c-27.7,8.1-55.3,13.9-82.2,17.3c-3.5,0.4-6.9,0.8-10.4,1.2c-12.4,1.3-24.6,2-36.2,2.3 c-77.8,1.7-153.9-17.7-226.4-57.5c16.5,51.7,44.4,100.1,81.1,140.5C239.8,757.6,260.3,758.7,280.7,758.3z"
30
- style="fill: #FFCB91; fill-opacity: 0;"
31
- ></path><path
32
- class="st0"
33
- d="M622.4,672.1c-11.3-0.2-23.1-1-35-2.2c-25.9,15.9-51.9,30.1-77.5,42.3c68,29.2,134.1,44.7,196.7,46 c25.3,0.6,50.8-1.2,75.8-5.3c37.9-42.3,66.1-93,81.9-147.2C787.1,651.6,705.8,673.9,622.4,672.1z"
34
- style="fill: #FFCB91; fill-opacity: 0;"
35
- ></path><path
36
- class="st2"
37
- d="M614.5,277.4c-43.8,0-79.5,35.6-79.5,79.5c0,43.8,35.6,79.5,79.5,79.5c43.8,0,79.5-35.6,79.5-79.5 C693.9,313,658.3,277.4,614.5,277.4z"
38
- style="fill: #FFCB91; fill-opacity: 0;"
39
- ></path><path
40
- class="st3"
41
- d="M500,120.7c-209.1,0-379.3,170.1-379.3,379.3c0,32.5,4.2,64.8,12.3,96c73.9,43.2,151.9,64.3,231.5,62.6 c8.6-0.2,17.7-0.7,27-1.5c3.4-0.3,6.8-0.6,10.3-1c26-2.8,52.9-8,79.8-15.4c3.7-1,7.4-2.1,11.1-3.2c68.5-20.4,140.2-56,213.2-105.8 l7.7-5.3c0,0,6.8,3.1,8,3.7c46.8,21,97.8,33.3,151.7,36.7c4-22.1,6-44.6,6-66.9C879.3,290.9,709.1,120.7,500,120.7z M331.7,482.3 c-1-2.8-2.1-5.5-3.3-8.2c-9.1-20.9-21.7-36.7-37.4-45.4l3.2-11.5c17.6,9.5,31.5,27.4,41.2,51.3c20.6-15.6,41.7-23.8,61.7-23 l-3.2,11.5c-18-0.5-36.8,6.6-55.3,19.9C336.3,478.6,334,480.4,331.7,482.3z M425.7,517.1c-12.5-1.5-26.1,2.4-39.8,10.6 c-1.7,1-3.5,2.1-5.2,3.3c-0.6-2-1.1-4-1.8-5.9c-5.1-15.2-12.9-26.9-23.3-33.9l2.9-7.9c11.7,7.7,20.3,21,25.7,38.3 c15.3-9.6,30.5-14.1,44.4-12.3L425.7,517.1z M430.9,405.9c-8.9-1-18.6,1.7-28.3,7.5c-1.2,0.7-2.5,1.5-3.7,2.4 c-0.4-1.4-0.8-2.8-1.3-4.2c-3.6-10.8-9.2-19.1-16.6-24.2l2.1-5.6c8.3,5.5,14.5,15,18.3,27.3c10.9-6.8,21.7-10,31.6-8.8L430.9,405.9 z M614.5,447c-49.7,0-90.2-40.5-90.2-90.2s40.5-90.2,90.2-90.2c49.7,0,90.2,40.5,90.2,90.2S664.2,447,614.5,447z"
42
- style="fill: #FFEFA1; fill-opacity: 0;"
43
- ></path><path
44
- class="st4"
45
- d="M500,107.2c-216.6,0-392.8,176.2-392.8,392.8c0,31.9,3.9,63.7,11.6,94.6c0.7,3,1.5,5.9,2.3,8.9 c15.7,57.2,44.8,111.2,84.3,156c2.2,2.5,4.4,5,6.7,7.4c74.2,80,179.1,125.9,287.9,125.9c109.9,0,215.6-46.7,290-128.2 c2.3-2.6,4.6-5.1,6.9-7.8c40.5-46.8,69.7-103.1,84.4-162.8c0.7-3,1.4-6,2.1-9c0.5-2,0.9-4.1,1.3-6.2l0.2-0.9 c0.4-2.1,0.8-4.2,1.2-6.3c4.4-23.6,6.6-47.7,6.6-71.6C892.8,283.4,716.6,107.2,500,107.2z M138.5,614.6 c72.4,39.8,148.6,59.2,226.4,57.5c11.7-0.3,23.9-1,36.2-2.3c3.4-0.4,6.9-0.7,10.4-1.2c26.9-3.4,54.6-9.2,82.2-17.3 c24.2,7.1,48.3,12.4,72,15.9c-24.7,14.5-49.4,27.4-73.5,38.4c-2.5,1.2-5.1,2.3-7.6,3.4c-70.5,31.2-139.1,47.8-203.9,49.2 c-20.4,0.4-40.9-0.6-61.1-3.2C182.8,714.7,154.9,666.3,138.5,614.6z M500,879.3c-100.4,0-194.4-38.7-265.9-109.1 c15.7,1.4,31.3,1.9,46.8,1.6c67.7-1.5,139.2-18.9,212.7-52c73.4,33,145,50.5,212.7,52c20.4,0.4,40.8-0.6,61.1-3 C695.8,840.1,601.2,879.3,500,879.3z M782.3,752.9c-25,4.1-50.5,5.9-75.8,5.3c-62.6-1.3-128.7-16.8-196.7-46 c25.5-12.2,51.6-26.4,77.5-42.3c12,1.2,23.7,1.9,35,2.2c83.4,1.8,164.7-20.5,241.8-66.3C848.4,660,820.3,710.7,782.3,752.9z M869.2,586.9c-78.4,49.4-161.4,73.5-246.5,71.6c-8.6-0.2-17.7-0.7-27-1.5c-3.4-0.3-6.8-0.6-10.3-1c-22.3-2.4-45.1-6.5-68.1-12.3 C581.2,622.2,647.6,588,714.9,542c48.1,21.8,100.5,34.7,155.8,38.3C870.2,582.5,869.7,584.7,869.2,586.9z M873.3,566.9 c-53.9-3.3-104.9-15.7-151.7-36.7c-1.3-0.6-8-3.7-8-3.7l-7.7,5.3c-73,49.8-144.7,85.4-213.2,105.8c-3.7,1.1-7.4,2.2-11.1,3.2 c-26.9,7.4-53.7,12.6-79.8,15.4c-3.4,0.4-6.9,0.7-10.3,1c-9.3,0.8-18.4,1.3-27,1.5C285,660.3,207,639.3,133.1,596 c-8.2-31.3-12.3-63.6-12.3-96c0-209.1,170.1-379.3,379.3-379.3S879.3,290.9,879.3,500C879.3,522.3,877.3,544.8,873.3,566.9z"
46
- style="fill: #FFCB91; fill-opacity: 1;"
47
- ></path><path
48
- class="st4"
49
- d="M614.5,266.6c-49.7,0-90.2,40.5-90.2,90.2s40.5,90.2,90.2,90.2c49.7,0,90.2-40.5,90.2-90.2 S664.2,266.6,614.5,266.6z M614.5,436.3c-43.8,0-79.5-35.6-79.5-79.5c0-43.8,35.6-79.5,79.5-79.5c43.8,0,79.5,35.6,79.5,79.5 C693.9,400.7,658.3,436.3,614.5,436.3z"
50
- style="fill: #FFCB91; fill-opacity: 1;"
51
- ></path><path
52
- class="st4"
53
- d="M394,457.1l3.2-11.5c-20-0.8-41.1,7.4-61.7,23c-9.7-23.9-23.6-41.8-41.2-51.3l-3.2,11.5 c15.7,8.7,28.3,24.5,37.4,45.4c1.1,2.6,2.2,5.4,3.3,8.2c2.3-1.9,4.6-3.7,7-5.4C357.2,463.6,376,456.5,394,457.1z"
54
- style="fill: #FFCB91; fill-opacity: 1;"
55
- ></path><path
56
- class="st4"
57
- d="M384.1,521.6c-5.4-17.3-14-30.6-25.7-38.3l-2.9,7.9c10.4,7,18.3,18.8,23.3,33.9c0.6,1.9,1.2,3.9,1.8,5.9 c1.7-1.2,3.5-2.3,5.2-3.3c13.7-8.2,27.3-12,39.8-10.6l2.9-7.9C414.7,507.5,399.5,511.9,384.1,521.6z"
58
- style="fill: #FFCB91; fill-opacity: 1;"
59
- ></path><path
60
- class="st4"
61
- d="M401.4,409c-3.8-12.3-9.9-21.8-18.3-27.3l-2.1,5.6c7.4,5,13,13.4,16.6,24.2c0.5,1.4,0.9,2.8,1.3,4.2 c1.2-0.8,2.5-1.6,3.7-2.4c9.8-5.8,19.4-8.5,28.3-7.5l2.1-5.6C423.1,399,412.3,402.2,401.4,409z"
62
- style="fill: #FFCB91; fill-opacity: 1;"
63
- ></path></svg
64
- >
65
- <svg
66
- y="387.23999977111816"
67
- viewBox="1.0199999809265137 -0.10000000149011612 192.38999938964844 24.360000610351562"
68
- x="191.30500030517578"
69
- height="24.360000610351562"
70
- width="192.38999938964844"
71
- style="overflow: visible;"
72
- ><g fill="#FFCB91" fill-opacity="1" style=""
73
- ><path
74
- d="M4.06 24L1.02 24L11.14-0.10L11.33-0.10L21.41 24L17.86 24L10.30 4.77L12.51 3.33L4.06 24ZM6.05 17.92L6.94 15.23L15.55 15.23L16.58 17.92L6.05 17.92ZM40.19 19.52L41.50 22.27Q40.93 22.66 39.94 23.14Q38.94 23.62 37.62 23.94Q36.29 24.26 34.72 24.26L34.72 24.26Q32.03 24.22 29.87 23.30Q27.71 22.37 26.21 20.77Q24.70 19.17 23.89 17.07Q23.07 14.98 23.07 12.61L23.07 12.61Q23.07 10.02 23.92 7.82Q24.77 5.63 26.30 4.02Q27.84 2.40 29.94 1.50Q32.03 0.61 34.53 0.61L34.53 0.61Q36.61 0.61 38.30 1.17Q40 1.73 41.22 2.50L41.22 2.50L39.97 5.38Q39.01 4.74 37.65 4.16Q36.29 3.58 34.62 3.58L34.62 3.58Q32.93 3.58 31.42 4.26Q29.92 4.93 28.77 6.14Q27.62 7.36 26.96 8.98Q26.30 10.59 26.30 12.45L26.30 12.45Q26.30 14.34 26.90 15.95Q27.49 17.57 28.59 18.75Q29.70 19.94 31.26 20.61Q32.83 21.28 34.78 21.28L34.78 21.28Q36.54 21.28 37.92 20.74Q39.30 20.19 40.19 19.52L40.19 19.52ZM62.40 19.52L63.71 22.27Q63.14 22.66 62.14 23.14Q61.15 23.62 59.82 23.94Q58.50 24.26 56.93 24.26L56.93 24.26Q54.24 24.22 52.08 23.30Q49.92 22.37 48.42 20.77Q46.91 19.17 46.10 17.07Q45.28 14.98 45.28 12.61L45.28 12.61Q45.28 10.02 46.13 7.82Q46.98 5.63 48.51 4.02Q50.05 2.40 52.14 1.50Q54.24 0.61 56.74 0.61L56.74 0.61Q58.82 0.61 60.51 1.17Q62.21 1.73 63.42 2.50L63.42 2.50L62.18 5.38Q61.22 4.74 59.86 4.16Q58.50 3.58 56.83 3.58L56.83 3.58Q55.14 3.58 53.63 4.26Q52.13 4.93 50.98 6.14Q49.82 7.36 49.17 8.98Q48.51 10.59 48.51 12.45L48.51 12.45Q48.51 14.34 49.10 15.95Q49.70 17.57 50.80 18.75Q51.90 19.94 53.47 20.61Q55.04 21.28 56.99 21.28L56.99 21.28Q58.75 21.28 60.13 20.74Q61.50 20.19 62.40 19.52L62.40 19.52ZM67.49 12.45L67.49 12.45Q67.49 10.05 68.40 7.92Q69.31 5.79 70.94 4.14Q72.58 2.50 74.70 1.55Q76.83 0.61 79.30 0.61L79.30 0.61Q81.73 0.61 83.86 1.55Q85.98 2.50 87.63 4.14Q89.28 5.79 90.21 7.92Q91.14 10.05 91.14 12.45L91.14 12.45Q91.14 14.91 90.21 17.06Q89.28 19.20 87.63 20.82Q85.98 22.43 83.86 23.34Q81.73 24.26 79.30 24.26L79.30 24.26Q76.83 24.26 74.70 23.36Q72.58 22.46 70.94 20.86Q69.31 19.26 68.40 17.12Q67.49 14.98 67.49 12.45ZM70.69 12.48L70.69 12.48Q70.69 14.30 71.36 15.89Q72.03 17.47 73.22 18.69Q74.40 19.90 75.97 20.59Q77.54 21.28 79.36 21.28L79.36 21.28Q81.15 21.28 82.72 20.59Q84.29 19.90 85.44 18.69Q86.59 17.47 87.26 15.89Q87.94 14.30 87.94 12.45L87.94 12.45Q87.94 10.62 87.26 9.01Q86.59 7.39 85.41 6.18Q84.22 4.96 82.66 4.27Q81.09 3.58 79.30 3.58L79.30 3.58Q77.47 3.58 75.90 4.29Q74.34 4.99 73.15 6.21Q71.97 7.42 71.33 9.04Q70.69 10.66 70.69 12.48ZM99.36 24L96.35 24L96.35 0.13L96.38 0.13L108.51 17.34L107.20 17.09L119.30 0.13L119.36 0.13L119.36 24L116.29 24L116.29 7.17L116.48 8.74L107.74 21.09L107.68 21.09L98.82 8.74L99.36 7.30L99.36 24ZM126.75 24L123.71 24L133.82-0.10L134.02-0.10L144.10 24L140.54 24L132.99 4.77L135.20 3.33L126.75 24ZM128.74 17.92L129.63 15.23L138.24 15.23L139.26 17.92L128.74 17.92ZM146.21 22.30L146.21 22.30Q146.21 21.60 146.74 21.10Q147.26 20.61 147.90 20.61L147.90 20.61Q148.48 20.61 149.01 21.10Q149.54 21.60 149.54 22.30L149.54 22.30Q149.54 23.07 149.01 23.54Q148.48 24 147.90 24L147.90 24Q147.26 24 146.74 23.54Q146.21 23.07 146.21 22.30L146.21 22.30ZM161.25 24L153.82 24L153.82 0.86L160.13 0.86Q163.55 0.86 165.97 1.92Q168.38 2.98 169.86 4.70Q171.33 6.43 172.02 8.53Q172.70 10.62 172.70 12.70L172.70 12.70Q172.70 15.33 171.79 17.41Q170.88 19.49 169.28 20.96Q167.68 22.43 165.62 23.22Q163.55 24 161.25 24L161.25 24ZM156.93 3.84L156.93 21.02L160.64 21.02Q162.56 21.02 164.18 20.45Q165.79 19.87 166.99 18.78Q168.19 17.70 168.86 16.11Q169.54 14.53 169.54 12.51L169.54 12.51Q169.54 10.37 168.83 8.75Q168.13 7.14 166.91 6.05Q165.70 4.96 164.16 4.40Q162.62 3.84 160.93 3.84L160.93 3.84L156.93 3.84ZM177.92 24L177.92 0.86L192.96 0.86L192.96 3.84L181.02 3.84L181.02 10.88L191.68 10.88L191.68 13.86L181.02 13.86L181.02 21.02L193.41 21.02L193.41 24L177.92 24Z"
75
- transform="translate(0, 0)"
76
- ></path></g
77
- ></svg
78
- ></svg
79
- >
@@ -1,26 +0,0 @@
1
- export default LogoSVG;
2
- type LogoSVG = SvelteComponent<{
3
- [x: string]: never;
4
- }, {
5
- [evt: string]: CustomEvent<any>;
6
- }, {}> & {
7
- $$bindings?: string | undefined;
8
- };
9
- declare const LogoSVG: $$__sveltets_2_IsomorphicComponent<{
10
- [x: string]: never;
11
- }, {
12
- [evt: string]: CustomEvent<any>;
13
- }, {}, {}, string>;
14
- interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
- new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
- $$bindings?: Bindings;
17
- } & Exports;
18
- (internal: unknown, props: {
19
- $$events?: Events;
20
- $$slots?: Slots;
21
- }): Exports & {
22
- $set?: any;
23
- $on?: any;
24
- };
25
- z_$$bindings?: Bindings;
26
- }
@@ -1,34 +0,0 @@
1
- <script>
2
- /**
3
- * @typedef {Object} Props
4
- * @property {string} [size]
5
- */
6
-
7
- /** @type {Props} */
8
- let { size = '1rem' } = $props();
9
- </script>
10
-
11
- <div style="width: {size}; height: {size};">
12
- <svg
13
- width="100%"
14
- height="100%"
15
- viewBox="0 0 42 42"
16
- fill="none"
17
- xmlns="http://www.w3.org/2000/svg"
18
- >
19
- <path
20
- d="M27.75 14.25L14.25 27.75M14.25 14.25L27.75 27.75"
21
- stroke="var(--icon-color, black)"
22
- stroke-width="4.5"
23
- stroke-linecap="round"
24
- stroke-linejoin="round"
25
- />
26
- <path
27
- d="M21 39.75C31.3553 39.75 39.75 31.3553 39.75 21C39.75 10.6447 31.3553 2.25 21 2.25C10.6447 2.25 2.25 10.6447 2.25 21C2.25 31.3553 10.6447 39.75 21 39.75Z"
28
- stroke="var(--icon-color, black)"
29
- stroke-width="4.5"
30
- stroke-linecap="round"
31
- stroke-linejoin="round"
32
- />
33
- </svg>
34
- </div>
@@ -1,11 +0,0 @@
1
- export default NoCheckSVG;
2
- type NoCheckSVG = {
3
- $on?(type: string, callback: (e: any) => void): () => void;
4
- $set?(props: Partial<Props>): void;
5
- };
6
- declare const NoCheckSVG: import("svelte").Component<{
7
- size?: string | undefined;
8
- }, {}, "">;
9
- type Props = {
10
- size?: string | undefined;
11
- };
@@ -1,30 +0,0 @@
1
- <script>
2
- /**
3
- * @typedef {Object} Props
4
- * @property {string} [size]
5
- */
6
-
7
- /** @type {Props} */
8
- let { size = '1rem' } = $props();
9
- //let color="black"
10
- </script>
11
-
12
- <div style="width: {size}; height: {size};">
13
- <svg
14
- width="100%"
15
- height="100%"
16
- viewBox="0 0 60 60"
17
- fill="none"
18
- xmlns="http://www.w3.org/2000/svg"
19
- >
20
- <circle cx="30" cy="30" r="26" stroke="var(--icon-not-color, red)" stroke-width="8" />
21
- <line
22
- x1="12.8669"
23
- y1="13.2106"
24
- x2="48.8669"
25
- y2="50.2106"
26
- stroke="var(--icon-not-color, red)"
27
- stroke-width="8"
28
- />
29
- </svg>
30
- </div>
@@ -1,11 +0,0 @@
1
- export default NotSVG;
2
- type NotSVG = {
3
- $on?(type: string, callback: (e: any) => void): () => void;
4
- $set?(props: Partial<Props>): void;
5
- };
6
- declare const NotSVG: import("svelte").Component<{
7
- size?: string | undefined;
8
- }, {}, "">;
9
- type Props = {
10
- size?: string | undefined;
11
- };
@@ -1,35 +0,0 @@
1
- <script>
2
- /**
3
- * @typedef {Object} Props
4
- * @property {string} [size]
5
- */
6
-
7
- /** @type {Props} */
8
- let { size = '1rem' } = $props();
9
- //let color="black"
10
- </script>
11
-
12
- <div style="width: {size}; height: {size};">
13
- <svg
14
- width="100%"
15
- height="100%"
16
- viewBox="0 0 48 48"
17
- fill="none"
18
- xmlns="http://www.w3.org/2000/svg"
19
- >
20
- <path
21
- d="M8 12C8 10.9391 8.42143 9.92172 9.17157 9.17157C9.92172 8.42143 10.9391 8 12 8H36C37.0609 8 38.0783 8.42143 38.8284 9.17157C39.5786 9.92172 40 10.9391 40 12V36C40 37.0609 39.5786 38.0783 38.8284 38.8284C38.0783 39.5786 37.0609 40 36 40H12C10.9391 40 9.92172 39.5786 9.17157 38.8284C8.42143 38.0783 8 37.0609 8 36V12Z"
22
- stroke="var(--icon-color, black)"
23
- stroke-width="4"
24
- stroke-linecap="round"
25
- stroke-linejoin="round"
26
- />
27
- <path
28
- d="M18 32V16H26C27.0609 16 28.0783 16.4214 28.8284 17.1716C29.5786 17.9217 30 18.9391 30 20C30 21.0609 29.5786 22.0783 28.8284 22.8284C28.0783 23.5786 27.0609 24 26 24H18"
29
- stroke="var(--icon-color, black)"
30
- stroke-width="4"
31
- stroke-linecap="round"
32
- stroke-linejoin="round"
33
- />
34
- </svg>
35
- </div>
@@ -1,11 +0,0 @@
1
- export default ParkingSVG;
2
- type ParkingSVG = {
3
- $on?(type: string, callback: (e: any) => void): () => void;
4
- $set?(props: Partial<Props>): void;
5
- };
6
- declare const ParkingSVG: import("svelte").Component<{
7
- size?: string | undefined;
8
- }, {}, "">;
9
- type Props = {
10
- size?: string | undefined;
11
- };
@@ -1,32 +0,0 @@
1
- <script>
2
- /**
3
- * @typedef {Object} Props
4
- * @property {string} [size]
5
- */
6
-
7
- /** @type {Props} */
8
- let { size = '1rem' } = $props();
9
- </script>
10
-
11
- <div style="width: {size}; height: {size};">
12
- <svg
13
- width="100%"
14
- height="100%"
15
- viewBox="0 0 46 34"
16
- fill="none"
17
- xmlns="http://www.w3.org/2000/svg"
18
- >
19
- <path
20
- d="M30.5 17C28.5725 17 26.7088 16.1394 25.25 14.5775C23.8316 13.0541 22.9653 11.0225 22.8125 8.85875C22.6494 6.55063 23.3535 4.42813 24.7944 2.88125C26.2353 1.33438 28.25 0.5 30.5 0.5C32.7341 0.5 34.7544 1.34937 36.1906 2.8925C37.641 4.45062 38.3469 6.56937 38.1838 8.85781C38.0272 11.0244 37.1619 13.055 35.7463 14.5766C34.2913 16.1394 32.4285 17 30.5 17ZM42.8591 33.5H18.1419C17.7445 33.5021 17.3519 33.4131 16.9943 33.2396C16.6368 33.0662 16.3238 32.8131 16.0794 32.4997C15.8202 32.16 15.6412 31.766 15.5558 31.3473C15.4704 30.9286 15.4808 30.496 15.5863 30.0819C16.3756 26.9122 18.3313 24.2834 21.2413 22.4806C23.8241 20.8812 27.1119 20 30.5 20C33.9547 20 37.1563 20.8437 39.7541 22.4422C42.6706 24.2356 44.6291 26.8794 45.4147 30.0875C45.5189 30.5019 45.5282 30.9345 45.4418 31.353C45.3554 31.7715 45.1757 32.1651 44.916 32.5044C44.6718 32.8163 44.3595 33.0682 44.003 33.2408C43.6465 33.4134 43.2552 33.502 42.8591 33.5ZM12.7813 17.375C9.4822 17.375 6.58158 14.3075 6.31252 10.5378C6.17939 8.60656 6.78127 6.82062 8.00002 5.51094C9.20564 4.21437 10.9063 3.5 12.7813 3.5C14.6563 3.5 16.3438 4.21813 17.556 5.52219C18.7841 6.84219 19.3841 8.62437 19.2435 10.5397C18.9744 14.3084 16.0747 17.375 12.7813 17.375ZM18.9369 20.3234C17.2878 19.5172 15.1475 19.1141 12.7822 19.1141C10.0203 19.1141 7.33814 19.8341 5.22877 21.1409C2.8372 22.625 1.22845 24.7859 0.578765 27.395C0.483689 27.7703 0.474696 28.1622 0.55246 28.5414C0.630225 28.9207 0.792732 29.2774 1.02783 29.585C1.2509 29.8714 1.53669 30.1028 1.8632 30.2614C2.18972 30.42 2.54826 30.5017 2.91127 30.5H13.3175C13.4932 30.5 13.6632 30.4383 13.798 30.3257C13.9329 30.2132 14.0239 30.0569 14.0553 29.8841C14.0656 29.825 14.0788 29.7659 14.0938 29.7078C14.8888 26.5147 16.7516 23.8166 19.5041 21.8497C19.6053 21.7767 19.6867 21.6796 19.741 21.5672C19.7952 21.4548 19.8206 21.3307 19.8147 21.206C19.8088 21.0814 19.7719 20.9601 19.7074 20.8533C19.6428 20.7465 19.5527 20.6575 19.445 20.5944C19.2978 20.5081 19.1291 20.4172 18.9369 20.3234Z"
21
- fill="var(--icon-color, black)"
22
- />
23
- </svg>
24
- </div>
25
-
26
- <style>
27
- div {
28
- display: flex;
29
- justify-content: center;
30
- align-items: center;
31
- }
32
- </style>
@@ -1,11 +0,0 @@
1
- export default PeopleSVG;
2
- type PeopleSVG = {
3
- $on?(type: string, callback: (e: any) => void): () => void;
4
- $set?(props: Partial<Props>): void;
5
- };
6
- declare const PeopleSVG: import("svelte").Component<{
7
- size?: string | undefined;
8
- }, {}, "">;
9
- type Props = {
10
- size?: string | undefined;
11
- };
@@ -1,25 +0,0 @@
1
- <script>
2
- /**
3
- * @typedef {Object} Props
4
- * @property {string} [size]
5
- */
6
-
7
- /** @type {Props} */
8
- let { size = '1rem' } = $props();
9
- //let color="black"
10
- </script>
11
-
12
- <div style="width: {size}; height: {size};">
13
- <svg
14
- width="100%"
15
- height="100%"
16
- viewBox="0 0 48 48"
17
- fill="none"
18
- xmlns="http://www.w3.org/2000/svg"
19
- >
20
- <path
21
- d="M9 24.25C7.6 24.25 6.41667 23.7667 5.45 22.8C4.48333 21.8333 4 20.65 4 19.25C4 17.85 4.48333 16.6667 5.45 15.7C6.41667 14.7333 7.6 14.25 9 14.25C10.4 14.25 11.5833 14.7333 12.55 15.7C13.5167 16.6667 14 17.85 14 19.25C14 20.65 13.5167 21.8333 12.55 22.8C11.5833 23.7667 10.4 24.25 9 24.25ZM18 16.25C16.6 16.25 15.4167 15.7667 14.45 14.8C13.4833 13.8333 13 12.65 13 11.25C13 9.85 13.4833 8.66667 14.45 7.7C15.4167 6.73333 16.6 6.25 18 6.25C19.4 6.25 20.5833 6.73333 21.55 7.7C22.5167 8.66667 23 9.85 23 11.25C23 12.65 22.5167 13.8333 21.55 14.8C20.5833 15.7667 19.4 16.25 18 16.25ZM30 16.25C28.6 16.25 27.4167 15.7667 26.45 14.8C25.4833 13.8333 25 12.65 25 11.25C25 9.85 25.4833 8.66667 26.45 7.7C27.4167 6.73333 28.6 6.25 30 6.25C31.4 6.25 32.5833 6.73333 33.55 7.7C34.5167 8.66667 35 9.85 35 11.25C35 12.65 34.5167 13.8333 33.55 14.8C32.5833 15.7667 31.4 16.25 30 16.25ZM39 24.25C37.6 24.25 36.4167 23.7667 35.45 22.8C34.4833 21.8333 34 20.65 34 19.25C34 17.85 34.4833 16.6667 35.45 15.7C36.4167 14.7333 37.6 14.25 39 14.25C40.4 14.25 41.5833 14.7333 42.55 15.7C43.5167 16.6667 44 17.85 44 19.25C44 20.65 43.5167 21.8333 42.55 22.8C41.5833 23.7667 40.4 24.25 39 24.25ZM13.3 44.25C11.8 44.25 10.542 43.6747 9.526 42.524C8.50867 41.3747 8 40.0167 8 38.45C8 36.7167 8.592 35.2 9.776 33.9C10.9587 32.6 12.1333 31.3167 13.3 30.05C14.2667 29.0167 15.1 27.8913 15.8 26.674C16.5 25.458 17.3333 24.3167 18.3 23.25C19.0333 22.3833 19.8833 21.6667 20.85 21.1C21.8167 20.5333 22.8667 20.25 24 20.25C25.1333 20.25 26.1833 20.5167 27.15 21.05C28.1167 21.5833 28.9667 22.2833 29.7 23.15C30.6333 24.2167 31.458 25.3667 32.174 26.6C32.8913 27.8333 33.7333 28.9833 34.7 30.05C35.8667 31.3167 37.042 32.6 38.226 33.9C39.4087 35.2 40 36.7167 40 38.45C40 40.0167 39.492 41.3747 38.476 42.524C37.4587 43.6747 36.2 44.25 34.7 44.25C32.9 44.25 31.1167 44.1 29.35 43.8C27.5833 43.5 25.8 43.35 24 43.35C22.2 43.35 20.4167 43.5 18.65 43.8C16.8833 44.1 15.1 44.25 13.3 44.25Z"
22
- fill="var(--icon-color, black)"
23
- />
24
- </svg>
25
- </div>
@@ -1,11 +0,0 @@
1
- export default PetsSVG;
2
- type PetsSVG = {
3
- $on?(type: string, callback: (e: any) => void): () => void;
4
- $set?(props: Partial<Props>): void;
5
- };
6
- declare const PetsSVG: import("svelte").Component<{
7
- size?: string | undefined;
8
- }, {}, "">;
9
- type Props = {
10
- size?: string | undefined;
11
- };
@@ -1,25 +0,0 @@
1
- <script>
2
- /**
3
- * @typedef {Object} Props
4
- * @property {string} [size]
5
- */
6
-
7
- /** @type {Props} */
8
- let { size = '1rem' } = $props();
9
- //let color="black"
10
- </script>
11
-
12
- <div style="width: {size}; height: {size};">
13
- <svg
14
- width="100%"
15
- height="100%"
16
- viewBox="0 0 48 48"
17
- fill="none"
18
- xmlns="http://www.w3.org/2000/svg"
19
- >
20
- <path
21
- d="M4 38V32H34V38H4ZM36 38V32H39V38H36ZM41 38V32H44V38H41ZM36 30V27.4C36 26.1 35.6167 25.108 34.85 24.424C34.0833 23.7413 33.1667 23.4 32.1 23.4H29C27.1333 23.4 25.55 22.75 24.25 21.45C22.95 20.15 22.3 18.5667 22.3 16.7C22.3 14.8333 22.95 13.25 24.25 11.95C25.55 10.65 27.1333 10 29 10V13C28 13 27.1333 13.35 26.4 14.05C25.6667 14.75 25.3 15.6333 25.3 16.7C25.3 17.7667 25.6667 18.65 26.4 19.35C27.1333 20.05 28 20.4 29 20.4H32.1C33.9667 20.4 35.5833 21 36.95 22.2C38.3167 23.4 39 24.9 39 26.7V30H36ZM41 30V25.5C41 23.3 40.2333 21.4 38.7 19.8C37.1667 18.2 35.2667 17.4 33 17.4V14.4C34 14.4 34.8667 14.0333 35.6 13.3C36.3333 12.5667 36.7 11.7 36.7 10.7C36.7 9.7 36.3333 8.83333 35.6 8.1C34.8667 7.36667 34 7 33 7V4C34.8667 4 36.45 4.65 37.75 5.95C39.05 7.25 39.7 8.83333 39.7 10.7C39.7 11.6667 39.5167 12.5413 39.15 13.324C38.7833 14.108 38.3 14.8333 37.7 15.5C39.5667 16.3667 41.0833 17.7 42.25 19.5C43.4167 21.3 44 23.3 44 25.5V30H41Z"
22
- fill="var(--icon-color, black)"
23
- />
24
- </svg>
25
- </div>
@@ -1,11 +0,0 @@
1
- export default SmokingSVG;
2
- type SmokingSVG = {
3
- $on?(type: string, callback: (e: any) => void): () => void;
4
- $set?(props: Partial<Props>): void;
5
- };
6
- declare const SmokingSVG: import("svelte").Component<{
7
- size?: string | undefined;
8
- }, {}, "">;
9
- type Props = {
10
- size?: string | undefined;
11
- };
@@ -1,25 +0,0 @@
1
- <script>
2
- /**
3
- * @typedef {Object} Props
4
- * @property {string} [size]
5
- */
6
-
7
- /** @type {Props} */
8
- let { size = '1rem' } = $props();
9
- //let color="black"
10
- </script>
11
-
12
- <div style="width: {size}; height: {size};">
13
- <svg
14
- width="100%"
15
- height="100%"
16
- viewBox="0 0 48 48"
17
- fill="none"
18
- xmlns="http://www.w3.org/2000/svg"
19
- >
20
- <path
21
- d="M7.5 40.5C7.5 40.1022 7.65804 39.7206 7.93934 39.4393C8.22064 39.158 8.60218 39 9 39H39C39.3978 39 39.7794 39.158 40.0607 39.4393C40.342 39.7206 40.5 40.1022 40.5 40.5C40.5 40.8978 40.342 41.2794 40.0607 41.5607C39.7794 41.842 39.3978 42 39 42H9C8.60218 42 8.22064 41.842 7.93934 41.5607C7.65804 41.2794 7.5 40.8978 7.5 40.5ZM41.973 9L42.045 9.003C42.6055 9.04116 43.1535 9.18681 43.659 9.432C44.0231 9.60143 44.3357 9.86437 44.565 10.194C44.766 10.494 45 11.025 45 12V29.973L44.997 30.045C44.9585 30.6055 44.8129 31.1534 44.568 31.659C44.3984 32.023 44.1355 32.3356 43.806 32.565C43.506 32.766 42.975 33 42 33H6.027L5.955 32.997C5.39451 32.9585 4.84661 32.8129 4.341 32.568C3.97702 32.3984 3.66443 32.1355 3.435 31.806C3.234 31.506 3 30.975 3 30V12.027L3.003 11.955C3.04116 11.3945 3.18681 10.8465 3.432 10.341C3.60156 9.97702 3.86447 9.66443 4.194 9.435C4.494 9.234 5.025 9 6 9H41.973ZM42 6H6C0 6 0 12 0 12V30C0 36 6 36 6 36H42C48 36 48 30 48 30V12C48 6 42 6 42 6Z"
22
- fill="var(--icon-color, black)"
23
- />
24
- </svg>
25
- </div>
@@ -1,11 +0,0 @@
1
- export default TvSVG;
2
- type TvSVG = {
3
- $on?(type: string, callback: (e: any) => void): () => void;
4
- $set?(props: Partial<Props>): void;
5
- };
6
- declare const TvSVG: import("svelte").Component<{
7
- size?: string | undefined;
8
- }, {}, "">;
9
- type Props = {
10
- size?: string | undefined;
11
- };
@@ -1,25 +0,0 @@
1
- <script>
2
- /**
3
- * @typedef {Object} Props
4
- * @property {string} [size]
5
- */
6
-
7
- /** @type {Props} */
8
- let { size = '1rem' } = $props();
9
- //let color="black"
10
- </script>
11
-
12
- <div style="width: {size}; height: {size};">
13
- <svg
14
- width="100%"
15
- height="100%"
16
- viewBox="0 0 48 48"
17
- fill="none"
18
- xmlns="http://www.w3.org/2000/svg"
19
- >
20
- <path
21
- d="M12.7 30.7L8.5 26.4C10.4667 24.4333 12.7753 22.8753 15.426 21.726C18.0753 20.5753 20.9333 20 24 20C27.0667 20 29.9253 20.5833 32.576 21.75C35.2253 22.9167 37.5333 24.5 39.5 26.5L35.3 30.7C33.8333 29.2333 32.1333 28.0833 30.2 27.25C28.2667 26.4167 26.2 26 24 26C21.8 26 19.7333 26.4167 17.8 27.25C15.8667 28.0833 14.1667 29.2333 12.7 30.7ZM4.2 22.2L0 18C3.06667 14.8667 6.65 12.4167 10.75 10.65C14.85 8.88333 19.2667 8 24 8C28.7333 8 33.15 8.88333 37.25 10.65C41.35 12.4167 44.9333 14.8667 48 18L43.8 22.2C41.2333 19.6333 38.2587 17.6247 34.876 16.174C31.492 14.7247 27.8667 14 24 14C20.1333 14 16.508 14.7247 13.124 16.174C9.74133 17.6247 6.76667 19.6333 4.2 22.2ZM24 42L31.05 34.9C30.15 34 29.1 33.2913 27.9 32.774C26.7 32.258 25.4 32 24 32C22.6 32 21.3 32.258 20.1 32.774C18.9 33.2913 17.85 34 16.95 34.9L24 42Z"
22
- fill="var(--icon-color, black)"
23
- />
24
- </svg>
25
- </div>
@@ -1,11 +0,0 @@
1
- export default WifiSVG;
2
- type WifiSVG = {
3
- $on?(type: string, callback: (e: any) => void): () => void;
4
- $set?(props: Partial<Props>): void;
5
- };
6
- declare const WifiSVG: import("svelte").Component<{
7
- size?: string | undefined;
8
- }, {}, "">;
9
- type Props = {
10
- size?: string | undefined;
11
- };
@@ -1,15 +0,0 @@
1
- <svg
2
- viewBox="0 0 128 128"
3
- style="
4
- fill-rule: evenodd;
5
- clip-rule: evenodd;
6
- stroke-linejoin: round;
7
- stroke-miterlimit:2;
8
- filter: drop-shadow( 0.2rem 0.2rem 0.2rem black);
9
- "
10
- >
11
- <path
12
- fill="var(--nav-font-color)"
13
- d="M64,48.496l-48.496,-48.496l-15.504,15.504l48.496,48.496l-48.496,48.496l15.504,15.504l48.496,-48.496l48.496,48.496l15.504,-15.504l-48.496,-48.496l48.496,-48.496l-15.504,-15.504l-48.496,48.496Z"
14
- />
15
- </svg>