Skip to content

Commit

Permalink
feat(icon): Remove duplicate icon (incomplete)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Sep 26, 2017
1 parent 3d84615 commit 6003580
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/components/Icons/DecorativeIcon/DecorativeIcon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ DecorativeIcon.propTypes = {
'exclamationPointCircle',
'expander',
'hamburger',
'incomplete',
'location',
'minus',
'plus',
Expand Down
1 change: 0 additions & 1 deletion src/components/Icons/DecorativeIcon/DecorativeIcon.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<DecorativeIcon symbol="exclamationPointCircle" />
<DecorativeIcon symbol="expander" />
<DecorativeIcon symbol="hamburger" />
<DecorativeIcon symbol="incomplete" />
<DecorativeIcon symbol="location" />
<DecorativeIcon symbol="minus" />
<DecorativeIcon symbol="plus" />
Expand Down
1 change: 0 additions & 1 deletion src/components/Icons/Icon/Icon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Icon.propTypes = {
'exclamationPointCircle',
'expander',
'hamburger',
'incomplete',
'location',
'minus',
'plus',
Expand Down
1 change: 0 additions & 1 deletion src/components/Icons/StandaloneIcon/StandaloneIcon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ StandaloneIcon.propTypes = {
'exclamationPointCircle',
'expander',
'hamburger',
'incomplete',
'location',
'minus',
'plus',
Expand Down
1 change: 0 additions & 1 deletion src/components/Icons/StandaloneIcon/StandaloneIcon.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<StandaloneIcon symbol="exclamationPointCircle" a11yText="text" />
<StandaloneIcon symbol="expander" a11yText="text" />
<StandaloneIcon symbol="hamburger" a11yText="text" />
<StandaloneIcon symbol="incomplete" a11yText="text" />
<StandaloneIcon symbol="location" a11yText="text" />
<StandaloneIcon symbol="minus" a11yText="text" />
<StandaloneIcon symbol="plus" a11yText="text" />
Expand Down

0 comments on commit 6003580

Please sign in to comment.