@opentiny/vue-icon
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
33 lines (32 loc) • 877 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "m16.95 8.465 1.414-1.415 4.95 4.95-4.95 4.95-1.414-1.414L20.485 12 16.95 8.465Zm-9.9 0L3.515 12l3.535 3.536-1.414 1.414L.686 12l4.95-4.95L7.05 8.465Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var RichTextCodeView = {
render
};
var richTextCodeView = function richTextCodeView2() {
return svg({
name: "IconRichTextCodeView",
component: RichTextCodeView,
filledComponent: RichTextCodeView
})();
};
export {
richTextCodeView as default
};