@mermaid-js/mermaid-zenuml
Version:
MermaidJS plugin for ZenUML integration
32 lines (31 loc) • 649 B
JavaScript
import { k as r, q as l, A as e } from "./zenuml-definition-fd05b1a1.js";
const n = {
xmlns: "http://www.w3.org/2000/svg",
"xml:space": "preserve",
fill: "none",
viewBox: "0 0 20 20"
}, t = /* @__PURE__ */ e("circle", {
cx: "10",
cy: "10",
r: "10",
fill: "#4f8cf7",
"fill-opacity": ".2",
class: "text-base"
}, null, -1), o = /* @__PURE__ */ e("path", {
stroke: "#4f8cf7",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "m6 10 3 3 5-5"
}, null, -1), s = [
t,
o
];
function c(i, f) {
return r(), l("svg", n, s);
}
const p = { render: c };
export {
p as default,
c as render
};