From 0e8c8f5614a0f934a3bfdb87aa1e199de7034293 Mon Sep 17 00:00:00 2001
From: Caroline Horn <549577+cchaos@users.noreply.github.com>
Date: Mon, 15 Jul 2019 11:29:53 -0400
Subject: [PATCH] Centered the square of the popout icon in the artboard
(#2120)
---
CHANGELOG.md | 2 +-
src/components/icon/__snapshots__/icon.test.tsx.snap | 2 +-
src/components/icon/assets/popout.js | 2 +-
src/components/icon/assets/popout.svg | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
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 @@