maz-ui
Version:
A standalone components library for Vue.Js 3 & Nuxt.Js 3
35 lines (34 loc) • 1.17 kB
JavaScript
import { defineComponent as n, openBlock as o, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
import { _ as a } from "./MazPullToRefresh.QikB7FQT.mjs";
import '../assets/MazSpinner.DQ9_cbMH.css';const i = ["width", "height"], l = /* @__PURE__ */ n({
__name: "MazSpinner",
props: {
size: { default: "2em" },
color: { default: "theme" }
},
setup(m) {
return (e, s) => (o(), t("svg", {
width: e.size,
height: e.size,
version: "1.1",
xmlns: "http://www.w3.org/2000/svg",
x: "0px",
y: "0px",
viewBox: "0 0 50 50",
"xml:space": "preserve",
class: r(["m-spinner m-reset-css", `m-spinner--${e.color}`]),
style: { "enable-background": "new 0 0 50 50" }
}, s[0] || (s[0] = [
p(
"path",
{ d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
null,
-1
/* HOISTED */
)
]), 10, i));
}
}), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-52831d3b"]]);
export {
h as default
};