[styles] Add a grey man_made=cross icon

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin 2025-01-29 18:04:02 +03:00
parent 72536b7c98
commit 042e8ce025
5 changed files with 11 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18" height="18" version="1.1" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
<path d="m9.8332 7.7888v6.4612h-1.6665v-6.4612h-2.9168v-1.6156h2.9168v-2.4231h1.6665v2.4231h2.9168v1.6156z" fill="#717065" opacity=".6"/>
<path d="m9.8332 7.7888v6.4612h-1.6665v-6.4612h-2.9168v-1.6156h2.9168v-2.4231h1.6665v2.4231h2.9168v1.6156z" fill="#777777" opacity=".6"/>
</svg>

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 283 B

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18" height="18" version="1.1" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
<path d="m9.8332 7.7888v6.4612h-1.6665v-6.4612h-2.9168v-1.6156h2.9168v-2.4231h1.6665v2.4231h2.9168v1.6156z" fill="#717065" opacity=".6"/>
</svg>

After

Width:  |  Height:  |  Size: 283 B

View file

@ -673,6 +673,7 @@ node|z16-[historic=pillory],
area|z16-[historic=pillory],
{icon-image: monument-m.svg;font-size: 11;icon-min-distance: 8;}
node|z16-[historic=wayside_cross],
{icon-image: wayside_cross-m.svg; font-size: 11;}
node|z16-[man_made=cross],
{icon-image: cross-m.svg; font-size: 11;}
node|z15-[historic=ship],

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18" height="18" version="1.1" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
<path d="m9.8332 7.7888v6.4612h-1.6665v-6.4612h-2.9168v-1.6156h2.9168v-2.4231h1.6665v2.4231h2.9168v1.6156z" fill="#7f5933"/>
<path d="m9.8332 7.7888v6.4612h-1.6665v-6.4612h-2.9168v-1.6156h2.9168v-2.4231h1.6665v2.4231h2.9168v1.6156z" fill="#717065"/>
</svg>

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 270 B

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="18" height="18" version="1.1" viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
<path d="m9.8332 7.7888v6.4612h-1.6665v-6.4612h-2.9168v-1.6156h2.9168v-2.4231h1.6665v2.4231h2.9168v1.6156z" fill="#7f5933"/>
</svg>

After

Width:  |  Height:  |  Size: 270 B