Skip to content

Commit

Permalink
feat: Add trello and users icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 26, 2020
1 parent 578dfac commit 39fa513
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions src/components/FeatherIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,20 +105,33 @@ const ICONS = {
<polyline points="16 16 12 12 8 16" />
</>
),

x: (
<>
<line x1="18" y1="6" x2="6" y2="18" />
<line x1="6" y1="6" x2="18" y2="18" />
</>
),

award: (
<>
<circle cx="12" cy="8" r="7" />
<polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88" />
</>
),
trello: (
<>
<rect x="3" y="3" width="18" height="18" rx="2" ry="2" />
<rect x="7" y="7" width="3" height="9" />
<rect x="14" y="7" width="3" height="5" />
</>
),
users: (
<>
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" />
<circle cx="9" cy="7" r="4" />
<path d="M23 21v-2a4 4 0 0 0-3-3.87" />
<path d="M16 3.13a4 4 0 0 1 0 7.75" />
</>
),
};

FeatherIcon.propTypes = {
Expand Down

0 comments on commit 39fa513

Please sign in to comment.