blob: 4059ec85a110f8d4edd1fdf8918647eb3454a9f8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
tags: [direction, east]
category: Arrows
version: "1.35"
---
<svg>
<path d="M18 15l3 -3l-3 -3" />
<path d="M3 15l3 -3l-3 -3" />
<line x1="6" y1="12" x2="21" y2="12" />
</svg>
|