@vuux/editor
Version:
Vue Nuxt 富文本编辑器
24 lines (23 loc) • 896 B
JavaScript
import { createElementBlock as o, openBlock as t, createElementVNode as r } from "vue";
import l from "../../_virtual/_plugin-vue_export-helper.mjs";
const n = {}, c = {
class: "is-icon",
xmlns: "http://www.w3.org/2000/svg",
width: "12",
height: "12",
fill: "var(--editor-text-color)",
viewBox: "0 0 24 24"
};
function i(s, e) {
return t(), o("svg", c, [...e[0] || (e[0] = [
r("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
d: "M5.29289 8.29289C5.68342 7.90237 6.31658 7.90237 6.70711 8.29289L12 13.5858L17.2929 8.29289C17.6834 7.90237 18.3166 7.90237 18.7071 8.29289C19.0976 8.68342 19.0976 9.31658 18.7071 9.70711L12.7071 15.7071C12.3166 16.0976 11.6834 16.0976 11.2929 15.7071L5.29289 9.70711C4.90237 9.31658 4.90237 8.68342 5.29289 8.29289Z"
}, null, -1)
])]);
}
const m = /* @__PURE__ */ l(n, [["render", i]]);
export {
m as default
};