We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857e3a3 commit e81298fCopy full SHA for e81298f
2 files changed
src/icons/FolderRounded/FolderRoundedIcon.tsx
@@ -16,10 +16,7 @@ export const FolderRoundedIcon = ({
16
data-testid="folder-rounded-icon-svg"
17
{...props}
18
>
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
- />
+ <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} />
23
</svg>
24
);
25
};
src/icons/index.ts
@@ -38,6 +38,7 @@ export * from './EmojiEvents';
38
export * from './ExpandAll';
39
export * from './Favorite';
40
export * from './Filter';
41
+export * from './FolderRounded';
42
export * from './Fullscreen';
43
export * from './Hierarchical';
44
export * from './Info';
0 commit comments