Skip to content

Commit

Permalink
add canonical icon for keyboard hotkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
haschek committed Aug 21, 2023
1 parent 771c97b commit 94fc4bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Icon/canonicalIconNames.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export type ValidIconName =
| "application-useraccount"
| "application-vocabularies"
| "application-warning"
| "application-hotkeys"
| "artefact-commit"
| "artefact-customtask"
| "artefact-dataset"
Expand Down Expand Up @@ -162,6 +163,7 @@ const canonicalIconNames: Record<ValidIconName, CarbonIconType> = {
"application-useraccount": icons.UserAvatar,
"application-vocabularies": icons.Catalog,
"application-warning": icons.WarningAlt,
"application-hotkeys": icons.Keyboard,

"artefact-commit": icons.Commit,
"artefact-customtask": icons.Script,
Expand Down

0 comments on commit 94fc4bb

Please sign in to comment.