[styles] add community-centre icon

Signed-off-by: Harry Bond <endim8@pm.me>
This commit is contained in:
Harry Bond 2023-06-19 12:22:29 +01:00 committed by Viktor Govako
parent 371aa4795b
commit 6067d19922
3 changed files with 12 additions and 8 deletions

View file

@ -1184,17 +1184,11 @@ node|z17-[tourism=attraction][attraction=animal],
area|z17-[tourism=attraction][attraction=animal]
{icon-image: zoo-m.svg;icon-min-distance: 24;}
node|z14[amenity=community_centre],
area|z14[amenity=community_centre]
{icon-image: tourism-s.svg;icon-min-distance: 8;}
node|z15[amenity=community_centre],
area|z15[amenity=community_centre]
{icon-image: tourism-m.svg;icon-min-distance: 24;}
node|z16-[amenity=community_centre],
area|z16-[amenity=community_centre]
{icon-image: tourism-m.svg;icon-min-distance: 16;}
{icon-image: community-m.svg;icon-min-distance: 24;}
/* 4.2 Apartament */
/* 4.2 Apartment */
node|z16-[tourism=hotel],
node|z16-[tourism=hostel],

View file

@ -0,0 +1,5 @@
<svg viewBox="0 0 24 24" xml:space="preserve" 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="#7F5933"/>
<path d="M8.7 5.4c-.896 0-1.62.74-1.62 1.65S7.804 8.7 8.7 8.7c.894 0 1.62-.738 1.62-1.65S9.594 5.4 8.7 5.4zm6.6 0c-.894 0-1.62.74-1.62 1.65s.726 1.65 1.62 1.65c.896 0 1.62-.738 1.62-1.65S16.196 5.4 15.3 5.4zm-11 4.4v1.1h3.3v3.3l-2.2 4.4h1.1l2.2-4.4 2.2 4.4H12l-2.2-4.4v-3.3h4.4v3.3L12 18.6h1.1l2.2-4.4 2.2 4.4h1.1l-2.2-4.4v-3.3h3.3V9.8H4.3z" fill="#fff" fill-rule="evenodd"/>
</svg>

After

Width:  |  Height:  |  Size: 577 B

View file

@ -0,0 +1,5 @@
<svg viewBox="0 0 24 24" xml:space="preserve" 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="#7F5933"/>
<path d="M8.7 5.4c-.896 0-1.62.74-1.62 1.65S7.804 8.7 8.7 8.7c.894 0 1.62-.738 1.62-1.65S9.594 5.4 8.7 5.4zm6.6 0c-.894 0-1.62.74-1.62 1.65s.726 1.65 1.62 1.65c.896 0 1.62-.738 1.62-1.65S16.196 5.4 15.3 5.4zm-11 4.4v1.1h3.3v3.3l-2.2 4.4h1.1l2.2-4.4 2.2 4.4H12l-2.2-4.4v-3.3h4.4v3.3L12 18.6h1.1l2.2-4.4 2.2 4.4h1.1l-2.2-4.4v-3.3h3.3V9.8H4.3z" fill="#000" fill-rule="evenodd"/>
</svg>

After

Width:  |  Height:  |  Size: 577 B