@vuux/editor
Version:
Vue Nuxt 富文本编辑器
26 lines (25 loc) • 698 B
JavaScript
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
import n from "../../_virtual/_plugin-vue_export-helper.mjs";
const l = {}, s = {
xmlns: "http://www.w3.org/2000/svg",
width: "18",
height: "18",
viewBox: "0 0 24 24"
};
function i(c, e) {
return o(), t("svg", s, [...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: "M10 5h11m-11 7h11m-11 7h11M3 10l3-3l-3-3m0 16l3-3l-3-3"
}, null, -1)
])]);
}
const a = /* @__PURE__ */ n(l, [["render", i]]);
export {
a as default
};