Skip to content

Commit

Permalink
fix current color in fill
Browse files Browse the repository at this point in the history
  • Loading branch information
rivka-ungar committed Nov 17, 2024
1 parent b2b958c commit 1571ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ size?: string | number;
}
const PinFull: React.FC<PinFullProps> = ({size, ...props}) => (
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<path fill="#676879" d="M13.695 2.361a1.893 1.893 0 0 0-2.217.735l-.001.002-2.304 3.496-4.84 1.117a1.436 1.436 0 0 0-.697 2.426l2.983 2.984-4.15 4.15a.75.75 0 0 0 1.061 1.06l4.15-4.15 2.985 2.987a1.443 1.443 0 0 0 2.424-.696l1.115-4.837L17.728 9.4a1.895 1.895 0 0 0 .325-2.936l-3.656-3.656-.001-.001a1.893 1.893 0 0 0-.701-.446Z"
<path d="M13.695 2.361a1.893 1.893 0 0 0-2.217.735l-.001.002-2.304 3.496-4.84 1.117a1.436 1.436 0 0 0-.697 2.426l2.983 2.984-4.15 4.15a.75.75 0 0 0 1.061 1.06l4.15-4.15 2.985 2.987a1.443 1.443 0 0 0 2.424-.696l1.115-4.837L17.728 9.4a1.895 1.895 0 0 0 .325-2.936l-3.656-3.656-.001-.001a1.893 1.893 0 0 0-.701-.446Z"
fillRule="evenodd" clipRule="evenodd" />
</svg>
);
Expand Down
2 changes: 1 addition & 1 deletion packages/style/src/Icons/PinFull.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1571ef4

Please sign in to comment.