123456789101112131415 |
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" style="fill:#888">
- <g>
- <path style="fill:none;stroke:#888" d="M 0.5,4.5 15.5,4.5 15.5,15.5 0.5,15.5 Z"></path>
- <rect width="2" height="2" x="2" y="6"></rect>
- <rect width="2" height="2" x="5" y="6"></rect>
- <rect width="2" height="2" x="8" y="6"></rect>
- <path d="m 11,6 3,0 0,5 -2,0 0,-3 -1,0 z"></path>
- <rect width="2" height="2" x="12" y="12"></rect>
- <rect width="6" height="2" x="5" y="12"></rect>
- <rect width="2" height="2" x="9" y="9"></rect>
- <rect width="2" height="2" x="6" y="9"></rect>
- <rect width="2" height="2" x="2" y="12"></rect>
- <rect width="3" height="2" x="2" y="9"></rect>
- </g>
- </svg>
|