From eac6afbf3763b172a3af765122727a0bdb7f1e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Gonz=C3=A1lez?= Date: Wed, 7 Feb 2024 16:39:26 +0100 Subject: [PATCH] Fixing width and viewBox to 16px --- src/components/icon/__snapshots__/icon.test.tsx.snap | 4 ++-- src/components/icon/assets/index.tsx | 4 ++-- src/components/icon/svgs/index.svg | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap index 43fcb62b895..1f9fbd39fcb 100644 --- a/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -3827,8 +3827,8 @@ exports[`EuiIcon props type index is rendered 1`] = ` data-is-loaded="true" height="16" role="img" - viewBox="0 0 17 16" - width="17" + viewBox="0 0 16 16" + width="16" xmlns="http://www.w3.org/2000/svg" > & SVGRProps) => ( diff --git a/src/components/icon/svgs/index.svg b/src/components/icon/svgs/index.svg index 65259b99e15..6af8b7e92af 100644 --- a/src/components/icon/svgs/index.svg +++ b/src/components/icon/svgs/index.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file