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