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:
@@ -1,4 +1,4 @@
|
||||
import type { IconName } from "@/components/Icons/iconName"
|
||||
import type { IconName } from "@scandic-hotels/design-system/Icons/iconName"
|
||||
|
||||
export type SocialIconsProps = {
|
||||
iconName: IconName
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import type { IconName } from "@scandic-hotels/design-system/Icons/iconName"
|
||||
import type { LinkProps } from "next/link"
|
||||
|
||||
import type { IconName } from "@/components/Icons/iconName"
|
||||
|
||||
export interface HeaderLinkProps extends React.PropsWithChildren {
|
||||
href: LinkProps["href"]
|
||||
iconName: IconName | null
|
||||
|
||||
Reference in New Issue
Block a user