Skip to content

Commit 31c25c9

Browse files
Fix icons
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 857e3a3 commit 31c25c9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/icons/Description/DescriptionIcon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/icons/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export * from './EmptyStyle';
6969
export * from './Environment';
7070
export * from './Export';
7171
export * from './ExternalLink';
72+
export * from './ErrorOutline';
7273
export * from './Feedback';
7374
export * from './File';
7475
export * from './GetStarted';

0 commit comments

Comments
 (0)