-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP: Header icon * Correct icon * Header icon * Removed unused file * Smiley icon when phase is complete * Formatted * Smaller icon and better padding * React-friendly icon * Don't wrap the header title * Don't wrap button text
- Loading branch information
1 parent
e23bd1b
commit f64a70c
Showing
5 changed files
with
149 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
function ProjectIcon() { | ||
return ( | ||
<svg | ||
width="100%" | ||
height="100%" | ||
viewBox="0 0 385 355" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<circle | ||
cx="24.5" | ||
cy="24.5" | ||
r="24.5" | ||
transform="matrix(0 1 1 0 170 0)" | ||
fill="white" | ||
/> | ||
<circle | ||
cx="20.3538" | ||
cy="20.3538" | ||
r="20.3538" | ||
transform="matrix(0 1 1 0 173.769 4.52295)" | ||
fill="#1FD07B" | ||
/> | ||
<circle | ||
cx="14.3231" | ||
cy="14.3231" | ||
r="14.3231" | ||
transform="matrix(0 1 1 0 179.8 10.5537)" | ||
fill="#FF0080" | ||
/> | ||
<circle | ||
cx="8.29231" | ||
cy="8.29231" | ||
r="8.29231" | ||
transform="matrix(0 1 1 0 185.831 16.5845)" | ||
fill="#FF7524" | ||
/> | ||
<path | ||
d="M28.929 335.409L47.0595 266.56L49.4243 257.58L113.384 306.433L28.929 335.409Z" | ||
fill="white" | ||
/> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M191.775 322.266C285.451 322.266 361.391 265.522 361.391 195.525C361.391 125.528 285.451 68.7837 191.775 68.7837C98.0993 68.7837 22.1599 125.528 22.1599 195.525C22.1599 265.522 98.0993 322.266 191.775 322.266ZM192.151 304.966C275.649 304.966 343.338 261.861 343.338 208.688C343.338 155.514 275.649 112.409 192.151 112.409C108.653 112.409 40.964 155.514 40.964 208.688C40.964 261.861 108.653 304.966 192.151 304.966Z" | ||
fill="white" | ||
/> | ||
<circle cx="20.3087" cy="201.167" r="20.3087" fill="white" /> | ||
<circle | ||
cx="20.3087" | ||
cy="20.3087" | ||
r="20.3087" | ||
transform="matrix(-1 0 0 1 385 180.858)" | ||
fill="white" | ||
/> | ||
<circle cx="129" cy="201" r="34.5" stroke="#1FD07B" strokeWidth="17" /> | ||
<circle cx="255" cy="201" r="34.5" stroke="#1FD07B" strokeWidth="17" /> | ||
<line x1="194" y1="46" x2="194" y2="77" stroke="white" strokeWidth="4" /> | ||
</svg> | ||
); | ||
} | ||
|
||
export default ProjectIcon; |
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,69 @@ | ||
function ProjectIconWon() { | ||
return ( | ||
<svg | ||
width="100%" | ||
height="100%" | ||
viewBox="0 0 385 355" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<circle | ||
cx="24.5" | ||
cy="24.5" | ||
r="24.5" | ||
transform="matrix(0 1 1 0 170 0)" | ||
fill="white" | ||
/> | ||
<circle | ||
cx="20.3538" | ||
cy="20.3538" | ||
r="20.3538" | ||
transform="matrix(0 1 1 0 173.769 4.52295)" | ||
fill="#1FD07B" | ||
/> | ||
<circle | ||
cx="14.3231" | ||
cy="14.3231" | ||
r="14.3231" | ||
transform="matrix(0 1 1 0 179.8 10.5537)" | ||
fill="#FF0080" | ||
/> | ||
<circle | ||
cx="8.29231" | ||
cy="8.29231" | ||
r="8.29231" | ||
transform="matrix(0 1 1 0 185.831 16.5845)" | ||
fill="#FF7524" | ||
/> | ||
<path | ||
d="M28.929 335.409L47.0595 266.56L49.4243 257.58L113.384 306.433L28.929 335.409Z" | ||
fill="white" | ||
/> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M191.775 322.266C285.451 322.266 361.391 265.522 361.391 195.525C361.391 125.528 285.451 68.7837 191.775 68.7837C98.0993 68.7837 22.1599 125.528 22.1599 195.525C22.1599 265.522 98.0993 322.266 191.775 322.266ZM192.151 304.966C275.649 304.966 343.338 261.861 343.338 208.688C343.338 155.514 275.649 112.409 192.151 112.409C108.653 112.409 40.964 155.514 40.964 208.688C40.964 261.861 108.653 304.966 192.151 304.966Z" | ||
fill="white" | ||
/> | ||
<circle cx="20.3087" cy="201.167" r="20.3087" fill="white" /> | ||
<circle | ||
cx="20.3087" | ||
cy="20.3087" | ||
r="20.3087" | ||
transform="matrix(-1 0 0 1 385 180.858)" | ||
fill="white" | ||
/> | ||
<circle cx="129" cy="201" r="34.5" stroke="#1FD07B" strokeWidth="17" /> | ||
<circle cx="255" cy="201" r="34.5" stroke="#1FD07B" strokeWidth="17" /> | ||
<line x1="194" y1="46" x2="194" y2="77" stroke="white" strokeWidth="4" /> | ||
<path | ||
d="M148 274C162.5 282.667 201.2 294.8 240 274" | ||
stroke="#1FD07B" | ||
strokeWidth="13" | ||
stroke-linecap="round" | ||
/> | ||
</svg> | ||
); | ||
} | ||
|
||
export default ProjectIconWon; |