@vuux/editor
Version:
Vue Nuxt 富文本编辑器
20 lines (19 loc) • 969 B
JavaScript
import { createElementBlock as e, openBlock as o, createElementVNode as c } from "vue";
import r from "../../_virtual/_plugin-vue_export-helper.mjs";
const l = {}, n = {
class: "is-icon",
xmlns: "http://www.w3.org/2000/svg",
width: "16",
height: "16",
fill: "var(--editor-text-color)",
viewBox: "0 0 24 23"
};
function s(i, t) {
return o(), e("svg", n, [...t[0] || (t[0] = [
c("path", { d: "M4.583 17.321C3.553 16.227 3 15 3 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621c.537-.278 1.24-.375 1.929-.311c1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 0 1-3.5 3.5a3.87 3.87 0 0 1-2.748-1.179m10 0C13.553 16.227 13 15 13 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621c.537-.278 1.24-.375 1.929-.311c1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 0 1-3.5 3.5a3.87 3.87 0 0 1-2.748-1.179" }, null, -1)
])]);
}
const d = /* @__PURE__ */ r(l, [["render", s]]);
export {
d as default
};