Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman committed Feb 27, 2024
1 parent b6607cb commit 11ac0d5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/icons/src/__snapshots__/Icons.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1103,3 +1103,22 @@ exports[`<Icon /> Vercel - renders 1`] = `
</title>
</svg>
`;

exports[`<Icon /> X - renders 1`] = `
<svg
class="fill-current"
height="40px"
version="1.1"
viewBox="0 0 40 40"
width="40px"
x="0px"
y="0px"
>
<path
d="M23.0218 18.0993L31.8103 8H29.5956L21.9688 16.7649L15.0474 8H7L17.75 21.6136L8.71315 32H10.9278L18.8044 22.9486L25.9526 32H34L23.0218 18.0993ZM10.4364 9.65403H14.2232L30.5636 30.346H26.7768L10.4364 9.65403Z"
/>
<title>
X
</title>
</svg>
`;

0 comments on commit 11ac0d5

Please sign in to comment.