function IconDiagnostico() {
  return (
    <svg className="servicio-icon" viewBox="0 0 40 40" fill="none" stroke="#C8B895" strokeWidth="1.2">
      <rect x="4" y="4" width="32" height="32" />
      <polyline points="10,26 16,18 22,22 28,12" />
      <circle cx="28" cy="12" r="2" fill="#C8B895" stroke="none" />
    </svg>
  );
}
