Skip to content

Commit

Permalink
Updating test snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveyholler committed Apr 18, 2019
1 parent 0cf99a4 commit c901155
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/icon/__snapshots__/icon.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5953,7 +5953,6 @@ exports[`EuiIcon props type tokenMethod is rendered 1`] = `
exports[`EuiIcon props type tokenModule is rendered 1`] = `
<svg
class="euiIcon euiIcon--medium"
fill="none"
focusable="false"
height="16"
viewBox="0 0 16 16"
Expand All @@ -5962,19 +5961,16 @@ exports[`EuiIcon props type tokenModule is rendered 1`] = `
>
<path
d="M8 2l5.196 3v.178l-.866.468V5.5L8 3 3.67 5.5v5L8 13l4.33-2.5V5.77l.866-.474V11L8 14l-5.196-3V5L8 2z"
fill="#000"
/>
<path
d="M5.243 4.429L9.597 7.04 8 7.928 3.743 5.563a.5.5 0 1 0-.486.874L7.5 8.794V13.5h1V8.794l4.243-2.357a.508.508 0 0 0 .06-.04l.392-.202V5.047l-.917.505a.573.573 0 0 0-.02.01l-.106.06-.191.105-1.355.753-4.849-2.909-.514.858z"
fill="#000"
/>
</svg>
`;

exports[`EuiIcon props type tokenNamespace is rendered 1`] = `
<svg
class="euiIcon euiIcon--medium"
fill="none"
focusable="false"
height="16"
viewBox="0 0 16 16"
Expand Down

0 comments on commit c901155

Please sign in to comment.