From 066e1638559874c21a09e85763b67d3af48d7e57 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Mon, 22 Jun 2020 22:05:33 -0700 Subject: [PATCH] feat: Add sun and moon icons --- src/components/FeatherIcon.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/components/FeatherIcon.js b/src/components/FeatherIcon.js index dbf50892a..273fed943 100644 --- a/src/components/FeatherIcon.js +++ b/src/components/FeatherIcon.js @@ -91,6 +91,20 @@ const ICONS = { ), + sun: ( + <> + + + + + + + + + + + ), + moon: , }; FeatherIcon.propTypes = {