@selemondev/svgl-svelte 2.7.0 → 2.9.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 (55) hide show
  1. package/dist/components/AcrobatReader.svelte +29 -0
  2. package/dist/components/AcrobatReadergrayscaleappicon.svelte +29 -0
  3. package/dist/components/AcrobatScan.svelte +29 -0
  4. package/dist/components/AdobeAero.svelte +30 -0
  5. package/dist/components/AdobeFonts.svelte +29 -0
  6. package/dist/components/AdobeSign.svelte +29 -0
  7. package/dist/components/AdobeStock.svelte +30 -0
  8. package/dist/components/Audition.svelte +30 -0
  9. package/dist/components/Behance.svelte +31 -0
  10. package/dist/components/Bridge.svelte +30 -0
  11. package/dist/components/Captivate.svelte +30 -0
  12. package/dist/components/CaptivatePrime.svelte +30 -0
  13. package/dist/components/Capture.svelte +30 -0
  14. package/dist/components/CharacterAnimator.svelte +30 -0
  15. package/dist/components/ColdFusion.svelte +30 -0
  16. package/dist/components/ColdFusionBuilder.svelte +30 -0
  17. package/dist/components/Connect.svelte +35 -0
  18. package/dist/components/DigitalEditions.svelte +32 -0
  19. package/dist/components/ExperiencePlatform.svelte +29 -0
  20. package/dist/components/FillandSign.svelte +35 -0
  21. package/dist/components/Fontfolio.svelte +30 -0
  22. package/dist/components/FrameMaker.svelte +30 -0
  23. package/dist/components/FrameMakerServer.svelte +30 -0
  24. package/dist/components/Fresco.svelte +30 -0
  25. package/dist/components/HTTPDynamicStreaming.svelte +29 -0
  26. package/dist/components/Illustrator.svelte +7 -7
  27. package/dist/components/Illustratorgrayscaleappicon.svelte +30 -0
  28. package/dist/components/InCopy.svelte +30 -0
  29. package/dist/components/InDesignServer.svelte +30 -0
  30. package/dist/components/JetBrains.svelte +27 -3
  31. package/dist/components/LightroomClassic.svelte +31 -0
  32. package/dist/components/MediaEncoder.svelte +30 -0
  33. package/dist/components/MediaServer.svelte +29 -0
  34. package/dist/components/Photopea.svelte +19 -0
  35. package/dist/components/Photoshop.svelte +7 -7
  36. package/dist/components/PhotoshopCamera.svelte +31 -0
  37. package/dist/components/PhotoshopElements.svelte +30 -0
  38. package/dist/components/PhotoshopExpress.svelte +33 -0
  39. package/dist/components/Photoshopgrayscaleappicon.svelte +30 -0
  40. package/dist/components/Portfolio.svelte +30 -0
  41. package/dist/components/PremiereElements.svelte +30 -0
  42. package/dist/components/PremiereRush.svelte +30 -0
  43. package/dist/components/PresenterVideoExpress.svelte +31 -0
  44. package/dist/components/RoboHelp.svelte +30 -0
  45. package/dist/components/RoboHelpServer.svelte +30 -0
  46. package/dist/components/Substance3DDesigner.svelte +30 -0
  47. package/dist/components/Substance3DPainter.svelte +30 -0
  48. package/dist/components/Substance3DSampler.svelte +30 -0
  49. package/dist/components/Substance3DStager.svelte +30 -0
  50. package/dist/components/TechnicalCommunicationSuite.svelte +34 -0
  51. package/dist/components/Trello.svelte +25 -0
  52. package/dist/components/XAI.svelte +18 -0
  53. package/dist/index.d.ts +49 -0
  54. package/dist/index.js +49 -0
  55. package/package.json +1 -1
