freekake_webapp/components/icon/icon-horizontal-dots.vue
2025-06-29 22:23:57 +07:00

8 lines
393 B
Vue

<template>
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="5" cy="12" r="2" stroke="currentColor" stroke-width="1.5" />
<circle opacity="0.5" cx="12" cy="12" r="2" stroke="currentColor" stroke-width="1.5" />
<circle cx="19" cy="12" r="2" stroke="currentColor" stroke-width="1.5" />
</svg>
</template>