diff --git a/packages/eui/changelogs/upcoming/9149.md b/packages/eui/changelogs/upcoming/9149.md new file mode 100644 index 00000000000..805a0adc0bf --- /dev/null +++ b/packages/eui/changelogs/upcoming/9149.md @@ -0,0 +1 @@ +- Updated 'paperClip' icon glyph diff --git a/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap b/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap index 505c402e14c..b529bdc0f5f 100644 --- a/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -8379,7 +8379,7 @@ exports[`EuiIcon props type paperClip is rendered 1`] = ` xmlns="http://www.w3.org/2000/svg" > `; @@ -9745,6 +9745,7 @@ exports[`EuiIcon props type streamsWired is rendered 1`] = ` class="euiIcon emotion-euiIcon-m-isLoaded" data-icon-type="streamsWired" data-is-loaded="true" + fill="none" height="16" role="presentation" viewBox="0 0 16 16" @@ -9753,12 +9754,12 @@ exports[`EuiIcon props type streamsWired is rendered 1`] = ` > diff --git a/packages/eui/src/components/icon/assets/paper_clip.tsx b/packages/eui/src/components/icon/assets/paper_clip.tsx index 256a682208a..2f2ddab648c 100644 --- a/packages/eui/src/components/icon/assets/paper_clip.tsx +++ b/packages/eui/src/components/icon/assets/paper_clip.tsx @@ -28,7 +28,7 @@ const EuiIconPaperClip = ({ {...props} > {title ? {title} : null} - + ); export const icon = EuiIconPaperClip; diff --git a/packages/eui/src/components/icon/assets/streams_wired.tsx b/packages/eui/src/components/icon/assets/streams_wired.tsx index a9448da5520..2a8f411e515 100644 --- a/packages/eui/src/components/icon/assets/streams_wired.tsx +++ b/packages/eui/src/components/icon/assets/streams_wired.tsx @@ -23,6 +23,7 @@ const EuiIconStreamsWired = ({ xmlns="http://www.w3.org/2000/svg" width={16} height={16} + fill="none" viewBox="0 0 16 16" aria-labelledby={titleId} {...props} @@ -30,12 +31,12 @@ const EuiIconStreamsWired = ({ {title ? {title} : null} diff --git a/packages/eui/src/components/icon/svgs/paper_clip.svg b/packages/eui/src/components/icon/svgs/paper_clip.svg index 8cc0d868001..6f446fbc254 100644 --- a/packages/eui/src/components/icon/svgs/paper_clip.svg +++ b/packages/eui/src/components/icon/svgs/paper_clip.svg @@ -1,3 +1,3 @@ - - - \ No newline at end of file + + +