chore: correct icon name (#596)
This commit is contained in:
parent
4d901ba066
commit
fd4ef08dad
2 changed files with 3 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue