From 39fa51309bab466e5fa5dd61c39545b39f5cc704 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Thu, 25 Jun 2020 17:37:39 -0700 Subject: [PATCH] feat: Add trello and users icons --- src/components/FeatherIcon.js | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/components/FeatherIcon.js b/src/components/FeatherIcon.js index ec5d7431f..e1bd4dfb2 100644 --- a/src/components/FeatherIcon.js +++ b/src/components/FeatherIcon.js @@ -105,20 +105,33 @@ const ICONS = { ), - x: ( <> ), - award: ( <> ), + trello: ( + <> + + + + + ), + users: ( + <> + + + + + + ), }; FeatherIcon.propTypes = {