File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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} ;
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ export * from './EmojiEvents';
3838export * from './ExpandAll' ;
3939export * from './Favorite' ;
4040export * from './Filter' ;
41+ export * from './FolderRounded' ;
4142export * from './Fullscreen' ;
4243export * from './Hierarchical' ;
4344export * from './Info' ;
You can’t perform that action at this time.
0 commit comments