import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandTwitter = withIcon(function IconBrandTwitter(props) {
    return (<svg data-tag="IconBrandTwitter" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M13.712 10.622 20.413 3h-1.588l-5.818 6.618L8.36 3H3l7.027 10.007L3 21h1.588l6.144-6.989L15.64 21H21zm-2.174 2.474-.713-.997L5.16 4.17H7.6l4.571 6.4.712.996 5.943 8.319h-2.439z"/>
    </svg>);
});
//# sourceMappingURL=BrandTwitter.jsx.map