@selemondev/svgl-svelte 2.1.0 → 2.1.2
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/AbacatePay.svelte +23 -0
- package/dist/components/EpicGames.svelte +16 -0
- package/dist/components/Firecrawl.svelte +16 -0
- package/dist/components/GitHub.svelte +1 -4
- package/dist/components/Glide.svelte +21 -0
- package/dist/components/GoogleAnalytics.svelte +34 -0
- package/dist/components/GoogleCalendar.svelte +33 -0
- package/dist/components/GoogleChat.svelte +28 -0
- package/dist/components/GoogleMeet.svelte +32 -0
- package/dist/components/GoogleSheets.svelte +71 -0
- package/dist/components/GoogleSlides.svelte +77 -0
- package/dist/components/Hotmart.svelte +19 -0
- package/dist/components/Intlayer.svelte +1 -22
- package/dist/components/Manus.svelte +22 -0
- package/dist/components/MicrosoftOffice.svelte +16 -0
- package/dist/components/Midjourney.svelte +22 -0
- package/dist/components/Midudev.svelte +1 -1
- package/dist/components/Oxc.svelte +1 -1
- package/dist/components/Resend.svelte +2 -2
- package/dist/components/Rolldown.svelte +1 -1
- package/dist/components/Tembo.svelte +16 -0
- package/dist/components/Vite.svelte +1 -1
- package/dist/components/Vitest.svelte +1 -1
- package/dist/components/VoidZero.svelte +16 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +14 -14
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `<svg viewBox="0 0 29 30" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
|
|
14
|
+
<path d="M24.8018 18.9957C24.9752 17.0299 24.4441 15.1264 25.8964 13.7326L26.7959 12.8694C28.0242 11.6877 28.7139 10.0867 28.7139 8.41765C28.7139 6.74845 28.0242 5.14755 26.7959 3.96585L24.78 2.03126L23.3278 3.42505C21.713 3.46665 20.1091 4.08035 18.8737 5.26605L18.646 5.47405C17.1964 6.86545 15.2808 7.72015 13.2382 7.88715C10.5287 8.10555 7.99279 9.23925 6.06369 11.0908C4.53559 12.555 3.47649 14.4088 3.01168 16.4329C2.5469 18.4568 2.6959 20.5662 3.44109 22.5113L2.7041 23.2186L5.46769 25.871C6.51839 26.8802 7.76609 27.6808 9.13939 28.227C10.5126 28.7732 11.9846 29.0544 13.4712 29.0544C14.9577 29.0544 16.4297 28.7732 17.8029 28.227C19.1762 27.6808 20.4239 26.8802 21.4747 25.871C23.3928 24.0299 24.5741 21.596 24.8018 18.9957Z" fill="#244C4E"/>
|
|
15
|
+
<path d="M20.1409 1.58786C21.2998 1.58872 22.4324 1.93323 23.3957 2.57785C24.359 3.22255 25.1099 4.13845 25.5534 5.20985C25.9969 6.28125 26.1132 7.46025 25.8876 8.59775C25.6619 9.73535 25.1045 10.7804 24.2857 11.601L24.0807 11.8062C22.7839 13.1028 21.9885 14.8174 21.8356 16.6454C21.6293 19.0687 20.5743 21.3412 18.8565 23.0616C17.918 24.0042 16.8027 24.7518 15.5746 25.2615C14.3465 25.7712 13.0299 26.0332 11.7004 26.0321C9.10988 26.0321 6.51938 25.0384 4.54408 23.0616C3.60478 22.122 2.85965 21.0065 2.35126 19.7786C1.84287 18.5507 1.58121 17.2346 1.58121 15.9055C1.58121 14.5764 1.84287 13.2604 2.35126 12.0325C2.85965 10.8046 3.60478 9.68895 4.54408 8.74935C6.26218 7.02885 8.53358 5.97265 10.9555 5.76815C12.7797 5.61695 14.4958 4.81755 15.7911 3.52135L15.9962 3.31615C16.5378 2.76715 17.1832 2.3316 17.8949 2.03488C18.6065 1.73815 19.3701 1.58619 20.1409 1.58786ZM20.1409 7.09872e-06C18.1549 7.09872e-06 16.2769 0.777737 14.8736 2.18196L14.6794 2.38715C13.654 3.41335 12.2831 4.05065 10.826 4.18025C8.03048 4.41795 5.40758 5.63855 3.43238 7.61525C2.34238 8.70135 1.47791 9.99245 0.888824 11.4143C0.299734 12.8363 -0.00233639 14.3609 1.36068e-05 15.9001C1.36068e-05 19.0326 1.21968 21.9707 3.43238 24.185C5.64508 26.3995 8.58098 27.62 11.7111 27.62C14.8412 27.62 17.7772 26.3995 19.9899 24.185C21.9651 22.2083 23.1955 19.5728 23.433 16.7858C23.5537 15.3282 24.1888 13.9612 25.2248 12.9296L25.4299 12.7244C26.1228 12.0332 26.6722 11.2116 27.0463 10.3068C27.4206 9.40215 27.6122 8.43235 27.6102 7.45315C27.6102 5.46565 26.833 3.58615 25.4299 2.18196C24.0254 0.782067 22.1231 -0.0027229 20.1409 7.09872e-06Z" fill="#337D63"/>
|
|
16
|
+
<path d="M24.0874 11.8091L24.2923 11.6039C24.8368 11.0593 25.2686 10.4125 25.5632 9.70095C25.8578 8.98925 26.0094 8.22635 26.0094 7.45605C26.0094 6.68575 25.8578 5.92295 25.5632 5.21125C25.2686 4.49955 24.8368 3.85285 24.2923 3.30825C23.7482 2.76345 23.1019 2.33128 22.3908 2.03645C21.6796 1.7416 20.9175 1.58985 20.1476 1.58985C19.3778 1.58985 18.6156 1.7416 17.9044 2.03645C17.1933 2.33128 16.5471 2.76345 16.0028 3.30825L15.7979 3.51345C14.5021 4.81105 12.7889 5.60715 10.9623 5.76025C8.54029 5.96475 6.26889 7.02085 4.55079 8.74155C3.61149 9.68115 2.86634 10.7967 2.35795 12.0245C1.84956 13.2524 1.58789 14.5685 1.58789 15.8976C1.58789 17.2267 1.84956 18.5428 2.35795 19.7706C2.86634 20.9985 3.61149 22.1142 4.55079 23.0538C5.48969 23.9938 6.60449 24.7395 7.83149 25.2482C9.05839 25.757 10.3735 26.0189 11.7016 26.0189C13.0297 26.0189 14.3448 25.757 15.5718 25.2482C16.7987 24.7395 17.9135 23.9938 18.8524 23.0538C20.5717 21.3344 21.6271 19.0613 21.8315 16.6376C21.9933 14.8229 22.7921 13.1053 24.0874 11.8091Z" fill="#89BA4F"/>
|
|
17
|
+
<path d="M24.0874 11.8091L24.2923 11.6039C24.8368 11.0593 25.2686 10.4125 25.5632 9.70095C25.8578 8.98925 26.0094 8.22635 26.0094 7.45605C26.0094 6.68575 25.8578 5.92295 25.5632 5.21125C25.2686 4.49955 24.8368 3.85285 24.2923 3.30825C23.7482 2.76345 23.1019 2.33128 22.3908 2.03645C21.6796 1.7416 20.9175 1.58985 20.1476 1.58985C19.3778 1.58985 18.6156 1.7416 17.9044 2.03645C17.1933 2.33128 16.5471 2.76345 16.0028 3.30825L15.7979 3.51345C14.5021 4.81105 12.7889 5.60715 10.9623 5.76025C8.54029 5.96475 6.26889 7.02085 4.55079 8.74155C3.61149 9.68115 2.86634 10.7967 2.35795 12.0245C1.84956 13.2524 1.58789 14.5685 1.58789 15.8976C1.58789 17.2267 1.84956 18.5428 2.35795 19.7706C2.86634 20.9985 3.61149 22.1142 4.55079 23.0538C5.48969 23.9938 6.60449 24.7395 7.83149 25.2482C9.05839 25.757 10.3735 26.0189 11.7016 26.0189C13.0297 26.0189 14.3448 25.757 15.5718 25.2482C16.7987 24.7395 17.9135 23.9938 18.8524 23.0538C20.5717 21.3344 21.6271 19.0613 21.8315 16.6376C21.9933 14.8229 22.7921 13.1053 24.0874 11.8091Z" fill="#9EEA6C"/>
|
|
18
|
+
<path d="M12.1845 20.1925C13.4327 20.1925 14.6297 19.6963 15.5122 18.8131C16.3948 17.9299 16.8906 16.732 16.8906 15.483C16.8906 14.2339 16.3948 13.036 15.5122 12.1528C14.6297 11.2696 13.4327 10.7734 12.1845 10.7734C10.9365 10.7734 9.73938 11.2696 8.85688 12.1528C7.97428 13.036 7.47849 14.2339 7.47849 15.483C7.47849 16.732 7.97428 17.9299 8.85688 18.8131C9.73938 19.6963 10.9365 20.1925 12.1845 20.1925Z" fill="#804B35"/>
|
|
19
|
+
</svg>
|
|
20
|
+
`;
|
|
21
|
+
</script>
|
|
22
|
+
|
|
23
|
+
{@html svgContent}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="3.2269997596740723 1.25 25.54800033569336 29.500972747802734" width="${width}" height="${height}" ${restAttrs}><path fill="#000" d="M26.439 1.25c1.712 0 2.336.623 2.336 2.31v20.56c0 .265-.047.74-.133.944-.087.205-.167.371-.327.52-.164.153-.45.312-.587.375l-11.067 4.657a1.686 1.686 0 0 1-1.322 0L4.273 25.961a2.624 2.624 0 0 1-.586-.376c-.16-.149-.24-.315-.327-.519-.086-.203-.133-.68-.133-.944V3.56c0-1.687.624-2.31 2.336-2.31h20.875ZM11.845 26.07a.097.097 0 0 0-.029.019.096.096 0 0 0-.02.028.103.103 0 0 0-.007.035.09.09 0 0 0 .007.037.098.098 0 0 0 .049.046l4.007 1.7a.358.358 0 0 0 .28 0l4.038-1.7a.08.08 0 0 0 .028-.018.093.093 0 0 0 .02-.028.106.106 0 0 0 .007-.037.087.087 0 0 0-.027-.063.083.083 0 0 0-.063-.026H11.88a.089.089 0 0 0-.035.006ZM8.7 18.901c-.267 0-.516.046-.745.137-.23.092-.427.218-.593.38a1.79 1.79 0 0 0-.388.565c-.095.215-.141.45-.141.7v.011c0 .258.047.496.143.712.095.217.228.404.396.56.17.158.368.28.598.368.23.088.48.132.75.132.318 0 .602-.051.853-.152a2.54 2.54 0 0 0 .654-.378v-1.543H8.632v.698h.683v.416a.998.998 0 0 1-.554.141.992.992 0 0 1-.38-.07.874.874 0 0 1-.492-.498 1.03 1.03 0 0 1-.07-.382v-.01a.973.973 0 0 1 .257-.666.837.837 0 0 1 .629-.274c.172 0 .324.027.454.083.13.055.259.135.384.24l.565-.67a2.195 2.195 0 0 0-.612-.368 2.178 2.178 0 0 0-.796-.132Zm14.96.007a1.83 1.83 0 0 0-.561.081 1.281 1.281 0 0 0-.423.229.978.978 0 0 0-.268.347 1.054 1.054 0 0 0-.092.44v.012c0 .175.034.324.102.443.068.119.16.219.278.299.118.08.256.145.414.196.158.05.33.096.515.139.12.026.215.051.29.076.073.024.133.05.178.076a.254.254 0 0 1 .092.08c.016.027.025.06.025.096v.01a.193.193 0 0 1-.103.173.574.574 0 0 1-.293.062c-.404 0-.779-.138-1.125-.412l-.536.633c.215.189.463.33.742.425.278.095.573.142.883.142.212 0 .404-.024.576-.075.172-.051.319-.125.44-.22.123-.097.218-.214.286-.351.068-.137.102-.295.102-.471v-.01a.89.89 0 0 0-.09-.414.826.826 0 0 0-.257-.297 1.658 1.658 0 0 0-.41-.208 4.235 4.235 0 0 0-.537-.15 3.63 3.63 0 0 1-.294-.075 1.016 1.016 0 0 1-.184-.074.25.25 0 0 1-.095-.08.19.19 0 0 1-.027-.102v-.011c0-.062.03-.114.087-.156a.441.441 0 0 1 .26-.065c.155 0 .316.03.483.087.167.058.33.14.488.252l.48-.67a2.007 2.007 0 0 0-.63-.342 2.524 2.524 0 0 0-.797-.115Zm-13.127 3.486h1.012l.248-.614h1.338l.253.614h1.031l-1.477-3.455h-.927l-1.478 3.454Zm4.219 0h.941v-1.96l.883 1.332h.02l.887-1.342v1.97h.956v-3.43h-1.015l-.83 1.328-.826-1.327h-1.016v3.428Zm4.33 0h2.814v-.808h-1.863v-.544h1.665v-.75h-1.665v-.519h1.84v-.808h-2.791v3.428Zm-6.23-1.353h-.778l.39-.975.388.975Zm9.275-16.19c-1.42 0-2.123.695-2.123 2.101v7.305c0 1.406.703 2.1 2.124 2.1h.865c1.42 0 2.123-.695 2.123-2.1v-2.635h-1.715v2.554c0 .452-.212.662-.653.662h-.326c-.457 0-.67-.21-.67-.662V7.034c0-.453.212-.663.67-.663h.294c.44 0 .652.21.652.663v2.213h1.715v-2.31c0-1.406-.686-2.085-2.106-2.085h-.85Zm-15.21 11.41h3.919v-1.568H8.664v-3.409h2.058V9.717H8.664v-3.2h2.139V4.95H6.917v11.312Zm4.763 0h1.747v-4.105h.996c1.42 0 2.123-.694 2.123-2.1V7.05c0-1.407-.702-2.1-2.123-2.1H11.68v11.31ZM17.334 4.95v11.312h1.747V4.95h-1.747Zm-3.19 1.519c.441 0 .654.21.654.662v2.845c0 .452-.212.663-.653.663h-.718v-4.17h.718Z"></path></svg>`;
|
|
14
|
+
</script>
|
|
15
|
+
|
|
16
|
+
{@html svgContent}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 50 72" width="${width}" height="${height}" ${restAttrs}><path fill="#fa5d19" d="M41.715 23.193c-2.762.82-4.844 2.675-6.37 4.69-.327.432-1.01.107-.88-.423 2.92-12.007-.937-21.986-12.961-26.898a.803.803 0 0 0-1.085.937c5.47 21.961-17.537 20.109-14.63 45.005.05.427-.43.72-.78.47-1.09-.782-2.307-2.415-3.142-3.562a.502.502 0 0 0-.887.16c-.665 2.404-.98 4.67-.98 6.92 0 8.749 4.497 16.45 11.304 20.915.39.255.89-.11.758-.557a13.5 13.5 0 0 1-.563-3.697c0-.788.05-1.593.173-2.343.285-1.885.94-3.68 2.04-5.314 3.772-5.663 11.334-11.132 10.127-18.56-.078-.47.477-.78.827-.457 5.328 4.868 6.383 11.415 5.508 17.287-.075.51.564.782.887.382a11.6 11.6 0 0 1 2.892-2.587c.27-.168.63-.04.733.26.602 1.752 1.497 3.397 2.342 5.042a13.46 13.46 0 0 1 .905 9.982.502.502 0 0 0 .755.57C45.5 66.95 50 59.248 50 50.494c0-3.043-.532-6.025-1.54-8.82-2.112-5.862-7.472-10.264-6.117-17.904.065-.365-.273-.682-.628-.577" style="fill:#fa5d19;fill:color(display-p3 .9816 .3634 .0984);fill-opacity:1"/></svg>`;
|
|
14
|
+
</script>
|
|
15
|
+
|
|
16
|
+
{@html svgContent}
|
|
@@ -10,10 +10,7 @@
|
|
|
10
10
|
const restAttrs = Object.entries(rest)
|
|
11
11
|
.map(([k, v]) => `${k}="${v}"`)
|
|
12
12
|
.join(' ');
|
|
13
|
-
const svgContent = `<svg viewBox="0 0 1024 1024"
|
|
14
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z" transform="scale(64)" fill="#1B1F23"/>
|
|
15
|
-
</svg>
|
|
16
|
-
`;
|
|
13
|
+
const svgContent = `<svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" fill="none" width="${width}" height="${height}" ${restAttrs}><path fill="#1b1f23" fill-rule="evenodd" d="M512 0C229.12 0 0 229.12 0 512c0 226.56 146.56 417.92 350.08 485.76 25.6 4.48 35.2-10.88 35.2-24.32 0-12.16-.64-52.48-.64-95.36-128.64 23.68-161.92-31.36-172.16-60.16-5.76-14.72-30.72-60.16-52.48-72.32-17.92-9.6-43.52-33.28-.64-33.92 40.32-.64 69.12 37.12 78.72 52.48 46.08 77.44 119.68 55.68 149.12 42.24 4.48-33.28 17.92-55.68 32.64-68.48-113.92-12.8-232.96-56.96-232.96-252.8 0-55.68 19.84-101.76 52.48-137.6-5.12-12.8-23.04-65.28 5.12-135.68 0 0 42.88-13.44 140.8 52.48 40.96-11.52 84.48-17.28 128-17.28s87.04 5.76 128 17.28c97.92-66.56 140.8-52.48 140.8-52.48 28.16 70.4 10.24 122.88 5.12 135.68 32.64 35.84 52.48 81.28 52.48 137.6 0 196.48-119.68 240-233.6 252.8 18.56 16 34.56 46.72 34.56 94.72 0 68.48-.64 123.52-.64 140.8 0 13.44 9.6 29.44 35.2 24.32C877.44 929.92 1024 737.92 1024 512 1024 229.12 794.88 0 512 0" clip-rule="evenodd"/></svg>`;
|
|
17
14
|
</script>
|
|
18
15
|
|
|
19
16
|
{@html svgContent}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `<svg viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="${width}" height="${height}" ${restAttrs}>
|
|
14
|
+
<path d="M0 55L55 0V27C55 42.464 42.464 55 27 55H0Z" fill="#202124">
|
|
15
|
+
</path>
|
|
16
|
+
<path d="M45 73C45 57.536 57.536 45 73 45H100L45 100V73Z" fill="#202124">
|
|
17
|
+
</path>
|
|
18
|
+
</svg>`;
|
|
19
|
+
</script>
|
|
20
|
+
|
|
21
|
+
{@html svgContent}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `
|
|
14
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
15
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
16
|
+
viewBox="0 0 2195.9 2430.9" style="enable-background:new 0 0 2195.9 2430.9;" xml:space="preserve" width="${width}" height="${height}" ${restAttrs}>
|
|
17
|
+
<style>
|
|
18
|
+
.st0{fill:#F9AB00;}
|
|
19
|
+
.st1{fill:#E37400;}
|
|
20
|
+
</style>
|
|
21
|
+
<g>
|
|
22
|
+
<path class="st0" d="M2195.9,2126.7c0.9,166.9-133.7,302.8-300.5,303.7c-12.4,0.1-24.9-0.6-37.2-2.1
|
|
23
|
+
c-154.8-22.9-268.2-157.6-264.4-314V316.1c-3.7-156.6,110-291.3,264.9-314c165.7-19.4,315.8,99.2,335.2,264.9
|
|
24
|
+
c1.4,12.2,2.1,24.4,2,36.7L2195.9,2126.7z"/>
|
|
25
|
+
<path class="st1" d="M301.1,1828.7c166.3,0,301.1,134.8,301.1,301.1c0,166.3-134.8,301.1-301.1,301.1
|
|
26
|
+
C134.8,2430.9,0,2296.1,0,2129.8C0,1963.5,134.8,1828.7,301.1,1828.7z M1093.3,916.2c-167.1,9.2-296.7,149.3-292.8,316.6v808.7
|
|
27
|
+
c0,219.5,96.6,352.7,238.1,381.1c163.3,33.1,322.4-72.4,355.5-235.7c4.1-20,6.1-40.3,6-60.7v-907.4
|
|
28
|
+
c0.3-166.9-134.7-302.4-301.6-302.7C1096.8,916.1,1095,916.1,1093.3,916.2z"/>
|
|
29
|
+
</g>
|
|
30
|
+
</svg>
|
|
31
|
+
`;
|
|
32
|
+
</script>
|
|
33
|
+
|
|
34
|
+
{@html svgContent}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `<svg viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
|
|
14
|
+
<g clip-path="url(#clip0_5072_3766)">
|
|
15
|
+
<path d="M390.736 121.264H121.264V390.736H390.736V121.264Z" fill="white"/>
|
|
16
|
+
<path d="M390.736 512L512 390.736L451.368 380.392L390.736 390.736L379.67 446.196L390.736 512Z" fill="#EA4335"/>
|
|
17
|
+
<path d="M0 390.736V471.578C0 493.912 18.088 512 40.42 512H121.264L133.714 451.368L121.264 390.736L55.198 380.392L0 390.736Z" fill="#188038"/>
|
|
18
|
+
<path d="M512 121.264V40.42C512 18.088 493.912 0 471.58 0H390.736C383.36 30.072 379.671 52.2027 379.67 66.392C379.67 80.58 383.359 98.8707 390.736 121.264C417.556 128.944 437.767 132.784 451.368 132.784C464.969 132.784 485.18 128.945 512 121.264Z" fill="#1967D2"/>
|
|
19
|
+
<path d="M512 121.264H390.736V390.736H512V121.264Z" fill="#FBBC04"/>
|
|
20
|
+
<path d="M390.736 390.736H121.264V512H390.736V390.736Z" fill="#34A853"/>
|
|
21
|
+
<path d="M390.736 0H40.422C18.088 0 0 18.088 0 40.42V390.736H121.264V121.264H390.736V0Z" fill="#4285F4"/>
|
|
22
|
+
<path d="M176.54 330.308C166.468 323.504 159.494 313.568 155.688 300.428L179.066 290.796C181.186 298.88 184.891 305.145 190.182 309.592C195.436 314.038 201.836 316.228 209.314 316.228C216.959 316.228 223.527 313.903 229.018 309.254C234.51 304.606 237.272 298.678 237.272 291.504C237.272 284.16 234.375 278.164 228.582 273.516C222.788 268.868 215.512 266.544 206.822 266.544H193.314V243.404H205.44C212.917 243.404 219.216 241.382 224.336 237.338C229.456 233.298 232.016 227.772 232.016 220.732C232.016 214.468 229.726 209.482 225.146 205.744C220.566 202.004 214.77 200.118 207.73 200.118C200.858 200.118 195.402 201.938 191.36 205.608C187.319 209.289 184.282 213.937 182.534 219.116L159.394 209.482C162.458 200.792 168.084 193.112 176.336 186.476C184.588 179.84 195.132 176.506 207.932 176.506C217.398 176.506 225.92 178.326 233.466 181.996C241.01 185.668 246.938 190.754 251.216 197.222C255.496 203.722 257.616 210.998 257.616 219.082C257.616 227.334 255.63 234.308 251.656 240.034C247.682 245.76 242.796 250.138 237.002 253.204V254.584C244.483 257.669 250.982 262.735 255.798 269.238C260.682 275.806 263.142 283.654 263.142 292.818C263.142 301.978 260.816 310.164 256.168 317.338C251.52 324.514 245.088 330.172 236.934 334.282C228.75 338.392 219.554 340.482 209.348 340.482C197.524 340.514 186.612 337.112 176.54 330.308ZM320.132 214.298L294.466 232.858L281.632 213.39L327.678 180.176H345.328V336.842H320.132V214.298Z" fill="#4285F4"/>
|
|
23
|
+
</g>
|
|
24
|
+
<defs>
|
|
25
|
+
<clipPath id="clip0_5072_3766">
|
|
26
|
+
<rect width="512" height="512" fill="white"/>
|
|
27
|
+
</clipPath>
|
|
28
|
+
</defs>
|
|
29
|
+
</svg>
|
|
30
|
+
`;
|
|
31
|
+
</script>
|
|
32
|
+
|
|
33
|
+
{@html svgContent}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `<svg viewBox="0 0 96 100" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
|
|
14
|
+
<g clip-path="url(#clip0_101_6)">
|
|
15
|
+
<path d="M21.76 53.94V21.44H7.56C3.38 21.44 0 24.84 0 29.02V96.2C0 99.58 4.08 101.26 6.46 98.88L22.08 83.26H66.56C70.74 83.26 74.12 79.88 74.12 75.7V61.5H29.34C25.16 61.5 21.76 58.12 21.76 53.94Z" fill="#00AC47"/>
|
|
16
|
+
<path d="M88.32 0H29.34C25.16 0 21.78 3.38 21.78 7.56V21.44H66.56C70.74 21.44 74.12 24.82 74.12 29V61.48H88.32C92.5 61.48 95.88 58.1 95.88 53.92V7.56C95.88 3.38 92.5 0 88.32 0Z" fill="#5BB974"/>
|
|
17
|
+
<path d="M66.56 21.44H21.76V53.92C21.76 58.1 25.14 61.48 29.32 61.48H74.1V29.02C74.12 24.84 70.74 21.44 66.56 21.44Z" fill="#00832D"/>
|
|
18
|
+
</g>
|
|
19
|
+
<defs>
|
|
20
|
+
<clipPath id="clip0_101_6">
|
|
21
|
+
<rect width="95.88" height="100" fill="white"/>
|
|
22
|
+
</clipPath>
|
|
23
|
+
</defs>
|
|
24
|
+
</svg>
|
|
25
|
+
`;
|
|
26
|
+
</script>
|
|
27
|
+
|
|
28
|
+
{@html svgContent}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `<svg viewBox="0 0 622 512" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
|
|
14
|
+
<g clip-path="url(#clip0_5072_3775)">
|
|
15
|
+
<path d="M351.419 255.568L411.978 324.79L493.418 376.827L507.584 256.005L493.418 137.908L410.418 183.621L351.419 255.568Z" fill="#00832D"/>
|
|
16
|
+
<path d="M0.00283051 365.583V468.541C0.00283051 492.049 19.0851 511.136 42.5983 511.136H145.556L166.876 433.344L145.556 365.583L74.9198 344.263L0.00283051 365.583Z" fill="#0066DA"/>
|
|
17
|
+
<path d="M145.556 -7.62939e-06L0.00283051 145.554L74.9247 166.822L145.556 145.554L166.488 78.7145L145.556 -7.62939e-06Z" fill="#E94235"/>
|
|
18
|
+
<path d="M0.00526047 365.629H145.556V145.551H0.00526047V365.629Z" fill="#2684FC"/>
|
|
19
|
+
<path d="M586.398 61.6293L493.416 137.91V376.827L586.782 453.404C600.758 464.352 621.204 454.374 621.204 436.607V78.0861C621.204 60.1224 600.271 50.193 586.396 61.6317" fill="#00AC47"/>
|
|
20
|
+
<path d="M351.419 255.568V365.583H145.556V511.136H450.825C474.338 511.136 493.418 492.049 493.418 468.541V376.827L351.419 255.568Z" fill="#00AC47"/>
|
|
21
|
+
<path d="M450.825 -7.62939e-06H145.556V145.554H351.419V255.568L493.42 137.905V42.5979C493.42 19.0847 474.338 0.00241891 450.825 0.00241891" fill="#FFBA00"/>
|
|
22
|
+
</g>
|
|
23
|
+
<defs>
|
|
24
|
+
<clipPath id="clip0_5072_3775">
|
|
25
|
+
<rect width="621.2" height="512" fill="white"/>
|
|
26
|
+
</clipPath>
|
|
27
|
+
</defs>
|
|
28
|
+
</svg>
|
|
29
|
+
`;
|
|
30
|
+
</script>
|
|
31
|
+
|
|
32
|
+
{@html svgContent}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `<svg viewBox="0 0 74 100" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
|
|
14
|
+
<mask id="mask0_1:52" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="71" height="98">
|
|
15
|
+
<path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="white"/>
|
|
16
|
+
</mask>
|
|
17
|
+
<g mask="url(#mask0_1:52)">
|
|
18
|
+
<path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L56.4365 16.8843L45.398 1.43036Z" fill="#0F9D58"/>
|
|
19
|
+
</g>
|
|
20
|
+
<mask id="mask1_1:52" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="71" height="98">
|
|
21
|
+
<path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="white"/>
|
|
22
|
+
</mask>
|
|
23
|
+
<g mask="url(#mask1_1:52)">
|
|
24
|
+
<path d="M18.9054 48.8962V80.908H54.2288V48.8962H18.9054ZM34.3594 76.4926H23.3209V70.9733H34.3594V76.4926ZM34.3594 67.6617H23.3209V62.1424H34.3594V67.6617ZM34.3594 58.8309H23.3209V53.3116H34.3594V58.8309ZM49.8134 76.4926H38.7748V70.9733H49.8134V76.4926ZM49.8134 67.6617H38.7748V62.1424H49.8134V67.6617ZM49.8134 58.8309H38.7748V53.3116H49.8134V58.8309Z" fill="#F1F1F1"/>
|
|
25
|
+
</g>
|
|
26
|
+
<mask id="mask2_1:52" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="71" height="98">
|
|
27
|
+
<path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="white"/>
|
|
28
|
+
</mask>
|
|
29
|
+
<g mask="url(#mask2_1:52)">
|
|
30
|
+
<path d="M47.3352 25.9856L71.8905 50.5354V27.9229L47.3352 25.9856Z" fill="url(#paint0_linear_1:52)"/>
|
|
31
|
+
</g>
|
|
32
|
+
<mask id="mask3_1:52" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="71" height="98">
|
|
33
|
+
<path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="white"/>
|
|
34
|
+
</mask>
|
|
35
|
+
<g mask="url(#mask3_1:52)">
|
|
36
|
+
<path d="M45.398 1.43036V21.2998C45.398 24.959 48.3618 27.9229 52.0211 27.9229H71.8905L45.398 1.43036Z" fill="#87CEAC"/>
|
|
37
|
+
</g>
|
|
38
|
+
<mask id="mask4_1:52" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="71" height="98">
|
|
39
|
+
<path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="white"/>
|
|
40
|
+
</mask>
|
|
41
|
+
<g mask="url(#mask4_1:52)">
|
|
42
|
+
<path d="M7.86688 1.43036C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V8.60542C1.24374 4.9627 4.22415 1.98229 7.86688 1.98229H45.398V1.43036H7.86688Z" fill="white" fill-opacity="0.2"/>
|
|
43
|
+
</g>
|
|
44
|
+
<mask id="mask5_1:52" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="71" height="98">
|
|
45
|
+
<path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="white"/>
|
|
46
|
+
</mask>
|
|
47
|
+
<g mask="url(#mask5_1:52)">
|
|
48
|
+
<path d="M65.2674 98.0177H7.86688C4.22415 98.0177 1.24374 95.0373 1.24374 91.3946V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V91.3946C71.8905 95.0373 68.9101 98.0177 65.2674 98.0177Z" fill="#263238" fill-opacity="0.2"/>
|
|
49
|
+
</g>
|
|
50
|
+
<mask id="mask6_1:52" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="71" height="98">
|
|
51
|
+
<path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="white"/>
|
|
52
|
+
</mask>
|
|
53
|
+
<g mask="url(#mask6_1:52)">
|
|
54
|
+
<path d="M52.0211 27.9229C48.3618 27.9229 45.398 24.959 45.398 21.2998V21.8517C45.398 25.511 48.3618 28.4748 52.0211 28.4748H71.8905V27.9229H52.0211Z" fill="#263238" fill-opacity="0.1"/>
|
|
55
|
+
</g>
|
|
56
|
+
<path d="M45.398 1.43036H7.86688C4.22415 1.43036 1.24374 4.41077 1.24374 8.0535V91.9465C1.24374 95.5893 4.22415 98.5697 7.86688 98.5697H65.2674C68.9101 98.5697 71.8905 95.5893 71.8905 91.9465V27.9229L45.398 1.43036Z" fill="url(#paint1_radial_1:52)"/>
|
|
57
|
+
<defs>
|
|
58
|
+
<linearGradient id="paint0_linear_1:52" x1="59.6142" y1="28.0935" x2="59.6142" y2="50.5388" gradientUnits="userSpaceOnUse">
|
|
59
|
+
<stop stop-color="#263238" stop-opacity="0.2"/>
|
|
60
|
+
<stop offset="1" stop-color="#263238" stop-opacity="0.02"/>
|
|
61
|
+
</linearGradient>
|
|
62
|
+
<radialGradient id="paint1_radial_1:52" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(3.48187 3.36121) scale(113.917)">
|
|
63
|
+
<stop stop-color="white" stop-opacity="0.1"/>
|
|
64
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
65
|
+
</radialGradient>
|
|
66
|
+
</defs>
|
|
67
|
+
</svg>
|
|
68
|
+
`;
|
|
69
|
+
</script>
|
|
70
|
+
|
|
71
|
+
{@html svgContent}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `<svg viewBox="0 0 73 100" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
|
|
14
|
+
<mask id="mask0_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
|
|
15
|
+
<path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
|
|
16
|
+
</mask>
|
|
17
|
+
<g mask="url(#mask0_1:2)">
|
|
18
|
+
<path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L56.029 15.6881L44.8232 0Z" fill="#F4B400"/>
|
|
19
|
+
</g>
|
|
20
|
+
<mask id="mask1_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
|
|
21
|
+
<path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
|
|
22
|
+
</mask>
|
|
23
|
+
<g mask="url(#mask1_1:2)">
|
|
24
|
+
<path d="M50.4261 44.8232H21.291C19.4421 44.8232 17.9293 46.336 17.9293 48.185V77.3201C17.9293 79.169 19.4421 80.6818 21.291 80.6818H50.4261C52.2751 80.6818 53.7879 79.169 53.7879 77.3201V48.185C53.7879 46.336 52.2751 44.8232 50.4261 44.8232ZM49.3056 70.5966H22.4116V54.9085H49.3056V70.5966Z" fill="#F1F1F1"/>
|
|
25
|
+
</g>
|
|
26
|
+
<mask id="mask2_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
|
|
27
|
+
<path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
|
|
28
|
+
</mask>
|
|
29
|
+
<g mask="url(#mask2_1:2)">
|
|
30
|
+
<path d="M46.7899 24.9273L71.7172 49.849V26.8939L46.7899 24.9273Z" fill="url(#paint0_linear_1:2)"/>
|
|
31
|
+
</g>
|
|
32
|
+
<mask id="mask3_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
|
|
33
|
+
<path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
|
|
34
|
+
</mask>
|
|
35
|
+
<g mask="url(#mask3_1:2)">
|
|
36
|
+
<path d="M44.8232 0V20.1705C44.8232 23.8852 47.832 26.8939 51.5467 26.8939H71.7172L44.8232 0Z" fill="#FADA80"/>
|
|
37
|
+
</g>
|
|
38
|
+
<mask id="mask4_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
|
|
39
|
+
<path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
|
|
40
|
+
</mask>
|
|
41
|
+
<g mask="url(#mask4_1:2)">
|
|
42
|
+
<path d="M44.8232 0V0.56029L71.1569 26.8939H71.7172L44.8232 0Z" fill="white" fill-opacity="0.1"/>
|
|
43
|
+
</g>
|
|
44
|
+
<mask id="mask5_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
|
|
45
|
+
<path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
|
|
46
|
+
</mask>
|
|
47
|
+
<g mask="url(#mask5_1:2)">
|
|
48
|
+
<path d="M6.72348 0C3.02557 0 0 3.02557 0 6.72348V7.28377C0 3.58586 3.02557 0.56029 6.72348 0.56029H44.8232V0H6.72348Z" fill="white" fill-opacity="0.2"/>
|
|
49
|
+
</g>
|
|
50
|
+
<mask id="mask6_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
|
|
51
|
+
<path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
|
|
52
|
+
</mask>
|
|
53
|
+
<g mask="url(#mask6_1:2)">
|
|
54
|
+
<path d="M64.9937 98.0508H6.72348C3.02557 98.0508 0 95.0253 0 91.3273V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V91.3273C71.7172 95.0253 68.6916 98.0508 64.9937 98.0508Z" fill="#BF360C" fill-opacity="0.2"/>
|
|
55
|
+
</g>
|
|
56
|
+
<mask id="mask7_1:2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="72" height="99">
|
|
57
|
+
<path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="white"/>
|
|
58
|
+
</mask>
|
|
59
|
+
<g mask="url(#mask7_1:2)">
|
|
60
|
+
<path d="M51.5467 26.8939C47.832 26.8939 44.8232 23.8852 44.8232 20.1705V20.7307C44.8232 24.4455 47.832 27.4542 51.5467 27.4542H71.7172V26.8939H51.5467Z" fill="#BF360C" fill-opacity="0.1"/>
|
|
61
|
+
</g>
|
|
62
|
+
<path d="M44.8232 0H6.72348C3.02557 0 0 3.02557 0 6.72348V91.8876C0 95.5855 3.02557 98.6111 6.72348 98.6111H64.9937C68.6916 98.6111 71.7172 95.5855 71.7172 91.8876V26.8939L44.8232 0Z" fill="url(#paint1_radial_1:2)"/>
|
|
63
|
+
<defs>
|
|
64
|
+
<linearGradient id="paint0_linear_1:2" x1="59.2549" y1="27.0671" x2="59.2549" y2="49.8525" gradientUnits="userSpaceOnUse">
|
|
65
|
+
<stop stop-color="#BF360C" stop-opacity="0.2"/>
|
|
66
|
+
<stop offset="1" stop-color="#BF360C" stop-opacity="0.02"/>
|
|
67
|
+
</linearGradient>
|
|
68
|
+
<radialGradient id="paint1_radial_1:2" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(2.27204 1.9601) scale(115.643)">
|
|
69
|
+
<stop stop-color="white" stop-opacity="0.1"/>
|
|
70
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
71
|
+
</radialGradient>
|
|
72
|
+
</defs>
|
|
73
|
+
</svg>
|
|
74
|
+
`;
|
|
75
|
+
</script>
|
|
76
|
+
|
|
77
|
+
{@html svgContent}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `<svg viewBox="0 0 27 37" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
|
|
14
|
+
<path d="M25.7756 17.3698C25.2893 15.6249 24.5666 13.9548 23.6276 12.4058H23.6296C23.6296 12.4058 22.7026 10.8678 22.3136 10.4028H22.3106C22.2146 10.2818 22.0216 10.4158 22.0956 10.5538C22.2046 10.7828 22.3036 11.0648 22.2346 11.3398C22.1206 11.6758 21.7456 11.9088 21.4006 11.7898C21.3051 11.7512 21.2186 11.6933 21.1466 11.6198C20.7936 11.2548 20.6096 10.6508 20.3806 9.8838C20.1746 9.2008 19.9196 8.35279 19.4596 7.43479C18.7116 5.94279 17.8266 5.25279 17.7906 5.22379C17.7686 5.20662 17.7416 5.19721 17.7137 5.19703C17.6859 5.19685 17.6587 5.20591 17.6366 5.2228C17.6142 5.23992 17.5976 5.26346 17.5891 5.29028C17.5805 5.31709 17.5803 5.34588 17.5886 5.3728C17.5926 5.3848 17.9646 6.61479 17.2466 7.54579C16.9606 7.91679 16.5256 8.1408 16.0186 8.1728C15.5086 8.2058 15.0036 8.0368 14.7006 7.7328C13.9496 6.9778 13.8616 5.63979 13.8756 4.90979C13.9226 2.47579 14.6576 0.770795 15.0406 0.209795C15.0567 0.185815 15.0649 0.157376 15.064 0.12849C15.0631 0.0996036 15.0532 0.071728 15.0356 0.048795C15.018 0.0265184 14.9936 0.0106996 14.9661 0.00382184C14.9385 -0.00305591 14.9095 -0.000603202 14.8836 0.010795C11.9096 1.2998 9.75456 3.50679 8.65356 6.38379C8.03456 8.09479 7.76456 8.8748 7.54556 9.3658C7.34356 9.8148 7.15656 10.0218 6.96556 10.1358C6.86056 10.1998 6.73256 10.2358 6.60056 10.2408C6.40656 10.2208 5.44656 10.0448 6.28256 8.4388C6.35156 8.3038 6.16856 8.1698 6.06656 8.2788L5.40856 9.0058C5.37923 9.0378 5.3499 9.0698 5.32056 9.1018L5.21156 9.2228C5.1929 9.24413 5.1759 9.2648 5.16056 9.2848C3.08056 11.6618 1.62756 14.7038 0.790564 17.5138C0.0405639 20.2138 -0.00643612 22.3708 0.000563879 23.1908L0.00156388 23.3728C0.00156388 27.0068 1.38356 30.4228 3.89256 32.9928C6.40156 35.5628 9.73956 36.9778 13.2876 36.9778C16.8356 36.9778 20.1736 35.5628 22.6826 32.9928C25.1926 30.4228 26.5736 27.0058 26.5736 23.3728C26.5736 21.0578 26.2756 19.1718 25.7706 17.3698H25.7756ZM13.2896 30.4168C9.49156 30.4168 6.41056 27.2648 6.41056 23.3738C6.41056 19.4828 9.49056 16.3298 13.2896 16.3298C17.0886 16.3298 20.1686 19.4838 20.1686 23.3738C20.1686 27.2638 17.0886 30.4168 13.2896 30.4168Z" fill="#FF4000"/>
|
|
15
|
+
</svg>
|
|
16
|
+
`;
|
|
17
|
+
</script>
|
|
18
|
+
|
|
19
|
+
{@html svgContent}
|
|
@@ -10,28 +10,7 @@
|
|
|
10
10
|
const restAttrs = Object.entries(rest)
|
|
11
11
|
.map(([k, v]) => `${k}="${v}"`)
|
|
12
12
|
.join(' ');
|
|
13
|
-
const svgContent = `<svg
|
|
14
|
-
viewBox="0 0 480 448"
|
|
15
|
-
fill="currentColor"
|
|
16
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
17
|
-
width="${width}" height="${height}" ${restAttrs}>
|
|
18
|
-
<path
|
|
19
|
-
fillRule="evenodd"
|
|
20
|
-
clipRule="evenodd"
|
|
21
|
-
d="M50 1C25.1472 1 5 21.1472 5 46C5 70.8528 25.1472 91 50 91H295C319.853 91 340 70.8528 340 46C340 21.1472 319.853 1 295 1H50ZM5 221C5 196.147 25.1472 176 50 176H430C454.853 176 475 196.147 475 221C475 245.853 454.853 266 430 266H50C25.1472 266 5 245.853 5 221ZM5 394C5 369.147 25.1472 349 50 349H230C254.853 349 275 369.147 275 394C275 418.853 254.853 439 230 439H50C25.1472 439 5 418.853 5 394Z"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
fillRule="evenodd"
|
|
25
|
-
clipRule="evenodd"
|
|
26
|
-
d="M50 1C25.1472 1 5 21.1472 5 46C5 70.8528 25.1472 91 50 91H295C319.853 91 340 70.8528 340 46C340 21.1472 319.853 1 295 1H50ZM5 221C5 196.147 25.1472 176 50 176H430C454.853 176 475 196.147 475 221C475 245.853 454.853 266 430 266H50C25.1472 266 5 245.853 5 221ZM5 394C5 369.147 25.1472 349 50 349H230C254.853 349 275 369.147 275 394C275 418.853 254.853 439 230 439H50C25.1472 439 5 418.853 5 394Z"
|
|
27
|
-
fill="currentColor"
|
|
28
|
-
/>
|
|
29
|
-
<path
|
|
30
|
-
d="M6 46C6 21.6995 25.6995 2 50 2V0C24.5949 0 4 20.5949 4 46H6ZM50 90C25.6995 90 6 70.3005 6 46H4C4 71.4051 24.5949 92 50 92V90ZM295 90H50V92H295V90ZM339 46C339 70.3005 319.301 90 295 90V92C320.405 92 341 71.4051 341 46H339ZM295 2C319.301 2 339 21.6995 339 46H341C341 20.5949 320.405 0 295 0V2ZM50 2H295V0H50V2ZM50 175C24.5949 175 4 195.595 4 221H6C6 196.699 25.6995 177 50 177V175ZM430 175H50V177H430V175ZM476 221C476 195.595 455.405 175 430 175V177C454.301 177 474 196.699 474 221H476ZM430 267C455.405 267 476 246.405 476 221H474C474 245.301 454.301 265 430 265V267ZM50 267H430V265H50V267ZM4 221C4 246.405 24.5949 267 50 267V265C25.6995 265 6 245.301 6 221H4ZM50 348C24.5949 348 4 368.595 4 394H6C6 369.699 25.6995 350 50 350V348ZM230 348H50V350H230V348ZM276 394C276 368.595 255.405 348 230 348V350C254.301 350 274 369.699 274 394H276ZM230 440C255.405 440 276 419.405 276 394H274C274 418.3 254.301 438 230 438V440ZM50 440H230V438H50V440ZM4 394C4 419.405 24.5949 440 50 440V438C25.6995 438 6 418.3 6 394H4Z"
|
|
31
|
-
fill="currentColor"
|
|
32
|
-
/>
|
|
33
|
-
</svg>
|
|
34
|
-
`;
|
|
13
|
+
const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" fill="#000" viewBox="0 0 480 448" width="${width}" height="${height}" ${restAttrs}><path d="M50 1C25.147 1 5 21.147 5 46s20.147 45 45 45h245c24.853 0 45-20.147 45-45S319.853 1 295 1zM5 221c0-24.853 20.147-45 45-45h380c24.853 0 45 20.147 45 45s-20.147 45-45 45H50c-24.853 0-45-20.147-45-45m0 173c0-24.853 20.147-45 45-45h180c24.853 0 45 20.147 45 45s-20.147 45-45 45H50c-24.853 0-45-20.147-45-45"/><path d="M50 1C25.147 1 5 21.147 5 46s20.147 45 45 45h245c24.853 0 45-20.147 45-45S319.853 1 295 1zM5 221c0-24.853 20.147-45 45-45h380c24.853 0 45 20.147 45 45s-20.147 45-45 45H50c-24.853 0-45-20.147-45-45m0 173c0-24.853 20.147-45 45-45h180c24.853 0 45 20.147 45 45s-20.147 45-45 45H50c-24.853 0-45-20.147-45-45"/><path d="M6 46C6 21.7 25.7 2 50 2V0C24.595 0 4 20.595 4 46zm44 44C25.7 90 6 70.3 6 46H4c0 25.405 20.595 46 46 46zm245 0H50v2h245zm44-44c0 24.3-19.699 44-44 44v2c25.405 0 46-20.595 46-46zM295 2c24.301 0 44 19.7 44 44h2c0-25.405-20.595-46-46-46zM50 2h245V0H50zm0 173c-25.405 0-46 20.595-46 46h2c0-24.301 19.7-44 44-44zm380 0H50v2h380zm46 46c0-25.405-20.595-46-46-46v2c24.301 0 44 19.699 44 44zm-46 46c25.405 0 46-20.595 46-46h-2c0 24.301-19.699 44-44 44zm-380 0h380v-2H50zM4 221c0 25.405 20.595 46 46 46v-2c-24.3 0-44-19.699-44-44zm46 127c-25.405 0-46 20.595-46 46h2c0-24.301 19.7-44 44-44zm180 0H50v2h180zm46 46c0-25.405-20.595-46-46-46v2c24.301 0 44 19.699 44 44zm-46 46c25.405 0 46-20.595 46-46h-2c0 24.3-19.699 44-44 44zm-180 0h180v-2H50zM4 394c0 25.405 20.595 46 46 46v-2c-24.3 0-44-19.7-44-44z"/></svg>`;
|
|
35
14
|
</script>
|
|
36
15
|
|
|
37
16
|
{@html svgContent}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `<svg viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.40053 8.55905C8.88268 9.6224 9.31868 10.9073 10.3744 11.4289C11.8907 12.1781 13.2065 12.9168 14.5094 14.3964C15.2896 15.2825 16.6353 15.3637 17.515 14.5777C18.3947 13.7918 18.4753 12.4364 17.695 11.5503C15.8385 9.44198 13.9275 8.40713 12.2497 7.57813C11.194 7.05652 9.91838 7.49569 9.40053 8.55905Z" fill="#34322D"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.9079 2.3149C19.7672 2.60216 19.0736 3.76651 19.3588 4.91555C19.558 5.71831 19.7438 6.40473 19.9139 7.03309C20.2395 8.23578 20.5075 9.22579 20.7019 10.4119C20.8934 11.5804 21.9892 12.3714 23.1493 12.1785C24.3095 11.9856 25.0947 10.8818 24.9032 9.71326C24.6735 8.31142 24.3157 6.98504 23.9566 5.65374C23.7976 5.06422 23.6383 4.47373 23.4898 3.87529C23.2046 2.72625 22.0487 2.02764 20.9079 2.3149Z" fill="#34322D"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.0786 3.63426C32.0734 3.01986 30.7639 3.34265 30.154 4.35522C29.0225 6.23356 28.4277 8.08306 27.8752 10.3089C27.59 11.458 28.2836 12.6223 29.4244 12.9096C30.5651 13.1968 31.7211 12.4982 32.0063 11.3492C32.5183 9.28598 32.9881 7.91866 33.7944 6.58017C34.4044 5.5676 34.0839 4.24867 33.0786 3.63426Z" fill="#34322D"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M43.9331 56.6116C48.0617 53.9731 50.9164 39.8228 50.2884 35.6091C50.2884 35.6091 49.634 33.3469 48.0372 33.3468C46.8137 33.3468 46.1377 34.3415 45.8884 34.8067C45.6728 34.7269 45.4533 34.6547 45.2792 34.5985C45.1853 34.5681 45.0537 34.5263 44.9304 34.4871L44.6964 34.4125C44.5053 34.3512 44.3255 34.2922 44.1561 34.2338L44.1566 34.1738C44.164 32.8061 44.025 30.6718 42.6083 28.4481C42.3816 28.0922 42.1677 27.7741 41.9848 27.5042L41.8701 27.3352C41.734 27.1348 41.6272 26.9775 41.5245 26.8205C41.2723 26.4354 41.2034 26.2871 41.1767 26.2187L41.1755 26.2156C41.1651 26.1891 41.1438 26.1351 41.138 25.9704C41.1309 25.7681 41.1481 25.3852 41.2793 24.7155L41.9612 21.9906L41.9637 21.9766C42.0087 21.7265 42.0491 21.5016 42.0711 21.1356C42.0914 20.7986 42.0956 20.3088 42.01 19.7408C41.8478 18.6648 41.2257 16.6253 39.0332 15.4429C38.4974 15.154 37.8556 14.9811 37.2229 14.8983C36.7976 14.8427 36.229 14.8047 35.5687 14.8557C34.2216 14.9597 32.4539 15.4447 30.8803 16.8875L30.4884 17.2997C29.5737 18.4044 28.6076 19.7723 27.8747 20.9829C25.6495 19.9355 23.0302 18.733 21.2001 18.0864C19.1915 17.3769 16.9497 16.7831 14.843 16.8595C12.5099 16.9441 9.88675 17.9222 8.51344 20.6906C7.94928 21.8279 7.70856 23.1561 7.99827 24.5403C8.27511 25.8631 8.95981 26.8748 9.61373 27.5807C10.8279 28.8914 12.4542 29.7033 13.6004 30.1954C14.478 30.5722 15.3797 30.8857 16.178 31.1395C16.0937 31.2921 16.0092 31.4501 15.9278 31.6103C15.6864 32.085 15.3976 32.7201 15.2075 33.4466C15.0179 34.1711 14.8684 35.2035 15.1387 36.368C15.4161 37.5632 15.965 38.4967 16.6189 39.2106C16.5941 39.5819 16.5848 39.9731 16.5986 40.3779C16.6906 43.0818 18.3417 44.8845 19.7939 45.9067C21.1776 46.8806 22.8071 47.4783 24.1246 47.8802C25.3968 48.2683 26.7402 48.5762 27.8317 48.8265L28.0653 48.88C29.2286 49.1473 30.3783 49.4564 31.5285 49.7657C32.833 50.1165 34.1381 50.4674 35.4641 50.7575C35.8978 50.8524 36.3192 50.9432 36.7069 51.0259L36.8481 51.3939C38.5683 55.7897 40.8651 58.5723 43.9331 56.6116ZM28.2156 38.6202C27.9801 38.5246 27.845 38.4612 27.7251 38.4007C26.6832 37.8586 25.4015 38.2672 24.8596 39.3157C24.3165 40.3662 24.723 41.6619 25.7659 42.2088C25.8514 42.2535 25.9381 42.2955 26.0253 42.3366C26.1714 42.4055 26.3749 42.4973 26.6227 42.598C27.1114 42.7965 27.8062 43.0437 28.5938 43.212C29.9917 43.5107 32.5756 43.7384 34.3274 41.716C35.1684 40.7451 35.5727 39.4694 35.7263 38.2766C35.8845 37.0476 35.8056 35.6995 35.4968 34.3874C34.8887 31.8026 33.2785 28.9743 30.272 27.6329C27.6959 26.4835 25.1502 26.2133 23.0033 26.4557C21.57 26.6176 20.2006 27.0239 19.1006 27.6431V27.5954C16.4105 26.8216 11.0571 25.2818 12.3754 22.6242C13.3748 20.6096 16.1129 20.7761 19.8267 22.0881C21.3351 22.621 23.4312 23.5706 25.4084 24.4966C26.0213 24.7836 26.6228 25.0684 27.1918 25.3378C28.0211 25.7305 29.4076 26.3772 29.4076 26.3772C30.9845 24.471 31.5968 23.4209 32.1372 22.4941C32.5089 21.8566 32.8466 21.2775 33.4408 20.5182C34.2818 19.4434 35.6412 18.7792 37.0357 19.1681C38.0076 19.6922 37.7607 21.0159 37.7607 21.0159L37.0852 23.7151C36.4404 26.8915 37.1541 27.9426 38.3305 29.6751C38.5371 29.9793 38.7581 30.3048 38.9884 30.6663C39.9266 32.139 39.8833 33.5552 39.8479 34.711C39.8251 35.4544 39.8057 36.0901 40.0528 36.5639C40.5618 37.5397 42.4666 38.1448 43.7154 38.5415C44.0155 38.6368 44.2777 38.7201 44.4736 38.7936L44.6074 38.8467C44.4314 39.3965 44.2715 39.9656 44.1117 40.5342C43.4013 43.0628 42.6941 45.5801 40.5854 46.3344C37.9241 47.2863 35.2627 46.3856 35.2627 46.3856C34.783 46.2444 34.2945 46.1351 33.806 46.0257C33.1971 45.8894 32.588 45.7531 31.9952 45.555C31.1691 45.2461 30.0119 44.9805 28.7543 44.692C25.7598 44.005 22.1958 43.1872 21.1752 41.3416C21.0033 41.0306 20.9035 40.6906 20.8908 40.317C20.8331 38.6196 21.4235 37.0999 21.4235 37.0999C21.4235 37.0999 20.5079 37.1038 19.8658 36.4816C19.6264 36.2496 19.4251 35.9307 19.3233 35.4922C19.12 34.6163 19.2946 33.3466 20.3591 32.2743L20.8926 31.7384C21.1621 31.4669 21.961 30.8894 23.4778 30.7181C24.9176 30.5555 26.7 30.7302 28.5474 31.5544C29.9644 32.1867 30.9442 33.6372 31.3534 35.3765C31.5534 36.2265 31.5901 37.0517 31.5034 37.725C31.4121 38.4344 31.211 38.7897 31.1188 38.8962C31.0042 39.0285 30.6006 39.2562 29.4775 39.0163C29.0047 38.9152 28.5556 38.7584 28.2156 38.6202Z" fill="#34322D"/>
|
|
18
|
+
</svg>
|
|
19
|
+
`;
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
{@html svgContent}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `<svg viewBox="0 0 78.799 96" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="${width}" height="${height}" ${restAttrs}><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="16.942" x2="85.671" y1="83.36" y2="89.583"><stop offset="0" stop-color="#f32b44"/><stop offset=".6" stop-color="#a4070a"/></linearGradient><linearGradient id="b"><stop offset="0" stop-opacity=".4"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="63.515" x2="33.003" xlink:href="#b" y1="87.298" y2="84.535"/><linearGradient id="d" gradientUnits="userSpaceOnUse" x1="44.738" x2="-5.901" y1="-3.312" y2="71.527"><stop offset="0" stop-color="#800600"/><stop offset=".6" stop-color="#c72127"/><stop offset=".728" stop-color="#c13959"/><stop offset=".847" stop-color="#bc4b81"/><stop offset=".942" stop-color="#b95799"/><stop offset="1" stop-color="#b85ba2"/></linearGradient><linearGradient id="e" gradientUnits="userSpaceOnUse" x1="45.823" x2="35.099" xlink:href="#b" y1="-4.81" y2="11.039"/><linearGradient id="f" gradientUnits="userSpaceOnUse" x1="61.486" x2="61.486" y1="-4.887" y2="88.781"><stop offset="0" stop-color="#ffb900"/><stop offset=".166" stop-color="#ef8400"/><stop offset=".313" stop-color="#e25c01"/><stop offset=".429" stop-color="#db4401"/><stop offset=".5" stop-color="#d83b01"/></linearGradient><path d="m19.143 75.558c-2.724 0-4.945 2.121-4.945 4.753 0 1.789 1.031 3.322 2.565 4.14l19.118 10.246a10.11 10.11 0 0 0 4.969 1.303c1.164 0 2.275-.204 3.306-.562l6.531-1.814v-18.091c.027.025-31.519.025-31.545.025z" fill="url(#a)"/><path d="m19.143 75.558c-2.724 0-4.945 2.121-4.945 4.753 0 1.789 1.031 3.322 2.565 4.14l19.118 10.246a10.11 10.11 0 0 0 4.969 1.303c1.164 0 2.275-.204 3.306-.562l6.531-1.814v-18.091c.027.025-31.519.025-31.545.025z" fill="url(#c)"/><path d="m43.736.383a9.968 9.968 0 0 0 -2.777-.383c-1.56 0-3.12.307-4.522 1.022-.29.128-31.096 16.864-31.096 16.864-.423.205-.82.46-1.19.716-.052.025-.079.051-.132.077-.238.178-.45.357-.687.536-.106.077-.212.18-.291.256-.132.127-.265.255-.37.383-.37.383-1.005 1.2-1.005 1.2a9.15 9.15 0 0 0 -1.666 5.291v44.46c0 2.633 2.221 4.754 4.945 4.754.687 0 1.322-.128 1.904-.384l8.805-4.778c1.586-.766 2.856-2.07 3.517-3.68.158-.332.29-.74.37-1.15.026-.102.053-.23.053-.332 0-.05.026-.127.026-.178.027-.18.053-.384.053-.562 0-.154.027-.282.027-.435v-23.662-7.385c0-2.07.925-3.935 2.38-5.238 0 0-.688.613 0 0 .687-.613 1.586-1.15 2.644-1.507 1.057-.384 26.072-9.122 26.072-9.122v-14.744z" fill="url(#d)"/><path d="m43.736.383a9.968 9.968 0 0 0 -2.777-.383c-1.56 0-3.12.307-4.522 1.022-.29.128-31.096 16.864-31.096 16.864-.423.205-.82.46-1.19.716-.052.025-.079.051-.132.077-.238.178-.45.357-.687.536-.106.077-.212.18-.291.256-.132.127-.265.255-.37.383-.37.383-1.005 1.2-1.005 1.2a9.15 9.15 0 0 0 -1.666 5.291v44.46c0 2.633 2.221 4.754 4.945 4.754.687 0 1.322-.128 1.904-.384l8.805-4.778c1.586-.766 2.856-2.07 3.517-3.68.158-.332.29-.74.37-1.15.026-.102.053-.23.053-.332 0-.05.026-.127.026-.178.027-.18.053-.384.053-.562 0-.154.027-.282.027-.435v-23.662-7.385c0-2.07.925-3.935 2.38-5.238 0 0-.688.613 0 0 .687-.613 1.586-1.15 2.644-1.507 1.057-.384 26.072-9.122 26.072-9.122v-14.744z" fill="url(#e)"/><path d="m71.898 8.35-27.738-7.843c4.019 1.508 6.53 4.906 6.53 9.046 0 0-.025 75.2 0 77.014.027 4.088-2.67 7.589-6.53 8.892.846-.23 27.738-7.717 27.738-7.717 3.992-1.226 6.875-4.804 6.875-9.07v-61.252c.026-4.24-2.883-7.844-6.875-9.07z" fill="url(#f)"/></svg>`;
|
|
14
|
+
</script>
|
|
15
|
+
|
|
16
|
+
{@html svgContent}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `<svg viewBox="0 0 698 583" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
|
|
14
|
+
<path d="M9 573.5C29 573.5 59 531.5 94 525.5C114 525.5 129 567.5 179 573.5C214 573.5 229 531.5 264 531.5C299 531.5 314 573.5 349 573.5C384 573.5 399 531.5 434 531.5C469 531.5 484 573.5 519 573.5C554 573.5 569 531.5 604 531.5C639 531.5 654 573.5 689 573.5" stroke="black" stroke-width="18" stroke-linecap="round" stroke-linejoin="round"/>
|
|
15
|
+
<path d="M77.4 531.7L54.5 487.9L644.5 449.9C598.1 492.1 538.5 526.3 478.2 554.3" stroke="black" stroke-width="18" stroke-linecap="round" stroke-linejoin="round"/>
|
|
16
|
+
<path d="M289.4 79.9004C389.8 110.6 530.2 258.9 578 418.3C551.8 408 532.2 397.5 495.4 406.9C459.8 277.4 396.1 153.7 289.4 79.9004Z" stroke="black" stroke-width="18" stroke-linecap="round" stroke-linejoin="round"/>
|
|
17
|
+
<path d="M102.7 9.00049C231.3 64.0005 407.7 217.1 440.1 421C291.8 361.2 178.9 393.1 100.3 441.6C220.2 289.2 166.4 115.9 102.7 9.00049Z" stroke="black" stroke-width="18" stroke-linecap="round" stroke-linejoin="round"/>
|
|
18
|
+
</svg>
|
|
19
|
+
`;
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
{@html svgContent}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
const restAttrs = Object.entries(rest)
|
|
11
11
|
.map(([k, v]) => `${k}="${v}"`)
|
|
12
12
|
.join(' ');
|
|
13
|
-
const svgContent = `<svg
|
|
13
|
+
const svgContent = `<svg viewBox="0 0 228 198" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" width="${width}" height="${height}" ${restAttrs}><path fill="#199afc" d="M73.2 126.4c-15 15-15 39.3 0 54.3L19 126.4C4 111.5 4 87.2 19 72.2L73.2 18c15-15 39.2-15 54.2 0s15 39.2 0 54.2z"/><path fill="#1d5682" d="m73.2 126.4 27.1-27.1 27.1 27.1c15 15 15 39.3 0 54.3-15 14.9-39.2 14.9-54.2 0-15-15-15-39.3 0-54.3"/><path fill="#199afc" d="M185.5 84.3c8.3-8.2 8.3-21.7 0-29.9l30 29.9c8.2 8.3 8.2 21.7 0 30l-30 30c-8.3 8.3-21.7 8.3-30 0s-8.3-21.7 0-30z"/><path fill="#1d5682" d="m185.5 84.3-15 15-15-15c-8.3-8.2-8.3-21.7 0-29.9 8.3-8.3 21.7-8.3 30 0 8.3 8.2 8.3 21.7 0 29.9"/></svg>`;
|
|
14
14
|
</script>
|
|
15
15
|
|
|
16
16
|
{@html svgContent}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
const restAttrs = Object.entries(rest)
|
|
11
11
|
.map(([k, v]) => `${k}="${v}"`)
|
|
12
12
|
.join(' ');
|
|
13
|
-
const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240" width="${width}" height="${height}" ${restAttrs}><g clip-path="url(#a)"><mask id="b" x="99" y="26" maskUnits="userSpaceOnUse"><path fill="#fff" d="M99 26h42v42H99z"/><path fill-rule="evenodd" d="M120 64c9.389 0 17-7.611 17-17s-7.611-17-17-17-17 7.611-17 17 7.611 17 17 17zm0-7c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10z" clip-rule="evenodd"/></mask><path fill="#FF915C" fill-rule="evenodd" d="M120 64c9.389 0 17-7.611 17-17s-7.611-17-17-17-17 7.611-17 17 7.611 17 17 17zm0-7c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10z" clip-rule="evenodd"/><path fill="#2B3C5A" d="M133 47c0 7.18-5.82 13-13 13v8c11.598 0 21-9.402 21-21h-8zm-13-13c7.18 0 13 5.82 13 13h8c0-11.598-9.402-21-21-21v8zm-13 13c0-7.18 5.82-13 13-13v-8c-11.598 0-21 9.402-21 21h8zm13 13c-7.18 0-13-5.82-13-13h-8c0 11.598 9.402 21 21 21v-8zm6-13a6 6 0 0 1-6 6v8c7.732 0 14-6.268 14-14h-8zm-6-6a6 6 0 0 1 6 6h8c0-7.732-6.268-14-14-14v8zm-6 6a6 6 0 0 1 6-6v-8c-7.732 0-14 6.268-14 14h8zm6 6a6 6 0 0 1-6-6h-8c0 7.732 6.268 14 14 14v-8z" mask="url(#b)"/><g clip-path="url(#c)"><mask id="d" width="148" height="178" x="46" y="26" maskUnits="userSpaceOnUse"><path fill="#fff" d="M46 26h148v178H46z"/><path fill-rule="evenodd" d="M127.017 62.489C132.905 59.817 137 53.887 137 47c0-9.389-7.611-17-17-17s-17 7.611-17 17c0 6.887 4.095 12.817 9.983 15.489L112.552 75h-.052l-23.726 1.79A3 3 0 0 0 86 79.783v6.44a3 3 0 0 0 2.77 2.991L112 91l-1.104 41.769c-.333 12.612-2.388 28.067-14.71 30.774-1.365.3-2.767.457-4.186.457-7.386 0-15.91-9.093-21.37-18.417a62.702 62.702 0 0 1 6.636-2.443c1.297-.396 1.558-2.222.426-2.97-8.182-5.408-14.672-12.666-18.654-21.062-.547-1.154-2.2-1.238-2.751-.086a65.079 65.079 0 0 0-3.519 9.006c-2.761 9.002-3.465 18.391-2.073 27.631l.093.597c.193 1.203 1.683 1.629 2.559.782a55.43 55.43 0 0 1 5.236-4.466C68.627 184.191 102.218 200 120 200c17.786 0 51.39-15.817 61.424-47.452a55.379 55.379 0 0 1 5.231 4.478c.876.85 2.37.424 2.562-.781.032-.195.062-.391.091-.586 1.386-9.24.685-18.629-2.064-27.631a65.212 65.212 0 0 0-3.495-8.99c-.55-1.155-2.207-1.072-2.753.085-3.966 8.391-10.425 15.644-18.566 21.049-1.129.749-.868 2.571.427 2.968a61.983 61.983 0 0 1 6.533 2.411C163.929 154.886 155.395 164 148 164c-1.418 0-2.82-.157-4.184-.456-12.324-2.707-14.379-18.163-14.712-30.775L128 91l23.23-1.787a3 3 0 0 0 2.77-2.991v-6.44a3 3 0 0 0-2.774-2.991L127.5 75h-.052l-.431-12.511ZM130 47c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10 10 4.477 10 10Z" clip-rule="evenodd"/></mask><path fill="#FF915C" fill-rule="evenodd" d="M127.017 62.489C132.905 59.817 137 53.887 137 47c0-9.389-7.611-17-17-17s-17 7.611-17 17c0 6.887 4.095 12.817 9.983 15.489L112.552 75h-.052l-23.726 1.79A3 3 0 0 0 86 79.783v6.44a3 3 0 0 0 2.77 2.991L112 91l-1.104 41.769c-.333 12.612-2.388 28.067-14.71 30.774-1.365.3-2.767.457-4.186.457-7.386 0-15.91-9.093-21.37-18.417a62.702 62.702 0 0 1 6.636-2.443c1.297-.396 1.558-2.222.426-2.97-8.182-5.408-14.672-12.666-18.654-21.062-.547-1.154-2.2-1.238-2.751-.086a65.079 65.079 0 0 0-3.519 9.006c-2.761 9.002-3.465 18.391-2.073 27.631l.093.597c.193 1.203 1.683 1.629 2.559.782a55.43 55.43 0 0 1 5.236-4.466C68.627 184.191 102.218 200 120 200c17.786 0 51.39-15.817 61.424-47.452a55.379 55.379 0 0 1 5.231 4.478c.876.85 2.37.424 2.562-.781.032-.195.062-.391.091-.586 1.386-9.24.685-18.629-2.064-27.631a65.212 65.212 0 0 0-3.495-8.99c-.55-1.155-2.207-1.072-2.753.085-3.966 8.391-10.425 15.644-18.566 21.049-1.129.749-.868 2.571.427 2.968a61.983 61.983 0 0 1 6.533 2.411C163.929 154.886 155.395 164 148 164c-1.418 0-2.82-.157-4.184-.456-12.324-2.707-14.379-18.163-14.712-30.775L128 91l23.23-1.787a3 3 0 0 0 2.77-2.991v-6.44a3 3 0 0 0-2.774-2.991L127.5 75h-.052l-.431-12.511ZM130 47c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10 10 4.477 10 10Z" clip-rule="evenodd"/><path fill="#2B3C5A" d="m127.017 62.489-1.653-3.643-2.437 1.106.092 2.675 3.998-.138Zm-14.034 0 3.998.138.092-2.675-2.437-1.106-1.653 3.643ZM112.552 75v4h3.864l.133-3.862-3.997-.138Zm-.052 0v-4h-.151l-.15.011L112.5 75Zm-23.726 1.79-.3-3.988.3 3.989Zm-.004 12.423-.307 3.988.307-3.988ZM112 91l3.999.106.1-3.802-3.792-.292L112 91Zm-1.104 41.769 3.999.106-3.999-.106Zm-14.71 30.774.858 3.907-.859-3.907Zm-25.557-17.96-1.593-3.669-4.14 1.797 2.282 3.894 3.451-2.022Zm6.637-2.443-1.169-3.825 1.169 3.825Zm.426-2.97 2.206-3.337v-.001l-2.206 3.338Zm-18.654-21.062 3.614-1.714-3.614 1.714Zm-2.751-.086 3.608 1.727-3.608-1.727Zm-3.519 9.006-3.824-1.173 3.824 1.173Zm-2.073 27.631 3.955-.596-3.955.596Zm.093.597-3.95.635 3.95-.635Zm2.559.782 2.78 2.875-2.78-2.875Zm5.236-4.466 3.812-1.211-1.707-5.377-4.509 3.391 2.404 3.197Zm122.841-.024 2.409-3.193-4.512-3.404-1.709 5.387 3.812 1.21Zm5.231 4.478-2.786 2.869v.001l2.786-2.87Zm2.562-.781 3.95.631-3.95-.631Zm.091-.586-3.956-.593 3.956.593Zm-2.064-27.631-3.825 1.168 3.825-1.168Zm-3.495-8.99-3.611 1.719 3.611-1.719Zm-2.753.085-3.617-1.709 3.617 1.709Zm-18.566 21.049-2.213-3.333 2.213 3.333Zm.427 2.968-1.173 3.824 1.173-3.824Zm6.533 2.411 3.452 2.02 2.277-3.892-4.135-1.797-1.594 3.669Zm-25.574 17.993-.858 3.907.858-3.907Zm-14.712-30.775-3.999.105 3.999-.105ZM128 91l-.307-3.988-3.792.291.1 3.803L128 91Zm23.23-1.787.307 3.988-.307-3.988Zm-.004-12.422.301-3.989-.301 3.989ZM127.5 75l.301-3.989-.15-.011h-.151v4Zm-.052 0-3.997.138.133 3.862h3.864v-4Zm1.222-8.869C135.934 62.835 141 55.513 141 47h-8c0 5.26-3.125 9.8-7.636 11.846l3.306 7.285ZM141 47c0-11.598-9.402-21-21-21v8c7.18 0 13 5.82 13 13h8Zm-21-21c-11.598 0-21 9.402-21 21h8c0-7.18 5.82-13 13-13v-8ZM99 47c0 8.513 5.066 15.835 12.33 19.131l3.306-7.285C110.125 56.8 107 52.26 107 47h-8Zm9.986 15.351-.432 12.511 7.995.276.432-12.511-7.995-.276ZM112.552 71h-.052v8h.052v-8Zm-.353.011-23.726 1.791.602 7.977 23.726-1.79-.602-7.978Zm-23.726 1.791A7 7 0 0 0 82 79.782h8a1 1 0 0 1-.925.997l-.602-7.977ZM82 79.782v6.44h8v-6.44h-8Zm0 6.44a7 7 0 0 0 6.463 6.98l.614-7.977a1 1 0 0 1 .923.997h-8Zm6.463 6.98 23.23 1.786.614-7.976-23.23-1.787-.614 7.976Zm19.538-2.308-1.104 41.769 7.998.212 1.104-41.77-7.998-.21Zm-1.104 41.769c-.164 6.229-.756 12.703-2.621 17.844-1.83 5.046-4.618 8.178-8.949 9.13l1.717 7.813c7.991-1.755 12.392-7.705 14.753-14.216 2.327-6.416 2.929-13.975 3.098-20.359l-7.998-.212Zm-11.57 26.974A15.512 15.512 0 0 1 92 160v8c1.714 0 3.404-.19 5.044-.55l-1.717-7.813ZM92 160c-2.163 0-5.19-1.426-8.698-4.655-3.38-3.11-6.64-7.378-9.222-11.784l-6.902 4.044c2.88 4.918 6.612 9.859 10.706 13.626C81.85 164.88 86.777 168 92 168v-8Zm-19.778-10.748a58.4 58.4 0 0 1 6.212-2.286l-2.337-7.651a66.358 66.358 0 0 0-7.061 2.599l3.186 7.338Zm6.212-2.286c4.551-1.39 5.403-7.53 1.464-10.133l-4.411 6.674a2.371 2.371 0 0 1-1.056-2.288 2.374 2.374 0 0 1 1.666-1.904l2.337 7.651Zm1.464-10.134c-7.626-5.04-13.603-11.757-17.246-19.438l-7.228 3.428c4.32 9.11 11.325 16.91 20.063 22.685l4.41-6.675Zm-17.246-19.438c-1.793-3.782-7.774-4.694-9.974-.099l7.217 3.454a2.567 2.567 0 0 1-2.385 1.448 2.419 2.419 0 0 1-2.086-1.375l7.228-3.428Zm-9.974-.099a69.082 69.082 0 0 0-3.734 9.56l7.648 2.346a61.062 61.062 0 0 1 3.303-8.452l-7.217-3.454Zm-3.734 9.56c-2.935 9.57-3.687 19.563-2.204 29.4l7.91-1.192c-1.302-8.643-.645-17.428 1.942-25.862l-7.648-2.346Zm-2.204 29.4.099.636 7.898-1.269c-.03-.186-.059-.373-.087-.559l-7.91 1.192Zm.099.636c.763 4.753 6.354 5.861 9.289 3.022l-5.562-5.75a2.439 2.439 0 0 1 2.388-.58 2.57 2.57 0 0 1 1.783 2.039l-7.898 1.269Zm9.289 3.022a51.551 51.551 0 0 1 4.86-4.145l-4.809-6.393a59.429 59.429 0 0 0-5.613 4.788l5.562 5.75Zm-1.357-6.13c5.36 16.875 16.963 29.41 29.403 37.69C96.537 199.702 110.14 204 120 204v-8c-7.921 0-20.006-3.607-31.394-11.187-11.312-7.53-21.527-18.709-26.21-33.452l-7.625 2.422ZM120 204c9.863 0 23.469-4.3 35.836-12.533 12.442-8.285 24.045-20.826 29.401-37.71l-7.625-2.419c-4.679 14.751-14.895 25.936-26.21 33.469C140.012 192.391 127.923 196 120 196v8Zm59.015-48.259a51.59 51.59 0 0 1 4.854 4.154l5.573-5.739a59.298 59.298 0 0 0-5.609-4.801l-4.818 6.386Zm4.854 4.155c2.934 2.848 8.538 1.743 9.298-3.02l-7.9-1.262a2.572 2.572 0 0 1 1.785-2.042 2.442 2.442 0 0 1 2.39.584l-5.573 5.74Zm9.298-3.02c.033-.208.066-.416.097-.624l-7.912-1.186c-.027.182-.055.365-.085.548l7.9 1.262Zm.097-.624c1.475-9.833.727-19.824-2.194-29.392l-7.651 2.336c2.576 8.437 3.23 17.224 1.933 25.87l7.912 1.186Zm-2.194-29.392a69.17 69.17 0 0 0-3.709-9.541l-7.223 3.438a61.282 61.282 0 0 1 3.281 8.439l7.651-2.336Zm-3.709-9.541c-2.195-4.611-8.191-3.695-9.982.095l7.233 3.418a2.418 2.418 0 0 1-2.088 1.378 2.567 2.567 0 0 1-2.386-1.453l7.223-3.438Zm-9.982.095c-3.628 7.678-9.576 14.39-17.162 19.425l4.425 6.665c8.698-5.773 15.668-13.569 19.97-22.672l-7.233-3.418Zm-17.162 19.425c-3.927 2.607-3.074 8.732 1.467 10.125l2.346-7.648a2.376 2.376 0 0 1 1.664 1.903 2.37 2.37 0 0 1-1.052 2.285l-4.425-6.665Zm1.467 10.125a58.273 58.273 0 0 1 6.112 2.255l3.188-7.337a65.994 65.994 0 0 0-6.954-2.566l-2.346 7.648Zm4.253-3.433c-2.58 4.411-5.843 8.687-9.227 11.803-3.513 3.236-6.544 4.666-8.71 4.666v8c5.229 0 10.162-3.127 14.13-6.782 4.098-3.774 7.832-8.723 10.712-13.647l-6.905-4.04ZM148 160c-1.123 0-2.238-.124-3.326-.363l-1.716 7.814c1.639.36 3.328.549 5.042.549v-8Zm-3.326-.363c-4.331-.951-7.12-4.083-8.95-9.13-1.865-5.141-2.457-11.616-2.621-17.844l-7.998.211c.169 6.385.771 13.944 3.098 20.361 2.362 6.511 6.763 12.46 14.755 14.216l1.716-7.814Zm-11.571-26.974-1.104-41.769-7.998.212 1.104 41.768 7.998-.211Zm-4.796-37.675 23.23-1.787-.614-7.976-23.23 1.787.614 7.976Zm23.23-1.787a7 7 0 0 0 6.463-6.98h-8a1 1 0 0 1 .923-.996l.614 7.976Zm6.463-6.98v-6.439h-8v6.44h8Zm0-6.439a7 7 0 0 0-6.473-6.98l-.602 7.977a1 1 0 0 1-.925-.997h8Zm-6.473-6.98-23.726-1.79-.602 7.977 23.726 1.79.602-7.977ZM127.5 71h-.052v8h.052v-8Zm3.946 3.862-.432-12.511-7.995.276.432 12.51 7.995-.275ZM120 61c7.732 0 14-6.268 14-14h-8a6 6 0 0 1-6 6v8Zm-14-14c0 7.732 6.268 14 14 14v-8a6 6 0 0 1-6-6h-8Zm14-14c-7.732 0-14 6.268-14 14h8a6 6 0 0 1 6-6v-8Zm14 14c0-7.732-6.268-14-14-14v8a6 6 0 0 1 6 6h8Z" mask="url(#d)"/><path fill="#8A380F" d="M86 87.148a2 2 0 0 0 1.847 1.994L112 91l6.634-6.634a.8.8 0 0 0-.565-1.366H86v4.148Z"/><path fill="#8A380F" fill-rule="evenodd" d="M182.124 118.814c.39-.585 1.264-.532 1.567.101a65.283 65.283 0 0 1 3.553 9.113c2.749 9.002 3.45 18.391 2.064 27.631-.029.195-.059.391-.091.586-.192 1.205-1.686 1.631-2.562.781a56.686 56.686 0 0 0-11.091-8.361 1.553 1.553 0 0 1-.642-1.971c3.368-7.583 5.849-16.672 7.053-27.47a.936.936 0 0 1 .149-.41Z" clip-rule="evenodd"/><path fill="#8A380F" d="m127 62 .5 13-5.818 5.43c-.639.596-1.682.143-1.682-.731V62h7Zm57 78c-4 40-44 60-64 60V84.5a1.5 1.5 0 0 1 1.5-1.5H154v3.285a3 3 0 0 1-2.701 2.985L128 91l1.104 41.769c.333 12.612 2.369 28.102 14.698 30.785 1.345.293 2.729.446 4.131.446-1.385.066-2.761.554-3.652 1.616-4.867 5.798-10.395 11.645-18.574 14.285 21.5 1 51.11-13.627 56.293-60.901l2 21Z"/><path fill="#8A380F" fill-rule="evenodd" d="M121.998 59.898C120.899 60.01 120 60.895 120 62s.898 2.012 1.995 1.883a17.007 17.007 0 0 0 10.026-4.862A17.003 17.003 0 0 0 137 47.08a.08.08 0 0 0-.081-.081.08.08 0 0 0-.079.069c-1.053 6.73-7.166 12.036-14.842 12.828Z" clip-rule="evenodd"/></g></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h240v240H0z"/></clipPath><clipPath id="c"><rect width="200" height="200" x="20" y="40" fill="#fff" rx="40"/></clipPath></defs></svg>`;
|
|
13
|
+
const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 46" width="${width}" height="${height}" ${restAttrs}><path fill="#32f3ef" d="M30.316 6.789a2.26 2.26 0 0 0 2.262 2.262h8.582c1.009 0 1.513 1.219.8 1.93L30.978 21.963a2.26 2.26 0 0 0-.664 1.6v3.755c0 1.562 1.55 2.645 2.92 1.9a20.4 20.4 0 0 0 3.868-2.727c.465-.416 1.18-.42 1.622.023l7.999 7.999a1.1 1.1 0 0 1-.013 1.585 33.82 33.82 0 0 1-23.184 9.153A33.82 33.82 0 0 1 .343 36.098a1.1 1.1 0 0 1-.013-1.585l7.999-7.999c.441-.441 1.157-.44 1.622-.023a20.4 20.4 0 0 0 3.869 2.727c1.372.745 2.919-.338 2.919-1.9v-3.755c0-.6-.24-1.176-.664-1.6L5.093 10.98c-.713-.713-.209-1.93.8-1.93h8.582a2.26 2.26 0 0 0 2.262-2.262V1.132a1.13 1.13 0 0 1 1.13-1.131H29.18a1.13 1.13 0 0 1 1.131 1.13V6.79z"/><mask id="mask0_2002_17235" width="48" height="46" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#d9d9d9" d="M30.316 6.788a2.26 2.26 0 0 0 2.262 2.262h8.582c1.009 0 1.513 1.219.8 1.93L30.978 21.962a2.26 2.26 0 0 0-.664 1.6v3.755c0 1.562 1.55 2.645 2.92 1.9a20.4 20.4 0 0 0 3.868-2.727c.465-.416 1.18-.42 1.622.024l7.999 7.998a1.1 1.1 0 0 1-.013 1.585 33.82 33.82 0 0 1-23.184 9.153A33.82 33.82 0 0 1 .343 36.097a1.1 1.1 0 0 1-.013-1.585l7.999-7.998c.441-.442 1.157-.44 1.622-.024a20.4 20.4 0 0 0 3.869 2.727c1.372.745 2.919-.338 2.919-1.9v-3.755c0-.6-.24-1.176-.664-1.6L5.093 10.98c-.713-.713-.209-1.93.8-1.93h8.582a2.26 2.26 0 0 0 2.262-2.262V1.13a1.13 1.13 0 0 1 1.13-1.131H29.18a1.13 1.13 0 0 1 1.131 1.13v5.658z"/></mask><g mask="url(#mask0_2002_17235)"><g filter="url(#filter0_f_2002_17235)"><ellipse cx="4.618" cy="21.501" fill="#aefffb" rx="4.618" ry="21.501" transform="matrix(0 -1 -1 0 44.898 50.594)"/></g><g filter="url(#filter1_f_2002_17235)"><ellipse cx="4.618" cy="21.501" fill="#0f8" rx="4.618" ry="21.501" transform="rotate(68.34 1.902 66.786)scale(-1 1)"/></g><g filter="url(#filter2_f_2002_17235)"><ellipse cx="5.201" cy="44.012" fill="#195eff" rx="4.618" ry="21.501" transform="rotate(-68.34 5.201 44.012)"/></g><g filter="url(#filter3_f_2002_17235)"><ellipse cx="31.927" cy="28.892" fill="#aefffb" rx="3.715" ry="6.268" transform="rotate(-135.197 31.927 28.892)"/></g><g filter="url(#filter4_f_2002_17235)"><ellipse cx="33.843" cy="25.445" fill="#195eff" rx="3.715" ry="6.268" transform="rotate(-135.197 33.843 25.445)"/></g><g filter="url(#filter5_f_2002_17235)"><ellipse cx="33.459" cy="6.297" fill="#aefffb" rx="3.715" ry="6.268" transform="rotate(-135.197 33.46 6.297)"/></g><g filter="url(#filter6_f_2002_17235)"><ellipse cx="34.608" cy="4.765" fill="#195eff" rx="3.715" ry="6.268" transform="rotate(-135.197 34.608 4.765)"/></g><g filter="url(#filter7_f_2002_17235)"><ellipse cx="3.715" cy="6.268" fill="#aefffb" rx="3.715" ry="6.268" transform="rotate(135.197 1.052 21.915)scale(-1 1)"/></g><g filter="url(#filter8_f_2002_17235)"><ellipse cx="3.715" cy="6.268" fill="#195eff" rx="3.715" ry="6.268" transform="rotate(135.197 .422 19.64)scale(-1 1)"/></g><g filter="url(#filter9_f_2002_17235)"><ellipse cx="3.715" cy="6.268" fill="#aefffb" rx="3.715" ry="6.268" transform="rotate(135.197 4.526 9.682)scale(-1 1)"/></g><g filter="url(#filter10_f_2002_17235)"><ellipse cx="3.715" cy="6.268" fill="#195eff" rx="3.715" ry="6.268" transform="rotate(135.197 4.808 8.455)scale(-1 1)"/></g><g filter="url(#filter11_f_2002_17235)"><ellipse cx="3.715" cy="11.949" fill="#195eff" rx="3.715" ry="11.949" transform="rotate(135.197 1.56 17.42)scale(-1 1)"/></g><g filter="url(#filter12_f_2002_17235)"><ellipse cx="38.995" cy="14.521" fill="#0f8" rx="3.715" ry="11.949" transform="rotate(-135.197 38.995 14.521)"/></g><g filter="url(#filter13_f_2002_17235)"><ellipse cx="4.618" cy="21.501" fill="#195eff" rx="4.618" ry="21.501" transform="matrix(0 -1 -1 0 44.898 52.509)"/></g></g><defs><filter id="filter0_f_2002_17235" width="61.384" height="27.618" x="-7.294" y="32.167" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17235" stdDeviation="4.596"/></filter><filter id="filter1_f_2002_17235" width="58.495" height="36.43" x="12.335" y="25.797" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17235" stdDeviation="4.596"/></filter><filter id="filter2_f_2002_17235" width="58.495" height="36.43" x="-24.046" y="25.797" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17235" stdDeviation="4.596"/></filter><filter id="filter3_f_2002_17235" width="28.672" height="28.706" x="17.592" y="14.539" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17235" stdDeviation="4.596"/></filter><filter id="filter4_f_2002_17235" width="28.672" height="28.706" x="19.507" y="11.093" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17235" stdDeviation="4.596"/></filter><filter id="filter5_f_2002_17235" width="28.672" height="28.706" x="19.123" y="-8.055" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17235" stdDeviation="4.596"/></filter><filter id="filter6_f_2002_17235" width="28.672" height="28.706" x="20.272" y="-9.587" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17235" stdDeviation="4.596"/></filter><filter id="filter7_f_2002_17235" width="28.672" height="28.706" x="1.124" y="15.305" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17235" stdDeviation="4.596"/></filter><filter id="filter8_f_2002_17235" width="28.672" height="28.706" x="-1.557" y="11.859" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17235" stdDeviation="4.596"/></filter><filter id="filter9_f_2002_17235" width="28.672" height="28.706" x="-1.557" y="-8.055" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17235" stdDeviation="4.596"/></filter><filter id="filter10_f_2002_17235" width="28.672" height="28.706" x="-1.939" y="-10.353" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17235" stdDeviation="4.596"/></filter><filter id="filter11_f_2002_17235" width="36.034" height="36.133" x="-8.858" y="-.482" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17235" stdDeviation="4.596"/></filter><filter id="filter12_f_2002_17235" width="36.034" height="36.133" x="20.978" y="-3.545" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17235" stdDeviation="4.596"/></filter><filter id="filter13_f_2002_17235" width="61.384" height="27.618" x="-7.294" y="34.082" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17235" stdDeviation="4.596"/></filter></defs></svg>`;
|
|
14
14
|
</script>
|
|
15
15
|
|
|
16
16
|
{@html svgContent}
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
const restAttrs = Object.entries(rest)
|
|
11
11
|
.map(([k, v]) => `${k}="${v}"`)
|
|
12
12
|
.join(' ');
|
|
13
|
-
const svgContent = `<svg viewBox="0 0
|
|
14
|
-
<path d="
|
|
13
|
+
const svgContent = `<svg viewBox="0 0 1800 1800" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
|
|
14
|
+
<path d="M1000.46 450C1174.77 450 1278.43 553.669 1278.43 691.282C1278.43 828.896 1174.77 932.563 1000.46 932.563H912.382L1350 1350H1040.82L707.794 1033.48C683.944 1011.47 672.936 985.781 672.935 963.765C672.935 932.572 694.959 905.049 737.161 893.122L908.712 847.244C973.85 829.812 1018.81 779.353 1018.81 713.298C1018.8 632.567 952.745 585.78 871.095 585.78H450V450H1000.46Z" fill="black"/>
|
|
15
15
|
</svg>
|
|
16
16
|
`;
|
|
17
17
|
</script>
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
const restAttrs = Object.entries(rest)
|
|
11
11
|
.map(([k, v]) => `${k}="${v}"`)
|
|
12
12
|
.join(' ');
|
|
13
|
-
const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0
|
|
13
|
+
const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 43 45" width="${width}" height="${height}" ${restAttrs}><path fill="#f50" d="M39.287 0c.959 0 1.482 1.118.868 1.855L29.712 14.388c-1.228 1.473-.181 3.711 1.738 3.711h10.101c.959 0 1.482 1.118.868 1.855L22.211 44.206a1.132 1.132 0 0 1-1.738 0L.264 19.954c-.614-.737-.09-1.855.869-1.855H11.23c1.918 0 2.967-2.238 1.739-3.711L2.526 1.855C1.912 1.118 2.436 0 3.394 0z"/><mask id="mask0_2002_17217" width="43" height="45" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#000" d="M39.287 0c.959 0 1.482 1.118.868 1.855L29.712 14.388c-1.228 1.473-.181 3.711 1.738 3.711h10.101c.959 0 1.482 1.118.868 1.855L22.211 44.206a1.132 1.132 0 0 1-1.738 0L.264 19.954c-.614-.737-.09-1.855.869-1.855H11.23c1.918 0 2.967-2.238 1.739-3.711L2.526 1.855C1.912 1.118 2.436 0 3.394 0z"/></mask><g mask="url(#mask0_2002_17217)"><g filter="url(#filter0_f_2002_17217)"><ellipse cx="5.397" cy="23.582" fill="#ffe7e5" rx="5.397" ry="23.582" transform="rotate(30.253 62.175 101.555)scale(-1 1)"/></g><g filter="url(#filter1_f_2002_17217)"><ellipse cx="5.397" cy="23.582" fill="#ffe7e5" rx="5.397" ry="23.582" transform="rotate(30.253 19.102 110.92)scale(-1 1)"/></g><g filter="url(#filter2_f_2002_17217)"><ellipse cx=".673" cy=".673" fill="#ff19af" rx="3.719" ry="21.831" transform="rotate(-36.093 .673 .673)"/></g><g filter="url(#filter3_f_2002_17217)"><ellipse cx="6.417" cy="33.331" fill="#ff19af" rx="3.719" ry="21.831" transform="rotate(-36.093 6.417 33.331)"/></g><g filter="url(#filter4_f_2002_17217)"><ellipse cx="3.719" cy="21.831" fill="#ff19af" rx="3.719" ry="21.831" transform="rotate(36.093 51.625 81.464)scale(-1 1)"/></g><g filter="url(#filter5_f_2002_17217)"><ellipse cx="3.719" cy="21.831" fill="#ff19af" rx="3.719" ry="21.831" transform="rotate(36.093 -1.94 87.215)scale(-1 1)"/></g><g filter="url(#filter6_f_2002_17217)"><ellipse cx="3.719" cy="21.831" fill="#ff19af" rx="3.719" ry="21.831" transform="rotate(36.093 49.902 76.175)scale(-1 1)"/></g><g filter="url(#filter7_f_2002_17217)"><ellipse cx="3.719" cy="21.831" fill="#ff19af" rx="3.719" ry="21.831" transform="rotate(36.093 -3.088 83.689)scale(-1 1)"/></g><g filter="url(#filter8_f_2002_17217)"><ellipse cx="2.796" cy="2.253" fill="#d14b2a" rx="5.397" ry="23.582" transform="rotate(-40.91 2.796 2.253)"/></g><g filter="url(#filter9_f_2002_17217)"><ellipse cx="6.468" cy="27.73" fill="#d14b2a" rx="5.397" ry="23.582" transform="rotate(-35.888 6.468 27.73)"/></g></g><defs><filter id="filter0_f_2002_17217" width="39.32" height="54.894" x="23.431" y="-27.29" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17217" stdDeviation="3.447"/></filter><filter id="filter1_f_2002_17217" width="39.32" height="54.894" x="22.282" y="-4.313" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17217" stdDeviation="3.447"/></filter><filter id="filter2_f_2002_17217" width="40.206" height="49.343" x="-19.43" y="-23.998" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17217" stdDeviation="3.447"/></filter><filter id="filter3_f_2002_17217" width="40.206" height="49.343" x="-13.686" y="8.66" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17217" stdDeviation="3.447"/></filter><filter id="filter4_f_2002_17217" width="40.206" height="49.343" x="21.93" y="-23.998" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17217" stdDeviation="3.447"/></filter><filter id="filter5_f_2002_17217" width="40.206" height="49.343" x="15.037" y="8.66" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17217" stdDeviation="3.447"/></filter><filter id="filter6_f_2002_17217" width="40.206" height="49.343" x="18.484" y="-23.998" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17217" stdDeviation="3.447"/></filter><filter id="filter7_f_2002_17217" width="40.206" height="49.343" x="12.739" y="8.66" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17217" stdDeviation="3.447"/></filter><filter id="filter8_f_2002_17217" width="45.741" height="50.132" x="-20.074" y="-22.813" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17217" stdDeviation="3.447"/></filter><filter id="filter9_f_2002_17217" width="42.792" height="52.524" x="-14.928" y="1.468" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17217" stdDeviation="3.447"/></filter></defs></svg>`;
|
|
14
14
|
</script>
|
|
15
15
|
|
|
16
16
|
{@html svgContent}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 153 152" width="${width}" height="${height}" ${restAttrs}><path fill="#111" fill-rule="evenodd" d="M68.165 68.028C71.979 21.556 33.794-3.367.163.367v32.13c21.897-4.98 41.114 13.83 35.807 35.531zm16.67 0C81.021 21.556 119.206-3.367 152.837.367v32.13c-21.897-4.98-41.113 13.83-35.807 35.531zM60.929 83.972c-3.815 46.472 34.37 71.395 68.002 67.661v-32.13c-21.898 4.98-41.114-13.829-35.807-35.531z" clip-rule="evenodd"/></svg>`;
|
|
14
|
+
</script>
|
|
15
|
+
|
|
16
|
+
{@html svgContent}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
const restAttrs = Object.entries(rest)
|
|
11
11
|
.map(([k, v]) => `${k}="${v}"`)
|
|
12
12
|
.join(' ');
|
|
13
|
-
const svgContent = `<svg viewBox="0 0 256 257" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" width="${width}" height="${height}" ${restAttrs}><defs><linearGradient x1="-.828%" y1="7.652%" x2="57.636%" y2="78.411%" id="a"><stop stop-color="#41D1FF" offset="0%"/><stop stop-color="#BD34FE" offset="100%"/></linearGradient><linearGradient x1="43.376%" y1="2.242%" x2="50.316%" y2="89.03%" id="b"><stop stop-color="#FFEA83" offset="0%"/><stop stop-color="#FFDD35" offset="8.333%"/><stop stop-color="#FFA800" offset="100%"/></linearGradient></defs><path d="M255.153 37.938 134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z" fill="url(#a)"/><path d="M185.432.063 96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028 72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z" fill="url(#b)"/></svg>`;
|
|
13
|
+
const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 48 46" width="${width}" height="${height}" ${restAttrs}><path fill="#863bff" d="M25.946 44.938c-.664.845-2.021.375-2.021-.698V33.937a2.26 2.26 0 0 0-2.262-2.262H10.287c-.92 0-1.456-1.04-.92-1.788l7.48-10.471c1.07-1.497 0-3.578-1.842-3.578H1.237c-.92 0-1.456-1.04-.92-1.788L10.013.474c.214-.297.556-.474.92-.474h28.894c.92 0 1.456 1.04.92 1.788l-7.48 10.471c-1.07 1.498 0 3.579 1.842 3.579h11.377c.943 0 1.473 1.088.89 1.83L25.947 44.94z" style="fill:#863bff;fill:color(display-p3 .5252 .23 1);fill-opacity:1"/><mask id="mask0_2002_17158" width="48" height="46" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#000" d="M25.842 44.938c-.664.844-2.021.375-2.021-.698V33.937a2.26 2.26 0 0 0-2.262-2.262H10.183c-.92 0-1.456-1.04-.92-1.788l7.48-10.471c1.07-1.498 0-3.579-1.842-3.579H1.133c-.92 0-1.456-1.04-.92-1.787L9.91.473c.214-.297.556-.474.92-.474h28.894c.92 0 1.456 1.04.92 1.788l-7.48 10.471c-1.07 1.498 0 3.578 1.842 3.578h11.377c.943 0 1.473 1.088.89 1.832L25.843 44.94z" style="fill:#000;fill-opacity:1"/></mask><g mask="url(#mask0_2002_17158)"><g filter="url(#filter0_f_2002_17158)"><ellipse cx="5.508" cy="14.704" fill="#ede6ff" rx="5.508" ry="14.704" style="fill:#ede6ff;fill:color(display-p3 .9275 .9033 1);fill-opacity:1" transform="matrix(.00324 1 1 -.00324 -4.47 31.516)"/></g><g filter="url(#filter1_f_2002_17158)"><ellipse cx="10.399" cy="29.851" fill="#ede6ff" rx="10.399" ry="29.851" style="fill:#ede6ff;fill:color(display-p3 .9275 .9033 1);fill-opacity:1" transform="matrix(.00324 1 1 -.00324 -39.328 7.883)"/></g><g filter="url(#filter2_f_2002_17158)"><ellipse cx="5.508" cy="30.487" fill="#7e14ff" rx="5.508" ry="30.487" style="fill:#7e14ff;fill:color(display-p3 .4922 .0767 1);fill-opacity:1" transform="rotate(89.814 -25.913 -14.639)scale(1 -1)"/></g><g filter="url(#filter3_f_2002_17158)"><ellipse cx="5.508" cy="30.599" fill="#7e14ff" rx="5.508" ry="30.599" style="fill:#7e14ff;fill:color(display-p3 .4922 .0767 1);fill-opacity:1" transform="rotate(89.814 -32.644 -3.334)scale(1 -1)"/></g><g filter="url(#filter4_f_2002_17158)"><ellipse cx="5.508" cy="30.599" fill="#7e14ff" rx="5.508" ry="30.599" style="fill:#7e14ff;fill:color(display-p3 .4922 .0767 1);fill-opacity:1" transform="rotate(89.814 -32.454 -1.99)scale(1 -1)"/></g><g filter="url(#filter5_f_2002_17158)"><ellipse cx="14.072" cy="22.078" fill="#ede6ff" rx="14.072" ry="22.078" style="fill:#ede6ff;fill:color(display-p3 .9275 .9033 1);fill-opacity:1" transform="rotate(93.35 24.506 48.493)scale(-1 1)"/></g><g filter="url(#filter6_f_2002_17158)"><ellipse cx="3.47" cy="21.501" fill="#7e14ff" rx="3.47" ry="21.501" style="fill:#7e14ff;fill:color(display-p3 .4922 .0767 1);fill-opacity:1" transform="rotate(89.009 28.708 47.59)scale(-1 1)"/></g><g filter="url(#filter7_f_2002_17158)"><ellipse cx="3.47" cy="21.501" fill="#7e14ff" rx="3.47" ry="21.501" style="fill:#7e14ff;fill:color(display-p3 .4922 .0767 1);fill-opacity:1" transform="rotate(89.009 28.708 47.59)scale(-1 1)"/></g><g filter="url(#filter8_f_2002_17158)"><ellipse cx=".387" cy="8.972" fill="#7e14ff" rx="4.407" ry="29.108" style="fill:#7e14ff;fill:color(display-p3 .4922 .0767 1);fill-opacity:1" transform="rotate(39.51 .387 8.972)"/></g><g filter="url(#filter9_f_2002_17158)"><ellipse cx="47.523" cy="-6.092" fill="#7e14ff" rx="4.407" ry="29.108" style="fill:#7e14ff;fill:color(display-p3 .4922 .0767 1);fill-opacity:1" transform="rotate(37.892 47.523 -6.092)"/></g><g filter="url(#filter10_f_2002_17158)"><ellipse cx="41.412" cy="6.333" fill="#47bfff" rx="5.971" ry="9.665" style="fill:#47bfff;fill:color(display-p3 .2799 .748 1);fill-opacity:1" transform="rotate(37.892 41.412 6.333)"/></g><g filter="url(#filter11_f_2002_17158)"><ellipse cx="-1.879" cy="38.332" fill="#7e14ff" rx="4.407" ry="29.108" style="fill:#7e14ff;fill:color(display-p3 .4922 .0767 1);fill-opacity:1" transform="rotate(37.892 -1.88 38.332)"/></g><g filter="url(#filter12_f_2002_17158)"><ellipse cx="-1.879" cy="38.332" fill="#7e14ff" rx="4.407" ry="29.108" style="fill:#7e14ff;fill:color(display-p3 .4922 .0767 1);fill-opacity:1" transform="rotate(37.892 -1.88 38.332)"/></g><g filter="url(#filter13_f_2002_17158)"><ellipse cx="35.651" cy="29.907" fill="#7e14ff" rx="4.407" ry="29.108" style="fill:#7e14ff;fill:color(display-p3 .4922 .0767 1);fill-opacity:1" transform="rotate(37.892 35.651 29.907)"/></g><g filter="url(#filter14_f_2002_17158)"><ellipse cx="38.418" cy="32.4" fill="#47bfff" rx="5.971" ry="15.297" style="fill:#47bfff;fill:color(display-p3 .2799 .748 1);fill-opacity:1" transform="rotate(37.892 38.418 32.4)"/></g></g><defs><filter id="filter0_f_2002_17158" width="60.045" height="41.654" x="-19.77" y="16.149" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17158" stdDeviation="7.659"/></filter><filter id="filter1_f_2002_17158" width="90.34" height="51.437" x="-54.613" y="-7.533" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17158" stdDeviation="7.659"/></filter><filter id="filter2_f_2002_17158" width="79.355" height="29.4" x="-49.64" y="2.03" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17158" stdDeviation="4.596"/></filter><filter id="filter3_f_2002_17158" width="79.579" height="29.4" x="-45.045" y="20.029" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17158" stdDeviation="4.596"/></filter><filter id="filter4_f_2002_17158" width="79.579" height="29.4" x="-43.513" y="21.178" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17158" stdDeviation="4.596"/></filter><filter id="filter5_f_2002_17158" width="74.749" height="58.852" x="15.756" y="-17.901" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17158" stdDeviation="7.659"/></filter><filter id="filter6_f_2002_17158" width="61.377" height="25.362" x="23.548" y="2.284" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17158" stdDeviation="4.596"/></filter><filter id="filter7_f_2002_17158" width="61.377" height="25.362" x="23.548" y="2.284" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17158" stdDeviation="4.596"/></filter><filter id="filter8_f_2002_17158" width="56.045" height="63.649" x="-27.636" y="-22.853" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17158" stdDeviation="4.596"/></filter><filter id="filter9_f_2002_17158" width="54.814" height="64.646" x="20.116" y="-38.415" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17158" stdDeviation="4.596"/></filter><filter id="filter10_f_2002_17158" width="33.541" height="35.313" x="24.641" y="-11.323" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17158" stdDeviation="4.596"/></filter><filter id="filter11_f_2002_17158" width="54.814" height="64.646" x="-29.286" y="6.009" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17158" stdDeviation="4.596"/></filter><filter id="filter12_f_2002_17158" width="54.814" height="64.646" x="-29.286" y="6.009" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17158" stdDeviation="4.596"/></filter><filter id="filter13_f_2002_17158" width="54.814" height="64.646" x="8.244" y="-2.416" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17158" stdDeviation="4.596"/></filter><filter id="filter14_f_2002_17158" width="39.409" height="43.623" x="18.713" y="10.588" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17158" stdDeviation="4.596"/></filter></defs></svg>`;
|
|
14
14
|
</script>
|
|
15
15
|
|
|
16
16
|
{@html svgContent}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
const restAttrs = Object.entries(rest)
|
|
11
11
|
.map(([k, v]) => `${k}="${v}"`)
|
|
12
12
|
.join(' ');
|
|
13
|
-
const svgContent = `<svg
|
|
13
|
+
const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 45 43" width="${width}" height="${height}" ${restAttrs}><path fill="#22ff84" d="M21.266 42.207a1.13 1.13 0 0 1-1.652.36L.465 28.64A1.13 1.13 0 0 1 0 27.724V10.94c0-.924 1.05-1.458 1.797-.915l11.712 8.517a2.262 2.262 0 0 0 3.302-.72l9.7-17.244c.2-.355.578-.577.987-.577h15.575c.865 0 1.41.933.986 1.687L21.266 42.205z"/><mask id="mask0_2002_17204" width="45" height="43" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="#000" d="M21.266 42.207a1.13 1.13 0 0 1-1.652.36L.465 28.64A1.13 1.13 0 0 1 0 27.724V10.94c0-.924 1.05-1.459 1.797-.916l11.712 8.518a2.262 2.262 0 0 0 3.302-.72l9.7-17.244c.2-.355.578-.577.987-.577h15.575c.865 0 1.41.933.986 1.687L21.266 42.204z"/></mask><g mask="url(#mask0_2002_17204)"><g filter="url(#filter0_f_2002_17204)"><ellipse cx="14.031" cy="3.391" fill="#00ccc6" rx="14.031" ry="3.391" transform="rotate(130.547 17.088 5.676)scale(1 -1)"/></g><g filter="url(#filter1_f_2002_17204)"><ellipse cx="14.031" cy="6.087" fill="#00ccc6" rx="14.031" ry="6.087" transform="rotate(53.967 -28.777 34.573)scale(-1 1)"/></g><g filter="url(#filter2_f_2002_17204)"><ellipse cx="6.443" cy="12.195" fill="#7f0" rx="6.374" ry="5.551" transform="rotate(23.13 6.443 12.195)"/></g><g filter="url(#filter3_f_2002_17204)"><ellipse cx="40.775" cy="15.951" fill="#7f0" rx="5.615" ry="24.534" transform="rotate(23.13 40.775 15.95)"/></g><g filter="url(#filter4_f_2002_17204)"><ellipse cx="4.985" cy="10.069" fill="#97ffe2" rx="4.985" ry="10.069" transform="rotate(135 17.458 13.64)scale(-1 1)"/></g></g><defs><filter id="filter0_f_2002_17204" width="37.343" height="40.162" x="7.293" y="-10.833" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17204" stdDeviation="4.596"/></filter><filter id="filter1_f_2002_17204" width="37.605" height="42.185" x="-15.869" y="8.648" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17204" stdDeviation="4.596"/></filter><filter id="filter2_f_2002_17204" width="30.894" height="29.756" x="-9.004" y="-2.683" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17204" stdDeviation="4.596"/></filter><filter id="filter3_f_2002_17204" width="40.253" height="63.725" x="20.648" y="-15.912" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17204" stdDeviation="4.596"/></filter><filter id="filter4_f_2002_17204" width="34.276" height="34.275" x="18.716" y="-16.841" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur result="effect1_foregroundBlur_2002_17204" stdDeviation="4.596"/></filter></defs></svg>`;
|
|
14
14
|
</script>
|
|
15
15
|
|
|
16
16
|
{@html svgContent}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const restAttrs = Object.entries(rest)
|
|
11
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
12
|
+
.join(' ');
|
|
13
|
+
const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 400 400" width="${width}" height="${height}" ${restAttrs}><circle cx="200" cy="200" r="200" fill="#08060d"/><path fill="#fff" d="M101.187 109c-35.84 51.313-36.05 130.852 0 182.351H76.965c-36.059-51.499-35.849-131.038 0-182.351zm222.054 0c35.841 51.313 36.05 130.852 0 182.351h-24.22c36.058-51.499 35.848-131.038 0-182.351zm-123.136.252c50.222 0 90.924 40.711 90.924 90.926 0 50.214-40.71 90.925-90.924 90.926-50.215 0-90.926-40.712-90.926-90.926 0-50.215 40.711-90.926 90.926-90.926m55.385 52.733c-1.343-3.013-5.381-3.576-7.464-1.015l-78.65 96.458c-1.881 2.317-.974 5.785 1.797 6.893 8.144 3.258 17.782 4.869 28.932 4.869 41.264 0 62.135-22.164 62.135-69.012 0-15.39-2.258-28.084-6.75-38.193m-55.385-30.568c-41.5 0-62.137 22.165-62.137 68.761 0 15.448 2.25 28.21 6.75 38.377 1.335 3.022 5.382 3.585 7.464 1.024l78.508-96.467c1.889-2.317.974-5.792-1.805-6.892-8.119-3.216-17.715-4.803-28.78-4.803"/></svg>`;
|
|
14
|
+
</script>
|
|
15
|
+
|
|
16
|
+
{@html svgContent}
|
package/dist/index.d.ts
CHANGED
|
@@ -539,6 +539,7 @@ export { default as ViteLogo } from './components/Vite.svelte';
|
|
|
539
539
|
export { default as VitestLogo } from './components/Vitest.svelte';
|
|
540
540
|
export { default as VivaldiLogo } from './components/Vivaldi.svelte';
|
|
541
541
|
export { default as VoicemodLogo } from './components/Voicemod.svelte';
|
|
542
|
+
export { default as VoidZeroLogo } from './components/VoidZero.svelte';
|
|
542
543
|
export { default as VoltaLogo } from './components/Volta.svelte';
|
|
543
544
|
export { default as VueLogo } from './components/Vue.svelte';
|
|
544
545
|
export { default as VueUseLogo } from './components/VueUse.svelte';
|
package/dist/index.js
CHANGED
|
@@ -541,6 +541,7 @@ export { default as ViteLogo } from './components/Vite.svelte';
|
|
|
541
541
|
export { default as VitestLogo } from './components/Vitest.svelte';
|
|
542
542
|
export { default as VivaldiLogo } from './components/Vivaldi.svelte';
|
|
543
543
|
export { default as VoicemodLogo } from './components/Voicemod.svelte';
|
|
544
|
+
export { default as VoidZeroLogo } from './components/VoidZero.svelte';
|
|
544
545
|
export { default as VoltaLogo } from './components/Volta.svelte';
|
|
545
546
|
export { default as VueLogo } from './components/Vue.svelte';
|
|
546
547
|
export { default as VueUseLogo } from './components/VueUse.svelte';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selemondev/svgl-svelte",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "An optimized package with SVG logos to be used as Svelte components ✨",
|
|
5
5
|
"author": "Selemondev",
|
|
6
6
|
"private": false,
|
|
@@ -34,24 +34,24 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@eslint/compat": "^1.4.1",
|
|
37
|
-
"@eslint/js": "^9.39.
|
|
37
|
+
"@eslint/js": "^9.39.2",
|
|
38
38
|
"@sveltejs/adapter-auto": "^6.1.1",
|
|
39
|
-
"@sveltejs/kit": "^2.
|
|
40
|
-
"@sveltejs/package": "^2.5.
|
|
39
|
+
"@sveltejs/kit": "^2.49.5",
|
|
40
|
+
"@sveltejs/package": "^2.5.7",
|
|
41
41
|
"@sveltejs/vite-plugin-svelte": "^5.1.1",
|
|
42
|
-
"@types/node": "^22.
|
|
43
|
-
"eslint": "^9.39.
|
|
42
|
+
"@types/node": "^22.19.7",
|
|
43
|
+
"eslint": "^9.39.2",
|
|
44
44
|
"eslint-config-prettier": "^10.1.8",
|
|
45
|
-
"eslint-plugin-svelte": "^3.
|
|
46
|
-
"fs-extra": "^11.3.
|
|
45
|
+
"eslint-plugin-svelte": "^3.14.0",
|
|
46
|
+
"fs-extra": "^11.3.3",
|
|
47
47
|
"globals": "^16.5.0",
|
|
48
|
-
"prettier": "^3.
|
|
49
|
-
"prettier-plugin-svelte": "^3.4.
|
|
50
|
-
"publint": "^0.3.
|
|
51
|
-
"svelte": "^5.
|
|
52
|
-
"svelte-check": "^4.3.
|
|
48
|
+
"prettier": "^3.8.0",
|
|
49
|
+
"prettier-plugin-svelte": "^3.4.1",
|
|
50
|
+
"publint": "^0.3.16",
|
|
51
|
+
"svelte": "^5.46.4",
|
|
52
|
+
"svelte-check": "^4.3.5",
|
|
53
53
|
"typescript": "^5.9.3",
|
|
54
|
-
"typescript-eslint": "^8.
|
|
54
|
+
"typescript-eslint": "^8.53.0",
|
|
55
55
|
"vite": "^6.4.1"
|
|
56
56
|
},
|
|
57
57
|
"keywords": [
|