@opensig/opendesign
Version:
49 lines (48 loc) • 1.55 kB
JavaScript
import _sfc_main from "./OIconLoadingSmall.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 24 24",
class: normalizeClass(_ctx.classNames)
},
[
_ctx.isClient ? (openBlock(), createElementBlock(
Fragment,
{ key: 0 },
[
_cache[0] || (_cache[0] = createElementVNode(
"path",
{
d: "M18.55 12.085a.728.728 0 0 0 1.445 0L20 12l-.003.21a8 8 0 1 1-8.207-8.207L12 4l-.085.005a.727.727 0 0 0 0 1.445l.085.005-.193.002a6.546 6.546 0 1 0 6.736 6.736l.003-.193z",
opacity: ".12"
},
null,
-1
/* CACHED */
)),
_cache[1] || (_cache[1] = createElementVNode(
"path",
{
d: "M12 4a8 8 0 0 1 8 8 .727.727 0 1 1-1.454 0 6.545 6.545 0 0 0-6.545-6.545A.727.727 0 1 1 12 4",
opacity: ".64"
},
null,
-1
/* CACHED */
))
],
64
/* STABLE_FRAGMENT */
)) : createCommentVNode("v-if", true)
],
2
/* CLASS */
);
}
const OIconLoadingSmall = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
OIconLoadingSmall as default
};