feat(SW-189): added translations and some minor changes
This commit is contained in:
@@ -33,6 +33,7 @@ import {
|
||||
InfoCircleIcon,
|
||||
LocationIcon,
|
||||
LockIcon,
|
||||
MapIcon,
|
||||
MinusIcon,
|
||||
ParkingIcon,
|
||||
People2Icon,
|
||||
@@ -116,6 +117,8 @@ export function getIconByIconName(icon?: IconName): FC<IconProps> | null {
|
||||
return LocationIcon
|
||||
case IconName.Lock:
|
||||
return LockIcon
|
||||
case IconName.Map:
|
||||
return MapIcon
|
||||
case IconName.Minus:
|
||||
return MinusIcon
|
||||
case IconName.Parking:
|
||||
|
||||
Reference in New Issue
Block a user