feat(SW-644): add book parking button

This commit is contained in:
Fredrik Thorsson
2024-12-03 15:33:37 +01:00
parent 015d251bb6
commit 50611d1be2
15 changed files with 89 additions and 8 deletions

View File

@@ -36,6 +36,7 @@ import {
ElectricBikeIcon,
ElectricCarIcon,
EmailIcon,
ExternalLinkIcon,
EyeHideIcon,
EyeShowIcon,
FacebookIcon,
@@ -176,6 +177,8 @@ export function getIconByIconName(
return ElectricCarIcon
case IconName.Email:
return EmailIcon
case IconName.ExternalLink:
return ExternalLinkIcon
case IconName.EyeHide:
return EyeHideIcon
case IconName.EyeShow: