Skip to content

Commit 2e5dbcb

Browse files
committed
fixed check circle outline icon
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
1 parent 857e3a3 commit 2e5dbcb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/icons/CheckCircleOutline/CheckCircleOutlineIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const CheckCircleOutlineIcon = ({
1717
{...props}
1818
>
1919
<path
20-
d="M12 2C6.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 8zm-1-5.41 7.29-7.29 1.41 1.41L11 16l-4.29-4.29 1.41-1.41L11 14.17z"
20+
d="M16.59 7.58 10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-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>

src/icons/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export * from './CaretDown';
5454
export * from './Chain';
5555
export * from './Challenges';
5656
export * from './CheckCircle';
57+
export * from './CheckCircleOutline';
5758
export * from './ChevronLeft';
5859
export * from './ContentClassIcons';
5960
export * from './Database';

0 commit comments

Comments
 (0)