blob: a03056debe360c45f5743e0712ac7f6292083419 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
category: Text
tags: [brackets, source, programming, command]
version: 1.0
---
<svg>
<polyline points="7 8 3 12 7 16" />
<polyline points="17 8 21 12 17 16" />
<line x1="14" y1="4" x2="10" y2="20" />
</svg>
|