From df17b35a40b5e7111184fe3b4cf1f3b6366591a2 Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Thu, 17 Jun 2021 03:11:47 +0300 Subject: [PATCH] Issue #48: reuse icons. --- scheme/default.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/scheme/default.yml b/scheme/default.yml index 579a735..9666437 100644 --- a/scheme/default.yml +++ b/scheme/default.yml @@ -332,8 +332,20 @@ node_icons: shapes: [{shape: fishing_angle, color: sell_color}] - tags: {shop: alcohol} shapes: [{shape: bottle, color: sell_color}] + - tags: {shop: art} + shapes: [{shape: picture, color: sell_color}] - tags: {shop: bakery} shapes: [cupcake] + - tags: {shop: bed} + shapes: [{shape: bed, color: sell_color}] + - tags: {shop: bicycle} + shapes: [{shape: bicycle, color: sell_color}] + - tags: {shop: books} + shapes: [{shape: book, color: sell_color}] + - tags: {shop: car} + shapes: [{shape: car, color: sell_color}] + - tags: {shop: coffee} + shapes: [{shape: coffee_cup, color: sell_color}] - tags: {shop: dairy} shapes: [milk] - tags: {shop: fireplace} @@ -342,12 +354,20 @@ node_icons: shapes: [{shape: pan, color: sell_color}] - tags: {shop: massage} shapes: [massage] + - tags: {shop: pet} + shapes: [{shape: dog, color: sell_color}] + - tags: {shop: photo} + shapes: [{shape: photo_camera, color: sell_color}] + - tags: {shop: sports} + shapes: [{shape: dumbbell, color: sell_color}] - tags: {shop: milk} shapes: [milk] - tags: {building: store} shapes: [shop_convenience] - tags: {shop: ticket} shapes: [ticket] + - tags: {shop: video} + shapes: [{shape: film, color: sell_color}] - tags: {shop: watches} shapes: [{shape: watches, color: sell_color}] - tags: {craft: watchmaker}