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.

32 lines (31 loc) 936 B
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: "M512 0C229.12 0 0 229.12 0 512s229.12 512 512 512 512-229.12 512-512S794.88 0 512 0zm234.667 576H576v170.667c0 35.413-28.587 64-64 64s-64-28.587-64-64V576H277.333c-35.413 0-64-28.587-64-64s28.587-64 64-64H448V277.333c0-35.413 28.587-64 64-64s64 28.587 64 64V448h170.667c35.413 0 64 28.587 64 64s-28.587 64-64 64z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Node = { render }; var index = function index2() { return svg({ name: "IconNode", component: Node })(); }; export { index as default };