.externalIcon {
  margin-left: 0.3em;
  display: inline-flex;
  svg {
    width: auto;
    height: 1em;
    path {
      stroke: currentColor;
    }
  }
}