Adjust GrSync SVG attributes
This commit is contained in:
parent
4b86c6b775
commit
620e9756b9
@ -8,7 +8,7 @@ export default function IconGrSync({
|
||||
stroke="currentColor"
|
||||
fill="currentColor"
|
||||
className={className}
|
||||
stroke-width="0"
|
||||
strokeWidth="0"
|
||||
viewBox="0 0 24 24"
|
||||
height="15"
|
||||
width="15"
|
||||
@ -17,7 +17,7 @@ export default function IconGrSync({
|
||||
<path
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
strokeWidth="2"
|
||||
// eslint-disable-next-line max-len
|
||||
d="M5,19 L16,19 C19.866,19 23,15.866 23,12 L23,9 M8,15 L4,19 L8,23 M19,5 L8,5 C4.134,5 1,8.134 1,12 L1,15 M16,1 L20,5 L16,9"
|
||||
></path>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user