diff --git a/src/components/Icon.stories.tsx b/src/components/Icon.stories.tsx
index 3976dff3b..fb1086697 100644
--- a/src/components/Icon.stories.tsx
+++ b/src/components/Icon.stories.tsx
@@ -47,6 +47,8 @@ export const Icon = () => {
"chevronLeft",
"chevronRight",
"arrowBack",
+ "menuClose",
+ "menuOpen",
];
const mediaIcons: IconProps["icon"][] = ["camera", "fileBlank", "folder", "image", "file", "images", "openBook"];
const miscIcons: IconProps["icon"][] = ["dollar", "userCircle", "calendar"];
diff --git a/src/components/Icon.tsx b/src/components/Icon.tsx
index 903b67805..2f47d20ef 100644
--- a/src/components/Icon.tsx
+++ b/src/components/Icon.tsx
@@ -188,6 +188,18 @@ export const Icons = {
arrowBack: (
),
+ menuClose: (
+ <>
+
+
+ >
+ ),
+ menuOpen: (
+ <>
+
+
+ >
+ ),
// Media
camera: (
<>