8 lines
393 B
Vue
8 lines
393 B
Vue
<template>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="18" viewBox="0 0 13 18">
|
|
<g transform="translate(0)">
|
|
<path d="M6.5,18a.587.587,0,0,1-.436-.194C5.817,17.528,0,10.962,0,6.519a6.5,6.5,0,1,1,13,0c0,4.444-5.817,11.01-6.064,11.287A.585.585,0,0,1,6.5,18Zm0-14.761A3.28,3.28,0,1,0,9.77,6.519,3.278,3.278,0,0,0,6.5,3.239Z" fill="#fff"/>
|
|
</g>
|
|
</svg>
|
|
</template>
|