@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.
41 lines (40 loc) • 1.1 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
"xml:space": "preserve",
style: {
"shape-rendering": "geometricPrecision",
"text-rendering": "geometricPrecision",
"image-rendering": "optimizeQuality",
"fill-rule": "evenodd",
"clip-rule": "evenodd"
},
viewBox: "0 0 12 15"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
class: "editor-tab_svg__fil0",
d: "M1 0h7l4 4v10c0 1-1 1-1 1H1c-1 0-1 0-1-1V1c0-1 0-1 1-1zm4 9c1 0 1 1 1 1 0 1 0 2-1 2s-2-1-2-2c0 0 0-1 1-1V1H1v13h10V5H7V1H4l1 1-1 1 1 1-1 1 1 1v3zm0 0 1 1c0 1-1 2-1 2-1 0-2-1-2-2 0 0 1-1 2-1zm2-8v3h3L7 1z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var EditorTab = {
render
};
var index = function index2() {
return svg({
name: "IconEditorTab",
component: EditorTab
})();
};
export {
index as default
};