-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6db5345
commit 8846654
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<script lang="ts"> | ||
import Svg from '../svg.svelte'; | ||
</script> | ||
|
||
<Svg {...$$props}> | ||
<path | ||
d="M10.25 4V4.75V5.75H13V5L20 4V9L13 8V7.25H10.25V8.08125C11.8219 8.425 13 9.825 13 11.5V18.5V20H11.5H7.50005H6.00005V18.5V11.5C6.00005 9.825 7.17817 8.425 8.75005 8.08125V7.27813C7.28442 7.45 6.04692 8.36563 5.42817 9.64062L4.0813 8.98438C4.94067 7.2125 6.69067 5.95 8.75005 5.77188V4.75V4H10.25ZM7.50005 18.5H11.5V17H7.50005V18.5ZM7.50005 11.5V15.5H11.5V11.5C11.5 10.3969 10.6032 9.5 9.50005 9.5C8.39692 9.5 7.50005 10.3969 7.50005 11.5Z" | ||
fill="currentColor" | ||
/> | ||
</Svg> |
This file was deleted.
Oops, something went wrong.