add missing svg symbol
This commit is contained in:
parent
bcb4c7b348
commit
b0307c9527
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export const symbols: { [key: string]: Symbol } = {
|
|||
restricted_area: { value: 'Restricted Area', icon: Construction, iconSvg: ConstructionSvg },
|
||||
restroom: { value: 'Restroom' },
|
||||
road: { value: 'Road', icon: BrickWall, iconSvg: BrickWallSvg },
|
||||
scenic_area: { value: 'Scenic Area', icon: Eye },
|
||||
scenic_area: { value: 'Scenic Area', icon: Eye, iconSvg: EyeSvg },
|
||||
shopping_center: { value: 'Shopping Center', icon: ShoppingBasket },
|
||||
shower: { value: 'Shower', icon: ShowerHead, iconSvg: ShowerHeadSvg },
|
||||
summit: { value: 'Summit', icon: Mountain, iconSvg: MountainSvg },
|
||||
|
|
Loading…
Reference in a new issue