Alert
data class Alert(val id: String, val iconDisplay: IconDisplay, val button: Button?, val conditions: Conditions) : Item
Alert item with an icon, title, description, and optional button.
Alert item with an icon, title, description, and optional button.