Skip to content

Commit

Permalink
[EuiIcon] Update logoElasticStack logo to latest (#7838)
Browse files Browse the repository at this point in the history
Co-authored-by: Lene Gadewoll <[email protected]>
Co-authored-by: Michael Marcialis <[email protected]>
  • Loading branch information
3 people authored Jun 18, 2024
1 parent 4d6acaf commit dee9096
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 37 deletions.
1 change: 1 addition & 0 deletions packages/eui/changelogs/upcoming/7838.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Updated `EuiIcon` to feature updated `logoElasticStack` logo for referencing Elastic Stack platform
33 changes: 12 additions & 21 deletions packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5431,27 +5431,18 @@ exports[`EuiIcon props type logoElasticStack is rendered 1`] = `
width="32"
xmlns="http://www.w3.org/2000/svg"
>
<g
fill="none"
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 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
d="M0 20.148h32v-8.296H0v8.296Z"
fill="#00BFB3"
/>
<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
18 changes: 9 additions & 9 deletions packages/eui/src/components/icon/assets/logo_elastic_stack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ const EuiIconLogoElasticStack = ({
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g fill="none" fillRule="evenodd">
<path
fill="#F04E98"
d="M32 9V2.5A2.5 2.5 0 0 0 29.5 0h-27A2.5 2.5 0 0 0 0 2.5V9h32Z"
/>
<path fill="#00BFB3" d="M0 20h32v-8H0z" />
<path fill="#0080D5" d="M14.5 23H0v6.5A2.5 2.5 0 0 0 2.5 32h12v-9Z" />
<path fill="#FEC514" d="M17.5 23v9h12a2.5 2.5 0 0 0 2.5-2.5V23H17.5Z" />
</g>
<path
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" 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"
/>
</svg>
);
export const icon = EuiIconLogoElasticStack;
11 changes: 4 additions & 7 deletions packages/eui/src/components/icon/svgs/logo_elastic_stack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dee9096

Please sign in to comment.