for completeness you’d have to replace various default icons: heart, d-liked, d-unliked, notification.liked, notification.liked_2, notification.liked_many, notification.liked_consolidated
we have a theme component that changes likes to thumbs up that can be referenced for this: Change the Like Icon to 👍
hmm good question… this will also impact situations like -1and :?:
this happens because we sanitize the names of custom emoji by replacing anything that’s not 0-9 or a-z with underscores, I’ll have to check with the team to see about adjusting this