Why it matters
A button whose only content is an icon announces itself to a screen reader as just "button", which tells the user nothing about what pressing it will do.
How to fix it
Give each icon-only control an aria-label, or put visually hidden text inside the button.