17 lines
921 B
XML
17 lines
921 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16" shape-rendering="crispEdges">
|
||
|
|
<!-- Top arrow: left to right -->
|
||
|
|
<rect x="2" y="3" width="9" height="2" fill="#ffe08a" />
|
||
|
|
<rect x="9" y="2" width="2" height="1" fill="#ffe08a" />
|
||
|
|
<rect x="10" y="2" width="2" height="1" fill="#ffe08a" />
|
||
|
|
<rect x="11" y="3" width="2" height="2" fill="#ffe08a" />
|
||
|
|
<rect x="10" y="5" width="2" height="1" fill="#ffe08a" />
|
||
|
|
<rect x="9" y="5" width="2" height="1" fill="#ffe08a" />
|
||
|
|
<!-- Bottom arrow: right to left -->
|
||
|
|
<rect x="5" y="10" width="9" height="2" fill="#7bd4a8" />
|
||
|
|
<rect x="5" y="10" width="2" height="1" fill="#7bd4a8" />
|
||
|
|
<rect x="4" y="10" width="2" height="1" fill="#7bd4a8" />
|
||
|
|
<rect x="2" y="10" width="2" height="2" fill="#7bd4a8" />
|
||
|
|
<rect x="4" y="12" width="2" height="1" fill="#7bd4a8" />
|
||
|
|
<rect x="5" y="12" width="2" height="1" fill="#7bd4a8" />
|
||
|
|
</svg>
|