Skip to content

Commit 35a0eed

Browse files
committed
add more icons
1 parent 0117685 commit 35a0eed

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,15 @@ This is a major release, and it might be not compatible with your current usage
5757
- new icons
5858
- `artefact-task-sqlupdatequeryoperator`
5959
- `artefact-task-customsqlexecution`
60+
- `item-legend`
61+
- `operation-tour`
6062
- `toggler-carettop`
6163
- `toggler-caretleft`
6264
- `toggler-micon`
6365
- `toggler-micoff`
6466
- `toggler-radio`
6567
- `toggler-radio-checked`
68+
- `state-flagged`
6669
- `state-progress`
6770
- `state-progress-error`
6871
- `state-progress-warning`

src/components/Icon/canonicalIconNames.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ const canonicalIcons = {
8888
"item-execution": icons.Run,
8989
"item-info": icons.Information,
9090
"item-launch": icons.Launch,
91+
"item-legend": icons.Legend,
9192
"item-moremenu": icons.OverflowMenuVertical,
9293
"item-question": icons.Help,
9394
"item-reload": icons.Renew,
@@ -158,6 +159,7 @@ const canonicalIcons = {
158159
"operation-logout": icons.Logout,
159160
"operation-magic": icons.MagicWand,
160161
"operation-merge": icons.DirectionMerge,
162+
"operation-tour": icons.Tour,
161163
"operation-redo": icons.Redo,
162164
"operation-search": icons.Search,
163165
"operation-send": icons.Send,
@@ -172,6 +174,7 @@ const canonicalIcons = {
172174
"state-confirmed": icons.ThumbsUp,
173175
"state-danger": icons.ErrorFilled,
174176
"state-declined": icons.ThumbsDown,
177+
"state-flagged": icons.Flag,
175178
"state-info": icons.InformationFilled,
176179
"state-locked": icons.Locked,
177180
"state-partlychecked": icons.CheckboxIndeterminate,

0 commit comments

Comments
 (0)