@opensig/opendesign
Version:
65 lines (64 loc) • 1.88 kB
JavaScript
"use strict";
const OIconSun_vue_vue_type_script_lang = require("./OIconSun.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",
{
fill: "none",
viewBox: "0 0 16 16",
class: vue.normalizeClass(_ctx.classNames)
},
[
_ctx.isClient ? (vue.openBlock(), vue.createElementBlock(
vue.Fragment,
{ key: 0 },
[
_cache[0] || (_cache[0] = vue.createElementVNode(
"circle",
{
cx: "8.001",
cy: "8",
r: "2.667",
fill: "currentColor"
},
null,
-1
/* CACHED */
)),
_cache[1] || (_cache[1] = vue.createElementVNode(
"circle",
{
cx: "8.001",
cy: "8",
r: "2.667",
fill: "currentColor"
},
null,
-1
/* CACHED */
)),
_cache[2] || (_cache[2] = vue.createElementVNode(
"path",
{
fill: "currentColor",
stroke: "currentColor",
"stroke-linecap": "round",
d: "M8 2.462v.8m-.02 9.455v.8m5.538-5.518h-.8M3.262 7.98h-.8m9.437 3.919-.566-.566M4.566 4.566 4 4m0 7.899.566-.566m6.767-6.767L11.9 4"
},
null,
-1
/* CACHED */
))
],
64
/* STABLE_FRAGMENT */
)) : vue.createCommentVNode("v-if", true)
],
2
/* CLASS */
);
}
const OIconSun = /* @__PURE__ */ _pluginVue_exportHelper(OIconSun_vue_vue_type_script_lang, [["render", _sfc_render]]);
module.exports = OIconSun;