dk-plus
Version:
18 lines (17 loc) • 387 B
JavaScript
import { defineComponent as e } from "vue";
import { iconProps as s } from "./index2.js";
import { getStyleList as r } from "../../_hooks/public/get-StyleList/index.js";
import "../../_icon/index.js";
const f = e({
name: "DkIcon",
props: s,
setup(o) {
const { styles: t } = r(o, "icon");
return {
style: t(["size", "color"])
};
}
});
export {
f as default
};