How to remove eye icon form the post…
You can either display it none on CSS or completely remove it in the file.
for CSS.
try this
.your-eye-icon {
display: none;
}
Where I find the CSS file, I am using newspaper 8 theme
In your backend, go here -> Appearance >> Customize >> Additional CSS