Skip to content

Commit

Permalink
Fix twitter icon wrong properties
Browse files Browse the repository at this point in the history
  • Loading branch information
gbombassaro committed Jan 16, 2024
1 parent 72a8575 commit 5836cbb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion icons/IcTwitter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ import React from 'react'
const IconTwitter = (props) => {
return (
<Icon xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink" viewBox="0,0,256,256" {...props}>
<g fill="none" fill-rule="none" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none"><g transform="scale(5.33333,5.33333)"><path d="M41,6l-31.071,36h-3.714l31.072,-36z" fill="#a8a8a8" fill-rule="nonzero"></path><path d="M31.143,41l-23.323,-34h8.957l23.323,34z" fill="transparent" fill-rule="evenodd"></path><path d="M15.724,9l20.578,30h-4.106l-20.578,-30h4.106M17.304,6h-11.382l24.694,36h11.382l-24.694,-36z" fill="#a8a8a8" fill-rule="nonzero"></path></g></g>
<g fill="none" fillRule="none" stroke="none" strokeWidth="1" strokeLinecap="butt" strokeLinejoin="miter" strokeMiterlimit="10" strokeDasharray="" strokeDashoffset="0" fontFamily="none" fontWeight="none" fontSize="none" textAnchor="none">
<g transform="scale(5.33333,5.33333)">
<path d="M41,6l-31.071,36h-3.714l31.072,-36z" fill="#a8a8a8" fillRule="nonzero"></path>
<path d="M31.143,41l-23.323,-34h8.957l23.323,34z" fill="transparent" fillRule="evenodd"></path>
<path d="M15.724,9l20.578,30h-4.106l-20.578,-30h4.106M17.304,6h-11.382l24.694,36h11.382l-24.694,-36z" fill="#a8a8a8" fillRule="nonzero"></path>
</g>
</g>
</Icon>
)
}
Expand Down

0 comments on commit 5836cbb

Please sign in to comment.