@@ -0,0 +1,29 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_448)">
16
+ <path d="M5.6875 0.399963H26.325C29.4125 0.399963 32.0125 2.88746 32.0125 6.08746V25.925C32.0125 29.0125 29.525 31.6125 26.325 31.6125H5.6875C2.5875 31.6 0 29.1125 0 25.925V6.07496C0 2.88746 2.4875 0.399963 5.6875 0.399963Z" fill="#B30B00"/>
17
+ <path d="M25.525 18.4375C24.025 16.8375 19.9375 17.5375 18.95 17.6375C17.55 16.2375 16.5625 14.65 16.1625 14.05C16.6625 12.55 17.0625 10.8625 17.0625 9.26246C17.0625 7.76246 16.4625 6.27496 14.875 6.27496C14.275 6.27496 13.775 6.57496 13.475 7.07496C12.775 8.27496 13.075 10.6625 14.175 13.15C13.575 14.95 12.575 17.6375 11.3875 19.725C9.7875 20.325 6.3 21.9125 6 23.7125C5.9 24.2125 6.1 24.8125 6.5 25.1125C6.9 25.5125 7.4 25.6125 7.9 25.6125C9.9875 25.6125 12.0875 22.725 13.5875 20.125C14.7875 19.725 16.675 19.125 18.575 18.825C20.7625 20.825 22.7625 21.1125 23.7625 21.1125C25.1625 21.1125 25.6625 20.5125 25.85 20.0125C26.1125 19.5375 25.925 18.8375 25.525 18.4375ZM24.125 19.4375C24.025 19.8375 23.525 20.2375 22.625 20.0375C21.525 19.7375 20.5375 19.2375 19.7375 18.5375C20.4375 18.4375 22.125 18.2375 23.325 18.4375C23.725 18.5375 24.225 18.8375 24.125 19.4375ZM14.45 7.47496C14.55 7.27496 14.75 7.17496 14.95 7.17496C15.45 7.17496 15.55 7.77496 15.55 8.27496C15.45 9.47496 15.25 10.7625 14.85 11.8625C14.05 9.67496 14.15 8.07496 14.45 7.47496ZM14.35 18.7375C14.85 17.8375 15.45 16.15 15.65 15.55C16.15 16.45 17.05 17.45 17.45 17.9375C17.55 17.85 15.75 18.2375 14.35 18.7375ZM10.9625 21.0375C9.575 23.225 8.275 24.625 7.475 24.625C7.375 24.625 7.175 24.625 7.075 24.525C6.975 24.325 6.875 24.125 6.975 23.925C7.075 23.125 8.675 22.025 10.9625 21.0375Z" fill="white"/>
18
+ </g>
19
+ <defs>
20
+ <clipPath id="clip0_2_448">
21
+ <rect width="32" height="32" fill="white"/>
22
+ </clipPath>
23
+ </defs>
24
+ </svg>
25
+ `;
26
+ };
27
+ </script>
28
+
29
+ {@html svgContent()}
@@ -0,0 +1,29 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_253)">
16
+ <path d="M5.66065 0H26.3393C29.4585 0 32 2.54152 32 5.66065V25.5307C32 28.6498 29.4585 31.1913 26.3393 31.1913H5.66065C2.54152 31.1913 0 28.6498 0 25.5307V5.66065C0 2.54152 2.54152 0 5.66065 0Z" fill="#808080"/>
17
+ <path d="M25.6462 18.0794C24.1444 16.4621 19.9856 17.1552 19.0614 17.2707C17.6173 15.8845 16.6354 14.2094 16.2888 13.6318C16.8087 12.0722 17.1552 10.4549 17.213 8.83753C17.213 7.39349 16.6354 5.83392 15.0181 5.83392C14.4404 5.83392 13.9206 6.18049 13.6318 6.64259C12.9386 7.85558 13.2274 10.2816 14.3249 12.7653C13.6895 14.6137 12.7654 17.213 11.4946 19.3502C9.81951 19.9855 6.29604 21.6029 5.94947 23.4513C5.83395 23.9711 6.00723 24.491 6.41156 24.8953C6.8159 25.2419 7.33575 25.4152 7.85561 25.4152C9.99279 25.4152 12.0722 22.4693 13.5163 19.9278C14.7293 19.5235 16.6354 18.9458 18.5415 18.5993C20.7942 20.5632 22.7581 20.852 23.7978 20.852C25.1841 20.852 25.704 20.2744 25.8773 19.7545C26.1661 19.1769 26.0506 18.5415 25.6462 18.0794ZM24.1444 19.0614C24.0867 19.4657 23.5668 19.87 22.6426 19.639C21.5451 19.3502 20.5632 18.8303 19.6968 18.1372C20.4477 18.0216 22.1228 17.8484 23.3358 18.0794C23.7978 18.1949 24.2599 18.426 24.1444 19.0614ZM14.4982 7.16244C14.6137 6.98916 14.787 6.87363 14.9603 6.87363C15.4802 6.87363 15.5957 7.50901 15.5957 8.02887C15.5379 9.24187 15.2491 10.5126 14.9025 11.6101C14.0361 9.29963 14.1516 7.6823 14.4982 7.16244ZM14.3827 18.3682C14.8448 17.444 15.4802 15.8267 15.7112 15.1336C16.2311 16 17.0975 17.0397 17.5596 17.5596C17.5596 17.5596 15.769 17.9061 14.3827 18.3682ZM10.9747 20.6787C9.58846 22.8736 8.25994 24.2599 7.50904 24.2599C7.39351 24.2599 7.27799 24.2022 7.16247 24.1444C6.98918 24.0289 6.93142 23.8556 6.98918 23.6245C7.16247 22.8159 8.66427 21.7184 10.9747 20.6787Z" fill="white"/>
18
+ </g>
19
+ <defs>
20
+ <clipPath id="clip0_2_253">
21
+ <rect width="32" height="31.1913" fill="white"/>
22
+ </clipPath>
23
+ </defs>
24
+ </svg>
25
+ `;
26
+ };
27
+ </script>
28
+
29
+ {@html svgContent()}
@@ -0,0 +1,29 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_208)">
16
+ <path d="M26.3333 0H5.66667C2.53705 0 0 2.53705 0 5.66667V25.5333C0 28.6629 2.53705 31.2 5.66667 31.2H26.3333C29.4629 31.2 32 28.6629 32 25.5333V5.66667C32 2.53705 29.4629 0 26.3333 0Z" fill="#008CAD"/>
17
+ <path d="M25.7303 18.0632C25.0947 17.3807 23.8786 17.0342 22.1162 17.0342C21.1381 17.0437 20.1623 17.1284 19.1972 17.2875C18.5791 16.6849 18.0163 16.0282 17.5155 15.3251C17.1354 14.7996 16.7841 14.2539 16.4632 13.6903C17.084 11.7366 17.3986 10.1506 17.3986 8.97483C17.3986 7.53136 16.8267 5.98816 15.2216 5.98816C14.9489 5.99607 14.6827 6.07294 14.4477 6.2116C14.2127 6.35026 14.0168 6.54619 13.878 6.78109C13.1934 7.95683 13.4676 10.3762 14.5604 12.838C14.1799 13.9691 13.7654 15.0703 13.2572 16.2906C12.8225 17.3366 12.3307 18.3579 11.7839 19.3499C10.1467 20.0084 6.66668 21.6072 6.33508 23.3734C6.28523 23.6291 6.30293 23.8934 6.38643 24.1403C6.46993 24.3871 6.61634 24.6079 6.81122 24.7808C7.20386 25.1211 7.70988 25.3016 8.22922 25.2867C10.3255 25.2867 12.4159 22.3847 13.8227 19.8867C14.6227 19.6144 15.4384 19.3679 16.2506 19.1534C17.1414 18.9175 18.0024 18.724 18.8146 18.58C21.034 20.5168 23.007 20.8103 23.9955 20.8103C25.354 20.8103 25.8622 20.2212 26.0471 19.726C26.1482 19.4459 26.1721 19.1438 26.1164 18.8512C26.0606 18.5587 25.9273 18.2865 25.7303 18.0632ZM24.2847 19.0815C24.2103 19.4663 23.8127 19.7151 23.2684 19.7151C23.1136 19.7145 22.9594 19.6952 22.8092 19.6576C21.81 19.4195 20.8534 18.937 19.8988 18.1843C20.6116 18.0754 21.3314 18.0201 22.0524 18.0186C22.5332 18.0107 23.0136 18.0477 23.4875 18.1291C23.919 18.2183 24.4059 18.4564 24.2847 19.0815ZM14.739 7.28243C14.7831 7.1962 14.8492 7.12311 14.9306 7.07048C15.0119 7.01785 15.1057 6.98753 15.2024 6.98256C15.7106 6.98256 15.8211 7.59483 15.8211 8.10723C15.8254 8.92363 15.5788 10.2247 15.1558 11.664C14.3032 9.40616 14.4223 7.82443 14.739 7.28243ZM17.7175 17.5615C17.1414 17.6827 16.546 17.823 15.9423 17.9824C15.5087 18.0972 15.0686 18.2224 14.6284 18.3566C14.8623 17.8783 15.0771 17.4042 15.2642 16.9535C15.5108 16.358 15.7424 15.7628 15.9551 15.1802C16.1418 15.4735 16.3345 15.7577 16.5334 16.0328C16.9143 16.5618 17.3255 17.0685 17.7647 17.5503L17.7175 17.5615ZM11.2694 20.6506C9.92788 22.8106 8.60775 24.1754 7.83602 24.1754C7.7095 24.1809 7.58585 24.1366 7.49162 24.052C7.41973 23.9939 7.36524 23.9172 7.3341 23.8301C7.30296 23.7431 7.29638 23.6492 7.31508 23.5587C7.46175 22.785 8.99042 21.6688 11.2694 20.6506Z" fill="white"/>
18
+ </g>
19
+ <defs>
20
+ <clipPath id="clip0_2_208">
21
+ <rect width="32" height="31.2" fill="white"/>
22
+ </clipPath>
23
+ </defs>
24
+ </svg>
25
+ `;
26
+ };
27
+ </script>
28
+
29
+ {@html svgContent()}
@@ -0,0 +1,30 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_276)">
16
+ <path d="M26.3333 0H5.66667C2.53705 0 0 2.53705 0 5.66667V25.5333C0 28.6629 2.53705 31.2 5.66667 31.2H26.3333C29.4629 31.2 32 28.6629 32 25.5333V5.66667C32 2.53705 29.4629 0 26.3333 0Z" fill="#1E3101"/>
17
+ <path d="M14.401 18.6667H9.44224L8.43332 21.8068C8.41957 21.864 8.38632 21.9145 8.3393 21.9498C8.29227 21.9851 8.23442 22.0028 8.17571 22H5.66412C5.52089 22 5.4708 21.9213 5.51386 21.7639L9.80715 9.45018C9.85012 9.3214 9.89302 9.1955 9.93599 9.03079C9.99215 8.74438 10.0209 8.45328 10.0219 8.16142C10.0189 8.14101 10.0208 8.12019 10.0273 8.10063C10.0339 8.08107 10.0449 8.0633 10.0594 8.04872C10.074 8.03414 10.0918 8.02315 10.1113 8.01662C10.1309 8.0101 10.1517 8.00822 10.1721 8.01112H13.5853C13.6853 8.01112 13.7425 8.04691 13.757 8.11848L18.63 21.7853C18.6729 21.9286 18.63 22.0001 18.5012 22H15.7105C15.6625 22.0053 15.6143 21.993 15.5748 21.9653C15.5353 21.9377 15.5072 21.8966 15.4958 21.8498L14.401 18.6667ZM10.215 16.019H13.6068C13.5209 15.7329 13.4207 15.4109 13.3062 15.053C13.1915 14.6954 13.0699 14.3126 12.9413 13.9045C12.8125 13.4967 12.6837 13.0888 12.5549 12.6809C12.4261 12.2731 12.308 11.8795 12.2007 11.5002C12.0934 11.1212 11.9968 10.7742 11.9109 10.4591H11.8894C11.7686 11.0389 11.6181 11.6121 11.4387 12.1764C11.2381 12.8205 11.0341 13.4788 10.8268 14.1514C10.6192 14.8242 10.4153 15.4468 10.215 16.019H10.215Z" fill="#99E83F"/>
18
+ <path d="M20.0467 11.3334H22.3866C22.4502 11.3339 22.5118 11.3552 22.5621 11.3939C22.6125 11.4327 22.6488 11.4868 22.6657 11.5481C22.7159 11.6596 22.752 11.7769 22.773 11.8974C22.803 12.0355 22.8245 12.1753 22.8374 12.316C22.8515 12.4663 22.8586 12.6273 22.8589 12.799C23.2602 12.3318 23.7441 11.9425 24.2864 11.6506C24.868 11.3214 25.5275 11.1546 26.1957 11.1676C26.2219 11.1638 26.2487 11.1662 26.2739 11.1746C26.299 11.183 26.3219 11.1971 26.3406 11.2158C26.3594 11.2346 26.3735 11.2574 26.3819 11.2826C26.3903 11.3077 26.3927 11.3345 26.3889 11.3608V13.9582C26.3889 14.0585 26.3171 14.1085 26.1743 14.1085C25.7287 14.0777 25.281 14.1103 24.8445 14.2051C24.4605 14.2814 24.0861 14.4002 23.7283 14.5593C23.4203 14.7025 23.0939 14.8672 22.9223 15.053V21.8068C22.9223 21.9356 22.865 22 22.7505 22H20.2399C20.2108 22.0042 20.181 22.0016 20.1531 21.9923C20.1251 21.9829 20.0997 21.9672 20.0789 21.9464C20.058 21.9256 20.0423 21.9002 20.033 21.8722C20.0237 21.8443 20.0211 21.8145 20.0252 21.7854V14.452C20.0252 14.1373 20.0217 13.8046 20.0146 13.4538C20.0071 13.1032 19.9964 12.7562 19.9823 12.4126C19.9726 12.1015 19.9439 11.7913 19.8965 11.4837C19.8911 11.4629 19.8912 11.4411 19.8969 11.4204C19.9025 11.3997 19.9135 11.3808 19.9287 11.3656C19.9438 11.3504 19.9627 11.3395 19.9834 11.3338C20.0041 11.3282 20.0259 11.328 20.0467 11.3334Z" fill="#99E83F"/>
19
+ </g>
20
+ <defs>
21
+ <clipPath id="clip0_2_276">
22
+ <rect width="32" height="31.2" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
26
+ `;
27
+ };
28
+ </script>
29
+
30
+ {@html svgContent()}
@@ -0,0 +1,29 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_12)">
16
+ <path d="M26.3333 0H5.66667C2.53705 0 0 2.53705 0 5.66667V25.5333C0 28.6629 2.53705 31.2 5.66667 31.2H26.3333C29.4629 31.2 32 28.6629 32 25.5333V5.66667C32 2.53705 29.4629 0 26.3333 0Z" fill="#000B1D"/>
17
+ <path d="M17.6392 13.0649C16.8921 15.5689 16.2634 17.9826 15.5163 20.3452C15.0922 21.678 14.6278 22.9502 14.0423 23.7578C13.396 24.6665 12.1844 25.5349 10.7306 25.5349C9.70068 25.5349 8.69102 25.0502 8.69102 23.98C8.69102 23.3136 9.37756 22.6876 9.92281 22.6876C10.0379 22.6831 10.1519 22.7109 10.2518 22.7681C10.3518 22.8252 10.4337 22.9093 10.4882 23.0107C10.993 23.9194 11.4777 24.4444 11.6998 24.4444C11.922 24.4444 12.1037 24.1415 12.4671 22.829L15.1175 13.0666L13.2106 13.0644C13.0692 12.6403 13.2704 12.1325 13.5127 12.0316H15.4109C15.7743 10.8603 16.2029 9.66311 16.8087 8.59288C17.7173 6.95727 19.1712 5.66492 21.1703 5.66492C22.6848 5.66492 23.3107 6.39187 23.3107 7.3208C23.2906 8.31019 22.4223 8.81501 22.0184 8.81501C21.6954 8.81501 21.5338 8.57274 21.4328 8.22947C21.0896 6.93712 20.6453 6.55343 20.3827 6.55343C20.1203 6.55343 19.7164 7.03798 19.2722 8.04764C18.6866 9.31984 18.2926 10.7056 17.9292 12.0382L20.2385 12.0352C20.3798 12.3179 20.265 12.9031 19.9218 13.0646L17.6392 13.0649Z" fill="white"/>
18
+ </g>
19
+ <defs>
20
+ <clipPath id="clip0_2_12">
21
+ <rect width="32" height="31.2" fill="white"/>
22
+ </clipPath>
23
+ </defs>
24
+ </svg>
25
+ `;
26
+ };
27
+ </script>
28
+
29
+ {@html svgContent()}
@@ -0,0 +1,29 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_211)">
16
+ <path d="M26.3333 0H5.66667C2.53705 0 0 2.53705 0 5.66667V25.5333C0 28.6629 2.53705 31.2 5.66667 31.2H26.3333C29.4629 31.2 32 28.6629 32 25.5333V5.66667C32 2.53705 29.4629 0 26.3333 0Z" fill="#584CCC"/>
17
+ <path d="M25.7303 18.0632C25.0947 17.3807 23.8785 17.0341 22.1161 17.0341C21.1381 17.0436 20.1622 17.1283 19.1972 17.2875C18.5791 16.6849 18.0163 16.0281 17.5155 15.3251C17.1353 14.7996 16.7841 14.2539 16.4632 13.6903C17.084 11.7365 17.3985 10.1505 17.3985 8.97479C17.3985 7.53133 16.8267 5.98813 15.2216 5.98813C14.9489 5.99604 14.6826 6.07291 14.4477 6.21157C14.2127 6.35023 14.0167 6.54615 13.878 6.78106C13.1933 7.9568 13.4676 10.3761 14.5604 12.838C14.1799 13.9691 13.7653 15.0703 13.2572 16.2905C12.8225 17.3365 12.3307 18.3579 11.7839 19.3499C10.1467 20.0084 6.66667 21.6072 6.33507 23.3733C6.28522 23.6291 6.30291 23.8934 6.38641 24.1402C6.46991 24.387 6.61632 24.6078 6.8112 24.7808C7.20385 25.121 7.70986 25.3015 8.2292 25.2867C10.3255 25.2867 12.4159 22.3847 13.8227 19.8867C14.6227 19.6144 15.4384 19.3679 16.2505 19.1533C17.1413 18.9175 18.0024 18.724 18.8145 18.58C21.034 20.5168 23.0069 20.8103 23.9955 20.8103C25.354 20.8103 25.8621 20.2212 26.0471 19.726C26.1481 19.4459 26.1721 19.1437 26.1163 18.8512C26.0606 18.5587 25.9273 18.2865 25.7303 18.0632ZM24.2847 19.0815C24.2103 19.4663 23.8127 19.7151 23.2684 19.7151C23.1136 19.7144 22.9594 19.6951 22.8092 19.6576C21.81 19.4195 20.8533 18.9369 19.8988 18.1843C20.6115 18.0754 21.3314 18.02 22.0524 18.0185C22.5332 18.0107 23.0136 18.0477 23.4875 18.1291C23.9189 18.2183 24.4059 18.4564 24.2847 19.0815ZM14.7389 7.2824C14.7831 7.19617 14.8492 7.12308 14.9305 7.07045C15.0119 7.01782 15.1056 6.9875 15.2024 6.98253C15.7105 6.98253 15.8211 7.5948 15.8211 8.1072C15.8253 8.9236 15.5788 10.2247 15.1557 11.664C14.3032 9.40613 14.4223 7.8244 14.7389 7.2824ZM17.7175 17.5615C17.1413 17.6827 16.546 17.8229 15.9423 17.9824C15.5087 18.0972 15.0685 18.2224 14.6284 18.3565C14.8623 17.8783 15.0771 17.4041 15.2641 16.9535C15.5108 16.358 15.7424 15.7628 15.9551 15.1801C16.1417 15.4735 16.3345 15.7577 16.5333 16.0328C16.9143 16.5618 17.3255 17.0685 17.7647 17.5503L17.7175 17.5615ZM11.2693 20.6505C9.92787 22.8105 8.60773 24.1753 7.836 24.1753C7.70948 24.1809 7.58583 24.1366 7.4916 24.052C7.41972 23.9939 7.36522 23.9171 7.33408 23.8301C7.30294 23.7431 7.29636 23.6492 7.31507 23.5587C7.46173 22.7849 8.9904 21.6688 11.2693 20.6505Z" fill="white"/>
18
+ </g>
19
+ <defs>
20
+ <clipPath id="clip0_2_211">
21
+ <rect width="32" height="31.2" fill="white"/>
22
+ </clipPath>
23
+ </defs>
24
+ </svg>
25
+ `;
26
+ };
27
+ </script>
28
+
29
+ {@html svgContent()}
@@ -0,0 +1,30 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_424)">
16
+ <path d="M5.66667 0H26.3333C29.4667 0 32 2.53333 32 5.66667V25.5333C32 28.6667 29.4667 31.2 26.3333 31.2H5.66667C2.53333 31.2 0 28.6667 0 25.5333V5.66667C0 2.53333 2.53333 0 5.66667 0Z" fill="#000B1D"/>
17
+ <path d="M11.8933 22.2667C11.16 22.28 10.4267 22.2 9.71999 22.0667C9.15999 21.96 8.59999 21.7867 8.07999 21.5467C7.95999 21.4934 7.90666 21.3734 7.90666 21.1867V18.6267C7.90666 18.5867 7.91999 18.5334 7.95999 18.5067C7.99999 18.48 8.05333 18.4934 8.09333 18.52C8.69333 18.8934 9.33333 19.1734 9.99999 19.36C10.64 19.5467 11.3067 19.64 11.9733 19.64C12.7867 19.64 13.3733 19.52 13.72 19.2667C14.04 19.0667 14.24 18.72 14.24 18.3334C14.24 18.1067 14.1867 17.88 14.0667 17.68C13.9067 17.4534 13.7067 17.2534 13.4667 17.1067C13.0933 16.88 12.6933 16.68 12.28 16.5334L11.2 16.08C10.3333 15.7067 9.63999 15.3067 9.14666 14.8934C8.69333 14.5334 8.34666 14.0667 8.13333 13.5334C7.94666 13.0267 7.85333 12.5067 7.85333 11.96C7.82666 10.4134 8.73333 8.98669 10.1467 8.36002C10.9067 8.00002 11.8533 7.81335 12.9867 7.81335C13.6267 7.81335 14.2667 7.85335 14.9067 7.94669C15.4 8.00002 15.88 8.14669 16.3333 8.36002C16.4267 8.41335 16.4933 8.52002 16.48 8.64002V11.0667C16.48 11.1067 16.4533 11.1334 16.4267 11.16C16.3867 11.2 16.3467 11.1867 16.2933 11.1467C15.8133 10.9067 15.3067 10.72 14.7867 10.6134C14.2 10.48 13.6 10.4134 13 10.4267C12.64 10.4267 12.2933 10.4534 11.9467 10.5334C11.7067 10.5867 11.4667 10.68 11.2533 10.8C11.08 10.8934 10.9467 11.04 10.8533 11.2134C10.7733 11.3734 10.72 11.5467 10.72 11.72C10.72 11.9334 10.7867 12.16 10.9067 12.3334C11.08 12.56 11.3067 12.7334 11.5467 12.8667C11.9467 13.0934 12.36 13.3067 12.7867 13.4934L13.5867 13.8C14.5333 14.1867 15.2667 14.6 15.8 15.04C16.28 15.4134 16.6667 15.9067 16.92 16.4534C17.1333 16.9734 17.24 17.5334 17.24 18.0934C17.2533 18.8934 17.0133 19.6667 16.56 20.32C16.08 20.9734 15.4267 21.48 14.68 21.7867C13.9333 22.0934 12.9867 22.2667 11.8933 22.2667Z" fill="white"/>
18
+ <path d="M24.52 19.92V21.68C24.52 21.84 24.4667 21.9333 24.3467 21.96C24.0667 22.0533 23.7733 22.12 23.4933 22.1733C23.1467 22.24 22.8133 22.2667 22.4667 22.2533C21.5333 22.2533 20.8 22.0133 20.28 21.52C19.76 21.0267 19.48 20.2533 19.48 19.1867V13.84H18.1867C18.0667 13.84 18.0133 13.7733 18.0133 13.6533L18.0267 11.5333C18.0267 11.4133 18.0933 11.36 18.2133 11.36H19.5067C19.52 11.12 19.52 10.8533 19.5467 10.5333C19.5733 10.2133 19.6 9.89332 19.6267 9.57332C19.6533 9.25332 19.6933 8.98665 19.72 8.78665C19.7333 8.74665 19.76 8.70665 19.7867 8.66665C19.8133 8.62665 19.8533 8.59999 19.8933 8.58665L22.4533 8.26665C22.4933 8.25332 22.52 8.25332 22.56 8.26665C22.5867 8.27999 22.6 8.31999 22.6 8.39999C22.5733 8.73332 22.5467 9.17332 22.5333 9.74665C22.52 10.3067 22.52 10.84 22.5067 11.3733H24.4C24.48 11.3733 24.5333 11.4267 24.5333 11.5467L24.52 13.7067C24.5333 13.7733 24.48 13.84 24.4133 13.8533H22.52V18.48C22.52 18.96 22.5733 19.32 22.7333 19.52C22.8933 19.72 23.2 19.8267 23.64 19.8267C23.7733 19.8267 23.8933 19.8267 24 19.8133C24.1067 19.8 24.2267 19.8 24.3467 19.7867C24.3867 19.7733 24.4267 19.7733 24.4667 19.8C24.5067 19.8133 24.52 19.8533 24.52 19.92Z" fill="white"/>
19
+ </g>
20
+ <defs>
21
+ <clipPath id="clip0_2_424">
22
+ <rect width="32" height="31.2" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
26
+ `;
27
+ };
28
+ </script>
29
+
30
+ {@html svgContent()}
@@ -0,0 +1,30 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_308)">
16
+ <path d="M26.3333 0H5.66667C2.53705 0 0 2.53705 0 5.66667V25.5333C0 28.6629 2.53705 31.2 5.66667 31.2H26.3333C29.4629 31.2 32 28.6629 32 25.5333V5.66667C32 2.53705 29.4629 0 26.3333 0Z" fill="#00005B"/>
17
+ <path d="M12.5764 18.6667H7.61758L6.60866 21.8068C6.59493 21.864 6.56168 21.9145 6.51465 21.9498C6.46762 21.9851 6.40976 22.0028 6.35104 22H3.83945C3.69622 22 3.64614 21.9213 3.68919 21.7639L7.98255 9.45016C8.02546 9.32138 8.06838 9.17469 8.11133 9.01009C8.17686 8.73121 8.21199 8.44606 8.21609 8.15961C8.21319 8.1392 8.21507 8.11839 8.22159 8.09884C8.22812 8.07928 8.2391 8.06151 8.25368 8.04693C8.26825 8.03235 8.28602 8.02136 8.30558 8.01483C8.32513 8.0083 8.34594 8.00642 8.36635 8.00932H11.7796C11.8795 8.00932 11.9368 8.0451 11.9513 8.11667L16.8053 21.7853C16.8482 21.9285 16.8053 22.0001 16.6766 22H13.8859C13.8379 22.0053 13.7897 21.993 13.7502 21.9653C13.7107 21.9377 13.6826 21.8966 13.6712 21.8497L12.5764 18.6667ZM8.39043 16.019H11.7822C11.6963 15.7329 11.5961 15.4109 11.4816 15.053C11.3669 14.6954 11.2452 14.3126 11.1167 13.9045C10.9879 13.4966 10.8591 13.0888 10.7303 12.6809C10.6015 12.273 10.4834 11.8795 10.376 11.5002C10.2688 11.1212 10.1722 10.7742 10.0863 10.4591H10.0648C9.944 11.0389 9.79354 11.6121 9.614 12.1764C9.41342 12.8204 9.20949 13.4788 9.00222 14.1514C8.7946 14.8242 8.59067 15.4468 8.39043 16.019H8.39043Z" fill="#9999FF"/>
18
+ <path d="M27.0449 11.4947V19.6683C27.0449 20.0262 27.0485 20.3446 27.0557 20.6236C27.0627 20.9026 27.077 21.1459 27.0986 21.3534C27.1201 21.5611 27.1378 21.6854 27.1523 21.8282C27.1663 21.943 27.1164 22 27.002 22H24.7051C24.6517 22.0056 24.598 21.9941 24.5517 21.9671C24.5053 21.94 24.4688 21.8989 24.4475 21.8497C24.4166 21.7402 24.3915 21.6291 24.3723 21.517C24.3522 21.4244 24.3414 21.3301 24.3401 21.2354C23.9081 21.6209 23.3943 21.9034 22.8374 22.0618C22.3546 22.1933 21.8567 22.2619 21.3563 22.2658C20.8641 22.2717 20.3744 22.1955 19.9073 22.0404C19.4746 21.8927 19.0842 21.6422 18.7695 21.3105C18.4279 20.9413 18.1715 20.5016 18.0182 20.0225C17.8256 19.4081 17.7349 18.7664 17.7499 18.1227V11.5162C17.7465 11.4928 17.7487 11.4691 17.7561 11.4467C17.7636 11.4243 17.7761 11.404 17.7928 11.3873C17.8095 11.3707 17.8298 11.3581 17.8521 11.3507C17.8745 11.3432 17.8983 11.3411 17.9216 11.3444H20.4727C20.496 11.3411 20.5198 11.3433 20.5422 11.3507C20.5645 11.3582 20.5848 11.3707 20.6015 11.3874C20.6181 11.4041 20.6307 11.4244 20.6382 11.4467C20.6456 11.4691 20.6478 11.4928 20.6445 11.5162V17.7792C20.6445 18.3662 20.7733 18.8277 21.0309 19.1638C21.2885 19.5002 21.8071 19.6683 22.4082 19.6683C22.7162 19.6721 23.0221 19.6175 23.3097 19.5073C23.6109 19.4011 23.8957 19.2529 24.1556 19.0672V11.4947C24.1556 11.3948 24.22 11.3444 24.3488 11.3444H26.8947C26.9151 11.3416 26.9359 11.3435 26.9554 11.35C26.975 11.3565 26.9927 11.3675 27.0073 11.3821C27.0219 11.3967 27.0328 11.4144 27.0394 11.434C27.0459 11.4535 27.0478 11.4743 27.0449 11.4947Z" fill="#9999FF"/>
19
+ </g>
20
+ <defs>
21
+ <clipPath id="clip0_2_308">
22
+ <rect width="32" height="31.2" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
26
+ `;
27
+ };
28
+ </script>
29
+
30
+ {@html svgContent()}
@@ -0,0 +1,31 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_55)">
16
+ <path d="M26.3333 0H5.66667C2.53705 0 0 2.53705 0 5.66667V25.5333C0 28.6629 2.53705 31.2 5.66667 31.2H26.3333C29.4629 31.2 32 28.6629 32 25.5333V5.66667C32 2.53705 29.4629 0 26.3333 0Z" fill="#000B1D"/>
17
+ <path d="M5.65363 21.8579V8.22658C5.65363 8.0978 5.69655 8.02625 5.7824 8.01193C6.02557 7.99783 6.39766 7.9871 6.89868 7.97974C7.39946 7.97267 7.94327 7.96551 8.53012 7.95825C9.11678 7.95122 9.65345 7.94764 10.1401 7.94751C11.3135 7.94751 12.2472 8.07632 12.9415 8.33394C13.6355 8.59152 14.1686 8.91709 14.5408 9.31066C14.8846 9.65745 15.142 10.0803 15.2922 10.545C15.4134 10.9271 15.4785 11.3248 15.4853 11.7257C15.4929 12.154 15.4201 12.58 15.2707 12.9815C15.1478 13.3107 14.974 13.6186 14.7554 13.8938C14.5926 14.1029 14.3968 14.2841 14.1759 14.4305C14.4813 14.5923 14.766 14.7905 15.0238 15.0208C15.3577 15.3202 15.631 15.6809 15.8288 16.0834C16.0733 16.5991 16.1911 17.1659 16.1722 17.7363C16.1857 18.5527 15.9333 19.3514 15.4531 20.0118C14.9735 20.6702 14.2866 21.1818 13.3924 21.5467C12.4978 21.9116 11.428 22.0941 10.1831 22.0941H8.75551C8.30473 22.0941 7.88971 22.0905 7.51046 22.0833C7.1311 22.0759 6.80195 22.0688 6.52302 22.0619C6.24392 22.0545 6.00421 22.0509 5.80388 22.0511C5.70356 22.037 5.65347 21.9726 5.65363 21.8579ZM8.55161 10.5021V13.4859H10.0113C10.3978 13.4859 10.777 13.4931 11.1491 13.5074C11.416 13.5094 11.6821 13.5381 11.9433 13.5932C12.1329 13.4314 12.2895 13.2346 12.4049 13.0136C12.5349 12.7466 12.5976 12.4518 12.5873 12.155C12.6022 11.8178 12.504 11.4854 12.3082 11.2105C12.1002 10.9521 11.82 10.7615 11.5033 10.6631C11.069 10.5295 10.6158 10.4678 10.1616 10.4806H9.53904C9.35291 10.4806 9.18477 10.4842 9.03462 10.4913C8.88435 10.4987 8.72335 10.5023 8.55161 10.5021ZM8.55161 16.019V19.561C8.79477 19.5754 9.03807 19.5861 9.28149 19.5932C9.52465 19.6006 9.81803 19.6042 10.1616 19.6039C10.6868 19.6118 11.2106 19.5468 11.7179 19.4107C12.1104 19.3171 12.4656 19.1077 12.7376 18.8097C12.9707 18.5261 13.0927 18.1676 13.0811 17.8007C13.0893 17.4443 12.9923 17.0933 12.802 16.7918C12.6159 16.5057 12.2724 16.2982 11.7716 16.1693C11.577 16.1223 11.38 16.0864 11.1813 16.0619C10.9213 16.0312 10.6596 16.0169 10.3978 16.019L8.55161 16.019Z" fill="white"/>
18
+ <path d="M20.5742 17.5002C20.6262 17.9011 20.7654 18.2858 20.9821 18.6272C21.2222 18.9851 21.5617 19.2649 21.9589 19.4322C22.3952 19.6328 22.964 19.7329 23.6654 19.7327C24.1296 19.7347 24.593 19.6952 25.0501 19.6147C25.4816 19.5375 25.9029 19.4115 26.3059 19.239C26.3773 19.182 26.4131 19.2175 26.4131 19.3463V21.3857C26.4167 21.4412 26.4056 21.4967 26.381 21.5467C26.3564 21.5857 26.3234 21.6187 26.2844 21.6432C25.8399 21.8535 25.3713 22.0085 24.8891 22.1048C24.2664 22.2218 23.6335 22.2757 23 22.2658C21.9837 22.2658 21.1321 22.1084 20.4454 21.7935C19.7963 21.5075 19.2229 21.0738 18.771 20.527C18.349 20.0117 18.0351 19.4167 17.848 18.7775C17.6627 18.1465 17.5687 17.4923 17.5689 16.8347C17.5669 16.1167 17.6792 15.403 17.9016 14.7203C18.1158 14.0543 18.4545 13.4351 18.8998 12.8956C19.339 12.3624 19.8882 11.9304 20.5098 11.6291C21.2089 11.3066 21.9727 11.1487 22.7424 11.1675C23.4545 11.1495 24.1618 11.2888 24.8139 11.5754C25.365 11.825 25.8474 12.2043 26.22 12.6809C26.5717 13.1348 26.8405 13.6471 27.0142 14.1943C27.1833 14.7217 27.2702 15.272 27.2718 15.8258C27.2718 16.1407 27.2611 16.427 27.2396 16.6845C27.2182 16.942 27.1766 17.2097 27.1625 17.3241C27.1553 17.3707 27.1321 17.4134 27.0968 17.4448C27.0615 17.4761 27.0165 17.4942 26.9693 17.4958C26.8834 17.4958 20.5742 17.5002 20.5742 17.5002ZM20.5742 15.4179H23.3864C23.7298 15.4179 23.9838 15.4143 24.1484 15.4072C24.253 15.4072 24.3573 15.3964 24.4597 15.375V15.2462C24.4554 15.0783 24.4265 14.9119 24.3738 14.7525C24.258 14.3862 24.0251 14.0681 23.711 13.8471C23.3969 13.626 23.0189 13.5142 22.635 13.5289C22.2738 13.507 21.914 13.5908 21.5995 13.7699C21.285 13.9491 21.0295 14.2159 20.8641 14.5378C20.7176 14.8123 20.6196 15.1101 20.5742 15.4179Z" fill="white"/>
19
+ <path d="M19.2218 7.54453H25.6403C25.7404 7.54453 25.7908 7.60199 25.7908 7.71652V9.45798C25.7942 9.48135 25.792 9.50517 25.7846 9.52757C25.7771 9.54996 25.7645 9.57031 25.7478 9.587C25.7312 9.60369 25.7108 9.61627 25.6884 9.62372C25.666 9.63118 25.6422 9.63332 25.6188 9.62997H19.2003C19.0999 9.62997 19.0498 9.57288 19.0498 9.45798V7.69504C19.0498 7.59494 19.107 7.54453 19.2218 7.54453Z" fill="white"/>
20
+ </g>
21
+ <defs>
22
+ <clipPath id="clip0_2_55">
23
+ <rect width="32" height="31.2" fill="white"/>
24
+ </clipPath>
25
+ </defs>
26
+ </svg>
27
+ `;
28
+ };
29
+ </script>
30
+
31
+ {@html svgContent()}
@@ -0,0 +1,30 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_66)">
16
+ <path d="M26.3333 0H5.66667C2.53705 0 0 2.53705 0 5.66667V25.5333C0 28.6629 2.53705 31.2 5.66667 31.2H26.3333C29.4629 31.2 32 28.6629 32 25.5333V5.66667C32 2.53705 29.4629 0 26.3333 0Z" fill="#000B1D"/>
17
+ <path d="M7.34168 21.8889L7.33334 8.27074C7.33334 8.14196 7.37629 8.07041 7.46218 8.05609C7.70535 8.04199 8.07742 8.03126 8.5784 8.0239C9.07918 8.01683 9.5691 8.0098 10.1561 8.00241C10.7427 7.99538 11.2794 7.9918 11.766 7.99167C12.9393 7.99167 13.9 8.0763 14.5943 8.33392C15.2883 8.59151 15.8214 8.91708 16.1936 9.31065C16.5476 9.65619 16.8172 10.0785 16.9818 10.545C17.103 10.9271 17.1681 11.3248 17.175 11.7257C17.1711 12.1564 17.0857 12.5825 16.9234 12.9815C16.8006 13.3107 16.6268 13.6186 16.4083 13.8938C16.2454 14.1028 16.0496 14.2841 15.8287 14.4304C16.1341 14.5923 16.4188 14.7905 16.6766 15.0208C17.0105 15.3201 17.2838 15.6809 17.4816 16.0834C17.7357 16.5873 17.8627 17.1456 17.8515 17.7099C17.8557 18.5372 17.5944 19.344 17.1059 20.0118C16.6263 20.6702 15.9394 21.1818 15.0451 21.5466C14.023 21.9458 12.933 22.1422 11.8359 22.125H10.4083C9.95756 22.125 9.57754 22.1213 9.19858 22.1143C8.81922 22.1069 8.49005 22.0997 8.21108 22.0928C7.93204 22.0854 7.69233 22.0818 7.49194 22.0821C7.39168 22.068 7.34159 22.0036 7.34168 21.8889ZM10.2444 10.516L10.2583 13.4859H11.6641C12.0505 13.4859 12.4298 13.4931 12.8019 13.5074C13.0688 13.5093 13.3349 13.5381 13.5961 13.5932C13.7857 13.4314 13.9424 13.2346 14.0577 13.0136C14.2005 12.7629 14.2757 12.4793 14.2759 12.1908C14.2791 11.8387 14.1687 11.4949 13.9611 11.2104C13.7531 10.9521 13.4728 10.7615 13.1561 10.6631C12.7161 10.535 12.2584 10.4781 11.8004 10.4945H11.1779C10.9918 10.4945 10.8776 10.4983 10.7274 10.5053C10.5771 10.5127 10.4161 10.5163 10.2444 10.516ZM10.2583 15.9917V19.561C10.5016 19.5754 10.6908 19.5861 10.9343 19.5932C11.1774 19.6006 11.4708 19.6041 11.8144 19.6039C12.3396 19.6118 12.8634 19.5468 13.3707 19.4107C13.7632 19.3171 14.1184 19.1077 14.3904 18.8096C14.6457 18.5341 14.794 18.1762 14.8083 17.8007C14.7914 17.4371 14.6685 17.0864 14.4548 16.7918C14.2686 16.5057 13.9252 16.2707 13.4244 16.1419C13.2298 16.0949 13.0327 16.0591 12.8341 16.0346C12.574 16.0039 12.3124 15.9895 12.0505 15.9917L10.2583 15.9917Z" fill="white"/>
18
+ <path d="M19.7568 11.3353H22.0967C22.1602 11.3359 22.2218 11.3571 22.2722 11.3959C22.3225 11.4346 22.3589 11.4887 22.3757 11.55C22.4268 11.6441 22.463 11.7454 22.4831 11.8505C22.513 11.9886 22.5345 12.1284 22.5474 12.2692C22.5616 12.4194 22.5689 12.6273 22.5689 12.799C22.9681 12.317 23.4518 11.9119 23.9965 11.6037C24.5761 11.2817 25.1875 11.2083 25.9318 11.2083C25.9581 11.2046 25.9848 11.207 26.01 11.2154C26.0351 11.2238 26.058 11.2379 26.0767 11.2567C26.0954 11.2754 26.1096 11.2983 26.1179 11.3234C26.1263 11.3486 26.1287 11.3753 26.125 11.4015V13.9582C26.125 14.0585 26.0534 14.1086 25.9103 14.1085C25.4561 14.0778 24.9999 14.1103 24.5546 14.2051C24.1705 14.2814 23.7961 14.4002 23.4383 14.5593C23.1486 14.6764 22.8818 14.8435 22.65 15.053V21.8068C22.65 21.9356 22.5927 22 22.4782 22H19.95C19.9208 22.0042 19.8911 22.0015 19.8631 21.9922C19.8352 21.9829 19.8098 21.9672 19.7889 21.9464C19.7681 21.9255 19.7524 21.9001 19.7431 21.8722C19.7338 21.8442 19.7311 21.8145 19.7353 21.7853V14.4519C19.7353 14.1373 19.7318 13.8046 19.7246 13.4537C19.7172 13.1032 19.7065 12.7562 19.6924 12.4126C19.6826 12.1021 19.654 11.7926 19.6066 11.4856C19.6012 11.4648 19.6013 11.443 19.607 11.4223C19.6126 11.4016 19.6236 11.3827 19.6387 11.3675C19.6539 11.3524 19.6728 11.3414 19.6935 11.3358C19.7142 11.3301 19.736 11.33 19.7568 11.3353Z" fill="white"/>
19
+ </g>
20
+ <defs>
21
+ <clipPath id="clip0_2_66">
22
+ <rect width="32" height="31.2" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
26
+ `;
27
+ };
28
+ </script>
29
+
30
+ {@html svgContent()}
@@ -0,0 +1,30 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_96)">
16
+ <path d="M1.05098 0.941162H31.0588V30.2536H1.05098V0.941162Z" fill="#002615"/>
17
+ <path d="M1.46928 1.33333H30.5359V29.7307H1.46928V1.33333ZM0 31.2H32V0H0V31.2Z" fill="#00F58A"/>
18
+ <path d="M15.1843 21.5686V19.7699C15.1843 19.6078 15.1163 19.6078 15.0379 19.6654C14.4 19.8797 13.8092 19.9477 12.9307 19.9477C10.9961 19.9477 8.63791 18.719 8.63791 14.5621C8.63791 11.2 10.3582 9.24445 12.9307 9.24445C13.851 9.24445 14.6353 9.40654 15.1686 9.65752C15.2366 9.68366 15.3307 9.68366 15.3307 9.49543V7.59739C15.3307 7.46667 15.3046 7.3987 15.1948 7.35687C14.7817 7.15817 13.9817 7.04837 12.915 7.04837C8.82091 7.04837 6.14379 10.0863 6.14379 14.6092C6.14379 19.8902 9.1817 22.1281 12.6118 22.1281C13.5582 22.1281 14.4784 22.034 15.0536 21.7935C15.1477 21.7726 15.1843 21.7046 15.1843 21.5686ZM19.4667 13.1974C19.8426 13.0813 20.234 13.0231 20.6275 13.0248C22.2954 13.0248 23.268 14.1961 23.268 16.3869C23.268 19.0693 21.7098 20.136 20.2144 20.136C19.9739 20.136 19.681 20.1098 19.4824 20.0418L19.4667 13.1974ZM20.8941 10.9333C19.3359 10.9333 18.0026 11.3987 17.119 11.681C17.0771 11.7072 16.9307 11.8431 16.9307 11.8693C16.9725 12.1778 17.0614 12.6954 17.0614 12.936V25.3333C17.0614 25.4379 17.1556 25.4693 17.2758 25.4693L19.3673 25.2706C19.4719 25.2444 19.4614 25.1503 19.4614 25.0719V22.1543C19.6601 22.1804 19.9163 22.1543 20.0889 22.1543C22.9176 22.1543 25.6889 20.1935 25.6889 16.2196C25.7046 13.1974 24.0157 10.9333 20.8941 10.9333Z" fill="#00F58A"/>
19
+ </g>
20
+ <defs>
21
+ <clipPath id="clip0_2_96">
22
+ <rect width="32" height="31.2" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
26
+ `;
27
+ };
28
+ </script>
29
+
30
+ {@html svgContent()}
@@ -0,0 +1,30 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_70)">
16
+ <path d="M1.05184 0.941956H31.0842V30.2783H1.05184V0.941956Z" fill="#002616"/>
17
+ <path d="M1.47048 1.33442H30.5609V29.755H1.47048V1.33442ZM0 31.2255H32.0262V0H0V31.2255Z" fill="#CCFFEA"/>
18
+ <path d="M15.1967 21.5863V19.7861C15.1967 19.6239 15.1287 19.6239 15.0502 19.6814C14.4118 19.896 13.8204 19.964 12.9413 19.964C11.0051 19.964 8.64497 18.7343 8.64497 14.574C8.64497 11.2092 10.3666 9.25201 12.9413 9.25201C13.8623 9.25201 14.6473 9.41424 15.181 9.66542C15.2491 9.69159 15.3433 9.69159 15.3433 9.5032V7.60361C15.3433 7.47278 15.3171 7.40475 15.2072 7.36289C14.7938 7.16403 13.9931 7.05414 12.9256 7.05414C8.82813 7.05414 6.14881 10.0945 6.14881 14.6211C6.14881 19.9065 9.18921 22.1462 12.6221 22.1462C13.5693 22.1462 14.4903 22.052 15.0659 21.8113C15.1601 21.7904 15.1967 21.7223 15.1967 21.5863ZM19.4826 13.2082C19.8437 13.1035 20.1786 13.0355 20.6443 13.0355C22.3137 13.0355 23.287 14.2077 23.287 16.4003C23.287 19.0849 21.7276 20.1524 20.2309 20.1524C19.9902 20.1524 19.6971 20.1263 19.4983 20.0582L19.4826 13.2082ZM20.9112 10.9423C19.3518 10.9423 18.0173 11.408 17.133 11.6906C17.0911 11.7168 16.9446 11.8528 16.9446 11.879C16.9864 12.1877 17.0754 12.7058 17.0754 12.9465V25.3541C17.0754 25.4587 17.1696 25.4901 17.2899 25.4901L19.3832 25.2913C19.4878 25.2651 19.4774 25.1709 19.4774 25.0924V22.1724C19.6762 22.1985 19.9326 22.1724 20.1053 22.1724C22.9364 22.1724 25.7099 20.21 25.7099 16.2329C25.7256 13.2082 24.0353 10.9423 20.9112 10.9423Z" fill="#CCFFEA"/>
19
+ </g>
20
+ <defs>
21
+ <clipPath id="clip0_2_70">
22
+ <rect width="32" height="31.215" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
26
+ `;
27
+ };
28
+ </script>
29
+
30
+ {@html svgContent()}
@@ -0,0 +1,30 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_30)">
16
+ <path d="M26.3333 0H5.66667C2.53705 0 0 2.53705 0 5.66667V25.5333C0 28.6629 2.53705 31.2 5.66667 31.2H26.3333C29.4629 31.2 32 28.6629 32 25.5333V5.66667C32 2.53705 29.4629 0 26.3333 0Z" fill="#000B1D"/>
17
+ <path d="M15.7222 19.3678V21.5789C15.7309 21.6409 15.7187 21.704 15.6876 21.7584C15.6566 21.8128 15.6084 21.8553 15.5505 21.8794C15.1302 22.0257 14.6944 22.123 14.2518 22.1692C13.6995 22.2358 13.1435 22.268 12.5872 22.2658C11.7875 22.2695 10.9905 22.1722 10.2152 21.976C9.48923 21.7939 8.79712 21.4967 8.1651 21.0958C7.55591 20.7082 7.01848 20.218 6.57663 19.6469C6.11854 19.0471 5.76974 18.3713 5.54623 17.6505C5.29843 16.8084 5.18168 15.9332 5.20007 15.0556C5.20007 13.6103 5.4959 12.3589 6.12579 11.2641C6.75402 10.1708 7.6862 9.28332 8.80912 8.70958C9.96835 8.10148 11.3884 7.75807 12.9914 7.75807C13.5472 7.75261 14.1028 7.78129 14.6551 7.84395C15.0294 7.89069 15.3966 7.98348 15.7482 8.12021C15.7873 8.14976 15.8179 8.18919 15.8368 8.23445C15.8556 8.27972 15.8621 8.3292 15.8556 8.3778L15.8502 10.7597C15.8502 10.8885 15.7999 10.9314 15.6999 10.8885C15.2978 10.7035 14.8713 10.577 14.4334 10.5128C13.915 10.4318 13.391 10.3923 12.8663 10.3947C11.9074 10.3947 11.0845 10.5879 10.3977 10.9743C9.72643 11.345 9.17523 11.8999 8.80911 12.5736C8.42145 13.3183 8.2294 14.1493 8.25097 14.9886C8.23907 15.5864 8.32984 16.1818 8.51934 16.7488C8.68486 17.2266 8.93581 17.6703 9.25996 18.0583C9.55846 18.4173 9.92275 18.7161 10.3333 18.9385C10.7362 19.1632 11.1663 19.3352 11.6131 19.4501C12.0454 19.5552 12.4885 19.6093 12.9333 19.6111C13.4102 19.6139 13.887 19.5924 14.3617 19.5467C14.7678 19.4978 15.1667 19.4018 15.5505 19.2605C15.6075 19.2175 15.6504 19.2068 15.6793 19.2283C15.6963 19.2469 15.709 19.2691 15.7164 19.2932C15.7238 19.3173 15.7258 19.3428 15.7222 19.3678Z" fill="white"/>
18
+ <path d="M21.8176 11.2111C22.8765 11.2111 23.7316 11.4043 24.3829 11.7907C25.0339 12.1771 25.4745 12.6137 25.7894 13.2717C26.1115 13.9637 26.2729 14.7196 26.2617 15.4828V19.6259C26.2617 19.8979 26.2652 20.1555 26.2724 20.3987C26.2794 20.6422 26.2902 20.8926 26.3046 21.15C26.3046 21.2074 26.2902 21.2432 26.2617 21.2573C25.6177 21.5009 25.0876 21.7365 24.5868 21.8794C24.1089 22.0178 23.6208 22.1183 23.1271 22.1799C22.6284 22.2386 22.1266 22.2672 21.6244 22.2658C20.8802 22.2761 20.1408 22.145 19.4455 21.8794C18.8036 21.6421 18.2388 21.2338 17.8122 20.6987C17.4114 20.1694 17.211 19.4968 17.2111 18.6808C17.2111 17.908 17.4222 17.264 17.8444 16.7488C18.2663 16.2336 18.8981 15.8472 19.628 15.5897C20.4373 15.3195 21.2866 15.1888 22.1396 15.2033H22.9231C23.0844 15.1994 23.2458 15.2066 23.4061 15.2247V15.0959C23.3982 14.9679 23.3729 14.8415 23.331 14.7203C23.2739 14.5449 23.1743 14.3863 23.0412 14.2587C22.8709 14.0753 22.6619 13.9321 22.4294 13.8395C22.0852 13.7354 21.7262 13.6883 21.3668 13.7C20.8478 13.6963 20.3298 13.7466 19.8212 13.8503C19.349 13.9506 18.8715 14.2172 18.471 14.3889C18.4292 14.4033 18.3839 14.4033 18.3422 14.3889C18.3207 14.3812 18.3026 14.3663 18.2908 14.3467C18.2791 14.3272 18.2745 14.3041 18.2778 14.2816V12.0477C18.2742 11.9974 18.2869 11.9473 18.314 11.9048C18.341 11.8623 18.381 11.8296 18.4281 11.8115C18.9003 11.5969 19.474 11.4794 20.0681 11.3721C20.6453 11.2663 21.2308 11.2124 21.8176 11.2111ZM23.3556 19.6938V17.5414C23.1838 17.5129 23.0697 17.4915 22.9124 17.4771C22.7548 17.463 22.5616 17.4558 22.3328 17.4556C21.56 17.4556 21.0448 17.5703 20.7228 17.799C20.4008 18.0281 20.2398 18.2803 20.2398 18.6808C20.2376 18.8831 20.3016 19.0806 20.4222 19.243C20.5683 19.4711 20.777 19.6523 21.0233 19.7649C21.3024 19.8867 21.6244 19.887 22.0537 19.887C22.298 19.888 22.5421 19.8701 22.7836 19.8333C22.9777 19.8021 23.1689 19.7555 23.3556 19.6938V19.6938Z" fill="white"/>
19
+ </g>
20
+ <defs>
21
+ <clipPath id="clip0_2_30">
22
+ <rect width="32" height="31.2" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
26
+ `;
27
+ };
28
+ </script>
29
+
30
+ {@html svgContent()}
@@ -0,0 +1,30 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_16)">
16
+ <path d="M26.3333 0H5.66667C2.53705 0 0 2.53705 0 5.66667V25.5333C0 28.6629 2.53705 31.2 5.66667 31.2H26.3333C29.4629 31.2 32 28.6629 32 25.5333V5.66667C32 2.53705 29.4629 0 26.3333 0Z" fill="#00005B"/>
17
+ <path d="M15.3111 19.3678V21.5788C15.3197 21.6409 15.3076 21.704 15.2765 21.7584C15.2455 21.8128 15.1972 21.8553 15.1394 21.8794C14.7311 22.0261 14.3066 22.1234 13.8751 22.1692C13.3158 22.2357 12.7531 22.268 12.1899 22.2658C11.3902 22.2695 10.5932 22.1721 9.81784 21.976C9.0919 21.7939 8.39979 21.4967 7.76778 21.0958C7.15858 20.7082 6.62115 20.2179 6.1793 19.6468C5.72121 19.0471 5.37241 18.3713 5.1489 17.6505C4.89437 16.8159 4.77124 15.9469 4.78392 15.0745C4.78392 13.6291 5.09877 12.359 5.72846 11.2641C6.3567 10.1707 7.28887 9.28331 8.41179 8.70957C9.69329 8.05437 11.1158 7.723 12.5549 7.74445C13.1107 7.73898 13.6663 7.76766 14.2186 7.83032C14.6029 7.87215 14.9811 7.95861 15.3455 8.08794C15.3847 8.11748 15.4152 8.15691 15.4341 8.20218C15.453 8.24745 15.4594 8.29692 15.4529 8.34552V10.7596C15.4529 10.8884 15.4025 10.9314 15.3026 10.8884C14.896 10.6982 14.4645 10.5666 14.0209 10.4976C13.5025 10.4166 12.9785 10.3771 12.4538 10.3795C11.5981 10.3602 10.7522 10.5653 10.0003 10.9743C9.32911 11.345 8.77791 11.8999 8.41179 12.5736C8.02413 13.3183 7.83208 14.1493 7.85365 14.9886C7.84175 15.5864 7.93252 16.1818 8.12201 16.7488C8.28754 17.2266 8.53849 17.6703 8.86264 18.0583C9.16114 18.4173 9.52543 18.716 9.93594 18.9384C10.339 19.154 10.7684 19.3164 11.2132 19.4215C11.6441 19.539 12.087 19.6064 12.5333 19.6222C13.0171 19.625 13.5007 19.6035 13.9824 19.5578C14.3786 19.5053 14.767 19.4055 15.1394 19.2605C15.1964 19.2175 15.2393 19.2068 15.2682 19.2283C15.2852 19.2469 15.2979 19.2691 15.3053 19.2932C15.3127 19.3173 15.3147 19.3428 15.3111 19.3678Z" fill="#9999FF"/>
18
+ <path d="M20.24 14.3016V21.8282C20.24 21.943 20.1897 22 20.0897 22H17.4111C17.3849 22.0037 17.3581 22.0013 17.333 21.9929C17.3078 21.9846 17.285 21.9704 17.2662 21.9517C17.2475 21.9329 17.2333 21.9101 17.2249 21.8849C17.2166 21.8598 17.2141 21.833 17.2179 21.8068V6.9815C17.2179 6.88153 17.2749 6.83123 17.3896 6.83123H20.0897C20.1101 6.82835 20.1309 6.83025 20.1505 6.83679C20.17 6.84332 20.1878 6.85431 20.2023 6.86888C20.2169 6.88345 20.2279 6.90121 20.2344 6.92075C20.241 6.9403 20.2429 6.96109 20.24 6.9815L20.2556 12.0476C20.6436 11.7902 21.0597 11.5777 21.4958 11.4144C21.9466 11.25 22.4725 11.2111 23.0736 11.2111C23.4994 11.2128 23.9227 11.2779 24.3294 11.4043C24.762 11.5243 25.162 11.7405 25.4993 12.0369C25.8568 12.3589 26.1078 12.7956 26.3224 13.3464C26.5371 13.8974 26.6444 14.6094 26.6444 15.4823V21.8068C26.6444 21.9356 26.5872 22 26.4727 22H23.9591C23.9299 22.0042 23.9002 22.0015 23.8722 21.9922C23.8443 21.9829 23.8189 21.9672 23.7981 21.9464C23.7772 21.9255 23.7615 21.9001 23.7522 21.8722C23.7429 21.8442 23.7403 21.8145 23.7444 21.7853V15.7828C23.7581 15.3969 23.6885 15.0125 23.5405 14.6558C23.4212 14.3828 23.2278 14.1486 22.9823 13.9796C22.6836 13.8105 22.3432 13.7286 22.0002 13.7435C21.6801 13.7422 21.3617 13.7892 21.0557 13.883C20.7611 13.9732 20.485 14.1149 20.24 14.3016Z" fill="#9999FF"/>
19
+ </g>
20
+ <defs>
21
+ <clipPath id="clip0_2_16">
22
+ <rect width="32" height="31.2" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
26
+ `;
27
+ };
28
+ </script>
29
+
30
+ {@html svgContent()}
@@ -0,0 +1,30 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_78)">
16
+ <path d="M30.675 1.33749H1.3375V29.875H30.675V1.33749Z" fill="#000F34"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0 0V31.2H32V0H0ZM1.3375 1.3375H30.675V29.875H1.3375V1.3375Z" fill="#CADBFE"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.925 21.3875C16.925 21.525 16.875 21.5875 16.775 21.625C16.2 21.8625 15.2875 21.95 14.35 21.95C10.925 21.95 7.8875 19.7125 7.8875 14.4375C7.8875 9.9125 10.5625 6.875 14.65 6.875C15.725 6.875 16.5125 6.9875 16.925 7.1875C17.0375 7.2375 17.0625 7.3 17.0625 7.425V9.3125C17.0625 9.4875 16.975 9.4875 16.9125 9.4625C16.3875 9.2 15.6 9.05 14.675 9.05C12.1 9.05 10.3875 11 10.3875 14.3625C10.3875 18.5125 12.7375 19.75 14.675 19.75C15.55 19.75 16.1375 19.6875 16.775 19.4625C16.8625 19.4125 16.925 19.4125 16.925 19.575V21.3875ZM17.775 13.4125C17.6875 13.4125 17.6875 13.3625 17.6875 13.2625V11.45C17.6875 11.3375 17.7125 11.3125 17.8 11.3125H19.025V10.6375C19.025 9.825 19.1625 9.125 19.4625 8.5375C20.0125 7.4125 20.975 6.9125 22.3 6.9125C22.7 6.9125 22.9625 6.9375 23.1875 7.025C23.3 7.075 23.325 7.1125 23.325 7.225V8.9875C23.325 9.1 23.275 9.1375 23.175 9.125C23 9.075 22.75 9.0625 22.575 9.0625C21.8 9.0625 21.4375 9.6125 21.4375 10.6625V11.3375H23.1875C23.3 11.3375 23.3375 11.3625 23.3375 11.45V13.2875C23.3375 13.4 23.3125 13.425 23.2 13.4375H21.4375V21.625C21.4375 21.7125 21.4125 21.775 21.2875 21.775H19.2C19.0875 21.775 19.05 21.7125 19.05 21.625V13.425H17.775V13.4125Z" fill="#CADBFE"/>
19
+ </g>
20
+ <defs>
21
+ <clipPath id="clip0_2_78">
22
+ <rect width="32" height="31.2" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
26
+ `;
27
+ };
28
+ </script>
29
+
30
+ {@html svgContent()}
@@ -0,0 +1,30 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_149)">
16
+ <path d="M30.675 1.33749H1.33749V29.875H30.675V1.33749Z" fill="#000F34"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0 0V31.2H32V0H0ZM1.3375 1.3375H30.675V29.875H1.3375V1.3375Z" fill="#7AA7FF"/>
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.925 21.3875C16.925 21.525 16.875 21.5875 16.775 21.625C16.2 21.8625 15.2875 21.95 14.35 21.95C10.925 21.95 7.8875 19.7125 7.8875 14.4375C7.8875 9.9125 10.5625 6.875 14.65 6.875C15.725 6.875 16.5125 6.9875 16.925 7.1875C17.0375 7.2375 17.0625 7.3 17.0625 7.425V9.3125C17.0625 9.4875 16.975 9.4875 16.9125 9.4625C16.3875 9.2 15.6 9.05 14.675 9.05C12.1 9.05 10.3875 11 10.3875 14.3625C10.3875 18.5125 12.7375 19.75 14.675 19.75C15.55 19.75 16.1375 19.6875 16.775 19.4625C16.8625 19.4125 16.925 19.4125 16.925 19.575V21.3875ZM17.775 13.4125C17.6875 13.4125 17.6875 13.3625 17.6875 13.2625V11.45C17.6875 11.3375 17.7125 11.3125 17.8 11.3125H19.025V10.6375C19.025 9.825 19.1625 9.125 19.4625 8.5375C20.0125 7.4125 20.975 6.9125 22.3 6.9125C22.7 6.9125 22.9625 6.9375 23.1875 7.025C23.3 7.075 23.325 7.1125 23.325 7.225V8.9875C23.325 9.1 23.275 9.1375 23.175 9.125C23 9.075 22.75 9.0625 22.575 9.0625C21.8 9.0625 21.4375 9.6125 21.4375 10.6625V11.3375H23.1875C23.3 11.3375 23.3375 11.3625 23.3375 11.45V13.2875C23.3375 13.4 23.3125 13.425 23.2 13.4375H21.4375V21.625C21.4375 21.7125 21.4125 21.775 21.2875 21.775H19.2C19.0875 21.775 19.05 21.7125 19.05 21.625V13.425H17.775V13.4125Z" fill="#7AA7FF"/>
19
+ </g>
20
+ <defs>
21
+ <clipPath id="clip0_2_149">
22
+ <rect width="32" height="31.2" fill="white"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
26
+ `;
27
+ };
28
+ </script>
29
+
30
+ {@html svgContent()}
@@ -0,0 +1,35 @@
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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_166)">
16
+ <path d="M26.3333 0H5.66667C2.53705 0 0 2.53705 0 5.66667V25.5333C0 28.6629 2.53705 31.2 5.66667 31.2H26.3333C29.4629 31.2 32 28.6629 32 25.5333V5.66667C32 2.53705 29.4629 0 26.3333 0Z" fill="#00261A"/>
17
+ <path d="M13.2487 18.378H7.34961V24.2771H13.2487V18.378Z" fill="#52CCA3"/>
18
+ <path d="M24.0773 18.9833H19.3907V23.6699H24.0773V18.9833Z" fill="#52CCA3"/>
19
+ <path d="M24.0773 7.52832H19.3907V12.2149H24.0773V7.52832Z" fill="#52CCA3"/>
20
+ <path d="M12.6433 7.54938H7.95679V12.2359H12.6433V7.54938Z" fill="#52CCA3"/>
21
+ <path d="M24.0773 7.52833V12.2121L14.6172 17.0049L19.3932 7.52833H24.076L24.0773 7.52833ZM24.6814 6.92297H19.0213L13.2487 18.3786L24.6826 12.5848V6.92297H24.6814Z" fill="#CAFCEB"/>
22
+ <path d="M24.0773 18.9833V23.6714H19.399L14.7103 18.9833H24.0773ZM24.6826 18.378H13.2487L19.1483 24.2771H24.6829V18.378H24.6826Z" fill="#CAFCEB"/>
23
+ <path d="M12.643 7.55061V16.916L7.95496 12.2274V7.55061H12.643ZM13.2484 6.94525H7.34961V12.4798L13.2487 18.3777V6.94373L13.2484 6.94525Z" fill="#CAFCEB"/>
24
+ </g>
25
+ <defs>
26
+ <clipPath id="clip0_2_166">
27
+ <rect width="32" height="32" fill="white"/>
28
+ </clipPath>
29
+ </defs>
30
+ </svg>
31
+ `;
32
+ };
33
+ </script>
34
+
35
+ {@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 svgContent = () => {
11
+ const restAttrs = Object.entries(rest)
12
+ .map(([k, v]) => `${k}="${v}"`)
13
+ .join(' ');
14
+ return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
15
+ <g clip-path="url(#clip0_2_85)">
16
+ <path d="M30.6667 1.33334H1.33334V29.8667H30.6667V1.33334Z" fill="#260C00"/>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0 0V31.2H32V0H0ZM1.33333 1.33333H30.6667V29.8667H1.33333V1.33333Z" fill="#FF6000"/>
18
+ <path d="M24.3067 22.84H7.69334C6.70667 22.84 6.4 22.52 6.4 21.5333V9.48001C6.4 8.49334 6.72 8.17334 7.69334 8.17334H24.2933C25.28 8.17334 25.5867 8.49334 25.5867 9.48001V21.5467C25.6 22.52 25.28 22.84 24.3067 22.84ZM7.69334 8.70667C7.01333 8.70667 6.93333 8.78667 6.93333 9.48001V21.5467C6.93333 22.24 7.01333 22.32 7.69334 22.32H24.2933C24.9733 22.32 25.0533 22.24 25.0533 21.5467V9.48001C25.0533 8.78667 24.9733 8.70667 24.2933 8.70667H7.69334Z" fill="#FEDCCA"/>
19
+ <path d="M7.60001 21.64H15.7333V9.37335H7.60001V21.64ZM8.93334 12.4H14.8V12.6667H8.93334V12.4ZM8.93334 13.6134H14.8V13.88H8.93334V13.6134ZM8.93334 14.8H14.8V15.0667H8.93334V14.8ZM8.93334 16H14.8V16.2667H8.93334V16ZM8.93334 17.2134H14.8V17.48H8.93334V17.2134ZM8.93334 18.4H14.8V18.6667H8.93334V18.4Z" fill="#FF6000"/>
20
+ <path d="M21.16 9.37335H16.2667V21.64H24.4V12.56L21.16 9.37335ZM17.24 12.3334H20.5067V12.6H17.24V12.3334ZM17.24 13.5467L23.0533 13.5734V13.84L17.24 13.8134V13.5467ZM23.1067 18.6H17.2267V18.3334H23.1067V18.6ZM23.1067 17.4134H17.2267V17.1467H23.1067V17.4134ZM23.1067 16.2H17.2267V15.9334H23.1067V16.2ZM23.1067 15H17.2267V14.7334H23.1067V15ZM21.1067 12.6134V9.65335L24.1333 12.6134H21.1067Z" fill="#FF6000"/>
21
+ </g>
22
+ <defs>
23
+ <clipPath id="clip0_2_85">
24
+ <rect width="32" height="31.2" fill="white"/>
25
+ </clipPath>
26
+ </defs>
27
+ </svg>
28
+ `;
29
+ };
30
+ </script>
31
+
32
+ {@html svgContent()}