Browse Source

Merge pull request #31 from wopfel/add-shop-symbols

Added signs for bicycle/fishing/electronics shop
places
Stephan Bösch-Plepelits 5 years ago
committed by GitHub
parent
commit
4d17c85397
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 30
      shop.json

30
shop.json

@ -61,6 +61,12 @@
], ],
"sign": "fa-birthday-cake" "sign": "fa-birthday-cake"
}, },
{
"types": [
"bicycle"
],
"sign": "🚲"
},
{ {
"types": [ "types": [
"boutique", "boutique",
@ -107,6 +113,24 @@
], ],
"sign": "fa-building" "sign": "fa-building"
}, },
{
"types": [
"electronics"
],
"sign": "📺"
},
{
"types": [
"fishing"
],
"sign": "🎣"
},
{
"types": [
"florist"
],
"sign": "🌷"
},
{ {
"types": [ "types": [
"hairdresser" "hairdresser"
@ -137,6 +161,12 @@
], ],
"sign": "👟" "sign": "👟"
}, },
{
"types": [
"travel_agency"
],
"sign": "🧳"
},
{ {
"types": [ "types": [
"supermarket" "supermarket"

Loading…
Cancel
Save