@mermaid-js/mermaid-zenuml
Version:
MermaidJS plugin for ZenUML integration
19 lines (18 loc) • 444 B
JavaScript
import { k as r, q as n, A as o } from "./zenuml-definition-fd05b1a1.js";
const e = {
xmlns: "http://www.w3.org/2000/svg",
fill: "none",
stroke: "currentColor",
"stroke-linecap": "round",
viewBox: "0 0 24 24"
}, t = /* @__PURE__ */ o("path", { d: "m14 10 7-7M20 10h-6V4M3 21l7-7M4 14h6v6" }, null, -1), l = [
t
];
function s(a, c) {
return r(), n("svg", e, l);
}
const d = { render: s };
export {
d as default,
s as render
};