Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add premiumDt icon #346

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: add premiumDt icon
  • Loading branch information
nastyastavitskaya committed Jul 30, 2024
commit e562ce8e53e2d24e2e4ee71ba69f1def0a600056
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
@@ -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'
gabyzif marked this conversation as resolved.
Show resolved Hide resolved

export {
AddIcon,
@@ -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
@@ -60,6 +60,7 @@ import {
LockIcon,
UnlockIcon,
NotificationIcon,
PremiumDtIcon,
} from 'src/components/icons'

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