How to change moderator icon

No change when removing metadata.

However:

<script type="text/discourse-plugin" version="0.8">
    api.replaceIcon('shield-alt', 'mod-crown');
</script>

This gets it to show up but I also get a scary warning about compatibility:

In the inspector I get this warning: Deprecation notice: The icon name "shield-alt" has been updated to "shield-halved".

And using shield-halved instead of d-icon-shield-halved works properly!

Thanks for your help :grin: