From ee3187f9c6917accde5327d731c4fefd690c1dd2 Mon Sep 17 00:00:00 2001 From: Patrick Ear Date: Fri, 28 Jun 2024 16:28:08 +0200 Subject: [PATCH] add license and news icon --- src/lib/components/icon/Icon.component.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/components/icon/Icon.component.tsx b/src/lib/components/icon/Icon.component.tsx index 4938c35588..1247da7119 100644 --- a/src/lib/components/icon/Icon.component.tsx +++ b/src/lib/components/icon/Icon.component.tsx @@ -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', @@ -133,6 +134,7 @@ export const iconTable = { Satellite: 'fas faSatelliteDish', LightMode: 'fas faSun', DarkMode: 'fas faMoon', + News: 'fas faBullhorn', }; const IconStyled = styled(FontAwesomeIcon)`