feat: implement logic for icons

This commit is contained in:
Fredrik Thorsson
2024-06-11 15:07:07 +02:00
parent bb22f5b292
commit df22c39909
10 changed files with 16 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import { iconVariants } from "./variants"
import type { IconProps } from "@/types/components/icon"
import { IconProps } from "@/types/components/icon"
export default function HouseIcon({ className, color, ...props }: IconProps) {
const classNames = iconVariants({ className, color })