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.

33 lines (32 loc) 970 B
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 200 200", "xml:space": "preserve" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M100 0C44.75 0 0 44.75 0 100s44.75 100 100 100 100-44.75 100-100S155.25 0 100 0zm45.834 112.5H112.5v-.041h-25v.041H54.167c-6.917 0-12.5-5.584-12.5-12.5 0-6.917 5.583-12.5 12.5-12.5H87.5v-.042s5.583-.042 12.5-.042c6.916 0 12.5.042 12.5.042v.042h33.334c6.916 0 12.5 5.583 12.5 12.5 0 6.916-5.584 12.5-12.5 12.5z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var NodeOpen = { render }; var index = function index2() { return svg({ name: "IconNodeOpen", component: NodeOpen })(); }; export { index as default };