Installed font awesome regular icons

This commit is contained in:
Alejandro Celaya 2018-07-22 08:36:46 +02:00
parent b6c82da250
commit 6e6e54fa36
4 changed files with 10 additions and 3 deletions
src/short-urls

View file

@ -1,4 +1,4 @@
import calendarIcon from '@fortawesome/fontawesome-free-solid/faCalendarAlt';
import calendarIcon from '@fortawesome/fontawesome-free-regular/faCalendarAlt';
import downIcon from '@fortawesome/fontawesome-free-solid/faAngleDoubleDown';
import upIcon from '@fortawesome/fontawesome-free-solid/faAngleDoubleUp';
import FontAwesomeIcon from '@fortawesome/react-fontawesome';