@vuux/editor
Version:
Vue Nuxt 富文本编辑器
24 lines (23 loc) • 816 B
JavaScript
import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
import c from "../../_virtual/_plugin-vue_export-helper.mjs";
const l = {}, n = {
class: "is-icon",
xmlns: "http://www.w3.org/2000/svg",
width: "17",
height: "17",
fill: "var(--editor-text-color)",
viewBox: "0 0 24 24"
};
function a(i, e) {
return o(), t("svg", n, [...e[0] || (e[0] = [
r("path", {
"fill-rule": "evenodd",
d: "M2 5c0-.6.4-1 1-1h11c.6 0 1 .4 1 1v1.2a1 1 0 1 1-2 0V6H9v12h2a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h2V6H4v.2a1 1 0 1 1-2 0zm10 6c0-.6.4-1 1-1h8c.6 0 1 .4 1 1v1.2a1 1 0 1 1-2 0V12h-2v6h.5a1 1 0 1 1 0 2h-3a1 1 0 1 1 0-2h.5v-6h-2v.2a1 1 0 1 1-2 0z",
"clip-rule": "evenodd"
}, null, -1)
])]);
}
const v = /* @__PURE__ */ c(l, [["render", a]]);
export {
v as default
};