Skip to content
Snippets Groups Projects
Commit 2f1d7649 authored by esikkala's avatar esikkala
Browse files

Add new MUI icon

parent 69cc492e
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,8 @@ import {
Add,
PlayArrow,
MailOutline,
TrendingDown
TrendingDown,
Tune
} from '@mui/icons-material'
import has from 'lodash'
......@@ -44,7 +45,8 @@ const MuiIcon = props => {
Add: Add,
PlayArrow: PlayArrow,
MailOutline: MailOutline,
TrendingDown: TrendingDown
TrendingDown: TrendingDown,
Tune: Tune
}
if (has(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