Skip to content

Commit

Permalink
Merge pull request #1 from SalesLoft/fix-ruls-on-plus-icon
Browse files Browse the repository at this point in the history
Fix svg clip rules for plus icon
  • Loading branch information
rcackerley authored Jun 17, 2021
2 parents ea72b32 + 42640b6 commit bf1759c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_starter/shared/Icons/Plus.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ function Plus(props) {
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M4.25 5.75V10H5.75V5.75H10V4.25H5.75V0H4.25V4.25H0V5.75H4.25Z"
fill="currentColor"
/>
Expand Down

0 comments on commit bf1759c

Please sign in to comment.