-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2054 from Plant-for-the-Planet-org/feature/new_he…
…ader refactor navbar and minor change in styling
- Loading branch information
Showing
38 changed files
with
1,049 additions
and
845 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
public/assets/images/icons/headerIcons/DefaultProfileImageIcon.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
const DefaultProfileImageIcon = () => { | ||
return ( | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 51" fill="none"> | ||
<circle | ||
cx="25" | ||
cy="25.48" | ||
r="24" | ||
fill="#DFF4E8" | ||
stroke="white" | ||
strokeWidth="2" | ||
/> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M33.1687 21.21C33.1687 21.21 31.6912 21.2838 31.3586 22.7545C31.3586 22.7545 31.3536 18.4209 28.0428 16.011C28.0428 16.011 27.0751 16.7683 27.0947 18.3445C27.0947 18.3445 24.3105 15.2284 18.3362 13.6773C16.6771 19.6797 17.9989 23.596 17.9989 23.596C16.6436 22.7909 15.5039 23.2503 15.5039 23.2503C15.9364 27.3221 19.6862 29.4936 19.6862 29.4936C18.2461 29.0463 17.4435 30.289 17.4435 30.289C21.0203 34.9542 25.9091 35.6046 29.4741 33.761C29.7086 33.6396 29.9379 33.5073 30.1603 33.3648C33.5394 31.1993 35.421 26.641 33.1687 21.21ZM29.4741 33.761L27.9294 31.0856L23.3526 30.6261L23.444 29.8492L27.4478 30.2514L25.234 26.4169L20.6572 25.9574L20.7482 25.1798L24.752 25.582L21.8702 20.5907L22.5564 20.1945L25.4381 25.1859L27.0917 21.5174L27.8107 21.8274L25.9202 26.0207L28.134 29.8553L29.7876 26.1868L30.5061 26.496L28.6156 30.6894L32.6004 37.5912L31.9142 37.9874L29.4741 33.761Z" | ||
fill="#219653" | ||
/> | ||
</svg> | ||
); | ||
}; | ||
|
||
export default DefaultProfileImageIcon; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.