feat: change import
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { iconVariants } from "./variants"
|
import { iconVariants } from "./variants"
|
||||||
|
|
||||||
import { IconProps } from "@/types/components/icon"
|
import type { IconProps } from "@/types/components/icon"
|
||||||
|
|
||||||
export default function CalendarIcon({
|
export default function CalendarIcon({
|
||||||
className,
|
className,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { iconVariants } from "./variants"
|
import { iconVariants } from "./variants"
|
||||||
|
|
||||||
import { IconProps } from "@/types/components/icon"
|
import type { IconProps } from "@/types/components/icon"
|
||||||
|
|
||||||
export default function CheckCircleIcon({
|
export default function CheckCircleIcon({
|
||||||
className,
|
className,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { iconVariants } from "./variants"
|
import { iconVariants } from "./variants"
|
||||||
|
|
||||||
import { IconProps } from "@/types/components/icon"
|
import type { IconProps } from "@/types/components/icon"
|
||||||
|
|
||||||
export default function ChevronDownIcon({
|
export default function ChevronDownIcon({
|
||||||
className,
|
className,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { iconVariants } from "./variants"
|
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) {
|
export default function EmailIcon({ className, color, ...props }: IconProps) {
|
||||||
const classNames = iconVariants({ className, color })
|
const classNames = iconVariants({ className, color })
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { iconVariants } from "./variants"
|
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) {
|
export default function HouseIcon({ className, color, ...props }: IconProps) {
|
||||||
const classNames = iconVariants({ className, color })
|
const classNames = iconVariants({ className, color })
|
||||||
|
|||||||
@@ -2,22 +2,27 @@
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.black,
|
.black,
|
||||||
.black * {
|
.black * {
|
||||||
fill: #000;
|
fill: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.burgundy,
|
.burgundy,
|
||||||
.burgundy * {
|
.burgundy * {
|
||||||
fill: var(--Scandic-Brand-Burgundy);
|
fill: var(--Scandic-Brand-Burgundy);
|
||||||
}
|
}
|
||||||
|
|
||||||
.pale,
|
.pale,
|
||||||
.pale * {
|
.pale * {
|
||||||
fill: var(--Scandic-Brand-Pale-Peach);
|
fill: var(--Scandic-Brand-Pale-Peach);
|
||||||
}
|
}
|
||||||
|
|
||||||
.peach80,
|
.peach80,
|
||||||
.peach80 * {
|
.peach80 * {
|
||||||
fill: var(--Scandic-Peach-80);
|
fill: var(--Scandic-Peach-80);
|
||||||
}
|
}
|
||||||
|
|
||||||
.plosa,
|
.plosa,
|
||||||
.plosa * {
|
.plosa * {
|
||||||
fill: var(--Theme-Primary-Light-On-Surface-Accent);
|
fill: var(--Theme-Primary-Light-On-Surface-Accent);
|
||||||
|
|||||||
Reference in New Issue
Block a user