UNPKG

maz-ui

Version:

A standalone components library for Vue.Js 3 & Nuxt.Js 3

39 lines (38 loc) 1.21 kB
import { defineComponent as r, openBlock as p, createElementBlock as a, normalizeClass as c, createElementVNode as l } from "vue"; import './assets/MazSpinner.DQ9_cbMH.css';const i = ["width", "height"], m = /* @__PURE__ */ r({ __name: "MazSpinner", props: { size: { default: "2em" }, color: { default: "theme" } }, setup(s) { return (e, t) => (p(), a("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: c(["m-spinner m-reset-css", `m-spinner--${e.color}`]), style: { "enable-background": "new 0 0 50 50" } }, t[0] || (t[0] = [ l( "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)); } }), d = (s, e) => { const t = s.__vccOpts || s; for (const [n, o] of e) t[n] = o; return t; }, h = /* @__PURE__ */ d(m, [["__scopeId", "data-v-52831d3b"]]); export { h as default };