[EuiIcon] Add translate icon - #9842
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new translate glyph to EUI’s icon set to address the need for a canonical “translate” action icon (ref #9816), making it available via EuiIcon and included in the normal icon test/snapshot coverage.
Changes:
- Added the
translateSVG source and generated React icon asset. - Registered the new icon in
typeToPathMap(with search synonyms) so it can be referenced bytype="translate". - Updated
EuiIconsnapshot coverage and added an upcoming changelog entry.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/eui/src/components/icon/svgs/translate.svg | Adds the raw 16x16 SVG source for the new icon. |
| packages/eui/src/components/icon/assets/translate.tsx | Adds the generated React component wrapper for the SVG. |
| packages/eui/src/components/icon/icon_map.ts | Registers translate in the icon type map with metadata/synonyms. |
| packages/eui/src/components/icon/snapshots/icon.test.tsx.snap | Updates snapshots to include rendering of the new translate icon. |
| packages/eui/changelogs/upcoming/9842.md | Adds an upcoming changelog entry for the new icon. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
2 visual difference(s) found - expand to review, then click Approve visual changes to update baselineseuiicon (2 differences)
|
22 tasks
weronikaolejniczak
approved these changes
Jul 24, 2026
weronikaolejniczak
left a comment
Contributor
There was a problem hiding this comment.
LGTM! 🟢 Thanks, Michael!
Contributor
Author
|
buildkite test it |
weronikaolejniczak
force-pushed
the
translate-icon
branch
from
July 27, 2026 12:16
154577a to
5d4e24c
Compare
💚 Build Succeeded
History
|
💚 Build Succeeded
History
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
translateicon.Screenshots
Impact Assessment
Note: Most PRs should be tested in Kibana to help gauge their Impact before merging.
Impact level: 🟢 None
Release Readiness
[ ] Migration guide: {steps or link, for breaking/visual changes or deprecations}[ ] Adoption plan (new features): {link to issue/doc or outline who will integrate this and where}QA instructions for reviewer
EuiIcondocumentation page.translateicon appears.translateicon renders properly in both light/dark modes.Checklist before marking Ready for Review
[ ] QA: Tested in CodeSandbox and Kibana[ ] Breaking changes: Addedbreaking changelabel (if applicable)Reviewer checklist