Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
fix(Icon): removes description default value (#2235)
Browse files Browse the repository at this point in the history
  • Loading branch information
paschalidi authored and asudoh committed Apr 18, 2019
1 parent 938a0fe commit 89582e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Icon/Icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ Icon.propTypes = {
Icon.defaultProps = {
fillRule: 'evenodd',
role: 'img',
description: 'Provide a description that will be used as the title',
};

export { icons };
Expand Down

0 comments on commit 89582e3

Please # to comment.