A utility function that provides a centralized way to render SVG icons by name, combining Lucide React icons with custom logo components. ## Key Components - **`renderSvgIcon`** - Main function that maps icon names to React components - **Icon mapping** - Includes Lucide icons (megaphone, bell, info, star, rocket, package) and custom logos (OpenFrame, OpenMSP, Flamingo) - **Fallback behavior** - Defaults to Megaphone icon for unrecognized names - **Props spreading** - Passes through SVG props for styling and accessibility ## Usage Example ```typescript import { renderSvgIcon } from './icon-utils'; function NotificationBadge() { return (