Use next icons internally in components#8185
Open
ggdouglas wants to merge 2 commits into
Open
Conversation
Use next icons internally in componentsBuild artifact links for this commit: documentation | landing | table | demo | storybookThis is an automated comment from the deploy-preview CircleCI job. |
Update Callout test with new iconBuild artifact links for this commit: documentation | landing | table | demo | storybookThis is an automated comment from the deploy-preview CircleCI job. |
Generate changelog in
|
ggdouglas
force-pushed
the
gd/use-next-icons-in-components
branch
from
June 26, 2026 18:56
1ade755 to
c27f1d7
Compare
Update Callout test with new iconBuild artifact links for this commit: documentation | landing | table | demo | storybookThis is an automated comment from the deploy-preview CircleCI job. |
✅ Successfully generated changelog entries for:
Need to regenerate?Simply interact with the changelog bot comment again to regenerate these entries. 📋Changelog Preview💡 Improvements |
ggdouglas
marked this pull request as ready for review
June 26, 2026 19:51
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
Switches Blueprint's built-in components to render icons from
@blueprintjs/icons/nextinstead of the legacy@blueprintjs/iconsset. This is internal-only: no public API changes, and component props that accept icons continue to work as before. It moves the default visual language of the library onto the next-generation icon set introduced in #8174 / #8175.Changes
Component icon imports are repointed from
@blueprintjs/iconsto@blueprintjs/icons/next, which also adopts the new*Iconexport naming. Most swaps are one-to-one, but the next set renames several glyphs, so the mapping is not always nominal.Non-mechanical changes
Two swaps go beyond a rename and are worth a closer look during review. In Dialog the close button drops its explicit
IconSize.STANDARDand relies on the icon's default size. In EntityTitle the loading placeholder switches from theIconNames.SQUAREstring identifier to a rendered<SquareIcon />element.Screenshots
Breadcrumbs
Callout
Checkbox
DatePicker
Dialog
Drawer
NumericInput
HTMLSelect
KeyComboTag
MenuItem
Omnibar
Select
Tag / CompundTag
Toast
Tree
TruncatedFormat