export const TwitterIcon: React.FC<React.SVGAttributes<{}>> = (props) => {
  return (
    <svg
      width="1em"
      height="1em"
      viewBox="0 0 18 15"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      {...props}
    >
      <path
        d="M18 1.831a7.567 7.567 0 01-2.121.573 3.657 3.657 0 001.625-2.01 7.416 7.416 0 01-2.345.88A3.718 3.718 0 0012.46.125 3.662 3.662 0 008.77 3.758c-.002.28.03.559.095.831A10.523 10.523 0 011.25.79a3.589 3.589 0 00-.503 1.827 3.625 3.625 0 001.65 3.027 3.657 3.657 0 01-1.679-.454v.045A3.651 3.651 0 003.68 8.797a3.778 3.778 0 01-.969.127c-.232 0-.464-.022-.692-.067A3.691 3.691 0 005.47 11.38 7.486 7.486 0 010 12.883a10.523 10.523 0 0016.17-8.7c0-.159 0-.317-.012-.47A7.445 7.445 0 0018 1.83z"
        fill="#55ACEE"
      />
    </svg>
  );
};
