UNPKG

411 BPlain TextView Raw
1<template>
2 <svg class="verticalMiddle fillWhite marginLeft5 width30 height30" viewBox="0 0 91 58" xmlns="http://www.w3.org/2000/svg">
3 <path d="M.523 19.516L21.1 35.501 21.056 58l16.407-10.872-5.798-5.514L54.439 58 91 .571.523 19.516zm82.36-13.524L32.895 37.918 24.743 51.77l.127-17.597L82.883 5.992z" fill-rule="evenodd"/>
4 </svg>
5</template>
6
7<script>
8 export default { name: 'PlaneIcon' }
9</script>