@selemondev/svgl-svelte 2.1.1 → 2.2.0

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 (34) hide show
  1. package/dist/components/AbacatePay.svelte +23 -0
  2. package/dist/components/Cerebras.svelte +20 -0
  3. package/dist/components/Codex.svelte +16 -0
  4. package/dist/components/Dracula.svelte +16 -0
  5. package/dist/components/EpicGames.svelte +16 -0
  6. package/dist/components/Firecrawl.svelte +16 -0
  7. package/dist/components/GitHub.svelte +1 -4
  8. package/dist/components/Glide.svelte +21 -0
  9. package/dist/components/GoogleAnalytics.svelte +34 -0
  10. package/dist/components/GoogleCalendar.svelte +33 -0
  11. package/dist/components/GoogleChat.svelte +28 -0
  12. package/dist/components/GoogleMeet.svelte +32 -0
  13. package/dist/components/GoogleSheets.svelte +71 -0
  14. package/dist/components/GoogleSlides.svelte +77 -0
  15. package/dist/components/Granola.svelte +26 -0
  16. package/dist/components/Hotmart.svelte +19 -0
  17. package/dist/components/Interfere.svelte +16 -0
  18. package/dist/components/Leedlime.svelte +24 -0
  19. package/dist/components/Manus.svelte +22 -0
  20. package/dist/components/MicrosoftOffice.svelte +16 -0
  21. package/dist/components/Midjourney.svelte +22 -0
  22. package/dist/components/Midudev.svelte +1 -1
  23. package/dist/components/OpenClaw.svelte +37 -0
  24. package/dist/components/OpenCode.svelte +21 -0
  25. package/dist/components/Orshot.svelte +20 -0
  26. package/dist/components/Render.svelte +16 -0
  27. package/dist/components/Resend.svelte +2 -2
  28. package/dist/components/Stripe.svelte +1 -1
  29. package/dist/components/Tembo.svelte +16 -0
  30. package/dist/components/Vlt.svelte +19 -0
  31. package/dist/components/Xata.svelte +16 -0
  32. package/dist/index.d.ts +27 -0
  33. package/dist/index.js +27 -0
  34. package/package.json +8 -8
