mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-07 05:57:41 +00:00
8 lines
237 B
Vue
8 lines
237 B
Vue
<template>
|
|
<svg viewBox="0 0 24 24">
|
|
<path
|
|
d="M10 17v-3H3v-4h7V7l5 5l-5 5m0-15h9a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2v-2h2v2h9V4h-9v2H8V4a2 2 0 0 1 2-2z"
|
|
fill="currentColor"
|
|
></path>
|
|
</svg>
|
|
</template>
|