diff --git a/CHANGELOG.md b/CHANGELOG.md index dd61d6ac641..330caabdac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## [`main`](https://github.com/elastic/eui/tree/main) +- Added `lettering` glyph to `EuiIcon` ([#5525](https://github.com/elastic/eui/pull/5525)) - Updated the outline color in `euiCustomControlFocused` mixin to use `$euiFocusRingColor` instead of `currentColor` ([#5479](https://github.com/elastic/eui/pull/5479)) diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js index 682ab26f380..dd1c8f41d2c 100644 --- a/src-docs/src/views/icon/icons.js +++ b/src-docs/src/views/icon/icons.js @@ -125,6 +125,7 @@ export const iconTypes = [ 'kqlSelector', 'kqlValue', 'layers', + 'lettering', 'link', 'list', 'listAdd', diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap index 4492df71eff..d14610d0735 100644 --- a/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -3852,6 +3852,25 @@ exports[`EuiIcon props type lensApp is rendered 1`] = ` `; +exports[`EuiIcon props type lettering is rendered 1`] = ` + +`; + exports[`EuiIcon props type link is rendered 1`] = `