8 lines
363 B
Vue
8 lines
363 B
Vue
<template>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="81.2" height="10" viewBox="0 0 81.2 10">
|
|
<g transform="translate(1 1)">
|
|
<path d="M0,8C6.6,8,6.6,0,13.2,0s6.6,8,13.2,8S33,0,39.6,0s6.6,8,13.2,8S59.4,0,66,0s6.6,8,13.2,8" fill="none" stroke="#8ab661" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/>
|
|
</g>
|
|
</svg>
|
|
</template>
|