UNPKG

koval-ui

Version:

React components collection with minimalistic design. Supports theming, layout, and input validation.

17 lines (16 loc) 375 B
"use client"; import { jsx as t } from "react/jsx-runtime"; import i from "../../../external/module3.js"; import m from "classnames"; import o from "./Icon.module.css.js"; const l = ({ className: r, ...s }) => /* @__PURE__ */ t( i, { className: m(o.icon, o.rotation, o.loading, r), ...s } ); export { l as IconLoader }; //# sourceMappingURL=IconLoader.js.map