@selemondev/svgl-svelte 2.7.0 → 2.8.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.
- package/dist/components/AcrobatReader.svelte +29 -0
- package/dist/components/AcrobatReadergrayscaleappicon.svelte +29 -0
- package/dist/components/AcrobatScan.svelte +29 -0
- package/dist/components/AdobeAero.svelte +30 -0
- package/dist/components/AdobeFonts.svelte +29 -0
- package/dist/components/AdobeSign.svelte +29 -0
- package/dist/components/AdobeStock.svelte +30 -0
- package/dist/components/Audition.svelte +30 -0
- package/dist/components/Behance.svelte +31 -0
- package/dist/components/Bridge.svelte +30 -0
- package/dist/components/Captivate.svelte +30 -0
- package/dist/components/CaptivatePrime.svelte +30 -0
- package/dist/components/Capture.svelte +30 -0
- package/dist/components/CharacterAnimator.svelte +30 -0
- package/dist/components/ColdFusion.svelte +30 -0
- package/dist/components/ColdFusionBuilder.svelte +30 -0
- package/dist/components/Connect.svelte +35 -0
- package/dist/components/DigitalEditions.svelte +32 -0
- package/dist/components/ExperiencePlatform.svelte +29 -0
- package/dist/components/FillandSign.svelte +35 -0
- package/dist/components/Fontfolio.svelte +30 -0
- package/dist/components/FrameMaker.svelte +30 -0
- package/dist/components/FrameMakerServer.svelte +30 -0
- package/dist/components/Fresco.svelte +30 -0
- package/dist/components/HTTPDynamicStreaming.svelte +29 -0
- package/dist/components/Illustratorgrayscaleappicon.svelte +30 -0
- package/dist/components/InCopy.svelte +30 -0
- package/dist/components/InDesignServer.svelte +30 -0
- package/dist/components/JetBrains.svelte +27 -3
- package/dist/components/LightroomClassic.svelte +31 -0
- package/dist/components/MediaEncoder.svelte +30 -0
- package/dist/components/MediaServer.svelte +29 -0
- package/dist/components/Photopea.svelte +19 -0
- package/dist/components/PhotoshopCamera.svelte +31 -0
- package/dist/components/PhotoshopElements.svelte +30 -0
- package/dist/components/PhotoshopExpress.svelte +33 -0
- package/dist/components/Photoshopgrayscaleappicon.svelte +30 -0
- package/dist/components/Portfolio.svelte +30 -0
- package/dist/components/PremiereElements.svelte +30 -0
- package/dist/components/PremiereRush.svelte +30 -0
- package/dist/components/PresenterVideoExpress.svelte +31 -0
- package/dist/components/RoboHelp.svelte +30 -0
- package/dist/components/RoboHelpServer.svelte +30 -0
- package/dist/components/Substance3DDesigner.svelte +30 -0
- package/dist/components/Substance3DPainter.svelte +30 -0
- package/dist/components/Substance3DSampler.svelte +30 -0
- package/dist/components/Substance3DStager.svelte +30 -0
- package/dist/components/TechnicalCommunicationSuite.svelte +34 -0
- package/dist/components/Trello.svelte +25 -0
- package/dist/index.d.ts +48 -0
- package/dist/index.js +48 -0
- package/package.json +1 -1
|
@@ -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 31" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
|
|
15
|
+
<g clip-path="url(#clip0_2_243)">
|
|
16
|
+
<path d="M5.65714 0H26.3429C29.4857 0 32 2.51429 32 5.65714V25.2C32 28.3429 29.4857 30.8571 26.3429 30.8571H5.65714C2.51429 30.8571 0 28.3429 0 25.2V5.65714C0 2.51429 2.51429 0 5.65714 0Z" fill="#808080"/>
|
|
17
|
+
<path d="M6.62856 21.5429V8.05717C6.62856 7.94289 6.6857 7.88574 6.74284 7.88574C6.97141 7.88574 7.25713 7.88574 7.54284 7.88574C7.82855 7.88574 8.17141 7.88574 8.57141 7.88574C8.91427 7.88574 9.31427 7.88574 9.71427 7.88574C10.1143 7.88574 10.5143 7.88574 10.9143 7.88574C11.8286 7.88574 12.7428 8.00003 13.6 8.28574C14.2857 8.51431 14.8571 8.85717 15.3714 9.37146C15.7714 9.77146 16.1143 10.2857 16.3428 10.8572C16.5143 11.4286 16.6286 12 16.6286 12.5715C16.6857 13.5429 16.4 14.5143 15.8286 15.3715C15.3143 16.1143 14.5714 16.6857 13.7143 16.9715C12.7428 17.3143 11.7714 17.4857 10.7428 17.4857C10.4571 17.4857 10.2286 17.4857 10.1143 17.4857C9.99998 17.4857 9.77141 17.4857 9.54284 17.4857V21.6572C9.54284 21.7715 9.4857 21.8286 9.37141 21.8286H9.31427H6.74284C6.6857 21.7143 6.62856 21.6572 6.62856 21.5429ZM9.54284 10.4V14.8C9.71427 14.8 9.8857 14.8 10.0571 14.8H10.7428C11.2571 14.8 11.7714 14.7429 12.2286 14.5715C12.6286 14.4572 13.0286 14.2286 13.3143 13.8857C13.6 13.4857 13.7714 13.0286 13.7143 12.5143C13.7143 12.1143 13.6 11.7143 13.4286 11.3715C13.2 11.0286 12.8571 10.7429 12.5143 10.6286C12 10.4572 11.4857 10.3429 10.9714 10.3429C10.6286 10.3429 10.3428 10.3429 10.0571 10.3429C9.82856 10.4 9.65713 10.4 9.54284 10.4Z" fill="white"/>
|
|
18
|
+
<path d="M24.8571 13.9429C24.3428 13.7143 23.8286 13.6 23.3143 13.4857C22.8571 13.3714 22.3428 13.3143 21.8286 13.3143C21.5428 13.3143 21.3143 13.3143 21.0286 13.4286C20.8571 13.4857 20.7428 13.5429 20.6286 13.7143C20.5714 13.8286 20.5143 13.9429 20.5143 14.0572C20.5143 14.1714 20.5714 14.2857 20.6286 14.4C20.7428 14.5714 20.9143 14.6857 21.0857 14.7429C21.3714 14.9143 21.7143 15.0286 22 15.2C22.6857 15.4286 23.3714 15.7714 24 16.1714C24.4571 16.4572 24.8 16.8 25.0286 17.2572C25.2571 17.6572 25.3714 18.1143 25.3143 18.6286C25.3143 19.2572 25.1428 19.8286 24.8 20.4C24.4571 20.9143 23.9428 21.3143 23.3143 21.6C22.5714 21.8857 21.7714 22.0572 20.9143 22C20.3428 22 19.7143 21.9429 19.1428 21.8286C18.6286 21.7143 18.1714 21.6 17.7143 21.4286C17.6 21.3714 17.5428 21.2572 17.5428 21.2V18.9143C17.5428 18.8572 17.5428 18.8 17.6 18.8C17.6571 18.8 17.6571 18.8 17.7143 18.8C18.2286 19.0857 18.8 19.3143 19.4286 19.4286C19.9428 19.5429 20.4571 19.6 20.9714 19.6572C21.3714 19.6572 21.7143 19.6 22.0571 19.4857C22.2857 19.3714 22.4 19.2 22.4 18.9143C22.4 18.6857 22.2857 18.5143 22.0571 18.4C21.6571 18.1143 21.2 17.9429 20.7428 17.7714C20.0571 17.5429 19.4286 17.2 18.8571 16.8C18.4571 16.5143 18.1143 16.1143 17.8857 15.7143C17.6571 15.3143 17.6 14.8572 17.6 14.4C17.6 13.8286 17.7714 13.3143 18.0571 12.8C18.4 12.2857 18.8571 11.8286 19.4286 11.6C20.0571 11.2572 20.8 11.0857 21.5428 11.0857C22.1143 11.0286 22.7428 11.0857 23.3143 11.0857C23.7714 11.2 24.2857 11.3143 24.6857 11.5429C24.7428 11.5429 24.8 11.6 24.8 11.6572C24.8 11.7143 24.8 11.7714 24.8 11.8286V13.9429C24.8 14 24.8 14.0572 24.7428 14.0572C24.9714 14 24.9143 14 24.8571 13.9429Z" fill="white"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_243">
|
|
22
|
+
<rect width="32" height="30.8571" 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_20)">
|
|
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="M7.60004 21.8V8.15999C7.60004 8.06665 7.64004 8.01332 7.73337 8.01332C7.96004 8.01332 8.24004 8.01332 8.5467 7.99999C8.8667 7.98665 9.20004 7.98665 9.56004 7.97332C9.92004 7.95999 10.3067 7.95999 10.72 7.94665C11.1334 7.93332 11.5334 7.93332 11.9334 7.93332C13.0267 7.93332 13.9334 8.06665 14.68 8.34665C15.3467 8.57332 15.96 8.94665 16.4667 9.43999C16.8934 9.86665 17.2267 10.3867 17.44 10.96C17.64 11.52 17.7467 12.0933 17.7467 12.6933C17.7467 13.84 17.48 14.7867 16.9467 15.5333C16.4134 16.28 15.6667 16.84 14.8 17.16C13.84 17.5067 12.8134 17.68 11.8 17.6667C11.48 17.6667 11.2667 17.6667 11.1334 17.6533C11 17.64 10.76 17.68 10.5067 17.68V21.84C10.52 21.9333 10.4534 22.0133 10.36 22.0267C10.3467 22.0267 10.3334 22.0267 10.3067 22.0267L7.7467 21.9867C7.65337 21.9733 7.60004 21.92 7.60004 21.8ZM10.5067 10.6267V15.0667C10.6934 15.08 10.92 15.0533 11.08 15.0533H11.7867C12.3067 15.0667 12.8267 14.9867 13.32 14.84C13.7467 14.72 14.12 14.4667 14.4134 14.1333C14.6934 13.8 14.8267 13.3467 14.8267 12.76C14.84 12.3467 14.7334 11.9333 14.52 11.5733C14.2934 11.2267 13.9734 10.96 13.5867 10.8133C13.0934 10.6133 12.56 10.5333 12.0134 10.5467C11.6667 10.5467 11.36 10.5467 11.1067 10.56C10.9067 10.56 10.7067 10.5867 10.5067 10.6267Z" fill="white"/>
|
|
18
|
+
<path d="M20.5334 13.8533H19.2134C19.1067 13.84 19.0667 13.7867 19.0667 13.7067V11.5067C19.0534 11.44 19.1067 11.3733 19.1734 11.36C19.1867 11.36 19.2 11.36 19.2134 11.36H20.5334V11.0533C20.5334 10.6 20.56 10.16 20.64 9.70668C20.7067 9.33335 20.8267 8.97334 20.9867 8.62668C21.2667 8.05334 21.68 7.56001 22.2134 7.18668C22.7467 6.81335 23.44 6.62668 24.32 6.62668C24.5334 6.62668 24.7334 6.64001 24.9467 6.65335C25.12 6.66668 25.28 6.70668 25.44 6.77334C25.5334 6.80001 25.5867 6.89335 25.5867 6.98668V9.10668C25.5867 9.21335 25.5334 9.24001 25.4134 9.21335C25.3067 9.20001 25.2 9.18668 25.0934 9.18668H24.7734C24.5334 9.18668 24.3067 9.22668 24.0934 9.33335C23.8934 9.44001 23.7334 9.62668 23.6667 9.84001C23.5334 10.1467 23.4667 10.4667 23.4534 10.8V11.3467H25.2667C25.3467 11.3467 25.4 11.36 25.4267 11.3867C25.4534 11.4267 25.4667 11.4667 25.4534 11.52V13.7067C25.4534 13.8133 25.3867 13.8533 25.2667 13.8533H23.4534V21.7867C23.4534 21.8267 23.44 21.88 23.4267 21.92C23.4 21.96 23.3467 21.9867 23.2667 21.9867H20.72C20.6 21.9867 20.5467 21.92 20.5467 21.8V13.8533H20.5334Z" fill="white"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_20">
|
|
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_118)">
|
|
16
|
+
<path d="M32 0H0V31.2H32V0Z" fill="#28092E"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.175 6.35C11.8125 6.35 11.4625 6.5375 11.3 6.8375L4.03749 19.075C3.89999 19.3 3.87499 19.55 3.94999 19.8C4.01249 20.05 4.17499 20.25 4.39999 20.3875L16.85 27.3375C17 27.4125 17.175 27.4625 17.325 27.4625C17.6875 27.4625 18.0125 27.275 18.2 26.975L25.4625 14.7375C25.6 14.5125 25.6375 14.2625 25.575 14C25.5125 13.75 25.35 13.55 25.125 13.4125L12.6625 6.475C12.5125 6.3875 12.35 6.35 12.175 6.35ZM17.325 27.9875C17.0625 27.9875 16.8 27.925 16.575 27.8L4.12499 20.85C3.76249 20.65 3.52499 20.325 3.41249 19.9375C3.29999 19.55 3.36249 19.15 3.57499 18.8L10.8375 6.5625C11.1125 6.1 11.625 5.8125 12.175 5.8125C12.4375 5.8125 12.7 5.875 12.925 6L25.375 12.95C25.7375 13.15 25.975 13.475 26.0875 13.8625C26.2 14.25 26.1375 14.65 25.925 15L18.675 27.2375C18.3875 27.6875 17.8625 27.9875 17.325 27.9875Z" fill="#F9D9FF"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.725 12.2C12.175 12.2 10.1125 14.2625 10.1125 16.8125C10.1125 19.3625 12.175 21.425 14.725 21.425C17.275 21.425 19.3375 19.3625 19.3375 16.8125C19.3375 14.2625 17.2625 12.2 14.725 12.2ZM17.225 17.125L13.1625 19.3125C12.9 19.475 12.6875 19.3375 12.675 19.0375V14.65C12.675 14.3375 12.8875 14.2125 13.1625 14.375L17.225 16.575C17.5125 16.725 17.5125 16.975 17.225 17.125Z" fill="#E873FF"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_118">
|
|
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_386)">
|
|
16
|
+
<path d="M25.6875 0.5H6.3125C3.37849 0.5 1 2.87849 1 5.8125V24.4375C1 27.3715 3.37849 29.75 6.3125 29.75H25.6875C28.6215 29.75 31 27.3715 31 24.4375V5.8125C31 2.87849 28.6215 0.5 25.6875 0.5Z" fill="#00005B"/>
|
|
17
|
+
<path d="M8.58375 21.1725H6.19C6.0825 21.1725 6.02875 21.1125 6.02875 20.9912V8.19248C6.02875 8.06748 6.06875 8.01123 6.15375 8.01123C6.62375 7.99707 7.02625 7.98707 7.36125 7.98123L8.3275 7.96123C8.63625 7.95373 8.9525 7.95123 9.28375 7.95123H10.375C11.5025 7.95123 12.4483 8.10873 13.2125 8.42373C13.9231 8.69702 14.5362 9.17569 14.9737 9.79873C15.3829 10.3912 15.5875 11.125 15.5875 12C15.5923 12.5175 15.4826 13.0298 15.2662 13.5C15.053 13.9539 14.7518 14.3609 14.38 14.6975C13.9963 15.0451 13.5535 15.3211 13.0725 15.5125C13.2067 15.6875 13.3946 15.9525 13.6362 16.3075C13.8779 16.6625 14.1429 17.0583 14.4312 17.495C14.7187 17.9317 15.0071 18.3712 15.2962 18.8137C15.5854 19.2562 15.8471 19.6654 16.0812 20.0412C16.315 20.4162 16.4937 20.7125 16.6137 20.9262C16.6326 20.9484 16.6468 20.974 16.6556 21.0017C16.6644 21.0294 16.6676 21.0585 16.665 21.0875C16.6647 21.0989 16.6621 21.1101 16.6572 21.1204C16.6524 21.1308 16.6455 21.14 16.6369 21.1475C16.6283 21.155 16.6183 21.1607 16.6074 21.1641C16.5966 21.1675 16.5851 21.1687 16.5737 21.1675H13.6562C13.5944 21.171 13.5325 21.1607 13.475 21.1375C13.4341 21.1167 13.3992 21.0857 13.3737 21.0475C13.2262 20.8325 13.0425 20.5475 12.82 20.2025C12.5975 19.8575 12.365 19.4637 12.1162 19.035C11.8675 18.6062 11.6162 18.1825 11.3662 17.7662C11.1162 17.35 10.9 16.975 10.7125 16.6412C10.6487 16.5432 10.5727 16.4538 10.4862 16.375C10.4129 16.3248 10.325 16.3003 10.2362 16.305H8.75V20.9937C8.75 21.1125 8.69125 21.1725 8.58375 21.1725ZM8.745 13.9225H10.315C10.7622 13.9325 11.2079 13.8679 11.6337 13.7312C11.9728 13.6254 12.2712 13.4182 12.4887 13.1375C12.6965 12.8464 12.8024 12.4949 12.79 12.1375C12.79 11.5208 12.5621 11.075 12.1062 10.8C11.6504 10.525 11.0467 10.3875 10.295 10.3875C9.9725 10.3875 9.67 10.3875 9.4 10.3975C9.13 10.4075 8.9 10.4137 8.745 10.4275V13.9225Z" fill="#9999FF"/>
|
|
18
|
+
<path d="M26.1937 11.3112V18.9362C26.1937 19.2724 26.1937 19.5699 26.2037 19.8324C26.2137 20.0949 26.2237 20.3224 26.2437 20.5162C26.2637 20.7099 26.2812 20.8749 26.2937 21.0099C26.3074 21.1174 26.2599 21.1699 26.1537 21.1699H23.9999C23.95 21.1754 23.8997 21.1648 23.8563 21.1396C23.8129 21.1144 23.7787 21.076 23.7587 21.0299C23.7312 20.9362 23.7087 20.8312 23.6874 20.7174C23.6685 20.6148 23.6584 20.5106 23.6574 20.4062C23.2533 20.7684 22.7719 21.0338 22.2499 21.1824C21.7969 21.3064 21.3296 21.3712 20.8599 21.3749C20.3979 21.3806 19.9382 21.3088 19.4999 21.1624C19.094 21.0243 18.7277 20.7897 18.4324 20.4787C18.1125 20.1324 17.8723 19.7202 17.7287 19.2712C17.5483 18.6952 17.4638 18.0934 17.4787 17.4899V11.3312C17.4755 11.3094 17.4775 11.2873 17.4845 11.2664C17.4914 11.2456 17.5031 11.2266 17.5186 11.2111C17.5341 11.1956 17.5531 11.1839 17.5739 11.177C17.5948 11.17 17.6169 11.168 17.6387 11.1712H20.1149C20.1367 11.168 20.1589 11.17 20.1797 11.177C20.2005 11.1839 20.2195 11.1956 20.235 11.2111C20.2506 11.2266 20.2622 11.2456 20.2692 11.2664C20.2761 11.2873 20.2781 11.3094 20.2749 11.3312V17.1674C20.2749 17.7183 20.3958 18.1512 20.6374 18.4662C20.8791 18.7812 21.2816 18.9387 21.8449 18.9387C22.1337 18.9425 22.4205 18.8912 22.6899 18.7874C22.945 18.6874 23.1828 18.5483 23.3949 18.3749V11.3112C23.3949 11.2174 23.4549 11.1712 23.5762 11.1712H26.0512C26.0703 11.1683 26.0899 11.1699 26.1083 11.1759C26.1268 11.1819 26.1436 11.1921 26.1574 11.2056C26.1712 11.2192 26.1817 11.2358 26.188 11.2541C26.1943 11.2725 26.1962 11.292 26.1937 11.3112Z" fill="#9999FF"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_386">
|
|
22
|
+
<rect width="32" height="32" 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_123)">
|
|
16
|
+
<path d="M30.6667 1.33334H1.33334V29.8667H30.6667V1.33334Z" fill="#1A2600"/>
|
|
17
|
+
<path d="M0 0V31.2H32V0H0ZM1.33333 1.33333H30.6667V29.8667H1.33333V1.33333Z" fill="#8DD933"/>
|
|
18
|
+
<path d="M22.2 10.8H19.6V11.3334H22.2C22.9734 11.3334 23.6 11.96 23.6 12.7334V19.0134C23.6 19.7867 22.9734 20.4134 22.2 20.4134H18.2667H17.7334H13.8C13.0267 20.4134 12.4 19.7867 12.4 19.0134V17.4667H11.8667V19C11.8667 20.0667 12.7334 20.9334 13.8 20.9334H17.7334V23.0667H14.8V23.6H21.2V23.0667H18.2667V20.9334H22.2C23.2667 20.9334 24.1334 20.0667 24.1334 19V12.7334C24.1334 11.6667 23.2667 10.8 22.2 10.8Z" fill="#EAFFC4"/>
|
|
19
|
+
<path d="M12.4 10L17.5867 12.5067L12.4 15.0267V10ZM18.0933 17.7333C19.1333 17.7333 19.8667 16.88 19.8667 15.84V9.49334C19.8667 8.45334 19.0533 7.60001 18 7.60001H10.0267C8.98666 7.60001 8.13333 8.44001 8.13333 9.49334V15.84C8.13333 16.88 8.98666 17.7467 10.0267 17.7467H18.0933V17.7333Z" fill="#8DD933"/>
|
|
20
|
+
</g>
|
|
21
|
+
<defs>
|
|
22
|
+
<clipPath id="clip0_2_123">
|
|
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_132)">
|
|
16
|
+
<path d="M30.6667 1.33334H1.33333V29.8667H30.6667V1.33334Z" fill="#002623"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0V31.2H32V0H0ZM1.33333 1.33333H30.6667V29.8667H1.33333V1.33333Z" fill="#00E6D2"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.66667 21.7067C8.66667 21.8133 8.62667 21.8 8.52 21.8H6.57333C6.44 21.8 6.4 21.76 6.4 21.6267V7.62665C6.4 7.51999 6.44 7.42665 6.53333 7.42665C7.58667 7.38665 8.53334 7.35999 10.12 7.35999C13.1867 7.35999 15.04 8.82665 15.04 11.48C15.04 13.6667 13.5733 14.8933 12.36 15.3467C12.9867 16.4267 15.0933 20.3067 15.7733 21.6C15.84 21.7067 15.84 21.8 15.6933 21.8H13.4533C13.3067 21.8 13.24 21.8267 13.2 21.76C12.7067 20.9067 11.16 17.8667 10.1733 16.0667H8.66667V21.7067ZM9.97334 13.9333C11.5467 13.9333 12.6667 13.3067 12.6667 11.7067C12.6667 10.1333 11.6533 9.43999 10.0667 9.43999C9.50667 9.43999 8.97334 9.46665 8.66667 9.47999V13.9333H9.97334ZM20 21.6533C20 21.76 19.96 21.8 19.8667 21.8H17.7467C17.64 21.8 17.6 21.7333 17.6 21.6533V7.53332C17.6 7.43999 17.6267 7.39999 17.7467 7.39999H19.8667C19.96 7.39999 20 7.43999 20 7.53332V11.8267C20.6667 11.3067 21.4933 10.9867 22.52 10.9867C23.92 10.9867 25.6 11.6933 25.6 14.8267V21.6267C25.6 21.76 25.56 21.8 25.4533 21.8H23.36C23.2533 21.8 23.2133 21.7333 23.2133 21.6267V15.0533C23.2133 13.76 22.7067 13.0533 21.68 13.0533C21.0133 13.0533 20.48 13.2667 20.0133 13.6933V21.6533H20Z" fill="#00E6D2"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_132">
|
|
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_113)">
|
|
16
|
+
<path d="M30.6667 1.33334H1.33334V29.8667H30.6667V1.33334Z" fill="#002623"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0V31.2H32V0H0ZM1.33333 1.33333H30.6667V29.8667H1.33333V1.33333Z" fill="#B4F8F2"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.66666 21.7067C8.66666 21.8133 8.62666 21.8 8.51999 21.8H6.57333C6.43999 21.8 6.39999 21.76 6.39999 21.6267V7.62665C6.39999 7.51999 6.43999 7.42665 6.53333 7.42665C7.58666 7.38665 8.53333 7.35999 10.12 7.35999C13.1867 7.35999 15.04 8.82665 15.04 11.48C15.04 13.6667 13.5733 14.8933 12.36 15.3467C12.9867 16.4267 15.0933 20.3067 15.7733 21.6C15.84 21.7067 15.84 21.8 15.6933 21.8H13.4533C13.3067 21.8 13.24 21.8267 13.2 21.76C12.7067 20.9067 11.16 17.8667 10.1733 16.0667H8.66666V21.7067ZM9.97333 13.9333C11.5467 13.9333 12.6667 13.3067 12.6667 11.7067C12.6667 10.1333 11.6533 9.43999 10.0667 9.43999C9.50666 9.43999 8.97333 9.46665 8.66666 9.47999V13.9333H9.97333ZM20 21.6533C20 21.76 19.96 21.8 19.8667 21.8H17.7467C17.64 21.8 17.6 21.7333 17.6 21.6533V7.53332C17.6 7.43999 17.6267 7.39999 17.7467 7.39999H19.8667C19.96 7.39999 20 7.43999 20 7.53332V11.8267C20.6667 11.3067 21.4933 10.9867 22.52 10.9867C23.92 10.9867 25.6 11.6933 25.6 14.8267V21.6267C25.6 21.76 25.56 21.8 25.4533 21.8H23.36C23.2533 21.8 23.2133 21.7333 23.2133 21.6267V15.0533C23.2133 13.76 22.7067 13.0533 21.68 13.0533C21.0133 13.0533 20.48 13.2667 20.0133 13.6933V21.6533H20Z" fill="#B4F8F2"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_113">
|
|
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_312)">
|
|
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="M5.87891 21.8364V8.18361C5.87681 8.16233 5.87909 8.14085 5.88561 8.12048C5.89214 8.10012 5.90277 8.08131 5.91686 8.06521C5.93094 8.04912 5.94817 8.03609 5.96749 8.02692C5.98681 8.01775 6.0078 8.01264 6.02918 8.0119C6.24389 7.9978 6.55873 7.98707 6.97371 7.97971C7.38862 7.97264 7.87521 7.96548 8.43348 7.95822C8.99161 7.95119 9.58551 7.94761 10.2152 7.94748C11.9325 7.94748 13.3565 8.24086 14.4871 8.82762C15.5586 9.35848 16.4451 10.2001 17.0309 11.2426C17.596 12.266 17.8787 13.4431 17.8788 14.7739C17.8951 15.7051 17.7461 16.6317 17.4388 17.5109C17.1698 18.2634 16.7621 18.9588 16.2366 19.561C15.7392 20.1247 15.156 20.6065 14.5085 20.9885C13.8664 21.3671 13.172 21.6492 12.4477 21.8257C11.7385 22.0022 11.0105 22.0922 10.2796 22.094H8.68034C8.11478 22.094 7.58885 22.0904 7.10254 22.0833C6.61582 22.0759 6.25089 22.0652 6.00775 22.0511C5.92188 22.0511 5.87893 21.9795 5.87891 21.8364ZM8.84134 10.5879V19.4751C8.99864 19.4751 9.14174 19.4787 9.27064 19.4858C9.39948 19.4932 9.53158 19.5002 9.66778 19.5073C9.80365 19.5147 9.95749 19.5182 10.1293 19.518C10.7786 19.5264 11.4245 19.4248 12.0398 19.2175C12.591 19.0302 13.0934 18.7222 13.5103 18.3159C13.9297 17.8972 14.2522 17.3916 14.4549 16.8347C14.6857 16.1948 14.7984 15.5184 14.7876 14.8383C14.8008 14.1974 14.6915 13.5599 14.4656 12.9599C14.2642 12.4424 13.9444 11.9793 13.5318 11.6076C13.1104 11.2351 12.6119 10.9603 12.0721 10.8026C11.4692 10.6255 10.8435 10.5387 10.2152 10.545C9.92871 10.545 9.689 10.5485 9.49603 10.5557C9.30287 10.5631 9.08464 10.5738 8.84134 10.5879V10.5879Z" fill="#99E83F"/>
|
|
18
|
+
<path d="M26.3148 14.1728C25.9114 13.9655 25.4817 13.8139 25.0375 13.722C24.5481 13.6097 24.0477 13.5521 23.5456 13.5503C23.274 13.5429 23.0027 13.5755 22.7406 13.6469C22.5737 13.684 22.4254 13.7791 22.322 13.9152C22.252 14.0241 22.2148 14.1507 22.2147 14.2802C22.2186 14.4057 22.2638 14.5264 22.3434 14.6236C22.4688 14.7703 22.622 14.8907 22.7942 14.9778C23.1003 15.1426 23.4157 15.2896 23.7388 15.4179C24.4592 15.659 25.1476 15.987 25.7888 16.3946C26.2256 16.6703 26.5871 17.0502 26.8407 17.5001C27.054 17.9262 27.1608 18.3976 27.152 18.874C27.1648 19.5031 26.9851 20.121 26.6368 20.645C26.2639 21.1769 25.746 21.5905 25.1448 21.8364C24.4934 22.1225 23.6884 22.2657 22.7298 22.2658C22.1209 22.2719 21.5129 22.2144 20.9159 22.094C20.4659 22.0088 20.0292 21.8645 19.6171 21.6647C19.5702 21.6405 19.5311 21.6034 19.5045 21.5577C19.4779 21.5121 19.4649 21.4598 19.4669 21.4071V19.0887C19.4643 19.066 19.4679 19.043 19.4774 19.0222C19.4868 19.0014 19.5018 18.9836 19.5206 18.9706C19.539 18.9602 19.5602 18.9556 19.5813 18.9576C19.6024 18.9595 19.6224 18.9678 19.6386 18.9814C20.1294 19.2837 20.6658 19.5048 21.2272 19.6361C21.7398 19.7646 22.2657 19.833 22.7942 19.84C23.295 19.84 23.6635 19.7756 23.8997 19.6468C24.0064 19.598 24.0967 19.5193 24.1595 19.4202C24.2224 19.3212 24.2552 19.206 24.254 19.0887C24.254 18.9029 24.1466 18.724 23.932 18.552C23.7173 18.3803 23.2808 18.1728 22.6225 17.9295C21.9484 17.6949 21.3093 17.3699 20.7227 16.9635C20.3031 16.6717 19.9575 16.2857 19.7138 15.8365C19.5026 15.4135 19.3959 14.9461 19.4025 14.4733C19.4013 13.9054 19.5573 13.3481 19.8533 12.8633C20.1907 12.3295 20.6753 11.9046 21.2486 11.6397C21.8782 11.3251 22.6653 11.1677 23.61 11.1675C24.1632 11.163 24.7159 11.2025 25.2629 11.2855C25.648 11.335 26.024 11.4399 26.3792 11.5968C26.4083 11.6052 26.4351 11.6202 26.4575 11.6407C26.4798 11.6612 26.4971 11.6866 26.508 11.7149C26.5225 11.7673 26.5297 11.8215 26.5294 11.8759V14.044C26.5309 14.0692 26.5258 14.0944 26.5145 14.117C26.5032 14.1396 26.4861 14.1589 26.4651 14.1728C26.4426 14.187 26.4165 14.1946 26.3899 14.1946C26.3633 14.1946 26.3373 14.187 26.3148 14.1728Z" fill="#99E83F"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_312">
|
|
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_334)">
|
|
16
|
+
<path d="M5.66667 0H26.3333C29.4629 0 32 2.53707 32 5.66667V25.5333C32 28.6629 29.4629 31.2 26.3333 31.2H5.66667C2.53707 31.2 0 28.6629 0 25.5333V5.66667C0 2.53707 2.53707 0 5.66667 0Z" fill="#1E3101"/>
|
|
17
|
+
<path d="M6.92146 21.8793V8.16213C6.92146 8.06213 6.9644 8.01186 7.05026 8.01186C7.27906 8.01186 7.55093 8.00826 7.866 8.00106C8.18053 7.99399 8.52053 7.98693 8.8856 7.97959C9.25053 7.97253 9.63693 7.96533 10.0448 7.95813C10.4527 7.95106 10.8569 7.94746 11.2577 7.94733C12.3452 7.94733 13.2611 8.08333 14.0055 8.35519C14.6769 8.58226 15.2892 8.95639 15.7979 9.44999C16.2291 9.87786 16.5623 10.3943 16.7747 10.9635C16.9755 11.5173 17.0772 12.1024 17.0752 12.6915C17.0752 13.8365 16.8104 14.7811 16.2809 15.5251C15.7479 16.2721 14.9987 16.8377 14.1343 17.1459C13.1708 17.4928 12.1528 17.6637 11.1289 17.6504C10.814 17.6504 10.5923 17.6468 10.4635 17.6396C10.3347 17.6325 10.1415 17.6289 9.88386 17.6288V21.8577C9.8972 21.9511 9.8324 22.0376 9.73906 22.0509C9.72306 22.0532 9.7068 22.0532 9.6908 22.0509H7.07173C6.97146 22.0511 6.92146 21.9941 6.92146 21.8793ZM9.88386 10.5879V15.0315C10.0697 15.0459 10.2415 15.0531 10.3991 15.0529H11.1075C11.6271 15.0605 12.1447 14.9881 12.6423 14.8383C13.0676 14.712 13.4476 14.466 13.7371 14.1299C14.0161 13.8008 14.1557 13.3429 14.1557 12.756C14.1671 12.3408 14.0591 11.9309 13.8445 11.5753C13.6189 11.2315 13.2929 10.9653 12.9108 10.8133C12.4119 10.6193 11.8788 10.5281 11.3437 10.5451C11.0003 10.5451 10.6961 10.5487 10.4313 10.5557C10.1663 10.5631 9.98386 10.5739 9.88386 10.5879Z" fill="#99E83F"/>
|
|
18
|
+
<path d="M25.0392 19.9258V21.6861C25.0392 21.8437 24.982 21.9367 24.8675 21.9651C24.5857 22.0534 24.2989 22.1251 24.0088 22.1798C23.6688 22.2403 23.3237 22.2691 22.9784 22.2657C22.0479 22.2657 21.3181 22.0223 20.7888 21.5358C20.2592 21.0494 19.9944 20.2695 19.9945 19.1959V13.8722H18.728C18.6133 13.8722 18.5563 13.8078 18.5563 13.679V11.5538C18.5563 11.4394 18.6207 11.3822 18.7495 11.3821H20.016C20.0301 11.1389 20.048 10.8562 20.0697 10.5342C20.0912 10.2122 20.1197 9.8902 20.1556 9.5682C20.1912 9.2462 20.2233 8.985 20.2521 8.78473C20.2663 8.7418 20.2881 8.7018 20.3165 8.66673C20.3443 8.6318 20.3815 8.60567 20.4239 8.59167L22.9784 8.26967C23.0344 8.26047 23.0707 8.26047 23.0964 8.27553C23.1248 8.28993 23.1287 8.327 23.1287 8.39847C23.0999 8.7278 23.0784 9.17513 23.0643 9.74007C23.0499 10.3055 23.0355 10.853 23.0213 11.3822H25.0177C25.1036 11.3822 25.1465 11.4394 25.1465 11.5539V13.7221C25.1575 13.793 25.1099 13.8597 25.0392 13.8723H22.9999V18.4662C22.9999 18.9529 23.0821 19.2999 23.2468 19.5073C23.4111 19.7149 23.7152 19.8187 24.1591 19.8186C24.2879 19.8186 24.4092 19.8153 24.524 19.8078C24.6384 19.8007 24.7529 19.7901 24.8675 19.7757C24.9064 19.7611 24.9499 19.765 24.9855 19.7863C25.0211 19.8078 25.0392 19.8543 25.0392 19.9258Z" fill="#99E83F"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_334">
|
|
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_323)">
|
|
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="#1E3101"/>
|
|
17
|
+
<path d="M10.0133 22.2667C9.28 22.28 8.54667 22.2 7.84001 22.0667C7.28001 21.96 6.72001 21.7867 6.20001 21.5467C6.08001 21.4933 6.02667 21.3733 6.02667 21.1867V18.6267C6.02667 18.5867 6.04 18.5333 6.08 18.5067C6.12 18.48 6.17334 18.4933 6.21334 18.52C6.81334 18.8933 7.45334 19.1733 8.12001 19.36C8.76001 19.5467 9.42667 19.64 10.0933 19.64C10.9067 19.64 11.4933 19.52 11.84 19.2667C12.16 19.0667 12.36 18.72 12.36 18.3333C12.36 18.1067 12.3067 17.88 12.1867 17.68C12.0267 17.4533 11.8267 17.2533 11.5867 17.1067C11.2133 16.88 10.8133 16.68 10.4 16.5333L9.33334 16.08C8.46667 15.7067 7.77334 15.3067 7.28 14.8933C6.82667 14.5333 6.48001 14.0667 6.26667 13.5333C6.08001 13.0267 5.98667 12.5067 5.98667 11.96C5.96001 10.4133 6.86667 8.98666 8.28 8.35999C9.04 7.99999 9.98667 7.81332 11.12 7.81332C11.76 7.81332 12.4 7.85332 13.04 7.94666C13.5333 7.99999 14.0133 8.14666 14.4667 8.35999C14.56 8.41332 14.6267 8.51999 14.6133 8.63999V11.0667C14.6133 11.1067 14.5867 11.1467 14.5467 11.1733C14.4933 11.2 14.44 11.16 14.4 11.1467C14.32 11.1067 14.24 11.0667 14.16 11.0267C14 10.96 13.84 10.8933 13.6667 10.8267C13.5067 10.7733 13.3333 10.72 13.16 10.6667C13.08 10.64 12.9867 10.6267 12.9067 10.6C12.32 10.4667 11.72 10.4 11.12 10.4133C10.76 10.4133 10.4133 10.44 10.0667 10.52C9.82667 10.5733 9.58667 10.6667 9.37334 10.7867C9.20001 10.88 9.06667 11.0267 8.97334 11.2C8.89334 11.36 8.84001 11.5333 8.84001 11.7067C8.84001 11.92 8.90667 12.1467 9.02667 12.32C9.2 12.5467 9.42667 12.72 9.66667 12.8533C10.0667 13.08 10.48 13.2933 10.9067 13.48L11.7067 13.7867C12.6533 14.1733 13.3867 14.5867 13.92 15.0267C14.4 15.4 14.7867 15.8933 15.04 16.44C15.2533 16.96 15.36 17.52 15.36 18.08C15.3733 18.88 15.1333 19.6533 14.68 20.3067C14.2 20.96 13.5467 21.4667 12.8 21.7733C12.0533 22.0933 11.1067 22.2667 10.0133 22.2667Z" fill="#99E83F"/>
|
|
18
|
+
<path d="M21.5067 11.1733C22.56 11.1733 23.4267 11.3599 24.0667 11.7466C24.6933 12.1066 25.2 12.6533 25.52 13.3199C25.84 14.0133 26 14.7733 25.9867 15.5333V19.6799C25.9867 19.9466 25.9867 20.2133 26 20.4533C26.0133 20.6933 26.0133 20.9466 26.0267 21.1999C26.0267 21.2533 26.0133 21.2933 25.9867 21.3066C25.3467 21.5466 24.7733 21.7466 24.2667 21.8799C23.7867 22.0133 23.3067 22.1199 22.8133 22.1866C22.32 22.2399 21.8133 22.2799 21.3067 22.2666C20.56 22.2799 19.8267 22.1466 19.1333 21.8799C18.5067 21.6399 17.96 21.2266 17.56 20.6933C17.16 20.1599 16.96 19.4933 16.96 18.6799C16.96 17.9066 17.1733 17.2666 17.5867 16.7466C18.04 16.2133 18.64 15.7999 19.32 15.5866C20.1333 15.3199 20.9733 15.1866 21.8267 15.1999H22.6133C22.7733 15.1999 22.9333 15.1999 23.0933 15.2266V15.0933C23.08 14.9599 23.0667 14.8399 23.0133 14.7199C22.96 14.5466 22.8533 14.3866 22.72 14.2533C22.5467 14.0933 22.3333 13.9733 22.1067 13.8933C21.76 13.7866 21.4 13.7466 21.04 13.7599C20.52 13.7599 20 13.7999 19.4933 13.9066C19.04 13.9999 18.6 14.1333 18.1867 14.3199C18.1467 14.3333 18.0933 14.3333 18.0533 14.3199C18.0133 14.3066 17.9867 14.2533 17.9867 14.2133V12.0533C17.9733 11.9466 18.04 11.8533 18.1333 11.8133C18.64 11.5866 19.1867 11.4266 19.7333 11.3333C20.3333 11.2266 20.92 11.1733 21.5067 11.1733ZM23.0933 19.7599V17.4799C22.92 17.4533 22.76 17.4266 22.6 17.4133C22.44 17.3999 22.2533 17.3866 22.0267 17.3866C21.2533 17.3866 20.7067 17.5066 20.3867 17.7333C20.08 17.9466 19.8933 18.3066 19.9067 18.6799C19.9067 18.9066 19.9733 19.1199 20.0933 19.3066C20.24 19.5199 20.4533 19.6799 20.6933 19.7733C21.0267 19.9066 21.3867 19.9733 21.76 19.9599C22 19.9599 22.2533 19.9466 22.4933 19.9066C22.68 19.8666 22.8933 19.8133 23.0933 19.7599Z" fill="#99E83F"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_323">
|
|
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 31" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
|
|
15
|
+
<g clip-path="url(#clip0_2_345)">
|
|
16
|
+
<path d="M5.688 0H26.312C29.4534 0 32 2.54657 32 5.688V25.1691C32 28.3106 29.4534 30.8571 26.312 30.8571H5.688C2.54657 30.8571 0 28.3106 0 25.1691V5.688C0 2.54657 2.54657 0 5.688 0Z" fill="#1E3101"/>
|
|
17
|
+
<path d="M9.89859 21.8426C9.15887 21.8494 8.4203 21.7803 7.69459 21.6363C7.12144 21.5266 6.56344 21.348 6.03344 21.1043C5.90687 21.0269 5.83859 20.8817 5.85973 20.7352V18.1512C5.8543 18.1043 5.87516 18.0586 5.91401 18.0317C5.95973 18.0103 6.01316 18.0146 6.05516 18.0426C6.65544 18.416 7.3063 18.7012 7.98773 18.8894C8.63773 19.0734 9.31001 19.1683 9.98544 19.1717C10.8106 19.1717 11.4006 19.0452 11.7552 18.7917C12.082 18.5883 12.2826 18.2323 12.2872 17.8472C12.2906 17.6146 12.2306 17.3857 12.1134 17.1849C11.9566 16.9497 11.7489 16.7532 11.5054 16.6094C11.1266 16.3772 10.7266 16.1809 10.3112 16.0232L9.22544 15.5672C8.47801 15.2709 7.77916 14.8649 7.15173 14.362C6.69744 13.9966 6.34259 13.5223 6.1203 12.9832C5.92944 12.4766 5.83373 11.9392 5.83801 11.398C5.80944 9.8283 6.72516 8.39487 8.16144 7.76087C9.06344 7.3643 10.0429 7.17515 11.0277 7.20715C11.6777 7.20401 12.3272 7.24772 12.9712 7.33744C13.4717 7.39487 13.9597 7.5343 14.4152 7.75001C14.516 7.80687 14.5752 7.91687 14.5672 8.0323C14.5672 8.05544 14.5672 8.07887 14.5672 8.10201C14.5672 8.16487 14.5672 8.22772 14.5672 8.29087C14.5672 8.38344 14.5672 8.47601 14.5672 8.56858C14.5672 8.68087 14.5672 8.79315 14.5672 8.90544C14.5672 9.02744 14.5672 9.14944 14.5672 9.27144C14.5672 9.39315 14.5672 9.51458 14.5672 9.6363C14.5672 9.74772 14.5672 9.85887 14.5672 9.9703C14.5672 10.0612 14.5672 10.1523 14.5672 10.2432C14.5672 10.3037 14.5672 10.3643 14.5672 10.4249C14.5672 10.4563 14.5694 10.4889 14.5617 10.5197C14.552 10.5589 14.5237 10.5894 14.484 10.5989C14.4317 10.6112 14.3914 10.5829 14.3472 10.5606C14.2974 10.5354 14.248 10.5109 14.1977 10.4869C14.0974 10.4392 13.996 10.394 13.8934 10.352C13.6883 10.2677 13.4783 10.1949 13.2652 10.1334C13.1286 10.0943 12.9906 10.0597 12.8514 10.0303C12.2597 9.89858 11.6552 9.83315 11.0492 9.83487C10.6914 9.8283 10.3343 9.86487 9.98516 9.94344C9.73801 9.99915 9.5003 10.0906 9.27944 10.2149C9.10944 10.312 8.9703 10.4549 8.87773 10.6274C8.79344 10.7843 8.74859 10.9594 8.74744 11.1377C8.7443 11.3597 8.81287 11.5766 8.94287 11.7566C9.12173 11.9792 9.34316 12.1637 9.5943 12.2994C10.0029 12.5343 10.4234 12.748 10.8537 12.94L11.6572 13.244C12.46 13.5483 13.2134 13.9689 13.8937 14.4926C14.3806 14.8717 14.768 15.3637 15.0229 15.9257C15.2426 16.4517 15.3534 17.0169 15.3489 17.5869C15.3646 18.3894 15.1252 19.1766 14.6646 19.8343C14.1834 20.4986 13.5249 21.014 12.7646 21.3217C11.8543 21.6877 10.8792 21.8649 9.89859 21.8426Z" fill="#99E83F"/>
|
|
18
|
+
<path d="M19.5177 18.9546L22.6011 19.1066C23.4568 19.1118 24.304 19.2775 25.0983 19.5952C25.6497 19.8181 26.1194 20.2046 26.4445 20.7026C26.7231 21.1721 26.866 21.7095 26.8571 22.2552C26.8565 22.9952 26.608 23.7138 26.1514 24.2963C25.6343 24.9541 24.9525 25.4635 24.1754 25.7729C23.2125 26.1563 22.1823 26.3409 21.1463 26.3158C20.1303 26.3492 19.1183 26.1755 18.1714 25.8055C17.4905 25.5429 16.8965 25.0955 16.456 24.5135C16.12 24.0681 15.9303 23.5295 15.9131 22.9718C15.9205 22.7103 15.9874 22.4543 16.1088 22.2226C16.2763 21.9006 16.4843 21.6015 16.7277 21.3323C17.0717 20.9458 17.4417 20.5829 17.8351 20.2466C18.3723 19.7861 18.934 19.3546 19.5177 18.9546ZM20.9077 17.9123C20.3631 17.9132 19.8203 17.8512 19.29 17.7278C18.7737 17.6101 18.2817 17.4043 17.8351 17.1198C17.3963 16.8406 17.0343 16.4563 16.7817 16.0015C16.5088 15.4875 16.374 14.9112 16.3908 14.3295C16.3848 13.6703 16.5657 13.0229 16.912 12.4621C17.2785 11.8803 17.8014 11.4138 18.4211 11.1158C19.1705 10.7632 19.9925 10.5921 20.8205 10.6163C21.2114 10.6163 21.5914 10.6343 21.9605 10.6706C22.3297 10.7069 22.6374 10.7469 22.8834 10.7901C22.9845 10.8046 23.0788 10.8155 23.1657 10.8226C23.2525 10.8301 23.332 10.8335 23.4045 10.8335H26.3794C26.4663 10.8335 26.5097 10.8843 26.5097 10.9855V13.0049C26.5271 13.0715 26.4868 13.1398 26.4203 13.1569C26.3997 13.1623 26.3783 13.1623 26.3577 13.1569C26.2128 13.1569 25.9848 13.1461 25.6737 13.1243C25.3623 13.1026 25.0908 13.0772 24.8594 13.0483C24.9557 13.2315 25.032 13.4243 25.0874 13.6238C25.1577 13.8895 25.1905 14.1635 25.1851 14.4381C25.212 15.1283 25.018 15.8092 24.6314 16.3815C24.246 16.9081 23.7134 17.3083 23.1005 17.5323C22.3997 17.7946 21.656 17.9235 20.9077 17.9123ZM20.6034 19.2369L18.3017 20.6701C18.0248 20.3863 17.8071 20.0506 17.6611 19.6821C17.5231 19.3261 17.4603 18.9452 17.4765 18.5638C17.4894 18.2529 17.548 17.9458 17.6503 17.6518C17.7485 17.3678 17.8954 17.1032 18.0848 16.8701L20.2343 17.7386C20.1865 17.8412 20.1571 17.9515 20.1474 18.0643C20.1328 18.1943 20.1328 18.3255 20.1474 18.4552C20.1465 18.5981 20.1883 18.7378 20.2668 18.8569C20.362 18.9978 20.4751 19.1255 20.6034 19.2369ZM24.0997 22.7112C24.1188 22.4638 24.0128 22.2235 23.8174 22.0706C23.582 21.9141 23.3151 21.8103 23.0357 21.7666C22.6703 21.6978 22.3 21.6581 21.9283 21.6472L19.5397 21.5386C19.2974 21.6938 19.0931 21.9015 18.9425 22.1466C18.8205 22.3129 18.7423 22.5069 18.7145 22.7112C18.7271 22.9575 18.8317 23.1901 19.0077 23.3626C19.2583 23.6132 19.5683 23.7963 19.9088 23.8946C20.3723 24.0409 20.8563 24.1106 21.342 24.1009C21.8771 24.1161 22.4117 24.0503 22.9271 23.9055C23.2631 23.8158 23.57 23.6401 23.8174 23.3952C23.9948 23.2115 24.0957 22.9669 24.0997 22.7112ZM22.3625 14.3295C22.3668 14.0601 22.3111 13.7929 22.1997 13.5478C22.0923 13.3175 21.9183 13.1246 21.7003 12.9941C21.4388 12.8472 21.142 12.7758 20.8425 12.7878C20.4325 12.7632 20.0297 12.9041 19.7243 13.1786C19.4397 13.4832 19.2943 13.8921 19.3225 14.3078C19.318 14.6866 19.4534 15.0538 19.7025 15.3392C19.9954 15.6526 20.4145 15.8163 20.8425 15.7843C21.2488 15.8049 21.6468 15.6646 21.95 15.3935C22.2325 15.1138 22.3825 14.7269 22.3625 14.3295Z" fill="#99E83F"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_345">
|
|
22
|
+
<rect width="32" height="30.8571" fill="white"/>
|
|
23
|
+
</clipPath>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>
|
|
26
|
+
`;
|
|
27
|
+
};
|
|
28
|
+
</script>
|
|
29
|
+
|
|
30
|
+
{@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 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_176)">
|
|
16
|
+
<path d="M30.6562 1.32916H1.30829V29.929H30.6562V1.32916Z" fill="url(#paint0_radial_2_176)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0V31.2L31.9732 31.1956L32 0H0ZM1.3083 1.32917H30.6563L30.6399 29.929H1.30657L1.3083 1.32917Z" fill="#DCDCDC"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.4348 21.3378C17.356 21.2777 17.3162 21.199 17.3162 21.0792V19.1725C17.3162 19.1126 17.3961 19.0524 17.4748 19.1126C18.3694 19.7285 19.4149 20.0071 20.4081 20.0071C21.8589 20.0071 22.4548 19.2511 22.4548 18.3977C22.4548 17.6418 22.0775 17.0272 20.6867 16.2126L19.9708 15.8358C17.9254 14.6824 17.3295 13.5105 17.3295 12.0212C17.3295 9.99444 18.7401 8.36508 21.4016 8.36508C22.5735 8.36508 23.3668 8.54379 23.8641 8.82244C23.9628 8.86241 23.9828 8.92113 23.9828 9.04112V10.829C23.9828 10.9078 23.9029 10.9678 23.8242 10.9078C23.2081 10.5105 22.3748 10.3118 21.4414 10.3118C19.9123 10.3118 19.4149 11.1864 19.4149 11.8811C19.4149 12.6371 19.7922 13.1931 21.1628 13.9478L21.7988 14.285C24.0641 15.5371 24.6401 16.7485 24.6401 18.2379C24.6401 20.4431 23.0307 21.9738 20.4081 21.9738C19.2362 21.9738 18.1709 21.755 17.4348 21.3378ZM10.6495 10.5277H7.31215C7.21215 10.5277 7.17744 10.4704 7.19743 10.3518L7.43611 8.66645C7.45479 8.56775 7.49476 8.52777 7.59476 8.52777H15.9388C16.0574 8.52777 16.0974 8.56775 16.1175 8.68644L16.2761 10.3691C16.2961 10.4879 16.2361 10.5277 16.1375 10.5277H12.7828V21.7191C12.7828 21.8178 12.7427 21.8605 12.6241 21.8605H10.8081C10.6894 21.8605 10.6495 21.8204 10.6495 21.7019V10.5277Z" fill="#DCDCDC"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<radialGradient id="paint0_radial_2_176" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13.0088 10.8561) scale(19.1526)">
|
|
22
|
+
<stop stop-color="#111111" stop-opacity="0.85"/>
|
|
23
|
+
<stop offset="0.7669" stop-color="#0A0A0A"/>
|
|
24
|
+
</radialGradient>
|
|
25
|
+
<clipPath id="clip0_2_176">
|
|
26
|
+
<rect width="32" height="31.2" fill="white"/>
|
|
27
|
+
</clipPath>
|
|
28
|
+
</defs>
|
|
29
|
+
</svg>
|
|
30
|
+
`;
|
|
31
|
+
};
|
|
32
|
+
</script>
|
|
33
|
+
|
|
34
|
+
{@html svgContent()}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 63 63" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
|
|
15
|
+
<linearGradient id="a" x1="50.048061%" x2="50.048061%" y1="100%">
|
|
16
|
+
<stop stop-color="#0052cc"/>
|
|
17
|
+
<stop offset="1" stop-color="#2684ff"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<path d="m55.59.07h-47.59c-4.09405078 0-7.41448241 3.31595294-7.42006073 7.41v47.52c-.00791682 1.9730991.77030774 3.8681213 2.16269326 5.2661365 1.39238553 1.3980151 3.28425224 2.1838635 5.25736747 2.1838635h47.59c1.9713817-.0026407 3.8606757-.7896772 5.250897-2.1874031s2.1670753-3.2912295 2.1591638-5.2625969v-47.52c-.0055694-4.09014608-3.3199147-7.40449138-7.4100608-7.41zm-28.09 44.93c-.0026377.6594819-.2678382 1.2907542-.7369724 1.7542587-.4691341.4635046-1.1035619.721065-1.7630276.7158222h-10.4c-1.3602365-.005588-2.46-1.1098333-2.46-2.4700809v-30.95c0-1.3602476 1.0997635-2.4644929 2.46-2.47h10.4c1.3618668.0054804 2.4645196 1.1081332 2.47 2.47zm24-14.21c0 .6603158-.2642968 1.2931595-.7340204 1.7572465-.4697237.464087-1.1057125.7207735-1.7659796.7129359h-10.4c-1.3618668-.0056628-2.4645196-1.1083156-2.47-2.4701824v-16.74c.0054804-1.3618668 1.1081332-2.4645196 2.47-2.47h10.4c1.3602365.0055071 2.4600111 1.1097524 2.46 2.47z" fill="url(#a)"/>
|
|
20
|
+
</svg>
|
|
21
|
+
`;
|
|
22
|
+
};
|
|
23
|
+
</script>
|
|
24
|
+
|
|
25
|
+
{@html svgContent()}
|