Merges user-provided icons with defaults.
Optional
Partial icons to merge with defaults
Complete icons object with user overrides applied
import { FaPaperPlane } from 'react-icons/fa';const icons = mergeChatPanelIcons({ send: <FaPaperPlane />,}); Copy
import { FaPaperPlane } from 'react-icons/fa';const icons = mergeChatPanelIcons({ send: <FaPaperPlane />,});
Merges user-provided icons with defaults.