From e5763109cbd466c73be729a47e5ba24bbbd42af6 Mon Sep 17 00:00:00 2001 From: Jean-Marc Millet Date: Tue, 17 Dec 2024 17:57:36 +0100 Subject: [PATCH] add mail icon --- 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 2c983439f4..ec6c974ee2 100644 --- a/src/lib/components/icon/Icon.component.tsx +++ b/src/lib/components/icon/Icon.component.tsx @@ -137,6 +137,7 @@ export const iconTable = { Ring: 'fas faRing', Stop: 'fas faStop', Play: 'fas faPlay', + Mail: 'fas faEnvelope', }; export const customIcons = {