UNPKG

@hoosei/voxweave-react

Version:

A customizable and interactive voice UI component for React applications

23 lines (22 loc) 504 B
import { forwardRef as m, createElement as l } from "react"; import { mergeClasses as d, toKebabCase as f, toPascalCase as r } from "./index47.js"; import n from "./index48.js"; const C = (e, t) => { const o = m( ({ className: a, ...s }, c) => l(n, { ref: c, iconNode: t, className: d( `lucide-${f(r(e))}`, `lucide-${e}`, a ), ...s }) ); return o.displayName = r(e), o; }; export { C as default }; //# sourceMappingURL=index42.js.map