mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 03:01:53 +10:00
Added GitLab icon
This commit is contained in:
@ -6,6 +6,7 @@ import {
|
|||||||
FaGithub,
|
FaGithub,
|
||||||
FaDribbble,
|
FaDribbble,
|
||||||
FaInstagram,
|
FaInstagram,
|
||||||
|
FaGitlab,
|
||||||
} from 'react-icons/fa';
|
} from 'react-icons/fa';
|
||||||
import { MdPhone, MdEmail } from 'react-icons/md';
|
import { MdPhone, MdEmail } from 'react-icons/md';
|
||||||
|
|
||||||
@ -19,6 +20,7 @@ const Icons = {
|
|||||||
github: FaGithub,
|
github: FaGithub,
|
||||||
dribbble: FaDribbble,
|
dribbble: FaDribbble,
|
||||||
instagram: FaInstagram,
|
instagram: FaInstagram,
|
||||||
|
gitlab: FaGitlab,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Icons;
|
export default Icons;
|
||||||
|
|||||||
Reference in New Issue
Block a user