Skip to content

Commit

Permalink
add license and news icon
Browse files Browse the repository at this point in the history
  • Loading branch information
MonPote committed Jun 28, 2024
1 parent 7d8a79e commit ee3187f
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 @@ -75,6 +75,7 @@ export const iconTable = {
Folder: 'far faFolder',
File: 'far faFile',
'File-invoice': 'fas faFileInvoice',
License: 'fas faFileInvoice',
'Deletion-marker': 'fas faBan',
'Map-marker': 'fas faMapMarkerAlt',
Location: 'fas faMapMarkerAlt',
Expand Down Expand Up @@ -133,6 +134,7 @@ export const iconTable = {
Satellite: 'fas faSatelliteDish',
LightMode: 'fas faSun',
DarkMode: 'fas faMoon',
News: 'fas faBullhorn',
};

const IconStyled = styled(FontAwesomeIcon)`
Expand Down

0 comments on commit ee3187f

Please sign in to comment.