Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 534 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 534 Bytes

Netlify Status

Idea

uidesigndaily

;

React Icons

react icons

npm install react-icons --save
import { FaHome } from 'react-icons/fa';
const Component = () => {
  return <FaHome className='icon'></FaHome>;
};