@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) • 889 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { openBlock, createElementBlock, 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 editorItalic = function editorItalic2() {
return svg({
name: "IconEditorItalic",
component: EditorItalic,
filledComponent: EditorItalic
})();
};
export {
editorItalic as default
};