(props: React.ComponentPropsWithoutRef<'svg'>)
| 1 | export function TwitterIcon(props: React.ComponentPropsWithoutRef<'svg'>) { |
| 2 | return ( |
| 3 | <svg |
| 4 | {...props} |
| 5 | aria-hidden="true" |
| 6 | viewBox="0 0 20 19" |
| 7 | fill="none" |
| 8 | xmlns="http://www.w3.org/2000/svg" |
| 9 | > |
| 10 | <path |
| 11 | d="M15.676 0H18.7287L12.0602 7.64106L19.906 18.0405H13.7636L8.94916 11.7346L3.44658 18.0405H0.39101L7.52304 9.86484L0 0.00142184H6.29882L10.644 5.7642L15.676 0ZM14.6025 16.2092H16.2945L5.37461 1.73609H3.56033L14.6025 16.2092Z" |
| 12 | fill="currentColor" |
| 13 | /> |
| 14 | </svg> |
| 15 | ); |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected