Skip to content

Commit c66a8af

Browse files
committed
fix(ResetButton): update reset icon SVG for improved visibility and styling
1 parent c573021 commit c66a8af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/src/components/ui/ResetButton.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ const ResetButton: React.FC<ResetButtonProps> = ({
1414
title = 'Reset all filters',
1515
}) => {
1616
const resetIcon = (
17-
<svg className="w-5 h-5 mx-auto" fill="none" stroke="currentColor" viewBox="0 0 24 24">
18-
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M6 18L18 6M6 6l12 12" />
17+
<svg className="w-5 h-5 mx-auto" fill="currentColor" viewBox="0 0 32 32">
18+
<path d="M22.5,9A7.4522,7.4522,0,0,0,16,12.792V8H14v8h8V14H17.6167A5.4941,5.4941,0,1,1,22.5,22H22v2h.5a7.5,7.5,0,0,0,0-15Z" />
19+
<path d="M26,6H4V9.171l7.4142,7.4143L12,17.171V26h4V24h2v2a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V18L2.5858,10.5853A2,2,0,0,1,2,9.171V6A2,2,0,0,1,4,4H26Z" />
1920
</svg>
2021
);
2122

0 commit comments

Comments
 (0)