We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954f321 commit a792301Copy full SHA for a792301
frontend/src/components/ui/ResetButton.tsx
@@ -15,12 +15,7 @@ const ResetButton: React.FC<ResetButtonProps> = ({
15
}) => {
16
const resetIcon = (
17
<svg className="w-5 h-5 mx-auto" fill="none" stroke="currentColor" viewBox="0 0 24 24">
18
- <path
19
- strokeLinecap="round"
20
- strokeLinejoin="round"
21
- strokeWidth={2}
22
- d="M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"
23
- />
+ <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M6 18L18 6M6 6l12 12" />
24
</svg>
25
);
26
0 commit comments