I’m trying to display the free ranking-star. I added it to the SVG icons in the Custom Header Links (icons) component:
And called it in my link:
But it doesn’t show:

Generated HTML:
<li class="custom-header-icon-link header-icon-tableau-des-leaders vdo last-custom-icon">
<a class="btn no-text icon btn-flat" href="/leaderboard" title="Tableau des leaders" rel="noopener">
<svg class="fa d-icon d-icon-ranking-star svg-icon fa-width-auto svg-string" width="1em" height="1em" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"><use href="#ranking-star"></use></svg><span class="sr-only">Tableau des leaders</span>
</a>
</li>
It works fine with other icons such as “star”.
Is it a FontAwesome version problem? The ranking-star should be avail in FA6 shipped with Discourse per this announcement.

