Skip to content

Commit

Permalink
fix: Share icon is in outline format, not filled
Browse files Browse the repository at this point in the history
Fixes #817

Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Nov 20, 2024
1 parent ac9d570 commit 88e0bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/Share/ShareIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const ShareIcon: FC<IconProps> = ({
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"
stroke={fill}
strokeWidth={1.5}
fill="none"
fill={fill}
/>
</svg>
);
Expand Down

0 comments on commit 88e0bd3

Please sign in to comment.