@vuux/editor
Version:
Vue Nuxt 富文本编辑器
26 lines (25 loc) • 652 B
JavaScript
import { createElementBlock as o, openBlock as t, createElementVNode as r } from "vue";
import n from "../../_virtual/_plugin-vue_export-helper.mjs";
const s = {}, i = {
xmlns: "http://www.w3.org/2000/svg",
width: "17",
height: "17",
viewBox: "0 0 24 24"
};
function c(l, e) {
return t(), o("svg", i, [...e[0] || (e[0] = [
r("path", {
fill: "none",
class: "is-icon",
stroke: "var(--editor-text-color)",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "2",
d: "M5 12h14"
}, null, -1)
])]);
}
const f = /* @__PURE__ */ n(s, [["render", c]]);
export {
f as default
};