Skip to content

Commit

Permalink
add sun and moon icon
Browse files Browse the repository at this point in the history
  • Loading branch information
MonPote committed Jun 28, 2024
1 parent e67603f commit 3a0d162
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/components/icon/Icon.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ export const iconTable = {
Desktop: 'fas faDesktop',
Globe: 'fas faGlobe',
Satellite: 'fas faSatelliteDish',
LightMode: 'fas faSun',
DarkMode: 'fas faMoon',
};

const IconStyled = styled(FontAwesomeIcon)`
Expand Down

0 comments on commit 3a0d162

Please sign in to comment.