From a26a4b16fd181c2105cb460c25972e456fc42cfb Mon Sep 17 00:00:00 2001 From: Jonnathan Charpentier <92122357+JonnCharpentier@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:30:19 -0600 Subject: [PATCH] feat: new icon (#959) Co-authored-by: JonnCh --- src/components/Icon.stories.tsx | 1 + src/components/Icon.tsx | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/components/Icon.stories.tsx b/src/components/Icon.stories.tsx index 6fb938020..92758a847 100644 --- a/src/components/Icon.stories.tsx +++ b/src/components/Icon.stories.tsx @@ -103,6 +103,7 @@ export const Icon = (props: IconProps) => { "openBook", ]; const miscIcons: IconProps["icon"][] = [ + "inbox", "dollar", "userCircle", "calendar", diff --git a/src/components/Icon.tsx b/src/components/Icon.tsx index e61adbfed..0b235c7eb 100644 --- a/src/components/Icon.tsx +++ b/src/components/Icon.tsx @@ -368,6 +368,9 @@ export const Icons = { ), // Misc + inbox: ( + + ), criticalPath: ( ),