// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const TwitterIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M13.4767 10.6179L20.0302 3H18.4772L12.7868 9.61448L8.24197 3H3L9.87274 13.0023L3 20.9908H4.55305L10.5622 14.0056L15.3619 20.9908H20.6039L13.4763 10.6179H13.4767ZM11.3496 13.0904L10.6533 12.0944L5.11263 4.16911H7.49802L11.9694 10.5651L12.6657 11.5611L18.4779 19.8748H16.0926L11.3496 13.0908V13.0904Z" />
  </svg>
);

const TwitterIconWrapper = toIcon(TwitterIcon);
export default TwitterIconWrapper;
