blob: e578ea606ac7df1ae9c7b76304569beb75f262bc (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="utf-8"?>
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<rect width="12" height="16" fill="#DEDDDA" x="2"/>
<rect width="8" height="3" fill="#6FB182" x="4" y="2"/>
<path d="M4 7L12 7M4 10L9 10M4 13L9 13" fill="none" stroke="#5E5C64" stroke-width="2" stroke-dasharray="2 1"/>
<rect width="2" height="5" fill="#4B8501" x="10" y="9"/>
</svg>
|