mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-29 00:12:35 +03:00
.
This commit is contained in:
7
src/svg/Book.svelte
Normal file
7
src/svg/Book.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
export let color;
|
||||
export let x = 0;
|
||||
export let y = 0;
|
||||
</script>
|
||||
|
||||
<svg class="h-8 w-8 {color}" width="8" height="8" viewBox="{x} {y} 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" /> <rect x="4" y="4" width="16" height="16" rx="2" /> <line x1="4" y1="12" x2="20" y2="12" /> <line x1="12" y1="4" x2="12" y2="20" /></svg>
|
||||
Reference in New Issue
Block a user