Skip to content

Commit

Permalink
Update Elastic stack logo
Browse files Browse the repository at this point in the history
  • Loading branch information
formgeist committed Jun 13, 2024
1 parent f8dd347 commit 8459f6e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 17 deletions.
3 changes: 2 additions & 1 deletion packages/eui/changelogs/upcoming/7813.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Updated `EuiSteps` to support a new `titleSize="xxs"` style, which outputs the same title font size but smaller unnumbered step indicators
- Updated `EuiStepsHorizontal` to support a new `size="xs"` style, which outputs smaller unnumbered step indicators
- Updated `EuiStepNumber` to support new `titleSize="none"` which omits rendering step numbers, and will only render icons
- Updated `EuiStepNumber` to support new `titleSize="none"` which omits rendering step numbers, and will only render icons
- Updated `EuiIcon` to feature updated `logoElasticStack` logo for referencing Elastic Stack platform
24 changes: 15 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 @@ -23,20 +23,26 @@ const EuiIconLogoElasticStack = ({
xmlns="http://www.w3.org/2000/svg"
width={32}
height={32}
fill="none"
viewBox="0 0 32 32"
aria-labelledby={titleId}
{...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"
fillRule="evenodd"
d="M0 20.148h32v-8.296H0v8.296Z"
clipRule="evenodd"
/>
<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;
13 changes: 6 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 8459f6e

Please sign in to comment.