Skip to content

Commit

Permalink
feat: change Location icon
Browse files Browse the repository at this point in the history
  • Loading branch information
leannechen committed Apr 8, 2022
1 parent 348f117 commit ad2600b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions packages/core/src/icons/components/Location.js
Expand Up @@ -3,15 +3,14 @@ import React from 'react';
export default function SvgLocation(props) {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
viewBox="0 0 32 32"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path
d="M24.4852 23.5879C26.7357 21.2892 28 18.1721 28 14.9221C28 11.672 26.7357 8.55499 24.4852 6.25626C23.3712 5.11822 22.0484 4.21543 20.5925 3.59948C19.1365 2.98354 17.576 2.6665 16 2.6665C14.424 2.6665 12.8635 2.98354 11.4075 3.59948C9.9516 4.21543 8.62883 5.11822 7.51481 6.25626C5.26425 8.55499 4 11.672 4 14.9221C4 18.1721 5.26425 21.2892 7.51481 23.5879L10.1221 26.2111L13.6241 29.6848L13.8521 29.8913C15.1806 30.9902 17.1262 30.9202 18.3776 29.6848L22.5516 25.5374L24.4852 23.5879V23.5879ZM16 20.1667C14.6361 20.1667 13.3281 19.6136 12.3637 18.6291C11.3993 17.6445 10.8575 16.3092 10.8575 14.9168C10.8575 13.5245 11.3993 12.1891 12.3637 11.2046C13.3281 10.2201 14.6361 9.66694 16 9.66694C17.3639 9.66694 18.6719 10.2201 19.6363 11.2046C20.6007 12.1891 21.1425 13.5245 21.1425 14.9168C21.1425 16.3092 20.6007 17.6445 19.6363 18.6291C18.6719 19.6136 17.3639 20.1667 16 20.1667Z"
d="M21.657 20.45A7.819 7.819 0 0 0 24 14.879c0-2.09-.843-4.093-2.343-5.571A8.006 8.006 0 0 0 19.062 7.6a8.107 8.107 0 0 0-6.124 0 8.006 8.006 0 0 0-2.595 1.708A7.819 7.819 0 0 0 8 14.878c0 2.09.843 4.094 2.343 5.572l1.738 1.686 2.335 2.233.152.133a2.306 2.306 0 0 0 3.017-.133l2.783-2.666 1.289-1.253ZM16 18.25c-.91 0-1.781-.355-2.424-.988a3.348 3.348 0 0 1-1.004-2.387c0-.895.36-1.753 1.004-2.386A3.456 3.456 0 0 1 16 11.5c.91 0 1.781.356 2.424.989a3.348 3.348 0 0 1 1.004 2.386c0 .895-.36 1.754-1.004 2.387A3.456 3.456 0 0 1 16 18.25Z"
fill="currentColor"
/>
</svg>
Expand Down
5 changes: 2 additions & 3 deletions packages/core/src/icons/svg/location.svg
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 ad2600b

Please sign in to comment.