We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b7cc0 commit 528a42cCopy full SHA for 528a42c
src/components/Button/Button-story.js
@@ -20,8 +20,9 @@ const { prefix } = settings;
20
21
const icons = {
22
None: 'None',
23
- 'Add with filled circle (AddFilled16 from `@carbon/icons`)': 'AddFilled16',
24
- 'Search (Search16 from `@carbon/icons`)': 'Search16',
+ 'Add with filled circle (AddFilled16 from `@carbon/icons-react`)':
+ 'AddFilled16',
25
+ 'Search (Search16 from `@carbon/icons-react`)': 'Search16',
26
};
27
28
const iconMap = {
0 commit comments