1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-11-14 09:05:15 +01:00

fix missing icons

This commit is contained in:
Matthias Kretschmann 2019-11-21 22:30:11 +01:00
parent 06edeabcde
commit 99a1e294f4
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -20,7 +20,9 @@ import {
Globe,
Briefcase,
Award,
BookOpen
BookOpen,
Star,
Info
} from 'react-feather'
import { ReactComponent as Dribbble } from '../../images/dribbble.svg'
import styles from './Icon.module.scss'
@ -51,7 +53,9 @@ const Icon = ({ name, ...props }) => {
Globe,
Briefcase,
Award,
BookOpen
BookOpen,
Star,
Info
}
const IconMapped = components[name]