icon

Extension property providing the default icon for each section.

Returns a Material Icons Rounded icon appropriate for the section type. Modules can override this by providing their own Module.icon implementation.

Icon Mapping

Usage

val sectionIcon = Section.FEATURES.icon

Icon(
imageVector = sectionIcon,
contentDescription = "Features section"
)

Return

The ImageVector icon for this section.

See also