update
This commit is contained in:
@@ -13,6 +13,7 @@ import Floppy from "@/assets/svgs/floppy2-fill.svg";
|
||||
import Delete from "@/assets/svgs/delete.svg";
|
||||
import Eye from "@/assets/svgs/eye.svg";
|
||||
import EyeOff from "@/assets/svgs/eye-off.svg";
|
||||
import PaintBucket from '@/assets/svgs/paint-bucket.svg';
|
||||
|
||||
export const IconUrlMap = {
|
||||
arrowClockwise: ArrowClockwise,
|
||||
@@ -30,6 +31,7 @@ export const IconUrlMap = {
|
||||
delete: Delete,
|
||||
eye: Eye,
|
||||
eyeOff: EyeOff,
|
||||
paintBucket: PaintBucket,
|
||||
} as const;
|
||||
|
||||
export type IconName = keyof typeof IconUrlMap;
|
||||
|
||||
Reference in New Issue
Block a user