diff --git a/src/components/FeatherIcon.js b/src/components/FeatherIcon.js
index dc31050d5..9a3bc5e04 100644
--- a/src/components/FeatherIcon.js
+++ b/src/components/FeatherIcon.js
@@ -42,6 +42,12 @@ const ICONS = {
github: (
),
+ search: (
+ <>
+
+
+ >
+ ),
};
FeatherIcon.propTypes = {