Skip to content

Commit

Permalink
feat: Add FaCaretUp icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeliwo committed Oct 4, 2019
1 parent 1b96936 commit e7748e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Icon/Icon.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const icons: Array<Props['name']> = [
'fa-building',
'fa-calendar-alt',
'fa-caret-down',
'fa-caret-up',
'fa-chart-area',
'fa-chart-bar',
'fa-chart-line',
Expand Down
2 changes: 2 additions & 0 deletions src/components/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
FaBuilding,
FaCalendarAlt,
FaCaretDown,
FaCaretUp,
FaChartArea,
FaChartBar,
FaChartLine,
Expand Down Expand Up @@ -80,6 +81,7 @@ const iconMap = {
'fa-building': FaBuilding,
'fa-calendar-alt': FaCalendarAlt,
'fa-caret-down': FaCaretDown,
'fa-caret-up': FaCaretUp,
'fa-chart-area': FaChartArea,
'fa-chart-bar': FaChartBar,
'fa-chart-line': FaChartLine,
Expand Down

0 comments on commit e7748e3

Please sign in to comment.