Skip to content

Commit

Permalink
feat: Add an award icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 24, 2020
1 parent f9e7fea commit 4bfc1be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/FeatherIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ const ICONS = {
<polyline points="16 16 12 12 8 16" />
</>
),
award: (
<>
<circle cx="12" cy="8" r="7" />
<polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88" />
</>
),
};

FeatherIcon.propTypes = {
Expand Down

0 comments on commit 4bfc1be

Please sign in to comment.