Skip to content

Commit

Permalink
feat: add premiumDt icon (#346)
Browse files Browse the repository at this point in the history
Co-authored-by: Gaby Zifferman <[email protected]>
  • Loading branch information
nastyastavitskaya and gabyzif authored Jul 31, 2024
1 parent 5892fb0 commit b3e2817
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/svg/mp_info_dt_premium.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 @@ -59,6 +59,7 @@ 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 PremiumDtIcon from 'src/assets/svg/mp_info_dt_premium.svg?react'

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

export const Icons = {
Expand Down Expand Up @@ -124,4 +125,5 @@ export const Icons = {
lock: LockIcon,
unlock: UnlockIcon,
notification: NotificationIcon,
premiumDt: PremiumDtIcon,
} as const

0 comments on commit b3e2817

Please sign in to comment.