diff --git a/CHANGELOG.md b/CHANGELOG.md
index ecd11fd0531..24166220653 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)
+- Added `logoSecurity`, `logoCode`, `logoMaps`, `logoUptime` and `logoLogging` to `EuiIcon` types ([#2111](https://github.com/elastic/eui/pull/2111))
- Added a `column` direction option to `EuiFlexGrid` ([#2073](https://github.com/elastic/eui/pull/2073))
- Updated `EuiSuperDatePicker`'s commonly used date/times to display as columns. ([#2073](https://github.com/elastic/eui/pull/2073))
- Added TypeScript definition for `EuiFormControlLayout` ([#2086](https://github.com/elastic/eui/pull/2086))
@@ -15,6 +16,10 @@
- Fixed `EuiPopover` from catching and preventing propagation of keydown events when closed ([#2089](https://github.com/elastic/eui/pull/2089))
- Fixed padding sizes between `EuiModal` header, body, and footer ([#2088](https://github.com/elastic/eui/pull/2088))
+**Deprecations**
+
+- Removed `logoXpack`from `EuiIcon` types ([#2111](https://github.com/elastic/eui/pull/2111))
+
## [`12.2.0`](https://github.com/elastic/eui/tree/v12.2.0)
- Made `aria-label` attribute equal to `title` of the the selection checkbox in table items (for each row) in `EuiBasicTable` ([#2043](https://github.com/elastic/eui/pull/2043))
diff --git a/src-docs/src/views/icon/logos.js b/src-docs/src/views/icon/logos.js
index 1bbf9e20c80..ec290fba145 100644
--- a/src-docs/src/views/icon/logos.js
+++ b/src-docs/src/views/icon/logos.js
@@ -25,6 +25,7 @@ const iconTypes = [
'logoAppSearch',
'logoBeats',
'logoBusinessAnalytics',
+ 'logoCode',
'logoCloud',
'logoCloudEnterprise',
'logoElastic',
@@ -32,10 +33,13 @@ const iconTypes = [
'logoElasticsearch',
'logoEnterpriseSearch',
'logoKibana',
+ 'logoLogging',
'logoLogstash',
+ 'logoMaps',
'logoMetrics',
+ 'logoSecurity',
'logoSiteSearch',
- 'logoXpack',
+ 'logoUptime',
].sort();
export default () => (
diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap
index 919bf81dbde..9dd9c382226 100644
--- a/src/components/icon/__snapshots__/icon.test.tsx.snap
+++ b/src/components/icon/__snapshots__/icon.test.tsx.snap
@@ -3447,6 +3447,30 @@ exports[`EuiIcon props type logoCloudEnterprise is rendered 1`] = `
`;
+exports[`EuiIcon props type logoCode is rendered 1`] = `
+
+`;
+
exports[`EuiIcon props type logoCodesandbox is rendered 1`] = `