Merged in feat/sw-3145-move-iconbyiconname-to-design-system (pull request #2589)

Move icon components to design-system

* Move icon components to design-system


Approved-by: Hrishikesh Vaipurkar
This commit is contained in:
Anton Gunnarsson
2025-08-04 11:32:00 +00:00
parent b7f2afb5e4
commit b52a3f5847
29 changed files with 374 additions and 382 deletions

View File

@@ -1,9 +1,9 @@
// import { REWARD_IDS } from "@scandic-hotels/trpc/types/rewards"
import { IconName } from "@scandic-hotels/design-system/Icons/iconName"
import { IllustrationByIconName } from "@scandic-hotels/design-system/Icons/IllustrationByIconName"
import { REWARD_IDS, type RewardId } from "@scandic-hotels/trpc/types/rewards"
import { IconName } from "@/components/Icons/iconName"
import { IllustrationByIconName } from "@/components/Icons/IllustrationByIconName"
import { isValidRewardId } from "@/utils/rewards"
import type { IconProps } from "@scandic-hotels/design-system/Icons"