-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
2f4457d
commit 8d6477b
Showing
8 changed files
with
99 additions
and
510 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
NEXT_PUBLIC_ROPSTEN_STORE= | ||
NEXT_PUBLIC_KOVAN_STORE= | ||
NEXT_PUBLIC_MUMBAI_STORE= | ||
NEXT_PUBLIC_MUMBAI_STORE= | ||
NEXT_PUBLIC_FUJI_STORE= |
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 @@ | ||
import * as React from "react"; | ||
|
||
const AvaxLogo = (props) => ( | ||
<svg | ||
width="46" | ||
height="46" | ||
viewBox="0 0 46 46" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props} | ||
> | ||
<circle cx="23" cy="23" r="20" fill="#fff" /> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M22.5655 0C10.1031 0 0 10.1031 0 22.5655C0 35.0279 10.1031 45.131 22.5655 45.131C35.0279 45.131 45.131 35.0279 45.131 22.5655C45.131 10.1031 35.0279 0 22.5655 0ZM20.6454 28.9553L20.6308 28.9821C20.1306 29.858 19.8769 30.3021 19.5255 30.6363C19.1425 31.0023 18.6838 31.2682 18.1788 31.417C17.7177 31.5439 17.2029 31.5439 16.1709 31.5439H11.7915C10.8717 31.5439 10.4154 31.5439 10.1397 31.3658C9.83963 31.1706 9.65664 30.851 9.63469 30.4948C9.61761 30.1679 9.84451 29.7677 10.3007 28.9699L21.1138 9.91282C21.575 9.10281 21.8067 8.69781 22.0995 8.54898C22.4142 8.38796 22.7924 8.38796 23.1096 8.54898C23.4024 8.69781 23.6366 9.10281 24.0953 9.91282L26.3179 13.7921L26.3301 13.8116C26.8278 14.6801 27.0791 15.1193 27.1889 15.5829C27.3109 16.0879 27.3109 16.6198 27.1889 17.1248C27.0791 17.5908 26.8278 18.0348 26.3228 18.9156L20.643 28.9553H20.6454ZM35.1743 31.3609C34.8962 31.5439 34.4326 31.5439 33.5055 31.5439H27.2304C26.3057 31.5439 25.8397 31.5439 25.5664 31.3658C25.2663 31.1706 25.0834 30.8437 25.0614 30.4899C25.0443 30.1654 25.2737 29.7702 25.7323 28.9772L25.7421 28.9577L28.8748 23.5805C29.3359 22.7875 29.5677 22.3947 29.8556 22.2435C30.1727 22.0824 30.5436 22.0824 30.8583 22.2435C31.1438 22.3898 31.3682 22.7656 31.8098 23.5146L31.8464 23.5756L34.9889 28.9529C35.0035 28.9797 35.0206 29.0041 35.0352 29.0309C35.4719 29.7824 35.694 30.1654 35.6769 30.4826C35.6598 30.8364 35.4719 31.1633 35.1718 31.3585L35.1743 31.3609Z" | ||
fill="#e84142" | ||
/> | ||
</svg> | ||
); | ||
|
||
export default AvaxLogo; |
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
Oops, something went wrong.