From 28c97df9d2f354cace3fe451393cc75bce33e9bf Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Thu, 18 Jun 2020 10:39:24 -0700 Subject: [PATCH] feat: Add a search icon --- src/components/FeatherIcon.js | 6 ++++++ 1 file changed, 6 insertions(+) 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 = {