feat(SW-214): Implement usp component
This commit is contained in:
@@ -49,6 +49,7 @@ import {
|
||||
SearchIcon,
|
||||
ServiceIcon,
|
||||
ShoppingIcon,
|
||||
SnowflakeIcon,
|
||||
StarFilledIcon,
|
||||
TrainIcon,
|
||||
TshirtWashIcon,
|
||||
@@ -154,6 +155,8 @@ export function getIconByIconName(icon?: IconName): FC<IconProps> | null {
|
||||
return ServiceIcon
|
||||
case IconName.Shopping:
|
||||
return ShoppingIcon
|
||||
case IconName.Snowflake:
|
||||
return SnowflakeIcon
|
||||
case IconName.StarFilled:
|
||||
return StarFilledIcon
|
||||
case IconName.Train:
|
||||
|
||||
Reference in New Issue
Block a user