Skip to content

Commit

Permalink
feat: Add notification icon (#345)
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 Jul 30, 2024
1 parent 590c669 commit 2c9d13e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/svg/mp_pm_lt_notification.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ import PreviousIcon from 'src/assets/svg/mp_act_lt_previous.svg?react'
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'

export {
AddIcon,
Expand Down Expand Up @@ -120,4 +121,5 @@ export {
DirectoryIcon,
LockIcon,
UnlockIcon,
NotificationIcon,
}
2 changes: 2 additions & 0 deletions src/constants/Icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ import {
DirectoryIcon,
LockIcon,
UnlockIcon,
NotificationIcon,
} from 'src/components/icons'

export const Icons = {
Expand Down Expand Up @@ -122,4 +123,5 @@ export const Icons = {
directory: DirectoryIcon,
lock: LockIcon,
unlock: UnlockIcon,
notification: NotificationIcon,
} as const

0 comments on commit 2c9d13e

Please sign in to comment.