UNPKG

@hoosei/voxweave-react

Version:

A customizable and interactive voice UI component for React applications

37 lines (36 loc) 763 B
import { forwardRef as l, createElement as o } from "react"; import A from "./index49.js"; import { mergeClasses as b, hasA11yProp as c } from "./index47.js"; const h = l( ({ color: m = "currentColor", size: t = 24, strokeWidth: e = 2, absoluteStrokeWidth: s, className: u = "", children: r, iconNode: f, ...a }, p) => o( "svg", { ref: p, ...A, width: t, height: t, stroke: m, strokeWidth: s ? Number(e) * 24 / Number(t) : e, className: b("lucide", u), ...!r && !c(a) && { "aria-hidden": "true" }, ...a }, [ ...f.map(([i, d]) => o(i, d)), ...Array.isArray(r) ? r : [r] ] ) ); export { h as default }; //# sourceMappingURL=index48.js.map