feat: change import

This commit is contained in:
Fredrik Thorsson
2024-06-13 13:02:24 +02:00
parent 4dc945a324
commit 680e9ec209
6 changed files with 10 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import { iconVariants } from "./variants"
import { IconProps } from "@/types/components/icon"
import type { IconProps } from "@/types/components/icon"
export default function CalendarIcon({
className,

View File

@@ -1,6 +1,6 @@
import { iconVariants } from "./variants"
import { IconProps } from "@/types/components/icon"
import type { IconProps } from "@/types/components/icon"
export default function CheckCircleIcon({
className,

View File

@@ -1,6 +1,6 @@
import { iconVariants } from "./variants"
import { IconProps } from "@/types/components/icon"
import type { IconProps } from "@/types/components/icon"
export default function ChevronDownIcon({
className,

View File

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

View File

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

View File

@@ -2,22 +2,27 @@
height: 20px;
width: 20px;
}
.black,
.black * {
fill: #000;
}
.burgundy,
.burgundy * {
fill: var(--Scandic-Brand-Burgundy);
}
.pale,
.pale * {
fill: var(--Scandic-Brand-Pale-Peach);
}
.peach80,
.peach80 * {
fill: var(--Scandic-Peach-80);
}
.plosa,
.plosa * {
fill: var(--Theme-Primary-Light-On-Surface-Accent);