mirror of
https://github.com/frappe/books.git
synced 2025-01-27 09:08:24 +00:00
8f817cbbee
- Dynamically import all icons as vue components
11 lines
230 B
Vue
11 lines
230 B
Vue
<template>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8">
|
|
<path
|
|
d="M7.2.8L.8 7.2m6.4 0L.8.8"
|
|
fill-rule="evenodd"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
/>
|
|
</svg>
|
|
</template>
|