@selemondev/svgl-svelte 2.13.0 → 2.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
.map(([k, v]) => `${k}="${v}"`)
|
|
13
13
|
.join(' ');
|
|
14
14
|
return `<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" width="${width}" height="${height}" ${restAttrs}>
|
|
15
|
-
<g clip-path="url(#
|
|
16
|
-
<path d="M5.
|
|
17
|
-
<path d="M25.
|
|
15
|
+
<g clip-path="url(#clip0_2_448)">
|
|
16
|
+
<path d="M5.6875 0.399963H26.325C29.4125 0.399963 32.0125 2.88746 32.0125 6.08746V25.925C32.0125 29.0125 29.525 31.6125 26.325 31.6125H5.6875C2.5875 31.6 0 29.1125 0 25.925V6.07496C0 2.88746 2.4875 0.399963 5.6875 0.399963Z" fill="#B30B00"/>
|
|
17
|
+
<path d="M25.525 18.4375C24.025 16.8375 19.9375 17.5375 18.95 17.6375C17.55 16.2375 16.5625 14.65 16.1625 14.05C16.6625 12.55 17.0625 10.8625 17.0625 9.26246C17.0625 7.76246 16.4625 6.27496 14.875 6.27496C14.275 6.27496 13.775 6.57496 13.475 7.07496C12.775 8.27496 13.075 10.6625 14.175 13.15C13.575 14.95 12.575 17.6375 11.3875 19.725C9.7875 20.325 6.3 21.9125 6 23.7125C5.9 24.2125 6.1 24.8125 6.5 25.1125C6.9 25.5125 7.4 25.6125 7.9 25.6125C9.9875 25.6125 12.0875 22.725 13.5875 20.125C14.7875 19.725 16.675 19.125 18.575 18.825C20.7625 20.825 22.7625 21.1125 23.7625 21.1125C25.1625 21.1125 25.6625 20.5125 25.85 20.0125C26.1125 19.5375 25.925 18.8375 25.525 18.4375ZM24.125 19.4375C24.025 19.8375 23.525 20.2375 22.625 20.0375C21.525 19.7375 20.5375 19.2375 19.7375 18.5375C20.4375 18.4375 22.125 18.2375 23.325 18.4375C23.725 18.5375 24.225 18.8375 24.125 19.4375ZM14.45 7.47496C14.55 7.27496 14.75 7.17496 14.95 7.17496C15.45 7.17496 15.55 7.77496 15.55 8.27496C15.45 9.47496 15.25 10.7625 14.85 11.8625C14.05 9.67496 14.15 8.07496 14.45 7.47496ZM14.35 18.7375C14.85 17.8375 15.45 16.15 15.65 15.55C16.15 16.45 17.05 17.45 17.45 17.9375C17.55 17.85 15.75 18.2375 14.35 18.7375ZM10.9625 21.0375C9.575 23.225 8.275 24.625 7.475 24.625C7.375 24.625 7.175 24.625 7.075 24.525C6.975 24.325 6.875 24.125 6.975 23.925C7.075 23.125 8.675 22.025 10.9625 21.0375Z" fill="white"/>
|
|
18
18
|
</g>
|
|
19
19
|
<defs>
|
|
20
|
-
<clipPath id="
|
|
21
|
-
<rect width="32" height="
|
|
20
|
+
<clipPath id="clip0_2_448">
|
|
21
|
+
<rect width="32" height="32" fill="white"/>
|
|
22
22
|
</clipPath>
|
|
23
23
|
</defs>
|
|
24
24
|
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<script lang="ts">
|
|
2
|
+
import type { HTMLAttributes } from 'svelte/elements';
|
|
3
|
+
|
|
4
|
+
export interface Props extends HTMLAttributes<SVGElement> {
|
|
5
|
+
width?: number;
|
|
6
|
+
height?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
let { width = 50, height = 50, ...rest }: Props = $props();
|
|
10
|
+
const svgContent = () => {
|
|
11
|
+
const restAttrs = Object.entries(rest)
|
|
12
|
+
.map(([k, v]) => `${k}="${v}"`)
|
|
13
|
+
.join(' ');
|
|
14
|
+
return `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2048 2048" width="${width}" height="${height}" ${restAttrs}><path fill="#1f2223" d="M849.698 475.824c41.409.917 85.138.189 126.682.178l233.7-.026c48.94-.015 101.36-.92 149.75.896 67.96 2.549 146.05 21.421 192.18 74.314 56.76 65.078 62.63 151.287 60.97 233.357-.56 27.473.53 54.204-1.18 82.01-4.59 79.225-31.8 161.977-104.24 204.207-64.45 37.58-135.93 37.2-207.73 37.18l-113.55-.05-372.392.02c-30.744-.08-65.786-1.91-96.012 2.21-35.05 4.78-40.995 43.31-40.437 72.82.822 43.56-3.377 90.83 3.595 134.05 6.823 39.59 60.856 34.94 90.83 34.97l73.142.08c-1.165-68.36.42-138.53-.181-207.21 59.225-.7 123.24 1.66 181.945-.65-1.29 9.27-.74 33.98-.74 43.95l.06 86.01-.05 287.11c-.12 1.36.06.55-1.01 2.29-6.09.87-27.396.21-34.366.15q-32.917-.285-65.835-.18l-129.118-.02c-97.081.1-203.037 2.22-273.211-78.56-43.325-49.86-57.733-116.3-61.246-180.6-1.023-18.72.113-38.02-.338-56.79-2.926-101.53 6.468-227.2 100.622-288.212 62.291-40.362 139.745-40.346 210.998-40.449l114.293.054 371.861-.121c27.91-.072 55.92.322 83.8-.457 11.83-.331 26.86-4.339 35.97-11.98 17.86-14.983 17.65-43.315 18.2-64.748.45-18.754.68-37.514.68-56.274-.05-35.823 4.51-98.333-44.07-102.759-31.07-2.83-64.37-1.677-95.69-1.631q-97.785.445-195.57-.2l.02 202.087c-21.32-1.459-55.18-.633-76.949-.602l-135 .009c-1.304-135.189 1.217-271.169-.383-406.433"/></svg>`;
|
|
15
|
+
};
|
|
16
|
+
</script>
|
|
17
|
+
|
|
18
|
+
{@html svgContent()}
|
package/dist/index.d.ts
CHANGED
|
@@ -444,6 +444,7 @@ export { default as SvglPostCSSLogo } from './components/PostCSS.svelte';
|
|
|
444
444
|
export { default as SvglPostHogLogo } from './components/PostHog.svelte';
|
|
445
445
|
export { default as SvglPostgreSQLLogo } from './components/PostgreSQL.svelte';
|
|
446
446
|
export { default as SvglPostmanLogo } from './components/Postman.svelte';
|
|
447
|
+
export { default as SvglPostquedLogo } from './components/Postqued.svelte';
|
|
447
448
|
export { default as SvglPowerShellLogo } from './components/PowerShell.svelte';
|
|
448
449
|
export { default as SvglPowerSyncLogo } from './components/PowerSync.svelte';
|
|
449
450
|
export { default as SvglPowerToysLogo } from './components/PowerToys.svelte';
|
package/dist/index.js
CHANGED
|
@@ -446,6 +446,7 @@ export { default as SvglPostCSSLogo } from './components/PostCSS.svelte';
|
|
|
446
446
|
export { default as SvglPostHogLogo } from './components/PostHog.svelte';
|
|
447
447
|
export { default as SvglPostgreSQLLogo } from './components/PostgreSQL.svelte';
|
|
448
448
|
export { default as SvglPostmanLogo } from './components/Postman.svelte';
|
|
449
|
+
export { default as SvglPostquedLogo } from './components/Postqued.svelte';
|
|
449
450
|
export { default as SvglPowerShellLogo } from './components/PowerShell.svelte';
|
|
450
451
|
export { default as SvglPowerSyncLogo } from './components/PowerSync.svelte';
|
|
451
452
|
export { default as SvglPowerToysLogo } from './components/PowerToys.svelte';
|