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 754c503 commit 5da8502Copy full SHA for 5da8502
src/icons/Icons.stories.tsx
@@ -41,8 +41,7 @@ const Template: StoryFn<CubeIconProps> = (name) => {
41
<Title>32px</Title>
42
<Grid columns="repeat(auto-fit, 200px)" flow="row" gap="16px">
43
{Object.keys(Icons).map((iconName) => {
44
- if (iconName === 'IconContainer' || iconName === 'wrapIcon')
45
- return null;
+ if (iconName === 'Icon' || iconName === 'wrapIcon') return null;
46
47
const Icon = Icons[iconName];
48
0 commit comments