Skip to content

Commit

Permalink
fix: email icon to use clipRule instead of clip-rule;
Browse files Browse the repository at this point in the history
  • Loading branch information
apattersonATX-HB committed Oct 14, 2024
1 parent 94fd6d4 commit 765dbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export const Icons = {
email: (
<path
fillRule="evenodd"
clip-rule="evenodd"
clipRule="evenodd"
d="M19.7885 7.82129L11.9381 14.1015L4.13462 7.41281V18.0529H19.7885V7.82129ZM5.92342 6.13462L11.9851 11.3303L18.4797 6.13462H5.92342ZM2 20.1875V4H21.9231V6.02293L21.9673 6.07821L21.9231 6.11359V20.1875H2Z"
/>
),
Expand Down

0 comments on commit 765dbb9

Please sign in to comment.