Issue #48: add icon for shop=butcher.

This commit is contained in:
Sergey Vartanov 2021-07-19 00:50:29 +03:00
parent 71ad1d563d
commit 7062b39535
4 changed files with 12 additions and 8 deletions

View file

@ -363,6 +363,8 @@ node_icons:
shapes: [{shape: bicycle, color: sell_color}]
- tags: {shop: books}
shapes: [{shape: book, color: sell_color}]
- tags: {shop: butcher}
shapes: [knives]
- tags: {shop: car}
shapes: [{shape: car, color: sell_color}]
- tags: {shop: coffee}