Skip to content

Commit

Permalink
feat: icon-variants: update premium icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyzif committed Aug 5, 2024
1 parent 7f50e35 commit d7681d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/constants/Icons.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IconOptions, IconNames } from 'src/types/iconTypes'
import { type IconOptions, type IconNames } from 'src/types/iconTypes'

import AddIcon from 'src/assets/svg/add.svg?react'
import AlicornIcon from 'src/assets/svg/alicorn.svg?react'
Expand Down Expand Up @@ -61,7 +61,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 PremiumIconDt from 'src/assets/svg/mp_pm_lt_notification.svg?react'
import PremiumIconDt from 'src/assets/svg/mp_info_dt_premium.svg?react'

export const Icons: Record<IconNames, IconOptions> = {
add: {
Expand Down
2 changes: 1 addition & 1 deletion src/types/iconTypes.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RequireAtLeastOne } from 'type-fest'
import type { RequireAtLeastOne } from 'type-fest'

export type IconVariant = 'light' | 'duo-tone'

Expand Down

0 comments on commit d7681d4

Please sign in to comment.