إخفاء أيقونة التعديلات للأعضاء؟

You can use some css customization to hide it

.topic-body .post-info.edits {
    display: none;
}