@vuux/editor
Version:
Vue Nuxt 富文本编辑器
20 lines (19 loc) • 652 B
JavaScript
import { createElementBlock as e, openBlock as o, createElementVNode as r } from "vue";
import l from "../../_virtual/_plugin-vue_export-helper.mjs";
const c = {}, n = {
class: "is-icon",
xmlns: "http://www.w3.org/2000/svg",
width: "18",
height: "18",
fill: "var(--editor-text-color)",
viewBox: "0 0 24 24"
};
function s(h, t) {
return o(), e("svg", n, [...t[0] || (t[0] = [
r("path", { d: "M6 7h2l1 2.5L10 7h2l-2 5l2 5h-2l-1-2.5L8 17H6l2-5zm9 0h4v2h-4v2h2a2 2 0 0 1 2 2v2c0 1.11-.89 2-2 2h-4v-2h4v-2h-2a2 2 0 0 1-2-2V9c0-1.1.9-2 2-2" }, null, -1)
])]);
}
const m = /* @__PURE__ */ l(c, [["render", s]]);
export {
m as default
};