mirror of
https://github.com/frappe/books.git
synced 2025-02-05 13:38:31 +00:00
12 lines
248 B
Vue
12 lines
248 B
Vue
|
<template>
|
||
|
<svg viewBox="0 0 8 8" xmlns="http://www.w3.org/2000/svg">
|
||
|
<path
|
||
|
d="M7.2.8L.8 7.2m6.4 0L.8.8"
|
||
|
fill="none"
|
||
|
fill-rule="evenodd"
|
||
|
stroke-linecap="round"
|
||
|
stroke-linejoin="round"
|
||
|
/>
|
||
|
</svg>
|
||
|
</template>
|