Skip to content

Commit

Permalink
Merge pull request #818 from layer5io/leecalcote/issue817
Browse files Browse the repository at this point in the history
fix: Share icon is in outline format, not filled
  • Loading branch information
leecalcote authored Nov 21, 2024
2 parents ac9d570 + 88e0bd3 commit d533485
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 d533485

Please sign in to comment.