/* global React */ // Real V-Tech logo (PNG with transparent background). // On dark surfaces wrap with the `onDark` flag — caller renders a white chip behind. const VTechLogo = ({ size = 44 }) => ( V-Tech Building Systems ); window.VTechLogo = VTechLogo;