Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leannechen committed Apr 22, 2022
1 parent 8ad1d7b commit 488503d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/icons/components/AddLocation.js
Expand Up @@ -12,7 +12,8 @@ export default function SvgAddLocation(props) {
>
<path
d="M18.4737 2.5V4.95455H21V6.59091H18.4737V9.04545H16.7895V6.59091H14.2632V4.95455H16.7895V2.5H18.4737ZM11.7368 12.3182C12.6632 12.3182 13.4211 11.5818 13.4211 10.6818C13.4211 9.78182 12.6632 9.04545 11.7368 9.04545C10.8105 9.04545 10.0526 9.78182 10.0526 10.6818C10.0526 11.5818 10.8105 12.3182 11.7368 12.3182ZM13.4211 4.34091V7.40909H15.9474V9.86364H18.4063C18.4484 10.1827 18.4737 10.51 18.4737 10.8455C18.4737 13.5618 16.2253 16.7773 11.7368 20.5C7.24842 16.7773 5 13.5618 5 10.8455C5 6.77091 8.2 4.13636 11.7368 4.13636C12.3095 4.13636 12.8737 4.20182 13.4211 4.34091Z"
fill="currentColor" />
fill="currentColor"
/>
</svg>
);
}

0 comments on commit 488503d

Please sign in to comment.