Skip to content

Commit

Permalink
feat: add notificationSubscriptions icon (#505)
Browse files Browse the repository at this point in the history
Co-authored-by: Leobel Izquierdo <[email protected]>
  • Loading branch information
leobel and Leobel Izquierdo authored Nov 28, 2024
1 parent d32d390 commit b4976bc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/svg/mp_pm_lt_notification_subscribe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/svg/mp_pm_lt_notification_subscriptions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ import DirectoryIcon from 'src/assets/svg/mp_pm_lt_directory.svg?react'
import LockIcon from 'src/assets/svg/mp_act_lt_lock.svg?react'
import UnlockIcon from 'src/assets/svg/mp_act_lt_unlock.svg?react'
import NotificationIcon from 'src/assets/svg/mp_pm_lt_notification.svg?react'
import NotificationSubscriptionsIcon from 'src/assets/svg/mp_pm_lt_notification_subscriptions.svg?react'
import NotificationSubscribeIcon from 'src/assets/svg/mp_pm_lt_notification_subscribe.svg?react'
import PremiumIconDt from 'src/assets/svg/mp_info_dt_premium.svg?react'
import OverviewIconDt from 'src/assets/svg/mp_pm_dt_overview.svg?react'
import FilterIcon from 'src/assets/svg/mp_act_lt_filter.svg?react'
Expand Down Expand Up @@ -145,6 +147,8 @@ export {
MpLogoIcon,
NextIcon,
NotificationIcon,
NotificationSubscriptionsIcon,
NotificationSubscribeIcon,
ObservabilityIcon,
OpenTabIcon,
Organization,
Expand Down
10 changes: 10 additions & 0 deletions src/constants/Icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ import {
LockIcon,
UnlockIcon,
NotificationIcon,
NotificationSubscriptionsIcon,
NotificationSubscribeIcon,
PremiumIconDt,
OverviewIconDt,
FilterIcon,
Expand Down Expand Up @@ -361,6 +363,14 @@ export const Icons: Record<IconNames, IconOptions> = {
light: NotificationIcon,
default: 'light',
},
notificationSubscriptions: {
light: NotificationSubscriptionsIcon,
default: 'light',
},
notificationSubscribe: {
light: NotificationSubscribeIcon,
default: 'light',
},
observability: {
light: ObservabilityIcon,
default: 'light',
Expand Down
2 changes: 2 additions & 0 deletions src/types/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ export type IconNames =
| 'myHub'
| 'next'
| 'notification'
| 'notificationSubscriptions'
| 'notificationSubscribe'
| 'observability'
| 'openTab'
| 'organization'
Expand Down

0 comments on commit b4976bc

Please sign in to comment.