diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-17 13:21:11 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-17 13:21:11 -0600 |
commit | 65fef125ce4d5ffe8a6fa8844b25a65d1330bc0b (patch) | |
tree | 6c4a824119d5ec271410d04c729181f90785427c | |
parent | e3e2831d116874fe8419d1423f29f0249c7f980b (diff) | |
download | voidsky-65fef125ce4d5ffe8a6fa8844b25a65d1330bc0b.tar.zst |
Enlarge repost icon arrows
-rw-r--r-- | src/view/lib/icons.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/lib/icons.tsx b/src/view/lib/icons.tsx index 51299b3e4..e55a1a70f 100644 --- a/src/view/lib/icons.tsx +++ b/src/view/lib/icons.tsx @@ -240,7 +240,7 @@ export function RepostIcon({ stroke="currentColor" strokeWidth={strokeWidth} strokeLinejoin="round" - d="M 14.437 17.362 L 5.475 17.376 C 4.7 17.376 4.072 16.748 4.072 15.973 L 4.082 5.65 L 1.375 9.315 M 4.082 5.65 L 6.749 9.315 M 9.859 5.65 L 18.625 5.654 C 19.4 5.654 20.028 6.282 20.028 7.057 L 20.031 17.362 L 17.238 13.409 M 20.031 17.362 L 22.763 13.409" + d="M 14.437 17.362 L 5.475 17.376 C 4.7 17.376 4.072 16.748 4.072 15.973 L 4.082 5.65 L 1.027 10.34 M 4.082 5.65 L 7.113 10.34 M 9.859 5.65 L 18.625 5.654 C 19.4 5.654 20.028 6.282 20.028 7.057 L 20.031 17.362 L 17.023 12.403 M 20.031 17.362 L 22.98 12.403" /> </Svg> ) |