Type Alias ChannelIcon

ChannelIcon:
    | "call"
    | "mail"
    | "chat"
    | "screen"
    | "location"
    | "digital-assistant"

Represents the icon types for channels.