diff --git a/src/icons/FolderRounded/FolderRoundedIcon.tsx b/src/icons/FolderRounded/FolderRoundedIcon.tsx index 3910f5ce6..aa14030ad 100644 --- a/src/icons/FolderRounded/FolderRoundedIcon.tsx +++ b/src/icons/FolderRounded/FolderRoundedIcon.tsx @@ -16,10 +16,7 @@ export const FolderRoundedIcon = ({ data-testid="folder-rounded-icon-svg" {...props} > - + ); }; diff --git a/src/icons/index.ts b/src/icons/index.ts index 916629f5e..3680931e8 100644 --- a/src/icons/index.ts +++ b/src/icons/index.ts @@ -38,6 +38,7 @@ export * from './EmojiEvents'; export * from './ExpandAll'; export * from './Favorite'; export * from './Filter'; +export * from './FolderRounded'; export * from './Fullscreen'; export * from './Hierarchical'; export * from './Info';