Skip to content

Commit

Permalink
feat: Add new icons to Icon component
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Jun 13, 2024
1 parent e90828d commit c8151d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/components/icon/Icon.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ export const iconTable = {
Eraser: 'fas faEraser',
'ID-card': 'fas faIdCard',
Setting: 'fas faCog', //TODO: Rename to Gear in FA v6 <i class="fa-sharp fa-solid fa-gear"></i>
Desktop: 'fas faDesktop',
Globe: 'fas faGlobe',
Satellite: 'fas faSatelliteDish',
};

const IconStyled = styled(FontAwesomeIcon)`
Expand Down

0 comments on commit c8151d1

Please sign in to comment.