import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandTwitch = withIcon(function IconBrandTwitch(props) {
    return (<svg data-tag="IconBrandTwitch" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M15.083 12h1.667V7h-1.667zm-2.916 0H10.5V7h1.667z"/>
      <path fillRule="evenodd" d="M3 5.478 4.25 2h17.083v12.175l-5 5.215h-3.75l-2.5 2.61h-2.5v-2.61H3zm16.667 7.826V3.738H5.916v12.61h3.752v2.606l2.499-2.606h4.582z" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=BrandTwitch.jsx.map