mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-11 13:35:13 +10:00
Merge pull request #494 from theoctober19th/develop
Add appropriate icon for YouTube channel in profile information.
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
||||
FaSkype,
|
||||
FaStackOverflow,
|
||||
FaTelegram,
|
||||
FaYoutube,
|
||||
FaTwitter,
|
||||
} from 'react-icons/fa';
|
||||
import { MdEmail, MdPhone } from 'react-icons/md';
|
||||
@@ -31,6 +32,7 @@ const Icons = {
|
||||
birthday: FaBirthdayCake,
|
||||
telegram: FaTelegram,
|
||||
skype: FaSkype,
|
||||
youtube: FaYoutube,
|
||||
};
|
||||
|
||||
export default Icons;
|
||||
|
||||
Reference in New Issue
Block a user