UNPKG

@forbespro/lead-agent

Version:
35 lines (34 loc) 658 B
import { forwardRef as i, createElement as o } from "react"; import b from "./index43.js"; import { mergeClasses as d } from "./index41.js"; const N = i( ({ color: m = "currentColor", size: r = 24, strokeWidth: e = 2, absoluteStrokeWidth: a, className: s = "", children: t, iconNode: u, ...f }, l) => o( "svg", { ref: l, ...b, width: r, height: r, stroke: m, strokeWidth: a ? Number(e) * 24 / Number(r) : e, className: d("lucide", s), ...f }, [ ...u.map(([p, c]) => o(p, c)), ...Array.isArray(t) ? t : [t] ] ) ); export { N as default };