@vuux/editor
Version:
Vue Nuxt 富文本编辑器
20 lines (19 loc) • 674 B
JavaScript
import { createElementBlock as e, openBlock as o, createElementVNode as r } from "vue";
import n from "../../_virtual/_plugin-vue_export-helper.mjs";
const s = {}, c = {
class: "is-icon",
xmlns: "http://www.w3.org/2000/svg",
width: "19",
height: "19",
fill: "var(--editor-text-color)",
viewBox: "0 0 24 24"
};
function l(i, t) {
return o(), e("svg", c, [...t[0] || (t[0] = [
r("path", { d: "M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm6-6H5v4h6zm2 0v4h6v-4zm-2-2V9H5v4zm2 0h6V9h-6zM5 7h14V5H5z" }, null, -1)
])]);
}
const v = /* @__PURE__ */ n(s, [["render", l]]);
export {
v as default
};