Skip to content

Icon Buttons

Overview

Icon buttons provide compact actions with an icon representation. These buttons are available in multiple styles to fit various use cases.

icon buttons

Icon Button Components

The library provides the following icon components:

  • StandardIconButton
  • FilledIconButton
  • OutlinedIconButton
  • TonalIconButton

Properties

namedescriptiontypedefault
IconRequired. Icon to display.React.FC-
sizeIcon size in pixels.number40
selectedIconIcon to display when selected.React.FC-
selectedWhether the button is selected.booleanfalse
iconPropsAdditional props for the icon.T-