Files
snowy/snowy-admin-web/src/assets/icons/uiw/UiwArrowRight.vue

16 lines
639 B
Vue

<template>
<svg width="1em" height="1em" viewBox="0 0 20 20">
<path
fill="currentColor"
fillRule="evenodd"
d="M.696 9.349c5.518-.03 11.165-.062 16.942-.096c-2.807-2.81-4.835-4.842-6.084-6.095c-.143-.179-.158-.554.112-.847c.27-.293.752-.281.89-.14c2.362 2.372 4.772 4.782 7.23 7.23a.65.65 0 0 1 .215.503a.645.645 0 0 1-.215.502a8382.495 8382.495 0 0 1-7.6 7.421a.742.742 0 0 1-1.014-.063c-.263-.287-.29-.588.061-.982c2.002-1.96 4.097-4.004 6.287-6.13c-5.713.038-11.321.07-16.824.097a.701.701 0 0 1-.696-.72c0-.507.388-.68.696-.68Z"
></path>
</svg>
</template>
<script>
export default {
name: 'UiwArrowRight'
}
</script>