mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
13 lines
312 B
Vue
13 lines
312 B
Vue
<template>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
height="48"
|
|
width="48"
|
|
viewBox="0 0 48 48"
|
|
>
|
|
<path
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
d="m16 35.9-12-12 12.1-12.1 2.15 2.15L8.3 23.9l9.85 9.85Zm15.9.1-2.15-2.15 9.95-9.95-9.85-9.85L32 11.9l12 12Z"
|
|
/>
|
|
</svg>
|
|
</template>
|