summaryrefslogtreecommitdiff
path: root/src/components/shared/RotateIcon.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/shared/RotateIcon.tsx')
-rw-r--r--src/components/shared/RotateIcon.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/shared/RotateIcon.tsx b/src/components/shared/RotateIcon.tsx
index 7e3ceae..d9dcbd9 100644
--- a/src/components/shared/RotateIcon.tsx
+++ b/src/components/shared/RotateIcon.tsx
@@ -10,7 +10,7 @@ export function RotateIcon({ isRotating }: { isRotating: boolean }) {
});
return (
<span className={cls}>
- <RotateCw width={16} />
+ <RotateCw size={16} />
</span>
);
}