blob: e48ebf3b61212e9bbdb3d68fabe286b6cd1189ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
tags: [text, return, default]
category: Text
version: "1.7"
---
<svg>
<path d="M17 15l4 4m0 -4l-4 4" />
<path d="M7 6v-1h11v1" />
<line x1="7" y1="19" x2="11" y2="19" />
<line x1="13" y1="5" x2="9" y2="19" />
</svg>
|