UNPKG

koval-ui

Version:

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

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