Sun.vue 357 B

12345678
  1. <template>
  2. <svg viewBox="0 0 20 20" fill="none" aria-hidden="true">
  3. <path d="M12.5 10a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Z" />
  4. <path
  5. stroke-linecap="round"
  6. d="M10 5.5v-1M13.182 6.818l.707-.707M14.5 10h1M13.182 13.182l.707.707M10 15.5v-1M6.11 13.889l.708-.707M4.5 10h1M6.11 6.111l.708.707"/>
  7. </svg>
  8. </template>