An icon button with no text is inaccessible to screen reader users. You need a label, but you don't want visible text cluttering the UI.
CSS that visually hides content (position: absolute, clip, etc.) but keeps it readable by assistive technology (screen readers).
IconButton, LoadingSpinner, CustomCheckbox, SkipLink, CloseButton, ThemeToggle