rayine-ui/docs/components/icon/TablerTerminal.vue
2024-11-20 04:39:14 +08:00

17 lines
338 B
Vue

<template>
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="m5 7l5 5l-5 5m7 2h7"
/></svg>
</template>
<script>
export default {
name: 'TablerTerminal',
}
</script>