KontextIcon

@Composable
fun KontextIcon(res: DrawableResource, enabled: Boolean)

A composable function that creates an icon for a context menu item.

This function creates an icon with Material 3 styling, with different appearance based on whether the menu item is enabled.

Parameters

res

The drawable resource for the icon

enabled

Whether the menu item is enabled