iconOrNull
Wraps this optional IconSchema into a plain, non-clickable @Composable lambda rendering it via Icon — the usual way a tile with an optional icon field (e.g. AssistChip.leadingIcon) conditionally renders it without an explicit if (icon != null) at every call site.
Return
a composable rendering this icon, or null if the receiver itself is null.