Чтобы изменить данные кнопки на значки, добавьте приведенный ниже код в свой пользовательский стиль css:
.item-like .Button-label {
display: none;
}
.item-like .Button:before {
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-size: 17px;
content: '\f164';
margin-right: 4px;
vertical-align: -1px;
}
.item-reply .Button--link:before {
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-size: 17px;
content: '\f3e5';
margin-right: 4px;
vertical-align: -1px;
}
.item-reply .Button--link .Button-label {
display: none;
}
Результат: 