Skip to content

Commit

Permalink
feat: Add directory icon (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastyastavitskaya authored Jul 8, 2024
1 parent cab48d4 commit a2b4132
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/assets/svg/mp_pm_lt_directory.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/components/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ import HelpVideoIcon from 'src/assets/svg/mp_info_lt_help-video.svg?react'
import NextIcon from 'src/assets/svg/mp_act_lt_next.svg?react'
import OpenTabIcon from 'src/assets/svg/mp_act_lt_open-tab.svg?react'
import PreviousIcon from 'src/assets/svg/mp_act_lt_previous.svg?react'
import DirectoryIcon from 'src/assets/svg//mp_pm_lt_directory.svg?react'

export {
AddIcon,
Expand Down Expand Up @@ -113,5 +114,6 @@ export {
ConversionIcon,
PremiumIcon,
NextIcon,
PreviousIcon
}
PreviousIcon,
DirectoryIcon,
}
4 changes: 3 additions & 1 deletion src/constants/Icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ import {
NextIcon,
PreviousIcon,
OpenTabIcon,
DirectoryIcon,
} from 'src/components/icons'

export const Icons = {
Expand Down Expand Up @@ -116,4 +117,5 @@ export const Icons = {
next: NextIcon,
previous: PreviousIcon,
openTab: OpenTabIcon,
} as const
directory: DirectoryIcon,
} as const

0 comments on commit a2b4132

Please sign in to comment.