joinpeertube/app/components/icons/IconRight.vue
2019-09-06 17:37:56 +02:00

16 lines
570 B
Vue

<template>
<svg width="9" height="13" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="">
<rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/>
<g class="currentLayer" style=""><title>Layer 1</title>
<g id="icone/lien" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" class="">
<polyline id="Shape" stroke="#000000" stroke-width="2" points="0,0 7,6.5 0,13 "/>
</g>
</g>
</svg>
</template>
<script>
export default {}
</script>