IconButton is a compact button that displays only an icon. Use it for actions where the icon alone clearly communicates the purpose.
Basics
The only required props are name (which determines the icon) and accessibilityLabel (for screen readers).
Variants
Use variants to denote intent and importance. The active prop fills the icon when enabled.