diff --git a/CHANGELOG.md b/CHANGELOG.md index c21327a270a..e2a847c779d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## [`master`](https://github.com/elastic/eui/tree/master) -No public interface changes since `12.3.1`. +- Centered the square of the `popout` glyph in the artboard ([#2120](https://github.com/elastic/eui/pull/2120)) ## [`12.3.1`](https://github.com/elastic/eui/tree/v12.3.1) diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap index 9dd9c382226..8d55de80bb4 100644 --- a/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -5476,7 +5476,7 @@ exports[`EuiIcon props type popout is rendered 1`] = ` xmlns="http://www.w3.org/2000/svg" > `; diff --git a/src/components/icon/assets/popout.js b/src/components/icon/assets/popout.js index 05650c56aa8..ada795313f0 100644 --- a/src/components/icon/assets/popout.js +++ b/src/components/icon/assets/popout.js @@ -7,7 +7,7 @@ const EuiIconPopout = props => ( viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" {...props}> - + ); diff --git a/src/components/icon/assets/popout.svg b/src/components/icon/assets/popout.svg index 6d425445bdf..9b0270504f6 100644 --- a/src/components/icon/assets/popout.svg +++ b/src/components/icon/assets/popout.svg @@ -1,3 +1,3 @@ - +