diff --git a/CHANGELOG.md b/CHANGELOG.md index 051223fb642..c11d7f0a5ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ ## [`master`](https://github.com/elastic/eui/tree/master) -- Added `analyzeEvent` glyph in `EuiIcon` ([#3729](https://github.com/elastic/eui/pull/3729)) - Updated `EuiComboBox` to allow the options list to open for single selection custom options ([#3706](https://github.com/elastic/eui/pull/3706)) - Added `useEuiI18n` hook for localization ([#3749](https://github.com/elastic/eui/pull/3749)) diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js index 180512c64f7..09d4ad6f288 100644 --- a/src-docs/src/views/icon/icons.js +++ b/src-docs/src/views/icon/icons.js @@ -24,7 +24,6 @@ export const iconTypes = [ 'accessibility', 'aggregate', 'alert', - 'analyzeEvent', 'annotation', 'apmTrace', 'apps', diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap index f17958fee77..b5aebaa52b6 100644 --- a/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -566,24 +566,6 @@ exports[`EuiIcon props type alert is rendered 1`] = ` `; -exports[`EuiIcon props type analyzeEvent is rendered 1`] = ` - -`; - exports[`EuiIcon props type annotation is rendered 1`] = `