Spaces:
Runtime error
Runtime error
Silke pilon
commited on
Commit
·
cd32d2b
1
Parent(s):
1ef0413
Delete src/lib/components/icons/Logo.svelte
Browse files
src/lib/components/icons/Logo.svelte
DELETED
@@ -1,25 +0,0 @@
|
|
1 |
-
<script lang="ts">
|
2 |
-
export let classNames: string = "";
|
3 |
-
</script>
|
4 |
-
|
5 |
-
<svg
|
6 |
-
width="1em"
|
7 |
-
height="1em"
|
8 |
-
class={classNames}
|
9 |
-
viewBox="0 0 13 12"
|
10 |
-
fill="none"
|
11 |
-
xmlns="http://www.w3.org/2000/svg"
|
12 |
-
>
|
13 |
-
<path
|
14 |
-
fill="#FFD21E"
|
15 |
-
d="M1.76 5.63a3.7 3.7 0 0 1 3.7-3.7h1.7a3.43 3.43 0 0 1 0 6.87H3.07L2.01 9.83a.14.14 0 0 1-.25-.1v-4.1Z"
|
16 |
-
/>
|
17 |
-
<path
|
18 |
-
fill="#32343D"
|
19 |
-
d="M7.37 4.8c.13.05.19.33.33.25a.54.54 0 0 0 .22-.73.54.54 0 0 0-.73-.22.54.54 0 0 0-.22.73c.06.13.27-.08.4-.03ZM4.83 4.8c-.14.05-.2.33-.33.25a.54.54 0 0 1-.23-.73A.54.54 0 0 1 5 4.1c.26.14.36.47.22.73-.06.13-.27-.08-.4-.03ZM6.12 7.4c1.06 0 1.4-.96 1.4-1.44 0-.49-.62.26-1.4.26-.77 0-1.4-.75-1.4-.26 0 .48.34 1.43 1.4 1.43Z"
|
20 |
-
/>
|
21 |
-
<path
|
22 |
-
fill="#FF323D"
|
23 |
-
d="M6.97 7.12c-.2.16-.49.27-.85.27-.34 0-.6-.1-.81-.24a.94.94 0 0 1 .57-.49c.04-.01.09.06.13.14.05.07.1.15.14.15.05 0 .1-.08.14-.15.05-.08.1-.15.14-.13a.93.93 0 0 1 .54.45Z"
|
24 |
-
/>
|
25 |
-
</svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|