blob: 847f4790c46e932dc711c1a30fd828e5cfbebeb3 (
plain)
1
2
3
4
5
6
7
8
9
|
---
tags: [sample, color]
version: "1.0"
---
<svg>
<path d="M16 4l3 3l-12.35 12.35a1.5 1.5 0 0 1 -3 -3l12.35 -12.35" />
<line x1="10" y1="10" x2="16" y2="10" />
<path d="M19 15l1.5 1.6a2 2 0 1 1 -3 0l1.5 -1.6" />
</svg>
|