/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const TwitterXIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M16.6 5h2.454l-5.36 5.93L20 19h-4.937l-3.87-4.893L6.771 19H4.313l5.733-6.344L4 5h5.062l3.494 4.473zm-.863 12.58h1.36L8.322 6.346h-1.46z' />
    </g>
  </svg>
);
export default TwitterXIcon;
