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 ceae3c6 commit 754c503Copy full SHA for 754c503
src/icons/Icons.stories.tsx
@@ -26,8 +26,7 @@ const Template: StoryFn<CubeIconProps> = (name) => {
26
<Title>16px</Title>
27
<Grid columns="repeat(auto-fit, 200px)" flow="row" gap="16px">
28
{Object.keys(Icons).map((iconName) => {
29
- if (iconName === 'IconContainer' || iconName === 'wrapIcon')
30
- return null;
+ if (iconName === 'Icon' || iconName === 'wrapIcon') return null;
31
32
const Icon = Icons[iconName];
33
0 commit comments