@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) • 1.04 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 21 26",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M12.656 12V2.212h2.52c.635 0 1.185.098 1.652.294.467.196.863.541 1.19 1.036.327.495.115.86.19 2.11l2.764-.084V0H0v5.568l2.764.084c.075-1.25-.137-1.615.19-2.11.327-.495.723-.84 1.19-1.036.467-.196 1.017-.294 1.652-.294h2.548V12H0v2h8.344v8.892c0 .859-.83 1.288-2.492 1.288v1.624h9.324V24.18c-1.68 0-2.52-.43-2.52-1.288V14H21v-2h-8.344Z",
"data-spm-anchor-id": "a1zogd8.23539205.0.i22.2321199a9DauQV"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var LineThrought = {
render
};
var index = function index2() {
return svg({
name: "IconLineThrought",
component: LineThrought
})();
};
export {
index as default
};