@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.
32 lines (31 loc) • 829 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 16 16",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M4.667 14.667a.5.5 0 0 1-.068-.996l.068-.004h1.596l2.45-11.334h-1.38a.5.5 0 0 1-.068-.995l.068-.005h4a.5.5 0 0 1 .068.996l-.068.004H9.737L7.286 13.666h1.38a.5.5 0 0 1 .069.996l-.068.005h-4Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var EditorItalic = {
render
};
var index = function index2() {
return svg({
name: "EditorItalic",
component: EditorItalic
})();
};
export {
index as default
};