blob: 4637277e0489e41ec5d7fd5ef2fef9a2bf9ecec6 (
plain)
1
2
3
4
5
6
7
8
9
|
---
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>
|