| import React from 'react'; |
| |
| export function TwitterIcon() { |
| return ( |
| <svg xmlns="http://www.w3.org/2000/svg" width="2em" height="2em" viewBox="0 0 32 32" fill="none"> |
| <path |
| d="M4.625 4.625H11.2809L27.375 27.375H20.7191L4.625 4.625ZM7.52549 6.10639L21.5236 25.8936H24.4746L10.4764 6.10639H7.52549Z" |
| fill="currentColor" |
| /> |
| <path |
| d="M14.4268 18.4803L6.53447 27.375H4.625L13.5581 17.2525L14.4268 18.4803ZM18.1299 14.3066L26.7203 4.625H24.7017L17.2525 13.0662L18.1299 14.3066Z" |
| fill="currentColor" |
| /> |
| </svg> |
| ); |
| } |