feat: change import
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 CalendarIcon({
|
||||
className,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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 })
|
||||
|
||||
@@ -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 })
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user