Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist committed Jun 13, 2024
1 parent 8459f6e commit df43102
Showing 1 changed file with 14 additions and 20 deletions.
34 changes: 14 additions & 20 deletions packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5425,33 +5425,27 @@ exports[`EuiIcon props type logoElasticStack is rendered 1`] = `
class="euiIcon emotion-euiIcon-m-isLoaded"
data-icon-type="logoElasticStack"
data-is-loaded="true"
fill="none"
height="32"
role="img"
viewBox="0 0 32 32"
width="32"
xmlns="http://www.w3.org/2000/svg"
>
<g
fill="none"
<path
d="M0 2.37A2.37 2.37 0 0 1 2.37 0h27.26A2.37 2.37 0 0 1 32 2.37v6.52H0V2.37Z"
fill="#F04E98"
/>
<path
clip-rule="evenodd"
d="M0 20.148h32v-8.296H0v8.296Z"
fill="#00BFB3"
fill-rule="evenodd"
>
<path
d="M32 9V2.5A2.5 2.5 0 0 0 29.5 0h-27A2.5 2.5 0 0 0 0 2.5V9h32Z"
fill="#F04E98"
/>
<path
d="M0 20h32v-8H0z"
fill="#00BFB3"
/>
<path
d="M14.5 23H0v6.5A2.5 2.5 0 0 0 2.5 32h12v-9Z"
fill="#0080D5"
/>
<path
d="M17.5 23v9h12a2.5 2.5 0 0 0 2.5-2.5V23H17.5Z"
fill="#FEC514"
/>
</g>
/>
<path
d="M0 23.111h32v6.519A2.37 2.37 0 0 1 29.63 32H2.37A2.37 2.37 0 0 1 0 29.63v-6.52Z"
fill="#07C"
/>
</svg>
`;

Expand Down

0 comments on commit df43102

Please sign in to comment.