a[target="_blank"]:after {
  content: "\f35d";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 0.8rem;
  margin-left: 0.4rem;
  display: inline-block;
}

a[target="_blank"]:after > img:only-child {
  content: "";
  font-size: 0;
}

a.noExternalIcon[target="_blank"]:after {
  display: none;
}
