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.

42 lines (41 loc) 1.28 kB
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.018 140.724c-125.94 0-228.481 102.503-228.481 228.48 0 125.902 102.467 228.445 228.481 228.445 125.977 0 228.518-102.542 228.518-228.445 0-125.977-102.541-228.48-228.518-228.48z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = /* @__PURE__ */ createElementVNode( "path", { d: "M688.12 592.436c-48.682 38.482-109.307 62.324-176.102 62.324s-127.381-23.916-176.176-62.324c-92.375 58.812-156.694 162.094-165.529 281.712 32.344 4.397 89.9 9.128 172.035 9.128h339.191c82.174 0 139.765-4.73 172.148-9.128-8.763-119.693-73.08-222.9-165.567-281.712z" }, null, -1 /* HOISTED */ ); var _hoisted_4 = [_hoisted_2, _hoisted_3]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var Administrator = { render }; var administrator = function administrator2() { return svg({ name: "IconAdministrator", component: Administrator, filledComponent: Administrator })(); }; export { administrator as default };