1
0
Fork 0

Fix twitter logo

This commit is contained in:
Tanay Toshniwal 2023-10-18 20:50:59 +05:30 committed by GitHub
parent d85b5f03f6
commit febdb3e47e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -761,7 +761,7 @@ export const TwitchIcon = (props) => (
export const TwitterIcon = (props) => (
<IconWrapper {...props} stroke={0} fill>
<path d="M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z" />
<path d="M 14.283262,10.162362 23.217802,0 h -2.1172 L 13.342742,8.8238362 7.1465624,0 H 2.3925781e-6 L 9.3698424,13.343203 2.3925781e-6,24 H 2.1173224 L 10.309822,14.681729 16.853442,24 h 7.14656 L 14.282742,10.162362 Z M 11.383302,13.46076 10.433942,12.132078 2.8802224,1.5596155 h 3.25208 l 6.0959396,8.5323145 0.94936,1.328682 7.924,11.090702 h -3.25208 l -6.46622,-9.050045 z"/>
</IconWrapper>
)