mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-07 11:38:50 +08:00
17 lines
338 B
Vue
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>
|