diff --git a/CHANGELOG.md b/CHANGELOG.md index 663af513473..55894ace4b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## [`master`](https://github.com/elastic/eui/tree/master) - Added icons for `appSearchApp` and `workplaceSearchApp` to `EuiIcon` ([#3859](https://github.com/elastic/eui/pull/3859)) +- Added `unlink` glyph to `EuiIcon` ([#3869](https://github.com/elastic/eui/pull/3869)) ## [`27.4.0`](https://github.com/elastic/eui/tree/v27.4.0) diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js index 384ed3cc0dc..1dca84979f7 100644 --- a/src-docs/src/views/icon/icons.js +++ b/src-docs/src/views/icon/icons.js @@ -202,6 +202,7 @@ export const iconTypes = [ 'timeline', 'training', 'trash', + 'unlink', 'user', 'users', 'vector', diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap index a568292a847..6ac4dc3f050 100644 --- a/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -8580,6 +8580,27 @@ exports[`EuiIcon props type trash is rendered 1`] = ` `; +exports[`EuiIcon props type unlink is rendered 1`] = ` + +`; + exports[`EuiIcon props type upgradeAssistantApp is rendered 1`] = `