UNPKG

koval-ui

Version:

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

11 lines (10 loc) 339 B
"use client"; import { jsx as s } from "react/jsx-runtime"; import m from "../../../external/module32.js"; import t from "classnames"; import c from "./Icon.module.css.js"; const l = ({ className: o, ...r }) => /* @__PURE__ */ s(m, { className: t(c.icon, o), ...r }); export { l as IconSortAsc }; //# sourceMappingURL=IconSortAsc.js.map