diff --git a/src/components/Icons.tsx b/src/components/Icons.tsx
index 02688a183..c91322b38 100644
--- a/src/components/Icons.tsx
+++ b/src/components/Icons.tsx
@@ -123,6 +123,14 @@ export const LeftArrowIcon = ({ color = "#9C9C9C", width = 17, height = 12 }: SV
);
+export const DownArrowIcon = ({ color = "#9C9C9C", width = 12, height = 17 }: SVGProps) => (
+
+);
+
export const UpArrowIcon = ({ color = "#9C9C9C", width = 16, height = 16 }: SVGProps) => (