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