-
Notifications
You must be signed in to change notification settings - Fork 447
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 #3308 from dfinity/rei/hero-texts
add #ICP hashtag to hero
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import React from "react"; | ||
const TwitterIcon: React.FC<{ className?: string }> = ({ className }) => { | ||
return ( | ||
<svg | ||
version="1.1" | ||
width="18" | ||
height="18" | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 300 300.3" | ||
> | ||
<path | ||
d="M171.4,132.9L255,37.7h-19.8l-72.7,82.7l-58-82.7H37.7l87.7,125l-87.7,99.8h19.8l76.7-87.3l61.3,87.3h66.9 M64.6,52.3h30.4 | ||
l140.1,196.3h-30.5" | ||
fill="currentColor" | ||
/> | ||
</svg> | ||
); | ||
}; | ||
|
||
export default TwitterIcon; |
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