Merge pull request #494 from theoctober19th/develop

Add appropriate icon for YouTube channel in profile information.
This commit is contained in:
Amruth Pillai
2021-06-03 08:39:55 +05:30
committed by GitHub
+2
View File
@@ -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;