UiwMinusCircleO.vue 389 B

12345678910
  1. <template>
  2. <svg width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10S4.477 0 10 0Zm0 1.395a8.605 8.605 0 1 0 0 17.21a8.605 8.605 0 0 0 0-17.21Zm4.588 7.923a.682.682 0 1 1 0 1.364H6.143a.682.682 0 0 1 0-1.364h8.445Z"></path></svg>
  3. </template>
  4. <script>
  5. export default {
  6. name: 'UiwMinusCircleO'
  7. }
  8. </script>