mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-15 01:25:25 +01:00
fix missing icons
This commit is contained in:
parent
06edeabcde
commit
99a1e294f4
@ -20,7 +20,9 @@ import {
|
|||||||
Globe,
|
Globe,
|
||||||
Briefcase,
|
Briefcase,
|
||||||
Award,
|
Award,
|
||||||
BookOpen
|
BookOpen,
|
||||||
|
Star,
|
||||||
|
Info
|
||||||
} from 'react-feather'
|
} from 'react-feather'
|
||||||
import { ReactComponent as Dribbble } from '../../images/dribbble.svg'
|
import { ReactComponent as Dribbble } from '../../images/dribbble.svg'
|
||||||
import styles from './Icon.module.scss'
|
import styles from './Icon.module.scss'
|
||||||
@ -51,7 +53,9 @@ const Icon = ({ name, ...props }) => {
|
|||||||
Globe,
|
Globe,
|
||||||
Briefcase,
|
Briefcase,
|
||||||
Award,
|
Award,
|
||||||
BookOpen
|
BookOpen,
|
||||||
|
Star,
|
||||||
|
Info
|
||||||
}
|
}
|
||||||
|
|
||||||
const IconMapped = components[name]
|
const IconMapped = components[name]
|
||||||
|
Loading…
Reference in New Issue
Block a user