Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 363 Bytes

File metadata and controls

20 lines (14 loc) · 363 Bytes

Idea

uidesigndaily

;

React Icons

react icons

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