Skip to content

Commit 528a42c

Browse files
jendownsasudoh
authored andcommitted
fix(button): update story icons details (#2337)
* fix(button): update story icons details * fix(button): run prettier on story
1 parent d9b7cc0 commit 528a42c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/Button/Button-story.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ const { prefix } = settings;
2020

2121
const icons = {
2222
None: 'None',
23-
'Add with filled circle (AddFilled16 from `@carbon/icons`)': 'AddFilled16',
24-
'Search (Search16 from `@carbon/icons`)': 'Search16',
23+
'Add with filled circle (AddFilled16 from `@carbon/icons-react`)':
24+
'AddFilled16',
25+
'Search (Search16 from `@carbon/icons-react`)': 'Search16',
2526
};
2627

2728
const iconMap = {

0 commit comments

Comments
 (0)