Spaces:
Runtime error
Runtime error
Update src/lib/components/icons/Logo.svelte
Browse files
src/lib/components/icons/Logo.svelte
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
export let classNames: string = "";
|
3 |
</script>
|
4 |
|
5 |
-
<svg
|
6 |
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
|
7 |
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
|
8 |
<g id="SVGRepo_iconCarrier">
|
|
|
2 |
export let classNames: string = "";
|
3 |
</script>
|
4 |
|
5 |
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class={classNames}>
|
6 |
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
|
7 |
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
|
8 |
<g id="SVGRepo_iconCarrier">
|