@opensig/opendesign
Version:
66 lines (65 loc) • 1.85 kB
JavaScript
import _sfc_main from "./OIconSun.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",
{
fill: "none",
viewBox: "0 0 16 16",
class: normalizeClass(_ctx.classNames)
},
[
_ctx.isClient ? (openBlock(), createElementBlock(
Fragment,
{ key: 0 },
[
_cache[0] || (_cache[0] = createElementVNode(
"circle",
{
cx: "8.001",
cy: "8",
r: "2.667",
fill: "currentColor"
},
null,
-1
/* CACHED */
)),
_cache[1] || (_cache[1] = createElementVNode(
"circle",
{
cx: "8.001",
cy: "8",
r: "2.667",
fill: "currentColor"
},
null,
-1
/* CACHED */
)),
_cache[2] || (_cache[2] = 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 */
)) : createCommentVNode("v-if", true)
],
2
/* CLASS */
);
}
const OIconSun = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
OIconSun as default
};