UNPKG

@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.02 kB
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 30 30" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { class: "text-tab_svg__fil0", d: "M1 6h5V1s0-1 1-1h22l1 1v23l-1 1h-5v4c0 1 0 1-1 1H1s-1 0-1-1V7l1-1zm1 7h20V8H2v5zm20 2H2v13h20V15zM8 6h15c1 0 1 1 1 1v16h4V2H8v4z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var TextTab = { render }; var index = function index2() { return svg({ name: "IconTextTab", component: TextTab })(); }; export { index as default };