Skip to content
Snippets Groups Projects
Commit 6b8cba9d authored by esikkala's avatar esikkala
Browse files

Add new MUI icons

parent 7497fdb8
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,9 @@ import { ...@@ -20,7 +20,9 @@ import {
PlayArrow, PlayArrow,
MailOutline, MailOutline,
TrendingDown, TrendingDown,
Tune Tune,
ArrowForward,
Subject
} from '@mui/icons-material' } from '@mui/icons-material'
import has from 'lodash' import has from 'lodash'
...@@ -46,7 +48,9 @@ const MuiIcon = props => { ...@@ -46,7 +48,9 @@ const MuiIcon = props => {
PlayArrow: PlayArrow, PlayArrow: PlayArrow,
MailOutline: MailOutline, MailOutline: MailOutline,
TrendingDown: TrendingDown, TrendingDown: TrendingDown,
Tune: Tune Tune: Tune,
ArrowForward: ArrowForward,
Subject: Subject
} }
if (has(MuiIcons, props.iconName)) { if (has(MuiIcons, props.iconName)) {
const MuiIconComponent = MuiIcons[props.iconName] const MuiIconComponent = MuiIcons[props.iconName]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment