[styles] Add shop=wholesale icon

Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
David Martinez 2023-09-18 22:28:03 +02:00 committed by Viktor Govako
parent 5da48e0fef
commit 2775657962
4 changed files with 43 additions and 2 deletions

View file

@ -1966,6 +1966,7 @@ node|z17-[shop=money_lender],
area|z17-[shop=money_lender],
node|z17-[shop=pawnbroker],
area|z17-[shop=pawnbroker],
node|z17-[shop=wholesale],
{text: name; text-color: @poi_label; text-offset: 1; font-size: 10;}
node|z14[shop=mall],
@ -2440,6 +2441,8 @@ area|z17-[shop=money_lender],
area|z17-[shop=pawnbroker],
node|z17-[shop=pawnbroker],
{icon-image: bookmaker-m.svg;icon-min-distance: 24;}
node|z17-[shop=wholesale],
{icon-image: wholesale-m.svg;icon-min-distance: 24;}
/* 6.1 Craft */

View file

@ -1222,7 +1222,7 @@ shop-tobacco # icon z18- (also has captio
shop-trade # icon z18- (also has caption(optional) z18-)
shop-travel_agency # icon z18- (also has caption(optional) z18-)
shop-watches # icon z18- (also has caption(optional) z18-)
shop-wholesale # icon z18- (also has caption(optional) z18-)
shop-wholesale # icon z17- (also has caption(optional) z17-)
=== 500
amenity-bbq # icon z18- (also has caption(optional) z18-)
@ -2110,7 +2110,7 @@ amenity-parking-private # icon z18- (also has captio
# shop-trade # caption(optional) z18- (also has icon z18-)
# shop-travel_agency # caption(optional) z18- (also has icon z18-)
# shop-watches # caption(optional) z18- (also has icon z18-)
# shop-wholesale # caption(optional) z18- (also has icon z18-)
# shop-wholesale # caption(optional) z17- (also has icon z17-)
# === -9500
# amenity-bbq # caption(optional) z18- (also has icon z18-)

View file

@ -0,0 +1,19 @@
<?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 fill="#fff" stroke-linejoin="round" stroke-width="1.333">
<g stroke="#fff">
<rect x="4.6666" y="9.9999" width="5.3333" height="4"/>
<rect x="12.667" y="9.9999" width="5.3333" height="4"/>
<rect x="8.6666" y="4.6666" width="6.6666" height="2.6666"/>
</g>
<g stroke="#8c5f93" stroke-linecap="round">
<path d="m5.9999 11.333v-2.6666"/>
<path d="m15.333 11.333v-2.6666"/>
<path d="m12.667 3.3333v1.3333"/>
</g>
</g>
<path d="m4.6666 18v-1.3333h14.667v1.3333" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.333"/>
<path d="m12 16.666v1.3333" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.333"/>
</svg>

After

Width:  |  Height:  |  Size: 937 B

View file

@ -0,0 +1,19 @@
<?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 fill="#000" stroke-linejoin="round" stroke-width="1.333">
<g stroke="#000">
<rect x="4.6666" y="9.9999" width="5.3333" height="4"/>
<rect x="12.667" y="9.9999" width="5.3333" height="4"/>
<rect x="8.6666" y="4.6666" width="6.6666" height="2.6666"/>
</g>
<g stroke="#8c5f93" stroke-linecap="round">
<path d="m5.9999 11.333v-2.6666"/>
<path d="m15.333 11.333v-2.6666"/>
<path d="m12.667 3.3333v1.3333"/>
</g>
</g>
<path d="m4.6666 18v-1.3333h14.667v1.3333" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.333"/>
<path d="m12 16.666v1.3333" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.333"/>
</svg>

After

Width:  |  Height:  |  Size: 937 B