function IconEstrategia() {
  return (
    <svg className="servicio-icon" viewBox="0 0 40 40" fill="none" stroke="#C8B895" strokeWidth="1.2">
      <polygon points="20,4 36,36 4,36" />
      <line x1="20" y1="4" x2="20" y2="36" />
      <line x1="12" y1="24" x2="28" y2="24" />
    </svg>
  );
}
