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 s } from "react/jsx-runtime";
import e from "../../../external/module20.js";
import m from "classnames";
import t from "./Icon.module.css.js";
const a = ({ className: r, ...o }) => /* @__PURE__ */ s(e, { className: m(t.icon, r), ...o });
export {
a as IconEnter
};
//# sourceMappingURL=IconEnter.js.map