mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 10:41:56 +10:00
Adding stackoverflow & behance icon
This commit is contained in:
@ -6,6 +6,8 @@ import {
|
||||
FaGithub,
|
||||
FaDribbble,
|
||||
FaInstagram,
|
||||
FaStackOverflow,
|
||||
FaBehance
|
||||
} from 'react-icons/fa';
|
||||
import { MdPhone, MdEmail } from 'react-icons/md';
|
||||
|
||||
@ -19,6 +21,8 @@ const Icons = {
|
||||
github: FaGithub,
|
||||
dribbble: FaDribbble,
|
||||
instagram: FaInstagram,
|
||||
stackoverflow: FaStackOverflow,
|
||||
behance: FaBehance,
|
||||
};
|
||||
|
||||
export default Icons;
|
||||
|
||||
Reference in New Issue
Block a user