-
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
1d88b1a
commit 7701106
Showing
4 changed files
with
59 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
//#30ccfb | ||
const IcTW = ({ fillColor }: { fillColor?: string }) => { | ||
return ( | ||
<svg | ||
width="18" | ||
height="16" | ||
viewBox="0 0 18 16" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M17.7167 2.58329C17.075 2.87496 16.3833 3.06663 15.6667 3.15829C16.4 2.71663 16.9667 2.01663 17.2333 1.17496C16.5417 1.59163 15.775 1.88329 14.9667 2.04996C14.3083 1.33329 13.3833 0.916626 12.3333 0.916626C10.375 0.916626 8.77499 2.51663 8.77499 4.49163C8.77499 4.77496 8.80833 5.04996 8.86666 5.30829C5.89999 5.15829 3.25833 3.73329 1.49999 1.57496C1.19166 2.09996 1.01666 2.71663 1.01666 3.36663C1.01666 4.60829 1.64166 5.70829 2.60833 6.33329C2.01666 6.33329 1.46666 6.16663 0.983325 5.91663V5.94163C0.983325 7.67496 2.21666 9.12496 3.84999 9.44996C3.3256 9.59347 2.77507 9.61343 2.24166 9.50829C2.468 10.2187 2.91127 10.8403 3.50917 11.2857C4.10707 11.7312 4.82953 11.978 5.57499 11.9916C4.31135 12.992 2.74499 13.5327 1.13333 13.525C0.849992 13.525 0.566659 13.5083 0.283325 13.475C1.86666 14.4916 3.74999 15.0833 5.76666 15.0833C12.3333 15.0833 15.9417 9.63329 15.9417 4.90829C15.9417 4.74996 15.9417 4.59996 15.9333 4.44163C16.6333 3.94163 17.2333 3.30829 17.7167 2.58329Z" | ||
fill={fillColor || 'white'} | ||
/> | ||
</svg> | ||
); | ||
}; | ||
|
||
export { IcTW }; |
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