Related to the Discourse Surveys Experimental Plugin
I think that this is related to the upgrade to Font Awesome 6, where checked icons do not render:
When I look in the code, this seems to have been addressed:
https://github.com/discourse/discourse-surveys/commit/5dfd599c07c358508b562d6780ae5c9dda2e466f
However, in the rendered HTML we have the old icon (which no longer exists):
<svg class="fa d-icon d-icon-far-check-circle svg-icon svg-node" aria-hidden="true"><use xlink:href="#far-check-circle"></use></svg>

