UNPKG

@mermaid-js/mermaid-zenuml

Version:

MermaidJS plugin for ZenUML integration

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