function IconDatos() {
  return (
    <svg className="servicio-icon" viewBox="0 0 40 40" fill="none" stroke="#C8B895" strokeWidth="1.2">
      <rect x="4" y="28" width="8" height="8" />
      <rect x="16" y="18" width="8" height="18" />
      <rect x="28" y="8" width="8" height="28" />
    </svg>
  );
}
