8 lines
242 B
Vue
8 lines
242 B
Vue
<template>
|
|
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" viewBox="0 0 24 24">
|
|
<circle cx="12" cy="12" r="2" />
|
|
<circle cx="19" cy="12" r="2" />
|
|
<circle cx="5" cy="12" r="2" />
|
|
</svg>
|
|
</template>
|