Skip to content

Commit e81298f

Browse files
committed
fixed folder rounded icon
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
1 parent 857e3a3 commit e81298f

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/icons/FolderRounded/FolderRoundedIcon.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ export const FolderRoundedIcon = ({
1616
data-testid="folder-rounded-icon-svg"
1717
{...props}
1818
>
19-
<path
20-
d="M10 4c-0.55 0-1 0.45-1 1H4c-1.1 0-2 0.9-2 2v10c0 1.1 0.9 2 2 2h16c1.1 0 2-0.9 2-2V8c0-1.1-0.9-2-2-2h-8l-2-2z"
21-
fill={fill}
22-
/>
19+
<path d="M10.59 4.59C10.21 4.21 9.7 4 9.17 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8z" fill={fill} />
2320
</svg>
2421
);
2522
};

src/icons/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export * from './EmojiEvents';
3838
export * from './ExpandAll';
3939
export * from './Favorite';
4040
export * from './Filter';
41+
export * from './FolderRounded';
4142
export * from './Fullscreen';
4243
export * from './Hierarchical';
4344
export * from './Info';

0 commit comments

Comments
 (0)