feat(SW-644): add book parking button
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user