UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

21 lines (20 loc) 545 B
import { jsx as e } from "react/jsx-runtime"; import { cn as c } from "../../utils/index.js"; import { loadingVariants as i } from "./Loading.variants.js"; import { c as t } from "../../createLucideIcon-D4r5Phnh.js"; const d = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]], m = t("loader-circle", d), n = ({ className: o, theme: a, ...r }) => /* @__PURE__ */ e( m, { "data-theme": a, className: c( i({ className: o }) ), ...r } ); n.displayName = "Loading"; export { n as Loading };