Rewrite home page in svelte
This commit is contained in:
5
svelte/src/icons/Tumblr.svelte
Normal file
5
svelte/src/icons/Tumblr.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script>export let style;</script>
|
||||
|
||||
<svg style={style} xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24" viewBox="0 0 24 24">
|
||||
<path fill="currentColor" d="M17,11H13V15.5C13,16.44 13.28,17 14.5,17H17V21C17,21 15.54,21.05 14.17,21.05C10.8,21.05 9.5,19 9.5,16.75V11H7V7C10.07,6.74 10.27,4.5 10.5,3H13V7H17" />
|
||||
</svg>
|
Reference in New Issue
Block a user