Skip to content

Commit

Permalink
[Icons]: Fix property names for Comment Author Avatar icon (#36737)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Nov 22, 2021
1 parent 32faaf8 commit 5f4c8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/icons/src/library/comment-author-avatar.js
Expand Up @@ -6,9 +6,9 @@ import { Path, SVG } from '@wordpress/primitives';
const commentAuthorAvatar = (
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<Path
fill-rule="evenodd"
fillRule="evenodd"
d="M7.25 16.437a6.5 6.5 0 1 1 9.5 0V16A2.75 2.75 0 0 0 14 13.25h-4A2.75 2.75 0 0 0 7.25 16v.437Zm1.5 1.193a6.47 6.47 0 0 0 3.25.87 6.47 6.47 0 0 0 3.25-.87V16c0-.69-.56-1.25-1.25-1.25h-4c-.69 0-1.25.56-1.25 1.25v1.63ZM4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm10-2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
clip-rule="evenodd"
clipRule="evenodd"
/>
</SVG>
);
Expand Down

0 comments on commit 5f4c8e1

Please sign in to comment.