@@ -0,0 +1,23 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg viewBox="0 0 29 30" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
14
+ <path d="M24.8018 18.9957C24.9752 17.0299 24.4441 15.1264 25.8964 13.7326L26.7959 12.8694C28.0242 11.6877 28.7139 10.0867 28.7139 8.41765C28.7139 6.74845 28.0242 5.14755 26.7959 3.96585L24.78 2.03126L23.3278 3.42505C21.713 3.46665 20.1091 4.08035 18.8737 5.26605L18.646 5.47405C17.1964 6.86545 15.2808 7.72015 13.2382 7.88715C10.5287 8.10555 7.99279 9.23925 6.06369 11.0908C4.53559 12.555 3.47649 14.4088 3.01168 16.4329C2.5469 18.4568 2.6959 20.5662 3.44109 22.5113L2.7041 23.2186L5.46769 25.871C6.51839 26.8802 7.76609 27.6808 9.13939 28.227C10.5126 28.7732 11.9846 29.0544 13.4712 29.0544C14.9577 29.0544 16.4297 28.7732 17.8029 28.227C19.1762 27.6808 20.4239 26.8802 21.4747 25.871C23.3928 24.0299 24.5741 21.596 24.8018 18.9957Z" fill="#244C4E"/>
15
+ <path d="M20.1409 1.58786C21.2998 1.58872 22.4324 1.93323 23.3957 2.57785C24.359 3.22255 25.1099 4.13845 25.5534 5.20985C25.9969 6.28125 26.1132 7.46025 25.8876 8.59775C25.6619 9.73535 25.1045 10.7804 24.2857 11.601L24.0807 11.8062C22.7839 13.1028 21.9885 14.8174 21.8356 16.6454C21.6293 19.0687 20.5743 21.3412 18.8565 23.0616C17.918 24.0042 16.8027 24.7518 15.5746 25.2615C14.3465 25.7712 13.0299 26.0332 11.7004 26.0321C9.10988 26.0321 6.51938 25.0384 4.54408 23.0616C3.60478 22.122 2.85965 21.0065 2.35126 19.7786C1.84287 18.5507 1.58121 17.2346 1.58121 15.9055C1.58121 14.5764 1.84287 13.2604 2.35126 12.0325C2.85965 10.8046 3.60478 9.68895 4.54408 8.74935C6.26218 7.02885 8.53358 5.97265 10.9555 5.76815C12.7797 5.61695 14.4958 4.81755 15.7911 3.52135L15.9962 3.31615C16.5378 2.76715 17.1832 2.3316 17.8949 2.03488C18.6065 1.73815 19.3701 1.58619 20.1409 1.58786ZM20.1409 7.09872e-06C18.1549 7.09872e-06 16.2769 0.777737 14.8736 2.18196L14.6794 2.38715C13.654 3.41335 12.2831 4.05065 10.826 4.18025C8.03048 4.41795 5.40758 5.63855 3.43238 7.61525C2.34238 8.70135 1.47791 9.99245 0.888824 11.4143C0.299734 12.8363 -0.00233639 14.3609 1.36068e-05 15.9001C1.36068e-05 19.0326 1.21968 21.9707 3.43238 24.185C5.64508 26.3995 8.58098 27.62 11.7111 27.62C14.8412 27.62 17.7772 26.3995 19.9899 24.185C21.9651 22.2083 23.1955 19.5728 23.433 16.7858C23.5537 15.3282 24.1888 13.9612 25.2248 12.9296L25.4299 12.7244C26.1228 12.0332 26.6722 11.2116 27.0463 10.3068C27.4206 9.40215 27.6122 8.43235 27.6102 7.45315C27.6102 5.46565 26.833 3.58615 25.4299 2.18196C24.0254 0.782067 22.1231 -0.0027229 20.1409 7.09872e-06Z" fill="#337D63"/>
16
+ <path d="M24.0874 11.8091L24.2923 11.6039C24.8368 11.0593 25.2686 10.4125 25.5632 9.70095C25.8578 8.98925 26.0094 8.22635 26.0094 7.45605C26.0094 6.68575 25.8578 5.92295 25.5632 5.21125C25.2686 4.49955 24.8368 3.85285 24.2923 3.30825C23.7482 2.76345 23.1019 2.33128 22.3908 2.03645C21.6796 1.7416 20.9175 1.58985 20.1476 1.58985C19.3778 1.58985 18.6156 1.7416 17.9044 2.03645C17.1933 2.33128 16.5471 2.76345 16.0028 3.30825L15.7979 3.51345C14.5021 4.81105 12.7889 5.60715 10.9623 5.76025C8.54029 5.96475 6.26889 7.02085 4.55079 8.74155C3.61149 9.68115 2.86634 10.7967 2.35795 12.0245C1.84956 13.2524 1.58789 14.5685 1.58789 15.8976C1.58789 17.2267 1.84956 18.5428 2.35795 19.7706C2.86634 20.9985 3.61149 22.1142 4.55079 23.0538C5.48969 23.9938 6.60449 24.7395 7.83149 25.2482C9.05839 25.757 10.3735 26.0189 11.7016 26.0189C13.0297 26.0189 14.3448 25.757 15.5718 25.2482C16.7987 24.7395 17.9135 23.9938 18.8524 23.0538C20.5717 21.3344 21.6271 19.0613 21.8315 16.6376C21.9933 14.8229 22.7921 13.1053 24.0874 11.8091Z" fill="#89BA4F"/>
17
+ <path d="M24.0874 11.8091L24.2923 11.6039C24.8368 11.0593 25.2686 10.4125 25.5632 9.70095C25.8578 8.98925 26.0094 8.22635 26.0094 7.45605C26.0094 6.68575 25.8578 5.92295 25.5632 5.21125C25.2686 4.49955 24.8368 3.85285 24.2923 3.30825C23.7482 2.76345 23.1019 2.33128 22.3908 2.03645C21.6796 1.7416 20.9175 1.58985 20.1476 1.58985C19.3778 1.58985 18.6156 1.7416 17.9044 2.03645C17.1933 2.33128 16.5471 2.76345 16.0028 3.30825L15.7979 3.51345C14.5021 4.81105 12.7889 5.60715 10.9623 5.76025C8.54029 5.96475 6.26889 7.02085 4.55079 8.74155C3.61149 9.68115 2.86634 10.7967 2.35795 12.0245C1.84956 13.2524 1.58789 14.5685 1.58789 15.8976C1.58789 17.2267 1.84956 18.5428 2.35795 19.7706C2.86634 20.9985 3.61149 22.1142 4.55079 23.0538C5.48969 23.9938 6.60449 24.7395 7.83149 25.2482C9.05839 25.757 10.3735 26.0189 11.7016 26.0189C13.0297 26.0189 14.3448 25.757 15.5718 25.2482C16.7987 24.7395 17.9135 23.9938 18.8524 23.0538C20.5717 21.3344 21.6271 19.0613 21.8315 16.6376C21.9933 14.8229 22.7921 13.1053 24.0874 11.8091Z" fill="#9EEA6C"/>
18
+ <path d="M12.1845 20.1925C13.4327 20.1925 14.6297 19.6963 15.5122 18.8131C16.3948 17.9299 16.8906 16.732 16.8906 15.483C16.8906 14.2339 16.3948 13.036 15.5122 12.1528C14.6297 11.2696 13.4327 10.7734 12.1845 10.7734C10.9365 10.7734 9.73938 11.2696 8.85688 12.1528C7.97428 13.036 7.47849 14.2339 7.47849 15.483C7.47849 16.732 7.97428 17.9299 8.85688 18.8131C9.73938 19.6963 10.9365 20.1925 12.1845 20.1925Z" fill="#804B35"/>
19
+ </svg>
20
+ `;
21
+ </script>
22
+
23
+ {@html svgContent}
@@ -0,0 +1,20 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.4186 5.62713C24.2806 5.62713 19.353 7.6682 15.7199 11.3013C12.0868 14.9345 10.0457 19.862 10.0457 25C10.0457 30.1381 12.0868 35.0656 15.7199 38.6988C19.353 42.3319 24.2806 44.373 29.4186 44.373V47.2917C17.1061 47.2917 7.12695 37.3105 7.12695 24.998C7.12695 12.6855 17.104 2.7063 29.4165 2.7063V5.62505L29.4186 5.62713ZM39.3186 13.2875C37.7794 11.9809 35.9971 10.9915 34.0741 10.3761C32.1512 9.76067 30.1256 9.53147 28.1137 9.70166C26.1019 9.87185 24.1435 10.4381 22.3513 11.3677C20.559 12.2974 18.9683 13.5722 17.6704 15.1189C16.3726 16.6655 15.3933 18.4534 14.7888 20.3798C14.1844 22.3062 13.9667 24.3332 14.1483 26.344C14.33 28.3548 14.9073 30.3099 15.8472 32.0968C16.787 33.8838 18.0709 35.4673 19.6249 36.7563L17.7478 38.9938C15.9126 37.4545 14.3987 35.5687 13.2924 33.4442C12.1862 31.3197 11.5092 28.9981 11.3003 26.6119C11.0914 24.2258 11.3545 21.8219 12.0747 19.5374C12.7949 17.253 13.9581 15.1328 15.4978 13.298C17.0373 11.4628 18.9233 9.94877 21.0479 8.84247C23.1726 7.73618 25.4944 7.05923 27.8807 6.8503C30.267 6.64136 32.6711 6.90453 34.9557 7.62477C37.2403 8.34501 39.3607 9.50822 41.1957 11.048L39.3186 13.2875ZM34.6207 15.0459C31.9818 13.6829 28.9113 13.4172 26.0776 14.3068C23.2438 15.1964 20.876 17.1691 19.4895 19.7958C18.1029 22.4224 17.8099 25.4903 18.6741 28.332C19.5384 31.1736 21.4899 33.5589 24.104 34.9688L22.7374 37.5521C19.4721 35.7617 17.0418 32.7592 15.9707 29.1927C14.8996 25.6261 15.2737 21.7815 17.0123 18.4883C18.7509 15.1952 21.7146 12.7176 25.2637 11.5903C28.8129 10.463 32.663 10.7763 35.9832 12.4625L34.6207 15.0459ZM29.4165 17.7896C27.5042 17.7896 25.6702 18.5493 24.318 19.9015C22.9658 21.2537 22.2061 23.0877 22.2061 25C22.2061 26.9124 22.9658 28.7464 24.318 30.0986C25.6702 31.4508 27.5042 32.2105 29.4165 32.2105V35.1313C26.7296 35.1313 24.1526 34.0639 22.2527 32.1639C20.3527 30.2639 19.2853 27.687 19.2853 25C19.2853 22.3131 20.3527 19.7362 22.2527 17.8362C24.1526 15.9362 26.7296 14.8688 29.4165 14.8688V17.7896Z" fill="#F15A29"/>
15
+ <path d="M32.0981 22.5749C31.7875 22.2404 31.4295 21.9534 31.0356 21.7228C30.6925 21.519 30.3014 21.4097 29.9023 21.4062C29.371 21.4062 28.896 21.5041 28.4773 21.6978C28.0725 21.8802 27.7089 22.1425 27.4081 22.469C27.1074 22.7955 26.8758 23.1795 26.7273 23.5978C26.5731 24.0207 26.4981 24.4645 26.4981 24.9124C26.4981 25.3666 26.5731 25.8082 26.7273 26.227C26.877 26.6449 27.1091 27.0286 27.4096 27.3553C27.7102 27.682 28.0733 27.9451 28.4773 28.1291C28.8939 28.3228 29.3731 28.4207 29.9023 28.4207C30.3523 28.4207 30.771 28.3249 31.1564 28.1395C31.5481 27.952 31.8856 27.6707 32.146 27.3228L34.0794 29.4187C33.7877 29.7103 33.4544 29.9624 33.0752 30.1749C32.374 30.566 31.6108 30.8338 30.8189 30.9666C30.4648 31.0207 30.1585 31.0499 29.9023 31.0499C29.0617 31.0552 28.2271 30.9069 27.4398 30.6124C26.6954 30.3371 26.0144 29.914 25.4377 29.3687C24.8643 28.8208 24.4078 28.1624 24.096 27.4332C23.7572 26.6366 23.5883 25.778 23.6002 24.9124C23.6002 23.9874 23.7669 23.1478 24.096 22.3916C24.4085 21.6624 24.8627 21.0041 25.4356 20.4562C26.0148 19.9124 26.696 19.4895 27.4398 19.2145C28.2271 18.92 29.0617 18.7717 29.9023 18.777C30.6419 18.777 31.3856 18.9187 32.1356 19.202C32.8877 19.4895 33.5627 19.952 34.1023 20.5541L32.0981 22.5749Z" fill="black"/>
16
+ </svg>
17
+ `;
18
+ </script>
19
+
20
+ {@html svgContent}
@@ -0,0 +1,16 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg fill="#111" fill-rule="evenodd" style="flex:none;line-height:1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}><title>Codex</title><path clip-rule="evenodd" d="M8.086.457a6.105 6.105 0 013.046-.415c1.333.153 2.521.72 3.564 1.7a.117.117 0 00.107.029c1.408-.346 2.762-.224 4.061.366l.063.03.154.076c1.357.703 2.33 1.77 2.918 3.198.278.679.418 1.388.421 2.126a5.655 5.655 0 01-.18 1.631.167.167 0 00.04.155 5.982 5.982 0 011.578 2.891c.385 1.901-.01 3.615-1.183 5.14l-.182.22a6.063 6.063 0 01-2.934 1.851.162.162 0 00-.108.102c-.255.736-.511 1.364-.987 1.992-1.199 1.582-2.962 2.462-4.948 2.451-1.583-.008-2.986-.587-4.21-1.736a.145.145 0 00-.14-.032c-.518.167-1.04.191-1.604.185a5.924 5.924 0 01-2.595-.622 6.058 6.058 0 01-2.146-1.781c-.203-.269-.404-.522-.551-.821a7.74 7.74 0 01-.495-1.283 6.11 6.11 0 01-.017-3.064.166.166 0 00.008-.074.115.115 0 00-.037-.064 5.958 5.958 0 01-1.38-2.202 5.196 5.196 0 01-.333-1.589 6.915 6.915 0 01.188-2.132c.45-1.484 1.309-2.648 2.577-3.493.282-.188.55-.334.802-.438.286-.12.573-.22.861-.304a.129.129 0 00.087-.087A6.016 6.016 0 015.635 2.31C6.315 1.464 7.132.846 8.086.457zm-.804 7.85a.848.848 0 00-1.473.842l1.694 2.965-1.688 2.848a.849.849 0 001.46.864l1.94-3.272a.849.849 0 00.007-.854l-1.94-3.393zm5.446 6.24a.849.849 0 000 1.695h4.848a.849.849 0 000-1.696h-4.848z"></path></svg>`;
14
+ </script>
15
+
16
+ {@html svgContent}
@@ -0,0 +1,16 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 190 190" width="${width}" height="${height}" ${restAttrs}><g filter="url(#filter0_d_2811_104)"><circle cx="95" cy="95" r="75" fill="#000" fill-opacity=".18" shape-rendering="crispEdges"/></g><mask id="mask0_2811_104" width="140" height="140" x="25" y="25" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#D9D9D9" d="M95 165C133.66 165 165 133.66 165 95C165 56.3401 133.66 25 95 25C56.3401 25 25 56.3401 25 95C25 133.66 56.3401 165 95 165Z"/></mask><g mask="url(#mask0_2811_104)"><path fill="#fff" fill-opacity=".12" d="M95 165C133.66 165 165 133.66 165 95C165 56.3401 133.66 25 95 25C56.3401 25 25 56.3401 25 95C25 133.66 56.3401 165 95 165Z"/><path fill="#000" fill-opacity=".18" d="M153.503 83.6581C153.503 100.319 146.557 115.357 135.403 126.035C131.708 129.574 127.55 132.631 123.03 135.111C114.667 139.703 105.059 142.315 94.8455 142.315C84.6318 142.315 75.0289 139.706 66.6659 135.114C65.3178 134.376 64.0037 133.586 62.7251 132.746C59.7085 130.771 56.8856 128.52 54.2904 126.035C43.1357 115.359 36.1877 100.319 36.1877 83.6578C36.1877 51.262 62.4497 25 94.8455 25C127.241 25 153.503 51.2623 153.503 83.6581Z"/><path fill="#AB852B" d="M47.17 112C48.826 127.105 61.67 159.5 61.67 159.5C61.67 159.5 64.8221 188.084 99.17 186C129.705 184.147 132.17 159.5 132.17 159.5C132.17 159.5 140.928 127.133 141.67 113.5C142.745 93.7605 127.17 65 127.17 65L61.67 67C61.67 67 45.1579 93.6466 47.17 112Z"/><path fill="#EFEBDC" d="M151 152.325C145.853 157.254 140.06 161.512 133.763 164.966C122.112 171.362 108.727 175 94.4984 175C80.2697 175 66.8913 171.366 55.2408 164.97C48.9434 161.518 43.1498 157.257 38 152.325C43.2267 139.06 55.938 129.564 70.9338 129.03C71.3739 129.01 71.8208 129 72.268 129H116.732C117.179 129 117.626 129.01 118.067 129.03C133.062 129.564 145.774 139.061 151 152.325Z"/><path fill="#565143" d="M95.0433 150.674C95.0433 150.674 143.522 115.481 141.779 112.313C139.177 107.579 135.313 104.349 131.496 102.158C125.089 98.4813 118.806 97.7354 118.806 97.7354L80.2164 130.487L95.0433 150.674Z"/><path fill="#565043" d="M95.046 151C95.046 151 46.2958 112.53 48.046 109C50.6604 103.724 54.5887 99.3711 58.4232 96.9289C64.8602 92.8313 126.546 101 126.546 101L95.046 151Z"/><path fill="#EFEBDC" d="M95.0433 150.674C95.0433 150.674 143.522 115.481 141.78 112.313C139.177 107.579 135.313 104.349 131.496 102.158C135.399 106.476 139.146 113.045 133.381 118.807C132.45 119.739 131.425 120.37 130.333 120.749C126.522 122.074 122.976 124.065 120.054 126.848L95.0433 150.674Z"/><path fill="#EFEBDC" d="M101.046 156C101.046 156 46.565 115.481 48.3071 112.313C50.9094 107.579 54.7736 104.349 58.5902 102.158C54.688 106.476 50.9403 113.045 56.7057 118.808C57.637 119.739 58.6619 120.37 59.7534 120.749C63.5649 122.075 67.1106 124.065 70.0322 126.848L101.046 156Z"/><path fill="#565143" d="M106.272 148.612L95.4563 152.62C94.9469 152.809 94.3866 152.809 93.8772 152.62L83.0617 148.612C81.5777 148.062 80 149.16 80 150.743V157.412C80 158.994 81.5777 160.092 83.0617 159.542L93.8772 155.534C94.3866 155.345 94.9469 155.345 95.4563 155.534L106.272 159.542C107.756 160.092 109.334 158.994 109.334 157.412V150.743C109.334 149.16 107.756 148.062 106.272 148.612Z"/><path fill="#DFC3B0" d="M109.655 112.273V128.202C109.655 136.391 103.017 143.029 94.8277 143.029C86.6385 143.029 80 136.391 80 128.202V112.273H109.655Z"/><path fill="#DFC3B0" d="M141.841 68.691L125.707 70.5381L118.881 85.8686C117.31 89.3973 118.897 93.5315 122.426 95.1026C125.954 96.6737 130.089 95.0867 131.66 91.558L141.841 68.691Z"/><path fill="#DFC3B0" d="M46 65.5481L62.1341 67.3952L68.9597 82.7257C70.5307 86.2543 68.9437 90.3886 65.415 91.9597C61.8864 93.5308 57.7521 91.9438 56.181 88.4151L46 65.5481Z"/><mask id="mask1_2811_104" width="64" height="88" x="62" y="41" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#F4E4DB" d="M65.8875 99.7731C62.342 91.4201 62 77.1716 62 77.1716L68.8031 42.8908C68.8031 42.8908 83.9872 41.5176 93.7072 41.485C103.049 41.4537 117.397 42.8908 117.397 42.8908L125.9 77.1716C125.9 77.1716 125.483 91.4289 121.891 99.7731C115.913 113.663 110.416 128.526 93.7072 128.43C77.0915 128.335 71.7604 113.609 65.8875 99.7731Z"/></mask><g mask="url(#mask1_2811_104)"><path fill="#F4E4DB" d="M65.8875 99.7731C62.342 91.4201 62 77.1716 62 77.1716L68.8031 42.8908C68.8031 42.8908 83.9872 41.5176 93.7072 41.485C103.049 41.4537 117.397 42.8908 117.397 42.8908L125.9 77.1716C125.9 77.1716 125.483 91.4289 121.891 99.7731C115.913 113.663 110.416 128.526 93.7072 128.43C77.0915 128.335 71.7604 113.609 65.8875 99.7731Z"/><path fill="#DDC2B2" d="M72.6986 99.7647L69.3382 70.6329C67.3445 53.3495 78.4602 37.5789 94.7973 33.2504C93.1447 33.2017 91.4691 33.2661 89.7777 33.4612C70.8035 35.6499 57.1953 52.8069 59.384 71.7811L62.7444 100.913C64.933 119.887 82.09 133.495 101.064 131.307C102.755 131.112 104.402 130.793 106 130.369C89.1065 129.874 74.6922 117.048 72.6986 99.7647Z"/><path fill="#DDC2B2" d="M66.9546 95.0687L75.8813 67.1354C81.1774 50.5631 97.7986 40.7647 114.469 43.5434C112.983 42.8189 111.43 42.1879 109.808 41.6697C91.6142 35.8555 72.1509 45.8916 66.3367 64.0852L57.4099 92.0185C51.5958 110.212 61.6319 129.675 79.8255 135.49C81.447 136.008 83.0786 136.394 84.71 136.667C69.517 129.262 61.6585 111.641 66.9546 95.0687Z"/></g><path fill="#DDC2B2" d="M98.8569 112.971H90.7438C90.7438 112.971 92.8371 116.149 94.8609 116.12C96.8474 116.091 98.8569 112.971 98.8569 112.971Z"/><path fill="#DDC2B2" d="M85.9776 106.432C88.2422 106.432 103.365 106.432 103.365 106.432C104.745 106.554 106.001 108.854 106.001 108.854H83.2362C83.2362 108.854 83.713 106.432 85.9776 106.432Z"/><path fill="#0E0D11" d="M110.925 85.6471V79.0189C110.925 77.2902 109.524 75.8887 107.795 75.8887C106.066 75.8887 104.665 77.2899 104.665 79.0189V85.6471C104.665 87.3757 106.066 88.7773 107.795 88.7773C109.524 88.777 110.925 87.3757 110.925 85.6471Z"/><path fill="#0E0D11" d="M76.4944 79.0186V85.6468C76.4944 87.3755 77.8957 88.777 79.6246 88.777C81.3533 88.777 82.7548 87.3758 82.7548 85.6468V79.0186C82.7548 77.29 81.3536 75.8884 79.6246 75.8884C77.8957 75.8887 76.4944 77.29 76.4944 79.0186Z"/><path fill="#F4E4DB" d="M71.6223 76.0677L84.2762 80.96L86.2935 75.7422L73.6396 70.85L71.6223 76.0677Z"/><path fill="#F4E4DB" d="M112.993 68.8111L100.339 73.7034L103.145 80.9613L115.799 76.0691L112.993 68.8111Z"/><path fill="#DFC3B0" d="M119.377 69.2445L93.7117 76.0536L68.5706 69.2445L72.7608 76.0536C72.7608 76.0536 91.0928 80.2539 91.0928 82.3389V98.0521C91.0928 98.0521 92.6102 99.0996 93.7117 99.0996C94.8132 99.0996 96.3306 98.0521 96.3306 98.0521V82.3389C96.3306 80.2541 114.352 75.6753 114.352 75.6753L119.377 69.2445Z"/><path fill="#0E0D11" d="M56.4764 72.1372L61.4728 67.4525C62.3643 66.6165 64.2122 66.3741 65.5999 66.9114L86.0418 74.8297C88.832 75.9104 87.0562 78.5174 83.8105 78.1048L58.3722 74.8711C56.3265 74.6112 55.346 73.1975 56.4764 72.1372Z"/><path fill="#0E0D11" d="M130.947 72.1372L125.951 67.4525C125.059 66.6165 123.211 66.3741 121.824 66.9114L101.382 74.8298C98.5914 75.9104 100.367 78.5174 103.612 78.1048L129.051 74.8711C131.097 74.6112 132.077 73.1975 130.947 72.1372Z"/><path fill="#E9BA49" d="M123.963 48.441C117.929 38.3486 106.891 31.5935 94.2727 31.5935C81.6573 31.5935 70.6191 38.3486 64.5822 48.441C62.2296 52.3649 60.6345 56.7915 60 61.5232H67.3357C67.3357 54.0855 73.3667 48.0549 80.804 48.0549C80.9848 48.0549 81.165 48.0586 81.344 48.0657C87.6588 48.3149 92.5778 53.6645 92.5778 59.9845V61.8245C92.5778 62.7603 93.3366 63.5191 94.2724 63.5191C95.2082 63.5191 95.967 62.7603 95.967 61.8245V59.9845C95.967 53.6645 100.886 48.3149 107.201 48.0657C107.38 48.0586 107.56 48.0549 107.741 48.0549C115.178 48.0549 121.209 54.0858 121.209 61.5232H128.545C127.911 56.7915 126.316 52.3649 123.963 48.441Z"/></g><mask id="mask2_2811_104" width="112" height="125" x="38" y="38" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#F6CD62" d="M113.656 61.1536C110.891 55.7386 94.0872 64.7251 94.0872 64.7251L94.0706 42.259C94.0706 42.259 96.1234 41.024 97.527 40.4156C102.314 38.3403 105.607 37.9754 110.776 38.6874C114.596 39.2136 116.818 39.9029 120.108 41.9133C123.016 43.6901 124.338 45.205 126.56 47.7891C128.911 50.5237 130.013 52.2845 131.629 55.5082C133.99 60.2156 133.928 63.4005 135.547 68.4118C137.449 74.3017 138.399 77.6558 140.731 83.3892C142.9 88.7219 145.195 91.2714 146.952 96.7537C148.108 100.36 149.03 102.416 149.141 106.201C149.233 109.286 148.957 111.069 148.104 114.035C146.893 118.253 144.511 119.901 142.805 123.943C141.438 127.181 140.22 128.967 139.925 132.469C139.712 134.99 140.034 136.435 140.501 138.921C141.119 142.221 142.531 143.801 143.15 147.101C143.568 149.323 144.043 150.623 143.726 152.861C143.321 155.731 142.481 157.428 140.501 159.544C138.734 161.431 134.855 163 134.855 163C134.855 163 136.759 159.995 137.159 157.815C137.617 155.328 137.268 153.799 136.583 151.364C135.424 147.243 132.228 146.168 130.477 142.262C129.505 140.094 128.875 138.851 128.519 136.501C128.215 134.5 128.342 133.334 128.519 131.317C128.961 126.285 132.213 124.036 132.436 118.989C132.598 115.309 132.081 113.195 131.053 109.657C129.785 105.29 127.811 103.338 125.984 99.1731C123.605 93.7476 122.509 90.6 120.569 85.0022C117.394 75.8399 116.422 66.5685 113.656 61.1536Z"/><path fill="#F6CD62" d="M74.5014 61.1409C77.2664 55.726 94.0872 64.7251 94.0872 64.7251V42.2463C94.0872 42.2463 92.0344 41.0114 90.6309 40.403C85.8434 38.3277 82.5508 37.9628 77.3817 38.6748C73.5617 39.201 71.34 39.8903 68.0496 41.9007C65.1415 43.6775 63.8196 45.1924 61.5978 47.7765C59.2465 50.5111 58.1453 52.2719 56.5285 55.4956C54.1676 60.203 54.2301 63.3879 52.6113 68.3992C50.7088 74.2891 49.759 77.6432 47.4269 83.3766C45.2577 88.7093 42.9625 91.2588 41.2055 96.7411C40.0496 100.348 39.1283 102.403 39.0165 106.188C38.9253 109.273 39.2013 111.056 40.0534 114.023C41.2649 118.24 43.647 119.888 45.3531 123.931C46.7194 127.169 47.9381 128.955 48.2333 132.456C48.4458 134.977 48.1234 136.422 47.6573 138.908C47.0385 142.209 45.6269 143.788 45.0074 147.088C44.5903 149.31 44.1153 150.61 44.4314 152.849C44.8365 155.718 45.6771 157.415 47.6573 159.531C49.4238 161.418 53.3026 162.987 53.3026 162.987C53.3026 162.987 51.3988 159.982 50.9984 157.803C50.5412 155.315 50.8895 153.786 51.5744 151.351C52.7334 147.231 55.9295 146.155 57.6806 142.249C58.6527 140.081 59.2826 138.838 59.6392 136.489C59.9431 134.487 59.8163 133.321 59.6392 131.304C59.1972 126.272 55.9447 124.023 55.722 118.977C55.5596 115.296 56.0769 113.183 57.1046 109.645C58.3731 105.277 60.3473 103.325 62.1738 99.1605C64.5532 93.735 65.649 90.5874 67.5887 84.9896C70.7637 75.8272 71.7363 66.5558 74.5014 61.1409Z"/></mask><g mask="url(#mask2_2811_104)"><path fill="#F6C85A" d="M113.656 61.1536C110.891 55.7386 94.0872 64.7251 94.0872 64.7251L94.0706 42.259C94.0706 42.259 96.1234 41.024 97.527 40.4156C102.314 38.3403 105.607 37.9754 110.776 38.6874C114.596 39.2136 116.818 39.9029 120.108 41.9133C123.016 43.6901 124.338 45.205 126.56 47.7891C128.911 50.5237 130.013 52.2845 131.629 55.5082C133.99 60.2156 133.928 63.4005 135.547 68.4118C137.449 74.3017 138.399 77.6558 140.731 83.3892C142.9 88.7219 145.195 91.2714 146.952 96.7537C148.108 100.36 149.03 102.416 149.141 106.201C149.233 109.286 148.957 111.069 148.104 114.035C146.893 118.253 144.511 119.901 142.805 123.943C141.438 127.181 140.22 128.967 139.925 132.469C139.712 134.99 140.034 136.435 140.501 138.921C141.119 142.221 142.531 143.801 143.15 147.101C143.568 149.323 144.043 150.623 143.726 152.861C143.321 155.731 142.481 157.428 140.501 159.544C138.734 161.431 134.855 163 134.855 163C134.855 163 136.759 159.995 137.159 157.815C137.617 155.328 137.268 153.799 136.583 151.364C135.424 147.243 132.228 146.168 130.477 142.262C129.505 140.094 128.875 138.851 128.519 136.501C128.215 134.5 128.342 133.334 128.519 131.317C128.961 126.285 132.213 124.036 132.436 118.989C132.598 115.309 132.081 113.195 131.053 109.657C129.785 105.29 127.811 103.338 125.984 99.1731C123.605 93.7476 122.509 90.6 120.569 85.0022C117.394 75.8399 116.422 66.5685 113.656 61.1536Z"/><path fill="#F6C85A" d="M74.5014 61.1409C77.2664 55.726 94.0872 64.7251 94.0872 64.7251V42.2463C94.0872 42.2463 92.0344 41.0114 90.6309 40.403C85.8434 38.3277 82.5508 37.9628 77.3817 38.6748C73.5617 39.201 71.34 39.8903 68.0496 41.9007C65.1415 43.6775 63.8196 45.1924 61.5978 47.7765C59.2465 50.5111 58.1453 52.2719 56.5285 55.4956C54.1676 60.203 54.2301 63.3879 52.6113 68.3992C50.7088 74.2891 49.759 77.6432 47.4269 83.3766C45.2577 88.7093 42.9625 91.2588 41.2055 96.7411C40.0496 100.348 39.1283 102.403 39.0165 106.188C38.9253 109.273 39.2013 111.056 40.0534 114.023C41.2649 118.24 43.647 119.888 45.3531 123.931C46.7194 127.169 47.9381 128.955 48.2333 132.456C48.4458 134.977 48.1234 136.422 47.6573 138.908C47.0385 142.209 45.6269 143.788 45.0074 147.088C44.5903 149.31 44.1153 150.61 44.4314 152.849C44.8365 155.718 45.6771 157.415 47.6573 159.531C49.4238 161.418 53.3026 162.987 53.3026 162.987C53.3026 162.987 51.3988 159.982 50.9984 157.803C50.5412 155.315 50.8895 153.786 51.5744 151.351C52.7334 147.231 55.9295 146.155 57.6806 142.249C58.6527 140.081 59.2826 138.838 59.6392 136.489C59.9431 134.487 59.8163 133.321 59.6392 131.304C59.1972 126.272 55.9447 124.023 55.722 118.977C55.5596 115.296 56.0769 113.183 57.1046 109.645C58.3731 105.277 60.3473 103.325 62.1738 99.1605C64.5532 93.735 65.649 90.5874 67.5887 84.9896C70.7637 75.8272 71.7363 66.5558 74.5014 61.1409Z"/><path fill="#AB852B" d="M103.288 52.3975C96.108 51.5997 94.0707 64.725 94.0707 64.725L115.5 67.1445C115.5 67.1445 112.62 53.4344 103.288 52.3975Z"/><path fill="#AB852B" d="M84.8539 52.3975C92.0335 51.5997 94.0707 64.725 94.0707 64.725L72.6415 67.1445C72.6415 67.1445 75.5218 53.4344 84.8539 52.3975Z"/></g><defs><filter id="filter0_d_2811_104" width="190" height="190" x="0" y="0" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset/><feGaussianBlur stdDeviation="10"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.06 0"/><feBlend in2="BackgroundImageFix" mode="normal" result="effect1_dropShadow_2811_104"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_2811_104" mode="normal" result="shape"/></filter></defs></svg>`;
14
+ </script>
15
+
16
+ {@html svgContent}
@@ -0,0 +1,16 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="3.2269997596740723 1.25 25.54800033569336 29.500972747802734" width="${width}" height="${height}" ${restAttrs}><path fill="#000" d="M26.439 1.25c1.712 0 2.336.623 2.336 2.31v20.56c0 .265-.047.74-.133.944-.087.205-.167.371-.327.52-.164.153-.45.312-.587.375l-11.067 4.657a1.686 1.686 0 0 1-1.322 0L4.273 25.961a2.624 2.624 0 0 1-.586-.376c-.16-.149-.24-.315-.327-.519-.086-.203-.133-.68-.133-.944V3.56c0-1.687.624-2.31 2.336-2.31h20.875ZM11.845 26.07a.097.097 0 0 0-.029.019.096.096 0 0 0-.02.028.103.103 0 0 0-.007.035.09.09 0 0 0 .007.037.098.098 0 0 0 .049.046l4.007 1.7a.358.358 0 0 0 .28 0l4.038-1.7a.08.08 0 0 0 .028-.018.093.093 0 0 0 .02-.028.106.106 0 0 0 .007-.037.087.087 0 0 0-.027-.063.083.083 0 0 0-.063-.026H11.88a.089.089 0 0 0-.035.006ZM8.7 18.901c-.267 0-.516.046-.745.137-.23.092-.427.218-.593.38a1.79 1.79 0 0 0-.388.565c-.095.215-.141.45-.141.7v.011c0 .258.047.496.143.712.095.217.228.404.396.56.17.158.368.28.598.368.23.088.48.132.75.132.318 0 .602-.051.853-.152a2.54 2.54 0 0 0 .654-.378v-1.543H8.632v.698h.683v.416a.998.998 0 0 1-.554.141.992.992 0 0 1-.38-.07.874.874 0 0 1-.492-.498 1.03 1.03 0 0 1-.07-.382v-.01a.973.973 0 0 1 .257-.666.837.837 0 0 1 .629-.274c.172 0 .324.027.454.083.13.055.259.135.384.24l.565-.67a2.195 2.195 0 0 0-.612-.368 2.178 2.178 0 0 0-.796-.132Zm14.96.007a1.83 1.83 0 0 0-.561.081 1.281 1.281 0 0 0-.423.229.978.978 0 0 0-.268.347 1.054 1.054 0 0 0-.092.44v.012c0 .175.034.324.102.443.068.119.16.219.278.299.118.08.256.145.414.196.158.05.33.096.515.139.12.026.215.051.29.076.073.024.133.05.178.076a.254.254 0 0 1 .092.08c.016.027.025.06.025.096v.01a.193.193 0 0 1-.103.173.574.574 0 0 1-.293.062c-.404 0-.779-.138-1.125-.412l-.536.633c.215.189.463.33.742.425.278.095.573.142.883.142.212 0 .404-.024.576-.075.172-.051.319-.125.44-.22.123-.097.218-.214.286-.351.068-.137.102-.295.102-.471v-.01a.89.89 0 0 0-.09-.414.826.826 0 0 0-.257-.297 1.658 1.658 0 0 0-.41-.208 4.235 4.235 0 0 0-.537-.15 3.63 3.63 0 0 1-.294-.075 1.016 1.016 0 0 1-.184-.074.25.25 0 0 1-.095-.08.19.19 0 0 1-.027-.102v-.011c0-.062.03-.114.087-.156a.441.441 0 0 1 .26-.065c.155 0 .316.03.483.087.167.058.33.14.488.252l.48-.67a2.007 2.007 0 0 0-.63-.342 2.524 2.524 0 0 0-.797-.115Zm-13.127 3.486h1.012l.248-.614h1.338l.253.614h1.031l-1.477-3.455h-.927l-1.478 3.454Zm4.219 0h.941v-1.96l.883 1.332h.02l.887-1.342v1.97h.956v-3.43h-1.015l-.83 1.328-.826-1.327h-1.016v3.428Zm4.33 0h2.814v-.808h-1.863v-.544h1.665v-.75h-1.665v-.519h1.84v-.808h-2.791v3.428Zm-6.23-1.353h-.778l.39-.975.388.975Zm9.275-16.19c-1.42 0-2.123.695-2.123 2.101v7.305c0 1.406.703 2.1 2.124 2.1h.865c1.42 0 2.123-.695 2.123-2.1v-2.635h-1.715v2.554c0 .452-.212.662-.653.662h-.326c-.457 0-.67-.21-.67-.662V7.034c0-.453.212-.663.67-.663h.294c.44 0 .652.21.652.663v2.213h1.715v-2.31c0-1.406-.686-2.085-2.106-2.085h-.85Zm-15.21 11.41h3.919v-1.568H8.664v-3.409h2.058V9.717H8.664v-3.2h2.139V4.95H6.917v11.312Zm4.763 0h1.747v-4.105h.996c1.42 0 2.123-.694 2.123-2.1V7.05c0-1.407-.702-2.1-2.123-2.1H11.68v11.31ZM17.334 4.95v11.312h1.747V4.95h-1.747Zm-3.19 1.519c.441 0 .654.21.654.662v2.845c0 .452-.212.663-.653.663h-.718v-4.17h.718Z"></path></svg>`;
14
+ </script>
15
+
16
+ {@html svgContent}
@@ -0,0 +1,16 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 50 72" width="${width}" height="${height}" ${restAttrs}><path fill="#fa5d19" d="M41.715 23.193c-2.762.82-4.844 2.675-6.37 4.69-.327.432-1.01.107-.88-.423 2.92-12.007-.937-21.986-12.961-26.898a.803.803 0 0 0-1.085.937c5.47 21.961-17.537 20.109-14.63 45.005.05.427-.43.72-.78.47-1.09-.782-2.307-2.415-3.142-3.562a.502.502 0 0 0-.887.16c-.665 2.404-.98 4.67-.98 6.92 0 8.749 4.497 16.45 11.304 20.915.39.255.89-.11.758-.557a13.5 13.5 0 0 1-.563-3.697c0-.788.05-1.593.173-2.343.285-1.885.94-3.68 2.04-5.314 3.772-5.663 11.334-11.132 10.127-18.56-.078-.47.477-.78.827-.457 5.328 4.868 6.383 11.415 5.508 17.287-.075.51.564.782.887.382a11.6 11.6 0 0 1 2.892-2.587c.27-.168.63-.04.733.26.602 1.752 1.497 3.397 2.342 5.042a13.46 13.46 0 0 1 .905 9.982.502.502 0 0 0 .755.57C45.5 66.95 50 59.248 50 50.494c0-3.043-.532-6.025-1.54-8.82-2.112-5.862-7.472-10.264-6.117-17.904.065-.365-.273-.682-.628-.577" style="fill:#fa5d19;fill:color(display-p3 .9816 .3634 .0984);fill-opacity:1"/></svg>`;
14
+ </script>
15
+
16
+ {@html svgContent}
@@ -10,10 +10,7 @@
10
10
  const restAttrs = Object.entries(rest)
11
11
  .map(([k, v]) => `${k}="${v}"`)
12
12
  .join(' ');
13
- const svgContent = `<svg viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
14
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z" transform="scale(64)" fill="#1B1F23"/>
15
- </svg>
16
- `;
13
+ const svgContent = `<svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" fill="none" width="${width}" height="${height}" ${restAttrs}><path fill="#1b1f23" fill-rule="evenodd" d="M512 0C229.12 0 0 229.12 0 512c0 226.56 146.56 417.92 350.08 485.76 25.6 4.48 35.2-10.88 35.2-24.32 0-12.16-.64-52.48-.64-95.36-128.64 23.68-161.92-31.36-172.16-60.16-5.76-14.72-30.72-60.16-52.48-72.32-17.92-9.6-43.52-33.28-.64-33.92 40.32-.64 69.12 37.12 78.72 52.48 46.08 77.44 119.68 55.68 149.12 42.24 4.48-33.28 17.92-55.68 32.64-68.48-113.92-12.8-232.96-56.96-232.96-252.8 0-55.68 19.84-101.76 52.48-137.6-5.12-12.8-23.04-65.28 5.12-135.68 0 0 42.88-13.44 140.8 52.48 40.96-11.52 84.48-17.28 128-17.28s87.04 5.76 128 17.28c97.92-66.56 140.8-52.48 140.8-52.48 28.16 70.4 10.24 122.88 5.12 135.68 32.64 35.84 52.48 81.28 52.48 137.6 0 196.48-119.68 240-233.6 252.8 18.56 16 34.56 46.72 34.56 94.72 0 68.48-.64 123.52-.64 140.8 0 13.44 9.6 29.44 35.2 24.32C877.44 929.92 1024 737.92 1024 512 1024 229.12 794.88 0 512 0" clip-rule="evenodd"/></svg>`;
17
14
  </script>
18
15
 
19
16
  {@html svgContent}
@@ -0,0 +1,21 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="${width}" height="${height}" ${restAttrs}>
14
+ <path d="M0 55L55 0V27C55 42.464 42.464 55 27 55H0Z" fill="#202124">
15
+ </path>
16
+ <path d="M45 73C45 57.536 57.536 45 73 45H100L45 100V73Z" fill="#202124">
17
+ </path>
18
+ </svg>`;
19
+ </script>
20
+
21
+ {@html svgContent}
@@ -0,0 +1,34 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `
14
+ <!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
15
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
16
+ viewBox="0 0 2195.9 2430.9" style="enable-background:new 0 0 2195.9 2430.9;" xml:space="preserve" width="${width}" height="${height}" ${restAttrs}>
17
+ <style>
18
+ .st0{fill:#F9AB00;}
19
+ .st1{fill:#E37400;}
20
+ </style>
21
+ <g>
22
+ <path class="st0" d="M2195.9,2126.7c0.9,166.9-133.7,302.8-300.5,303.7c-12.4,0.1-24.9-0.6-37.2-2.1
23
+ c-154.8-22.9-268.2-157.6-264.4-314V316.1c-3.7-156.6,110-291.3,264.9-314c165.7-19.4,315.8,99.2,335.2,264.9
24
+ c1.4,12.2,2.1,24.4,2,36.7L2195.9,2126.7z"/>
25
+ <path class="st1" d="M301.1,1828.7c166.3,0,301.1,134.8,301.1,301.1c0,166.3-134.8,301.1-301.1,301.1
26
+ C134.8,2430.9,0,2296.1,0,2129.8C0,1963.5,134.8,1828.7,301.1,1828.7z M1093.3,916.2c-167.1,9.2-296.7,149.3-292.8,316.6v808.7
27
+ c0,219.5,96.6,352.7,238.1,381.1c163.3,33.1,322.4-72.4,355.5-235.7c4.1-20,6.1-40.3,6-60.7v-907.4
28
+ c0.3-166.9-134.7-302.4-301.6-302.7C1096.8,916.1,1095,916.1,1093.3,916.2z"/>
29
+ </g>
30
+ </svg>
31
+ `;
32
+ </script>
33
+
34
+ {@html svgContent}
@@ -0,0 +1,33 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
14
+ <g clip-path="url(#clip0_5072_3766)">
15
+ <path d="M390.736 121.264H121.264V390.736H390.736V121.264Z" fill="white"/>
16
+ <path d="M390.736 512L512 390.736L451.368 380.392L390.736 390.736L379.67 446.196L390.736 512Z" fill="#EA4335"/>
17
+ <path d="M0 390.736V471.578C0 493.912 18.088 512 40.42 512H121.264L133.714 451.368L121.264 390.736L55.198 380.392L0 390.736Z" fill="#188038"/>
18
+ <path d="M512 121.264V40.42C512 18.088 493.912 0 471.58 0H390.736C383.36 30.072 379.671 52.2027 379.67 66.392C379.67 80.58 383.359 98.8707 390.736 121.264C417.556 128.944 437.767 132.784 451.368 132.784C464.969 132.784 485.18 128.945 512 121.264Z" fill="#1967D2"/>
19
+ <path d="M512 121.264H390.736V390.736H512V121.264Z" fill="#FBBC04"/>
20
+ <path d="M390.736 390.736H121.264V512H390.736V390.736Z" fill="#34A853"/>
21
+ <path d="M390.736 0H40.422C18.088 0 0 18.088 0 40.42V390.736H121.264V121.264H390.736V0Z" fill="#4285F4"/>
22
+ <path d="M176.54 330.308C166.468 323.504 159.494 313.568 155.688 300.428L179.066 290.796C181.186 298.88 184.891 305.145 190.182 309.592C195.436 314.038 201.836 316.228 209.314 316.228C216.959 316.228 223.527 313.903 229.018 309.254C234.51 304.606 237.272 298.678 237.272 291.504C237.272 284.16 234.375 278.164 228.582 273.516C222.788 268.868 215.512 266.544 206.822 266.544H193.314V243.404H205.44C212.917 243.404 219.216 241.382 224.336 237.338C229.456 233.298 232.016 227.772 232.016 220.732C232.016 214.468 229.726 209.482 225.146 205.744C220.566 202.004 214.77 200.118 207.73 200.118C200.858 200.118 195.402 201.938 191.36 205.608C187.319 209.289 184.282 213.937 182.534 219.116L159.394 209.482C162.458 200.792 168.084 193.112 176.336 186.476C184.588 179.84 195.132 176.506 207.932 176.506C217.398 176.506 225.92 178.326 233.466 181.996C241.01 185.668 246.938 190.754 251.216 197.222C255.496 203.722 257.616 210.998 257.616 219.082C257.616 227.334 255.63 234.308 251.656 240.034C247.682 245.76 242.796 250.138 237.002 253.204V254.584C244.483 257.669 250.982 262.735 255.798 269.238C260.682 275.806 263.142 283.654 263.142 292.818C263.142 301.978 260.816 310.164 256.168 317.338C251.52 324.514 245.088 330.172 236.934 334.282C228.75 338.392 219.554 340.482 209.348 340.482C197.524 340.514 186.612 337.112 176.54 330.308ZM320.132 214.298L294.466 232.858L281.632 213.39L327.678 180.176H345.328V336.842H320.132V214.298Z" fill="#4285F4"/>
23
+ </g>
24
+ <defs>
25
+ <clipPath id="clip0_5072_3766">
26
+ <rect width="512" height="512" fill="white"/>
27
+ </clipPath>
28
+ </defs>
29
+ </svg>
30
+ `;
31
+ </script>
32
+
33
+ {@html svgContent}
@@ -0,0 +1,28 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg viewBox="0 0 96 100" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
14
+ <g clip-path="url(#clip0_101_6)">
15
+ <path d="M21.76 53.94V21.44H7.56C3.38 21.44 0 24.84 0 29.02V96.2C0 99.58 4.08 101.26 6.46 98.88L22.08 83.26H66.56C70.74 83.26 74.12 79.88 74.12 75.7V61.5H29.34C25.16 61.5 21.76 58.12 21.76 53.94Z" fill="#00AC47"/>
16
+ <path d="M88.32 0H29.34C25.16 0 21.78 3.38 21.78 7.56V21.44H66.56C70.74 21.44 74.12 24.82 74.12 29V61.48H88.32C92.5 61.48 95.88 58.1 95.88 53.92V7.56C95.88 3.38 92.5 0 88.32 0Z" fill="#5BB974"/>
17
+ <path d="M66.56 21.44H21.76V53.92C21.76 58.1 25.14 61.48 29.32 61.48H74.1V29.02C74.12 24.84 70.74 21.44 66.56 21.44Z" fill="#00832D"/>
18
+ </g>
19
+ <defs>
20
+ <clipPath id="clip0_101_6">
21
+ <rect width="95.88" height="100" fill="white"/>
22
+ </clipPath>
23
+ </defs>
24
+ </svg>
25
+ `;
26
+ </script>
27
+
28
+ {@html svgContent}
@@ -0,0 +1,32 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg viewBox="0 0 622 512" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
14
+ <g clip-path="url(#clip0_5072_3775)">
15
+ <path d="M351.419 255.568L411.978 324.79L493.418 376.827L507.584 256.005L493.418 137.908L410.418 183.621L351.419 255.568Z" fill="#00832D"/>
16
+ <path d="M0.00283051 365.583V468.541C0.00283051 492.049 19.0851 511.136 42.5983 511.136H145.556L166.876 433.344L145.556 365.583L74.9198 344.263L0.00283051 365.583Z" fill="#0066DA"/>
17
+ <path d="M145.556 -7.62939e-06L0.00283051 145.554L74.9247 166.822L145.556 145.554L166.488 78.7145L145.556 -7.62939e-06Z" fill="#E94235"/>
18
+ <path d="M0.00526047 365.629H145.556V145.551H0.00526047V365.629Z" fill="#2684FC"/>
19
+ <path d="M586.398 61.6293L493.416 137.91V376.827L586.782 453.404C600.758 464.352 621.204 454.374 621.204 436.607V78.0861C621.204 60.1224 600.271 50.193 586.396 61.6317" fill="#00AC47"/>
20
+ <path d="M351.419 255.568V365.583H145.556V511.136H450.825C474.338 511.136 493.418 492.049 493.418 468.541V376.827L351.419 255.568Z" fill="#00AC47"/>
21
+ <path d="M450.825 -7.62939e-06H145.556V145.554H351.419V255.568L493.42 137.905V42.5979C493.42 19.0847 474.338 0.00241891 450.825 0.00241891" fill="#FFBA00"/>
22
+ </g>
23
+ <defs>
24
+ <clipPath id="clip0_5072_3775">
25
+ <rect width="621.2" height="512" fill="white"/>
26
+ </clipPath>
27
+ </defs>
28
+ </svg>
29
+ `;
30
+ </script>
31
+
32
+ {@html svgContent}
@@ -0,0 +1,71 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg viewBox="0 0 74 100" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
14
+ <mask id="mask0_1:52" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="71" height="98">
15
+ <path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="white"/>
16
+ </mask>
17
+ <g mask="url(#mask0_1:52)">
18
+ <path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L56.4365 16.8843L45.398 1.43036Z" fill="#0F9D58"/>
19
+ </g>
20
+ <mask id="mask1_1:52" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="71" height="98">
21
+ <path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="white"/>
22
+ </mask>
23
+ <g mask="url(#mask1_1:52)">
24
+ <path d="M18.9054 48.8962V80.908H54.2288V48.8962H18.9054ZM34.3594 76.4926H23.3209V70.9733H34.3594V76.4926ZM34.3594 67.6617H23.3209V62.1424H34.3594V67.6617ZM34.3594 58.8309H23.3209V53.3116H34.3594V58.8309ZM49.8134 76.4926H38.7748V70.9733H49.8134V76.4926ZM49.8134 67.6617H38.7748V62.1424H49.8134V67.6617ZM49.8134 58.8309H38.7748V53.3116H49.8134V58.8309Z" fill="#F1F1F1"/>
25
+ </g>
26
+ <mask id="mask2_1:52" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="71" height="98">
27
+ <path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="white"/>
28
+ </mask>
29
+ <g mask="url(#mask2_1:52)">
30
+ <path d="M47.3352 25.9856L71.8905 50.5354V27.9229L47.3352 25.9856Z" fill="url(#paint0_linear_1:52)"/>
31
+ </g>
32
+ <mask id="mask3_1:52" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="71" height="98">
33
+ <path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="white"/>
34
+ </mask>
35
+ <g mask="url(#mask3_1:52)">
36
+ <path d="M45.398 1.43036V21.2998C45.398 24.959 48.3618 27.9229 52.0211 27.9229H71.8905L45.398 1.43036Z" fill="#87CEAC"/>
37
+ </g>
38
+ <mask id="mask4_1:52" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="71" height="98">
39
+ <path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="white"/>
40
+ </mask>
41
+ <g mask="url(#mask4_1:52)">
42
+ <path d="M7.86688 1.43036C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V8.60542C1.24374 4.9627 4.22415 1.98229 7.86688 1.98229H45.398V1.43036H7.86688Z" fill="white" fill-opacity="0.2"/>
43
+ </g>
44
+ <mask id="mask5_1:52" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="71" height="98">
45
+ <path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="white"/>
46
+ </mask>
47
+ <g mask="url(#mask5_1:52)">
48
+ <path d="M65.2674 98.0177H7.86688C4.22415 98.0177 1.24374 95.0373 1.24374 91.3946V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V91.3946C71.8905 95.0373 68.9101 98.0177 65.2674 98.0177Z" fill="#263238" fill-opacity="0.2"/>
49
+ </g>
50
+ <mask id="mask6_1:52" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="71" height="98">
51
+ <path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="white"/>
52
+ </mask>
53
+ <g mask="url(#mask6_1:52)">
54
+ <path d="M52.0211 27.9229C48.3618 27.9229 45.398 24.959 45.398 21.2998V21.8517C45.398 25.511 48.3618 28.4748 52.0211 28.4748H71.8905V27.9229H52.0211Z" fill="#263238" fill-opacity="0.1"/>
55
+ </g>
56
+ <path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="url(#paint1_radial_1:52)"/>
57
+ <defs>
58
+ <linearGradient id="paint0_linear_1:52" x1="59.6142" y1="28.0935" x2="59.6142" y2="50.5388" gradientUnits="userSpaceOnUse">
59
+ <stop stop-color="#263238" stop-opacity="0.2"/>
60
+ <stop offset="1" stop-color="#263238" stop-opacity="0.02"/>
61
+ </linearGradient>
62
+ <radialGradient id="paint1_radial_1:52" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(3.48187 3.36121) scale(113.917)">
63
+ <stop stop-color="white" stop-opacity="0.1"/>
64
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
65
+ </radialGradient>
66
+ </defs>
67
+ </svg>
68
+ `;
69
+ </script>
70
+
71
+ {@html svgContent}
@@ -0,0 +1,77 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg viewBox="0 0 73 100" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
14
+ <mask id="mask0_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
15
+ <path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
16
+ </mask>
17
+ <g mask="url(#mask0_1:2)">
18
+ <path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L56.029 15.6881L44.8232 0Z" fill="#F4B400"/>
19
+ </g>
20
+ <mask id="mask1_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
21
+ <path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
22
+ </mask>
23
+ <g mask="url(#mask1_1:2)">
24
+ <path d="M50.4261 44.8232H21.291C19.4421 44.8232 17.9293 46.336 17.9293 48.185V77.3201C17.9293 79.169 19.4421 80.6818 21.291 80.6818H50.4261C52.2751 80.6818 53.7879 79.169 53.7879 77.3201V48.185C53.7879 46.336 52.2751 44.8232 50.4261 44.8232ZM49.3056 70.5966H22.4116V54.9085H49.3056V70.5966Z" fill="#F1F1F1"/>
25
+ </g>
26
+ <mask id="mask2_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
27
+ <path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
28
+ </mask>
29
+ <g mask="url(#mask2_1:2)">
30
+ <path d="M46.7899 24.9273L71.7172 49.849V26.8939L46.7899 24.9273Z" fill="url(#paint0_linear_1:2)"/>
31
+ </g>
32
+ <mask id="mask3_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
33
+ <path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
34
+ </mask>
35
+ <g mask="url(#mask3_1:2)">
36
+ <path d="M44.8232 0V20.1705C44.8232 23.8852 47.832 26.8939 51.5467 26.8939H71.7172L44.8232 0Z" fill="#FADA80"/>
37
+ </g>
38
+ <mask id="mask4_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
39
+ <path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
40
+ </mask>
41
+ <g mask="url(#mask4_1:2)">
42
+ <path d="M44.8232 0V0.56029L71.1569 26.8939H71.7172L44.8232 0Z" fill="white" fill-opacity="0.1"/>
43
+ </g>
44
+ <mask id="mask5_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
45
+ <path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
46
+ </mask>
47
+ <g mask="url(#mask5_1:2)">
48
+ <path d="M6.72348 0C3.02557 0 0 3.02557 0 6.72348V7.28377C0 3.58586 3.02557 0.56029 6.72348 0.56029H44.8232V0H6.72348Z" fill="white" fill-opacity="0.2"/>
49
+ </g>
50
+ <mask id="mask6_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
51
+ <path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
52
+ </mask>
53
+ <g mask="url(#mask6_1:2)">
54
+ <path d="M64.9937 98.0508H6.72348C3.02557 98.0508 0 95.0253 0 91.3273V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V91.3273C71.7172 95.0253 68.6916 98.0508 64.9937 98.0508Z" fill="#BF360C" fill-opacity="0.2"/>
55
+ </g>
56
+ <mask id="mask7_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
57
+ <path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
58
+ </mask>
59
+ <g mask="url(#mask7_1:2)">
60
+ <path d="M51.5467 26.8939C47.832 26.8939 44.8232 23.8852 44.8232 20.1705V20.7307C44.8232 24.4455 47.832 27.4542 51.5467 27.4542H71.7172V26.8939H51.5467Z" fill="#BF360C" fill-opacity="0.1"/>
61
+ </g>
62
+ <path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="url(#paint1_radial_1:2)"/>
63
+ <defs>
64
+ <linearGradient id="paint0_linear_1:2" x1="59.2549" y1="27.0671" x2="59.2549" y2="49.8525" gradientUnits="userSpaceOnUse">
65
+ <stop stop-color="#BF360C" stop-opacity="0.2"/>
66
+ <stop offset="1" stop-color="#BF360C" stop-opacity="0.02"/>
67
+ </linearGradient>
68
+ <radialGradient id="paint1_radial_1:2" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(2.27204 1.9601) scale(115.643)">
69
+ <stop stop-color="white" stop-opacity="0.1"/>
70
+ <stop offset="1" stop-color="white" stop-opacity="0"/>
71
+ </radialGradient>
72
+ </defs>
73
+ </svg>
74
+ `;
75
+ </script>
76
+
77
+ {@html svgContent}
@@ -0,0 +1,26 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
14
+ <g clip-path="url(#clip0_1453_3284)">
15
+ <path d="M15.8258 31.9135C19.1265 31.9135 22.5858 31.1824 23.9792 30.1684C24.869 29.5337 25.3105 29.5958 26.1037 28.8371C26.3245 28.6163 26.421 28.5508 26.4831 28.4887C29.4975 26.0124 31.2427 22.8083 31.2427 18.6523C31.2427 11.8923 26.4521 7.29137 19.599 7.29137C13.5702 7.29137 8.96928 11.1301 8.96928 16.0483C8.96928 20.5216 12.4596 23.7257 17.4399 23.7257C17.7262 23.7257 17.8538 23.567 18.1711 23.567C19.3783 23.567 20.3612 23.2187 20.9958 22.553C21.3131 22.2047 21.9167 21.5046 21.9788 21.4735C22.265 21.2183 22.3271 20.8389 22.3926 20.6803C22.4547 20.5216 22.5823 20.425 22.6479 20.2043C22.71 19.9491 22.6168 19.6318 22.6168 19.349C22.6168 18.842 22.8376 18.335 22.8376 17.859C22.8376 16.5277 21.251 15.193 19.8232 15.193C19.6645 15.193 19.6645 15.0653 19.5679 15.0653C19.4714 15.0653 19.3783 15.1619 19.2817 15.1619C19.1851 15.1619 19.0609 15.0033 18.9333 15.0033C18.8057 15.0033 18.7436 15.1309 18.5539 15.1309C18.1401 15.1309 18.109 15.193 17.7917 15.193C17.6952 15.193 17.5365 15.224 17.4744 15.255C17.3468 15.3171 17.3468 15.4137 17.2192 15.4137C17.0491 15.4137 16.964 15.4459 16.964 15.5103C16.964 15.8586 16.995 15.7965 16.8364 15.7965C16.6662 15.7965 16.5604 15.8069 16.5191 15.8276C16.3914 15.8896 16.488 16.0483 16.3604 16.1449C16.2328 16.2069 16.2018 16.3035 16.1707 16.4932C16.1397 16.6829 15.95 16.7484 15.95 16.9381C15.95 17.0347 15.981 17.0968 15.981 17.1589C15.981 17.3486 15.6016 17.2865 15.6016 17.4762C15.6016 17.6038 15.6982 17.6969 15.6982 17.8245C15.6982 17.9211 15.6361 17.9832 15.6361 18.0797C15.6361 18.1763 15.6982 18.2384 15.6982 18.3005C15.6982 18.4591 15.4775 18.4902 15.4775 18.6178C15.4775 18.7454 15.6051 18.8385 15.6051 18.9351C15.6051 18.9972 15.5085 19.0316 15.5085 19.1248C15.5085 19.2179 15.4775 19.0627 15.6672 19.3455C15.7948 19.5352 15.7948 19.6318 15.6672 19.7904C15.5396 19.9491 15.2878 20.0456 14.9705 20.0456C13.6392 20.0456 13.4805 18.6799 12.7493 18.4591C12.5286 18.397 12.4941 18.3626 12.4941 18.2694C12.4941 18.1763 12.4941 18.2073 12.6217 18.0797C12.7493 17.9521 12.7804 17.859 12.7804 17.7624C12.7804 17.6659 12.7804 17.6348 12.7183 17.5727C12.4631 17.1589 12.3389 16.6519 12.3389 16.0828C12.3389 13.165 15.8913 10.7196 19.2575 10.7196C20.2715 10.7196 20.1129 10.9749 20.7165 10.9749C20.8751 10.9749 20.813 10.9749 21.0338 10.9438C21.6063 10.8473 22.6513 11.0714 23.4756 11.4819C25.7588 12.6235 27.2522 15.3206 27.2522 18.4626C27.2522 23.8257 22.4927 27.7265 16.1466 27.7265C12.6873 27.7265 10.3075 26.647 7.95873 24.0154C7.70351 23.7291 8.08634 24.0775 7.67247 23.3498C7.16547 22.4599 7.22755 23.0324 7.22755 23.0324C7.0689 22.8428 6.78263 22.3013 6.62398 22.1116C6.43429 21.8908 6.17907 21.9219 6.08594 21.7943C5.95833 21.6356 6.14803 21.3494 6.08594 21.1907C6.02386 20.9355 5.48237 20.5561 5.42029 20.3664C5.35821 20.1767 5.13403 18.9696 5.13403 18.7488C5.13403 18.4936 5.32372 18.4626 5.32372 18.3039C5.32372 18.0832 5.03746 18.0177 4.87881 17.7003C4.72015 17.383 4.62358 16.6519 4.62358 15.8586C4.62358 15.4447 4.62358 15.2861 4.75119 14.3342C4.78224 14.0169 5.25819 14.0169 5.25819 13.6685C5.25819 13.5409 5.19611 13.3822 5.19611 13.2891C5.19611 13.1615 5.19611 13.1305 5.22715 13.0339C6.55845 7.45003 12.5252 3.29402 19.1575 3.29402C21.4407 3.29402 23.1859 3.7079 25.883 4.84951C26.7728 5.22889 28.0731 4.56324 28.0731 3.86655C28.1352 3.64582 28.011 3.58029 27.9765 3.45268C27.9455 3.32506 27.8179 3.16641 27.6903 3.13537C27.6282 3.10433 27.5937 3.00776 27.5316 2.91464C27.435 2.75599 27.3419 2.6939 27.0867 2.62837C26.9591 2.59733 26.897 2.56629 26.8315 2.50076C26.7349 2.37315 26.6728 2.31107 26.5452 2.24554C26.4176 2.18346 26.3245 2.24554 26.2589 2.2145C26.1969 2.18346 26.1624 2.11793 26.1003 2.08689C26.0692 2.05585 26.0037 2.05585 25.9106 2.05585C22.71 0.34171 20.6164 0.0864868 17.8262 0.0864868C11.7974 0.0864868 6.40325 2.69046 3.07155 7.22584C2.78528 7.60523 2.94394 8.23984 2.53351 8.62267C1.74025 9.35385 0.757294 13.3512 0.757294 15.8896C0.757294 18.0142 1.26429 20.8389 1.92994 22.3944C3.2302 25.4398 2.66112 24.1706 2.85082 24.4569C3.2302 25.0604 3.54751 25.1225 3.70616 25.3122C3.70616 25.3122 3.80273 25.5019 3.80273 25.6916C3.80273 25.8192 3.80273 25.8503 3.83377 25.9123C3.93034 26.102 4.37181 26.4193 4.49942 26.5469C4.78568 26.8332 5.00642 27.4368 5.48237 27.9127C6.21356 28.6439 7.25859 29.213 10.5903 30.7685C11.7629 31.3065 11.0973 31.0237 11.2249 31.0547C11.5112 31.1513 11.8906 31.1513 12.1147 31.31C12.2423 31.4065 12.0837 31.372 12.432 31.372C12.4941 31.372 12.4941 31.4031 12.5597 31.4341C12.6217 31.4652 12.6873 31.5617 12.7804 31.5617C12.8425 31.5617 12.877 31.4997 12.9701 31.5307C13.0632 31.5617 13.2874 31.7204 13.4771 31.817C13.6357 31.9135 13.6668 31.9135 13.7323 31.848C13.922 31.7204 14.0496 31.879 14.2393 31.879C14.3014 31.879 14.3979 31.848 14.5876 31.848C14.8429 31.848 14.8429 31.9101 15.8258 31.9101" fill="#1E1E1E"/>
16
+ </g>
17
+ <defs>
18
+ <clipPath id="clip0_1453_3284">
19
+ <rect width="32" height="32" fill="white"/>
20
+ </clipPath>
21
+ </defs>
22
+ </svg>
23
+ `;
24
+ </script>
25
+
26
+ {@html svgContent}
@@ -0,0 +1,19 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg viewBox="0 0 27 37" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
14
+ <path d="M25.7756 17.3698C25.2893 15.6249 24.5666 13.9548 23.6276 12.4058H23.6296C23.6296 12.4058 22.7026 10.8678 22.3136 10.4028H22.3106C22.2146 10.2818 22.0216 10.4158 22.0956 10.5538C22.2046 10.7828 22.3036 11.0648 22.2346 11.3398C22.1206 11.6758 21.7456 11.9088 21.4006 11.7898C21.3051 11.7512 21.2186 11.6933 21.1466 11.6198C20.7936 11.2548 20.6096 10.6508 20.3806 9.8838C20.1746 9.2008 19.9196 8.35279 19.4596 7.43479C18.7116 5.94279 17.8266 5.25279 17.7906 5.22379C17.7686 5.20662 17.7416 5.19721 17.7137 5.19703C17.6859 5.19685 17.6587 5.20591 17.6366 5.2228C17.6142 5.23992 17.5976 5.26346 17.5891 5.29028C17.5805 5.31709 17.5803 5.34588 17.5886 5.3728C17.5926 5.3848 17.9646 6.61479 17.2466 7.54579C16.9606 7.91679 16.5256 8.1408 16.0186 8.1728C15.5086 8.2058 15.0036 8.0368 14.7006 7.7328C13.9496 6.9778 13.8616 5.63979 13.8756 4.90979C13.9226 2.47579 14.6576 0.770795 15.0406 0.209795C15.0567 0.185815 15.0649 0.157376 15.064 0.12849C15.0631 0.0996036 15.0532 0.071728 15.0356 0.048795C15.018 0.0265184 14.9936 0.0106996 14.9661 0.00382184C14.9385 -0.00305591 14.9095 -0.000603202 14.8836 0.010795C11.9096 1.2998 9.75456 3.50679 8.65356 6.38379C8.03456 8.09479 7.76456 8.8748 7.54556 9.3658C7.34356 9.8148 7.15656 10.0218 6.96556 10.1358C6.86056 10.1998 6.73256 10.2358 6.60056 10.2408C6.40656 10.2208 5.44656 10.0448 6.28256 8.4388C6.35156 8.3038 6.16856 8.1698 6.06656 8.2788L5.40856 9.0058C5.37923 9.0378 5.3499 9.0698 5.32056 9.1018L5.21156 9.2228C5.1929 9.24413 5.1759 9.2648 5.16056 9.2848C3.08056 11.6618 1.62756 14.7038 0.790564 17.5138C0.0405639 20.2138 -0.00643612 22.3708 0.000563879 23.1908L0.00156388 23.3728C0.00156388 27.0068 1.38356 30.4228 3.89256 32.9928C6.40156 35.5628 9.73956 36.9778 13.2876 36.9778C16.8356 36.9778 20.1736 35.5628 22.6826 32.9928C25.1926 30.4228 26.5736 27.0058 26.5736 23.3728C26.5736 21.0578 26.2756 19.1718 25.7706 17.3698H25.7756ZM13.2896 30.4168C9.49156 30.4168 6.41056 27.2648 6.41056 23.3738C6.41056 19.4828 9.49056 16.3298 13.2896 16.3298C17.0886 16.3298 20.1686 19.4838 20.1686 23.3738C20.1686 27.2638 17.0886 30.4168 13.2896 30.4168Z" fill="#FF4000"/>
15
+ </svg>
16
+ `;
17
+ </script>
18
+
19
+ {@html svgContent}
@@ -0,0 +1,16 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 80 60" width="${width}" height="${height}" ${restAttrs}><path fill="#171717" d="M0 28.5h3.019v3H0zM10.566 15h6.038v6h-6.038zm0 24h6.038v6h-6.038zM20.629 1h10.063v10H20.629zm2.013 26h6.037v6h-6.037zm-2.013 22h10.063v10H20.629zm12.075-36h10.063v10H32.704zm0 24h10.063v10H32.704zm11.07-37h12.075v12H43.774zm1.006 25h10.063v10H44.78zm-1.006 23h12.075v12H43.774zM55.85 12h12.074v12H55.85zm0 24h12.074v12H55.85zm12.075-12H80v12H67.924z"/></svg>`;
14
+ </script>
15
+
16
+ {@html svgContent}
@@ -0,0 +1,24 @@
1
+ <script lang="ts">
2
+ import type { HTMLAttributes } from 'svelte/elements';
3
+
4
+ export interface Props extends HTMLAttributes<SVGElement> {
5
+ width?: number;
6
+ height?: number;
7
+ }
8
+
9
+ let { width = 50, height = 50, ...rest }: Props = $props();
10
+ const restAttrs = Object.entries(rest)
11
+ .map(([k, v]) => `${k}="${v}"`)
12
+ .join(' ');
13
+ const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
14
+ <path fill="#baf250" d="m522.172-.203 3.967-.021c4.204-.02 8.407-.025 12.611-.026l2.171-.001C562.758-.258 584.321.102 606 3q1.994.254 3.988.504C660.25 9.907 709.626 23.609 756 44l3.123 1.37C790.652 59.31 820.91 75.98 849 96l2.166 1.526a479 479 0 0 1 30.09 23.034c2.456 2.028 4.947 4.01 7.432 6.002 5.268 4.311 10.24 8.908 15.21 13.555 2.554 2.387 5.16 4.704 7.79 7.008 4.997 4.48 9.747 9.2 14.5 13.938l2.305 2.291c4.15 4.16 8.13 8.409 11.963 12.862 2.04 2.358 4.168 4.629 6.294 6.909 4.749 5.208 9.102 10.652 13.41 16.227q2.804 3.627 5.711 7.171c60.723 74.169 99.142 169.263 114.332 315.649l.021 3.967c.02 4.204.025 8.407.026 12.611l.001 2.171c.007 21.837-.353 43.4-3.251 65.079q-.254 1.994-.504 3.988C1070.093 660.25 1056.391 709.626 1036 756l-1.37 3.123C1020.69 790.652 1004.02 820.91 984 849l-1.526 2.166a479 479 0 0 1-23.034 30.09c-2.028 2.456-4.01 4.947-6.003 7.432-4.31 5.268-8.907 10.24-13.554 15.21-2.387 2.554-4.704 5.16-7.008 7.79-4.48 4.997-9.2 9.747-13.937 14.5l-2.292 2.305c-4.16 4.15-8.409 8.13-12.862 11.963-2.358 2.04-4.629 4.168-6.909 6.294-5.208 4.749-10.652 9.102-16.227 13.41a322 322 0 0 0-7.171 5.711c-74.169 60.723-169.263 99.142-315.649 114.332l-3.967.021c-4.204.02-8.407.025-12.611.026l-2.171.001c-21.837.007-43.4-.353-65.079-3.251q-1.994-.254-3.988-.504C419.75 1070.093 370.374 1056.391 324 1036l-3.123-1.37C289.348 1020.69 259.09 1004.02 231 984l-2.166-1.526a479 479 0 0 1-30.09-23.034c-2.456-2.028-4.947-4.01-7.431-6.003-5.269-4.31-10.242-8.907-15.211-13.554-2.554-2.387-5.16-4.704-7.79-7.008-4.997-4.48-9.747-9.2-14.5-13.937-1.14-1.135-1.14-1.135-2.305-2.292-4.15-4.16-8.13-8.409-11.963-12.862-2.04-2.358-4.168-4.629-6.294-6.909-4.749-5.208-9.102-10.652-13.41-16.227a322 322 0 0 0-5.711-7.171C53.406 799.308 14.987 704.214-.203 557.828l-.021-3.967c-.02-4.204-.025-8.407-.026-12.611l-.001-2.171C-.258 517.242.102 495.679 3 474q.254-1.994.504-3.988C9.907 419.75 23.609 370.374 44 324l1.37-3.123C59.31 289.348 75.98 259.09 96 231l1.526-2.166a479 479 0 0 1 23.034-30.09c2.028-2.456 4.01-4.947 6.002-7.431 4.311-5.269 8.908-10.242 13.555-15.211 2.387-2.554 4.704-5.16 7.008-7.79 4.48-4.997 9.2-9.747 13.938-14.5l2.291-2.305c4.16-4.15 8.409-8.13 12.862-11.963 2.358-2.04 4.629-4.168 6.909-6.294 5.208-4.749 10.652-9.102 16.227-13.41q3.627-2.805 7.171-5.711C280.692 53.406 375.786 14.987 522.172-.203"/>
15
+ <path fill="#1a2e05" d="M588 205c.577.345 1.154.69 1.748 1.047C612.23 219.85 627.558 242.51 634 268c9.54 40.26.271 82.164-14 120l-1.108 2.957c-5.671 14.907-12.838 28.38-21.078 42.009-7.99 13.363-15.41 27.08-22.629 40.873a2043 2043 0 0 1-2.744 5.217c-5.807 11.205-8.752 21.497-5.636 34.233 4.288 11.444 11.58 18.63 22.593 23.652 4.226 1.72 7.388 2.195 11.94 2.233l3.982.04 2.136.016q3.351.026 6.702.065 9.53.104 19.063.182c24.38.207 48.74.667 72.904 4.273l3.463.508c45.492 7.02 93.643 23.453 123.01 60.96 16.711 23.162 22.545 47.41 19.018 75.88-2.005 12.308-6.38 23.167-12.616 33.902l-1.684 3.008c-12.515 21.07-34.579 36.589-58.097 43.027-24.37 5.456-49.707 2.41-72.219-8.035l-2.004-.923C685.336 742.91 668.525 730.015 653 715l-1.984-1.917C642.81 705.108 635.002 697.07 628 688q-1.63-2.04-3.266-4.078c-7.908-9.925-15.046-20.14-21.734-30.922l1.582 3.207c23.872 49.032 45.058 109.916 26.793 164.293-4.902 13.526-11.566 25.905-21.375 36.5l-2.262 2.54c-15.096 16.118-38.074 27.643-60.34 28.568-28.283.565-52.515-4.126-74.398-23.108l-3.062-2.312c-21.84-19.982-31.98-50.31-33.333-79.243C435.413 736.597 451.955 693.06 473 652c-2.386 2.386-4.103 5.521-6 8.313-7.23 10.57-14.86 20.797-23 30.687l-1.26 1.537C431.446 706.254 419.15 719.2 405 730l-2.812 2.223c-28.598 22.17-62.222 34.646-98.721 30.488C279.132 758.854 256.978 744.326 242 725c-15.66-22.778-23.806-49.066-19.348-76.707 5.853-29.583 25.235-54.549 49.849-71.21 14.562-9.5 30.02-16.639 46.499-22.083l3.336-1.137c16.42-5.34 33.144-8.484 50.25-10.554 3.277-.42 6.53-.964 9.789-1.496 7.54-1.108 15.027-.99 22.625-.813v-2l-2.184.105C359.44 540.2 304.957 527.548 270 501l-2.547-1.918A233 233 0 0 1 260 493l-2.68-2.234C237.904 473.935 224.042 449.898 222 424c-1.322-23.548 3.656-46.79 18-66l1.898-2.562c15.58-20.197 37.494-34.9 63.102-38.438 14.387-1.135 29.034-.842 43 3l2.1.57c28.677 8.01 52.722 26.062 73.9 46.43l1.489 1.422c5.852 5.616 11.228 11.439 16.277 17.785 2.289 2.861 4.663 5.635 7.046 8.418 9.469 11.353 17.67 23.661 25.188 36.375l-1.617-3.348c-24.821-51.688-48.33-112.238-28.633-169.59 9.79-26.503 27.856-46.735 53.488-58.937 3.562-1.45 7.165-2.696 10.825-3.875l1.966-.64c25.435-7.782 55.432-3.148 77.971 10.39"/>
16
+ <path fill="#1a2e05" d="M827.883 336.137A223 223 0 0 1 836 343l1.895 1.605c9.318 8.49 16.037 20.622 20.105 32.395l.926 2.613c1.895 5.775 2.796 11.325 3.074 17.387l.16 3.438c.588 24.522-8.189 44.374-24.732 62.177C807.902 493.111 764.504 502.677 724 508l-1.998.27c-8.703 1.024-17.448.933-26.197.968l-2.617.013q-6.84.03-13.683.044c-4.691.011-9.382.046-14.074.085-3.629.027-7.258.035-10.887.038q-2.595.008-5.188.035c-2.421.025-4.841.024-7.263.017l-2.132.039c-7.563-.079-13.833-3.711-19.356-8.665-5.01-5.753-7.71-13.029-7.855-20.594l-.078-2.422c1.025-8.838 6.301-16.071 10.89-23.453q2.31-3.748 4.614-7.5l1.2-1.948a865 865 0 0 0 8.292-13.802C645.838 417.281 654.085 403.69 664 391c.535-.693 1.07-1.385 1.62-2.1 12.82-16.492 27.353-31.723 44.38-43.9l1.75-1.278c14.338-10.4 29.871-18.047 47.25-21.722l2.844-.676c22.532-4.87 47.606 1.15 66.039 14.813"/>
17
+ <path fill="#9acb41" d="m474 648 1 2c-.62 1.696-.62 1.696-1.652 3.695l-1.104 2.168-1.182 2.262-1.17 2.285q-1.437 2.8-2.892 5.59l-3-1c1.764-3.751 3.939-7.235 6.125-10.75l1.129-1.824q1.371-2.214 2.746-4.426"/>
18
+ <path fill="#94c33e" d="M467 416c2.292 2.898 4.079 5.831 5.75 9.125l1.36 2.633L475 430l-1 2a1593 1593 0 0 1-3.437-5.312l-1.934-2.989C467 421 467 421 466 418z"/>
19
+ <path fill="#a2d445" d="M602 652c3.336 2.99 5.15 5.932 7 10h-3a652 652 0 0 1-2-3.875l-1.125-2.18C602 654 602 654 602 652"/>
20
+ </svg>
21
+ `;
22
+ </script>
23
+
24
+ {@html svgContent}