@mermaid-js/mermaid-zenuml
Version:
MermaidJS plugin for ZenUML integration
44 lines (42 loc) • 880 B
JavaScript
import {
R,
S,
q
} from "./chunk-EQXVLZUD.mjs";
import {
__name
} from "./chunk-FRNSN3NF.mjs";
// ../../node_modules/.pnpm/@zenuml+core@3.17.2_ts-node@10.9.2_typescript@5.3.3/node_modules/@zenuml/core/dist/collapse-unexpanded.f930b5bd.js
var n = {
xmlns: "http://www.w3.org/2000/svg",
fill: "currentColor",
viewBox: "0 0 24 24"
};
var r = /* @__PURE__ */ S("g", {
fill: "none",
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}, [
/* @__PURE__ */ S("path", {
d: "M3 17.3V21h3.7",
"data-name": "Right"
}),
/* @__PURE__ */ S("path", { d: "m10 14-6.2 6.2M14 10l6.2-6.2" }),
/* @__PURE__ */ S("path", {
d: "M21 6.7V3h-3.7",
"data-name": "Right"
})
], -1);
var a = [
r
];
function s(c, d) {
return R(), q("svg", n, a);
}
__name(s, "s");
var i = { render: s };
export {
i as default,
s as render
};