# Como alterar o ícone da user-note?

**URL:** https://meta.discourse.org/t/how-to-change-the-user-note-icon/261771
**Category:** Development
**Tags:** user-notes
**Created:** [Março 11, 2023, 6:30pm UTC](https://meta.discourse.org/t/how-to-change-the-user-note-icon/261771 "2023-03-11T18:30:13Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [Abril 15, 2023, 8:14am UTC](https://meta.discourse.org/t/how-to-change-the-user-note-icon/261771/3 "2023-04-15T08:14:18Z")

</div>

Eu acho que você pode usar a API de plugins para fazer isso:

> [@eviltrout](#):
>
> Você pode usar a API de plugins em um componente de tema ou plugin para fazer algo como:
> 
> ```plaintext
> api.replaceIcon('sticky-note', 'heart');
> 
> ```
> 
> Onde `heart` é o nome do emoji que você deseja usar em vez disso.

Você pode encontrar mais informações aqui: [Change icons globally](https://meta.discourse.org/t/change-icons-globally-using-the-apis/87751)

---

_[View the full topic](https://meta.discourse.org/t/how-to-change-the-user-note-icon/261771)._
