blob: 17d10f218d119986451fd0f2d77d62dc5686cba0 (
plain)
1
2
3
4
5
6
7
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g transform="translate(1,1)" style="fill:#ececec;fill-opacity:1">
<rect y="17" x="3" height="2" width="16" style="stroke:none"/>
<path d="m 9 18 0 -8 4 0 0 8 z" style="stroke:none"/>
<path d="m 9 11 -6 0 8 -8 8 8 -6 0 z" style="stroke:none"/>
</g>
</svg>
|