dk-plus
Version:
18 lines (17 loc) • 539 B
JavaScript
import r from "./index3.js";
import { openBlock as o, createElementBlock as t, normalizeStyle as n, createBlock as l, resolveDynamicComponent as c, renderSlot as i } from "vue";
import s from "../../_virtual/index.js";
function m(e, a, p, d, f, k) {
return o(), t("i", {
class: "dk-icon",
role: "img",
"text-indent": "middle",
style: n(e.style)
}, [
e.icon ? (o(), l(c(e.icon), { key: 0 })) : i(e.$slots, "default", { key: 1 })
], 4);
}
const _ = /* @__PURE__ */ s(r, [["render", m]]);
export {
_ as default
};