forked from organicmaps/organicmaps
[styles] Add craft=handicraft icon
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
parent
6ed8b3e232
commit
e29a4b81da
4 changed files with 24 additions and 2 deletions
|
@ -2467,6 +2467,8 @@ area|z17-[craft=gardener]
|
|||
{icon-image:florist-m.svg;}
|
||||
node|z17-[craft=grinding_mill],
|
||||
{icon-image:grinding_mill-m.svg;}
|
||||
node|z17-[craft=handicraft],
|
||||
{icon-image:handicraft-m.svg;}
|
||||
node|z17-[craft=hvac],
|
||||
{icon-image:plumber-m.svg;}
|
||||
node|z17-[craft=key_cutter],
|
||||
|
|
|
@ -1231,7 +1231,7 @@ amenity-public_bookcase # icon z18- (also has captio
|
|||
amenity-toilets # icon z18- (also has caption(optional) z18-)
|
||||
craft-caterer # icon z17- (also has caption(optional) z18-)
|
||||
craft-grinding_mill # icon z17- (also has caption(optional) z18-)
|
||||
craft-handicraft # icon z18- (also has caption(optional) z18-)
|
||||
craft-handicraft # icon z17- (also has caption(optional) z18-)
|
||||
craft-hvac # icon z17- (also has caption(optional) z18-)
|
||||
craft-key_cutter # icon z17- (also has caption(optional) z18-)
|
||||
craft-locksmith # icon z17- (also has caption(optional) z18-)
|
||||
|
@ -2118,7 +2118,7 @@ amenity-parking-private # icon z18- (also has captio
|
|||
# amenity-toilets # caption(optional) z18- (also has icon z18-)
|
||||
# craft-caterer # caption(optional) z18- (also has icon z17-)
|
||||
# craft-grinding_mill # caption(optional) z18- (also has icon z17-)
|
||||
# craft-handicraft # caption(optional) z18- (also has icon z18-)
|
||||
# craft-handicraft # caption(optional) z18- (also has icon z17-)
|
||||
# craft-hvac # caption(optional) z18- (also has icon z17-)
|
||||
# craft-key_cutter # caption(optional) z18- (also has icon z17-)
|
||||
# craft-locksmith # caption(optional) z18- (also has icon z17-)
|
||||
|
|
10
data/styles/clear/style-clear/symbols/handicraft-m.svg
Normal file
10
data/styles/clear/style-clear/symbols/handicraft-m.svg
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12" cy="12" r="12" fill="#fff" opacity=".6"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#8C5F93"/>
|
||||
<g stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="m16 18.667c2.9752-7.9831-4.4623-7.0753-1.3333-13.333h-5.3333c3.129 6.258-4.3085 5.3502-1.3333 13.333z" fill="#fff" stroke="#fff" stroke-width="2.667"/>
|
||||
<path d="m6.6667 9.3333 2.6667 2.6667 2.6667-2.6667 2.6667 2.6667 2.6667-2.6667" fill="none" stroke="#8c5f93" stroke-width="1.333"/>
|
||||
<path d="m5.3333 12 4 4 2.6667-2.6667 2.6667 2.6667 4-4" fill="none" stroke="#8c5f93" stroke-width="1.333"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 696 B |
10
data/styles/clear/style-night/symbols/handicraft-m.svg
Normal file
10
data/styles/clear/style-night/symbols/handicraft-m.svg
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="12" cy="12" r="12" fill="#000" opacity=".6"/>
|
||||
<circle cx="12" cy="12" r="11" fill="#8C5F93"/>
|
||||
<g stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="m16 18.667c2.9752-7.9831-4.4623-7.0753-1.3333-13.333h-5.3333c3.129 6.258-4.3085 5.3502-1.3333 13.333z" fill="#000" stroke="#000" stroke-width="2.667"/>
|
||||
<path d="m6.6667 9.3333 2.6667 2.6667 2.6667-2.6667 2.6667 2.6667 2.6667-2.6667" fill="none" stroke="#8c5f93" stroke-width="1.333"/>
|
||||
<path d="m5.3333 12 4 4 2.6667-2.6667 2.6667 2.6667 4-4" fill="none" stroke="#8c5f93" stroke-width="1.333"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 696 B |
Loading…
Add table
Reference in a new issue