mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-10 21:15:04 +10:00
Merge pull request #373 from mrjelveh/develop
Adding stackoverflow & behance icon: Fixes #372
This commit is contained in:
@@ -6,7 +6,9 @@ import {
|
||||
FaGithub,
|
||||
FaDribbble,
|
||||
FaInstagram,
|
||||
FaGitlab,
|
||||
FaStackOverflow,
|
||||
FaBehance,
|
||||
FaGitlab
|
||||
} from 'react-icons/fa';
|
||||
import { MdPhone, MdEmail } from 'react-icons/md';
|
||||
|
||||
@@ -20,7 +22,9 @@ const Icons = {
|
||||
github: FaGithub,
|
||||
dribbble: FaDribbble,
|
||||
instagram: FaInstagram,
|
||||
gitlab: FaGitlab,
|
||||
stackoverflow: FaStackOverflow,
|
||||
behance: FaBehance,
|
||||
gitlab: FaGitlab
|
||||
};
|
||||
|
||||
export default Icons;
|
||||
|
||||
Reference in New Issue
Block a user