@mermaid-js/mermaid-zenuml
Version:
MermaidJS plugin for ZenUML integration
38 lines (36 loc) • 768 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/message-arrow.305e6afc.js
var r = {
xmlns: "http://www.w3.org/2000/svg",
width: "30",
height: "24",
class: "arrow text-skin-message-arrow"
};
var o = /* @__PURE__ */ S("path", {
d: "M0 2h28v13H14",
class: "line stroke-current fill-none stroke-2"
}, null, -1);
var n = /* @__PURE__ */ S("path", {
d: "M18 9 8 15l10 6",
class: "head stroke-current fill-current stroke-2"
}, null, -1);
var a = [
o,
n
];
function c(l, h) {
return R(), q("svg", r, a);
}
__name(c, "c");
var i = { render: c };
export {
i as default,
c as render
};