mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-23 05:01:49 +10:00
- completed design of Onyx template
This commit is contained in:
24
src/templates/blocks/Icons.js
Normal file
24
src/templates/blocks/Icons.js
Normal file
@ -0,0 +1,24 @@
|
||||
import {
|
||||
FaGlobeAmericas,
|
||||
FaFacebookF,
|
||||
FaTwitter,
|
||||
FaLinkedinIn,
|
||||
FaGithub,
|
||||
FaDribbble,
|
||||
FaInstagram,
|
||||
} from 'react-icons/fa';
|
||||
import { MdPhone, MdEmail } from 'react-icons/md';
|
||||
|
||||
const Icons = {
|
||||
phone: MdPhone,
|
||||
website: FaGlobeAmericas,
|
||||
email: MdEmail,
|
||||
facebook: FaFacebookF,
|
||||
twitter: FaTwitter,
|
||||
linkedin: FaLinkedinIn,
|
||||
github: FaGithub,
|
||||
dribbble: FaDribbble,
|
||||
instagram: FaInstagram,
|
||||
};
|
||||
|
||||
export default Icons;
|
||||
Reference in New Issue
Block a user