import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBrandPatreon = withIcon(function IconBrandPatreon(props) {
    return (<svg data-tag="IconBrandPatreon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M20.25 8.416c0-.943-.366-2.297-1.498-3.415C17.62 3.883 15.722 3 12.656 3c-3.733 0-5.96 1.19-7.253 2.91C4.11 7.627 3.75 9.875 3.75 11.991c0 3.113.42 5.365 1.141 6.84C5.612 20.304 6.634 21 7.836 21c1.4 0 2.205-.903 2.824-2.024.619-1.12 1.051-2.46 1.704-3.332.467-.623 1-1.023 1.602-1.312.602-.29 1.273-.469 2.012-.651 1.27-.313 2.338-.969 3.089-1.876.75-.908 1.183-2.067 1.183-3.389"/>
    </svg>);
});
//# sourceMappingURL=BrandPatreon.jsx.map