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