interface NotificationIconSVG {
    bg_color?: string;
    svg_color?: string;
    svg_url: string;
}

Properties

bg_color?: string
svg_color?: string
svg_url: string