From 4bfc1beb379c675c292543a43b5c308590633c7c Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Wed, 24 Jun 2020 16:13:30 -0700 Subject: [PATCH] feat: Add an award icon --- src/components/FeatherIcon.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/FeatherIcon.js b/src/components/FeatherIcon.js index 39e4d8199..a00178533 100644 --- a/src/components/FeatherIcon.js +++ b/src/components/FeatherIcon.js @@ -97,6 +97,12 @@ const ICONS = { ), + award: ( + <> + + + + ), }; FeatherIcon.propTypes = {