mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-22 19:08:07 +00:00
14 lines
907 B
XML
14 lines
907 B
XML
import { createIcon } from '@chakra-ui/icons';
|
|
|
|
export const TwitterIcon = createIcon({
|
|
displayName: 'TwitterIcon',
|
|
viewBox: '0 0 28 22',
|
|
path: (
|
|
<svg width='28' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'>
|
|
<path
|
|
d='M24.725 5.483c.017.24.017.481.017.722C24.742 13.544 19.174 22 8.997 22A15.6 15.6 0 0 1 .5 19.508c.445.051.874.069 1.336.069a11.06 11.06 0 0 0 6.87-2.372 5.546 5.546 0 0 1-5.174-3.85 6.96 6.96 0 0 0 1.045.086c.497 0 .994-.07 1.457-.19a5.548 5.548 0 0 1-4.438-5.448v-.069a5.56 5.56 0 0 0 2.502.705A5.552 5.552 0 0 1 1.63 3.816c0-1.032.274-1.977.753-2.802a15.712 15.712 0 0 0 11.41 5.81 6.282 6.282 0 0 1-.137-1.272c0-3.06 2.467-5.552 5.534-5.552 1.593 0 3.032.67 4.043 1.753 1.25-.24 2.45-.705 3.512-1.34a5.533 5.533 0 0 1-2.432 3.059c1.113-.12 2.192-.43 3.186-.86a11.917 11.917 0 0 1-2.775 2.87z'
|
|
fill='currentColor'
|
|
/>
|
|
</svg>
|
|
)
|
|
});
|