mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-11 21:45:04 +10:00
Add appropriate icon for YouTube channel in profile information.
This commit is contained in:
@@ -12,6 +12,7 @@ import {
|
||||
FaBirthdayCake,
|
||||
FaTelegram,
|
||||
FaSkype,
|
||||
FaYoutube,
|
||||
} from 'react-icons/fa';
|
||||
import { MdPhone, MdEmail } 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