koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
11 lines (10 loc) • 341 B
JavaScript
"use client";
import { jsx as r } from "react/jsx-runtime";
import m from "../../../external/module34.js";
import t from "classnames";
import c from "./Icon.module.css.js";
const n = ({ className: s, ...o }) => /* @__PURE__ */ r(m, { className: t(c.icon, s), ...o });
export {
n as IconSwatches
};
//# sourceMappingURL=IconSwatches.js.map