feat: syntax change
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { iconVariants } from "./variants"
|
||||
|
||||
import { IconProps } from "@/types/components/icon"
|
||||
import type { IconProps } from "@/types/components/icon"
|
||||
|
||||
export default function PhoneIcon({ className, color, ...props }: IconProps) {
|
||||
const classNames = iconVariants({ className, color })
|
||||
|
||||
Reference in New Issue
Block a user