UNPKG

@konstructio/ui

Version:

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

27 lines (26 loc) 713 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-Ck_e4796.js"; /** * @license lucide-react v0.534.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ 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 };