Skip to content

Commit f40d313

Browse files
Merge pull request #144 from Harshjosh361/main
Updated the Twitter logo
2 parents 7abd48d + b378f60 commit f40d313

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

src/components/icons/TwitterIcon.jsx

+4-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
export function TwitterIcon(props) {
22
return (
3-
<svg
4-
xmlns="http://www.w3.org/2000/svg"
5-
x="0px"
6-
y="0px"
7-
width={100}
8-
height={100}
9-
viewBox="0,0,256,256"
10-
{...props}
11-
>
3+
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width={100} height={100} viewBox="0,0,256,256" {...props}>
124
<g
13-
// fill="#94a3b8"
145
fillRule="nonzero"
156
stroke="none"
167
strokeWidth={1}
@@ -23,12 +14,13 @@ export function TwitterIcon(props) {
2314
fontWeight="none"
2415
fontSize="none"
2516
textAnchor="none"
26-
style={{ mixBlendMode: 'normal' }}
17+
style={{ mixBlendMode: "normal" }}
2718
>
2819
<g transform="scale(8.53333,8.53333)">
29-
<path d="M28,6.937c-0.957,0.425 -1.985,0.711 -3.064,0.84c1.102,-0.66 1.947,-1.705 2.345,-2.951c-1.03,0.611 -2.172,1.055 -3.388,1.295c-0.973,-1.037 -2.359,-1.685 -3.893,-1.685c-2.946,0 -5.334,2.389 -5.334,5.334c0,0.418 0.048,0.826 0.138,1.215c-4.433,-0.222 -8.363,-2.346 -10.995,-5.574c-0.458,0.788 -0.721,1.704 -0.721,2.683c0,1.85 0.941,3.483 2.372,4.439c-0.874,-0.028 -1.697,-0.268 -2.416,-0.667c0,0.023 0,0.044 0,0.067c0,2.585 1.838,4.741 4.279,5.23c-0.447,0.122 -0.919,0.187 -1.406,0.187c-0.343,0 -0.678,-0.034 -1.003,-0.095c0.679,2.119 2.649,3.662 4.983,3.705c-1.825,1.431 -4.125,2.284 -6.625,2.284c-0.43,0 -0.855,-0.025 -1.273,-0.075c2.361,1.513 5.164,2.396 8.177,2.396c9.812,0 15.176,-8.128 15.176,-15.177c0,-0.231 -0.005,-0.461 -0.015,-0.69c1.043,-0.753 1.948,-1.692 2.663,-2.761z" />
20+
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z" />
3021
</g>
3122
</g>
3223
</svg>
3324
)
3425
}
26+

0 commit comments

Comments
 (0)