blob: 1cf176ec7f815829c148902bdb152a69caa5d3fd (
plain)
1
2
3
4
5
6
7
8
9
|
---
category: Buildings
---
<svg>
<path d="M12 3l2 3l2 15h-8l2 -15z" />
<line x1="8" y1="9" x2="16" y2="9" />
<path d="M3 11l2 -2l-2 -2" />
<path d="M21 11l-2 -2l2 -2" />
</svg>
|