Skip to content

Commit 857e3a3

Browse files
Merge pull request #1326 from Bhumikagarggg/add-ErrorOutline-Icon
Enhance the path of ErrorOutlineIcon
2 parents 6a061b4 + 7eef4ae commit 857e3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/icons/ErrorOutline/ErrorOutlineIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const ErrorOutlineIcon = ({
1717
{...props}
1818
>
1919
<path
20-
d="M11 15h2v2h-2zm0-8h2v6h-2zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"
20+
d="M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8"
2121
fill={fill}
2222
/>
2323
</svg>

0 commit comments

Comments
 (0)