Replace copy icon with retry icon

This commit is contained in:
Ovindu Atukorala
2024-10-08 12:17:21 +00:00
parent 8a084a05c9
commit 1e6cc95f09
3 changed files with 13 additions and 15 deletions

View File

@@ -7,7 +7,8 @@ const RetryIcon = (props: SVGProps<SVGSVGElement>) => (
width={props.width ? props.width : 16}
height={props.height ? props.height : 16}
fill={props.fill}
stroke={props.stroke}
stroke={props.stroke ? props.stroke : 'none'}
strokeWidth={props.strokeWidth ? props.strokeWidth : 10}
viewBox="0 0 383.748 383.748"
{...props}
>