function IconAutomatizacion() {
  return (
    <svg className="servicio-icon" viewBox="0 0 40 40" fill="none" stroke="#C8B895" strokeWidth="1.2">
      <circle cx="20" cy="20" r="6" />
      <line x1="20" y1="4" x2="20" y2="10" />
      <line x1="20" y1="30" x2="20" y2="36" />
      <line x1="4" y1="20" x2="10" y2="20" />
      <line x1="30" y1="20" x2="36" y2="20" />
      <line x1="8.7" y1="8.7" x2="13" y2="13" />
      <line x1="27" y1="27" x2="31.3" y2="31.3" />
    </svg>
  );
}
