Skip to content

Commit

Permalink
Adjust icon keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Dec 13, 2024
1 parent e1c568c commit 5ca58da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/icons/src/icon/stories/keywords.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
const keywords: Partial< Record< keyof typeof import('../../'), string[] > > = {
cancelCircleFilled: [ 'close' ],
cautionFilled: [ 'alert', 'caution', 'warning' ],
caution: [ 'alert', 'warning' ],
cautionFilled: [ 'alert', 'warning' ],
create: [ 'add' ],
error: [ 'alert', 'caution', 'warning' ],
file: [ 'folder' ],
seen: [ 'show' ],
thumbsDown: [ 'dislike' ],
Expand Down

0 comments on commit 5ca58da

Please sign in to comment.