function IconSistemas() {
  return (
    <svg className="servicio-icon" viewBox="0 0 40 40" fill="none" stroke="#C8B895" strokeWidth="1.2">
      <rect x="5" y="5" width="12" height="12" />
      <rect x="23" y="5" width="12" height="12" />
      <rect x="5" y="23" width="12" height="12" />
      <rect x="23" y="23" width="12" height="12" />
    </svg>
  );
}
