diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70d7091c2f4..a1550d3b738 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)
+- Added `package` icon to glyph set ([#2378](https://github.com/elastic/eui/pull/2378))
- Modified `EuiFacetButton` to use `$euiFocusBackgroundColor` for `:focus` state ([2365](https://github.com/elastic/eui/pull/2365))
- Added a `showMaxPopover` option for `EuiBreadcrumbs` to display all items when a `max` is set. ([#2342](https://github.com/elastic/eui/pull/2342))
- Added `data-test-subj` support for basic and in-memory tables' actions ([#2353](https://github.com/elastic/eui/pull/2353))
diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js
index 2037e7af878..18f926af996 100644
--- a/src-docs/src/views/icon/icons.js
+++ b/src-docs/src/views/icon/icons.js
@@ -127,6 +127,7 @@ const iconTypes = [
'number',
'offline',
'online',
+ 'package',
'partial',
'pause',
'pencil',
diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap
index 408cafde4b6..2a95d870ab9 100644
--- a/src/components/icon/__snapshots__/icon.test.tsx.snap
+++ b/src/components/icon/__snapshots__/icon.test.tsx.snap
@@ -5058,6 +5058,21 @@ exports[`EuiIcon props type online is rendered 1`] = `
`;
+exports[`EuiIcon props type package is rendered 1`] = `
+
+`;
+
exports[`EuiIcon props type packetbeatApp is rendered 1`] = `