UNPKG

@vuesax-alpha/nightly

Version:
76 lines (73 loc) 1.81 kB
import { createElementVNode, defineComponent, openBlock, createElementBlock, normalizeClass, unref } from 'vue'; import '../../../hooks/index.mjs'; import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs'; import { useNamespace } from '../../../hooks/use-namespace/index.mjs'; const _hoisted_1 = /* @__PURE__ */ createElementVNode( "circle", { class: "path", cx: "25", cy: "25", r: "25" }, null, -1 ); const _hoisted_2 = [ _hoisted_1 ]; const _hoisted_3 = /* @__PURE__ */ createElementVNode( "circle", { class: "path", cx: "25", cy: "25", r: "25" }, null, -1 ); const _hoisted_4 = [ _hoisted_3 ]; const __default__ = defineComponent({ name: "IconLoading" }); const _sfc_main = defineComponent({ ...__default__, setup(__props) { const ns = useNamespace("icon-loading"); return (_ctx, _cache) => { return openBlock(), createElementBlock( "div", { class: normalizeClass(unref(ns).b()) }, [ (openBlock(), createElementBlock( "svg", { viewBox: "0 0 50 50", class: normalizeClass([unref(ns).e("item"), unref(ns).e("1")]) }, _hoisted_2, 2 )), (openBlock(), createElementBlock( "svg", { viewBox: "0 0 50 50", class: normalizeClass([unref(ns).e("item"), unref(ns).e("2")]) }, _hoisted_4, 2 )) ], 2 ); }; } }); var Loading = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/home/runner/work/vuesax-alpha/vuesax-alpha/packages/components/icon/src/loading.vue"]]); export { Loading as default }; //# sourceMappingURL=loading2.mjs.map