/// Icon type used for notification UI.
///
/// # Serialization
/// Serialized by `serde` as the following TypeScript type:
///
/// ```ts
/// // NOTE: New variants may be added in the future
/// type ProgressNotificationIconType = "App" | "Download" | "Upload" | "Save";
/// ```