blob: 8fa74e6f86b479123e6ea12cd207675cfb212a76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
>
<path
d="M 7 12 L 17 12"
stroke="black"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|