-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
38 additions
and
13 deletions.
There are no files selected for viewing
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
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
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,18 @@ | ||
const GithubLogo = () => ( | ||
<svg | ||
width="19" | ||
height="18" | ||
viewBox="0 0 19 18" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M9.79953 0C4.7035 0 0.583862 4.12498 0.583862 9.22815C0.583862 13.3074 3.22346 16.7604 6.88528 17.9825C7.3431 18.0744 7.5108 17.7839 7.5108 17.5396C7.5108 17.3257 7.4957 16.5924 7.4957 15.8283C4.93213 16.3784 4.39829 14.7283 4.39829 14.7283C3.9863 13.6588 3.37588 13.3839 3.37588 13.3839C2.53682 12.8186 3.43699 12.8186 3.43699 12.8186C4.36773 12.8797 4.85611 13.7658 4.85611 13.7658C5.67989 15.1713 7.00732 14.7742 7.54135 14.5297C7.61756 13.9338 7.86185 13.5213 8.12122 13.2922C6.07659 13.0783 3.92538 12.2838 3.92538 8.73915C3.92538 7.73078 4.29133 6.90578 4.8712 6.26416C4.77971 6.03504 4.45922 5.0876 4.96288 3.81955C4.96288 3.81955 5.741 3.57505 7.49552 4.76679C8.24668 4.56479 9.02135 4.46203 9.79953 4.46117C10.5777 4.46117 11.3709 4.56823 12.1033 4.76679C13.858 3.57505 14.6362 3.81955 14.6362 3.81955C15.1398 5.0876 14.8192 6.03504 14.7277 6.26416C15.3228 6.90578 15.6737 7.73078 15.6737 8.73915C15.6737 12.2838 13.5225 13.0629 11.4625 13.2922C11.7983 13.5824 12.0881 14.1324 12.0881 15.0033C12.0881 16.2408 12.073 17.234 12.073 17.5394C12.073 17.7839 12.2409 18.0744 12.6985 17.9827C16.3603 16.7602 18.9999 13.3074 18.9999 9.22815C19.015 4.12498 14.8803 0 9.79953 0Z" | ||
fill="white" | ||
/> | ||
</svg> | ||
) | ||
|
||
export { GithubLogo } |
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