mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-14 17:15:15 +01:00
fix missing icons
This commit is contained in:
parent
06edeabcde
commit
99a1e294f4
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user