@opensig/opendesign
Version:
50 lines (49 loc) • 1.59 kB
JavaScript
"use strict";
const OIconAvatar_vue_vue_type_script_lang = require("./OIconAvatar.vue2.js");
const vue = require("vue");
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock(
"svg",
{
viewBox: "0 0 48 48",
class: vue.normalizeClass(_ctx.classNames)
},
[
_ctx.isClient ? (vue.openBlock(), vue.createElementBlock(
vue.Fragment,
{ key: 0 },
[
_cache[0] || (_cache[0] = vue.createElementVNode(
"circle",
{
cx: "24",
cy: "24",
r: "24",
opacity: ".2"
},
null,
-1
/* CACHED */
)),
_cache[1] || (_cache[1] = vue.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 */
)) : vue.createCommentVNode("v-if", true)
],
2
/* CLASS */
);
}
const OIconAvatar = /* @__PURE__ */ _pluginVue_exportHelper(OIconAvatar_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = OIconAvatar;