@anoki/fse-ui
Version:
FSE UI components library
36 lines (35 loc) • 717 B
JavaScript
import { j as r } from "./index.es237.js";
import { clsx as n } from "./index.es238.js";
const c = ({
width: i = 24,
height: o = 24,
className: a,
decorative: s = !1,
ariaLabel: e = "Caricamento in corso"
}) => /* @__PURE__ */ r.jsx(
"svg",
{
width: i,
height: o,
className: n("spinner", a),
viewBox: "0 0 50 50",
xmlns: "http://www.w3.org/2000/svg",
"aria-hidden": s,
"aria-label": s ? void 0 : e,
children: /* @__PURE__ */ r.jsx(
"circle",
{
className: "path",
cx: "25",
cy: "25",
r: "20",
fill: "none",
strokeWidth: "5"
}
)
}
);
export {
c as Spinner
};
//# sourceMappingURL=index.es226.js.map