forked from organicmaps/organicmaps-tmp
[styles] add entrance icon
Signed-off-by: Harry Bond <endim8@pm.me>
This commit is contained in:
parent
8698ba8918
commit
516255a1fc
2 changed files with 8 additions and 12 deletions
|
@ -1,6 +1,4 @@
|
|||
<svg viewBox="0 0 7 7" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<circle cx="3.5" cy="3.5" r="3.5"/>
|
||||
<circle cx="3.5" cy="3.5" r="2.5" fill="#717065"/>
|
||||
</g>
|
||||
</svg>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="entrance-s" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15" fill="#717065">
|
||||
<path d="M6.554,9.639a.5.5,0,0,0,.707.707L9.928,7.669a.25.25,0,0,0,0-.354h0L7.261,4.639a.5.5,0,0,0-.707.707L8.2,7H1.5a.5.5,0,0,0,0,1H8.2ZM12,1H5.5a.5.5,0,0,0,0,1h6a.5.5,0,0,1,.5.5v10a.5.5,0,0,1-.5.5H5.25a.5.5,0,0,0,0,1H12a1,1,0,0,0,1-1V2A1,1,0,0,0,12,1Z"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 200 B After Width: | Height: | Size: 396 B |
|
@ -1,6 +1,4 @@
|
|||
<svg viewBox="0 0 7 7" xmlns="http://www.w3.org/2000/svg">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<circle cx="3.5" cy="3.5" r="3.5"/>
|
||||
<circle cx="3.5" cy="3.5" r="2.5" fill="#FFF" opacity=".6"/>
|
||||
</g>
|
||||
</svg>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="entrance-s" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15" fill="#FFF" opacity=".6">
|
||||
<path d="M6.554,9.639a.5.5,0,0,0,.707.707L9.928,7.669a.25.25,0,0,0,0-.354h0L7.261,4.639a.5.5,0,0,0-.707.707L8.2,7H1.5a.5.5,0,0,0,0,1H8.2ZM12,1H5.5a.5.5,0,0,0,0,1h6a.5.5,0,0,1,.5.5v10a.5.5,0,0,1-.5.5H5.25a.5.5,0,0,0,0,1H12a1,1,0,0,0,1-1V2A1,1,0,0,0,12,1Z"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 406 B |
Loading…
Add table
Reference in a new issue