@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: "17",
height: "17",
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: "M8 12C8 11.4477 8.44772 11 9 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H9C8.44772 13 8 12.5523 8 12Z"
}, null, -1),
e("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
d: "M6 18C6 17.4477 6.44772 17 7 17H21C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H7C6.44772 19 6 18.5523 6 18Z"
}, null, -1)
])]);
}
const u = /* @__PURE__ */ r(n, [["render", i]]);
export {
u as default
};