Files
laravel-stubs/src/resources/js/Icons/ArrowRight.vue
2022-09-15 10:48:01 -06:00

7 lines
291 B
Vue

<template>
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" preserveAspectRatio="xMidYMid meet">
<line x1="5" y1="12" x2="19" y2="12"></line>
<polyline points="12 5 19 12 12 19"></polyline>
</svg>
</template>