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 = {