@vuux/editor
Version:
Vue Nuxt 富文本编辑器
27 lines (26 loc) • 966 B
JavaScript
import { createElementBlock as e, openBlock as r, createElementVNode as o } from "vue";
import s from "../../_virtual/_plugin-vue_export-helper.mjs";
const l = {}, c = {
xmlns: "http://www.w3.org/2000/svg",
width: "17",
height: "18",
viewBox: "0 0 512 512"
};
function i(n, t) {
return r(), e("svg", c, [...t[0] || (t[0] = [
o("path", {
class: "is-icon",
d: "M256 90c44.3 0 86 17.3 117.4 48.6C404.7 170 422 211.7 422 256s-17.3 86-48.6 117.4C342 404.7 300.3 422 256 422s-86-17.3-117.4-48.6C107.3 342 90 300.3 90 256s17.3-86 48.6-117.4C170 107.3 211.7 90 256 90m0-42C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z",
fill: "var(--editor-text-color)"
}, null, -1),
o("path", {
class: "is-icon",
d: "M277 360h-42V235h42v125zm0-166h-42v-42h42v42z",
fill: "var(--editor-text-color)"
}, null, -1)
])]);
}
const h = /* @__PURE__ */ s(l, [["render", i]]);
export {
h as default
};