You can use the plugin api in a theme component or plugin to do something like:
api.replaceIcon('sticky-note', 'heart');
Where heart
is the name of the emoji you want to use instead.
You can use the plugin api in a theme component or plugin to do something like:
api.replaceIcon('sticky-note', 'heart');
Where heart
is the name of the emoji you want to use instead.