Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/icons/Description/DescriptionIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ const DescriptionIcon = ({
<svg
width={width}
height={height}
viewBox="0 0 48 48"
viewBox="0 0 24 24"
fill={fill}
data-testid="description-icon-svg"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
{/* SVG path data from Material UI Description icon will go here */}
<path d="M8 4h28v40H8z" />
<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>
</svg>
);

Expand Down
1 change: 1 addition & 0 deletions src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export * from './EmptyStyle';
export * from './Environment';
export * from './Export';
export * from './ExternalLink';
export * from './ErrorOutline';
export * from './Feedback';
export * from './File';
export * from './GetStarted';
Expand Down