// ── Layout: CRM Icon SVG Component ── // Decorative SVG icon representing the CRM, with dark/light mode fill adaptation. "use client" /** * CrmIcon — a stylized SVG icon for the CRM brand. * Uses CSS-driven fills that switch between light and dark mode. */ export function CrmIcon() { return ( ) }