@mermaid-js/mermaid-zenuml
Version:
MermaidJS plugin for ZenUML integration
25 lines (24 loc) • 577 B
JavaScript
import { k as t, q as e, A as r } from "./zenuml-definition-fd05b1a1.js";
const s = {
xmlns: "http://www.w3.org/2000/svg",
width: "30",
height: "24",
class: "arrow text-skin-message-arrow"
}, n = /* @__PURE__ */ r("path", {
d: "M0 2h28v13H14",
class: "line stroke-current fill-none stroke-2"
}, null, -1), l = /* @__PURE__ */ r("path", {
d: "M18 9 8 15l10 6",
class: "head stroke-current fill-current stroke-2"
}, null, -1), o = [
n,
l
];
function a(c, h) {
return t(), e("svg", s, o);
}
const u = { render: a };
export {
u as default,
a as render
};