mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-28 10:16:37 +00:00
25 lines
835 B
Svelte
25 lines
835 B
Svelte
<script lang="ts">
|
|
let {
|
|
class: className
|
|
}: {
|
|
class?: string;
|
|
} = $props();
|
|
</script>
|
|
|
|
<svg
|
|
version="1.1"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
viewBox="0 0 336.19673868301203 129.38671875"
|
|
class={className}
|
|
>
|
|
<g stroke-linecap="round" transform="translate(10 10) rotate(0 158.09836934150601 54.693359375)">
|
|
<path
|
|
d="M27.35 0 C121.36 -0.62, 208.79 0.52, 288.85 0 M288.85 0 C305.5 3.32, 316.8 6.14, 316.2 27.35 M316.2 27.35 C315.58 42.15, 314.92 54.54, 316.2 82.04 M316.2 82.04 C313.79 100.68, 304.9 110.1, 288.85 109.39 M288.85 109.39 C192.86 108.68, 93.17 110.07, 27.35 109.39 M27.35 109.39 C13.09 109.46, -1.61 102.22, 0 82.04 M0 82.04 C-0.35 60.8, -1.11 41.01, 0 27.35 M0 27.35 C1.94 9.62, 8.6 1.41, 27.35 0"
|
|
stroke="#A1A1AA"
|
|
stroke-width="4.5"
|
|
fill="none"
|
|
stroke-dasharray="8 12"
|
|
></path>
|
|
</g>
|
|
</svg>
|