blob: 9f05af155df5729ef5b9e1753cc7b15a59e1abdc (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="40" xmlns="http://www.w3.org/2000/svg" version="1.1" height="40">
<g id="layer1" stroke="#000" stroke-width="2px">
<path stroke-linejoin="round" d="M2,30h20" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M18,10h20" stroke-linecap="round" fill="none"/>
<rect fill-opacity="0.1" height="20" width="10" y="10" x="15" fill="#000"/>
</g>
</svg>
|