blob: f7a58358571f783b34147edd6f423158871ab019 (
plain)
1
2
3
4
5
6
|
<template>
<svg viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</template>
|