Changing the user notes icon

Is there a way to change the little notes icon?

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.