Image upload stylized

This commit is contained in:
2023-06-21 22:54:16 +02:00
parent b4223f8eb0
commit 6ac561e4a1
6 changed files with 447 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
<script lang='ts'>
import ActionButton from "./ActionButton.svelte";
</script>
<ActionButton href="/rezepte/add">
<svg class=icon_svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>
</ActionButton>