* OpenMapTiles style * Rename style snippets from layer_name.json to defaultstyle.json * Add README to icons dir. * Add README to icons dir. * Rename snippets to style.json * Fix spritezero - move icons to svg subdir * Move icons from style/icons/svg directly to style/icons Co-authored-by: Tomas Pohanka <TomPohys@gmail.com>
11 lines
368 B
XML
11 lines
368 B
XML
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<g clip-path="url(#clip0)">
|
|
<path d="M6 2C5 2 4 3 4 4V12H12V4C12 3 11 2 10 2H6ZM7 4H9V5H7V4ZM5 6H11V7H5V6ZM6 8H10V9H6V8ZM3 13L2 14V15H14V14L13 13H3Z" fill="#734A08"/>
|
|
</g>
|
|
<defs>
|
|
<clipPath id="clip0">
|
|
<rect width="14" height="14" fill="white"/>
|
|
</clipPath>
|
|
</defs>
|
|
</svg>
|