fix(SW-360): Add eyeshow and eyehide icons

This commit is contained in:
Chuma McPhoy
2024-10-08 13:02:50 +02:00
parent 01b1d195ee
commit e84b3ca980
7 changed files with 91 additions and 12 deletions

View File

@@ -29,6 +29,8 @@ import {
DoorOpenIcon,
ElectricBikeIcon,
EmailIcon,
EyeHideIcon,
EyeShowIcon,
FitnessIcon,
GiftIcon,
GlobeIcon,
@@ -114,6 +116,10 @@ export function getIconByIconName(icon?: IconName): FC<IconProps> | null {
return ElectricBikeIcon
case IconName.Email:
return EmailIcon
case IconName.EyeHide:
return EyeHideIcon
case IconName.EyeShow:
return EyeShowIcon
case IconName.Facebook:
return FacebookIcon
case IconName.Fitness: