Skip to content
Snippets Groups Projects
DotSvg.vue 259 B
Newer Older
<template>
  <svg width="6" height="7" viewBox="0 0 6 7" fill="none" xmlns="http://www.w3.org/2000/svg">
<ellipse cx="2.517" cy="3.50006" rx="2.517" ry="2.5108" fill="currentColor"/>
</svg>
</template>

<script>
export default {
  name: "DotSvg"
};
</script>