diff --git a/CHANGELOG.md b/CHANGELOG.md index 441bd13b0aa..ed00afef011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Removed `role` attribute from `EuiImage`([#3036](https://github.com/elastic/eui/pull/3036)) - Added `prepend` and `append` ability to `EuiComboBox` single selection only ([#3003](https://github.com/elastic/eui/pull/3003)) - Added `onColumnResize` prop to `EuiDataGrid` of type `EuiDataGridOnColumnResizeHandler` that gets called when column changes it's size ([#2963](https://github.com/elastic/eui/pull/2963)) +- Added `logoEnterpriseSearch` to `EuiIcon` ([#3066](https://github.com/elastic/eui/pull/3066)) - Added RGB format support to `EuiColorPicker` and `EuiColorStops` ([#2850](https://github.com/elastic/eui/pull/2850)) - Added alpha channel (opacity) support to `EuiColorPicker` and `EuiColorStops` ([#2850](https://github.com/elastic/eui/pull/2850)) - Added `useResizeObserver` hook ([#2991](https://github.com/elastic/eui/pull/2991)) diff --git a/src-docs/src/views/icon/logos.js b/src-docs/src/views/icon/logos.js index bbf984e9445..15dcbcb62a4 100644 --- a/src-docs/src/views/icon/logos.js +++ b/src-docs/src/views/icon/logos.js @@ -30,6 +30,7 @@ const iconTypes = [ 'logoElastic', 'logoElasticStack', 'logoElasticsearch', + 'logoEnterpriseSearch', 'logoKibana', 'logoLogging', 'logoLogstash', diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap index aad571749d1..884cca1da10 100644 --- a/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -4026,16 +4026,22 @@ exports[`EuiIcon props type logoEnterpriseSearch is rendered 1`] = ` xmlns="http://www.w3.org/2000/svg" > `; diff --git a/src/components/icon/assets/logo_enterprise_search.js b/src/components/icon/assets/logo_enterprise_search.js index 173a989af3a..195c0498363 100644 --- a/src/components/icon/assets/logo_enterprise_search.js +++ b/src/components/icon/assets/logo_enterprise_search.js @@ -10,16 +10,22 @@ const EuiIconLogoEnterpriseSearch = ({ title, titleId, ...props }) => ( {...props}> {title ? {title} : null} ); diff --git a/src/components/icon/assets/logo_enterprise_search.svg b/src/components/icon/assets/logo_enterprise_search.svg index c6d221fd1ae..7f790a254a6 100644 --- a/src/components/icon/assets/logo_enterprise_search.svg +++ b/src/components/icon/assets/logo_enterprise_search.svg @@ -1,7 +1,5 @@ - - - - - - - + + + + + \ No newline at end of file