Optional set of sized icons that the client can display in a user interface.
List<Icon>? get icons => (_value[Keys.icons] as List?)?.cast<Icon>();