feat(SW-1012): remove duplicate icon

This commit is contained in:
Fredrik Thorsson
2024-12-10 13:55:16 +01:00
parent 53c1588e4c
commit 9f3c5f6040
7 changed files with 9 additions and 39 deletions

View File

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