We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a061b4 + 7eef4ae commit 857e3a3Copy full SHA for 857e3a3
src/icons/ErrorOutline/ErrorOutlineIcon.tsx
@@ -17,7 +17,7 @@ export const ErrorOutlineIcon = ({
17
{...props}
18
>
19
<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"
+ 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"
21
fill={fill}
22
/>
23
</svg>
0 commit comments