@anoki/fse-marche-ui
Version:
FSE UI components library
25 lines (24 loc) • 469 B
JavaScript
import { j as s } from "./index.es137.js";
const i = () => /* @__PURE__ */ s.jsx(
"svg",
{
className: "spinner",
viewBox: "0 0 50 50",
style: { width: "24px", height: "24px" },
children: /* @__PURE__ */ s.jsx(
"circle",
{
className: "path",
cx: "25",
cy: "25",
r: "20",
fill: "none",
strokeWidth: "5"
}
)
}
);
export {
i as Spinner
};
//# sourceMappingURL=index.es111.js.map