blob: b94b689ed797a4a2589c52c1188a4ed1eba4714f (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
tags: [corner, bottom, point]
category: Arrows
version: "1.0"
unicode: "ea15"
---
<svg>
<line x1="7" y1="7" x2="17" y2="17" />
<polyline points="17 8 17 17 8 17" />
</svg>
|