UNPKG

@aotearoan/neon

Version:

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

48 lines (47 loc) 1.34 kB
import o from "./NeonExpansionIndicator.es.js"; import { openBlock as i, createElementBlock as s, normalizeClass as a, createElementVNode as e } from "vue"; import r from "../../../_virtual/_plugin-vue_export-helper.es.js"; const t = /* @__PURE__ */ e("svg", { width: "16", height: "16", viewbox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid" }, [ /* @__PURE__ */ e("g", { class: "neon-expansion-indicator__container" }, [ /* @__PURE__ */ e("line", { class: "neon-svg--stroke neon-expansion-indicator__line1", x1: "2", y1: "8", x2: "8", y2: "8" }), /* @__PURE__ */ e("line", { class: "neon-svg--stroke neon-expansion-indicator__line2", x1: "14", y1: "8", x2: "8", y2: "8" }) ]) ], -1), d = [ t ]; function c(n, p, l, x, _, m) { return i(), s("div", { class: a(["neon-expansion-indicator", [ { "neon-expansion-indicator--expanded": n.expanded, "neon-expansion-indicator--inverse": n.inverse, "neon-expansion-indicator--disabled": n.disabled }, `neon-expansion-indicator--${n.color}` ]]), role: "presentation" }, d, 2); } const h = /* @__PURE__ */ r(o, [["render", c]]); export { h as default }; //# sourceMappingURL=NeonExpansionIndicator.vue.es.js.map