Skip to content

Commit 754c503

Browse files
committed
fix(Icon): rename from IconContainer * 2
1 parent ceae3c6 commit 754c503

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
@@ -26,8 +26,7 @@ const Template: StoryFn<CubeIconProps> = (name) => {
2626
<Title>16px</Title>
2727
<Grid columns="repeat(auto-fit, 200px)" flow="row" gap="16px">
2828
{Object.keys(Icons).map((iconName) => {
29-
if (iconName === 'IconContainer' || iconName === 'wrapIcon')
30-
return null;
29+
if (iconName === 'Icon' || iconName === 'wrapIcon') return null;
3130

3231
const Icon = Icons[iconName];
3332

0 commit comments

Comments
 (0)