@selemondev/svgl-svelte 2.1.0 → 2.1.1
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/Intlayer.svelte +1 -22
- package/dist/components/JetBrains.svelte +27 -3
- package/dist/components/Oxc.svelte +1 -1
- package/dist/components/Rolldown.svelte +1 -1
- 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 +11 -11
|
@@ -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}
|
|
@@ -10,9 +10,33 @@
|
|
|
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" preserveAspectRatio="xMidYMid" viewBox="0 0 256
|
|
14
|
-
<
|
|
15
|
-
|
|
13
|
+
const svgContent = `<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 256 257" width="${width}" height="${height}" ${restAttrs}>
|
|
14
|
+
<defs>
|
|
15
|
+
<linearGradient x1="25.2%" y1="43.3%" x2="99.2%" y2="67.4%" id="a">
|
|
16
|
+
<stop stop-color="#FE2857" offset="21%"/>
|
|
17
|
+
<stop stop-color="#293896" offset="100%"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<linearGradient x1="2.3%" y1="77.1%" x2="90.7%" y2="24.1%" id="b">
|
|
20
|
+
<stop stop-color="#FE2857" offset="0%"/>
|
|
21
|
+
<stop stop-color="#FE2857" offset="1%"/>
|
|
22
|
+
<stop stop-color="#FF318C" offset="86%"/>
|
|
23
|
+
</linearGradient>
|
|
24
|
+
<linearGradient x1="6.3%" y1="13.9%" x2="94.6%" y2="87.7%" id="c">
|
|
25
|
+
<stop stop-color="#FF318C" offset="2%"/>
|
|
26
|
+
<stop stop-color="#FE2857" offset="21%"/>
|
|
27
|
+
<stop stop-color="#FDB60D" offset="86%"/>
|
|
28
|
+
</linearGradient>
|
|
29
|
+
<linearGradient x1="91.1%" y1="27.7%" x2="2%" y2="68.6%" id="d">
|
|
30
|
+
<stop stop-color="#FDB60D" offset="1%"/>
|
|
31
|
+
<stop stop-color="#FCF84A" offset="86%"/>
|
|
32
|
+
</linearGradient>
|
|
33
|
+
</defs>
|
|
34
|
+
<path d="M112.7 117.4 42 57.6a25.6 25.6 0 1 0-24.8 43.9h.3l.7.2 89 27.1a6 6 0 0 0 2 .4 6.4 6.4 0 0 0 3.3-11.8Z" fill="url(#a)"/>
|
|
35
|
+
<path d="M126.8 18.7A18.6 18.6 0 0 0 98 3L11.8 55.4a25.6 25.6 0 1 0 30.6 41l77.3-63 .6-.5c4.1-3.6 6.5-8.7 6.5-14.2Z" fill="url(#b)"/>
|
|
36
|
+
<path d="M252.2 131.5 121.4 5.5A18.6 18.6 0 1 0 96 32.8l.2.3 139 117a12.6 12.6 0 0 0 17-18.6Z" fill="url(#c)"/>
|
|
37
|
+
<path d="M256 140.6a12.6 12.6 0 0 0-20-10.3L77.9 207.7a25.6 25.6 0 1 0 26.4 43.7l146.4-100.5c3.4-2.4 5.4-6.2 5.4-10.3Z" fill="url(#d)"/>
|
|
38
|
+
<path d="M75.8 76.9h102.5v102.4H75.8z"/>
|
|
39
|
+
<path d="M87 160.1h38.4v6.4H87v-6.4Zm-1.6-56.8 2.8-2.7c.6.9 1.5 1.4 2.6 1.5 1 0 1.8-.8 1.8-2.3v-10H97v10c.1 1.7-.5 3.4-1.6 4.6a6 6 0 0 1-4 1.7H91c-2 0-4-.9-5.4-2.5l-.2-.3ZM99 89.7h12.8v3.8h-8.5v2.4h7.6v3.4h-7.6v2.6h8.6v3.7h-13V89.7Zm19 3.9h-4.7v-3.9h14v3.9h-4.8v12.1h-4.4V93.6ZM87.3 112h7.5a6 6 0 0 1 4.4 1.4c.7.7 1 1.7 1 2.6 0 1.6-1 3-2.5 3.6 2 .4 3.3 2 3.2 4 0 2.8-2.2 4.5-6 4.5h-7.6v-16Zm8.5 5c0-1-.7-1.4-2-1.4h-2.2v2.8h2.1c1.4 0 2.1-.5 2.1-1.4Zm-1.5 4.5h-2.7v3h2.8c1.3 0 2-.6 2-1.5s-.5-1.4-1.8-1.5h-.3Zm17.1 6.6-3.2-4.8h-1.5v4.8h-4.4v-16h7.1a7 7 0 0 1 5.2 1.6 5 5 0 0 1 1.4 3.4v.4c.1 2.1-1.2 4.1-3.3 4.9l3.2 4.7 6.3-15.2h4.3l6.8 16.1h-4.8l-1.1-2.9h-6.2l-1.1 3h-8.7Zm13-11-1.9 4.6h3.6l-1.8-4.5ZM109 116h-2.3v3.8h2.4c1.4 0 2.4-.7 2.4-1.9 0-1.3-1-2-2.5-2Zm25-4h4.3v16H134v-16Zm6 0h4.2l5.7 8.6V112h4.4v16h-3.9l-6-8.8v8.8H140v-16Zm15 13.7 2.5-3a8.3 8.3 0 0 0 5.1 2c1.2 0 1.9-.4 1.9-1.1 0-.5-.3-.9-1.4-1.2l-.4-.2h-.3l-.7-.2h-.3l-.7-.2-.6-.2c-2.6-.8-4.4-1.9-4.4-4.6 0-3 2.4-5.1 6.2-5.1 2.4-.1 4.7.7 6.6 2.1l-2.2 3a7.8 7.8 0 0 0-4.4-1.5c-1.1 0-1.6.4-1.6 1s.3.9 1.3 1.2l.5.1.3.1.7.2c3.6.8 5.9 2 5.9 5 0 3.1-2.4 5-6 5h-.5c-2.5.2-5-.6-7-2l-.5-.4Z" fill="#FFF"/>
|
|
16
40
|
</svg>
|
|
17
41
|
`;
|
|
18
42
|
</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" 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,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}
|
|
@@ -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.1",
|
|
4
4
|
"description": "An optimized package with SVG logos to be used as Svelte components ✨",
|
|
5
5
|
"author": "Selemondev",
|
|
6
6
|
"private": false,
|
|
@@ -36,22 +36,22 @@
|
|
|
36
36
|
"@eslint/compat": "^1.4.1",
|
|
37
37
|
"@eslint/js": "^9.39.0",
|
|
38
38
|
"@sveltejs/adapter-auto": "^6.1.1",
|
|
39
|
-
"@sveltejs/kit": "^2.
|
|
39
|
+
"@sveltejs/kit": "^2.49.4",
|
|
40
40
|
"@sveltejs/package": "^2.5.4",
|
|
41
41
|
"@sveltejs/vite-plugin-svelte": "^5.1.1",
|
|
42
|
-
"@types/node": "^22.
|
|
42
|
+
"@types/node": "^22.19.6",
|
|
43
43
|
"eslint": "^9.39.0",
|
|
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.7.4",
|
|
49
|
+
"prettier-plugin-svelte": "^3.4.1",
|
|
50
|
+
"publint": "^0.3.16",
|
|
51
|
+
"svelte": "^5.46.3",
|
|
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": [
|