@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.35 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 26 26"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "m14.719 1.554.129.121 9.052 9.139a3.8 3.8 0 0 1 1.093 2.443l.007.23v7.714a3.798 3.798 0 0 1-3.596 3.794l-.201.005h-4.655a.76.76 0 0 1-.103-1.513l.103-.006h4.655a2.279 2.279 0 0 0 2.273-2.124l.005-.156v-7.714a2.28 2.28 0 0 0-.526-1.456l-.134-.148-9.052-9.139a.76.76 0 0 0-.982-.083l-.085.071-9.487 9.155a2.28 2.28 0 0 0-.689 1.456l-.007.184v7.674c0 1.207.937 2.194 2.122 2.274l.156.006 3.899-.001v-6.179a4.304 4.304 0 0 1 8.603-.208l.005.208v3.9a.76.76 0 0 1-1.512.103l-.007-.103v-3.9a2.785 2.785 0 0 0-5.565-.17l-.005.17v6.94a.76.76 0 0 1-.684.755l-.08.004H4.798a3.798 3.798 0 0 1-3.792-3.597L1 21.201v-7.674a3.8 3.8 0 0 1 1.007-2.576l.154-.157 9.486-9.155a2.278 2.278 0 0 1 3.072-.085Z",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var PublicHome = {
render
};
var index = function index2() {
return svg({
name: "IconPublicHome",
component: PublicHome
})();
};
export {
index as default
};