blob: 745ee70620cef2eccbf746e3532a89dac29bf5c5 (
plain)
1
2
3
4
5
6
7
8
|
---
---
<svg>
<path d="M5 14h9m4 0h1v-9h-10m-4 0v16" />
<path d="M3 3l18 18" />
<path stroke="red" stroke-width=".1" d="M5 1l18 18" />
<path stroke="red" stroke-width=".1" d="M3 3l18 18" />
</svg>
|