Merge pull request #373 from mrjelveh/develop

Adding stackoverflow & behance icon: Fixes #372
This commit is contained in:
Amruth Pillai
2020-11-09 09:05:58 +05:30
committed by GitHub
+6 -2
View File
@@ -6,7 +6,9 @@ import {
FaGithub, FaGithub,
FaDribbble, FaDribbble,
FaInstagram, FaInstagram,
FaGitlab, FaStackOverflow,
FaBehance,
FaGitlab
} from 'react-icons/fa'; } from 'react-icons/fa';
import { MdPhone, MdEmail } from 'react-icons/md'; import { MdPhone, MdEmail } from 'react-icons/md';
@@ -20,7 +22,9 @@ const Icons = {
github: FaGithub, github: FaGithub,
dribbble: FaDribbble, dribbble: FaDribbble,
instagram: FaInstagram, instagram: FaInstagram,
gitlab: FaGitlab, stackoverflow: FaStackOverflow,
behance: FaBehance,
gitlab: FaGitlab
}; };
export default Icons; export default Icons;