diff --git a/CHANGELOG.md b/CHANGELOG.md
index baf6c159505..d53545e7685 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
- Converted `EuiFilePicker` to TypeScript ([#2832](https://github.com/elastic/eui/issues/2832))
- Exported `EuiSelectOptionProps` type ([#2830](https://github.com/elastic/eui/pull/2830))
+- Added `paperClip` glyph to `EuiIcon` ([#2845](https://github.com/elastic/eui/pull/2845))
## [`19.0.0`](https://github.com/elastic/eui/tree/v19.0.0)
diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js
index 95ef52b5774..0fd96a71060 100644
--- a/src-docs/src/views/icon/icons.js
+++ b/src-docs/src/views/icon/icons.js
@@ -140,6 +140,7 @@ export const iconTypes = [
'package',
'pageSelect',
'pagesSelect',
+ 'paperClip',
'partial',
'pause',
'pencil',
diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap
index c750569d0f4..6675b379a64 100644
--- a/src/components/icon/__snapshots__/icon.test.tsx.snap
+++ b/src/components/icon/__snapshots__/icon.test.tsx.snap
@@ -6136,6 +6136,23 @@ exports[`EuiIcon props type pagesSelect is rendered 1`] = `
`;
+exports[`EuiIcon props type paperClip is rendered 1`] = `
+
+`;
+
exports[`EuiIcon props type partial is rendered 1`] = `