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