From c5c61dfa2db17e44434456e95a887f9bbe9f1f85 Mon Sep 17 00:00:00 2001 From: Herve Dombya Date: Fri, 9 Jun 2023 15:25:18 +0200 Subject: [PATCH] Icon: add eraser --- src/lib/components/icon/Icon.component.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/icon/Icon.component.tsx b/src/lib/components/icon/Icon.component.tsx index 75d88afdfe..99478e7fe7 100644 --- a/src/lib/components/icon/Icon.component.tsx +++ b/src/lib/components/icon/Icon.component.tsx @@ -123,6 +123,7 @@ export const iconTable = { Download: 'fas faDownload', Certificate: 'fas faCertificate', Redo: 'fas faRedoAlt', + Eraser: 'fas faEraser', }; const IconStyled = styled(FontAwesomeIcon)`