forked from coltoneshaw/3cpm
-
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.
- Loading branch information
1 parent
ab9811a
commit 636981e
Showing
8 changed files
with
33 additions
and
6 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
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,19 @@ | ||
import React from 'react' | ||
|
||
const TradingViewLogo = () => { | ||
|
||
return ( | ||
|
||
<svg width="1024px" height="1024px" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"> | ||
<circle cx="512" cy="512" r="512"/> | ||
<path | ||
d="M734 465.54a96.89 96.89 0 0 1 17.05 50.86 79.72 79.72 0 0 1-26.47 154.88H326.13a105.89 105.89 0 0 1-74.77-30.76l169-133.81a44.38 44.38 0 0 0 39.7 1l80.58 70.5a44.27 44.27 0 1 0 83.42-2.78zm-25-25L599.09 550.37a44.44 44.44 0 0 0-35.09 1.17L483.46 481a44.27 44.27 0 1 0-85-2.09L230.64 611.75a106.25 106.25 0 0 1 96.57-153 141.69 141.69 0 0 1 276.7-21.73 97.51 97.51 0 0 1 105 3.45zm0 0" | ||
fill="var(--color-primary)" | ||
/> | ||
</svg> | ||
|
||
|
||
) | ||
} | ||
|
||
export default TradingViewLogo; |
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