diff --git a/CHANGELOG.md b/CHANGELOG.md
index 317010db9af..f3042fa057f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
## [`main`](https://github.com/elastic/eui/tree/main)
+- Added `sun` glyph to `EuiIcon` ([#5548](https://github.com/elastic/eui/pull/5548))
- Updated styles in `EuiDescriptionList` of `type` inline ([#5534](https://github.com/elastic/eui/pull/5534))
## [`46.0.0`](https://github.com/elastic/eui/tree/v46.0.0)
diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js
index dd1c8f41d2c..3a071d87e36 100644
--- a/src-docs/src/views/icon/icons.js
+++ b/src-docs/src/views/icon/icons.js
@@ -211,6 +211,7 @@ export const iconTypes = [
'storage',
'string',
'submodule',
+ 'sun',
'symlink',
'tableOfContents',
'tableDensityExpanded',
diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap
index d14610d0735..8419c5b717a 100644
--- a/src/components/icon/__snapshots__/icon.test.tsx.snap
+++ b/src/components/icon/__snapshots__/icon.test.tsx.snap
@@ -8442,6 +8442,24 @@ exports[`EuiIcon props type submodule is rendered 1`] = `
`;
+exports[`EuiIcon props type sun is rendered 1`] = `
+
+`;
+
exports[`EuiIcon props type swatchInput is rendered 1`] = `