Skip to content

Commit 9d30bfd

Browse files
committed
add color palette icons
1 parent dd0bec9 commit 9d30bfd

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2020
- `IntentBaseTypes` now available via root export
2121
- some `intent` properties support less or more intent types, in case you need to test supported types before, then you can use it directly from the component interface, e.g. `TextFieldProps["intent"]`
2222

23+
### Added
24+
25+
- `application-colors` and `data-color` icons, both represented by the Carbon `ColorPalette` icon
26+
2327
## [24.3.1] - 2025-08-21
2428

2529
### Fixed

src/components/Icon/canonicalIconNames.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const canonicalIcons = {
88
"application-homepage": icons.Workspace,
99
"application-legacygui": icons.ResetAlt,
1010
"application-mapping": icons.ModelBuilder,
11+
"application-colors": icons.ColorPalette,
1112
"application-queries": icons.DataView,
1213
"application-useraccount": icons.UserAvatar,
1314
"application-vocabularies": icons.Catalog,
@@ -50,6 +51,7 @@ const canonicalIcons = {
5051
"artefact-workflow": icons.ModelBuilder,
5152

5253
"data-boolean": icons.Boolean,
54+
"data-color": icons.ColorPalette,
5355
"data-sourcepath": icons.Data_2,
5456
"data-targetpath": icons.Data_1,
5557
"data-string": icons.StringText,

0 commit comments

Comments
 (0)