-
Notifications
You must be signed in to change notification settings - Fork 0
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 #9 from RedDuck-Software/dev
Dev
- Loading branch information
Showing
8 changed files
with
132 additions
and
57 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,54 @@ | ||
const Solana = () => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"> | ||
<rect width="32" height="32" fill="#1E1E1E" rx="16"></rect> | ||
<path | ||
fill="url(#paint0_linear_32_641)" | ||
d="M8.558 21.23a.72.72 0 0 1 .511-.212h17.64c.323 0 .484.39.256.617l-3.485 3.487a.72.72 0 0 1-.511.211H5.329a.361.361 0 0 1-.256-.617z" | ||
></path> | ||
<path | ||
fill="url(#paint1_linear_32_641)" | ||
d="M8.558 8.211A.74.74 0 0 1 9.069 8h17.64c.323 0 .484.39.256.617l-3.485 3.487a.72.72 0 0 1-.511.211H5.329a.362.362 0 0 1-.256-.617z" | ||
></path> | ||
<path | ||
fill="url(#paint2_linear_32_641)" | ||
d="M23.48 14.679a.72.72 0 0 0-.511-.212H5.329a.361.361 0 0 0-.256.617l3.485 3.487a.72.72 0 0 0 .511.212h17.64c.323 0 .484-.39.256-.618z" | ||
></path> | ||
<defs> | ||
<linearGradient | ||
id="paint0_linear_32_641" | ||
x1="25.024" | ||
x2="12.805" | ||
y1="5.917" | ||
y2="29.309" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stopColor="#00FFA3"></stop> | ||
<stop offset="1" stopColor="#DC1FFF"></stop> | ||
</linearGradient> | ||
<linearGradient | ||
id="paint1_linear_32_641" | ||
x1="19.686" | ||
x2="7.466" | ||
y1="3.129" | ||
y2="26.52" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stopColor="#00FFA3"></stop> | ||
<stop offset="1" stopColor="#DC1FFF"></stop> | ||
</linearGradient> | ||
<linearGradient | ||
id="paint2_linear_32_641" | ||
x1="22.338" | ||
x2="10.118" | ||
y1="4.514" | ||
y2="27.906" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stopColor="#00FFA3"></stop> | ||
<stop offset="1" stopColor="#DC1FFF"></stop> | ||
</linearGradient> | ||
</defs> | ||
</svg> | ||
); | ||
|
||
export default Solana; |
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