dolls list UI
This commit is contained in:
17
src/assets/icons/backpack.svelte
Normal file
17
src/assets/icons/backpack.svelte
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
class="lucide lucide-backpack-icon lucide-backpack"
|
||||
><path
|
||||
d="M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"
|
||||
/><path d="M8 10h8" /><path d="M8 18h8" /><path
|
||||
d="M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6"
|
||||
/><path d="M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2" /></svg
|
||||
>
|
||||
|
After Width: | Height: | Size: 502 B |
19
src/assets/icons/paw-print.svelte
Normal file
19
src/assets/icons/paw-print.svelte
Normal file
@@ -0,0 +1,19 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
class="lucide lucide-paw-print-icon lucide-paw-print"
|
||||
><circle cx="11" cy="4" r="2" /><circle cx="18" cy="8" r="2" /><circle
|
||||
cx="20"
|
||||
cy="16"
|
||||
r="2"
|
||||
/><path
|
||||
d="M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z"
|
||||
/></svg
|
||||
>
|
||||
|
After Width: | Height: | Size: 485 B |
Reference in New Issue
Block a user