mirror of
https://github.com/wireadmin/wireadmin
synced 2025-06-26 18:28:06 +00:00
15 lines
1.1 KiB
Svelte
15 lines
1.1 KiB
Svelte
<script lang="ts">
|
|
import Icon from '$lib/components/iconset/icon.svelte';
|
|
import type { Props } from '$lib/components/iconset';
|
|
|
|
type $$Props = Props;
|
|
</script>
|
|
|
|
<Icon {...$$restProps} viewBox="0 0 56 30" fill="currentColor">
|
|
<path
|
|
d="M47.084 5.32128C42.17 2.30228 35.377 0.436279 27.878 0.436279C20.378 0.436279 13.588 2.30228 8.67402 5.32128C3.75902 8.33728 0.718018 12.5053 0.718018 17.1103C0.718018 21.7143 3.75902 25.8823 8.67402 28.8983C13.588 31.9183 20.378 24.6273 27.878 24.6273C35.377 24.6273 42.17 31.9183 47.084 28.8983C51.998 25.8823 55.039 21.7133 55.039 17.1103C55.039 12.5043 51.998 8.33728 47.084 5.32128ZM17.083 17.4883C14.385 17.4883 12.198 16.5663 12.198 15.4273C12.198 14.2873 14.385 13.3643 17.083 13.3643C19.78 13.3643 21.968 14.2883 21.968 15.4273C21.968 16.5663 19.78 17.4883 17.083 17.4883ZM38.584 17.6793C35.898 17.6793 33.723 16.8233 33.723 15.7673C33.723 14.7133 35.899 13.8563 38.584 13.8563C41.269 13.8563 43.447 14.7133 43.447 15.7673C43.447 16.8233 41.269 17.6793 38.584 17.6793Z"
|
|
fill="#6700AD"
|
|
aria-label="Dnsmasq"
|
|
/>
|
|
</Icon>
|