Skip to content

Commit

Permalink
feat: remove fixed fill color
Browse files Browse the repository at this point in the history
  • Loading branch information
leannechen committed Mar 22, 2022
1 parent 39aa011 commit 87ba9ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/src/icons/components/AddLocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default function SvgAddLocation(props) {
>
<path
d="M20 1v3h3v2h-3v3h-2V6h-3V4h3V1h2Zm-8 12c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2Zm2-9.75V7h3v3h2.92c.05.39.08.79.08 1.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 6.22 7.8 3 12 3c.68 0 1.35.08 2 .25Z"
fill="#323232"
/>
</svg>
);
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/icons/svg/add-location.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 87ba9ce

Please sign in to comment.