diff --git a/data/presets/presets/amenity/fast_food/_ice_cream.json b/data/presets/presets/amenity/fast_food/_ice_cream.json new file mode 100644 index 000000000..14560acfc --- /dev/null +++ b/data/presets/presets/amenity/fast_food/_ice_cream.json @@ -0,0 +1,17 @@ +{ + "icon": "fas-ice-cream", + "geometry": [ + "point", + "area" + ], + "tags": { + "amenity": "fast_food", + "cuisine": "ice_cream" + }, + "reference": { + "key": "cuisine", + "value": "ice_cream" + }, + "name": "Ice Cream Fast Food", + "searchable": false +} diff --git a/data/presets/presets/amenity/ice_cream.json b/data/presets/presets/amenity/ice_cream.json index 1abf5c6b3..a78ac05e4 100644 --- a/data/presets/presets/amenity/ice_cream.json +++ b/data/presets/presets/amenity/ice_cream.json @@ -1,5 +1,5 @@ { - "icon": "maki-ice-cream", + "icon": "fas-ice-cream", "fields": [ "name", "address", diff --git a/svg/fontawesome/fas-ice-cream.svg b/svg/fontawesome/fas-ice-cream.svg new file mode 100644 index 000000000..828fee9f9 --- /dev/null +++ b/svg/fontawesome/fas-ice-cream.svg @@ -0,0 +1 @@ + \ No newline at end of file