Skip to content

Commit

Permalink
Recompiled and updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist committed Jun 18, 2024
1 parent 2087e5c commit 56b6a91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5425,7 +5425,6 @@ 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"
Expand All @@ -5437,10 +5436,8 @@ exports[`EuiIcon props type logoElasticStack is rendered 1`] = `
fill="#F04E98"
/>
<path
clip-rule="evenodd"
d="M0 20.148h32v-8.296H0v8.296Z"
fill="#00BFB3"
fill-rule="evenodd"
/>
<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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const EuiIconLogoElasticStack = ({
xmlns="http://www.w3.org/2000/svg"
width={32}
height={32}
fill="none"
viewBox="0 0 32 32"
aria-labelledby={titleId}
{...props}
Expand All @@ -33,12 +32,7 @@ const EuiIconLogoElasticStack = ({
fill="#F04E98"
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"
/>
<path
fill="#00BFB3"
fillRule="evenodd"
d="M0 20.148h32v-8.296H0v8.296Z"
clipRule="evenodd"
/>
<path fill="#00BFB3" d="M0 20.148h32v-8.296H0v8.296Z" />
<path
fill="#07C"
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"
Expand Down

0 comments on commit 56b6a91

Please sign in to comment.