@vuux/editor
Version:
Vue Nuxt 富文本编辑器
20 lines (19 loc) • 588 B
JavaScript
import { createElementBlock as t, openBlock as o, createElementVNode as l } from "vue";
import r from "../../_virtual/_plugin-vue_export-helper.mjs";
const n = {}, s = {
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 c(i, e) {
return o(), t("svg", s, [...e[0] || (e[0] = [
l("path", { d: "m14.6 16.6l4.6-4.6l-4.6-4.6L16 6l6 6l-6 6zm-5.2 0L4.8 12l4.6-4.6L8 6l-6 6l6 6z" }, null, -1)
])]);
}
const f = /* @__PURE__ */ r(n, [["render", c]]);
export {
f as default
};