|
@@ -1,8 +1,10 @@
|
|
export enum Iconfont {
|
|
export enum Iconfont {
|
|
Check = "svg-icon-check",
|
|
Check = "svg-icon-check",
|
|
- Close = "svg-icon-close"
|
|
|
|
|
|
+ Close = "svg-icon-close",
|
|
|
|
+ Home = "svg-icon-home",
|
|
|
|
+ Outdoor = "svg-icon-outdoor"
|
|
}
|
|
}
|
|
|
|
|
|
-export type IconfontClassname = "svg-icon-check" | "svg-icon-close"
|
|
|
|
-export type IconfontIcon = "check" | "close"
|
|
|
|
|
|
+export type IconfontClassname = "svg-icon-check" | "svg-icon-close" | "svg-icon-home" | "svg-icon-outdoor"
|
|
|
|
+export type IconfontIcon = "check" | "close" | "home" | "outdoor"
|
|
export const IconfontPrefix = "svg-icon-"
|
|
export const IconfontPrefix = "svg-icon-"
|