Skip to content

Commit

Permalink
Fixing width and viewBox to 16px
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLuisGJ committed Feb 7, 2024
1 parent ed152df commit eac6afb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/components/icon/__snapshots__/icon.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
<path
Expand Down
4 changes: 2 additions & 2 deletions src/components/icon/assets/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ const EuiIconIndex = ({
}: SVGProps<SVGSVGElement> & SVGRProps) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={17}
width={16}
height={16}
viewBox="0 0 17 16"
viewBox="0 0 16 16"
aria-labelledby={titleId}
{...props}
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/icon/svgs/index.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eac6afb

Please sign in to comment.