campingmontagut/revert/available_icons.sql
jordi fita mas b67aae0936 Replace campfire icon with a better one, and add barbecue
We were using what was very clearly a campfire as the icon for the
barbecue service, when we first replaced it with a Font Awesome icon
we chose an icon that was neither campfire nor barbecue (flame-curved),
but now Oriol wanted one that left no doubt it was a barbecue.

Instead of replacing the campfire SVG with that of the barbecue, i have
chosen a campfire image from Font Awesome for our icon, and added a
separate icon for that service.
2024-01-24 11:21:08 +01:00

10 lines
171 B
PL/PgSQL

-- Deploy camper:available_icons to pg
-- requires: schema_camper
-- requires: icon
begin;
-- Nothing; leave it to the available_icons@v1 to delete all of them
commit;