@selemondev/svgl-svelte 2.6.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/ClickUp.svelte +32 -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 +49 -0
- package/dist/index.js +49 -0
- package/package.json +1 -1
|
@@ -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()}
|
|
@@ -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_220)">
|
|
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="M24.8823 23.4601H21.0814C20.9163 23.4631 20.754 23.4169 20.6152 23.3274C20.4764 23.2379 20.3673 23.1092 20.3019 22.9575L16.1756 13.3096C16.1648 13.2721 16.1423 13.239 16.1112 13.2153C16.0801 13.1915 16.0423 13.1785 16.0032 13.1779C15.9641 13.1774 15.9259 13.1895 15.8943 13.2124C15.8626 13.2353 15.8392 13.2678 15.8274 13.3051L13.256 19.4308C13.242 19.4639 13.2365 19.5 13.2398 19.5358C13.2432 19.5716 13.2554 19.606 13.2752 19.6359C13.2951 19.6659 13.3221 19.6904 13.3538 19.7074C13.3855 19.7244 13.4209 19.7333 13.4568 19.7333H16.2834C16.369 19.7333 16.4527 19.7586 16.5241 19.8058C16.5955 19.8531 16.6514 19.9204 16.6848 19.9992L17.9223 22.7532C17.9551 22.8304 17.9683 22.9146 17.9606 22.9982C17.9529 23.0818 17.9246 23.1622 17.8783 23.2322C17.832 23.3022 17.7691 23.3597 17.6951 23.3994C17.6212 23.4392 17.5386 23.46 17.4546 23.4601H7.16453C7.08714 23.4596 7.01106 23.44 6.94308 23.403C6.87509 23.366 6.81732 23.3128 6.77491 23.248C6.7325 23.1833 6.70676 23.1091 6.7 23.0319C6.69324 22.9549 6.70565 22.8773 6.73615 22.8061L13.2814 7.21917C13.3483 7.0542 13.4634 6.91323 13.6116 6.81467C13.7599 6.71611 13.9344 6.66453 14.1124 6.66667H17.8875C18.0656 6.66432 18.2402 6.7158 18.3885 6.81439C18.5368 6.91298 18.6519 7.05407 18.7186 7.21917L25.3092 22.8061C25.3397 22.8772 25.3521 22.9546 25.3454 23.0316C25.3388 23.1086 25.3132 23.1828 25.2709 23.2475C25.2287 23.3122 25.1711 23.3655 25.1033 23.4026C25.0355 23.4396 24.9596 23.4594 24.8823 23.4601Z" fill="#FA0F00"/>
|
|
18
|
+
</g>
|
|
19
|
+
<defs>
|
|
20
|
+
<clipPath id="clip0_2_220">
|
|
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,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_214)">
|
|
16
|
+
<path d="M30.76 1.25333H1.25333V29.9467H30.76V1.25333Z" fill="url(#paint0_radial_2_214)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 5.74667V25.5067C0 28.6533 2.42667 31.2 5.58667 31.2H26.2933C29.4533 31.2 32.0133 28.64 32.0133 25.4933V5.70667C32 2.56 29.44 0 26.28 0H5.58667C2.42667 0 0 2.56 0 5.70667V5.74667ZM25.8667 1.34667C28.4133 1.34667 30.6533 3.44 30.6533 5.98667V24.96C30.6533 27.5067 28.5867 29.8533 26.04 29.8533H5.96C3.41333 29.8533 1.34667 27.6933 1.34667 25.1467V6.25333C1.34667 3.72 3.41333 1.34667 5.94667 1.34667H25.8667Z" fill="#AAA0FF"/>
|
|
18
|
+
<path d="M18.0933 7.38666L8.72 16.76L7.53333 21.5467L12.3067 20.3467L21.68 10.9733L18.0933 7.38666Z" fill="#AAA0FF"/>
|
|
19
|
+
<path d="M18.76 23.9467C18.6667 23.9467 18.5733 23.9467 18.4667 23.9333C17.9333 23.8667 17.5467 23.48 17.36 22.8667C17.3467 22.8133 17.3333 22.7733 17.32 22.72C16.04 23.4 14.48 23.88 12.9067 23.88H8.06667C7.92 23.88 7.8 23.76 7.8 23.6133C7.8 23.4667 7.92 23.3467 8.06667 23.3467H12.9067C14.5067 23.3467 16.04 22.84 17.2533 22.1733C17.1867 20.9733 17.6533 19.5067 18.3867 18.88C18.84 18.4933 19.36 18.4267 19.88 18.6667C20.3067 18.8667 20.48 19.2667 20.3733 19.76C20.1867 20.5733 19.2133 21.6133 17.8267 22.4533C17.84 22.5467 17.8667 22.64 17.8933 22.72C18.0267 23.1467 18.24 23.3733 18.56 23.4133C19.7467 23.56 20.8 22.44 21.4267 21.7867C21.8133 21.3733 21.9867 21.1867 22.2133 21.2267C22.32 21.24 22.4 21.3067 22.4533 21.4C22.56 21.6 22.4533 21.8267 22.2667 22.2267C22.12 22.5467 21.84 23.1467 21.96 23.3333C22 23.4 22.12 23.4267 22.2933 23.4267C22.6533 23.4267 23.7467 22.6133 23.84 22.3333C23.88 22.1867 24.0267 22.12 24.1733 22.16C24.32 22.2 24.3867 22.3467 24.3467 22.4933C24.1867 23.0267 22.88 23.96 22.2933 23.96C21.92 23.96 21.6533 23.84 21.5067 23.6133C21.2933 23.2667 21.4267 22.8 21.6133 22.36C20.9467 23.0267 19.96 23.9467 18.76 23.9467ZM19.2667 19.04C19.08 19.04 18.8933 19.12 18.72 19.2667C18.1733 19.7333 17.7867 20.8667 17.76 21.84C18.92 21.0933 19.6933 20.2267 19.8267 19.6267C19.8933 19.3067 19.76 19.2 19.6267 19.1333C19.5067 19.08 19.3867 19.04 19.2667 19.04Z" fill="#DDD8FF"/>
|
|
20
|
+
</g>
|
|
21
|
+
<defs>
|
|
22
|
+
<radialGradient id="paint0_radial_2_214" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13.0108 10.8107) scale(19.2351 19.2351)">
|
|
23
|
+
<stop stop-color="#28254A" stop-opacity="0.8833"/>
|
|
24
|
+
<stop offset="0.9833" stop-color="#03042B"/>
|
|
25
|
+
</radialGradient>
|
|
26
|
+
<clipPath id="clip0_2_214">
|
|
27
|
+
<rect width="32" height="31.2" fill="white"/>
|
|
28
|
+
</clipPath>
|
|
29
|
+
</defs>
|
|
30
|
+
</svg>
|
|
31
|
+
`;
|
|
32
|
+
};
|
|
33
|
+
</script>
|
|
34
|
+
|
|
35
|
+
{@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_105)">
|
|
16
|
+
<path d="M32 0H0V31.2H32V0Z" fill="#DBDCDD"/>
|
|
17
|
+
<path d="M17.28 10.88H16.1067C16.0534 10.8267 15.9467 10.6267 15.7867 10.2667C15.6267 9.92003 15.4534 9.52003 15.2534 9.08003H10.48V14.6667H14.3867C14.4267 14.4267 14.4934 14.12 14.5867 13.7467C14.68 13.3734 14.7734 13.0534 14.8534 12.7867H15.7334V17.5867H14.8534C14.7867 17.2934 14.7067 16.9467 14.6134 16.56C14.52 16.1734 14.44 15.8667 14.3867 15.64H10.48V21.1067C10.72 21.12 11.04 21.1334 11.4134 21.16C11.8 21.1867 12.2134 21.2267 12.6534 21.28V22.16H6.49338V21.28C6.77338 21.2534 7.10671 21.2134 7.46671 21.1867C7.82671 21.1467 8.12004 21.12 8.33338 21.0934V9.20003C8.16004 9.1867 7.89338 9.16003 7.50671 9.13336C7.13338 9.1067 6.78671 9.0667 6.49338 9.00003V8.13336H17.2934V10.88H17.28Z" fill="#353535"/>
|
|
18
|
+
<path d="M18.1334 22.16V21.28C18.44 21.2267 18.72 21.1867 18.9467 21.16C19.1734 21.1334 19.36 21.12 19.52 21.1067V13.4667C19.4267 13.4667 19.2934 13.4534 19.1467 13.44C19 13.4267 18.84 13.4134 18.6934 13.4C18.5334 13.3867 18.3867 13.3734 18.2534 13.3467C18.12 13.32 18.0267 13.3067 17.96 13.2934V12.4134H19.52C19.52 11.76 19.5867 11.0934 19.72 10.4267C19.8534 9.76003 20.12 9.1467 20.52 8.5867C20.92 8.0267 21.4267 7.56003 22.0534 7.17337C22.68 6.7867 23.44 6.5867 24.3334 6.5867C24.5734 6.5867 24.8267 6.60003 25.08 6.61337C25.3334 6.6267 25.56 6.68003 25.76 6.7467V8.6267H24.2667C24.2267 8.5467 24.1467 8.40003 24.04 8.20003C23.9334 8.00003 23.84 7.8267 23.7734 7.6667H23.7334C23.4667 7.64003 23.1867 7.6667 22.92 7.7467C22.6534 7.8267 22.4134 7.9867 22.2 8.21337C21.9867 8.45337 21.8134 8.77337 21.68 9.1867C21.5467 9.60003 21.48 10.12 21.48 10.7467V12.4134H23.68V13.2934C23.56 13.3067 23.4267 13.32 23.24 13.3467C23.0667 13.3734 22.8667 13.3867 22.6667 13.4C22.4667 13.4134 22.2534 13.4267 22.0534 13.44C21.8534 13.4534 21.6534 13.4667 21.4934 13.4667V21.12C21.7334 21.1334 22.04 21.16 22.4 21.2C22.76 21.24 23.0534 21.2667 23.28 21.2934V22.1734H18.1334V22.16Z" fill="#353535"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_105">
|
|
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_143)">
|
|
16
|
+
<path d="M30.6667 1.33334H1.33333V29.8667H30.6667V1.33334Z" fill="#261A00"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0V31.2H32V0H0ZM1.33333 1.33333H30.6667V29.8667H1.33333V1.33333Z" fill="#FAAB18"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.06667 21.8133C7.06667 21.9467 7.02667 22 6.92001 22H4.81334C4.70667 22 4.66667 21.96 4.66667 21.8267V7.88C4.66667 7.77334 4.70667 7.73334 4.81334 7.73334H11.9733C12.1067 7.73334 12.12 7.77334 12.1467 7.88L12.36 9.69334C12.3867 9.82667 12.32 9.86667 12.1867 9.86667H7.06667V13.8667H11.76C11.8667 13.8667 11.8667 13.8933 11.8667 14.0133V15.84C11.8667 15.9733 11.8267 15.9867 11.72 15.9867H7.06667V21.8133ZM23.6267 11.2667C25.2 11.2667 27.2 11.9733 27.2 15.1067V21.8133C27.2 21.9467 27.16 21.9867 27.0533 21.9867H25.0933C24.9867 21.9867 24.9467 21.92 24.9467 21.8133V15.2533C24.9467 13.9867 24.4667 13.2933 23.16 13.2933C22.52 13.2933 22 13.4267 21.5467 13.6C21.68 13.9867 21.7333 14.52 21.7333 15.08V21.8133C21.7333 21.9467 21.6933 21.9867 21.5867 21.9867H19.64C19.5067 21.9867 19.4667 21.92 19.4667 21.8133V15.2533C19.4667 13.9867 18.9333 13.2933 17.6667 13.2933C17.08 13.2933 16.6933 13.4267 16.2667 13.5733V21.8267C16.2667 21.92 16.24 21.9733 16.1333 21.9733H14.1467C14.04 21.9733 14 21.9333 14 21.8267V13.6133C14 13.48 14 13.0267 13.9333 12.3067C13.9333 12.2 13.9733 12.2 14.0667 12.16C15.12 11.7467 16.6 11.2533 18.0667 11.2533C19.0267 11.2533 19.8667 11.44 20.56 11.96C21.4133 11.6133 22.36 11.2667 23.6267 11.2667Z" fill="#FAAB18"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_143">
|
|
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_137)">
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 0V31.2H32V0H0ZM1.33333 1.33333H30.6667V29.8667H1.33333V1.33333Z" fill="#FFEDCC"/>
|
|
17
|
+
<path d="M30.6667 1.33334H1.33334V29.8667H30.6667V1.33334Z" fill="#261A00"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.06666 21.8133C7.06666 21.9467 7.02666 22 6.92 22H4.81333C4.70666 22 4.66666 21.96 4.66666 21.8267V7.88C4.66666 7.77334 4.70666 7.73334 4.81333 7.73334H11.9733C12.1067 7.73334 12.12 7.77334 12.1467 7.88L12.36 9.69334C12.3867 9.82667 12.32 9.86667 12.1867 9.86667H7.06666V13.8667H11.76C11.8667 13.8667 11.8667 13.8933 11.8667 14.0133V15.84C11.8667 15.9733 11.8267 15.9867 11.72 15.9867H7.06666V21.8133ZM23.6267 11.2667C25.2 11.2667 27.2 11.9733 27.2 15.1067V21.8133C27.2 21.9467 27.16 21.9867 27.0533 21.9867H25.0933C24.9867 21.9867 24.9467 21.92 24.9467 21.8133V15.2533C24.9467 13.9867 24.4667 13.2933 23.16 13.2933C22.52 13.2933 22 13.4267 21.5467 13.6C21.68 13.9867 21.7333 14.52 21.7333 15.08V21.8133C21.7333 21.9467 21.6933 21.9867 21.5867 21.9867H19.64C19.5067 21.9867 19.4667 21.92 19.4667 21.8133V15.2533C19.4667 13.9867 18.9333 13.2933 17.6667 13.2933C17.08 13.2933 16.6933 13.4267 16.2667 13.5733V21.8267C16.2667 21.92 16.24 21.9733 16.1333 21.9733H14.1467C14.04 21.9733 14 21.9333 14 21.8267V13.6133C14 13.48 14 13.0267 13.9333 12.3067C13.9333 12.2 13.9733 12.2 14.0667 12.16C15.12 11.7467 16.6 11.2533 18.0667 11.2533C19.0267 11.2533 19.8667 11.44 20.56 11.96C21.4133 11.6133 22.36 11.2667 23.6267 11.2667Z" fill="#FFEDCC"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_137">
|
|
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_223)">
|
|
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="#001E36"/>
|
|
17
|
+
<path d="M11.2883 16.6201V21.8794C11.2917 21.9027 11.2895 21.9265 11.2821 21.9489C11.2747 21.9712 11.2621 21.9915 11.2454 22.0082C11.2288 22.0249 11.2084 22.0374 11.1861 22.0449C11.1637 22.0523 11.1399 22.0545 11.1166 22.0511H8.47617C8.45451 22.0538 8.43252 22.0513 8.41201 22.0438C8.39149 22.0364 8.37303 22.0241 8.35814 22.0082C8.33243 21.9625 8.32119 21.9101 8.32591 21.8579V8.14074C8.32591 7.94048 8.376 7.84029 8.47618 7.84019H16.977C17.0292 7.83557 17.0816 7.84679 17.1273 7.87238C17.1558 7.89386 17.1773 7.99047 17.1917 8.16219L17.4278 10.5021C17.4348 10.5227 17.4355 10.545 17.4297 10.566C17.424 10.5871 17.4121 10.6059 17.3956 10.6201C17.3772 10.6381 17.3553 10.6521 17.3314 10.6613C17.3074 10.6706 17.2817 10.6748 17.2561 10.6738H11.2883V13.9367H16.655C16.7838 13.9367 16.8482 13.987 16.8482 14.087V16.4483C16.8515 16.4717 16.8494 16.4955 16.8419 16.5178C16.8345 16.5402 16.8219 16.5605 16.8053 16.5772C16.7886 16.5938 16.7683 16.6064 16.7459 16.6138C16.7236 16.6213 16.6998 16.6234 16.6764 16.6201L11.2883 16.6201Z" fill="#31A8FF"/>
|
|
18
|
+
<path d="M18.7373 11.3822H21.0772C21.1407 11.3828 21.2023 11.404 21.2527 11.4428C21.3031 11.4815 21.3394 11.5356 21.3562 11.5969C21.4073 11.691 21.4435 11.7923 21.4636 11.8974C21.4935 12.0355 21.515 12.1753 21.528 12.3161C21.542 12.4663 21.5492 12.6273 21.5495 12.799C21.9507 12.3318 22.4346 11.9425 22.9769 11.6506C23.5862 11.3212 24.2702 11.1548 24.9626 11.1676C24.9889 11.1638 25.0156 11.1662 25.0408 11.1746C25.0659 11.183 25.0888 11.1971 25.1075 11.2159C25.1263 11.2346 25.1404 11.2575 25.1488 11.2826C25.1572 11.3078 25.1596 11.3345 25.1558 11.3608V13.9583C25.1558 14.0585 25.084 14.1085 24.9412 14.1085C24.0765 14.055 23.2115 14.2096 22.4189 14.5593C22.1495 14.6758 21.9052 14.8435 21.6997 15.053V21.858C21.6997 21.9868 21.6425 22.0512 21.528 22.0512H18.9305C18.9013 22.0554 18.8716 22.0527 18.8436 22.0434C18.8157 22.0341 18.7903 22.0184 18.7694 21.9976C18.7486 21.9767 18.7329 21.9513 18.7236 21.9234C18.7143 21.8954 18.7116 21.8657 18.7158 21.8365V14.452C18.7158 14.1373 18.7122 13.8046 18.7051 13.4538C18.6977 13.1033 18.687 12.7562 18.6729 12.4126C18.6634 12.1177 18.6347 11.8237 18.587 11.5325C18.5817 11.5117 18.5818 11.4899 18.5875 11.4692C18.5931 11.4485 18.6041 11.4296 18.6192 11.4145C18.6344 11.3993 18.6533 11.3883 18.674 11.3827C18.6947 11.377 18.7165 11.3769 18.7373 11.3822H18.7373Z" fill="#31A8FF"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_223">
|
|
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_110)">
|
|
16
|
+
<path d="M32 0H0V31.2H32V0Z" fill="#DBDCDD"/>
|
|
17
|
+
<path d="M16.48 25.2933C17.0267 24.9333 17.4533 23.84 17.8267 22.2667H15.1333C15.5067 23.84 15.9333 24.9333 16.48 25.2933ZM13.7733 14C13.9333 15.0667 14.08 16.1333 14.24 17.2H18.4933C18.3333 16.1333 18.1867 15.0667 18.0267 14H13.7733ZM14.3733 18.1333C14.5467 19.28 14.7333 20.36 14.9333 21.3333H18.0267C18.2267 20.36 18.4133 19.28 18.5867 18.1333H14.3733ZM14.2933 9.86667C14.0933 10.84 13.9067 11.92 13.7333 13.0667H17.88C17.7067 11.92 17.52 10.84 17.32 9.86667H14.2933ZM15.8133 5.78667C15.28 6.17334 14.8533 7.38667 14.4933 8.93334H17.1333C16.7733 7.38667 16.3467 6.17334 15.8133 5.78667ZM13.96 21.3333C13.76 20.36 13.5733 19.28 13.4 18.1333H7.8C7.97333 19.28 8.16 20.36 8.36 21.3333H13.96ZM12.6533 13.0667C12.48 11.92 12.2933 10.84 12.0933 9.86667H6.49333C6.69333 10.84 6.88 11.92 7.05333 13.0667H12.6533ZM13.2667 17.2C13.1067 16.1333 12.96 15.0667 12.8 14H7.2C7.36 15.0667 7.50667 16.1333 7.66667 17.2H13.2667ZM10.2933 25.4667H15.8933C15.16 25.4667 14.6267 24.1867 14.1733 22.2667H8.57333C9.01333 24.1867 9.56 25.4667 10.2933 25.4667ZM10.1733 5.73334H4.57333C5.30667 5.73334 5.84 7.01334 6.29333 8.93334H11.8933C11.4533 7.01334 10.9067 5.73334 10.1733 5.73334ZM19 14C19.16 15.0667 19.3067 16.1333 19.4667 17.2H25.0667C24.9067 16.1333 24.76 15.0667 24.6 14H19ZM19.6133 18.1333C19.7867 19.28 19.9733 20.36 20.1733 21.3333H25.7733C25.5733 20.36 25.3867 19.28 25.2133 18.1333H19.6133ZM18.3067 9.86667C18.5067 10.84 18.68 11.92 18.8667 13.0667H24.4667C24.2933 11.92 24.1067 10.84 23.9067 9.86667H18.3067ZM22.0933 25.4667H27.68C26.9467 25.4667 26.4133 24.1867 25.96 22.2667H20.36C20.8133 24.1867 21.36 25.4667 22.0933 25.4667ZM18.1067 8.93334H23.7067C23.2533 7.01334 22.7067 5.73334 21.9867 5.73334H16.3867C17.1067 5.73334 17.6533 7.01334 18.1067 8.93334Z" fill="#510F17"/>
|
|
18
|
+
</g>
|
|
19
|
+
<defs>
|
|
20
|
+
<clipPath id="clip0_2_110">
|
|
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 31" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
|
|
15
|
+
<g clip-path="url(#clip0_2_233)">
|
|
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="M15.4858 18.2857H10.6286L9.65719 21.5428C9.65719 21.6571 9.54291 21.7143 9.42862 21.7143H6.97148C6.85719 21.7143 6.80005 21.6571 6.80005 21.4857L11.0286 9.31427C11.0858 9.19998 11.0858 9.02856 11.1429 8.85713C11.2 8.62856 11.2572 8.39998 11.2 8.11427C11.2 8.05713 11.2572 7.99998 11.3143 7.94284C11.3143 7.94284 11.3143 7.94284 11.3715 7.94284H14.7429C14.8572 7.94284 14.9143 7.99998 14.9143 8.05713L19.7143 21.4286C19.7715 21.5428 19.7143 21.6571 19.6 21.6571H16.8572C16.7429 21.6571 16.6858 21.6 16.6286 21.4857L15.4858 18.2857ZM11.3715 16H14.9715C14.9143 15.7143 14.5715 15.0857 14.4572 14.7428C14.3429 14.4 14.1715 14.1143 14.0572 13.7143C13.9429 13.3143 13.8286 12.9143 13.6572 12.5143C13.5429 12.1143 13.4286 11.7143 13.3143 11.3714C13.2 10.9714 13.0858 10.6286 13.0286 10.3428C12.9143 10.9143 12.7429 11.4857 12.5715 12.0571C12.4 12.6857 12.1715 13.3143 11.9429 14C11.7715 14.5714 11.5429 15.4286 11.3715 16Z" fill="white"/>
|
|
18
|
+
<path d="M22.5143 10.1143C22.0572 10.1143 21.6572 9.94285 21.3715 9.65713C21.0858 9.31427 20.9143 8.91427 20.9143 8.45713C20.9143 7.99999 21.0858 7.59999 21.3715 7.25713C21.7143 6.97142 22.1143 6.79999 22.5715 6.79999C23.0286 6.79999 23.4286 6.91427 23.7715 7.25713C24.0572 7.59999 24.2286 7.99999 24.2286 8.45713C24.2286 8.91427 24.0572 9.31427 23.7715 9.65713C23.4286 9.94285 22.9715 10.1143 22.5143 10.1143ZM21.1429 21.4286V11.7143C21.1429 11.6 21.2001 11.5428 21.3143 11.5428H23.7143C23.8286 11.5428 23.8858 11.6 23.8858 11.7143V21.3714C23.8858 21.4857 23.8286 21.6 23.7143 21.6H21.3143C21.2001 21.6 21.1429 21.5428 21.1429 21.4286Z" fill="white"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_233">
|
|
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_298)">
|
|
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="#49021F"/>
|
|
17
|
+
<path d="M12.8661 8.16218V21.8364C12.8661 21.9797 12.8018 22.0512 12.673 22.0511H10.0755C9.96081 22.0511 9.90358 21.9796 9.90378 21.8364V8.16218C9.90378 8.04779 9.96816 7.99054 10.0969 7.99043H12.6944C12.7177 7.98712 12.7415 7.98928 12.7639 7.99673C12.7862 8.00419 12.8065 8.01675 12.8232 8.03341C12.8398 8.05007 12.8524 8.07038 12.8598 8.09273C12.8673 8.11507 12.8695 8.13885 12.8661 8.16218Z" fill="#FF3366"/>
|
|
18
|
+
<path d="M23.1057 19.5395V21.7506C23.1074 21.7896 23.0983 21.8283 23.0794 21.8624C23.0604 21.8965 23.0324 21.9247 22.9984 21.9438C22.6327 22.081 22.2499 22.1677 21.8607 22.2014C21.4314 22.2443 21.0164 22.2658 20.6156 22.2658C19.8029 22.2788 18.9949 22.1405 18.2328 21.8579C17.5616 21.6059 16.9535 21.2103 16.4511 20.6987C15.9614 20.1933 15.5781 19.5947 15.3241 18.9385C15.0558 18.2474 14.921 17.5117 14.927 16.7703C14.9072 15.7571 15.1672 14.7581 15.6783 13.8831C16.1865 13.0388 16.9183 12.3516 17.7928 11.8974C18.7014 11.411 19.764 11.1677 20.9805 11.1675C21.404 11.1598 21.8275 11.1849 22.2471 11.2427C22.4935 11.2809 22.7373 11.3346 22.977 11.4037C23.0145 11.4297 23.0443 11.4653 23.0632 11.5069C23.0821 11.5485 23.0894 11.5944 23.0843 11.6398L23.0628 13.8509C23.0628 13.9797 23.0056 14.0298 22.8911 14.0011C22.6543 13.9168 22.4098 13.8557 22.1612 13.8187C21.8061 13.7646 21.4471 13.7395 21.0879 13.7435C20.5414 13.7352 19.9995 13.8451 19.4993 14.0655C19.0395 14.2694 18.6508 14.6057 18.3831 15.0315C18.1111 15.4609 17.9751 16.0047 17.9752 16.663C17.9752 17.4073 18.1362 17.994 18.4582 18.4233C18.7663 18.8423 19.1923 19.1599 19.6818 19.3356C20.1596 19.5118 20.6646 19.6026 21.1738 19.6039C21.518 19.6055 21.862 19.5875 22.2042 19.5503C22.4515 19.528 22.696 19.4813 22.934 19.4107C23.0484 19.3822 23.1056 19.4252 23.1057 19.5395Z" fill="#FF3366"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_298">
|
|
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_156)">
|
|
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="#49021F"/>
|
|
17
|
+
<path d="M11.6211 8.16221V21.8365C11.6211 21.9797 11.5567 22.0512 11.4279 22.0511H8.83037C8.71572 22.0511 8.6585 21.9796 8.65869 21.8365V8.16221C8.65869 8.04782 8.72308 7.99057 8.85186 7.99046H11.4493C11.4726 7.98715 11.4964 7.98931 11.5188 7.99677C11.5411 8.00422 11.5614 8.01678 11.5781 8.03344C11.5947 8.0501 11.6073 8.07041 11.6148 8.09276C11.6222 8.1151 11.6244 8.13888 11.6211 8.16221Z" fill="white"/>
|
|
18
|
+
<path d="M19.3062 22.2658C18.3181 22.2808 17.3391 22.0755 16.4404 21.6647C15.6031 21.2773 14.9032 20.6447 14.4333 19.8508C13.9465 19.0425 13.7032 18.0299 13.7034 16.8133C13.6953 15.828 13.947 14.8581 14.4333 14.0011C14.9341 13.1283 15.6706 12.4141 16.5585 11.9403C17.4885 11.4251 18.6119 11.1675 19.9287 11.1675C20.0001 11.1675 20.0931 11.1711 20.2077 11.1783C20.3221 11.1856 20.4581 11.1964 20.6156 11.2105V6.98155C20.6156 6.88158 20.6586 6.83128 20.7445 6.83128H23.4492C23.4667 6.82878 23.4845 6.83039 23.5013 6.83598C23.5181 6.84156 23.5333 6.85098 23.5458 6.86347C23.5583 6.87596 23.5677 6.8912 23.5733 6.90796C23.5789 6.92473 23.5805 6.94256 23.5781 6.96006V19.6469C23.5781 19.8904 23.5888 20.1552 23.6102 20.4411C23.6317 20.7276 23.6496 20.9852 23.6639 21.2139C23.6666 21.2585 23.6557 21.3029 23.6327 21.3412C23.6097 21.3795 23.5757 21.41 23.5351 21.4286C22.8373 21.7196 22.1105 21.9355 21.367 22.0726C20.6871 22.1981 19.9975 22.2627 19.3062 22.2658ZM20.6156 19.6039V13.7436C20.4996 13.7121 20.3811 13.6906 20.2614 13.6791C20.1152 13.6644 19.9683 13.6573 19.8213 13.6577C19.3004 13.6525 18.7856 13.7702 18.3187 14.0011C17.8639 14.2272 17.4756 14.5675 17.1917 14.9886C16.8982 15.4179 16.7515 15.9832 16.7516 16.6845C16.7412 17.1524 16.8176 17.6183 16.977 18.0583C17.1067 18.4129 17.3118 18.7352 17.5781 19.0029C17.833 19.2492 18.1417 19.4329 18.4797 19.5396C18.8367 19.6552 19.2099 19.7131 19.5852 19.7113C19.7855 19.7113 19.9715 19.7041 20.1433 19.6898C20.3033 19.6778 20.4616 19.649 20.6156 19.6039Z" fill="white"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_156">
|
|
22
|
+
<rect width="32" height="31.2" fill="white"/>
|
|
23
|
+
</clipPath>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>
|
|
26
|
+
`;
|
|
27
|
+
};
|
|
28
|
+
</script>
|
|
29
|
+
|
|
30
|
+
{@html svgContent()}
|
|
@@ -11,9 +11,33 @@
|
|
|
11
11
|
const restAttrs = Object.entries(rest)
|
|
12
12
|
.map(([k, v]) => `${k}="${v}"`)
|
|
13
13
|
.join(' ');
|
|
14
|
-
return `<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 256
|
|
15
|
-
<
|
|
16
|
-
|
|
14
|
+
return `<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 256 257" width="${width}" height="${height}" ${restAttrs}>
|
|
15
|
+
<defs>
|
|
16
|
+
<linearGradient x1="25.2%" y1="43.3%" x2="99.2%" y2="67.4%" id="a">
|
|
17
|
+
<stop stop-color="#FE2857" offset="21%"/>
|
|
18
|
+
<stop stop-color="#293896" offset="100%"/>
|
|
19
|
+
</linearGradient>
|
|
20
|
+
<linearGradient x1="2.3%" y1="77.1%" x2="90.7%" y2="24.1%" id="b">
|
|
21
|
+
<stop stop-color="#FE2857" offset="0%"/>
|
|
22
|
+
<stop stop-color="#FE2857" offset="1%"/>
|
|
23
|
+
<stop stop-color="#FF318C" offset="86%"/>
|
|
24
|
+
</linearGradient>
|
|
25
|
+
<linearGradient x1="6.3%" y1="13.9%" x2="94.6%" y2="87.7%" id="c">
|
|
26
|
+
<stop stop-color="#FF318C" offset="2%"/>
|
|
27
|
+
<stop stop-color="#FE2857" offset="21%"/>
|
|
28
|
+
<stop stop-color="#FDB60D" offset="86%"/>
|
|
29
|
+
</linearGradient>
|
|
30
|
+
<linearGradient x1="91.1%" y1="27.7%" x2="2%" y2="68.6%" id="d">
|
|
31
|
+
<stop stop-color="#FDB60D" offset="1%"/>
|
|
32
|
+
<stop stop-color="#FCF84A" offset="86%"/>
|
|
33
|
+
</linearGradient>
|
|
34
|
+
</defs>
|
|
35
|
+
<path d="M112.7 117.4 42 57.6a25.6 25.6 0 1 0-24.8 43.9h.3l.7.2 89 27.1a6 6 0 0 0 2 .4 6.4 6.4 0 0 0 3.3-11.8Z" fill="url(#a)"/>
|
|
36
|
+
<path d="M126.8 18.7A18.6 18.6 0 0 0 98 3L11.8 55.4a25.6 25.6 0 1 0 30.6 41l77.3-63 .6-.5c4.1-3.6 6.5-8.7 6.5-14.2Z" fill="url(#b)"/>
|
|
37
|
+
<path d="M252.2 131.5 121.4 5.5A18.6 18.6 0 1 0 96 32.8l.2.3 139 117a12.6 12.6 0 0 0 17-18.6Z" fill="url(#c)"/>
|
|
38
|
+
<path d="M256 140.6a12.6 12.6 0 0 0-20-10.3L77.9 207.7a25.6 25.6 0 1 0 26.4 43.7l146.4-100.5c3.4-2.4 5.4-6.2 5.4-10.3Z" fill="url(#d)"/>
|
|
39
|
+
<path d="M75.8 76.9h102.5v102.4H75.8z"/>
|
|
40
|
+
<path d="M87 160.1h38.4v6.4H87v-6.4Zm-1.6-56.8 2.8-2.7c.6.9 1.5 1.4 2.6 1.5 1 0 1.8-.8 1.8-2.3v-10H97v10c.1 1.7-.5 3.4-1.6 4.6a6 6 0 0 1-4 1.7H91c-2 0-4-.9-5.4-2.5l-.2-.3ZM99 89.7h12.8v3.8h-8.5v2.4h7.6v3.4h-7.6v2.6h8.6v3.7h-13V89.7Zm19 3.9h-4.7v-3.9h14v3.9h-4.8v12.1h-4.4V93.6ZM87.3 112h7.5a6 6 0 0 1 4.4 1.4c.7.7 1 1.7 1 2.6 0 1.6-1 3-2.5 3.6 2 .4 3.3 2 3.2 4 0 2.8-2.2 4.5-6 4.5h-7.6v-16Zm8.5 5c0-1-.7-1.4-2-1.4h-2.2v2.8h2.1c1.4 0 2.1-.5 2.1-1.4Zm-1.5 4.5h-2.7v3h2.8c1.3 0 2-.6 2-1.5s-.5-1.4-1.8-1.5h-.3Zm17.1 6.6-3.2-4.8h-1.5v4.8h-4.4v-16h7.1a7 7 0 0 1 5.2 1.6 5 5 0 0 1 1.4 3.4v.4c.1 2.1-1.2 4.1-3.3 4.9l3.2 4.7 6.3-15.2h4.3l6.8 16.1h-4.8l-1.1-2.9h-6.2l-1.1 3h-8.7Zm13-11-1.9 4.6h3.6l-1.8-4.5ZM109 116h-2.3v3.8h2.4c1.4 0 2.4-.7 2.4-1.9 0-1.3-1-2-2.5-2Zm25-4h4.3v16H134v-16Zm6 0h4.2l5.7 8.6V112h4.4v16h-3.9l-6-8.8v8.8H140v-16Zm15 13.7 2.5-3a8.3 8.3 0 0 0 5.1 2c1.2 0 1.9-.4 1.9-1.1 0-.5-.3-.9-1.4-1.2l-.4-.2h-.3l-.7-.2h-.3l-.7-.2-.6-.2c-2.6-.8-4.4-1.9-4.4-4.6 0-3 2.4-5.1 6.2-5.1 2.4-.1 4.7.7 6.6 2.1l-2.2 3a7.8 7.8 0 0 0-4.4-1.5c-1.1 0-1.6.4-1.6 1s.3.9 1.3 1.2l.5.1.3.1.7.2c3.6.8 5.9 2 5.9 5 0 3.1-2.4 5-6 5h-.5c-2.5.2-5-.6-7-2l-.5-.4Z" fill="#FFF"/>
|
|
17
41
|
</svg>
|
|
18
42
|
`;
|
|
19
43
|
};
|
|
@@ -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_34)">
|
|
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="#001E36"/>
|
|
17
|
+
<path d="M11.2256 22.0511H3.61352C3.48467 22.0511 3.42028 21.9724 3.42033 21.815V8.18362C3.42033 8.05484 3.4783 7.99044 3.59424 7.99042H5.95129C6.04123 7.99042 6.08652 8.04074 6.08652 8.14071V19.3463H11.6314C11.7473 19.3463 11.7923 19.4107 11.7666 19.5395L11.4188 21.8579C11.4058 21.9438 11.3801 21.9974 11.3416 22.0189C11.3063 22.0394 11.2664 22.0505 11.2256 22.0511Z" fill="#31A8FF"/>
|
|
18
|
+
<path d="M13.1382 11.3822H15.2441C15.36 11.3822 15.4437 11.4537 15.4952 11.5968C15.5415 11.6919 15.5741 11.7931 15.5918 11.8974C15.6188 12.0357 15.6382 12.1755 15.6498 12.316C15.6625 12.4662 15.6689 12.6272 15.6691 12.7989C16.0219 12.3393 16.4577 11.9497 16.9539 11.6505C17.492 11.3239 18.1116 11.1565 18.741 11.1675C18.8569 11.1675 18.9149 11.2319 18.9149 11.3607V13.9582C18.9149 14.0585 18.8505 14.1086 18.7217 14.1084C18.2974 14.0778 17.8709 14.1104 17.4562 14.2051C17.1083 14.2822 16.771 14.4011 16.4516 14.5593C16.205 14.679 15.985 14.8468 15.8044 15.053V21.8579C15.8044 21.9867 15.7528 22.0511 15.6498 22.0511H13.3121C13.1832 22.0511 13.1188 21.9796 13.1189 21.8364V14.4519C13.1189 14.1373 13.1157 13.8045 13.1092 13.4537C13.1026 13.1032 13.0929 12.7561 13.0802 12.4126C13.0717 12.1179 13.0459 11.8241 13.003 11.5324C12.9987 11.4909 13.0089 11.4492 13.0319 11.4144C13.0465 11.402 13.0634 11.3928 13.0817 11.3872C13.1 11.3817 13.1192 11.38 13.1382 11.3822Z" fill="#31A8FF"/>
|
|
19
|
+
<path d="M28.3496 9.41347C28.0643 9.29824 27.7648 9.22176 27.4592 9.18606C27.0083 9.12931 26.5541 9.10319 26.0996 9.1079C24.7919 9.1079 23.6479 9.38821 22.6995 9.94104C21.7542 10.4904 20.9877 11.3012 20.4922 12.2758C19.9782 13.2687 19.7175 14.4359 19.7175 15.7451C19.7074 16.536 19.808 17.3244 20.0163 18.0874C20.1969 18.7373 20.4831 19.3531 20.8634 19.9101C21.2196 20.4242 21.6621 20.8727 22.1714 21.2356C22.684 21.5982 23.2547 21.8705 23.8589 22.0407C24.4919 22.2186 25.1466 22.3075 25.8041 22.3049C26.2645 22.3068 26.7244 22.2774 27.1808 22.2171C27.5486 22.1739 27.9095 22.0843 28.2549 21.9504C28.3209 21.9198 28.3755 21.8689 28.4106 21.8052C28.4457 21.7414 28.4595 21.6681 28.4499 21.5959V19.607C28.4539 19.5714 28.4499 19.5354 28.4382 19.5015C28.4265 19.4677 28.4074 19.4369 28.3822 19.4114C28.3489 19.3837 28.2782 19.3507 28.1742 19.4304C27.875 19.5426 27.563 19.617 27.2453 19.6517C26.859 19.6923 26.4707 19.7115 26.0823 19.7091C25.7292 19.707 25.3778 19.6594 25.0368 19.5674C24.6818 19.4735 24.3416 19.3305 24.026 19.1427C23.6981 18.9431 23.4119 18.6821 23.1829 18.374C22.9238 18.0265 22.7258 17.6374 22.5977 17.2233C22.447 16.7189 22.3752 16.1941 22.3847 15.6677C22.3668 14.9326 22.5182 14.2031 22.827 13.5357C23.104 12.9596 23.5383 12.4737 24.0798 12.134C24.6688 11.7838 25.3451 11.6079 26.0302 11.6266C26.4499 11.6245 26.8691 11.6596 27.2826 11.7313C27.6171 11.7852 27.9405 11.8933 28.2401 12.0513C28.2659 12.0667 28.2953 12.075 28.3253 12.0752C28.3553 12.0754 28.3848 12.0676 28.4108 12.0525C28.4395 12.0285 28.462 11.9977 28.4761 11.963C28.4903 11.9283 28.4957 11.8906 28.492 11.8533V9.72907C28.4985 9.66855 28.4887 9.60739 28.4637 9.55191C28.4386 9.49643 28.3993 9.44864 28.3496 9.41347Z" fill="#31A8FF"/>
|
|
20
|
+
</g>
|
|
21
|
+
<defs>
|
|
22
|
+
<clipPath id="clip0_2_34">
|
|
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_45)">
|
|
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="M4.51205 8.1198C4.51391 8.10047 4.51966 8.08172 4.52896 8.06467C4.53826 8.04762 4.55091 8.03262 4.56615 8.02059C4.58139 8.00855 4.59891 7.99973 4.61766 7.99464C4.6364 7.98956 4.65597 7.98832 4.67521 7.99099H8.42758C8.47688 7.98435 8.5269 7.99596 8.56822 8.02365C8.60954 8.05133 8.63931 8.09317 8.65191 8.14129C8.74684 8.51358 8.8624 8.96081 8.99858 9.48295C9.13434 10.0055 9.28049 10.5815 9.43703 11.211C9.59319 11.8409 9.75295 12.4849 9.91629 13.143C10.0795 13.8014 10.2392 14.4419 10.3956 15.0643C10.5517 15.6868 10.6842 16.2592 10.7932 16.7816C10.9019 17.3042 10.9902 17.7371 11.0583 18.0803H11.0787C11.1329 17.7798 11.228 17.3791 11.3642 16.8782C11.4999 16.3774 11.6563 15.8157 11.8332 15.1931C12.0098 14.5706 12.19 13.9301 12.3737 13.2718C12.5572 12.6137 12.7374 11.9626 12.9141 11.3183C13.0906 10.6743 13.2572 10.0768 13.4137 9.52586C13.5699 8.97511 13.6957 8.51358 13.791 8.14129C13.7978 8.09806 13.8203 8.05884 13.8541 8.03112C13.888 8.0034 13.9309 7.98912 13.9746 7.99099H17.625C17.647 7.98801 17.6694 7.98959 17.6909 7.99565C17.7123 8.00171 17.7322 8.01211 17.7494 8.02621C17.7667 8.04031 17.7808 8.0578 17.791 8.0776C17.8011 8.0974 17.8071 8.11908 17.8085 8.14129L18.2979 21.8585C18.3055 21.8824 18.3067 21.9078 18.3013 21.9323C18.296 21.9568 18.2843 21.9795 18.2674 21.998C18.2503 22.0158 18.2297 22.0298 18.2068 22.039C18.184 22.0483 18.1594 22.0526 18.1348 22.0517H15.4837C15.447 22.053 15.411 22.0416 15.3817 22.0195C15.3664 22.0042 15.3548 21.9856 15.3477 21.9651C15.3406 21.9447 15.3383 21.9229 15.3409 21.9014C15.3409 21.1715 15.3375 20.4059 15.3307 19.6045C15.3237 18.8032 15.3135 17.9982 15.3001 17.1895C15.2864 16.3811 15.2864 15.6048 15.3001 14.8603C15.3135 14.1164 15.3203 13.4295 15.3205 12.7995C15.3205 12.17 15.3239 11.6226 15.3307 11.1573C15.3374 10.6925 15.3408 10.3454 15.3409 10.1162H15.3205C15.239 10.4741 15.1302 10.9428 14.9942 11.5223C14.8582 12.1019 14.6984 12.753 14.515 13.4757C14.3314 14.1985 14.1343 14.9463 13.9236 15.719C13.7126 16.4918 13.5087 17.2575 13.3118 18.0159C13.1146 18.7747 12.9242 19.4831 12.7408 20.1411C12.5572 20.7996 12.4043 21.3792 12.2819 21.8799C12.2697 21.9298 12.2407 21.974 12.2 22.0053C12.1592 22.0365 12.1089 22.0529 12.0576 22.0517H9.75313C9.69818 22.0593 9.64237 22.0459 9.59695 22.014C9.55154 21.9821 9.51989 21.9342 9.5084 21.8799C9.38606 21.3791 9.24671 20.7995 9.09036 20.1411C8.93388 19.4831 8.77412 18.7961 8.61109 18.0804C8.448 17.3649 8.27465 16.6314 8.09106 15.88C7.90756 15.1287 7.73422 14.4024 7.57104 13.7012C7.40794 13.0001 7.26179 12.3418 7.13259 11.7262C7.0032 11.1111 6.88425 10.5672 6.77572 10.0947H6.7349V11.7906C6.7349 12.449 6.72472 13.1753 6.70435 13.9695C6.68394 14.7638 6.66355 15.5938 6.64318 16.4596C6.62277 17.3257 6.59898 18.2201 6.57181 19.143C6.54441 20.066 6.51041 20.9783 6.46982 21.8799C6.46982 21.9946 6.41533 22.0517 6.30666 22.0517H3.94107C3.89473 22.0538 3.84875 22.0426 3.80853 22.0195C3.77439 21.998 3.76418 21.9443 3.77791 21.8585L4.51205 8.1198Z" fill="#9999FF"/>
|
|
18
|
+
<path d="M26.2233 17.3668H21.9944C22.0463 17.7678 22.1855 18.1525 22.4022 18.4938C22.6423 18.8517 22.9818 19.1315 23.3789 19.2988C23.8153 19.4994 24.3842 19.5996 25.0856 19.5994C25.5497 19.6013 26.013 19.5618 26.4701 19.4813C26.9016 19.4042 27.323 19.2781 27.7259 19.1056C27.7973 19.0486 27.8333 19.0842 27.8333 19.213V21.2523C27.8368 21.3079 27.8257 21.3634 27.8011 21.4133C27.7765 21.4523 27.7435 21.4853 27.7044 21.5099C27.2599 21.7201 26.7913 21.8752 26.3091 21.9714C25.6864 22.0884 25.0536 22.1423 24.4201 22.1324C23.4037 22.1324 22.5522 21.975 21.8655 21.6602C21.2163 21.3742 20.643 20.9405 20.1912 20.3936C19.7691 19.8784 19.4551 19.2833 19.268 18.6441C19.0828 18.0132 18.9888 17.3589 18.989 16.7014C18.987 15.9833 19.0994 15.2696 19.3218 14.5869C19.5359 13.921 19.8747 13.3018 20.3199 12.7622C20.7591 12.229 21.3083 11.797 21.93 11.4957C22.6291 11.1732 23.3928 11.0153 24.1624 11.0342C24.8745 11.0162 25.5819 11.1554 26.234 11.442C26.7851 11.6916 27.2675 12.0709 27.6401 12.5475C27.9917 13.0014 28.2606 13.5137 28.4343 14.061C28.6035 14.5883 28.6903 15.1386 28.6919 15.6924C28.6919 16.0074 28.6812 16.2936 28.6597 16.5511C28.6383 16.8087 28.6204 16.9947 28.6061 17.1092C28.6005 17.1566 28.5777 17.2002 28.5421 17.2319C28.5065 17.2635 28.4605 17.281 28.4128 17.281C28.327 17.281 28.1803 17.2917 27.9728 17.3132C27.7652 17.3346 27.5076 17.3489 27.2 17.3561C26.8921 17.3635 26.5665 17.367 26.2233 17.3668ZM21.9944 15.2846H24.8065C25.1499 15.2846 25.404 15.281 25.5685 15.2738C25.6731 15.2739 25.7775 15.2631 25.8798 15.2416V15.1128C25.8755 14.9449 25.8466 14.7786 25.794 14.6191C25.6781 14.2529 25.4453 13.9348 25.1312 13.7137C24.817 13.4927 24.439 13.3809 24.0552 13.3955C23.6939 13.3737 23.3341 13.4574 23.0196 13.6366C22.7051 13.8157 22.4496 14.0825 22.2841 14.4044C22.1377 14.679 22.0397 14.9767 21.9944 15.2846Z" fill="#9999FF"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_45">
|
|
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_74)">
|
|
16
|
+
<path d="M0 0V31.2H32V0H0Z" fill="#EAEAEA"/>
|
|
17
|
+
<path d="M9.61333 15.68L13.08 12.3467L16.4 15.68L13.0133 19.04L9.61333 15.68ZM19.2933 15.4934L14.48 10.7333L16.12 9.04002L22.6 15.56L16.0533 22.08L14.3733 20.4134L19.2933 15.4934ZM17.64 7.58668L19.16 6.08002L28.8 15.6933L19.2133 25.2667L17.5333 23.56L25.64 15.56L17.64 7.58668ZM16.0133 2.93335L17.76 4.66668L6.57333 15.6133L17.7067 26.76L15.9333 28.5334L3.2 15.68L16.0133 2.93335Z" fill="#EC1C24"/>
|
|
18
|
+
</g>
|
|
19
|
+
<defs>
|
|
20
|
+
<clipPath id="clip0_2_74">
|
|
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,19 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const svgContent = () => {
|
|
11
|
+
const restAttrs = Object.entries(rest)
|
|
12
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
13
|
+
.join(' ');
|
|
14
|
+
return `<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}><path fill="#18A497" d="M20.098 0A3.899 3.899 0 0 1 24 3.903v16.194A3.899 3.899 0 0 1 20.098 24H6.393l-.051-10.34v-.074c0-3.92 3.112-7.09 6.963-7.09 2.31 0 4.177 1.902 4.177 4.254 0 2.352-1.867 4.254-4.177 4.254-.77 0-1.393-.634-1.393-1.418 0-.783.623-1.418 1.393-1.418.769 0 1.392-.634 1.392-1.418 0-.784-.623-1.418-1.392-1.418-2.31 0-4.178 1.9-4.178 4.253 0 2.352 1.868 4.254 4.178 4.254 3.85 0 6.962-3.169 6.962-7.09 0-3.92-3.112-7.089-6.962-7.089-5.39 0-9.75 4.436-9.75 9.925v.086l.023 10.315A3.899 3.899 0 0 1 0 20.097V3.903A3.899 3.899 0 0 1 3.902 0z"/></svg>
|
|
15
|
+
`;
|
|
16
|
+
};
|
|
17
|
+
</script>
|
|
18
|
+
|
|
19
|
+
{@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_287)">
|
|
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="#001E36"/>
|
|
17
|
+
<path d="M11.1684 9.5124C10.7231 9.02755 10.1711 8.65293 9.55611 8.41817C8.88669 8.14662 8.06279 8.01074 7.08442 8.01056C6.72388 8.01056 6.36022 8.01414 5.99343 8.02131C5.62655 8.02862 5.27897 8.03574 4.95069 8.04268C4.62241 8.04998 4.31664 8.05715 4.03339 8.06418C3.75012 8.07149 3.52503 8.04019 3.31932 8.04019C3.24217 8.04019 3.20343 8.09064 3.20343 8.19044V21.845C3.20343 21.9595 3.24836 22.0504 3.33866 22.0504L5.67473 22.0511C5.79059 22.0511 5.84856 21.9868 5.84862 21.8581V17.687C6.08041 17.687 6.25419 17.6906 6.36996 17.6977C6.48582 17.705 6.68535 17.7086 6.96856 17.7083C7.89418 17.7208 8.81308 17.5495 9.672 17.2042C10.4693 16.8797 11.1446 16.3131 11.6029 15.5844C12.079 14.8409 12.3172 13.8968 12.3175 12.7522C12.3196 12.1658 12.2283 11.5827 12.047 11.025C11.8616 10.4656 11.5624 9.95061 11.1684 9.5124ZM9.31471 14.1897C9.06422 14.5185 8.7213 14.765 8.32986 14.8978C7.88519 15.0471 7.41835 15.1197 6.94933 15.1124H6.312C6.17022 15.1124 6.01576 15.1052 5.84862 15.0909V10.6495C6.01206 10.6302 6.17639 10.6195 6.34094 10.6174C6.57914 10.6103 6.85273 10.6068 7.16172 10.6066C7.64567 10.5903 8.12718 10.6819 8.5713 10.8749C8.92382 11.035 9.21748 11.3013 9.4112 11.6365C9.60598 11.9986 9.70256 12.4055 9.69133 12.8166C9.69134 13.4033 9.56579 13.8609 9.31471 14.1897Z" fill="#31A8FF"/>
|
|
18
|
+
<path d="M18.5446 16.4534C17.9746 16.0497 17.3547 15.7215 16.7004 15.4772C16.4084 15.3482 16.1246 15.2013 15.8507 15.0372C15.6931 14.9477 15.5552 14.8273 15.4453 14.6832C15.3727 14.5832 15.3323 14.4635 15.3294 14.34C15.3291 14.212 15.3624 14.0863 15.4259 13.9752C15.5144 13.8427 15.6484 13.7473 15.8026 13.707C16.0371 13.6359 16.2816 13.6033 16.5266 13.6105C16.9793 13.6125 17.43 13.6701 17.8687 13.7821C18.2604 13.8749 18.6356 14.0269 18.9815 14.2327C19.0012 14.2468 19.0249 14.2544 19.0491 14.2544C19.0733 14.2544 19.097 14.2468 19.1167 14.2327C19.1362 14.2177 19.1517 14.1981 19.1618 14.1756C19.1719 14.1532 19.1764 14.1286 19.1747 14.104V11.937C19.1749 11.8828 19.1684 11.8287 19.1553 11.776C19.1465 11.7487 19.1314 11.7239 19.1113 11.7034C19.0912 11.6829 19.0666 11.6674 19.0394 11.658C18.7362 11.5015 18.4091 11.3963 18.0714 11.3469C17.5802 11.264 17.0827 11.2245 16.5846 11.2289C15.7349 11.2289 15.0269 11.3862 14.4604 11.7009C13.9322 11.9781 13.4961 12.403 13.2053 12.9239C12.9367 13.4176 12.7972 13.9711 12.7997 14.5331C12.7931 15.0021 12.8887 15.467 13.0798 15.8954C13.292 16.3355 13.6025 16.7209 13.9873 17.0219C14.5078 17.4239 15.0834 17.749 15.6964 17.9874C16.2882 18.2308 16.6809 18.4382 16.8742 18.6096C16.9583 18.6728 17.0278 18.7535 17.0778 18.8461C17.1278 18.9386 17.1572 19.041 17.1639 19.146C17.1673 19.2593 17.1393 19.3714 17.0831 19.4698C17.0268 19.5682 16.9445 19.6492 16.8452 19.7039C16.6328 19.8326 16.3013 19.897 15.8507 19.897C15.374 19.8898 14.9002 19.8213 14.4411 19.6931C13.9271 19.564 13.4392 19.347 12.9991 19.0518C12.9782 19.0416 12.9549 19.0375 12.9318 19.0399C12.9086 19.0423 12.8867 19.0512 12.8684 19.0656C12.851 19.0795 12.8375 19.0977 12.8291 19.1183C12.8207 19.139 12.8176 19.1614 12.8203 19.1835V21.5008C12.8226 21.5506 12.8388 21.5988 12.867 21.6399C12.8951 21.6811 12.9343 21.7136 12.9799 21.7337C13.3523 21.927 13.7499 22.067 14.1612 22.1498C14.6966 22.2699 15.2442 22.3275 15.7929 22.3214C16.6551 22.3214 17.3792 22.1784 17.9652 21.8923C18.5191 21.6347 18.9856 21.2208 19.3073 20.7016C19.6237 20.1662 19.7842 19.5531 19.7708 18.9314C19.7794 18.4586 19.6838 17.9898 19.4907 17.5583C19.2705 17.1181 18.9456 16.7387 18.5446 16.4534Z" fill="#31A8FF"/>
|
|
19
|
+
<path d="M28.6333 9.41353C28.348 9.2983 28.0486 9.22182 27.7429 9.18612C27.292 9.12937 26.8378 9.10325 26.3834 9.10796C25.0756 9.10796 23.9316 9.38827 22.9832 9.94111C22.038 10.4905 21.2715 11.3012 20.7759 12.2758C20.2619 13.2688 20.0012 14.436 20.0012 15.7451C19.9911 16.536 20.0917 17.3244 20.3001 18.0874C20.4806 18.7373 20.7668 19.3531 21.1471 19.9102C21.5033 20.4243 21.9458 20.8727 22.4552 21.2357C22.9677 21.5982 23.5384 21.8705 24.1427 22.0408C24.7757 22.2187 25.4303 22.3076 26.0878 22.305C26.5482 22.3068 27.0081 22.2775 27.4645 22.2172C27.8324 22.174 28.1933 22.0844 28.5386 21.9504C28.6047 21.9199 28.6592 21.869 28.6943 21.8052C28.7294 21.7414 28.7432 21.6681 28.7336 21.596V19.607C28.7376 19.5715 28.7336 19.5354 28.7219 19.5016C28.7102 19.4677 28.6911 19.4369 28.666 19.4114C28.6326 19.3838 28.5619 19.3508 28.458 19.4305C28.1587 19.5427 27.8467 19.617 27.529 19.6518C27.1427 19.6924 26.7544 19.7115 26.366 19.7091C26.0129 19.7071 25.6615 19.6595 25.3206 19.5674C24.9655 19.4735 24.6253 19.3306 24.3097 19.1427C23.9818 18.9432 23.6956 18.6821 23.4667 18.374C23.2075 18.0266 23.0096 17.6375 22.8814 17.2234C22.7307 16.7189 22.6589 16.1942 22.6684 15.6678C22.6505 14.9326 22.8019 14.2031 23.1107 13.5357C23.3878 12.9597 23.8221 12.4738 24.3635 12.134C24.9526 11.7839 25.6289 11.6079 26.3139 11.6266C26.7337 11.6246 27.1528 11.6596 27.5664 11.7314C27.9008 11.7853 28.2242 11.8934 28.5238 12.0514C28.5496 12.0668 28.579 12.075 28.609 12.0753C28.639 12.0755 28.6685 12.0677 28.6945 12.0526C28.7233 12.0285 28.7457 11.9978 28.7599 11.9631C28.774 11.9283 28.7794 11.8907 28.7757 11.8534V9.72913C28.7822 9.66861 28.7724 9.60745 28.7474 9.55197C28.7224 9.49649 28.683 9.4487 28.6333 9.41353Z" fill="#31A8FF"/>
|
|
20
|
+
</g>
|
|
21
|
+
<defs>
|
|
22
|
+
<clipPath id="clip0_2_287">
|
|
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_100)">
|
|
16
|
+
<path d="M32 0H0V31.2H32V0Z" fill="#061E26"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5625 18.2375L16.1375 21.15C17.3625 20.7375 18.375 19.7875 18.85 18.5875L18.9875 18.2375H14.5625ZM14.775 15.275L13.3125 12.6125C12.1 13.025 11.1125 14.0625 10.6375 15.25L10.675 15.275H14.775ZM13.3125 17.5375L11.825 20.1375C12.6 20.8125 13.5875 21.275 14.6875 21.275C14.9125 21.275 15.2125 21.2375 15.425 21.2125L15.45 21.175L13.3125 17.5375ZM16.125 16.1125L17.6125 13.5375C16.8375 12.8625 15.825 12.45 14.725 12.45C14.5 12.45 14.3 12.475 14.0875 12.5L14.0625 12.55L16.125 16.1125ZM13.4 15.9875H10.4C10.35 16.2625 10.3125 16.525 10.3125 16.825C10.3125 17.85 10.675 18.8 11.2625 19.55L11.325 19.5875L13.4 15.9875ZM16 17.55H19.0375C19.0875 17.275 19.1 17.075 19.1 16.775C19.1 15.7375 18.7375 14.8375 18.1375 14.1L18.075 14.05L16 17.55Z" fill="#26C9FF"/>
|
|
18
|
+
<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="#D9F5FF"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_2_100">
|
|
22
|
+
<rect width="32" height="31.2" fill="white"/>
|
|
23
|
+
</clipPath>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>
|
|
26
|
+
`;
|
|
27
|
+
};
|
|
28
|
+
</script>
|
|
29
|
+
|
|
30
|
+
{@html svgContent()}
|