From e81298f30ce6795e7e0b05195deafb8988ae59ce Mon Sep 17 00:00:00 2001 From: kishore08-07 Date: Mon, 16 Feb 2026 16:13:12 +0530 Subject: [PATCH] fixed folder rounded icon Signed-off-by: kishore08-07 --- src/icons/FolderRounded/FolderRoundedIcon.tsx | 5 +---- src/icons/index.ts | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) 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 15d4e8bbe..e236eabf6 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';