Skip to content

Commit 5da8502

Browse files
committed
fix(Icon): rename from IconContainer * 3
1 parent 754c503 commit 5da8502

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/icons/Icons.stories.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ const Template: StoryFn<CubeIconProps> = (name) => {
4141
<Title>32px</Title>
4242
<Grid columns="repeat(auto-fit, 200px)" flow="row" gap="16px">
4343
{Object.keys(Icons).map((iconName) => {
44-
if (iconName === 'IconContainer' || iconName === 'wrapIcon')
45-
return null;
44+
if (iconName === 'Icon' || iconName === 'wrapIcon') return null;
4645

4746
const Icon = Icons[iconName];
4847

0 commit comments

Comments
 (0)