Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigurableIcons

Hierarchy

Index

Properties

Optional back

back?: ReactNode

The general icon for navigating backwards or closing an item to the left.

Optional checkbox

checkbox?: ReactNode

The general icon to use for checkboxes.

Optional download

download?: ReactNode

The general icon to use for the FileInput component (normally file uploads).

remarks

@since 4.0.3 Changed the default icon to be file_upload and this will be renamed to upload in the next major release.

Optional dropdown

dropdown?: ReactNode

The general icon to use for dropdown menus or content that expands vertically in a new material instead of inline like the expander icon.

Optional error

error?: ReactNode

The general icon to use when there are form errors.

remarks

@since 2.5.0

Optional expander

expander?: ReactNode

The general icon to use for expanding content vertically.

Optional forward

forward?: ReactNode

The general icon for navigating forwards or closing an item to the right. This is also used internally for nested dropdown menus.

Optional menu

menu?: ReactNode

The general icon to use for displaying a main navigation menu.

Optional notification

notification?: ReactNode

The general icon for displaying notifications. This is used internally in the BadgedButton in the @react-md/badge package.

Optional password

password?: ReactNode

The general icon for temporarily displaying a password's field value as plain text.

Optional radio

radio?: ReactNode

The general icon to use for radio buttons.

Optional selected

selected?: ReactNode

The general icon to use for showing that something has been selected that is not a radio or checkbox. This is used internally for the Chip in the @react-md/chip package.

Optional sort

sort?: ReactNode

The general icon for sorting content. This defaults to the sort ascending behavior.

Generated using TypeDoc