chore: correct icon name (#596)

This commit is contained in:
Ahsan Moin 2024-12-06 09:32:54 -05:00 committed by GitHub
parent 4d901ba066
commit fd4ef08dad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -837,7 +837,7 @@ export const SparklesIcon = ({ size = 16 }: { size?: number }) => (
</svg>
);
export const CheckCirclFillIcon = ({ size = 16 }: { size?: number }) => {
export const CheckCircleFillIcon = ({ size = 16 }: { size?: number }) => {
return (
<svg
height={size}