@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
17 lines (16 loc) • 514 B
JavaScript
import { t as e } from "./utils-COaoD3PI.js";
import { t as i } from "./createLucideIcon-CL4htJAF.js";
import { loadingVariants as t } from "./components/Loading/Loading.variants.js";
import { jsx as d } from "react/jsx-runtime";
var m = [["path", {
d: "M21 12a9 9 0 1 1-6.219-8.56",
key: "13zald"
}]], c = i("loader-circle", m), s = ({ className: a, theme: r, ...o }) => /* @__PURE__ */ d(c, {
"data-theme": r,
className: e(t({ className: a })),
...o
});
s.displayName = "Loading";
export {
s as t
};