File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ const DescriptionIcon = ({
1010 < svg
1111 width = { width }
1212 height = { height }
13- viewBox = "0 0 48 48 "
13+ viewBox = "0 0 24 24 "
1414 fill = { fill }
1515 data-testid = "description-icon-svg"
1616 xmlns = "http://www.w3.org/2000/svg"
1717 { ...props }
1818 >
1919 { /* SVG path data from Material UI Description icon will go here */ }
20- < path d = "M8 4h28v40H8z" / >
20+ < path d = "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8zm2 16H8v-2h8zm0-4H8v-2h8zm-3-5V3.5L18.5 9z" fill = { fill } > </ path >
2121 </ svg >
2222) ;
2323
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ export * from './EmptyStyle';
7171export * from './Environment' ;
7272export * from './Export' ;
7373export * from './ExternalLink' ;
74+ export * from './ErrorOutline' ;
7475export * from './Feedback' ;
7576export * from './File' ;
7677export * from './GetStarted' ;
You can’t perform that action at this time.
0 commit comments