mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-10 20:18:50 +08:00
10 lines
316 B
Vue
10 lines
316 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"></path></svg>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'TablerTerminal'
|
|
}
|
|
</script> |