UiwCaretRight.vue 391 B

12345678910
  1. <template>
  2. <svg width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fillRule="evenodd" d="M5 2.643v14.765c.092.32.299.511.619.572c.32.061.633-.024.94-.255l8.107-6.993A.944.944 0 0 0 15 10a.94.94 0 0 0-.334-.73L6.58 2.295c-.232-.197-.639-.383-1.061-.253c-.282.087-.455.287-.519.6Z"></path></svg>
  3. </template>
  4. <script>
  5. export default {
  6. name: 'UiwCaretRight'
  7. }
  8. </script>