UNPKG

@opensig/opendesign

Version:

51 lines (50 loc) 1.55 kB
import _sfc_main from "./OIconAvatar.vue2.mjs"; import { createElementBlock, openBlock, normalizeClass, createCommentVNode, Fragment, createElementVNode } from "vue"; import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs"; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock( "svg", { viewBox: "0 0 48 48", class: normalizeClass(_ctx.classNames) }, [ _ctx.isClient ? (openBlock(), createElementBlock( Fragment, { key: 0 }, [ _cache[0] || (_cache[0] = createElementVNode( "circle", { cx: "24", cy: "24", r: "24", opacity: ".2" }, null, -1 /* CACHED */ )), _cache[1] || (_cache[1] = createElementVNode( "path", { "fill-opacity": ".9", d: "M23.92 30.857c11.31 0 14.263 6.778 15.33 9.048q.057.118.108.243A22.2 22.2 0 0 1 24 46.286c-6.01 0-11.465-2.38-15.473-6.248l.063-.133c1.117-2.27 4.02-9.048 15.33-9.048m0-19.714a8.143 8.143 0 1 1 0 16.286 8.143 8.143 0 0 1 0-16.286" }, null, -1 /* CACHED */ )) ], 64 /* STABLE_FRAGMENT */ )) : createCommentVNode("v-if", true) ], 2 /* CLASS */ ); } const OIconAvatar = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { OIconAvatar as default };