Skip to content

Commit 88e0bd3

Browse files
committed
fix: Share icon is in outline format, not filled
Fixes #817 Signed-off-by: Lee Calcote <[email protected]>
1 parent ac9d570 commit 88e0bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/icons/Share/ShareIcon.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const ShareIcon: FC<IconProps> = ({
1818
d="M11.5 4.95703V5.39068L11.0707 5.45201C7.68596 5.93554 5.29546 7.37866 3.62629 9.28628C2.43591 10.6467 1.60118 12.2567 1.04239 13.9499C3.51457 11.4886 6.75712 10.357 11 10.357H11.5V10.857V13.7499L17.2929 7.95703L11.5 2.16414V4.95703Z"
1919
stroke={fill}
2020
strokeWidth={1.5}
21-
fill="none"
21+
fill={fill}
2222
/>
2323
</svg>
2424
);

0 commit comments

Comments
 (0)