UNPKG

@aotearoan/neon

Version:

Neon is a lightweight design library of Vue 3 components with minimal dependencies.

20 lines (19 loc) 690 B
import n from "./NeonIcon.es.js"; import { openBlock as o, createElementBlock as r, mergeProps as i, createCommentVNode as s } from "vue"; import c from "../../../_virtual/_plugin-vue_export-helper.es.js"; const a = ["innerHTML"]; function t(e, m, d, l, p, f) { return e.icon ? (o(), r("div", i({ key: 0, class: [[ `neon-icon--name-${e.name}`, e.color ? `neon-icon--${e.color}` : "", { "neon-icon--inverse": e.inverse, "neon-icon--disabled": e.disabled } ], "neon-icon"] }, e.attrs, { innerHTML: e.icon }), null, 16, a)) : s("", !0); } const v = /* @__PURE__ */ c(n, [["render", t]]); export { v as default }; //# sourceMappingURL=NeonIcon.vue.es.js.map