function IconIntegracion() {
  return (
    <svg className="servicio-icon" viewBox="0 0 40 40" fill="none" stroke="#C8B895" strokeWidth="1.2">
      <circle cx="10" cy="20" r="5" />
      <circle cx="30" cy="20" r="5" />
      <line x1="15" y1="20" x2="25" y2="20" />
      <line x1="20" y1="20" x2="20" y2="8" />
      <circle cx="20" cy="7" r="3" />
    </svg>
  );
}
