Skip to content

Commit

Permalink
feat: add clone icon
Browse files Browse the repository at this point in the history
  • Loading branch information
devguest committed Oct 10, 2019
1 parent 477a51c commit 4850691
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 @@ -31,6 +31,7 @@ const icons: Array<Props['name']> = [
'fa-check-circle',
'fa-chevron-left',
'fa-chevron-right',
'fa-clone',
'fa-cog',
'fa-databas',
'fa-ellipsis-h',
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 @@ -23,6 +23,7 @@ import {
FaCheckCircle,
FaChevronLeft,
FaChevronRight,
FaClone,
FaCog,
FaDatabase,
FaEllipsisH,
Expand Down Expand Up @@ -99,6 +100,7 @@ export const iconMap = {
'fa-check-circle': FaCheckCircle,
'fa-chevron-left': FaChevronLeft,
'fa-chevron-right': FaChevronRight,
'fa-clone': FaClone,
'fa-cog': FaCog,
'fa-databas': FaDatabase,
'fa-ellipsis-h': FaEllipsisH,
Expand Down

0 comments on commit 4850691

Please sign in to comment.