@vuux/editor
Version:
Vue Nuxt 富文本编辑器
34 lines (33 loc) • 1.14 kB
JavaScript
import { createElementBlock as o, openBlock as t, createElementVNode as e } from "vue";
import r from "../../_virtual/_plugin-vue_export-helper.mjs";
const n = {}, d = {
class: "is-icon",
width: "18",
height: "18",
fill: "var(--editor-text-color)",
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg"
};
function i(c, l) {
return t(), o("svg", d, [...l[0] || (l[0] = [
e("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
d: "M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z"
}, null, -1),
e("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
d: "M2 12C2 11.4477 2.44772 11 3 11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H3C2.44772 13 2 12.5523 2 12Z"
}, null, -1),
e("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
d: "M2 18C2 17.4477 2.44772 17 3 17H17C17.5523 17 18 17.4477 18 18C18 18.5523 17.5523 19 17 19H3C2.44772 19 2 18.5523 2 18Z"
}, null, -1)
])]);
}
const p = /* @__PURE__ */ r(n, [["render", i]]);
export {
p as default
};