import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandReddit = withIcon(function IconBrandReddit(props) {
    return (<svg data-tag="IconBrandReddit" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M9.709 12c-.573 0-1.038.466-1.038 1.038 0 .573.465 1.05 1.038 1.039a1.039 1.039 0 0 0 0-2.077m2.303 4.559c.394 0 1.754-.048 2.47-.764a.29.29 0 0 0 0-.382.267.267 0 0 0-.382 0c-.441.454-1.408.608-2.088.608-.68 0-1.635-.155-2.088-.608a.267.267 0 0 0-.382 0 .267.267 0 0 0 0 .382c.704.704 2.064.764 2.47.764m1.241-3.509c0 .573.465 1.038 1.038 1.038s1.038-.477 1.038-1.038a1.039 1.039 0 0 0-2.076 0"/>
      <path fillRule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10m-4.785-1.456c.8 0 1.456.645 1.456 1.456a1.47 1.47 0 0 1-.86 1.337c.024.143.036.298.036.441 0 2.255-2.613 4.07-5.835 4.07s-5.835-1.826-5.835-4.07c0-.155.011-.298.035-.441a1.452 1.452 0 0 1 .597-2.78c.394 0 .752.154 1.014.405 1.015-.728 2.41-1.193 3.962-1.241l.74-3.485a.231.231 0 0 1 .107-.167.254.254 0 0 1 .191-.035l2.423.513a1.038 1.038 0 1 1 .93 1.491c-.56 0-1.014-.441-1.038-.99l-2.171-.465-.669 3.126c1.528.06 2.9.525 3.902 1.241a1.47 1.47 0 0 1 1.015-.406" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=BrandReddit.jsx.map