From 20ab41c3b4803611799e41a2655bcca1f9923546 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Mon, 10 Nov 2025 16:23:35 +0100 Subject: [PATCH] update lucid icon name --- website/src/lib/assets/symbols.ts | 8 ++++---- website/src/lib/docs/en/toolbar/routing.mdx | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/src/lib/assets/symbols.ts b/website/src/lib/assets/symbols.ts index f226ee955..8e9abfbe2 100644 --- a/website/src/lib/assets/symbols.ts +++ b/website/src/lib/assets/symbols.ts @@ -12,7 +12,7 @@ import { DoorOpen, Trees, Fuel, - Home, + House, Info, TreeDeciduous, CircleParking, @@ -44,7 +44,7 @@ import { DoorOpen as DoorOpenSvg, Trees as TreesSvg, Fuel as FuelSvg, - Home as HomeSvg, + House as HouseSvg, Info as InfoSvg, TreeDeciduous as TreeDeciduousSvg, CircleParking as CircleParkingSvg, @@ -95,7 +95,7 @@ export const symbols: { [key: string]: Symbol } = { }, drinking_water: { value: 'Drinking Water', icon: Droplet, iconSvg: DropletSvg }, exit: { value: 'Exit', icon: DoorOpen, iconSvg: DoorOpenSvg }, - lodge: { value: 'Lodge', icon: Home, iconSvg: HomeSvg }, + lodge: { value: 'Lodge', icon: House, iconSvg: HouseSvg }, lodging: { value: 'Lodging', icon: Bed, iconSvg: BedSvg }, forest: { value: 'Forest', icon: Trees, iconSvg: TreesSvg }, gas_station: { value: 'Gas Station', icon: Fuel, iconSvg: FuelSvg }, @@ -105,7 +105,7 @@ export const symbols: { [key: string]: Symbol } = { iconSvg: TrainFrontSvg, }, hotel: { value: 'Hotel', icon: Bed, iconSvg: BedSvg }, - house: { value: 'House', icon: Home, iconSvg: HomeSvg }, + house: { value: 'House', icon: House, iconSvg: HouseSvg }, information: { value: 'Information', icon: Info, iconSvg: InfoSvg }, park: { value: 'Park', icon: TreeDeciduous, iconSvg: TreeDeciduousSvg }, parking_area: { value: 'Parking Area', icon: CircleParking, iconSvg: CircleParkingSvg }, diff --git a/website/src/lib/docs/en/toolbar/routing.mdx b/website/src/lib/docs/en/toolbar/routing.mdx index 7e15a8fef..7d4f164b5 100644 --- a/website/src/lib/docs/en/toolbar/routing.mdx +++ b/website/src/lib/docs/en/toolbar/routing.mdx @@ -3,7 +3,7 @@ title: Route planning and editing ---