diff --git a/src/lib/components/icon/Icon.component.tsx b/src/lib/components/icon/Icon.component.tsx index ac67e4d68f..4edbabe41d 100644 --- a/src/lib/components/icon/Icon.component.tsx +++ b/src/lib/components/icon/Icon.component.tsx @@ -128,6 +128,9 @@ export const iconTable = { Eraser: 'fas faEraser', 'ID-card': 'fas faIdCard', Setting: 'fas faCog', //TODO: Rename to Gear in FA v6 + Desktop: 'fas faDesktop', + Globe: 'fas faGlobe', + Satellite: 'fas faSatelliteDish', }; const IconStyled = styled(FontAwesomeIcon)`