Skip to content

Commit

Permalink
Icons: Fixed invalid prop for homeButton icon (#64191)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: jasmussen <[email protected]>
  • Loading branch information
3 people authored Aug 2, 2024
1 parent 16c728e commit a9a0287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/icons/src/library/home-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { SVG, Path } from '@wordpress/primitives';
const homeButton = (
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<Path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M4.25 7A2.75 2.75 0 0 1 7 4.25h10A2.75 2.75 0 0 1 19.75 7v10A2.75 2.75 0 0 1 17 19.75H7A2.75 2.75 0 0 1 4.25 17V7ZM7 5.75c-.69 0-1.25.56-1.25 1.25v10c0 .69.56 1.25 1.25 1.25h10c.69 0 1.25-.56 1.25-1.25V7c0-.69-.56-1.25-1.25-1.25H7Z"
/>
</SVG>
Expand Down

0 comments on commit a9a0287

Please sign in to comment.