@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.
32 lines (31 loc) • 942 B
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 1024 1024",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M510.464 0 28.672 169.557l76.117 631.211L510.976 1024l408.235-226.261 76.117-631.211zm-1.152 53.675 437.973 149.333-70.954 564.565-367.019 203.094L147.968 770.26 82.731 205.74zm0 33.28L211.499 749.653l111.104-2.048 59.733-149.376h266.965l65.366 151.467 106.325 1.963zm.853 212.48 100.48 210.346H421.461z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var Angularjs = {
render
};
var index = function index2() {
return svg({
name: "IconAngularjs",
component: Angularjs
})();
};
export {
index as default
};