UNPKG

koval-ui

Version:

React components collection with minimalistic design. Supports theming, layout, and input validation.

11 lines (10 loc) 342 B
"use client"; import { jsx as m } from "react/jsx-runtime"; import e from "../../../external/module.js"; import i from "classnames"; import r from "./Icon.module.css.js"; const a = ({ className: o, ...s }) => /* @__PURE__ */ m(e, { className: i(r.icon, r.error, o), ...s }); export { a as IconError }; //# sourceMappingURL=IconError.js.map